/** Shopify CDN: Minification failed

Line 135:5 Unexpected "/"

**/
/* p{
  text-align: justify;
} */
/* .slideshow__slide:not(.is-selected){
  display: none;
} */
.blog-post-card--featured .blog-post-card__figure {
  order: 1;
}
.shopify-section--main-collection {
  background: #f1eadd;
}
video-media[autoplay], video-media:not([autoplay])~:not(video-media) {
  pointer-events: all;
}
.blog-filter-list a {
  background: #e6dfd3;
}
.shopify-section--collection-banner {
  background: #e6dfd3 !important;
}
.shopify-section--collection-banner ul.h-stack.bold.text-base {
    justify-content: center;
}
.blog-filter-list a.selected {
  background: #f1eadd;
}
.product-card__badge-list .badge:not(.badge--lg) {
  font-size: 15px;
}
sold-out-badge.badge.badge--sold-out {
  background: transparent;
  color: #f4511e;
  font-size: 16px;
}
.blog-filter-list [aria-selected="true"] a {
    background: #f1eadd;
}
.play-button1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-button1 path {
    fill: #fff;
}
@media screen and (min-width: 1150px) {
    .blog-post-card--featured {
        grid-template-columns: .54fr 1fr;
    }
}
@media screen and (max-width: 1000px) {
  .blog-post-card--featured .blog-post-card__info {
    order: 1;
  }
}
.badge--on-sale {
    line-height: 1;
    padding-block-start: 5px !important;
    padding-block-end: 5px !important;
}

/* ////////////sk css////////// */

@media (min-width: 1024px) {
  .hero-bottom-section {
    margin-top: -50px;
  }
  .hero-bottom-section .multi-column {
    align-items: center;
  }
}

/* Base scrolling text */
.scrolling-marquee-text .scrolling-text__text {
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Filled text */
.scrolling-marquee-text .scrolling-text__text:nth-child(odd) {
  color: rgb(var(--text-color));
}

/* Outline text */
.scrolling-marquee-text .scrolling-text__text:nth-child(even) {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(var(--text-color));
}

.scrolling-marquee-text {
    padding: 5px;
    margin-bottom: 65px;
}

/* ///////////////////// */

/* @media screen and (min-width: 1024px) {
    .facets-summary {
        gap: var(--spacing-10);
    }
    .sort-by-facet {
    max-width: fit-content;
  }
} */

/* ////////////// */

@media screen and (min-width: 1024px) {

  /* Keep container natural so popovers can escape */
  /* .collection__top-bar {
    overflow: visible;
  } */

  /* Constrain ONLY the horizontal row */
  /* .collection__top-bar .facets-summary {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: var(--spacing-10);
    overflow-x: clip; /* KEY: prevents scroll but allows popovers */
  } */

  /* .collection__top-bar .facets-summary form.contents {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
  } */

  /* Left */
  /* .collection__top-bar .availability-facet {
    margin-right: auto;
    white-space: nowrap;
  } */

  /* Right */
  /* .collection__top-bar .facets-horizontal {
    display: flex;
    align-items: center;
    gap: var(--spacing-6);
  }

  .collection__top-bar .sort-by-facet {
    flex-shrink: 0;
    white-space: nowrap;
  } */
}



/* ////////////// */

.text-on-sale {
    font-weight: 700;
}

.text-subdued {
    font-weight: 700;
    color: #000;
}

.line-through {
    font-weight: unset !important;
    color: rgb(var(--text-color) / .7);
}  

/* .bg-custom {
    border: 1px solid #CEC6C6;
} */

.product-card--blends .product-card__info {
    padding-block-end: 20px;
    padding-inline-start: 20px;
}

.navigation-promo .product-card {
    align-items: center;
}

.align-self-stretch {
    width: calc(100% / 4);
}

.navigation-promo .product-card__figure {
    max-width: unset;
}
.custom_slideshow_css {
    padding-top:unset;
}

/* ///////////// */
.circle-button {
    z-index: 3!important;
}
/* //////////// */

.product-info__complementary-products > div > p {
    font-weight: 700;
}
.text-on-sale {
    font-weight: 700;
}

.product-card__title a {
    font-family: 'LemonMilk';
}
.footer__block.footer__block--text .text-subdued p {
    color: rgb(var(--text-color));
    font-weight: 100;
    opacity: .7;
}

.footer__block--newsletter .text-subdued p {
    color: #fff;
    opacity: .7;
    font-weight: 100;
}

/* //////////////////// */

.testimonial__content strong {
    font-weight: 600;
}

