/** Shopify CDN: Minification failed

Line 16:15 Unexpected "/"
Line 389:20 Unexpected "{"
Line 389:29 Expected ":"
Line 389:36 Unexpected "{"
Line 393:20 Unexpected "{"
Line 393:29 Expected ":"
Line 397:20 Unexpected "{"
Line 397:29 Expected ":"
Line 406:20 Unexpected "{"
Line 406:29 Expected ":"
... and 7 more hidden warnings

**/
Custom styles */
#shopify-section-main-product {
  background-color: #f6f1eb;
  padding-bottom: 26px;
}

.image-overlay--small {
    --image-height: 250px !important;
}

@media screen and (max-width: 1199px) {
    .header__search-bar.predictive-search.hidden-pocket {
        display: none !important;
    }
}

.collection-description-tile {
  list-style: none;
}

  .grid__item.collection-description-tile.expanded{
    grid-column: span 2;
  }

.product__info {
  background-color: #fffcf7;
}

.container,
.shopify-policy__container.shopify-policy__container {
  max-width: 1440px !important;
}

@media (max-width: 1000px) {
  #shopify-section-main-product {
    padding-bottom: 0px;
    background-color: #f6f1eb;
  }

  .product__info {
    background-color: #fffcf7;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 999px) {
  .product__media-list-wrapper {
    max-width: none !important;
  }

  .product__media {
    width: auto !important;
  }
}

/* Sticky product image styling for devices with width greater than 1000px */
@media (min-width: 1000px) {
  .product__media-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 150px; /* Adjusted value for spacing above the sticky element to prevent overlap with the header */
    height: auto; /* Ensure it only takes the height it needs */
  }

  .product__info {
    position: -webkit-sticky;
    position: sticky;
    top: 150px; /* Adjust this value as needed */
  }

  .table--tight {
    --table-spacing: 8px !important;
  }
  .h3,
  .rte h3 {
    letter-spacing: 0.1em !important;
  }

  .image-with-text__wrapper {
    max-width: 1520px;
    margin: 0 auto;
  }

  .product {
    align-items: flex-left !important;
    max-width: 1520px;
    margin: 0 auto;
  }

  .product:not(.product--featured) {
    margin-block-end: 50px !important;
  }

  .product__info {
    height: fit-content;
  }

  .product__thumbnail {
    width: 85px !important;
    min-width: 64px !important;
  }

  .product-content {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3,
.rte h3 {
  letter-spacing: 0.1em !important;
}

.table caption {
  text-align: inherit !important;
  margin-bottom: 0.5rem !important;
}

.table--tight {
  --table-spacing: 8px !important;
}

@media screen and (min-width: 741px) {
  .h3,
  .rte h3 {
    letter-spacing: 0.1em !important;
  }
  .button:not(.button--text),
  .shopify-challenge__button,
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-button {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
    .image-overlay--small {
        --image-height: 300px;
    }
}

@media screen and (max-width: 740px) {
  .text-start {
    text-align: start !important;
  }

  .text-end {
    text-align: end !important;
  }

  .product:not(.product--featured) {
    padding-block: var(--container-gutter) 0px;
    max-width: none;
  }
}

.quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mega-menu__inner {
  justify-content: space-between !important;
  max-width: 1200px;
  margin: 0 auto;
}

.mega-menu__image-push:only-child {
  width: 250px;
}

.mega-menu__title {
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #2b2b2b;
}


/* Custom header adjustments */
.header__bottom-navigation-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
}

.header__main-menu {
  grid-column: 2;
  justify-self: center;
}

.header__additional-menu {
  grid-column: 3;
  justify-self: end;
}

/* Custom styles for the additional menu */

/* When the header is transparent (initial state) */
.header--transparent .header__additional-menu a {
  color: #DEDEDE;
}

/* When the header is not transparent (scrolled or hovered) */
.header:not(.header--transparent) .header__additional-menu a {
  color: #808080;
}

/* Optional: Adjust hover color for additional menu links */
.header__additional-menu a:hover {
  color: #666666; /* Or any color you prefer on hover */
}

/* Custom styles for product-meta__header */
.product-meta__header {
  padding: 20px;
  padding-bottom: 30px;
  border-bottom: 3px solid #F6F1EB;
  text-align: center;
}

.product-meta__subtitle {
  font-size: 14px;
  font-weight: 300; /* Light */
  margin-bottom: 10px;
}

.product-meta__title {
  font-size: 20px;
  font-weight: 400; /* Regular */
}

/* Styles for price and trust badge */
.price-trust-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #F6F1EB; /* Added border */
}

.price-policy-container {
  display: flex;
  flex-direction: column;
}

.price.price--large,
.price.price--highlight.price--large {
  color: #696969;
  font-weight: 300; /* Light */
  font-size: 20px;
}

.product-meta__taxes-included {
  color: #696969;
  font-weight: 300; /* Light */
  font-size: 13px;
}

.trust-badge {
  margin-left: 20px;
}

.trust-badge img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Apply consistent padding to all main wrappers */
.product-form-wrapper,
.product__sku,
.product__rating,
.product__share,
.product__help {
  padding-left: 20px;
  padding-right: 20px;
}

/* Added top and bottom padding to product-form-wrapper */
.product-form-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
  .price-trust-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .trust-badge {
    margin-left: 0;
  }
}

@media (max-width: 767px) {

  .product__media-item {
    padding: 0 !important;
  }

  .product.product--thumbnails-left {
    padding-top: 0 !important;
  }

  .product__media-image-wrapper {
    padding: 0 !important;
  }

  .tap-area.product__zoom-button {
  right: -8px;
}

  .product__media-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .product__media-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.shopify-policy__container {
    max-width: 1170px !important;
    margin: 0 auto 40px !important;
}

.predictive-search__product-list {
    max-height: none;
    column-width: auto;
    column-gap: auto;
}

.mobile-nav {
    max-height: none;
    column-width: auto;
    column-gap: auto;
}

@media screen and (min-width: 741px) {
  /* Apply our inline-flex override only to header icons that are not the newsletter popup */
  .header__icon-wrapper:not([aria-controls="newsletter-popup"]) {
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;  /* Prevent text from wrapping */
  }

  /* Ensure the text spans never wrap and have a fixed minimum width */
  .header__icon-text {
    white-space: nowrap;
    min-width: auto !important;
  }
}


@media screen and (min-width: 1000px) {
    .product-list__prev-next {
        top: calc(var(--item-width) / 2 - 28px);
    }
}

  #shopify-section-{{ section.id }} {
    /* Existing CSS variables */
  }

  #shopify-section-{{ section.id }} .video-section {
    position: relative;
  }

  #shopify-section-{{ section.id }} .video-section__link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 0;
  }

  #shopify-section-{{ section.id }} .video-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 400; /* Adjusted to make the text less bold */
  }

  /* Apply transition to the icon container */
  #shopify-section-{{ section.id }} .video-link__icon {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  /* Rotate chevron icon to point to the right */
  #shopify-section-{{ section.id }} .video-link__icon svg {
    transform: rotate(-90deg);
  }

  /* Hover effect: move chevron to the right */
  #shopify-section-{{ section.id }} .video-link:hover .video-link__icon {
    transform: translateX(5px);
  }



</style>