<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 45:0 "@charset" must be the first rule in the file
Line 1306:0 Unexpected "}"

**/
/* 1. Make the grid use Flexbox */
.collection-grid__wrapper .grid.grid--uniform {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
}

/* 2. Grid item layout */
.collection-grid__wrapper .grid__item {
  float: none !important;
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  box-sizing: border-box;
  width: 50%; /* Mobile fallback */
}

/* Tablet and up: restore % width from existing classes or adjust */
@media (min-width: 768px) {
  .collection-grid__wrapper .grid__item {
    width: 20%;
  }
}

/* 3. Make product content fill height */
.collection-grid__wrapper .grid-product__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
/* 8. Ensure CTA button stays pinned to bottom */
.collection-grid__wrapper .collection-add {
  margin-top: auto;
}



@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}

@font-face {
  font-family: PlayfairDisplay;
  src: url(PlayfairDisplay.ttf);
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 26px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/*# sourceMappingURL=slick-theme.min.css.map */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick.min.css.map */

.qv-btn {
  position: absolute;
  bottom: -100px;
  width: 100%;
  display: block;
  color: var(--colorTextBody);
  background: #fff;
  z-index: 9;
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.49, -0.15, 0.38, 1.04);
}

.grid-product__image-mask:hover .qv-btn {
  bottom: 0;
  opacity: 1;
}

#quick-view-modal__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  height: 100vh;
  padding: 100px 15px;
  overflow: auto;
}

.quick-view-modal__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 20px;
  position: relative;
  border-radius: 10px;
}

.modal-close {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  padding: 5px;
  border: 1px solid var(--colorTextBody);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}

.modal-close svg {
  display: block;
}

.qv-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qv-item.qv-left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.qv-item {
  width: calc(50% - 15px);
}

.qv-thumbs {
  margin: 0;
  list-style: none;
  width: 65px;
}

.qv-box img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.qv-main_images--wrap {
  width: calc(100% - 70px);
}

.qv-thumbs img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.qv_open {
  overflow: hidden !important;
}

.qv-actions {
  display: flex;
}

.qv-qty-input {
  width: 30px;
  border-color: transparent !important;
  outline: none;
}

.qv-qty-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
}

.qv-qty-adjust {
  padding: 7.5px 5px;
  cursor: pointer;
}

.qv-atc {
  padding: 10px 18px;
  background: var(--colorBtnPrimary);
  color: #fff;
  margin-left: 10px;
  position: relative;
}

.qv-atc.btn--loading {
  min-width: 140px;
}

.qv--content.qv-loading {
  position: relative;
  height: calc(100vh - 210px);
}

.qv--content.qv-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 50px;
  height: 50px;
  display: block;
  background: transparent;
  border-radius: 50%;
  border: 3px solid currentColor;
  border-bottom-color: transparent;
  animation: rotate 0.5s infinite linear;
}

@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.qv-prd-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.qv-item.qv-right {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qv-prd-price {
  font-size: 16px;
  margin-bottom: 20px;
}
.qvi_bottom.qvi_in {
  margin-bottom: 20px;
}
.qv-sfpage {
  margin-bottom: 20px;
}

ul.qv-thumbs li {
  margin-bottom: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 1px transparent;
}

ul.qv-thumbs li.qv-thumb.active {
  box-shadow: 0px 0px 0px 1px currentColor;
}

.qv-thumbs--wrap {
  width: 65px;
}

.qv-sfpage svg {
  transform: translate(4px, 4px);
}

.qv-sfpage a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 767px) {
  .qv-thumbs--wrap {
    display: none;
  }
  .qv-main_images--wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .qv-item {
    width: 100%;
  }

  .home-featured-collection-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.home-featured-collection-wrapper &gt; div {
    white-space: nowrap !important;
    flex: 0 0 300px !important;
  margin-top: 4px;
}

.template-collection .grid__item--view-all {
    display: none !important;
}
}

.qv-direct-variants {
  margin-bottom: 20px;
}

.qv-direct-variants select {
  min-width: 160px;
}


a.btn.btn--small.home-fea-col-btn.section-header__link {
  font-size: 20px;
  padding: 11px 25px;
}
.collhandle--all #qab_container {
  display: none !important;
}
.default-coll-template #qab_container {
  display: none !important;
}
.collhandle--all .promo-grid--space-top,
.collhandle--all .product-banner, .collection-banner {
  margin-top: 152px;
  padding-top: 0;
}
.default-coll-template .promo-grid--space-top,
.default-coll-template .product-banner, .collection-banner {
  margin-top: 110px;
  padding-top: 0;
}
@media (min-width: 769px) {
  .template-collection .collection--banner-wrapper.no--col-banner {
    display: none;
  }
}
.above-footer h3 {
  font-weight: 600;
}
.home-rich-text .richtext-bg {
  max-width: 1200px;
  margin: auto;
  background: #f4dcd8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.video-section-wrapper {
  position: relative;
  width: 100%;
}
.video-image {
  display: block;
  width: 100%;
  height: auto;
}
.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.play-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .play-icon-img {
    width: 120px;
  }
  .home-video {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .product-slider {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .play-icon-img {
    width: 70px;
  }
  .home-video {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .product-slider {
    margin-bottom: -40px;
  }
}

@media (min-width: 769px) {
  .product_slider__js {
    display: block !important;
    width: 100%;
  }

  .slider__item {
    display: block !important;
    /*     width: 100%; */
    clear: unset !important;
  }

  .product_slider__js.show_side .slick-list {
    padding-right: 100px;
  }
}

.slick-arrow:after,
.slick-arrow:before {
  opacity: 1;
  color: #000;
}

.slick-prev {
  left: 35px;
  z-index: 1;
}
.slick-next {
  right: 15px;
  z-index: 1;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background:#f4dcd88a;
  border-radius: 50%;
  top: calc(50% - 110px);
}

.slick-arrow:hover {
  background:#f4dcd8;
  
}

.two_image_with_text {
  display: flex;
  gap: 5px;
  background: #fff;
}

.image_box,
.text_box {
  width: 100%;
}

.text_box {
  align-self: center;
  padding: 2em 3em;
  position: relative;
}

.image_box img {
  height: auto;
  width: 100%;
  display: block;
}
.btn_wrap {
  margin-top: 20px;
}

.text_box .rte {
  line-height: 1.3;
  margin-top: 20px;
}

.icon_box {
  position: absolute;
  top: -35px;
  bottom: 0;
  width: 70px;
  left: -15px;
  display: block;
  height: auto;
}

.h1.appear-delay.home-two-img {
  font-weight: 400;
}

@media (max-width: 768px) {
  .two_image_with_text {
    flex-wrap: wrap;
  }
  .image_box {
    width: calc(50% - 2.5px);
  }
  .text_box {
    order: 2;
    width: 100%;
  }
  .quote-with-brand-logos .section-header {
    font-size: 18px;
  }
  .quote-with-brand-logos .logo-bar {
    padding-bottom: 15px;
  }
  .h1.appear-delay.home-two-img {
    font-size: 30px;
    line-height: 32px
  }
  .two-iwt--secdtion .text_box .rte {
    font-size: 18px;
  }
}
.grid-product .grid-product__title {
  margin-bottom: 5px;
  display: flex;
  flex: 1;
}
@media (min-width: 769px) {
  .index-section.above-footer-not-last {
    padding-bottom: 20px;
  }
  .quote-with-brand-logos .section-header {
    width: 60%;
    margin: auto;
    font-size: 25px;
  }
  .quote-with-brand-logos .logo-bar {
  }
  .h1.appear-delay.home-two-img {
    font-size: 42px;
    line-height: 50px;
  }
}

.quote-with-brand-logos .logo-bar .logo-bar__item .logo-bar__image {
    object-fit: contain;

}
.quote-with-brand-logos .logo-bar .logo-bar__item {
    flex: 0 0 auto;
    filter: grayscale(1) contrast(100) brightness(1);
    margin: 0;
}
.quote-with-brand-logos .logo-bar {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    display: flex;
}
.quote-with-brand-logos {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media (min-width: 769px) {
  .quote-with-brand-logos .logo-bar .logo-bar__item .logo-bar__image {
        height: 104px;
        width: 130px;
        object-fit: contain;
  }
  .quote-with-brand-logos .logo-bar {
      margin: 5px 0;
  }
  
}
@media (max-width: 768px) {
  .quote-with-brand-logos .logo-bar .logo-bar__item .logo-bar__image {
        height: 60px;
        width: 90px;
        object-fit: contain;
  }
  .quote-with-brand-logos .logo-bar {
      margin: 0;
  }
}

.product-slider .slick-arrow {
  top: 50%;
  background: rgb(255 255 255 / 60%) !important;
}
.product-slider .slick-arrow:before {
  display: none;
}
.product-slider .slick-arrow.slick-next {
  right: 10px;
}
.product-slider .slick-arrow.slick-prev {
  left: 10px;
}
.product-slider .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.product-slider .slick-arrow img {
  width: 25px;
}
.home-rich-text {
  background: #f4dcd8;
}

.image-slider-blocks {
  margin: 0 15px;
}
.image-blocks-slider .slick-arrow:after,
.image-blocks-slider .slick-arrow:before {
  display: none;
}

.image-blocks-slider .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.image-blocks-slider .slick-arrow img {
  width: 25px;
}
.image-blocks-slider .slick-arrow {
  top: 50%;
}
@media (min-width: 769px) {
  .image-blocks-slider .slick-arrow.slick-next {
    right: 0px;
  }
  .image-blocks-slider .slick-arrow.slick-prev {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .image-blocks-slider .slick-arrow.slick-next {
    right: -9px;
  }
  .image-blocks-slider .slick-arrow.slick-prev {
    left: -12px;
  }
}
.image-blocks-slider {
  background: #f4dcd8;
  padding-bottom: 10px;
  padding-top: 1px;
}
.image-slider-block.slick-slide {
  margin: 0 15px;
}
.image-slider-wrapper.slick-initialized.slick-slider {
  margin-left: 45px;
  margin-right: 45px;
}
/* a.atc-hover:hover {
  background: #e8e8e1 !important;
  color: #ffffff !important;
} */

@media (min-width: 769px) {
  .hero-banner .background-media-text__text {
    color: #fff;
    background: none;
    text-align: right;
    width: 800px;
  }
  .hero-banner .background-media-text__aligner {
    position: absolute;
    text-align: 0;
    right: 0;
    top: 0;
  }
  .hero-banner p.h3 {
    font-size: 50px;
  }
  .hero-banner a.btn {
    color: #fff;
  }
  .how-to-banner .animation-cropper,
  .how-to-banner .background-media-text__aligner {
    width: 100%;
  }
  .how-to-banner .animation-contents {
    width: 100%;
    margin: auto;
    max-width: 55%;
  }
  .how-to-banner p {
    font-size: 25px;
  }
}
/* a.atc-hover:hover {
  background: #e8e8e1 !important;
  color: #ffffff !important;
} */
/* a.atc-hover {
  color: gray;
} */
.how-to-banner-btn-desk.underline-on-hover:hover {
  text-decoration: underline;
  color: #2e2d2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.rte--strong,
.section-header__title,
p,
.p,
a.btn,
button {
}


div#FilterDrawer {
  z-index: 9999;
}
@media (min-width: 769px) {
  .top-bar-section {
    padding: 14px 100px 14px 100px;
    font-weight: bold;
    font-size: 26px;
  }
  .product-custom-text.desktop-hide {
    display: none;
  }
  span.product-custom-text {
    background: pink;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
  }
  .stamped-header-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .top-bar-section {
    padding: 14px 10px 14px 10px;
    font-weight: bold;
    font-size: 20px;
  }
  span.product-custom-text.mobile-hide {
    display: none;
  }
  .product-custom-text.desktop-hide {
    background: pink;
    padding: 5px 13px 5px 13px;
    border-radius: 10px;
    font-weight: bold;
    max-width: max-content;
    margin: auto;
    margin-top: 15px;
  }
  .stamped-header-title {
    font-size: 32px;
  }
  span.stamped-summary-actions-newreview {
    margin-top: 20px;
  }
}
.product-custom-below-atc-text {
  font-weight: bold;
}
.fera-productReviews {
  display: none;
}
.stamped-header-title {
  color: #2e2d2d;
  font-weight: 400;
  text-align: center;
}
strong.author {
  color: #2e2d2d;
  font-weight: 700;
  font-size: 18px;
}
p.stamped-review-content-body {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}
.created {
  font-size: 11px;
  color: #9e9e9e;
  font-weight: 400;
}
.stamped-review-header .review-location {
  font-size: 11px;
  color: #9e9e9e;
  font-weight: 400;
}
span.stamped-summary-actions-newreview {
  color: #444444 !important;
  background: #fea89f !important;
  border: 1px solid #f4dcd8;
  box-shadow: none !important;
}
#stamped-sort-select,
.stamped-review-footer {
}
span.stamped-summary-text {
  color: #2e2d2d;
  font-size: 12px;
  font-weight: 400;
}
.summary-overview {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.stamped-reviews-filter {
  margin-top: 20px !important;
}
.stamped-summary-caption .stamped-summary-text {
  margin-top: 0 !important;
}
.stamped-badge-caption {
  vertical-align: middle;
}

.bag__free-shipping-progress {
  width: 100%;
  height: 8px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 0;
  margin-top: 20px;
  position: relative;
}

.bag__free-shipping-progress-text {
  text-align: center;
  margin-bottom: 10px;
  display: block;
  line-height: 1.5;
  font-size: 18px;
}

.bag__free-shipping-progress .bag__free-shipping-progress--inner {
  height: 100%;
  background: #fea89f;
}

.t_pipe {
  width: 2px;
  display: block;
  height: 100%;
  position: absolute;
  background: #fea89f;
  transform: translateX(-100%);
}

.bag__free-shipping-progress-text.r_mgs_2 {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}
.bag__free-shipping-progress-text h6 {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 5px;
}

.bag__free-shipping-progress-text p {
  margin: 0;
}

.fg__wrapper {
  border: 1px solid #e8e8e1;
  border-radius: 6px;
  margin: 20px 0;
}

.fg_head {
  border-bottom: 1px solid #e8e8e1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}

.fg_head .bag__free-shipping-progress {
  width: calc(100% - 60px);
  margin: 0;
  margin-top: 10px;
}

.fg_head &gt; p {
  margin: 0;
}

.fg_prd_item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.fgprice span {
  text-transform: uppercase;
  font-size: 16px;
  color: #ff4e31;
}

.fgprice {
  font-weight: 900;
  margin-top: 10px;
}

.freegift_item .cart__js-qty__wrapper {
  display: none !important;
}

.freegift_item .cart__item-price-col:after {
  content: "Free";
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #ff4e31;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
}
.freegift_item .cart__price {
  text-decoration: line-through;
}

.main_bundle_wrap {
  padding: 10px 0;
  margin-bottom: 20px;
}

.b_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.b_wrapper {
  border-bottom: 1px solid #e8e8e1;
  border-top: 1px solid #e8e8e1;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.b_img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.b_info_img {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn.atc_btn__ui {
  padding: 10px 8px;
  font-size: 12px;
  text-transform: unset !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
  border-color: 0;
}
.btn.atc_btn__ui[disabled] {
  cursor: no-drop;
  opacity: 0.7;
}

.btn.add_fbt_item {
  padding: 10px 16px;
}

.bp_href {
  text-decoration: underline;
}

.b_action {
  width: 120px;
  text-align: right;
}

.b_price {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.b_price s {
  opacity: 0.8;
  display: inline-block;
}

.b_price span {
  display: inline-block;
}

.bp_title {
  font-weight: 600;
  margin-bottom: 20px;
}

.b_wrapper.b_verticle {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.b_verticle .b_action {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.b_verticle .b_info_img {
  width: 100%;
}

.b_verticle .b_price {
  margin: 0;
}

.b_verticle .atc_btn__ui {
  padding: 10px 16px;
}

.b_verticle .atc_btn__ui {
  padding: 10px 16px;
}

.atc_btn__ui.loading {
  position: relative;
}

.atc_btn__ui.loading span {
  opacity: 0;
}

.atc_btn__ui.loading:after,
.atc_btn__ui.loading:before {
  width: 50px;
  margin: 0;
  left: 25px;
}
.fbt__wrapper .b_wrapper {
  border-bottom: 0;
}

.fbt__wrapper {
  margin-bottom: 40px;
  margin-top: 40px;
}

.home-two-img,
.home-drag-me .section-header__title, .playfair-title {
  font-family: PlayfairDisplay !important;
}


}
.fg-bottom-text {
    padding-top: 9px;
}

.header-item--icons {
 min-width: auto !important;
  max-width: initial !important;
  flex: 0 !important;
}
       
.header-item--icons .multi-selectors__item {
  margin-left: 0;
}
.header-item--icons .toolbar .page-width {
  padding: 0;
}


div#description-readMore {
  display:none;
}
h3.section-header__title,h2.section-header__title{
 font-family: PlayfairDisplay !important; 
}
@media (max-width: 768px) {
  h2.section-header__title {
    font-weight: 400 !important;
}
}
@media(max-width:767px){
  .collection-add{
    font-weight:400;
  }
}

/* Container for the entire star rating section */
.rating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom:10px;
}

.stars-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
}

.star-icon {
  width: 16px;
  height: 16px;
  color: #F4DCD8;
}

.review-count {
  color: inherit;
  font-weight: 400;
}

.rating-subtext {
  margin-top: 10px;
  font-size: 0.9em;
}

.page-width--narrow {
  margin: auto;
}

.enlarge-text {
  font-size: 1.3em;
}

/*  custom home banner  */

@media (min-width: 769px) {
  .two_image_with_text {
    display: grid;
    gap: 5px;
    background: #fff;
    grid-template-columns: 2fr 2fr 3fr;
  }
}
@media (max-width: 768px) {
  .home-banner.text_box-overlay .two_image_with_text  {
      position: relative;
      height: 60vh;
  }
  .home-banner.text_box-overlay .image_box img {
    height: 100%;
    object-fit: cover;
  }
  .home-banner.text_box-overlay .two_image_with_text .text_box {
    position: absolute;
    padding: 20px;
    top: initial;
    height: initial;
    align-self: end !important;
    text-align: left !important;
    color: #fff !important;
    z-index: 1;
  }
  .home-banner .two-iwt--secdtion {
    margin: 0;
  }
  
  .home-banner.page-width {
    padding: 0;
  }
  .home-banner.text_box-overlay .rating-container {
    justify-content: flex-start
  }
  .home-banner .text_box &gt; * {
    margin-bottom: 10px;
    margin-top: 0 !important;
  }
  .home-banner.text_box-overlay .two_image_with_text::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0,0,0,0.2);
    z-index: 0;
  }
}

#shopify-section-Home-faq .collapsible-trigger--inline .collapsible-trigger__icon {
    right: 0;
    left: auto;
}
#shopify-section-Home-faq .collapsible-trigger--inline {
  padding: 11px 40px 11px 0;
  width: 100%;
  font-family: inherit;
  font-size: 16px !important;
} 

#shopify-section-Home-faq .main-content-faq h3 {
 margin-bottom: 0;
}
#shopify-section-Home-faq .main-content-faq {
  max-width: 500px;
  margin: auto;
}

.stamped-fa-star {
    color: #f4dcd8;
}

.grid-product .grid-product__meta {
  margin: 10px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.grid-atb {
  align-items:  center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid-atb .grid-product__price {
  margin-top: 0;
  font-size: 14px;
}

.grid-atb .grid-product__price:has(.grid-product__price--original) {
  color: var(--colorTextSavings); 
  font-weight: 600;
}

.grid-product__price {
  font-size: 16px;
  font-weight: 400;
}
.scrolling-text{
  overflow:hidden;
}

.scrolling-text__inner{
  animation:scrolling-text var(--move-speed) linear infinite;
  animation-play-state:running; 
  display:inline-flex;
  margin:0.15em 0;
  visibility:visible;
  white-space:nowrap;
}

.scrolling-text__inner--right{
  animation:scrolling-text-right var(--move-speed) linear infinite;
  transform:translateX(-50%);
}

.scrolling-text span{
  white-space:nowrap;
}

.scrolling-text:focus .scrolling-text__inner,.scrolling-text:hover .scrolling-text__inner{
  animation-play-state:paused;
}

@keyframes scrolling-text{
  0%{
    transform:translateX(0);
    -webkit-transform:translateX(0);
  }
  to{
    transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
  }
}

@keyframes scrolling-text-right{
  0%{
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
  }
  to{
    transform:translateX(0);
    -webkit-transform:translateX(0);
  }
}

.collection-scroller span.collection-item__title {
  top: initial !important;
  bottom: 30px !important;
  transform: initial !important;
  display: flex;
  flex-direction: column;
}
.collection-scroller span.collection-item__title span {
  background: none;
  font-family: "Playfair Display";
  font-size: 26px;
  color: #fff;
  text-transform: none;
}
.collection-scroller span.collection-item__title .btn {
  flex: 0;
  width: fit-content;
  margin: 10px auto 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 150px;
  font-size: 16px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .collection-scroller .grid-overflow-wrapper .grid__item {
    flex: 0 0 75vw;
  }
}

.announcement-link .announcement-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: 'Aileron-Light', sans-serif !important;
}


/* [data-oke-star-rating] {
    min-height: 24px;
} */

.star-spec-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0 0px 0;
  @media only screen and (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start
  }
}

.product-spec-info {
    font-size:12px;
}

.product-single__meta .product-block--price {
  margin-bottom: 5px;
}

square-placement {
  text-align:center;
  margin-top: .5em !important;
}
.oke-sr {
  display: block !important;
}</pre></body></html>