/* Gupta Fireworks v3.1 — Temple Luxe Marketplace */
:root{
  --luxe-oxblood:#23070a;
  --luxe-maroon:#4b090d;
  --luxe-maroon-bright:#731017;
  --luxe-gold:#e0ad32;
  --luxe-gold-soft:#f2d684;
  --luxe-ivory:#fffdf8;
  --luxe-cream:#f7f0e3;
  --luxe-line:#e5d9ca;
  --luxe-ink:#211315;
  --luxe-green:#13883f;
  --max:1412px;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Manrope",Arial,sans-serif;
}

body{background:var(--luxe-ivory);color:var(--luxe-ink)}

/* Trust bar and premium store header */
.blessingBar.templeTrustBar{
  height:39px;padding:0 max(28px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;
  background:#170407;color:#fff;border-bottom:1px solid rgba(224,173,50,.18);font-size:11px;letter-spacing:0;text-transform:none;
}
.trustBarGroup,.trustBarLinks{display:flex;align-items:center;gap:12px;min-width:0}
.trustBarGroup>.material-symbols-outlined{font-size:17px;color:#fff}
.trustBarGroup b{font-size:11px}.trustBarGroup i{width:1px;height:14px;background:#756468}
.trustBarLinks{gap:22px}.trustBarLinks a{display:flex;align-items:center;gap:6px;white-space:nowrap}.trustBarLinks .material-symbols-outlined{font-size:16px;color:#fff}
.trustBarLinks a:hover{color:var(--luxe-gold-soft)}

.storeHeader{
  position:sticky;top:0;z-index:50;min-height:102px;padding:14px max(28px,calc((100vw - var(--max))/2));
  grid-template-columns:315px minmax(380px,1fr) auto;gap:34px;background:rgba(23,4,7,.985);border-bottom:1px solid rgba(224,173,50,.16);
  box-shadow:0 14px 30px rgba(16,3,5,.16);backdrop-filter:blur(18px);
}
.brand{gap:14px}.brand img{width:64px;height:64px;border:0;box-shadow:none}.brand b{font-family:var(--sans);font-size:26px;font-weight:800;letter-spacing:-.035em;color:#fff}.brand small{margin-top:8px;font-size:9px;font-weight:800;letter-spacing:.2em;color:#e7c94f}
.search{height:55px;grid-template-columns:1fr 58px;border-color:#72565a;border-radius:9px;background:#2b1115;box-shadow:inset 0 0 0 1px rgba(255,255,255,.015)}
.search select{display:none}.search input{background:#2b1115;color:#fff;padding:0 20px;font-size:13px}.search input::placeholder{color:#bcaeb0}.search button{background:transparent;color:#fff}.search button:hover{background:#3a171c}
.headerActions{gap:8px}.headerActions>a,.headerActions>button{height:58px;min-width:58px;border-radius:9px;color:#fff}.headerActions>a:hover,.headerActions>button:hover{background:#ffffff0d}
.headerActions small{font-size:8px}.headerActions b{color:#fff}
.headerVisitorCounter{display:none!important}
.websiteLiveBadge{height:38px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #765b60;border-radius:999px;color:#fff;white-space:nowrap}
.websiteLiveBadge>span{width:9px;height:9px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12)}
.websiteLiveBadge b{font-size:10px;font-weight:600}
.websiteOffline .websiteLiveBadge>span{background:#d99119;box-shadow:0 0 0 4px rgba(217,145,25,.12)}
.websiteOffline .websiteLiveBadge b{font-size:0}.websiteOffline .websiteLiveBadge b:after{content:"Info mode";font-size:10px}
.enquiryCart{min-width:116px!important;border:1px solid var(--luxe-gold)!important;border-radius:9px!important;display:grid!important;grid-template-columns:34px 1fr;grid-template-rows:1fr 1fr;column-gap:8px!important;padding:7px 12px!important}
.enquiryCart>.material-symbols-outlined{grid-row:1/3;font-size:28px!important}.enquiryCart b{grid-column:2;grid-row:1;font-size:12px!important;text-align:left}.enquiryCart small{grid-column:2;grid-row:2;display:block!important;text-align:left;font-size:10px!important}

/* Reorder the existing, working store modules to match the selected design. */
#main{display:flex;flex-direction:column}
#main>*{order:5}
#main>.categoryNav{order:0}
#main>.hero{order:1}
#main>.benefits{order:2}
#main>.productSection{order:3}
#main>.celebrationSection{order:4}

.categoryNav{
  position:sticky;top:102px;z-index:44;min-height:54px;padding:0 max(28px,calc((100vw - var(--max))/2));gap:25px;background:#24070a;
  border-bottom:1px solid rgba(224,173,50,.25);font-size:11px;font-weight:600;
}
.categoryNav>div{gap:34px}.categoryNav a{min-height:54px}.categoryNav .material-symbols-outlined{font-size:19px;color:var(--luxe-gold)}
.allCategories{min-width:200px;border-right-color:#5e3c41!important}.categoryNav a:hover{color:var(--luxe-gold-soft)}

/* Cinematic temple hero */
.hero{min-height:404px;overflow:visible;background:#160407;color:#fff}
.templeBackdrop{object-position:center 57%;animation:templeLuxePush 22s ease-in-out infinite alternate}
@keyframes templeLuxePush{from{transform:scale(1)}to{transform:scale(1.025)}}
.hero:after{background:linear-gradient(90deg,#310308 0%,rgba(49,3,8,.97) 28%,rgba(49,3,8,.83) 43%,rgba(16,4,7,.18) 62%,rgba(8,3,5,.08) 100%)}
.heroCopy{width:min(690px,51vw);padding:46px 0 34px max(40px,calc((100vw - var(--max))/2 + 8px))}
.hero .kicker{margin-bottom:15px;color:#f3cb4c;font-size:11px;letter-spacing:.34em}
.hero h1{max-width:660px;color:#fff;font-size:clamp(48px,4.45vw,67px);line-height:.88;letter-spacing:-.025em;white-space:normal;text-shadow:0 3px 18px rgba(0,0,0,.2)}
.hero h1::first-line{color:#fff}.established{display:none}
.heroCopy>p:not(.kicker){max-width:560px;margin:16px 0 0;color:#f2e9e3;font-size:13px}
.heroButtons{margin:20px 0 17px;gap:12px}.heroButtons a{min-width:190px;min-height:49px;border-radius:8px;font-size:12px}.heroButtons .material-symbols-outlined{font-size:19px}
.heroButtons .primary{background:linear-gradient(135deg,#f1c755,#d99b1d);border-color:#f0c95d;color:#241005;box-shadow:0 8px 26px rgba(235,177,43,.2)}
.heroButtons .secondary{background:rgba(26,5,8,.42);border-color:#d8ad39}
.heroTrustRow{gap:12px}.googleRating{padding:6px 10px;background:transparent;color:#fff;box-shadow:none}.googleMark{width:27px;height:27px;background:#fff}.googleRating>span:nth-child(2){display:flex;gap:5px}.googleRating b{font-size:14px}.googleRating small{font-size:10px;color:#e8dcd7}.googleRating strong{display:none}.ratingStars{color:#f2bc24}.visitorCounter{display:none}

/* Delivery checker visually continues the white assurance strip. */
.deliveryChecker{
  top:auto;right:max(28px,calc((100vw - var(--max))/2));bottom:-70px;width:465px;height:70px;padding:12px 0 12px 18px;
  grid-template-columns:26px 175px minmax(120px,1fr) 78px;grid-template-rows:46px;align-items:center;gap:0;background:var(--luxe-ivory);color:var(--luxe-ink);
  border:0;border-radius:0;box-shadow:none;backdrop-filter:none;
}
.deliveryChecker>.material-symbols-outlined{grid-column:1;grid-row:1;color:var(--luxe-maroon);font-size:20px}.deliveryChecker>div{grid-column:2;grid-row:1;padding-left:8px}.deliveryChecker small{font-size:0;color:#6e5e5f;letter-spacing:0}.deliveryChecker small:after{content:"Check delivery in your area";font-size:10px;font-weight:700}.deliveryChecker b{display:none}
.deliveryChecker input{grid-column:3;grid-row:1;height:43px;border:1px solid #dfd2c3;border-radius:7px 0 0 7px;padding:0 12px;background:#fff}
.deliveryChecker button{grid-column:4;grid-row:1;height:43px;border:0;border-radius:0 7px 7px 0;background:var(--luxe-maroon);color:#fff;font-size:11px}
.deliveryChecker p{position:absolute;right:0;bottom:-23px;width:290px;min-height:0;margin:0;color:#6a4e52;font-size:9px;text-align:right}

.benefits{
  width:100%;min-height:70px;padding:0 max(500px,calc((100vw - var(--max))/2 + 465px)) 0 max(28px,calc((100vw - var(--max))/2));
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;background:var(--luxe-ivory);border:0;border-bottom:1px solid var(--luxe-line);box-shadow:none;
}
.benefits article{min-height:70px;padding:11px 14px;gap:10px;border:0}.benefits .material-symbols-outlined{color:#ae7620;font-size:27px}.benefits b{font-size:10px}.benefits small{font-size:8px;color:#776b68;white-space:nowrap}

/* Best-seller catalogue */
.storeSection{width:min(var(--max),calc(100% - 56px))}
.productSection{padding:22px 0 34px}
.productSection .sectionHeading{align-items:center;margin-bottom:13px}.productSection .sectionHeading>div{display:flex;align-items:baseline;gap:18px}.productSection .sectionHeading p{display:none}.productSection .sectionHeading h2{font-family:var(--sans);font-size:22px;font-weight:800;letter-spacing:-.03em}.productSection .sectionHeading h2:after{content:"Top picks for a brilliant celebration";margin-left:18px;color:#716568;font-size:10px;font-weight:500;letter-spacing:0}.productSection #resultCount{color:#6f5b5e;font-size:10px}
.productGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.productCard{min-height:286px;display:grid;grid-template-columns:46% 54%;border-color:#e3d7c9;border-radius:9px;box-shadow:0 6px 20px rgba(35,7,10,.055)}
.productCard:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(35,7,10,.12)}
.productMedia{height:100%;min-height:286px;aspect-ratio:auto;background:#160b0c;cursor:pointer}.productMedia>img{height:100%;object-fit:cover;background:#160b0c}.productBadges{left:8px;top:8px}.productBadge{font-size:7px}.productMediaActions{right:7px;top:7px}.productMediaActions .iconButton{width:29px;height:29px}.productMediaActions .material-symbols-outlined{font-size:15px}.mediaCount{font-size:7px}
.productBody{min-width:0;padding:14px 13px 12px;display:flex;flex-direction:column}.productCategory{font-size:7px;letter-spacing:.14em}.productBody h3{min-height:37px;font-family:var(--sans);font-size:13px;line-height:1.35;font-weight:700}.productTrust{margin:6px 0 8px;font-size:7px}.productTrust span{font-size:9px}.productBody>p:not(.productCategory){display:none}.productPrice{display:block;margin:4px 0 5px;line-height:1.35}.productPrice del{display:block;font-size:8px}.productPrice strong{display:block;color:var(--luxe-ink);font-size:13px}.productPrice span{display:inline-block;margin-top:3px;padding:0;background:transparent;color:#17803e;font-size:8px}.wholesaleSlab{display:none}.stockState{margin:3px 0 7px;font-size:8px}.stockState:before{content:"";display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#1c9a4d}.stockState.low:before{background:#e9a014}
.productActions{display:grid;grid-template-columns:76px minmax(0,1fr);gap:7px;margin-top:auto}.productDetailButton{display:none}.cardQuantity{height:37px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border:1px solid #e5dacd;border-radius:6px;background:#fff}.cardQuantity button{height:100%;padding:0;border:0;background:#faf7f1;color:#4b383a;font-size:16px}.cardQuantity button:first-child{border-radius:6px 0 0 6px}.cardQuantity button:last-child{border-radius:0 6px 6px 0}.cardQuantity button:disabled{opacity:.35;cursor:default}.cardQuantity b{text-align:center;font-size:10px}.addBasket{min-height:37px!important;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px!important;border-color:var(--luxe-maroon)!important;border-radius:6px!important;background:linear-gradient(135deg,#551014,#35080b)!important;color:#fff!important;font-size:9px!important}.addBasket .material-symbols-outlined{font-size:16px}
.catalogToolbar{margin:18px 0 0;padding-top:15px;border-top:1px solid var(--luxe-line)}.filterRow button,.filterRow select,.catalogToolbar>button{min-height:35px;font-size:9px}.filterRow button.active,.catalogToolbar>button.active{background:var(--luxe-maroon);border-color:var(--luxe-maroon)}

/* Secondary catalogue and all lower business modules inherit the premium system. */
.celebrationSection{padding:44px 0 60px;border-top:1px solid var(--luxe-line)}
.celebrationCard{border-radius:12px}.celebrationCard b{font-family:var(--serif)}
.sectionHeading h2,.productStories h2,.wholesaleSection h2,.checkout h2,.safety h2,.contact h2,.trackOrder h2,.customerAccount h2,.reviewInvite h2,.faqSection h2{font-family:var(--serif)}
.checkout form,.contact form,.trackOrder form,.customerAccount form,.reviewTools,.informationAdCard,.trackingResult{border-radius:12px}
.primary,.submitButton{background:linear-gradient(135deg,#e9ba49,#d69a22);border-color:#ddb039}

@media(max-width:1180px){
  .storeHeader{grid-template-columns:250px minmax(300px,1fr) auto;gap:18px}.brand b{font-size:21px}.brand img{width:54px;height:54px}
  .headerActions .languageSwitch,.headerActions #wishlistButton{display:none}.categoryNav>div{gap:22px}.allCategories{min-width:165px}
  .heroCopy{width:58vw}.hero h1{font-size:56px}.benefits{padding-right:470px}.benefits article:nth-child(3){display:none}.benefits{grid-template-columns:repeat(3,1fr)}
  .productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.productCard{grid-template-columns:40% 60%}.productMedia{min-height:250px}
}

@media(max-width:760px){
  .blessingBar.templeTrustBar{height:30px;padding:0 14px;font-size:8px;justify-content:center}.trustBarGroup span:nth-of-type(n+2),.trustBarGroup i,.trustBarLinks{display:none}.trustBarGroup{gap:7px}.trustBarGroup b{font-size:8px}
  .storeHeader{position:relative;min-height:auto;padding:10px 14px;display:grid;grid-template-columns:1fr auto;gap:9px}.brand img{width:44px;height:44px}.brand b{font-size:17px}.brand small{margin-top:5px;font-size:6px}.search{grid-column:1/-1;grid-row:2;height:44px}.search input{font-size:11px;padding-left:14px}
  .headerActions{grid-column:2;grid-row:1}.websiteLiveBadge{height:33px;padding:0 9px}.websiteLiveBadge b{display:none}.headerActions .languageSwitch,.headerActions #wishlistButton,.headerActions #compareButton,.headerActions>a{display:none}.enquiryCart{min-width:58px!important;width:58px;height:43px!important;display:flex!important;padding:4px 7px!important}.enquiryCart b{position:absolute;right:5px;top:2px;padding:1px 5px;border-radius:999px;background:#bd2f1b;font-size:8px!important}.enquiryCart small{display:none!important}
  #main{overflow:hidden}.categoryNav{position:relative;top:0;min-height:43px;padding:0 14px;gap:18px}.categoryNav a{min-height:43px;font-size:9px}.allCategories{min-width:145px}.categoryNav>div{gap:20px}
  .hero{min-height:595px;overflow:visible}.templeBackdrop{height:260px;object-position:64% center}.hero:after{background:linear-gradient(180deg,rgba(25,3,6,.08) 0,rgba(35,4,8,.42) 34%,#3a050a 47%,#260508 100%)}.heroCopy{width:auto;padding:244px 18px 115px}.hero .kicker{font-size:9px;letter-spacing:.22em}.hero h1{max-width:100%;font-size:42px;line-height:.92}.heroCopy>p:not(.kicker){font-size:11px;line-height:1.5}.heroButtons{margin:18px 0 14px}.heroButtons a{min-width:0;min-height:44px;padding:0 14px;font-size:10px}.googleRating{padding-left:0}.googleRating small{font-size:8px}
  .deliveryChecker{right:14px;left:14px;bottom:-100px;width:auto;height:100px;padding:10px 0;grid-template-columns:22px 1fr 76px;grid-template-rows:35px 43px;border-radius:10px;box-shadow:0 12px 28px rgba(35,7,10,.1)}.deliveryChecker>.material-symbols-outlined{grid-column:1;grid-row:1}.deliveryChecker>div{grid-column:2/4;grid-row:1}.deliveryChecker input{grid-column:1/3;grid-row:2;border-radius:7px 0 0 7px}.deliveryChecker button{grid-column:3;grid-row:2}.deliveryChecker p{bottom:-20px;width:100%;font-size:8px}
  .benefits{min-height:176px;padding:108px 14px 0;grid-template-columns:repeat(2,1fr)}.benefits article{min-height:68px;padding:9px;border-bottom:1px solid var(--luxe-line)}.benefits article:nth-child(3){display:flex}.benefits article:nth-child(odd){border-right:1px solid var(--luxe-line)}.benefits small{font-size:7px;white-space:normal}
  .storeSection{width:calc(100% - 28px)}.productSection{padding:24px 0 34px}.productSection .sectionHeading{align-items:flex-start}.productSection .sectionHeading>div{display:block}.productSection .sectionHeading h2{font-size:21px}.productSection .sectionHeading h2:after{display:block;margin:4px 0 0;font-size:8px}.productSection #resultCount{font-size:8px}
  .productGrid{grid-template-columns:1fr;gap:11px}.productCard{min-height:235px;grid-template-columns:42% 58%;border-radius:10px}.productMedia{min-height:235px}.productBody{padding:11px}.productBody h3{min-height:auto;font-size:13px}.productTrust{margin:5px 0}.productPrice strong{font-size:14px}.productActions{grid-template-columns:74px 1fr}.productMediaActions{display:none}.catalogToolbar{align-items:flex-start}.filterRow{width:100%;overflow-x:auto;flex-wrap:nowrap}.filterRow>*{flex:none}
  .celebrationSection{padding:38px 0 50px}.celebrationGrid{grid-template-columns:1fr 1fr}.celebrationCard{min-height:175px}
}

@media(max-width:390px){
  .brand b{font-size:15px}.brand img{width:40px;height:40px}.hero h1{font-size:38px}.heroButtons a{padding:0 10px}.productCard{grid-template-columns:40% 60%}.productMedia{min-height:225px}.productBody{padding:10px 9px}.productActions{grid-template-columns:66px 1fr;gap:5px}.addBasket{font-size:8px!important}.addBasket .material-symbols-outlined{display:none}
}

@media(prefers-reduced-motion:reduce){.templeBackdrop{animation:none}.productCard{transition:none}}

/* Specificity reset for the retired cinema skin loaded earlier in the stack. */
.material-symbols-outlined{font-family:"Material Symbols Outlined"!important;font-weight:normal!important;font-style:normal!important;letter-spacing:normal!important;text-transform:none!important;white-space:nowrap!important;word-wrap:normal!important;direction:ltr!important}
.categoryNav .allCategories{padding-right:20px!important;border:0!important;border-right:1px solid #5e3c41!important;background:transparent!important;box-shadow:none!important;color:#fff!important}
.hero:after,.hero::after{display:block;background:linear-gradient(90deg,#310308 0%,rgba(49,3,8,.97) 28%,rgba(49,3,8,.83) 43%,rgba(16,4,7,.18) 62%,rgba(8,3,5,.08) 100%)}
.hero h1{color:#fff;font-family:var(--serif);font-size:clamp(48px,4.45vw,67px);line-height:.88;letter-spacing:-.025em;text-transform:none;text-shadow:0 3px 18px rgba(0,0,0,.2);transform:none}
.heroButtons a{border-radius:8px;font-family:var(--sans);font-size:12px;letter-spacing:0;text-transform:none;box-shadow:none}.heroButtons .primary{border:1px solid #f0c95d;background:linear-gradient(135deg,#f1c755,#d99b1d);color:#241005;box-shadow:0 8px 26px rgba(235,177,43,.2)}.heroButtons .secondary{border:1px solid #d8ad39;background:rgba(26,5,8,.42);color:#fff}
.googleRating,.hero .googleRating{display:flex;padding:6px 10px;background:transparent;color:#fff;border:0;border-radius:8px;box-shadow:none}
.heroSpotlight{display:none!important}
.deliveryChecker,.hero .deliveryChecker{z-index:10;top:auto;right:max(28px,calc((100vw - var(--max))/2));bottom:-70px;width:465px;height:70px;padding:12px 0 12px 18px;grid-template-columns:26px 175px minmax(120px,1fr) 78px;grid-template-rows:46px;align-items:center;gap:0;background:var(--luxe-ivory);color:var(--luxe-ink);border:0;border-radius:0;box-shadow:none;backdrop-filter:none}
.deliveryChecker>.material-symbols-outlined,.hero .deliveryChecker>.material-symbols-outlined{display:block;grid-column:1;grid-row:1;color:var(--luxe-maroon);font-size:20px}.deliveryChecker>div,.hero .deliveryChecker>div{grid-column:2;grid-row:1;align-items:flex-start;padding-left:8px;text-align:left}.deliveryChecker small,.hero .deliveryChecker small{font-family:var(--sans);font-size:0;color:#6e5e5f;letter-spacing:0}.deliveryChecker small:after,.hero .deliveryChecker small:after{content:"Check delivery in your area";font-size:10px;font-weight:700}.deliveryChecker b,.hero .deliveryChecker b{display:none}.deliveryChecker input,.hero .deliveryChecker input{grid-column:3;grid-row:1;width:100%;height:43px;border:1px solid #dfd2c3;border-radius:7px 0 0 7px;padding:0 12px;background:#fff;color:var(--luxe-ink)}.deliveryChecker button,.hero .deliveryChecker button{grid-column:4;grid-row:1;width:100%;height:43px;border:0;border-radius:0 7px 7px 0;background:var(--luxe-maroon);color:#fff;font-family:var(--sans);font-size:11px;letter-spacing:0}.deliveryChecker p,.hero .deliveryChecker p{position:absolute;right:0;bottom:-23px;width:290px;min-height:0;margin:0;color:#6a4e52;font-size:9px;text-align:right}
.benefits article,.benefits article b{color:var(--luxe-ink)}
.productSection{max-width:none;margin:0;padding:22px max(28px,calc((100vw - var(--max))/2)) 34px;background:var(--luxe-ivory);color:var(--luxe-ink)}
.productSection .sectionHeading h2{font-family:var(--sans);font-size:22px;font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:none}
.productSection .sectionHeading{padding-bottom:0;border-bottom:0}
.productCard{min-height:286px;display:grid;grid-template-columns:46% 54%;border:1px solid #e3d7c9;border-radius:9px;background:#fff;color:var(--luxe-ink);box-shadow:0 6px 20px rgba(35,7,10,.055)}.productCard:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(35,7,10,.12)}
.productMedia{height:100%;min-height:286px;aspect-ratio:auto;border:0;background:#160b0c;cursor:pointer}.productMedia>img,.productMedia img{height:100%;padding:0;object-fit:cover;background:#160b0c}.productBody h3{font-family:var(--sans);text-transform:none}.catalogToolbar{border:0;border-top:1px solid var(--luxe-line);background:transparent;color:var(--luxe-ink)}
.productBadge,.productBadge.gold{border-radius:4px;background:var(--luxe-maroon);color:#fff;font-family:var(--sans);font-size:7px;letter-spacing:.05em}.productBadge.gold{background:#dcae3c;color:#281107}.iconButton{border:1px solid rgba(71,55,53,.15);border-radius:50%;background:rgba(255,255,255,.94);color:var(--luxe-maroon)}.mediaCount{border-radius:4px;background:rgba(20,8,10,.82);color:#fff;font-weight:600}
.filterRow button,.filterRow select,.catalogToolbar>button{border:1px solid var(--luxe-line);border-radius:999px;background:#fff;color:var(--luxe-ink);text-transform:none}.filterRow button.active,.catalogToolbar>button.active{background:var(--luxe-maroon);border-color:var(--luxe-maroon);color:#fff}
.aiHelpButton{width:54px;min-width:54px;height:54px;min-height:54px;padding:0;justify-content:center;border-color:#d8ab37;background:linear-gradient(135deg,#5a0d14,#2e070a)}.aiHelpButton>span:not(.material-symbols-outlined){display:none}.aiHelpButton .material-symbols-outlined{font-size:24px}

@media(max-width:1180px){.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.productCard{grid-template-columns:40% 60%}.productMedia{min-height:250px}}
@media(max-width:760px){
  .hero:after,.hero::after{background:linear-gradient(180deg,rgba(25,3,6,.08) 0,rgba(35,4,8,.42) 34%,#3a050a 47%,#260508 100%)}.hero h1{font-size:42px}
  .deliveryChecker,.hero .deliveryChecker{right:14px;left:14px;bottom:-100px;width:auto;height:100px;padding:10px 0;grid-template-columns:22px 1fr 76px;grid-template-rows:35px 43px;border-radius:10px;box-shadow:0 12px 28px rgba(35,7,10,.1)}.deliveryChecker>.material-symbols-outlined,.hero .deliveryChecker>.material-symbols-outlined{grid-column:1;grid-row:1}.deliveryChecker>div,.hero .deliveryChecker>div{grid-column:2/4;grid-row:1}.deliveryChecker input,.hero .deliveryChecker input{grid-column:1/3;grid-row:2;border-radius:7px 0 0 7px}.deliveryChecker button,.hero .deliveryChecker button{grid-column:3;grid-row:2}.deliveryChecker p,.hero .deliveryChecker p{bottom:-20px;width:100%;font-size:8px}
  .productSection{padding:24px 14px 34px}.productGrid{grid-template-columns:1fr}.productCard{min-height:235px;grid-template-columns:42% 58%;border-radius:10px}.productMedia{min-height:235px}.productSection .sectionHeading h2{font-size:21px}
}
@media(max-width:390px){.hero h1{font-size:38px}.productCard{grid-template-columns:40% 60%}.productMedia{min-height:225px}}
