.shop-page .hero {
  min-height: 0;
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.shop-page .hero img {
  width: min(100%, 520px);
  height: auto;
  aspect-ratio: 3 / 2;
  max-height: 320px;
  justify-self: center;
  object-fit: cover;
}

.shop-page .shop-hero-title {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  margin-bottom: .85rem;
}

.shop-page .hero-copy {
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.quality-callout {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1rem;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: #fff;
  color: #08796e;
  font-weight: 700;
  box-shadow: 0 5px 18px #20213b12;
}

.products-note {
  margin-top: .75rem;
  color: #5f5b70;
  line-height: 1.6;
}

.product-gallery {
  padding: 8px;
  background: #eeeaf5;
  border-bottom: 1px solid #ded8ea;
}

.product-gallery-track {
  border: 2px solid #fff;
  border-radius: 12px;
  background: #fff;
}

.product-gallery-track img {
  height: 200px;
  padding: 6px;
  object-fit: contain;
  background: #fff;
}

.product-gallery .gallery-prev { left: .9rem; }
.product-gallery .gallery-next { right: .9rem; }

.product-media-empty {
  align-items: center;
  color: #777184;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  gap: .45rem;
  height: 200px;
  justify-content: center;
  scroll-snap-align: start;
}

.product-media-empty i { font-size: 1.65rem; }
.product-media-empty span { font-size: .82rem; font-weight: 700; }

@media (min-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 850px) {
  .shop-page .hero img {
    width: min(100%, 480px);
    height: auto;
    max-height: 280px;
  }
}
.checkout-consent[hidden] {
  display: none !important;
}
.fulfillment-options{margin:.4rem 0 .8rem;padding:1rem;border:1px solid #ddd8e8;border-radius:14px}.fulfillment-options[hidden]{display:none!important}.fulfillment-options legend{padding:0 .35rem;color:var(--ink);font-weight:700;font-size:.9rem}.fulfillment-options label{display:flex;align-items:flex-start;gap:.55rem;padding:.65rem;border-radius:10px;cursor:pointer}.fulfillment-options label:has(input:checked){background:#f1edff}.fulfillment-options input{margin-top:.22rem}.fulfillment-options span,.fulfillment-options strong,.fulfillment-options small{display:block}.fulfillment-options small{margin-top:.2rem;color:#686579;line-height:1.35}.fulfillment-options p{margin:.35rem .65rem 0;color:#9b1d2f;font-size:.78rem;font-weight:700}
