/** Shopify CDN: Minification failed

Line 77:66 Unexpected "{"

**/
body :where(.listing-page, .search-page) .products .intro {
  border-block-end: none;
  background: rgba(231, 231, 228, 0.35);
  padding-bottom: 40px;
  position: relative;
}

body :where(.listing-page, .search-page) .products .intro:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(divider-top.png);
  position: absolute;
  bottom: 0;
  background-color: #E7E7E4;
}

body[pid="/collections/candles"] x-cell.collection-title span,
body[pid="/collections/gift-cards"] x-cell.collection-title span,
body[pid="/collections/candles"] .quick-view-button,
body[pid="/collections/gift-cards"] .quick-view-button {
  display: none;
}

body :where(.listing-page, .search-page) .intro > x-grid > x-cell {
  outline: none;
}

body :where(.listing-page, .search-page) .filter #FacetFiltersFormMobile {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0;
  box-shadow: none;
  justify-content: flex-start;
  column-gap: 0px;
  flex-wrap: wrap;
}

:where(.listing-page, .search-page) .products .product x-cell.item {
  border-top: 0;
}

:where(.listing-page, .search-page) .products .product x-cell.item {
  position: relative;
}
:where(.listing-page, .search-page) .products .product x-cell.item:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  background: #000;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

:where(.listing-page, .search-page) .products .product x-cell.item:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  left: 0;
  bottom: 0;
  display: block;
}

section.filter .dm.closex .filter-container li .item--filter div, 
section.filter .dm.closex .filter-container li .item--filter img, {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}

:where(.listing-page, .search-page)
  .products
  .product
  x-cell.item:nth-child(3n + 2) {
  border-right: 0;
  border-left: 0;
}

:where(.listing-page, .search-page)
  .products
  .product
  x-cell.item:nth-child(3n + 1) {
  border-left: 0;
}

:where(.listing-page, .search-page)
  .products
  .product
  x-cell.item:nth-child(3n + 3) {
  border-right: 0;
}

section.filter .dm.closex .filter-container li span.swatch-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  position: relative;
}

section.filter .dm.closex .filter-container li span.swatch-color div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

section.filter .dm.closex .filter-container li span.img-error img {
  display: none;
}
section.filter .filterItemName {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

@media (min-width: 1025px) {
  :where(.listing-page, .search-page)
    .products
    .product
    x-cell.item:nth-child(3):before {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  :where(.listing-page, .search-page)
    .products
    .product
    x-cell.item:nth-child(2n):before {
    display: none;
  }
}

body
  :where(.listing-page, .search-page)
  .filter
  #FacetFiltersFormMobile
  .filter-box {
  display: flex;
  column-gap: 35px;
  flex-wrap: wrap;
  width: calc(100% - 304px);
}

.filter-options {
  width: calc(100% - 333px);
  display: flex;
  flex-wrap: wrap;
}

#FacetFiltersFormMobile .sortByBlock {
  width: 100%;
  padding-bottom: 16px;
  position: absolute;
  background: #fff;
}

:where(.listing-page,.search-page) .products .product x-cell.item:nth-child(1), :where(.listing-page,.search-page) .products .product x-cell.item:nth-child(2), :where(.listing-page,.search-page) .products .product x-cell.item:nth-child(3) {
  border-top: 1px solid #1b1b18;
}

.products .intro + .product {
  padding-top: 96px;
}

section.filter {
  padding:15px 0 24px 0 ;
  background: #fff;
}

.sortByBlock select#sort_by {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  border: 0;
  background: url(dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right 0px;
  width: 210px;
  margin: 0;
  padding-right: 16px;
  color: #1b1b18;
}

#FacetFiltersFormMobile .sortByBlock span.label {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #5e5e54;
}

.filter .dropdown-caret {
  stylename: label;
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
  color: #5e5e54;
  padding: 16px;
  background: #fff;
  border: 1px solid #fff;
  z-index: 0;
  position: relative;
  white-space: nowrap;
}

section.filter .dm.closex.active .dropdown-caret {
  border-color: #e7e7e4;
  border-bottom-color: #fff;
  z-index: 3;
  position: relative;
  color: #1b1b18;
}

section.filter .dropdown-caret:after {
  transition-duration: 0.3s;
}

section.filter .dm.closex.active .dropdown-caret:after {
  transform: rotate(180deg);
}

.sort-by-wrapper .current {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  cursor: pointer;
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #5e5e54;
  text-transform: inherit;
}
.sort-by-wrapper .sort-option {
  list-style: none;
}
.sort-by-wrapper .sort-option label {
  text-transform: inherit;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.sort-by-wrapper .sort-option label span {
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #5e5e54;
}
.sort-by-wrapper {
  width: 333px;
  text-align: right;
  position: relative;
}

section.filter .sort-by-wrapper .dropdown-caret.active:after {
  transform: rotate(180deg);
}
.sort-by-wrapper .sort-option label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1b1b18;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.sort-by-wrapper .sortByBlock {
  border: 1px solid #e7e7e4;
  padding: 16px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  display: none;
}

.sort-by-wrapper #sort_by {
  max-height: 264px;
  overflow-y: auto;
  width: 100%;
}

.sort-by-wrapper #sort_by::-webkit-scrollbar {
  width: 5px;
}

.sort-by-wrapper #sort_by::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sort-by-wrapper #sort_by::-webkit-scrollbar-thumb {
  background: #888;
}

.sort-by-wrapper .current {
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #1b1b18;
  font-weight: 700;
  padding: 0;
}

.sort-by-wrapper .sort-option input[type="radio"]:checked + span {
  color: #1b1b18;
}

.sort-by-wrapper .sort-option[data-selected="true"] label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #1b1b18;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 5px;
}

.filter .sort-by-wrapper .dropdown-caret {
  background: transparent;
  /* width: calc(100% - 48px); */
  text-transform: inherit;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-bottom: 0;
  display: inline-flex;
  margin-left: auto;
  width: auto;
}

section.filter .container {
  padding-left: 32px;
  padding-right: 32px;
}
.filter .item-text.clear-all:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  background: var(--linkColor);
}
.filter .item-text.clear-all {
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  text-decoration: none;
  margin-left: 16px;
  color: var(--linkColor);
  position: relative;
}

.filter .item-text.clear-all:hover:after {
  background: var(--green);
}

.filter x-cell.filterItemName {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px;
  margin-bottom: -40px;
  column-gap: 10px;
  row-gap: 10px;
}
.sort-by-wrapper .sort-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  top: 4px;
  left: 0;
  z-index: 4;
}

.filter .sort-by-wrapper .dropdown-caret.active {
  background: #fff;
  z-index: 2;
  border-color: #e7e7e4;
  color: #1b1b18;
}
section.filter .dm.closex {
  position: relative;
  background: #fff;
}

section.filter .filter-container ul {
  position: relative;
  z-index: 3;
}

section.filter .dm.closex.active .filter-container {
  border-top-color: #e7e7e4;
}

section.filter .dropdown-caret.active + .filter-container {
  border-top-color: #e7e7e4;
}

.filterItemName-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

section.filter x-grid.padd button {
  display: none;
  margin-left: 16px;
}

section.filter x-grid.padd.active button {
  display: block;
}
.filterItemName-container .item-text {
  background: #f3f3f2;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  color: #1b1b18;
}

.filterItemName-container .item-text .item-remove {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(cross.svg);
  margin-left: 8px;
  cursor: pointer;
}

section.filter .dm.closex .filter-container li {
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
section.filter .dm.closex.columns-2 .filter-container ul {
  display: flex;
  flex-wrap: wrap;
}
section.filter .dm.closex.columns-2 .filter-container li {
  width: 50%;
  padding-right: 16px;
}

section.filter .dm.closex.filter-price__dropdown .filter-container li input[type=radio]{
  border-radius: 0;
}

section.filter .dm.closex .filter-container li span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    width: calc(100% - 48px);
    margin-left: 0;
}

section.filter .dm.closex.active .filter-container li:last-child {
  margin-bottom: 0px;
}

form .filter-container label {
  margin-bottom: 0;
}

section.filter .dm.closex .filter-container li .item--filter {
  font-size: 12px;
  line-height: 17px;
      gap: 8px;
}

section.filter .dm.closex.active .filter-container input.search-value {
  margin-bottom: 24px;
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  border-color: #c3c3bc;
  padding-left: 40px;
  background: #fff url(search.svg) top 12px left 8px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
section.filter
  .dm.closex.active
  .filter-container
  input.search-value::placeholder {
  color: #5e5e54;
  font-family: Space Mono;
  font-size: 15px;
  font-weight: 400;
}
section.filter ul.filter-price__list li {
  list-style: none;
}


section.filter {
  position: relative;
  z-index: 3;
}

section.filter .dm.closex {
  position: relative;
}

.product .cards .card-aspect-ratio {
  padding-bottom: 117%;
}

body :where(.listing-page, .search-page) .filter form details {
  position: absolute;
  top: 0;
  right: 0;
}

.product .cards .card-image .wishlist {
  position: absolute;
  z-index: 3;
  right: 16px;
  top: 16px;
}

.product .cards .card-image .wishlist .swym-button {
  background: transparent;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
}

.product .cards .card-image .wishlist .swym-add-to-wishlist.disabled {
  opacity: 1;
  /* background: #9bbf4f;
  border-color: #1b1b18; */
}
.product .cards .swym-added .card-image .wishlist .swym-add-to-wishlist {
  background: #9bbf4f;
  border-color: #1b1b18;
}

.product x-cell.item .quick-view-button {
  padding: 0;
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  background: var(--white);
  cursor: pointer;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.product x-cell.item:hover .quick-view-button {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transform: translateY(0);
}

.product x-cell.item .quick-view-button a.quick-view {
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: block;
  width: 100%;
  padding: 8px;
}

.hide {
  display: none;
}

body :where(.listing-page, .search-page) .filter form details {
  width: auto;
}

body :where(.listing-page, .search-page) #FacetFiltersFormMobile {
  border: 0;
}

.sortByBlock {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.t-collection nav.breadcrumb {
  background: rgba(231, 231, 228, 0.35);
  border: 0;
  padding-top: 33px;
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 19px;
}

.t-collection nav.breadcrumb span {
  color: #5e5e54;
}
.breadcrumb a.no-style {
  text-decoration: underline;
}
.breadcrumb a.no-style:not(:hover) {
  color: #1b1b18;
}

.listing-page h1 {
  font-size: 51px;
  font-weight: 400;
  line-height: 71px;
  letter-spacing: 0px;
  color: #1b1b18;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.intro .rte {
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  color: #43433c;
  text-align: left;
  max-width: 1002px;
}

.collection-title {
  display: flex;
  align-items: baseline;
}

x-cell.collection-title span {
  font-family: Space Mono;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 16px;
  color: #5e5e54;
          white-space: nowrap;
}

.label-wraper {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-vendor {
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #5e5e54;
}

.product .cards .card-image .secondary,
.product .cards .card-image .primary.product-image {
  opacity: 0;
  transition: opacity 0.1s var(--easeInOutQuad);
}
.product .cards .card-image .primary.product-image.active,
.product .cards .card-image .secondary.active {
  opacity: 1;
}

.card-meta .card-row .card-column-right {
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: right;
  color: #5e5e54;
  text-transform: uppercase;
}

.card-price .price,
.card-price .new-price {
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: right;
  color: #1b1b18;
}
.product .cards .card-price {
  padding-top: 5px;
}

.product .card-price .old-price {
  color: #5e5e54;
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  padding-right: 5px;
}

.label-wraper .product-badge {
  padding: 8px;
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  background: #fff;
  color: #1b1b18;
  text-transform: uppercase;
}
.listing-page .label-wraper span.product-badge.soldout {
  display: none;
}
.listing-page span.product-badge.soldout {
  background: #1b1b18;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 8px;
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

span.product-badge.sale-percentage {
  color: #597029;
}
.item .card-meta {
  padding: 8px 0;
}
.card-meta .card-row {
  display: flex;
  padding: 1px 16px !important;
}
.card-meta .card-row .card-column-left {
  width: calc(100% - 120px);
}

.card-meta .card-row .card-column-right {
  width: 120px;
}

.card-meta .card-row:nth-last-child(2) .card-column-right {
  width: 190px;
}

.card-meta .card-row:nth-last-child(2) .card-column-left {
  width: calc(100% - 190px);
}

.card-meta .card-title,
.card-meta .card-title a {
  font-family: Space Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: initial;
}

.card-meta .actions x-cell:not(.select) {
  display: none;
}

.card-meta .actions x-cell {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.card-meta .actions {
  display: flex;
}

.card-meta .actions x-cell select {
  border: 0;
  background: none;
  padding: 0;
  text-align: right;
  stylename: tag;
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
  display: block;
}

.listing-page {
  padding: 0 0 160px;
}

.product .cards x-cell.item .card-column-color-swatches:not(.card-footer) {
  padding: 11px 16px;
  width: 100%;
  display: flex;
  column-gap: 8px;
  opacity: 0;
  position: absolute;
  bottom: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  display: none;
}

.product
  .cards
  x-cell.item:hover
  .card-column-color-swatches:not(.card-footer) {
  bottom: 0;
  opacity: 1;
}

.product .cards x-cell.item .card-column-color-swatches img {
  width: 17px;
  height: 17px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.product .product-info .card-vendor {
  text-transform: capitalize;
}

.product .cards x-cell.item .slide-control {
  transition: all 0.3s ease-in-out;
  display: none;
}
.product .cards x-cell.item .slide-control .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -36px;
  top: 60%;
  z-index: 9;
  background: var(--white, #fff);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.product .cards x-cell.item:hover .btn-prev {
  left: auto;
  right: 16px;
}

.product .cards x-cell.item:hover .slide-control .btn {
  opacity: 1;
  visibility: visible;
  left: 16px;
  top: 50%;
}

.product .cards x-cell.item .slide-control .btn-next {
  left: auto;
  right: -36px;
}
.product .cards x-cell.item:hover .slide-control .btn-next {
  left: auto;
  right: 16px;
}

section.loadmore .paginate-total {
  font-family: Space Mono;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #5e5e54;
  padding-bottom: 19px;
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.loadmore .no-js-hidden {
  padding: 78px 0 0;
}

.pagination > a {
  font-family: Space Mono;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 21px;
}

.pagination > a.disable {
  color: #c3c3bc;
  pointer-events: none;
}

.pagination > a svg {
  margin: 0 3px;
}
.pagination-item {
  color: #c3c3bc;
  display: flex;
  align-items: center;
}
.pagination-item span {
  font-family: Space Mono;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #c3c3bc;
  margin: 0;
}

.pagination-item span.current-page {
  font-family: Century Gothic;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: center;
  color: #1b1b18;
}

.pagination > a.prev svg {
  transform: rotate(180deg);
}

.pagination > a.disable svg path {
  fill: #c3c3bc;
}

.pagination > a:hover svg path {
  fill: #597029;
}

@media (min-width: 778px) {
  section.filter .dm.closex.active {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  }

  section.filter .dm.closex.active .dropdown-caret:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: #fff;
  }

  section.filter .filter-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  section.filter .filter-container,
  section.filter ul.filter-price__list {
    position: absolute;
    background: #fff;
    display: none;
    border: 1px solid #e7e7e4;
    border-top-color: #fff;
    padding: 16px;
    -webkit-mask-image: none;
    mask-image: none;
    margin-top: -1px;
    min-width: 200px;
    max-height: 464px;
    z-index: 1;
  }
  section.filter .dm.closex.active .filter-container,
  section.filter .dm.closex.active ul.filter-price__list {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  }

  section.filter .dm.closex.columns-2 .filter-container {
    width: 420px;
  }
}

@media (max-width: 1199px) {
  x-cell.filterItemName {
    position: static;
  }

  section.filter .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .filter-options {
    width: 100%;
  }

  .sort-by-wrapper {
    text-align: left;
  }


  .filter .item-text.clear-all {
    margin-left: 0;
}
}


@media (max-width: 777px) and (min-width: 640px){
  .product .cards {
    --grid-tc: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 777px) {
  .products .intro+.product {
    padding-top: 50px;
  }
  :where(.listing-page,.search-page) .products .product x-cell.item:nth-child(2n):before{
    display: none;
  }
  :where(.listing-page,.search-page) .products .product x-cell.item:nth-child(3){
    border-top: 0;
  }
  section.filter .filter-container,
  section.filter ul.filter-price__list {
    position: static;
    border-top: 1px solid #e7e7e4;
    display: none;
    padding: 16px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .filter .sort-by-wrapper .dropdown-caret.active {
    border-color: transparent;
  }

  .filter-options {
    width: 100%;
  }

  section.filter x-grid.padd {
    margin-left: 0;
    margin-top: 16px;
  }

  .filter x-cell.filterItemName {
    padding: 16px 0;
  }

  body.open-filter :where(.listing-page,.search-page) .filter #FacetFiltersFormMobile {
    transform: translateX(0);
  }
  
  body.open-filter main#mainContent {
      z-index: 222;
  }


  .filter .dropdown-caret {
    border: 0;
    padding: 16px 0;
  }

  section.filter .dm.closex {
    width: 100%;
    border-bottom: 1px solid #e7e7e4;
  }

  .filter .sort-by-wrapper .dm.closex.dropdown-caret {
    padding: 16px 0;
    border-bottom: 1px solid #fff;
  }

  .filter .sort-by-wrapper .dm.closex.dropdown-caret.active {
    border-bottom-color: #e7e7e4;
  }


  .product x-cell.item .quick-view-button {
    opacity: 1;
    visibility: visible;
    position: static;
    padding-bottom: 16px;
    /* width: 100%; */
    transform: translateY(0);
    background: transparent;
    margin: 0 auto;
  }

  .product .cards x-cell.item .card-column-color-swatches:not(.card-footer) {
    padding: 10px 16px 5px;
    opacity: 1;
    bottom: 0;
    position: static;
  }
  .listing-page h1 {
    font-size: 37px;
    line-height: 51.8px;
    margin-bottom: 30px;
  }

  x-cell.collection-title span {
    font-size: 16px;
    line-heighta: 21px;
  }

  body :where(.listing-page, .search-page) .filter #FacetFiltersFormMobile {
    flex-wrap: wrap;
  }

  #FacetFiltersFormMobile .sortByBlock {
    width: 100%;
    position: static;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body
    :where(.listing-page, .search-page)
    .filter
    #FacetFiltersFormMobile
    .filter-box {
    width: 100%;
  }

  body :where(.listing-page, .search-page) .filter form details {
    width: 100%;
  }

  section.filter {
    padding: 24px 0;
  }

  section.loadmore .no-js-hidden {
    padding: 50px 0 0;
  }

  .listing-page {
    padding: 0 0 60px;
  }
  section.filter .mobile-filter {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .filterItemName-container .item-text {
    margin-top: 16px;
  }
  
  .filter .item-text.clear-all {
      margin-top: 16px;
  }
  
  body :where(.listing-page,.search-page) .filter #FacetFiltersFormMobile {
      position: fixed;
      top: 0;
      right: 0;
      max-width: 95vw;
      height: 100%;
      background: #fff;
      align-items: flex-start;
      z-index: 999;
      transform: translateX(105%);
      transition: transform .3s;
      flex-direction: column;
  }

  .filter #FacetFiltersFormMobile .filter-options {
    padding: 0 24px;
  }

  .bottom-bar {
    display: flex !important;
    position: absolute;
    bottom: 0;
    padding: 24px;
    width: 100%;
    background: #F3F3F2;
    flex-direction: column;
  }
  
  .close-mobile-filter {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s;
  }
  
  .open-filter .close-mobile-filter  {
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
  }
    
  .filter #FacetFiltersFormMobile .sort-by-wrapper {
      display: none;
  }
  section.filter .mobile-filter .filter-icon {
    font-family: Space Mono;
    font-size: 13px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 7px 26px;
    border: 1px solid #1B1B18;
  }
  
  .mobile-filter .filter-icon svg {
      width: 50px;
      min-width: 24px;
  }
  .filter .sort-by-wrapper .dm.closex.dropdown-caret {
    width: 144px;
    align-items: center;
    justify-content: center;
    font-family: Space Mono;
    font-size: 13px;
    line-height: 20.8px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 7px 26px;
    border: 1px solid #1B1B18;
    font-weight: 700;
    margin-left: 24px
  }
  
  section.filter .dropdown-caret:after {
      display: none;
  }
  
  .filter .sort-by-wrapper .dm.closex.dropdown-caret span {
      font-weight: 700;
  }
  
  .sort-by-wrapper.mobile .sortByBlock {
      position: absolute;
      right: 0;
      z-index: 2;
      background: #fff;
      top: 40px;
  }
  
  .sort-by-wrapper.mobile .filter-container{
    max-height: 264px;
    overflow: hidden;
    padding: 16px 0px 16px 16px;
  }
  .sort-by-wrapper.mobile .sortByBlock #sort_by {
      max-height: 264px;
      padding: 0 16px 25px 0;
  }
  #FacetFiltersFormMobile .filter-heading.mobile {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  #FacetFiltersFormMobile .filter-heading.mobile h3 {
      margin: 0;
  }
  #FacetFiltersFormMobile .filter-heading.mobile {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #ABABA1;
  }
  
  #FacetFiltersFormMobile .filter-heading.mobile h3 {
      margin: 0;
  }
  
  #FacetFiltersFormMobile .filter-heading.mobile h3 {
      font-size: 26px;
      font-weight: 400;
      line-height: 39px;
      text-align: left;
      color: #000000;
  }
  .bottom-bar div {
    display: flex;
    justify-content: space-between;
    font-family: Space Mono;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: center;
    color: #1B1B18;
    margin-bottom: 24px;
  }
  
  .bottom-bar div a {
      color: #1B1B18;
      line-height: 26.8px;
  }
  
  .bottom-bar div span {
      color: #5E5E54;
  }
  
  .description button#read-more-btn {
      display: block !important;
      background: transparent;
      border: 0;
      font-family: Space Mono;
      font-size: 13px;
      font-weight: 700;
      line-height: 20.8px;
      text-align: left;
      text-transform: uppercase;
      color: #000;
      padding: 0;
      margin-top: 24px;
  }
  .description .rte {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-height: calc(3 * 26px); 
    transition: max-height 0.2s ease-out;
  }
  
  .description .rte.expanded {
      -webkit-line-clamp: unset;
      max-height: 100%;
  }

  .description button#read-more-btn.expanded svg {
    transform: rotate(180deg);
    transform-origin: center;
    top: -2px;
    position: relative;
  }
  .mobile-filter.sticky {
    position: fixed;
    top: 56px;
    width: 100%;
    left: 0;
    padding: 24px;
    background: #fff;
    border-bottom: 1px solid #1B1B18;
    border-top: 1px solid #1B1B18;
    z-index: 222;
  }
  .filterItemName-container {
    gap: 0 16px;
  }
  .t-collection nav.breadcrumb {
      padding-top: 33px;
      padding-bottom: 23px;
  }
    section.filter .container {
      padding-left: 25px;
      padding-right: 25px;
  }
  body[pid="/collections/candles"] section.filter {
    padding: 26px 0 70px;
  }
  
    body[pid="/collections/candles"] .card-meta .card-row.mobile,
    body[pid="/collections/gift-cards"] .card-meta .card-row.mobile{
      /* display: none!important; */
  }
    body[pid="/collections/candles"] .products .product x-cell.item {
      margin-bottom: 10px;
  }
    body[pid="/collections/candles"] .card-meta .card-row:nth-last-child(2) .card-column-right {
      width: 140px;
  }
    .product .cards .card-meta>*:not(.card-footer) {
      justify-content: space-between;
  }
    body[pid="/collections/candles"] .products .product x-cell.item:nth-child(1) {
      border-top: none;
  }
    .card-meta .card-row:nth-last-child(2) .card-column-left,
    .card-meta .card-row:nth-last-child(2) .card-column-right {
      width: calc(100% - 200px);
  }
  .sort-by-wrapper {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
  }
  .filter #FacetFiltersFormMobile .filter-options .dropdown-caret {
    justify-content: flex-start;
    column-gap: 10px;
  }
  .sort-by-wrapper .sort-option label:before {
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .sort-by-wrapper .sort-option label span {
      font-size: 14px;
      line-height: 18px;
  }
  
  .sort-by-wrapper.mobile .filter-container {
      width: 250px;
  }
  
  .sort-by-wrapper .sort-option[data-selected="true"] label:after {
      top: 6px;
      left: 3px;
      top: 50%;
      transform: translate(0%, -50%);
  }
  .card-meta .card-row:not(.mobile) .card-price {
    opacity: 0;
  }
}

@media (max-width: 639px){
    :where(.listing-page, .search-page) .products .product x-cell.item:before {
    display: none;
  }


    :where(.listing-page,.search-page) .products .product x-cell.item:nth-child(2){
    border-top: 0;
  }
  .card-meta .card-row.mobile {
    display: flex !important;
    align-items: center;
    padding: 16px 16px 24px 16px !important;
    border-bottom: none;
    margin-bottom: 15px;
  }
  .card-meta .actions x-cell {
    display: none;
  }
  
  .card-meta .actions x-cell:not(.select) {
      display: block;
  }
  .card-meta .card-row.mobile .card-column-left, 
  .card-meta .card-row.mobile .card-column-right {
      width: 50%;
  }
  .card-meta .card-row.mobile {
      align-items: center;
  }
  a.addtocart {
      font-family: Space Mono;
      font-size: 13px;
      font-weight: 700;
      line-height: 20.8px;
      text-align: center;
      background: #1B1B18;
      padding: 13px 28px;
      color: #fff;
      border: 1px solid #1B1B18;
  }
}
