/** Shopify CDN: Minification failed

Line 112:0 Unexpected "}"

**/
/* ============================================================
   VERTICAL THUMBNAIL GALLERY + HEIGHT MATCHING - Dawn Product Page
   Desktop only (990px and up)
   ============================================================ */
@media screen and (min-width: 990px) {

  /* 1. Make the two-column grid stretch both columns equally */
  .product.grid {
    align-items: stretch !important;
  }

  .product__media-wrapper {
    height: 100% !important;
  }

  /* 2. Target <media-gallery> directly — always present in markup,
        unlike .product__column-sticky which only exists when
        "Enable sticky info" is turned on in theme settings */
  .product__media-wrapper media-gallery {
    display: block !important;
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    height: 100% !important;
    padding-left: 130px; /* reserve space for the vertical thumbnail column */
  }

  /* 3. Make the main image's internal wrapper fill that full height */
  media-gallery slider-component:not(.thumbnail-slider) {
    height: 100% !important;
    display: block !important;
  }

  media-gallery .product__media-list,
  media-gallery .product__media-item {
    height: 100% !important;
  }

  /* 4. Cancel Dawn's fixed aspect-ratio box and let the image fill the space */
  media-gallery .product-media-container {
    height: 100% !important;
    aspect-ratio: auto !important;
    padding-top: 0 !important;
  }

  media-gallery .product-media-container img {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  /* 5. Vertical thumbnail column - pinned left, scrolls if too many images */
  media-gallery .thumbnail-slider {
    display: block !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 90px;
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  media-gallery .thumbnail-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  media-gallery .thumbnail-list__item {
    width: 100% !important;
  }

  media-gallery .thumbnail-list__item img {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }

  media-gallery .thumbnail-slider .slider-buttons {
    display: none !important;
  }

  media-gallery .thumbnail-slider::-webkit-scrollbar {
    width: 4px;
  }
  media-gallery .thumbnail-slider::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
  #custom-buy-it-now,
button[name="add"] {
  border-radius: 12px !important;
  clip-path: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
 #MainContent variant-selects,
.product__info-container variant-selects,
section[id^="ProductInfo"] variant-selects {
  display: none !important;
}
}
}
.trust-block {
  max-width: var(--page-width, 1200px);
  margin: 1.5rem auto;
  padding: 0 1.5rem;
  font-family: inherit;
}

.trust-block__delivery {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #b9dcc9;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}

.trust-block__delivery-icon {
  background: #716cb5;
  color: #fff;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-block__delivery-icon svg { width: 22px; height: 22px; }

.trust-block__delivery-title {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.trust-block__delivery-pill {
  background: #716cb5;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
}

.trust-block__delivery-sub {
  font-size: 0.85rem;
  color: #8a8a8a;
  margin-top: 0.2rem;
}

.trust-block__offers-heading {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.trust-block__offers-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f4f4f4;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}

.trust-block__offers-icon {
  background: #716cb5;
  color: #fff;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.trust-block__offers-text { flex: 1; font-size: 0.95rem; }
.trust-block__offers-counter { font-size: 0.85rem; color: #999; white-space: nowrap; }

.trust-block__icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 0.5rem;
}

.trust-block__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  font-size: 0.85rem;
  color: #333;
}

.trust-block__icon-item svg {
  width: 30px;
  height: 30px;
  color: #716cb5;
}

@media screen and (max-width: 480px) {
  .trust-block__icons { flex-wrap: wrap; }
  .trust-block__icon-item { flex: 1 1 45%; }
}
[class*="footer-block--"] {
  text-align: left !important;
}

.footer-block__heading {
  text-align: left !important;
}

.footer-block__details-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 0.8rem;
}

.footer-block__details-content li {
  display: block !important;
  width: 100%;
  text-align: left !important;
}

.footer__blocks-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
}

.footer__blocks-wrapper > [class*="footer-block--"] {
  flex: 1 1 22% !important;
  max-width: 22% !important;
}
/* ============================================================
   END VERTICAL THUMBNAIL GALLERY
   ============================================================ */