:root {
  --shubh-maroon: #4a120f;
  --shubh-maroon-deep: #250806;
  --shubh-saffron: #d97721;
  --shubh-gold: #c99a45;
  --shubh-gold-soft: #e4c788;
  --shubh-sand: #d8b886;
  --shubh-ivory: #fffaf0;
  --shubh-paper: #f7eddc;
  --shubh-ink: #2d1a14;
  --shubh-muted: #765f53;
  --shubh-teal: #174e4d;
  --shubh-line: rgba(84, 40, 26, 0.16);
  --shubh-serif: "Cormorant Garamond", Georgia, serif;
  --shubh-sans: "Manrope", system-ui, sans-serif;
}

body:has(.storefront-shell),
body:has(.site-header) {
  color-scheme: light;
  background: var(--shubh-ivory);
  color: var(--shubh-ink);
  font-family: var(--shubh-sans);
}

.storefront-shell {
  --cream: var(--shubh-ivory);
  --cream-2: #fffdf8;
  --maroon: var(--shubh-maroon);
  --maroon-dark: var(--shubh-maroon-deep);
  --gold: var(--shubh-gold);
  --brown: var(--shubh-ink);
  --ink-soft: var(--shubh-ink);
  background:
    radial-gradient(circle at 50% -12%, rgba(228, 199, 136, 0.34), transparent 34rem),
    linear-gradient(135deg, rgba(74, 18, 15, 0.035) 25%, transparent 25%) 0 0 / 2.2rem 2.2rem,
    var(--shubh-ivory);
}

.storefront-shell h1,
.storefront-shell h2,
.storefront-shell h3,
body:has(.site-header) h1,
body:has(.site-header) h2,
body:has(.site-header) h3 {
  font-family: var(--shubh-serif);
  letter-spacing: -0.025em;
}

.storefront-shell .shipping-bar {
  border-top-color: var(--shubh-gold);
  background:
    linear-gradient(90deg, var(--shubh-maroon-deep), #6a1a14 52%, var(--shubh-maroon-deep));
  color: #fff6df;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.storefront-shell .lux-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  padding: 0.85rem clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(201, 154, 69, 0.42);
  background:
    linear-gradient(90deg, rgba(74, 18, 15, 0.98), rgba(37, 8, 6, 0.97)),
    repeating-linear-gradient(90deg, rgba(228, 199, 136, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: 0 12px 35px rgba(37, 8, 6, 0.14);
}

.storefront-shell .lux-logo {
  min-width: 9rem;
}

.storefront-shell .lux-logo img {
  width: min(10.5rem, 34vw);
  border: 1px solid rgba(228, 199, 136, 0.38);
  border-radius: 0.3rem;
  background: var(--shubh-maroon);
  box-shadow: 0 10px 24px rgba(16, 3, 2, 0.25);
}

.storefront-shell .lux-nav {
  gap: clamp(1rem, 2.2vw, 2.2rem);
  color: #fff8e8;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.storefront-shell .lux-nav a {
  position: relative;
  padding: 0.55rem 0;
}

.storefront-shell .lux-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--shubh-gold-soft);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.storefront-shell .lux-nav a:hover::after,
.storefront-shell .lux-nav a:focus-visible::after {
  transform: scaleX(1);
}

.storefront-shell .header-tools {
  gap: 0.4rem;
}

.storefront-shell .search-pill {
  border: 1px solid rgba(228, 199, 136, 0.26);
  background: rgba(255, 250, 240, 0.09);
}

.storefront-shell .search-pill input,
.storefront-shell .search-pill span,
.storefront-shell .icon-button,
.storefront-shell .header-tools .button,
.storefront-shell .account-greeting {
  color: #fff8e8;
}

.storefront-shell .search-pill input::placeholder {
  color: rgba(255, 248, 232, 0.7);
}

.storefront-shell .icon-button,
.storefront-shell .header-tools .button {
  min-width: auto;
  border-color: rgba(228, 199, 136, 0.26);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
}

.storefront-shell .lux-hero {
  grid-template-columns: minmax(0, 1fr) minmax(30rem, 1fr);
  min-height: 650px;
  border-bottom: 1px solid rgba(201, 154, 69, 0.38);
  background:
    radial-gradient(circle at 12% 20%, rgba(217, 119, 33, 0.09), transparent 18rem),
    repeating-linear-gradient(45deg, rgba(74, 18, 15, 0.035) 0 1px, transparent 1px 20px),
    var(--shubh-ivory);
}

.storefront-shell .lux-hero::before {
  background:
    linear-gradient(90deg, rgba(74, 18, 15, 0.1), transparent 22%, transparent 78%, rgba(74, 18, 15, 0.08)),
    repeating-linear-gradient(90deg, transparent 0 5.4rem, rgba(201, 154, 69, 0.11) 5.4rem 5.45rem);
}

.storefront-shell .lux-hero-copy {
  min-width: 0;
  padding: clamp(4rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4.5rem);
}

.storefront-shell .lux-hero h1 {
  max-width: 760px;
  margin: 0 0 1.4rem;
  color: var(--shubh-maroon);
  font-size: clamp(4rem, 6vw, 6.2rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.85;
  text-shadow: 0 1px 0 #fff, 0 18px 44px rgba(74, 18, 15, 0.12);
}

.storefront-shell .lux-hero p:not(.eyebrow) {
  max-width: 38rem;
  color: var(--shubh-muted);
  font-family: var(--shubh-serif);
  font-size: clamp(1.2rem, 1.7vw, 1.48rem);
  line-height: 1.5;
}

.storefront-shell .eyebrow {
  color: var(--shubh-teal);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.storefront-shell .ornament-line {
  margin: 1.2rem 0 1.6rem;
}

.storefront-shell .ornament-line::before,
.storefront-shell .ornament-line::after,
.storefront-shell .ornament-line span {
  background: var(--shubh-gold);
}

.storefront-shell .lux-hero-art {
  min-height: 650px;
  isolation: isolate;
  background:
    linear-gradient(90deg, var(--shubh-ivory) 0%, rgba(255, 250, 240, 0.1) 18%, rgba(37, 8, 6, 0.04) 100%),
    url("assets/divyam-devotional-hero-v1.jpg") 56% center / cover no-repeat;
}

.storefront-shell .lux-hero-art::before {
  position: absolute;
  inset: 1.2rem;
  z-index: 2;
  border: 1px solid rgba(228, 199, 136, 0.55);
  content: "";
  pointer-events: none;
}

.storefront-shell .lux-hero-art::after {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(228, 199, 136, 0.28);
  background: rgba(37, 8, 6, 0.7);
  color: rgba(255, 250, 240, 0.86);
  content: "An Indian sacred morning";
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-shell .lux-hero-art > * {
  display: none;
}

.storefront-shell .hero-actions {
  margin-top: 1.8rem;
}

.storefront-shell .button.maroon,
.storefront-shell .add-button,
.storefront-shell .buy-button,
.storefront-shell .status-link {
  border-color: var(--shubh-maroon);
  background: linear-gradient(135deg, var(--shubh-maroon), #741c16);
  color: #fff9e8;
  box-shadow: 0 12px 24px rgba(74, 18, 15, 0.18);
}

.storefront-shell .button.outline,
.storefront-shell .segment-tab,
.storefront-shell .remove-cart-item {
  border-color: rgba(74, 18, 15, 0.3);
  background: rgba(255, 250, 240, 0.9);
  color: var(--shubh-maroon);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.2rem;
  margin-top: 1.7rem;
}

.hero-proof span {
  color: var(--shubh-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.hero-proof span::before {
  margin-right: 0.45rem;
  color: var(--shubh-saffron);
  content: "✦";
}

.storefront-shell .lux-benefits {
  border-color: rgba(201, 154, 69, 0.38);
  background:
    linear-gradient(90deg, rgba(74, 18, 15, 0.045), rgba(255, 250, 240, 0.78)),
    var(--shubh-paper);
}

.storefront-shell .lux-benefits article {
  border-color: rgba(201, 154, 69, 0.36);
}

.storefront-shell .lux-benefits span {
  color: var(--shubh-saffron);
  font-family: var(--shubh-serif);
}

.storefront-shell .lux-benefits strong,
.storefront-shell .center-heading h2,
.storefront-shell .product-head h2,
.storefront-shell .newsletter h2,
.storefront-shell .catalogue-hero h1 {
  color: var(--shubh-maroon);
}

.storefront-shell .lux-benefits p,
.storefront-shell .center-heading p:not(.eyebrow),
.storefront-shell .newsletter p,
.storefront-shell .catalogue-hero p:not(.eyebrow) {
  color: var(--shubh-muted);
}

.storefront-shell .collection-section,
.storefront-shell .products-section,
.storefront-shell .help-section,
.storefront-shell .newsletter,
.storefront-shell .cart-section,
.storefront-shell .saved-section,
.storefront-shell .tracking-section,
.storefront-shell .checkout-section,
.storefront-shell .catalogue-hero {
  background: transparent;
}

.storefront-shell .collection-card,
.storefront-shell .product-card,
.storefront-shell .help-card,
.storefront-shell .trust-strip article,
.storefront-shell .cart-panel,
.storefront-shell .catalogue-login-card,
.storefront-shell .saved-product {
  border-color: rgba(201, 154, 69, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 237, 220, 0.92)),
    repeating-linear-gradient(135deg, rgba(74, 18, 15, 0.035) 0 1px, transparent 1px 12px);
}

.storefront-shell .collection-card {
  border-radius: 0.45rem;
  box-shadow: 0 18px 45px rgba(74, 18, 15, 0.07);
}

.storefront-shell .collection-card::before,
.storefront-shell .product-card::before {
  background: linear-gradient(90deg, var(--shubh-maroon), var(--shubh-gold), var(--shubh-teal));
}

.storefront-shell .collection-card strong {
  color: var(--shubh-maroon);
  font-family: var(--shubh-serif);
  font-weight: 600;
}

.storefront-shell .collection-card span,
.storefront-shell .product-card p,
.storefront-shell .product-count {
  color: var(--shubh-muted);
}

.storefront-shell .collection-art,
.storefront-shell .product-visual {
  border-color: rgba(201, 154, 69, 0.4);
  border-radius: 0.3rem;
  background-color: #fff7e6;
}

.storefront-shell .catalogue-hero {
  border-bottom: 1px solid var(--shubh-line);
  background:
    radial-gradient(circle at 85% 20%, rgba(23, 78, 77, 0.09), transparent 18rem),
    repeating-linear-gradient(45deg, rgba(201, 154, 69, 0.08) 0 1px, transparent 1px 18px),
    var(--shubh-paper);
}

.storefront-shell .catalogue-hero h1 {
  font-weight: 600;
  letter-spacing: -0.045em;
}

.storefront-shell .bhakti-home-section {
  border-color: rgba(201, 154, 69, 0.34);
  background:
    linear-gradient(135deg, rgba(37, 8, 6, 0.97), rgba(74, 18, 15, 0.96)),
    repeating-linear-gradient(45deg, rgba(228, 199, 136, 0.08) 0 1px, transparent 1px 17px);
}

.storefront-shell .bhakti-home-intro h2,
.storefront-shell .bhakti-home-grid strong,
.storefront-shell .bhakti-home-link {
  color: #fff8e8;
}

.storefront-shell .bhakti-home-intro > p,
.storefront-shell .bhakti-home-grid small {
  color: rgba(255, 248, 232, 0.68);
}

.storefront-shell .bhakti-home-grid a {
  border-color: rgba(228, 199, 136, 0.3);
  background: rgba(255, 250, 240, 0.06);
}

.storefront-shell .bhakti-home-grid span {
  color: var(--shubh-gold-soft);
}

.storefront-shell .lux-footer,
.storefront-shell .footer-trust {
  background:
    linear-gradient(135deg, var(--shubh-maroon-deep), var(--shubh-maroon)),
    repeating-linear-gradient(45deg, rgba(228, 199, 136, 0.09) 0 1px, transparent 1px 16px);
}

.storefront-shell .footer-perks {
  background: rgba(228, 199, 136, 0.18);
}

.storefront-shell .footer-perks span {
  background: rgba(74, 18, 15, 0.86);
}

.storefront-shell .whatsapp-float {
  background: linear-gradient(135deg, var(--shubh-teal), #0d403f);
}

body:has(.site-header) #aqua-canvas {
  opacity: 0.08;
  filter: sepia(1) saturate(0.7);
}

body:has(.site-header) .site-header {
  border-bottom: 1px solid rgba(201, 154, 69, 0.42);
  background:
    linear-gradient(90deg, rgba(74, 18, 15, 0.98), rgba(37, 8, 6, 0.97));
  box-shadow: 0 12px 35px rgba(37, 8, 6, 0.14);
}

body:has(.site-header) .brand,
body:has(.site-header) .header-buy,
body:has(.site-header) .menu-toggle {
  color: #fff8e8;
}

body:has(.site-header) .brand-mark {
  border-color: var(--shubh-gold);
  background: var(--shubh-gold);
  color: var(--shubh-maroon-deep);
}

body:has(.site-header) .header-buy {
  border-color: var(--shubh-gold-soft);
}

body:has(.site-header) .category-hero,
body:has(.site-header) .section {
  background: transparent;
}

body:has(.site-header) .category-hero {
  border-bottom: 1px solid var(--shubh-line);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.98), rgba(247, 237, 220, 0.83)),
    repeating-linear-gradient(45deg, rgba(201, 154, 69, 0.09) 0 1px, transparent 1px 18px);
}

body:has(.site-header) .category-copy h1,
body:has(.site-header) .section-heading h2,
body:has(.site-header) .category-products h3 {
  color: var(--shubh-maroon);
}

body:has(.site-header) .category-copy p,
body:has(.site-header) .category-products p,
body:has(.site-header) .category-note {
  color: var(--shubh-muted);
}

body:has(.site-header) .category-visual {
  border: 1px solid rgba(201, 154, 69, 0.5);
  background:
    linear-gradient(90deg, rgba(37, 8, 6, 0.12), rgba(37, 8, 6, 0.02)),
    url("assets/divyam-devotional-hero-v1.jpg") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(74, 18, 15, 0.15);
}

body:has(.site-header) .category-products .product-card {
  border-color: rgba(201, 154, 69, 0.42);
  background: rgba(255, 253, 248, 0.95);
  color: var(--shubh-ink);
  box-shadow: 0 18px 45px rgba(74, 18, 15, 0.07);
}

body:has(.site-header) footer {
  border-color: rgba(201, 154, 69, 0.32);
  background: var(--shubh-maroon-deep);
  color: rgba(255, 248, 232, 0.76);
}

.bhakti-header {
  border-top: 4px solid var(--shubh-gold);
  box-shadow: 0 10px 28px rgba(74, 18, 15, 0.08);
}

.bhakti-hero {
  border-bottom: 1px solid rgba(201, 154, 69, 0.5);
}

.bhakti-footer {
  background:
    linear-gradient(135deg, var(--shubh-maroon-deep), var(--shubh-maroon)),
    repeating-linear-gradient(45deg, rgba(228, 199, 136, 0.08) 0 1px, transparent 1px 16px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--shubh-saffron);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .storefront-shell .lux-header {
    grid-template-columns: minmax(9rem, auto) 1fr;
  }

  .storefront-shell .header-tools {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 960px) {
  .storefront-shell .lux-hero {
    grid-template-columns: 1fr;
  }

  .storefront-shell .lux-hero-copy {
    padding-bottom: 4rem;
  }

  .storefront-shell .lux-hero-art {
    min-height: 470px;
    background-position: 56% center;
  }
}

@media (max-width: 680px) {
  .storefront-shell .shipping-bar {
    white-space: normal;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .storefront-shell .lux-header {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .storefront-shell .lux-logo {
    justify-items: start;
  }

  .storefront-shell .lux-nav,
  .storefront-shell .header-tools {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    overflow: visible;
    padding-bottom: 0.25rem;
  }

  .storefront-shell .lux-nav {
    gap: 0.35rem 1rem;
    font-size: 0.68rem;
  }

  .storefront-shell .header-tools {
    gap: 0.45rem;
  }

  .storefront-shell .search-pill {
    display: none;
  }

  .storefront-shell .whatsapp-float {
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    width: 3.25rem;
    height: 3.25rem;
    font-size: 0.72rem;
  }

  .storefront-shell .lux-hero {
    min-height: auto;
  }

  .storefront-shell .lux-hero-copy {
    padding: 4.5rem 1.25rem 3.5rem;
  }

  .storefront-shell .lux-hero h1 {
    overflow-wrap: normal;
    font-size: clamp(3.25rem, 15vw, 4rem);
    line-height: 0.88;
    word-break: normal;
  }

  .storefront-shell .lux-hero p:not(.eyebrow) {
    font-size: 1.12rem;
  }

  .storefront-shell .lux-hero-art {
    min-height: 390px;
    background-position: 61% center;
  }

  .storefront-shell .lux-hero-art::before {
    inset: 0.75rem;
  }

  .storefront-shell .lux-hero-art::after {
    right: 1.2rem;
    bottom: 1.2rem;
  }

  .storefront-shell .collection-card {
    overflow: hidden;
  }

  .storefront-shell .collection-art {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.15 / 1;
  }

  .storefront-shell .lux-benefits {
    grid-template-columns: 1fr;
  }

  .storefront-shell .lux-benefits article {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 154, 69, 0.34);
  }

  .hero-proof {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront-shell .lux-nav a::after {
    transition: none;
  }
}

/* Devotional collection discovery */
.storefront-shell .search-pill button {
  min-height: 1.75rem;
  border: 0;
  border-left: 1px solid rgba(228, 199, 136, 0.28);
  background: transparent;
  color: #fff8e8;
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0 0.2rem 0 0.65rem;
  text-transform: uppercase;
}

.storefront-shell .home-finder-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(26rem, 1.24fr);
  align-items: end;
  gap: clamp(1.5rem, 5vw, 5.5rem);
  border-top: 1px solid rgba(201, 154, 69, 0.38);
  border-bottom: 1px solid rgba(201, 154, 69, 0.38);
  background:
    radial-gradient(circle at 84% 8%, rgba(23, 78, 77, 0.11), transparent 19rem),
    linear-gradient(120deg, rgba(217, 119, 33, 0.07), transparent 40%),
    repeating-linear-gradient(45deg, rgba(74, 18, 15, 0.035) 0 1px, transparent 1px 18px),
    rgba(255, 250, 240, 0.74);
}

.storefront-shell .home-finder-copy {
  max-width: 34rem;
}

.storefront-shell .home-finder-copy h2 {
  margin: 0.4rem 0 0.75rem;
  color: var(--shubh-maroon);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 600;
  line-height: 0.96;
}

.storefront-shell .home-finder-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--shubh-muted);
  line-height: 1.65;
}

.storefront-shell .home-finder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: end;
}

.storefront-shell .home-finder label {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  color: var(--shubh-maroon);
}

.storefront-shell .home-finder label > span,
.storefront-shell .product-filter-control > span,
.storefront-shell .filter-group > span,
.storefront-shell .filter-group label > span {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.storefront-shell .home-finder select,
.storefront-shell .product-filter-control select,
.storefront-shell .filter-group select {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid rgba(201, 154, 69, 0.58);
  border-radius: 0.35rem;
  background: rgba(255, 253, 248, 0.96);
  color: var(--shubh-ink);
  font: inherit;
  line-height: 1.2;
  padding: 0.7rem 2.1rem 0.7rem 0.8rem;
}

.storefront-shell .home-finder button {
  grid-column: 1 / -1;
  justify-self: end;
  min-height: 3.1rem;
  padding-inline: 1.25rem;
}

.storefront-shell .product-filters {
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 69, 0.48);
  border-radius: 0.45rem;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(247, 237, 220, 0.84)),
    repeating-linear-gradient(45deg, rgba(74, 18, 15, 0.035) 0 1px, transparent 1px 14px);
  color: var(--shubh-ink);
}

.storefront-shell .product-filters summary {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.85rem 1rem;
  color: var(--shubh-maroon);
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.storefront-shell .product-filters summary::-webkit-details-marker {
  display: none;
}

.storefront-shell .product-filters summary::after {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  margin-left: auto;
  border: 1px solid rgba(74, 18, 15, 0.28);
  border-radius: 50%;
  color: var(--shubh-maroon);
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.storefront-shell .product-filters[open] summary {
  border-bottom: 1px solid rgba(201, 154, 69, 0.36);
}

.storefront-shell .product-filters[open] summary::after {
  content: "−";
}

.storefront-shell #filter-count {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(74, 18, 15, 0.1);
  color: var(--shubh-teal);
  font-size: 0.65rem;
  letter-spacing: 0.04em;
}

.storefront-shell #product-filter-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.85rem;
  padding: 1rem;
}

.storefront-shell #product-filter-groups:empty {
  display: none;
}

.storefront-shell .product-filter-control,
.storefront-shell .filter-group,
.storefront-shell .filter-group label {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  color: var(--shubh-maroon);
}

.storefront-shell .product-filter-control input,
.storefront-shell .filter-group input {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid rgba(201, 154, 69, 0.58);
  border-radius: 0.35rem;
  background: rgba(255, 253, 248, 0.96);
  color: var(--shubh-ink);
  font: inherit;
  padding: 0.7rem 0.8rem;
}

.storefront-shell .filter-clear {
  min-height: 2.7rem;
  margin: 0 1rem 1rem;
  border: 1px solid rgba(74, 18, 15, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--shubh-maroon);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.55rem 0.95rem;
  text-transform: uppercase;
}

.storefront-shell .filter-clear:hover,
.storefront-shell .filter-clear:focus-visible {
  border-color: var(--shubh-maroon);
  background: rgba(74, 18, 15, 0.07);
}

.storefront-shell .product-facets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.45rem 0 0.15rem;
}

.storefront-shell .product-facet,
.storefront-shell .product-facets span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  max-width: 100%;
  border: 1px solid rgba(23, 78, 77, 0.2);
  border-radius: 999px;
  background: rgba(23, 78, 77, 0.07);
  color: var(--shubh-teal);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  padding: 0.2rem 0.5rem;
}

.storefront-shell .product-meta,
.storefront-shell .product-disclosure,
.storefront-shell .product-gemstone-disclosure {
  margin: 0.45rem 0 0;
  color: var(--shubh-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.storefront-shell .product-disclosure,
.storefront-shell .product-gemstone-disclosure {
  padding: 0.55rem 0.65rem;
  border-left: 2px solid var(--shubh-gold);
  background: rgba(228, 199, 136, 0.16);
}

@media (max-width: 1060px) {
  .storefront-shell .home-finder-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .storefront-shell .home-finder-copy {
    max-width: 46rem;
  }
}

@media (max-width: 680px) {
  .storefront-shell .home-finder {
    grid-template-columns: 1fr;
  }

  .storefront-shell .home-finder button {
    justify-self: stretch;
    width: 100%;
  }

  .storefront-shell .product-filters summary {
    align-items: flex-start;
    padding: 0.8rem 0.85rem;
    line-height: 1.35;
  }

  .storefront-shell #product-filter-groups {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .storefront-shell .filter-clear {
    width: calc(100% - 1.7rem);
    margin: 0 0.85rem 0.85rem;
  }
}

/* Compact, non-scrolling mobile navigation for the storefront. */
.storefront-shell .mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  border: 1px solid rgba(228, 199, 136, 0.45);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.08);
  color: #fff8e8;
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  padding: 0.55rem 0.85rem;
  text-transform: uppercase;
}

.storefront-shell .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .storefront-shell .lux-header {
    position: sticky;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem;
  }

  .storefront-shell .lux-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .storefront-shell .mobile-nav-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .storefront-shell .lux-nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    gap: 0.35rem;
    overflow: visible;
    padding: 0.65rem 0;
  }

  .storefront-shell .lux-header.nav-open .lux-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-shell .lux-nav a {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 2.65rem;
    border: 1px solid rgba(228, 199, 136, 0.22);
    border-radius: 0.3rem;
    font-size: 0.66rem;
    line-height: 1.25;
    padding: 0.45rem 0.55rem;
    white-space: normal;
  }

  .storefront-shell .header-tools {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: minmax(0, 1fr) auto auto;
    width: 100%;
    gap: 0.45rem;
    overflow: visible;
    padding: 0.1rem 0 0;
  }

  .storefront-shell .header-tools .search-pill {
    display: flex;
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
  }

  .storefront-shell .header-tools .search-pill input {
    min-width: 0;
    flex: 1 1 auto;
  }

  .storefront-shell .header-tools .account-greeting,
  .storefront-shell .header-tools a[href="#favourites"],
  .storefront-shell .header-tools a[href="#customer-orders"] {
    display: none !important;
  }

  .storefront-shell .header-tools .icon-button,
  .storefront-shell .header-tools .button {
    min-height: 2.55rem;
    padding: 0.55rem 0.75rem;
  }
}

/* Keep catalogue navigation and account tools in independent header rows.
   Eight collection links plus search and account actions cannot safely share
   one desktop row, so this prevents text from ever overflowing into a sibling. */
.storefront-shell .lux-header {
  grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
  grid-template-areas:
    "logo tools"
    "nav nav";
  column-gap: clamp(1rem, 2.5vw, 2rem);
  row-gap: 0.55rem;
}

.storefront-shell .lux-logo {
  grid-area: logo;
}

.storefront-shell .lux-nav {
  grid-area: nav;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: clamp(0.9rem, 1.8vw, 1.7rem);
  row-gap: 0.2rem;
}

.storefront-shell .header-tools {
  grid-area: tools;
  width: 100%;
  min-width: 0;
  justify-content: flex-end;
  flex-wrap: nowrap;
  overflow: visible;
}

.storefront-shell .header-tools .search-pill {
  flex: 1 1 12rem;
  min-width: 10rem;
  max-width: 19rem;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .storefront-shell .lux-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "tools"
      "nav";
  }

  .storefront-shell .lux-logo {
    justify-self: center;
  }

  .storefront-shell .header-tools {
    justify-content: center;
    flex-wrap: wrap;
  }

  .storefront-shell .header-tools .search-pill {
    display: flex;
    min-width: 0;
    max-width: none;
    flex: 1 1 10rem;
  }

  .storefront-shell .header-tools .search-pill input {
    width: 0;
    min-width: 0;
    flex: 1 1 auto;
  }

  .storefront-shell .lux-nav {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .storefront-shell .lux-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo menu"
      "nav nav"
      "tools tools";
  }

  .storefront-shell .lux-logo {
    grid-area: logo;
  }

  .storefront-shell .mobile-nav-toggle {
    grid-area: menu;
  }

  .storefront-shell .lux-nav {
    grid-area: nav;
  }

  .storefront-shell .header-tools {
    grid-area: tools;
  }

  .storefront-shell .header-tools .search-pill {
    max-width: none;
  }
}
