:root{
  --food:#ff9015;
  --puja:#f44336;
  --rangoli:#e54395;
  --holi:#3bafe0;
  --ink:#111;
  --muted:#6f6b66;
  --page-max:1540px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Poppins,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
img{max-width:100%}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Header */
.site-header{background:#fff;border-bottom:1px solid #eee;position:relative;z-index:30}
.header-inner{width:min(var(--page-max),calc(100% - 96px));height:104px;margin:auto;display:grid;grid-template-columns:150px minmax(580px,1fr) auto;align-items:center;gap:26px}
.brand{width:104px;height:78px;display:flex;align-items:center}
.brand img{width:100%;height:100%;object-fit:contain}
.main-nav{display:flex;justify-content:center;align-items:center;gap:38px;white-space:nowrap}
.main-nav a{position:relative;padding:18px 0;font-size:15px;font-weight:700;text-transform:uppercase}
.main-nav a::after{content:"";position:absolute;left:0;bottom:5px;width:0;height:3px;border-radius:99px;background:#ff6a00;transition:width .2s ease}
.main-nav a:hover::after,.main-nav a.is-active::after{width:42px}
.header-actions{display:flex;align-items:center;gap:10px}
.product-search{width:300px;height:52px;border:1px solid #e4e4e4;border-radius:14px;display:flex;overflow:hidden;background:#fff}
.product-search input{min-width:0;flex:1;border:0;outline:0;padding:0 16px;font-size:13px}
.product-search button{width:54px;border:0;background:#111;color:#fff;display:grid;place-items:center;cursor:pointer}
.product-search svg,.header-icon svg,.mobile-search svg,.mobile-account-actions svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-icon{width:50px;height:50px;border:1px solid #e8e8e8;border-radius:14px;display:grid;place-items:center;background:#fff}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;padding:10px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:#111;margin:4px 0;border-radius:2px}
.mobile-nav{padding:12px 20px 18px;border-top:1px solid #eee;background:#fff}
.mobile-nav a{display:block;padding:10px 0;font-weight:700;text-transform:uppercase;font-size:13px}
.mobile-search{display:flex;height:44px;border:1px solid #e7e7e7;border-radius:12px;overflow:hidden;margin-bottom:8px}
.mobile-search input{flex:1;min-width:0;border:0;padding:0 12px;outline:0}
.mobile-search button{width:46px;border:0;background:#111;color:#fff;display:grid;place-items:center}
.mobile-account-actions{display:flex;gap:16px}.mobile-account-actions a{display:flex;align-items:center;gap:7px}

/* Hero — rebuilt from the approved second reference */
.hero-module{width:min(var(--page-max),calc(100% - 56px));margin:12px auto 24px;--hero:var(--food)}
.category-tabs{height:96px;display:flex;align-items:flex-end;padding:0 58px;overflow:visible;position:relative;z-index:6}
.category-tab{--tab:var(--food);position:relative;flex:1 1 0;max-width:390px;height:86px;margin-right:-16px;border:0;background:transparent;color:#fff;padding:0;cursor:pointer;outline:0;z-index:1}
.category-tab:last-child{margin-right:0}.category-tab.is-active{z-index:5;height:92px}
.tab-food{--tab:var(--food)}.tab-puja{--tab:var(--puja)}.tab-rangoli{--tab:var(--rangoli)}.tab-holi{--tab:var(--holi)}
.tab-shape{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 7px 11px rgba(56,31,13,.06))}.tab-shape path{fill:var(--tab)}
.tab-inner{position:absolute;left:28px;right:48px;top:18px;height:54px;display:flex;align-items:center;gap:16px;z-index:2}.tab-icon{width:54px;height:54px;flex:0 0 54px;border-radius:16px;background:#fff;color:var(--tab);display:grid;place-items:center}.tab-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tab-inner strong{font-size:20px;line-height:1.1;font-weight:800;white-space:nowrap}

.hero-card{position:relative;height:clamp(540px,39vw,665px);border-radius:34px;overflow:hidden;background:#c18b5f;isolation:isolate}
.hero-photo{position:absolute;inset:0 0 0 50.5%;z-index:0;overflow:hidden;background:#c18b5f}.hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:56% 50%}.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,144,21,.04),rgba(0,0,0,0) 22%)}

.hero-left{position:absolute;inset:0 auto 0 0;width:58%;z-index:2;padding:42px 86px 42px 76px;background:var(--hero);background:linear-gradient(135deg,color-mix(in srgb,var(--hero) 92%,white) 0%,var(--hero) 72%,color-mix(in srgb,var(--hero) 90%,#c94f00) 100%);color:#fff;overflow:hidden;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);transition:background .28s ease;display:flex;flex-direction:column;justify-content:center}.hero-left.is-changing{opacity:1}
.hero-left::before,.hero-left::after{content:"";position:absolute;z-index:0;pointer-events:none;border:1px solid rgba(255,255,255,.14);transform:rotate(-18deg)}.hero-left::before{width:62px;height:26px;border-radius:70% 0 70% 0;left:18px;top:48px}.hero-left::after{width:78px;height:34px;border-radius:70% 0 70% 0;right:94px;top:120px}
.family-line-art{position:absolute;left:0;bottom:-12px;width:100%;height:auto;opacity:.20;z-index:0;pointer-events:none}
.family-quote{position:absolute;right:96px;top:92px;font-family:Georgia,serif;font-size:27px;line-height:1.08;font-style:italic;text-align:center;color:rgba(255,255,255,.62);transform:rotate(-2deg);z-index:1}.family-quote span{display:block;font-size:38px;margin-top:5px}
.family-eyebrow{position:relative;z-index:2;display:inline-flex;align-items:center;align-self:flex-start;width:max-content;max-width:100%;flex:0 0 auto;gap:10px;height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.86);border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap;margin-bottom:24px}
.hero-kicker{position:relative;z-index:2;font-size:30px;line-height:1.1;font-weight:700;margin-bottom:8px}.hero-left h1{position:relative;z-index:2;font-size:68px;line-height:.96;letter-spacing:-.045em;font-weight:850;margin:0 0 16px;max-width:680px}.hero-tagline{position:relative;z-index:2;margin:0 0 14px;font-size:20px;line-height:1.3;font-weight:760;max-width:690px}.hero-story{position:relative;z-index:2;margin:0 0 28px;max-width:690px;font-size:14px;line-height:1.65;color:rgba(255,255,255,.96)}
.hero-benefits{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 30px;max-width:700px}.hero-benefit{min-width:0;height:88px;border:1px solid rgba(255,255,255,.34);border-radius:18px;background:rgba(255,255,255,.045);display:flex;align-items:center;gap:14px;padding:12px 14px}.benefit-icon{width:52px;height:52px;flex:0 0 52px;border-radius:50%;background:#fff;color:var(--hero);display:grid;place-items:center}.benefit-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-benefit strong{font-size:12px;line-height:1.3;font-weight:700}
.hero-cta-row{position:relative;z-index:3;display:flex;align-items:center;gap:16px}.hero-cta{height:66px;min-width:310px;border-radius:999px;background:#fff;color:#ef5d1d;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 28px;font-size:14px;font-weight:900;box-shadow:0 10px 22px rgba(120,53,0,.08)}.hero-cta b{font-size:25px;font-weight:400;line-height:1}.family-icon-mini{width:58px;height:42px;display:block;color:#fff;opacity:.98}.family-icon-mini svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.family-trust{font-size:11px;line-height:1.45;color:rgba(255,255,255,.96);font-weight:600}.hero-description{max-width:590px;font-size:14px;line-height:1.7;color:rgba(255,255,255,.94)}

.featured-panel{position:absolute;right:18px;bottom:18px;z-index:5;width:330px;padding:14px 14px 12px;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(58,34,17,.16);backdrop-filter:blur(5px)}
.featured-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.featured-label{display:flex;align-items:center;gap:11px;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.featured-label i{display:block;width:34px;height:2px;border-radius:99px;background:var(--hero)}.featured-controls{display:flex;gap:8px}.featured-arrow{width:38px;height:38px;border-radius:50%;border:1px solid #ede5dc;background:#fff;color:#6f4726;display:grid;place-items:center;font-size:20px;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.05)}
.featured-grid{width:100%;display:block}.featured-card{display:none;width:100%;overflow:hidden;background:#fff;border:0}.featured-card.is-active{display:block}.featured-product-image{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:#f5eee5}.featured-product-image img{display:block;width:100%;height:100%;object-fit:cover}.featured-card-copy{padding:10px 3px 3px;min-height:68px}.featured-copy-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.featured-card-copy h3{margin:0;font-size:16px;line-height:1.25;font-weight:800}.featured-price{font-size:25px;line-height:1;color:#ef6f00;font-weight:900;white-space:nowrap}.featured-card-copy p{margin:5px 0 0;font-size:10.5px;line-height:1.45;color:#74706b}.featured-dots{display:flex;justify-content:center;gap:9px;margin-top:8px}.featured-dot{width:9px;height:9px;border:0;border-radius:50%;background:#d7d0c8;padding:0}.featured-dot.is-active{width:28px;border-radius:99px;background:var(--hero)}

.category-fallback{position:absolute;inset:0 0 0 50%;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 70% 30%,#fff,#f2ece5 70%);text-align:center}.fallback-mark{width:120px;height:120px;border-radius:32px;background:var(--hero);color:#fff;display:grid;place-items:center;font-size:36px;font-weight:800;margin-bottom:16px}.category-fallback strong{font-size:23px}.category-fallback small{margin-top:6px;color:#777}.hero-card [hidden]{display:none!important}

@media(max-width:1320px){
  .header-inner{width:calc(100% - 52px);grid-template-columns:120px minmax(500px,1fr) auto;gap:18px}.brand{width:96px}.main-nav{gap:24px}.main-nav a{font-size:13px}.product-search{width:230px}
  .hero-module{width:calc(100% - 30px)}.category-tabs{padding:0 34px}.category-tab{margin-right:-22px}.tab-inner{left:20px;right:42px}.tab-icon{width:46px;height:46px;flex-basis:46px}.tab-inner strong{font-size:16px}
  .hero-card{height:540px}.hero-left{padding:34px 64px 34px 52px}.hero-kicker{font-size:26px}.hero-left h1{font-size:56px}.hero-tagline{font-size:17px}.hero-story{font-size:12px;margin-bottom:20px}.hero-benefits{gap:10px;margin-bottom:22px}.hero-benefit{height:72px;padding:9px 10px}.benefit-icon{width:42px;height:42px;flex-basis:42px}.family-quote{right:58px;top:72px;font-size:20px}.hero-cta{height:56px;min-width:280px}.featured-panel{width:318px;right:18px;bottom:18px}.featured-product-image{aspect-ratio:1/1}.hero-photo{left:50%}
}
@media(max-width:980px){
  .header-inner{height:88px;grid-template-columns:110px 1fr auto;gap:14px}.brand{width:102px;height:66px}.main-nav{display:none}.product-search{width:250px}.menu-toggle{display:block}
  .category-tabs{overflow-x:auto;padding:0 8px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{flex:0 0 245px;margin-right:-26px}
  .hero-card{height:auto;border-radius:28px;background:#b77b4f}.hero-photo{position:relative;inset:auto;height:340px}.hero-photo img{object-position:56% 48%}.hero-left{position:relative;width:100%;padding:36px 34px;min-height:470px;clip-path:none}.featured-panel{position:relative;width:min(420px,calc(100% - 36px));right:auto;bottom:auto;margin:-150px 18px 18px auto}.category-fallback{position:relative;inset:auto;min-height:320px}.family-line-art{width:100%}.family-quote{right:32px;top:60px}
}
@media(max-width:620px){
  .header-inner{width:calc(100% - 24px);height:76px;grid-template-columns:82px 1fr 42px;gap:10px}.brand{width:78px;height:56px}.header-actions{display:none}.menu-toggle{display:block}
  .hero-module{width:calc(100% - 14px);margin-top:4px}.category-tabs{height:82px;padding:0 4px}.category-tab{flex-basis:185px;height:76px;margin-right:-20px}.category-tab.is-active{height:80px}.tab-inner{top:14px;left:12px;right:30px;height:42px;gap:9px}.tab-icon{width:42px;height:42px;flex-basis:42px;border-radius:11px}.tab-inner strong{font-size:13px}
  .hero-photo{height:280px}.hero-left{padding:28px 20px 30px;min-height:510px}.family-eyebrow{height:31px;font-size:8px;margin-bottom:11px}.hero-kicker{font-size:21px}.hero-left h1{font-size:40px;margin-bottom:9px}.hero-tagline{font-size:14.5px}.hero-story{font-size:10.8px;margin-bottom:14px}.hero-benefits{grid-template-columns:1fr;gap:7px;margin-bottom:15px}.hero-benefit{height:52px}.benefit-icon{width:36px;height:36px;flex-basis:36px}.family-quote{display:none}.family-line-art{width:118%;left:-18%;bottom:-12px;opacity:.14}.hero-cta-row{gap:8px;flex-wrap:wrap}.hero-cta{height:50px;min-width:228px;padding:0 18px;font-size:12px}.family-icon-mini{display:none}.family-trust{font-size:9px}
  .featured-panel{width:calc(100% - 24px);margin:-92px 12px 12px auto;padding:12px 13px;border-radius:20px}.featured-product-image{aspect-ratio:1/1;height:auto}.featured-card-copy h3{font-size:13px}.featured-price{font-size:20px}.featured-card-copy p{font-size:9px}.featured-label{font-size:9px}.featured-arrow{width:31px;height:31px}
  .footer-inner{width:calc(100% - 24px);flex-direction:column;justify-content:center;text-align:center;padding:16px 0}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Footer */
.site-footer{border-top:1px solid #eee;background:#fff}.footer-inner{width:min(var(--page-max),calc(100% - 56px));min-height:70px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#858585;font-size:12px}

@media(max-width:1320px){
  .header-inner{width:calc(100% - 52px);grid-template-columns:120px minmax(500px,1fr) auto;gap:18px}.brand{width:96px}.main-nav{gap:24px}.main-nav a{font-size:13px}.product-search{width:230px}
  .hero-module{width:calc(100% - 30px)}.category-tabs{padding:0 34px}.category-tab{margin-right:-26px}.tab-inner{left:20px;right:42px}.tab-icon{width:46px;height:46px;flex-basis:46px}.tab-inner strong{font-size:16px}
  .hero-card{height:490px}.hero-left{padding:30px 46px 30px 52px}.hero-left h1{font-size:55px}.hero-kicker{font-size:25px}.hero-tagline{font-size:17px}.hero-story{font-size:11.8px}.hero-benefits{gap:10px}.hero-benefit{height:70px;padding:9px 10px}.benefit-icon{width:40px;height:40px;flex-basis:40px}.family-quote{right:26px;top:55px;font-size:18px}.featured-panel{width:310px;right:16px;bottom:16px}.featured-product-image{aspect-ratio:1/1}.featured-grid{min-height:0}.hero-photo{left:49.5%}.hero-left{width:51.5%}
}
@media(max-width:980px){
  .header-inner{height:88px;grid-template-columns:110px 1fr auto;gap:14px}.brand{width:102px;height:66px}.main-nav{display:none}.product-search{width:250px}.menu-toggle{display:block}
  .category-tabs{overflow-x:auto;padding:0 8px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{flex:0 0 245px;margin-right:-26px}
  .hero-card{height:auto;border-radius:28px;background:#b77b4f}.hero-photo{position:relative;inset:auto;height:330px}.hero-photo img{object-fit:cover;object-position:center 48%}.hero-left{position:relative;width:100%;padding:36px 34px;min-height:440px}.featured-panel{position:relative;width:min(390px,calc(100% - 36px));right:auto;bottom:auto;margin:-145px 18px 18px auto}.category-fallback{position:relative;inset:auto;min-height:320px}.family-line-art{width:44%}
}
@media(max-width:620px){
  .header-inner{width:calc(100% - 24px);height:76px;grid-template-columns:82px 1fr 42px;gap:10px}.brand{width:78px;height:56px}.header-actions{display:none}.menu-toggle{display:block}
  .hero-module{width:calc(100% - 14px);margin-top:4px}.category-tabs{height:82px;padding:0 4px}.category-tab{flex-basis:185px;height:76px;margin-right:-20px}.category-tab.is-active{height:80px}.tab-inner{top:14px;left:12px;right:30px;height:42px;gap:9px}.tab-icon{width:42px;height:42px;flex-basis:42px;border-radius:11px}.tab-inner strong{font-size:13px}
  .hero-photo{height:270px}.hero-left{padding:28px 20px 30px;min-height:500px}.family-eyebrow{height:30px;font-size:8px;margin-bottom:10px}.hero-kicker{font-size:21px}.hero-left h1{font-size:40px;margin-bottom:9px}.hero-tagline{font-size:14.5px}.hero-story{font-size:10.8px;margin-bottom:14px}.hero-benefits{grid-template-columns:1fr;gap:7px;margin-bottom:15px}.hero-benefit{height:52px}.benefit-icon{width:36px;height:36px;flex-basis:36px}.family-quote{display:none}.family-line-art{width:92%;right:-82px;bottom:-10px;opacity:.14}.hero-cta-row{gap:8px;flex-wrap:wrap}.hero-cta{height:50px;min-width:228px;padding:0 18px;font-size:12px}.family-icon-mini{display:none}.family-trust{font-size:9px}
  .featured-panel{width:calc(100% - 24px);margin:-100px 12px 12px auto;padding:12px 13px;border-radius:20px}.featured-product-image{aspect-ratio:1/1;height:auto}.featured-grid{min-height:0}.featured-card-copy h3{font-size:13px}.featured-price{font-size:20px}.featured-card-copy p{font-size:9px}.featured-label{font-size:9px}.featured-arrow{width:31px;height:31px}
  .footer-inner{width:calc(100% - 24px);flex-direction:column;justify-content:center;text-align:center;padding:16px 0}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
\n/* v3.7 — approved colourful Hing content + animated CTA */
.hero-benefit{border:0;box-shadow:0 8px 20px rgba(86,43,0,.08);transition:transform .22s ease,box-shadow .22s ease}
.hero-benefit:nth-child(1){background:linear-gradient(135deg,#fff3bf,#ffe278);color:#7a4b00}
.hero-benefit:nth-child(2){background:linear-gradient(135deg,#ffd6e6,#ff9cc5);color:#8d174d}
.hero-benefit:nth-child(3){background:linear-gradient(135deg,#d8f1ff,#8fd7f7);color:#0c5f84}
.hero-benefit .benefit-icon{border-radius:14px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.hero-benefit:nth-child(1) .benefit-icon{color:#f79400}.hero-benefit:nth-child(2) .benefit-icon{color:#e31d93}.hero-benefit:nth-child(3) .benefit-icon{color:#1ea4dd}
.hero-cta-row{gap:0}.family-icon-mini,.family-trust{display:none!important}
.hero-cta{position:relative;overflow:hidden;padding:0 11px 0 28px;box-shadow:0 12px 28px rgba(122,58,0,.16);transition:transform .25s ease,box-shadow .25s ease}
.hero-cta::before{content:"";position:absolute;top:-50%;left:-38%;width:34%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:rotate(18deg);transition:left .55s ease;pointer-events:none}
.hero-cta span{position:relative;z-index:2}.hero-cta b{position:relative;z-index:2;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff4438,#e31d93);color:#fff;font-size:20px;box-shadow:0 6px 16px rgba(227,29,147,.2);transition:transform .25s ease,box-shadow .25s ease}
@media(hover:hover) and (pointer:fine){.hero-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(122,58,0,.20)}.hero-cta:hover::before{left:110%}.hero-cta:hover b{transform:translateX(4px) rotate(-6deg);box-shadow:0 8px 18px rgba(227,29,147,.30)}.hero-benefit:hover{transform:translateY(-2px);box-shadow:0 11px 24px rgba(86,43,0,.12)}}
.hero-cta:active{transform:translateY(0) scale(.99)}
@media(prefers-reduced-motion:reduce){.hero-cta,.hero-cta::before,.hero-cta b,.hero-benefit{transition:none}}


/* v3.9 — Popular by Categories */
.popular-section{width:min(var(--page-max),calc(100% - 56px));margin:54px auto 64px}
.popular-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding:0 8px}
.popular-heading-row h2{margin:0;font-size:28px;line-height:1.1;letter-spacing:-.03em}.popular-heading-row h2 span{color:#f5651b}.popular-heading-row p{margin:8px 0 0;color:#777;font-size:12px}
.view-products-top{height:42px;padding:0 14px 0 18px;border-radius:999px;background:#eef3ff;color:#2457d6;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:12px;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.view-products-top span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff}.view-products-top:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(36,87,214,.10)}
.popular-shell{background:#fafafa;border-radius:28px;padding:28px;display:grid;grid-template-columns:minmax(0,1.72fr) minmax(330px,.88fr);gap:20px}
.popular-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.popular-card{position:relative;min-height:166px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;padding:20px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:8px;box-shadow:0 6px 18px rgba(30,30,30,.03);transition:transform .22s ease,box-shadow .22s ease}
.popular-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(30,30,30,.07)}
.popular-copy{position:relative;z-index:2}.popular-copy h3{font-size:17px;margin:0 0 10px}.popular-copy ul{list-style:none;margin:0;padding:0}.popular-copy li{font-size:12px;color:#555;line-height:1.65}.popular-copy>a{display:inline-block;margin-top:8px;font-size:11px;font-weight:800;color:#f5651b}
.popular-visual{align-self:center;justify-self:end;width:108px;height:108px;border-radius:30px;position:relative;display:grid;place-items:center;overflow:hidden}.popular-visual img{width:100%;height:100%;object-fit:cover}.visual-spices{background:#fff2d9}.visual-puja{background:#ffe6ec}.visual-rangoli{background:#ffe3f4}.visual-holi{background:#e5f6ff}.visual-diya{background:#fff0dc}.visual-kits{background:#fff1dc;color:#f27b22;font-weight:900;text-align:center}.visual-kits span{font-size:34px;line-height:1}.visual-kits small{display:block;font-size:9px;letter-spacing:.12em;margin-top:-20px}
.popular-arrow{position:absolute;right:14px;bottom:14px;width:34px;height:34px;border-radius:50%;border:1px solid currentColor;display:grid;place-items:center;font-size:18px;color:#f5651b;background:#fff;z-index:3}.card-puja .popular-arrow,.card-puja .popular-copy>a{color:#ff4438}.card-rangoli .popular-arrow,.card-rangoli .popular-copy>a{color:#e31d93}.card-holi .popular-arrow,.card-holi .popular-copy>a{color:#1ea4dd}
.diya-flame{position:absolute;top:20px;width:24px;height:38px;border-radius:55% 45% 55% 45%/65% 50% 50% 35%;background:linear-gradient(#ffd34a,#ff7b00);transform:rotate(10deg);box-shadow:0 0 22px rgba(255,148,0,.24)}.diya-bowl{position:absolute;bottom:24px;width:70px;height:34px;border-radius:0 0 45px 45px;background:linear-gradient(180deg,#d98a30,#a95616);box-shadow:inset 0 4px 0 rgba(255,255,255,.28)}
.visual-rangoli span,.visual-holi span{position:absolute;width:55px;height:34px;border-radius:50% 50% 14px 14px;bottom:29px;box-shadow:0 7px 14px rgba(0,0,0,.12)}.visual-rangoli span:nth-child(1),.visual-holi span:nth-child(1){left:12px;background:#f22aa2;transform:rotate(-9deg)}.visual-rangoli span:nth-child(2),.visual-holi span:nth-child(2){right:12px;background:#ffc928;transform:rotate(9deg)}.visual-rangoli span:nth-child(3),.visual-holi span:nth-child(3){left:28px;bottom:17px;background:#2699ff;z-index:2}
.popular-promo{min-height:350px;border-radius:20px;overflow:hidden;position:relative;background:linear-gradient(145deg,#fff1cf 0%,#ffd894 55%,#ffad63 100%);padding:28px;display:flex;align-items:flex-start}.popular-promo:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-70px;bottom:-100px;background:rgba(255,255,255,.24)}
.promo-copy{position:relative;z-index:2;max-width:57%}.promo-kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#e65f1b}.promo-copy h3{margin:12px 0 10px;font-size:32px;line-height:1.05;color:#bf3f12;letter-spacing:-.04em}.promo-copy p{font-size:12px;line-height:1.6;color:#8a431d}.promo-copy a{display:inline-flex;align-items:center;gap:10px;margin-top:10px;font-size:11px;font-weight:900;color:#bf3f12}.promo-copy a span{width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center}
.promo-product{position:absolute;right:22px;bottom:22px;width:190px;height:190px;border-radius:26px;overflow:hidden;box-shadow:0 18px 30px rgba(141,72,17,.18);z-index:2}.promo-product img{width:100%;height:100%;object-fit:cover}
@media(max-width:1180px){.popular-shell{grid-template-columns:1fr}.popular-promo{min-height:280px}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-copy{max-width:60%}}
@media(max-width:700px){.popular-section{width:calc(100% - 20px);margin:34px auto 42px}.popular-heading-row{align-items:flex-start}.popular-heading-row h2{font-size:23px}.popular-heading-row p{font-size:11px}.view-products-top{height:38px;padding-left:14px}.popular-shell{padding:14px;border-radius:22px}.popular-grid{grid-template-columns:1fr;gap:12px}.popular-card{min-height:152px;padding:17px;grid-template-columns:minmax(0,1fr) 96px}.popular-visual{width:94px;height:94px}.popular-promo{min-height:340px;padding:22px}.promo-copy{max-width:100%}.promo-copy h3{font-size:27px}.promo-product{width:155px;height:155px;right:16px;bottom:16px}}

/* v4.1 — Featured Products section */
.featured-products-section{width:min(var(--page-max),calc(100% - 56px));margin:0 auto 72px}
.featured-products-frame{border:1px solid #edf1fb;border-radius:28px;background:#fffaf6;overflow:hidden;box-shadow:0 10px 32px rgba(79,43,14,.04)}
.featured-products-head{min-height:92px;display:grid;grid-template-columns:minmax(330px,400px) minmax(240px,1fr) auto;align-items:center;background:#fff;padding:0 24px 0 0;gap:22px;border-bottom:1px solid #f4efe9}
.featured-products-tab{height:92px;position:relative;display:flex;align-items:flex-start;padding:20px 72px 16px 34px;background:linear-gradient(135deg,#ff8c17 0%,#ff6c10 58%,#ff4d12 100%);color:#fff;clip-path:polygon(0 0,86% 0,100% 100%,0 100%);border-radius:28px 0 0 0}
.featured-products-tab:after{content:"";position:absolute;left:34px;bottom:18px;width:70px;height:3px;border-radius:999px;background:rgba(255,255,255,.98)}
.featured-products-tab h2{margin:0;font-size:29px;line-height:1.05;letter-spacing:-.035em;font-weight:850;white-space:nowrap}.featured-products-tab h2 span{font-weight:400}
.featured-products-intro{font-size:13px;color:#474747;line-height:1.4;white-space:nowrap;align-self:center}
.featured-products-actions{display:flex;align-items:center;gap:10px;justify-self:end}.fp-nav{width:42px;height:42px;border-radius:50%;border:1px solid #f0d6c6;background:#fff8f3;color:#e9651a;font-size:22px;cursor:pointer;transition:.2s ease}.fp-nav:hover{background:#fff0e6;transform:translateY(-1px)}.fp-view-all{height:44px;padding:0 17px 0 20px;border:1.5px solid #ef5f19;border-radius:999px;color:#e75715;font-size:12px;font-weight:900;display:inline-flex;align-items:center;gap:14px;background:#fff}.fp-view-all span{font-size:20px}
.featured-products-layout{display:grid;grid-template-columns:minmax(0,1.68fr) minmax(320px,.92fr);gap:20px;padding:20px}
.fp-main-product{min-height:430px;border:1px solid #f0dfd1;border-radius:24px;background:#fff;overflow:hidden;display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr)}
.fp-main-copy{padding:32px 28px;display:flex;flex-direction:column;justify-content:center}.fp-category,.fp-side-category{display:inline-flex;align-self:flex-start;padding:6px 12px;border:1px solid #ef5c1a;border-radius:999px;color:#de4d13;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.fp-main-copy h3{margin:16px 0 8px;color:#d94c16;font-size:31px;line-height:1.05}.fp-main-copy h3 strong{font-size:44px;letter-spacing:-.04em}.fp-main-tagline{margin:0;color:#e94f16;font-size:16px;font-weight:800}.fp-main-desc{margin:12px 0 18px;color:#666;font-size:12px;line-height:1.6;max-width:430px}
.fp-benefits{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}.fp-benefits span{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;color:#4c4c4c;line-height:1.25}.fp-benefits i{width:32px;height:32px;border-radius:50%;background:#fff2e5;color:#f06b1c;display:grid;place-items:center;font-style:normal;font-weight:900}
.fp-price-row{display:flex;align-items:center;gap:12px;margin:2px 0 16px}.fp-old-price{text-decoration:line-through;color:#999;font-size:15px}.fp-price{color:#e65315;font-size:27px}.fp-stock,.fp-side-price em{font-style:normal;border:1px solid #48b83c;color:#2d9f26;background:#f4fff2;border-radius:999px;padding:4px 9px;font-size:9px;font-weight:800}
.fp-buy-row{display:flex;gap:12px;align-items:center}.fp-qty{height:48px;min-width:134px;border:1px solid #ead8c9;border-radius:999px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;text-align:center}.fp-qty button{height:100%;border:0;background:transparent;font-size:20px;cursor:pointer}.fp-qty span{font-weight:800}.fp-add-cart{height:48px;flex:1;border:0;border-radius:999px;background:linear-gradient(90deg,#ff8617,#ff4c0f);color:#fff;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(255,92,17,.16)}
.fp-meta-actions{display:flex;gap:18px;margin-top:16px}.fp-meta-actions button{border:0;background:none;padding:0;color:#444;font-size:10px;font-weight:700;cursor:pointer}
.fp-main-visual{position:relative;min-height:430px;background:linear-gradient(145deg,#fff2db,#ffbd63);overflow:hidden}.fp-main-visual:before{content:"";position:absolute;width:380px;height:470px;background:rgba(255,255,255,.82);border-radius:52% 48% 42% 58%;left:-190px;top:-20px}.fp-main-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.fp-best-badge{position:absolute;top:24px;left:30px;z-index:3;width:68px;height:68px;border-radius:50%;background:#ffc118;color:#7e4300;display:grid;place-items:center;text-align:center;font-size:11px;font-weight:950;text-transform:uppercase;box-shadow:0 8px 18px rgba(140,82,0,.16)}.fp-visual-note{position:absolute;right:22px;top:35px;z-index:3;color:#b75b21;font-family:Georgia,serif;font-size:21px;line-height:1.05;font-style:italic}.fp-slide-dots{position:absolute;z-index:4;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:7px}.fp-slide-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.8)}.fp-slide-dots .is-active{width:28px;border-radius:999px;background:#ff5f12}
.fp-side-list{display:grid;grid-template-rows:1fr 1fr;gap:18px}.fp-side-card{border:1px solid #f0dfd1;border-radius:22px;background:#fff;padding:20px;display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:16px;align-items:center;min-height:204px}.fp-side-copy h3{margin:10px 0 5px;font-size:16px;line-height:1.2}.fp-stars{color:#ffb500;font-size:12px}.fp-stars small{color:#777}.fp-side-copy p{margin:8px 0 12px;color:#666;font-size:10px;line-height:1.5}.fp-side-price{display:flex;align-items:center;gap:8px}.fp-side-price span{text-decoration:line-through;color:#999;font-size:12px}.fp-side-price strong{color:#e65315;font-size:20px}.fp-side-image{width:150px;aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:#fff3ea}.fp-side-image img{width:100%;height:100%;object-fit:cover}.fp-side-actions{display:flex;gap:7px;margin-top:12px}.fp-side-actions button{height:32px;border:1px solid #ef6b26;border-radius:999px;background:#fff;color:#e75d18;font-size:10px;font-weight:800;padding:0 11px;cursor:pointer}.fp-side-actions button:first-child{flex:1}
@media(max-width:1100px){.featured-products-head{grid-template-columns:minmax(300px,360px) 1fr auto;gap:14px}.featured-products-tab{padding-left:28px}.featured-products-tab:after{left:28px}.featured-products-intro{font-size:12px;white-space:normal}.featured-products-layout{grid-template-columns:1fr}.fp-side-list{grid-template-columns:1fr 1fr;grid-template-rows:none}.fp-side-card{min-height:190px}}
@media(max-width:760px){.featured-products-section{width:calc(100% - 20px);margin-bottom:44px}.featured-products-frame{border-radius:22px}.featured-products-head{grid-template-columns:1fr auto;grid-template-areas:"tab actions" "intro intro";min-height:0;padding:0;gap:0}.featured-products-tab{grid-area:tab;height:72px;clip-path:polygon(0 0,86% 0,100% 100%,0 100%);border-radius:22px 0 0 0;padding:15px 54px 12px 20px}.featured-products-tab:after{left:20px;bottom:13px;width:56px}.featured-products-tab h2{font-size:22px}.featured-products-intro{grid-area:intro;padding:11px 16px 13px;font-size:11px;white-space:normal}.featured-products-actions{grid-area:actions;padding:0 12px 0 8px;justify-content:flex-end;align-self:center}.fp-nav{width:36px;height:36px}.fp-view-all{height:38px;padding:0 13px;font-size:11px}.featured-products-layout{padding:12px;gap:12px}.fp-main-product{grid-template-columns:1fr}.fp-main-copy{padding:24px 20px}.fp-main-copy h3{font-size:24px}.fp-main-copy h3 strong{font-size:34px}.fp-main-visual{min-height:320px}.fp-side-list{grid-template-columns:1fr}.fp-side-card{grid-template-columns:minmax(0,1fr) 110px;padding:16px;min-height:170px}.fp-side-image{width:110px}.fp-buy-row{flex-direction:column;align-items:stretch}.fp-qty{width:134px}.fp-benefits{gap:10px}}


/* Deals of the Day */
.deals-section{width:min(var(--page-max),calc(100% - 56px));margin:54px auto 64px}.deals-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding:0 8px}.deals-title-wrap{display:block}.deals-title-wrap h2{margin:0;font-size:28px;line-height:1.1;font-weight:850;letter-spacing:-.03em}.deals-title-wrap h2 span{color:#f5651b}.deals-title-wrap p{margin:8px 0 0;color:#777;font-size:12px}.deals-tabs{display:flex;align-items:center;gap:4px;padding:5px;background:#f1f1f1;border-radius:999px}.deals-tab{height:40px;border:0;border-radius:999px;background:transparent;color:#888;padding:0 18px;font-size:11px;font-weight:800;cursor:pointer}.deals-tab.is-active{background:#fff;color:#e95d18;box-shadow:0 4px 10px rgba(0,0,0,.06)}
.deals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.deal-card{border:1px solid #eadfd6;border-radius:18px;background:#fff;padding:10px 10px 15px;box-shadow:0 8px 22px rgba(45,27,12,.035);transition:transform .2s ease,box-shadow .2s ease}.deal-card[hidden]{display:none!important}.deal-visual{position:relative;aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#f4f1ed}.deal-visual img{width:100%;height:100%;object-fit:cover;display:block}.deal-badges{position:absolute;z-index:2;left:10px;top:10px;display:flex;flex-direction:column;gap:6px}.deal-badge{width:max-content;padding:5px 9px;border-radius:6px;color:#fff;font-size:9px;line-height:1;font-weight:900}.deal-badge.sale{background:#ff6c19}.deal-badge.hot{background:#ef3b4f}.deal-badge.best{background:#f7b51c;color:#6b4100}.deal-body{padding:13px 7px 0}.deal-category{display:inline-block;margin-bottom:7px;color:#f0671b;font-size:10px;font-weight:800}.deal-body h3{min-height:42px;margin:0 0 9px;font-size:15px;line-height:1.35;font-weight:800}.deal-rating{display:flex;align-items:center;gap:5px;margin-bottom:10px;white-space:nowrap}.deal-rating span{color:#ffb800;font-size:12px;letter-spacing:.5px}.deal-rating small{color:#777;font-size:9px}.deal-rating em{font-style:normal;color:#777;font-size:9px}.deal-price{display:flex;align-items:center;gap:8px;margin-bottom:14px}.deal-price s{color:#9c9690;font-size:13px}.deal-price strong{font-size:18px}.deal-price b{padding:4px 8px;border-radius:999px;background:#ef4b3f;color:#fff;font-size:9px}.deal-cart{width:100%;height:40px;border:1.5px solid #ff6b18;border-radius:999px;background:#fff;color:#e95d18;font-size:11px;font-weight:900;cursor:pointer;transition:.2s}.deal-compare{width:100%;margin-top:10px;border:0;background:transparent;color:#555;font-size:10px;font-weight:700;cursor:pointer}
@media(hover:hover) and (pointer:fine){.deal-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(45,27,12,.08)}.deal-cart:hover{background:#ff6b18;color:#fff}}
@media(max-width:1000px){.deals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deals-head{align-items:flex-start}.deals-tabs{overflow-x:auto;max-width:100%}}
@media(max-width:620px){.deals-section{width:calc(100% - 20px);margin:34px auto 42px}.deals-head{flex-direction:column;align-items:flex-start;gap:14px}.deals-title-wrap h2{font-size:23px}.deals-title-wrap p{font-size:11px}.deals-tabs{width:100%;justify-content:flex-start}.deals-tab{padding:0 13px;flex:0 0 auto}.deals-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.deal-card{padding:7px 7px 12px}.deal-body{padding:10px 4px 0}.deal-body h3{font-size:12px;min-height:34px}.deal-rating em{display:none}.deal-price{gap:5px;flex-wrap:wrap}.deal-price strong{font-size:16px}.deal-cart{height:36px;font-size:10px}}


/* Our Brands */
.brands-section{width:min(var(--page-max),calc(100% - 56px));margin:18px auto 70px}.brands-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px;padding:0 8px}.brands-head h2{margin:0;font-size:28px;line-height:1.1;font-weight:850;letter-spacing:-.03em}.brands-head h2 span{color:#f5651b}.brands-head p{margin:8px 0 0;color:#777;font-size:12px}.brands-actions{display:flex;align-items:center;gap:8px}.brands-nav{width:42px;height:42px;border-radius:50%;border:1px solid #eadfd5;background:#fff;color:#e86518;font-size:20px;cursor:pointer;transition:.2s}.brands-view{height:42px;padding:0 18px;border-radius:999px;border:1px solid #ff6a13;background:#fff;color:#e85f15;font-size:11px;font-weight:900;display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:.2s}.brands-view span{font-size:18px}.brands-viewport{overflow:hidden;border-radius:26px}.brands-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 56px)/5);gap:14px;padding:18px;background:#faf8f5;border:1px solid #f0ebe5;border-radius:26px;transition:transform .35s ease}.brand-card{position:relative;min-height:154px;border-radius:20px;background:#fff;border:1px solid #ece7e1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.brand-card.is-featured{border-color:#ffc89e;background:linear-gradient(180deg,#fff,#fff8f1)}.brand-badge{position:absolute;top:10px;right:10px;padding:5px 8px;border-radius:999px;background:#fff0e7;color:#ef6416;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.brand-logo{width:94px;height:72px;border-radius:16px;display:grid;place-items:center;font-size:20px;font-weight:950;letter-spacing:.04em;border:1px solid}.brand-logo-orange{background:#fff5e9;border-color:#ffd8b8;color:#ef6416}.brand-logo-pink{background:#fff0f6;border-color:#ffd3e5;color:#d81b75}.brand-logo-blue{background:#eef8ff;border-color:#d3ecff;color:#1388c5}.brand-logo-yellow{background:#fff9df;border-color:#f3e49a;color:#9b7600}.brand-logo-violet{background:#f3f2ff;border-color:#dfdcff;color:#6659c7}.brand-logo-green{background:#effaf0;border-color:#d3eed6;color:#3b9447}.brand-card h3{margin:12px 0 0;font-size:13px;font-weight:850;text-align:center}.brand-card p{margin:3px 0 0;color:#999;font-size:10px;text-align:center}
@media(hover:hover) and (pointer:fine){.brand-card:hover{transform:translateY(-4px);box-shadow:0 14px 26px rgba(61,34,11,.08);border-color:#ffd1ae}.brands-nav:hover,.brands-view:hover{background:#ff6a13;color:#fff}}
@media(max-width:980px){.brands-rail{grid-auto-columns:calc((100% - 28px)/3)}}
@media(max-width:620px){.brands-section{width:calc(100% - 20px);margin:12px auto 44px}.brands-head{align-items:flex-start;gap:14px;flex-direction:column}.brands-head h2{font-size:23px}.brands-head p{font-size:11px}.brands-actions{width:100%;justify-content:flex-end}.brands-view{margin-left:auto}.brands-rail{grid-auto-columns:calc((100% - 10px)/2);gap:10px;padding:12px;border-radius:20px}.brand-card{min-height:134px;padding:14px}.brand-logo{width:78px;height:62px;font-size:17px}}

/* Instagram Reels */
.reels-section{width:min(var(--page-max),calc(100% - 56px));margin:18px auto 72px}.reels-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px;padding:0 8px}.reels-head h2{margin:0;font-size:28px;line-height:1.1;font-weight:850;letter-spacing:-.03em}.reels-head h2 span{color:#f5651b}.reels-head p{margin:8px 0 0;color:#777;font-size:12px}.reels-actions{display:flex;align-items:center;gap:8px}.reels-nav{width:42px;height:42px;border-radius:50%;border:1px solid #eadfd5;background:#fff;color:#e86518;font-size:20px;cursor:pointer;transition:.2s}.reels-view{height:42px;padding:0 18px;border-radius:999px;border:1px solid #ff6a13;background:#fff;color:#e85f15;font-size:11px;font-weight:900;display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:.2s}.reels-view span{font-size:18px}.reels-viewport{overflow:hidden}.reels-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 56px)/5);gap:14px;transition:transform .35s ease}.reel-card{position:relative;aspect-ratio:9/16;border-radius:22px;overflow:hidden;background:#111;box-shadow:0 10px 28px rgba(44,26,12,.08);isolation:isolate}.reel-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.reel-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 40%,rgba(0,0,0,.68) 100%);z-index:1}.reel-top{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:3}.reel-icon{width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.92);display:grid;place-items:center;color:#e31d93;font-size:16px;font-weight:900}.reel-label{height:28px;padding:0 10px;border-radius:999px;background:rgba(0,0,0,.28);color:#fff;display:flex;align-items:center;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}.reel-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#ff6a13;font-size:19px;display:grid;place-items:center;z-index:3;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.15);transition:.2s}.reel-caption{position:absolute;left:0;right:0;bottom:0;padding:44px 16px 16px;color:#fff;z-index:2}.reel-caption strong{display:block;font-size:13px;line-height:1.35;font-weight:850}.reel-caption span{display:block;margin-top:5px;color:rgba(255,255,255,.78);font-size:10px;line-height:1.4}.reel-card.reel-orange{background:linear-gradient(165deg,#ffb35b,#ff7a18)}.reel-card.reel-pink{background:linear-gradient(165deg,#ffd6e7,#e31d93)}.reel-card.reel-blue{background:linear-gradient(165deg,#d5f0ff,#35aee5)}.reel-card.reel-gold{background:linear-gradient(165deg,#fff0b2,#f0a300)}.reel-card.reel-violet{background:linear-gradient(165deg,#eadfff,#7559c9)}.reel-art{position:absolute;inset:0;display:grid;place-items:center;padding:30px;color:#fff;text-align:center;font-size:22px;font-weight:900;line-height:1.15}.reel-art small{display:block;margin-top:10px;font-size:11px;line-height:1.4;font-weight:600;color:rgba(255,255,255,.9)}
@media(hover:hover) and (pointer:fine){.reels-nav:hover,.reels-view:hover{background:#ff6a13;color:#fff}.reel-card{transition:transform .22s ease,box-shadow .22s ease}.reel-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(44,26,12,.13)}.reel-card:hover .reel-play{transform:translate(-50%,-50%) scale(1.06)}}
@media(max-width:960px){.reels-rail{grid-auto-columns:calc((100% - 28px)/3)}}
@media(max-width:620px){.reels-section{width:calc(100% - 20px);margin:12px auto 48px}.reels-head{align-items:flex-start;gap:14px;flex-direction:column}.reels-head h2{font-size:23px}.reels-head p{font-size:11px}.reels-actions{width:100%;justify-content:flex-end}.reels-view{margin-left:auto}.reels-viewport{overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.reels-rail{display:flex;gap:12px;transform:none!important}.reel-card{flex:0 0 72%;scroll-snap-align:start}}

/* Why Choose TOTA */
.why-section{width:min(var(--page-max),calc(100% - 56px));margin:20px auto 58px}.why-head{text-align:center;max-width:1180px;margin:0 auto 24px}.why-head h2{margin:0;font-size:29px;line-height:1.15;font-weight:850;letter-spacing:-.03em}.why-head h2 span{color:#f5651b}.why-head p{margin:12px auto 0;max-width:1100px;color:#5f6267;font-size:12px;line-height:1.7}.why-carousel-wrap{position:relative}.why-viewport{overflow:hidden}.why-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;transition:transform .35s ease}.why-card{min-height:260px;padding:28px 20px 22px;border:1px solid #ece8e3;background:#fff;border-radius:18px;text-align:center;box-shadow:0 8px 22px rgba(37,26,15,.04);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.why-icon{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#fff2ea;color:#f14d30;font-size:34px;border:1px solid #ffe2d5}.why-card h3{margin:18px 0 0;font-size:16px;line-height:1.35;font-weight:800}.why-card p{margin:10px 0 0;color:#63666a;font-size:11px;line-height:1.6}.why-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid #eadfd5;background:#fff;color:#f0621b;font-size:23px;box-shadow:0 7px 20px rgba(45,27,12,.08);cursor:pointer}.why-prev{left:-20px}.why-next{right:-20px}.why-dots{display:flex;justify-content:center;gap:7px;margin-top:18px}.why-dot{width:6px;height:6px;border-radius:50%;background:#cfcfcf}.why-dot.is-active{background:#ff6a13;width:20px;border-radius:99px}
@media(max-width:1080px){.why-rail{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:column;grid-auto-columns:calc((100% - 24px)/3)}.why-card{min-height:240px}}
@media(max-width:620px){.why-section{width:calc(100% - 20px);margin:16px auto 42px}.why-head h2{font-size:24px}.why-head p{font-size:11px}.why-viewport{overflow-x:auto;scroll-snap-type:x mandatory}.why-rail{display:flex;gap:10px;transform:none!important}.why-card{flex:0 0 82%;scroll-snap-align:start;min-height:230px}.why-nav{display:none}}

/* Newsletter */
.newsletter-section{position:relative;width:min(var(--page-max),calc(100% - 56px));margin:0 auto 0;padding:34px 38px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,#fff3e9 0%,#fffaf6 68%,#ffe0b8 100%);display:grid;grid-template-columns:minmax(280px,1fr) minmax(360px,1.25fr) 170px;align-items:center;gap:30px;overflow:hidden}.newsletter-kicker{color:#f05a1a;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.newsletter-copy h2{margin:7px 0 7px;font-size:28px;line-height:1.12}.newsletter-copy h2 span{color:#f05a1a}.newsletter-copy p{margin:0;color:#596069;font-size:12px;line-height:1.6}.newsletter-field{height:52px;border-radius:999px;background:#fff;border:1px solid #e9ddd5;display:flex;align-items:center;padding-left:18px;overflow:hidden;box-shadow:0 7px 18px rgba(53,34,15,.05)}.newsletter-field>span{color:#68707a;margin-right:10px}.newsletter-field input{min-width:0;flex:1;border:0;outline:0;font:inherit;font-size:12px}.newsletter-field button{height:42px;margin-right:5px;padding:0 24px;border:0;border-radius:999px;background:linear-gradient(90deg,#ff7b15,#f14b21);color:#fff;font-weight:800;cursor:pointer}.newsletter-art{align-self:stretch;display:flex;align-items:center;justify-content:center}.spice-bowl{width:120px;height:120px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#f9a21b 0 28%,#8b4b17 30% 43%,#f4c16a 45% 55%,transparent 57%);font-size:0;filter:drop-shadow(0 8px 12px rgba(92,44,8,.14))}
@media(max-width:900px){.newsletter-section{grid-template-columns:1fr 1fr}.newsletter-art{display:none}}
@media(max-width:620px){.newsletter-section{width:calc(100% - 20px);padding:26px 20px;grid-template-columns:1fr;border-radius:20px 20px 0 0;gap:18px}.newsletter-copy h2{font-size:24px}.newsletter-field{height:auto;min-height:50px}.newsletter-field button{padding:0 16px}}

/* Footer benefits */
.footer-features{background:linear-gradient(90deg,#ff7c13,#f04422);display:grid;grid-template-columns:repeat(4,1fr);padding:20px max(36px,calc((100% - var(--page-max))/2 + 36px));color:#fff}.footer-feature{display:flex;align-items:center;gap:14px;padding:0 26px;border-right:1px solid rgba(255,255,255,.28)}.footer-feature:last-child{border-right:0}.footer-feature-icon{font-size:26px}.footer-feature strong{display:block;font-size:13px}.footer-feature small{display:block;margin-top:3px;color:rgba(255,255,255,.86);font-size:10px}
@media(max-width:780px){.footer-features{grid-template-columns:repeat(2,1fr);gap:18px;padding:18px 20px}.footer-feature{border-right:0;padding:0}}

/* Main Footer */
.site-footer{position:relative;background:#161b20;color:#e8edf1;border-top:0}.footer-main{width:min(var(--page-max),calc(100% - 56px));margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.15fr;gap:42px;padding:42px 0 30px}.footer-logo{width:120px;height:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.footer-tagline{margin:10px 0 0;font-size:12px;font-weight:700}.footer-about{margin:10px 0 0;color:#b8c0c7;font-size:11px;line-height:1.7}.footer-social{display:flex;gap:8px;margin-top:18px}.footer-social a{width:34px;height:34px;border-radius:50%;background:#2b3138;color:#fff;text-decoration:none;display:grid;place-items:center;font-size:13px}.footer-col h3{margin:0 0 16px;color:#fff;font-size:13px}.footer-col a{display:block;margin:0 0 10px;color:#c4cbd0;text-decoration:none;font-size:11px}.footer-contact p{display:flex;gap:8px;align-items:flex-start;color:#c4cbd0;font-size:11px;line-height:1.5}.payments{margin-top:18px;padding-top:16px;border-top:1px solid #323941}.payments strong{display:block;font-size:11px;margin-bottom:10px}.payments div{display:flex;gap:6px;flex-wrap:wrap}.payments span{padding:5px 7px;border-radius:4px;background:#fff;color:#242a30;font-size:8px;font-weight:900}.footer-bottom{width:min(var(--page-max),calc(100% - 56px));margin:auto;padding:17px 0;border-top:1px solid #323941;display:flex;align-items:center;justify-content:space-between;color:#9ba4ab;font-size:10px}.to-top{position:absolute;right:28px;bottom:18px;width:40px;height:40px;border-radius:50%;background:#f05a1a;color:#fff;text-decoration:none;display:grid;place-items:center;font-size:18px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:980px){.footer-main{grid-template-columns:repeat(2,1fr)}.footer-brand-col{grid-column:1/-1}}
@media(max-width:620px){.footer-main{width:calc(100% - 28px);grid-template-columns:1fr 1fr;gap:28px 18px;padding:32px 0 24px}.footer-brand-col{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-bottom{width:calc(100% - 28px);flex-direction:column;gap:7px;text-align:center}.to-top{right:16px;bottom:60px}}


/* =========================================================
   TOTA UX refinement v4.7
   Motion, usability, consistency and responsive interaction
   ========================================================= */
:root{--ease:cubic-bezier(.22,.61,.36,1);--motion:280ms;--shadow-soft:0 14px 36px rgba(39,25,12,.08);scroll-behavior:smooth}
html{scroll-padding-top:92px}
body{overflow-x:hidden}
button,a,input{transition:color var(--motion) var(--ease),background-color var(--motion) var(--ease),border-color var(--motion) var(--ease),box-shadow var(--motion) var(--ease),transform var(--motion) var(--ease),opacity var(--motion) var(--ease)}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(255,144,21,.34);outline-offset:3px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:saturate(150%) blur(14px);border-bottom:1px solid rgba(20,20,20,.06);transition:box-shadow .25s ease,background .25s ease}
.site-header.is-scrolled{box-shadow:0 10px 28px rgba(28,22,15,.08);background:rgba(255,255,255,.98)}
.site-header.is-scrolled .header-inner{min-height:70px}
.header-inner{transition:min-height .25s var(--ease)}
.product-search:focus-within{box-shadow:0 0 0 4px rgba(255,144,21,.10);border-color:#ff9015}
.header-icon:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,20,10,.08)}
.main-nav a{position:relative}.main-nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:-8px;height:2px;border-radius:2px;background:#ff6a13;transition:left .22s var(--ease),right .22s var(--ease)}.main-nav a:hover::after,.main-nav a.is-active::after{left:0;right:0}

/* shared section reveal */
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
[data-reveal].is-visible{opacity:1;transform:none}
[data-reveal] [data-reveal-item]{opacity:0;transform:translateY(14px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
[data-reveal].is-visible [data-reveal-item]{opacity:1;transform:none}
[data-reveal].is-visible [data-reveal-item]:nth-child(2){transition-delay:70ms}[data-reveal].is-visible [data-reveal-item]:nth-child(3){transition-delay:120ms}[data-reveal].is-visible [data-reveal-item]:nth-child(4){transition-delay:170ms}[data-reveal].is-visible [data-reveal-item]:nth-child(5){transition-delay:220ms}[data-reveal].is-visible [data-reveal-item]:nth-child(6){transition-delay:270ms}

/* hero refinement */
.category-tab{will-change:auto}.category-tab:hover{transform:none}.category-tab.is-active{filter:saturate(1.05)}
.hero-card{box-shadow:0 18px 46px rgba(64,39,14,.08)}
.hero-photo img{transition:transform 7s ease}.hero-card:hover .hero-photo img{transform:scale(1.025)}
.hero-cta{overflow:hidden;isolation:isolate}.hero-cta::after{content:"";position:absolute;inset:-70% auto -70% -35%;width:28%;transform:rotate(17deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transition:left .6s var(--ease)}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(119,55,0,.16)}.hero-cta:hover::after{left:115%}.hero-cta:hover b{transform:translateX(4px)}
.featured-panel{transition:transform .28s var(--ease),box-shadow .28s var(--ease)}.featured-panel:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(55,36,18,.16)}
.featured-arrow:hover{transform:scale(1.06);background:#ff6a13;color:#fff}
.featured-card.is-active .featured-product-image img{animation:productReveal .42s var(--ease)}
@keyframes productReveal{from{opacity:.35;transform:scale(.975)}to{opacity:1;transform:scale(1)}}

/* category cards */
.popular-card{cursor:pointer}.popular-card .popular-visual{transition:transform .35s var(--ease)}.popular-card:hover .popular-visual{transform:scale(1.055) rotate(-1deg)}.popular-card:hover .popular-arrow{transform:translateX(3px);background:#ff6a13;color:#fff}.popular-card:hover .popular-copy>a{text-decoration:underline;text-underline-offset:3px}
.popular-promo{transition:transform .28s var(--ease),box-shadow .28s var(--ease)}.popular-promo:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.view-products-top:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,106,19,.12)}

/* featured products */
.featured-products-frame{box-shadow:0 12px 34px rgba(62,35,12,.04)}
.fp-main,.fp-side-card{transition:transform .28s var(--ease),box-shadow .28s var(--ease)}.fp-main:hover,.fp-side-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(54,31,12,.08)}
.fp-main-image img,.fp-side-image img{transition:transform .42s var(--ease)}.fp-main:hover .fp-main-image img,.fp-side-card:hover .fp-side-image img{transform:scale(1.035)}
.fp-add-cart:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(242,91,24,.15)}
.fp-action:hover{color:#ff6a13}

/* deals filtering and cards */
.deal-card.filter-pop{animation:dealPop .38s var(--ease)}
@keyframes dealPop{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}
.deal-visual img{transition:transform .4s var(--ease)}.deal-card:hover .deal-visual img{transform:scale(1.045)}
.deal-cart.is-added,.fp-add-cart.is-added{background:#1f9d55!important;border-color:#1f9d55!important;color:#fff!important}
.deals-tab:hover{color:#ff6a13}.deals-tab.is-active{box-shadow:0 5px 12px rgba(45,27,12,.06)}

/* brands */
.brands-viewport{scrollbar-width:none}.brands-viewport::-webkit-scrollbar{display:none}.brand-card:hover .brand-logo{transform:scale(1.04)}.brand-logo{transition:transform .25s var(--ease)}
.brands-nav:disabled,.reels-nav:disabled,.why-nav:disabled{opacity:.35;cursor:not-allowed}

/* reels */
.reel-card{cursor:pointer}.reel-play{animation:reelPulse 2.4s ease-in-out infinite}@keyframes reelPulse{0%,100%{box-shadow:0 10px 28px rgba(0,0,0,.15),0 0 0 0 rgba(255,255,255,.28)}50%{box-shadow:0 10px 28px rgba(0,0,0,.15),0 0 0 10px rgba(255,255,255,0)}}
.reel-modal{position:fixed;inset:0;z-index:1400;background:rgba(12,12,12,.72);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.25s}.reel-modal.is-open{opacity:1;visibility:visible}.reel-modal-card{position:relative;width:min(410px,92vw);border-radius:24px;overflow:hidden;background:#111;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.35)}.reel-modal-media{aspect-ratio:9/16;max-height:72vh;background:linear-gradient(160deg,#ff9b31,#e31d93);display:grid;place-items:center;overflow:hidden}.reel-modal-media img{width:100%;height:100%;object-fit:cover}.reel-modal-copy{padding:16px 18px 20px}.reel-modal-copy strong{font-size:16px}.reel-modal-copy p{margin:6px 0 0;color:#cfd2d6;font-size:12px}.reel-modal-close{position:absolute;z-index:3;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:20px;cursor:pointer}

/* why choose */
.why-card{transition:transform .26s var(--ease),box-shadow .26s var(--ease),border-color .26s var(--ease)}.why-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(45,27,12,.08);border-color:#ffd5ba}.why-card:hover .why-icon{transform:scale(1.05) rotate(-2deg)}.why-icon{transition:transform .25s var(--ease)}

/* newsletter */
.newsletter-field{transition:border-color .25s,box-shadow .25s,transform .25s}.newsletter-field:focus-within{border-color:#ff8b1c;box-shadow:0 0 0 4px rgba(255,139,28,.10),0 10px 24px rgba(53,34,15,.06);transform:translateY(-1px)}
.newsletter-field button:hover{transform:translateX(2px);box-shadow:0 8px 18px rgba(241,75,33,.2)}
.newsletter-status{grid-column:2;margin:7px 0 0 18px;font-size:11px;min-height:16px;color:#1f8f4e}.newsletter-status.is-error{color:#c53b2f}

/* footer clarity */
.footer-main{row-gap:38px}.footer-col a{line-height:1.45}.footer-col a:hover{color:#fff;transform:translateX(3px)}.footer-social a:hover{background:#ff6a13;transform:translateY(-2px)}.to-top:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(240,90,26,.3)}

/* subtle section separators for long-page readability */
.popular-section,.featured-products-section,.deals-section,.brands-section,.reels-section,.why-section{position:relative}
.popular-section::before,.featured-products-section::before,.deals-section::before,.brands-section::before,.reels-section::before,.why-section::before{content:"";position:absolute;left:0;right:0;top:-22px;height:1px;background:linear-gradient(90deg,transparent,#efe9e3 15%,#efe9e3 85%,transparent);pointer-events:none}

@media(max-width:760px){html{scroll-padding-top:72px}.site-header{backdrop-filter:blur(10px)}.newsletter-status{grid-column:1;margin-left:0}.footer-col a{margin-bottom:12px}.category-tab:hover,.popular-card:hover,.deal-card:hover,.brand-card:hover,.why-card:hover{transform:none}.reel-play{animation:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.hero-photo img{transform:none!important}[data-reveal],[data-reveal] [data-reveal-item]{opacity:1!important;transform:none!important}}

/* =========================================================
   TOTA visual refinement v4.8
   Stronger brand colour, depth and interactive section rhythm
   ========================================================= */
:root{--tota-orange:#ff7a12;--tota-deep:#f34b24;--tota-pink:#e83f91;--tota-blue:#36aee5;--tota-yellow:#ffc83d;--tota-ink:#171717}

/* Give the long homepage a clear colourful rhythm after the hero */
.popular-section,.deals-section,.brands-section,.reels-section,.why-section{border-radius:32px;padding:30px 30px 32px}
.popular-section{background:linear-gradient(135deg,#fff8ef 0%,#fffdf9 48%,#fff1e7 100%)}
.deals-section{background:linear-gradient(135deg,#fff9ed 0%,#fff 52%,#fff3e8 100%)}
.brands-section{background:linear-gradient(135deg,#fff7f2 0%,#fff 40%,#f7f3ff 100%)}
.reels-section{background:linear-gradient(135deg,#fff4f8 0%,#fff 42%,#f1f9ff 100%)}
.why-section{background:linear-gradient(135deg,#fffaf1 0%,#fff 45%,#fff3f4 100%)}

/* Section headings: stronger hierarchy while keeping the same visual language */
.popular-heading-row h2,.deals-title-wrap h2,.brands-head h2,.reels-head h2,.why-head h2{font-size:30px;font-weight:900;color:var(--tota-ink)}
.popular-heading-row h2 span,.deals-title-wrap h2 span,.brands-head h2 span,.reels-head h2 span,.why-head h2 span{color:var(--tota-deep)}
.popular-heading-row p,.deals-title-wrap p,.brands-head p,.reels-head p,.why-head p{color:#5e5e5e}

/* Popular categories */
.popular-shell{background:rgba(255,255,255,.72);border:1px solid rgba(255,122,18,.10);box-shadow:0 16px 40px rgba(86,49,13,.05);backdrop-filter:blur(8px)}
.popular-card{border:1px solid rgba(31,31,31,.08);box-shadow:0 8px 22px rgba(38,22,8,.04)}
.popular-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--tota-orange)}
.popular-card.card-puja::before{background:#ff4438}.popular-card.card-rangoli::before{background:var(--tota-pink)}.popular-card.card-holi::before{background:var(--tota-blue)}
.popular-card:nth-child(5)::before{background:#ff9e3b}.popular-card:nth-child(6)::before{background:#f2ad19}
.popular-card:hover{transform:translateY(-6px);box-shadow:0 18px 34px rgba(45,27,12,.11);border-color:rgba(255,122,18,.24)}
.popular-visual{box-shadow:inset 0 0 0 1px rgba(255,255,255,.65),0 8px 18px rgba(40,25,10,.08)}
.view-products-top{background:linear-gradient(90deg,var(--tota-orange),var(--tota-deep));color:#fff!important;border-color:transparent!important;box-shadow:0 8px 20px rgba(243,75,36,.18)}
.view-products-top:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(243,75,36,.25)}

/* Featured products – make it the premium product showcase */
.featured-products-section{margin-top:8px}
.featured-products-frame{background:linear-gradient(135deg,#fffaf4 0%,#fff 55%,#fff4ea 100%);border-color:#ffe2cc;box-shadow:0 18px 45px rgba(73,40,11,.08)}
.featured-products-head{background:rgba(255,255,255,.86);backdrop-filter:blur(10px)}
.fp-main-product,.fp-side-card{border-color:#f4d8c1;box-shadow:0 10px 26px rgba(60,34,11,.05)}
.fp-main-product:hover,.fp-side-card:hover{box-shadow:0 18px 38px rgba(60,34,11,.10);transform:translateY(-3px)}
.fp-main-product,.fp-side-card{transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.fp-main-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(255,111,21,.10));pointer-events:none}
.fp-add-cart,.fp-side-actions button:first-child{background:linear-gradient(90deg,var(--tota-orange),var(--tota-deep));color:#fff;border-color:transparent}
.fp-side-actions button:not(:first-child):hover{background:#fff3eb;color:var(--tota-deep)}

/* Deals */
.deals-tabs{background:#fff1e6;border:1px solid #ffe0cb}
.deals-tab.is-active{background:linear-gradient(90deg,#fff,#fff7f1);color:var(--tota-deep)}
.deals-grid{gap:18px}.deal-card{border-color:#f0ddd0;box-shadow:0 10px 25px rgba(63,38,16,.05)}
.deal-card:nth-child(1){--deal-accent:#ff7a12}.deal-card:nth-child(2){--deal-accent:#e83f91}.deal-card:nth-child(3){--deal-accent:#36aee5}.deal-card:nth-child(4){--deal-accent:#ffc83d}
.deal-card::before{content:"";display:block;height:4px;margin:-10px -10px 10px;border-radius:18px 18px 0 0;background:var(--deal-accent,var(--tota-orange))}
.deal-card:hover{transform:translateY(-7px);box-shadow:0 20px 40px rgba(63,38,16,.12)}
.deal-cart{border-color:var(--deal-accent,var(--tota-orange));color:var(--deal-accent,var(--tota-orange))}
.deal-cart:hover,.deal-cart.is-added{background:var(--deal-accent,var(--tota-orange));color:#fff}
.deal-visual img{transition:transform .38s var(--ease)}.deal-card:hover .deal-visual img{transform:scale(1.055)}

/* Brands */
.brands-shell{background:rgba(255,255,255,.74);border:1px solid #efe5df;box-shadow:0 14px 34px rgba(49,31,18,.05)}
.brand-card{background:#fff;border-color:#ece5df;box-shadow:0 7px 18px rgba(40,24,12,.035)}
.brand-card:nth-child(1){background:linear-gradient(180deg,#fff7ef,#fff)}
.brand-card:nth-child(2){background:linear-gradient(180deg,#fff1f7,#fff)}
.brand-card:nth-child(3){background:linear-gradient(180deg,#edf9ff,#fff)}
.brand-card:nth-child(4){background:linear-gradient(180deg,#fff9df,#fff)}
.brand-card:nth-child(5){background:linear-gradient(180deg,#f3f0ff,#fff)}
.brand-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(45,27,12,.10)}
.brand-logo{box-shadow:0 7px 16px rgba(38,22,8,.08)}
.brands-view{background:linear-gradient(90deg,var(--tota-orange),var(--tota-deep));color:#fff!important;border-color:transparent!important}

/* Instagram section */
.reels-viewport{padding:10px 6px 14px}.reel-card{border:3px solid #fff;box-shadow:0 12px 28px rgba(50,28,18,.10)}
.reel-card::before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28);pointer-events:none;z-index:4}
.reel-play{width:58px;height:58px;background:#fff;color:var(--tota-deep);box-shadow:0 10px 28px rgba(0,0,0,.18)}
.reels-view{background:linear-gradient(90deg,#f05282,#d62976 45%,#8134af);color:#fff!important;border-color:transparent!important;box-shadow:0 8px 20px rgba(214,41,118,.16)}

/* Why choose TOTA */
.why-card{background:rgba(255,255,255,.92);border-color:#f0dfd4;box-shadow:0 10px 24px rgba(47,28,12,.05)}
.why-card:nth-child(1) .why-icon{background:#fff0e8;color:#f15a2b}.why-card:nth-child(2) .why-icon{background:#fff8db;color:#d49500}.why-card:nth-child(3) .why-icon{background:#ffeef4;color:#dc347b}.why-card:nth-child(4) .why-icon{background:#edf8ff;color:#199ed4}.why-card:nth-child(5) .why-icon{background:#f1f5e7;color:#6e9832}.why-card:nth-child(6) .why-icon{background:#f3efff;color:#7659c9}
.why-card:hover{transform:translateY(-7px) scale(1.01);box-shadow:0 18px 36px rgba(45,27,12,.10)}

/* Newsletter – stronger conversion area */
.newsletter-section{margin-top:18px;background:linear-gradient(100deg,#fff0df 0%,#fff8ef 54%,#ffe2b6 100%);border:1px solid #ffd9b8;box-shadow:0 18px 40px rgba(86,49,13,.08)}
.newsletter-copy h2{font-size:30px}.newsletter-field{box-shadow:0 10px 24px rgba(55,32,11,.08)}
.newsletter-field button{background:linear-gradient(90deg,var(--tota-orange),var(--tota-deep));font-size:12px}
.spice-bowl{transform:scale(1.08)}

/* Footer */
.footer-features{background:linear-gradient(90deg,#ff8616 0%,#f85d1e 48%,#ec3d32 100%);box-shadow:0 -8px 24px rgba(43,25,10,.10)}
.site-footer{background:radial-gradient(circle at 20% 0,#222a31 0,#161b20 38%,#11161a 100%)}
.footer-col h3{font-size:14px;color:#fff}.footer-col a{font-size:11.5px;color:#d1d6da}.footer-about{font-size:11.5px}.footer-social a{background:#303842}

/* Give button interactions a consistent tactile feel */
.view-products-top,.fp-view-all,.brands-view,.reels-view,.newsletter-field button,.deal-cart,.fp-add-cart{position:relative;overflow:hidden}
.view-products-top::after,.fp-view-all::after,.brands-view::after,.reels-view::after,.newsletter-field button::after,.deal-cart::after,.fp-add-cart::after{content:"";position:absolute;top:-80%;left:-45%;width:34%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transform:rotate(18deg);transition:left .55s ease;pointer-events:none}
.view-products-top:hover::after,.fp-view-all:hover::after,.brands-view:hover::after,.reels-view:hover::after,.newsletter-field button:hover::after,.deal-cart:hover::after,.fp-add-cart:hover::after{left:120%}

@media(max-width:760px){
  .popular-section,.deals-section,.brands-section,.reels-section,.why-section{padding:20px 12px;border-radius:24px}
  .popular-heading-row h2,.deals-title-wrap h2,.brands-head h2,.reels-head h2,.why-head h2{font-size:24px}
}
@media(prefers-reduced-motion:reduce){.deal-visual img,.popular-card,.deal-card,.brand-card,.why-card{transition:none!important}}

/* v5.1 atomic category switching: preserve angled panel geometry during colour/content changes */
.hero-card,.hero-left{backface-visibility:hidden;transform:translateZ(0)}
.hero-left{will-change:background;opacity:1!important}
.hero-left.is-changing{opacity:1!important}

/* v6.3 uniform hero typography + icon system across every category tab */
.family-quote{display:none!important}
.puja-only[hidden]{display:none!important}

/* All hero tabs use the exact same type system. Content may wrap, but size/style never changes by category. */
.hero-kicker{font-family:Poppins,Arial,sans-serif;font-size:30px;line-height:1.1;font-weight:700}
.hero-left h1{font-family:Poppins,Arial,sans-serif;font-size:68px;line-height:.96;letter-spacing:-.045em;font-weight:850}
.hero-tagline{font-family:Poppins,Arial,sans-serif;font-size:20px;line-height:1.3;font-weight:760}
.hero-story{font-family:Poppins,Arial,sans-serif;font-size:14px;line-height:1.65;font-weight:400}
.family-eyebrow{font-family:Poppins,Arial,sans-serif;font-weight:800}

/* Feature cards keep one visual language for Hing, Puja, Rangoli and Holi. */
.hero-benefits.has-four{grid-template-columns:repeat(4,minmax(0,1fr));max-width:760px}
.hero-benefits.has-four .hero-benefit{height:88px;flex-direction:row;justify-content:flex-start;text-align:left;gap:14px;padding:12px 14px;border:1px solid rgba(255,255,255,.34);box-shadow:none}
.hero-benefits.has-four .hero-benefit:nth-child(1){background:linear-gradient(135deg,#fff3bf,#ffe278)!important;color:#7a4b00!important}
.hero-benefits.has-four .hero-benefit:nth-child(2){background:linear-gradient(135deg,#ffd6e6,#ff9cc5)!important;color:#8d174d!important}
.hero-benefits.has-four .hero-benefit:nth-child(3){background:linear-gradient(135deg,#d8f1ff,#8fd7f7)!important;color:#0c5f84!important}
.hero-benefits.has-four .hero-benefit:nth-child(4){background:linear-gradient(135deg,#f3e7ff,#dcc6ff)!important;color:#67429c!important}
.hero-benefits.has-four .benefit-icon{width:52px;height:52px;flex:0 0 52px;border-radius:14px;background:#fff;border:0;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.hero-benefits.has-four .hero-benefit:nth-child(1) .benefit-icon{color:#f79400}
.hero-benefits.has-four .hero-benefit:nth-child(2) .benefit-icon{color:#e31d93}
.hero-benefits.has-four .hero-benefit:nth-child(3) .benefit-icon{color:#1ea4dd}
.hero-benefits.has-four .hero-benefit:nth-child(4) .benefit-icon{color:#7b59bf}
.hero-benefits.has-four .hero-benefit strong{font-size:12px;line-height:1.3;font-weight:700}

/* Top category icon boxes and SVG stroke treatment are identical for every tab. */
.category-tab .tab-icon{width:54px;height:54px;flex:0 0 54px;border-radius:16px;border:1.5px solid rgba(255,255,255,.85);background:rgba(255,255,255,.96);display:grid;place-items:center}
.category-tab .tab-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.category-tab .tab-inner strong{font-family:Poppins,Arial,sans-serif;font-size:20px;line-height:1.1;font-weight:800}

.hero-photo.puja-only img{object-position:52% 50%;filter:saturate(1.04) contrast(1.02)}
.single-featured .featured-card{display:block!important}
.single-featured .featured-product-image img{object-fit:cover}

@media(max-width:1180px){
  .hero-kicker{font-size:26px}.hero-left h1{font-size:56px}.hero-tagline{font-size:17px}.hero-story{font-size:12px}
  .hero-benefits.has-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
  .hero-benefits.has-four .hero-benefit{height:72px;gap:9px;padding:9px 10px}
  .hero-benefits.has-four .benefit-icon{width:42px;height:42px;flex-basis:42px}
  .hero-benefits.has-four .hero-benefit strong{font-size:11px}
  .category-tab .tab-icon{width:48px;height:48px;flex-basis:48px}.category-tab .tab-inner strong{font-size:17px}
}
@media(max-width:760px){
  .hero-kicker{font-size:21px}.hero-left h1{font-size:40px}.hero-tagline{font-size:14.5px}.hero-story{font-size:10.8px}
  .hero-benefits.has-four{grid-template-columns:1fr;gap:7px}
  .hero-benefits.has-four .hero-benefit{height:52px;flex-direction:row;text-align:left;justify-content:flex-start;padding:8px 10px}
  .hero-benefits.has-four .benefit-icon{width:36px;height:36px;flex-basis:36px;border-radius:12px}
  .category-tab .tab-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}.category-tab .tab-inner strong{font-size:15px}
}

/* v6.9 real catalogue storefront */
.header-icon{position:relative}.cart-count{position:absolute;right:-7px;top:-7px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff5c22;color:#fff;font-size:10px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}.mobile-cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:4px;border-radius:999px;background:#ff5c22;color:#fff;font-size:10px}.featured-product-image,.featured-card-copy h3 a,.fp-main-copy h3 a,.fp-side-copy h3 a,.deal-body h3 a{color:inherit;text-decoration:none}.featured-product-image{display:block}.fp-main-visual>a{display:block;width:100%;height:100%}.fp-main-visual>a img{width:100%;height:100%;object-fit:cover}.fp-options-link,.deal-options{display:flex;align-items:center;justify-content:center;text-decoration:none}.fp-side-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:linear-gradient(90deg,var(--tota-orange,#ff9015),var(--tota-deep,#ff4f18));color:#fff;text-decoration:none;font-size:10px;font-weight:900}.deal-visual{text-decoration:none}.popular-visual img{width:100%;height:100%;object-fit:contain}
.store-toast{position:fixed;right:22px;bottom:22px;z-index:9999;max-width:min(360px,calc(100vw - 32px));padding:13px 18px;border-radius:13px;background:#173a28;color:#fff;font-size:13px;font-weight:800;box-shadow:0 16px 45px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s}.store-toast.is-visible{opacity:1;transform:none}.store-toast.is-error{background:#a62828}[data-cart-add].is-loading{opacity:.65;cursor:wait}

.catalog-page,.product-page,.cart-page{width:min(1220px,calc(100% - 32px));margin:0 auto;padding:34px 0 70px}.catalog-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:30px 32px;margin-bottom:22px;border-radius:26px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #f5e2d1}.catalog-hero span,.catalog-section-title span{font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#f26a22}.catalog-hero h1,.catalog-section-title h1,.catalog-section-title h2{margin:6px 0 7px;font-size:36px;line-height:1.05}.catalog-hero p{margin:0;color:#6f6a65;font-size:13px}.catalog-hero>strong{font-size:15px;color:#f26a22;white-space:nowrap}
.catalog-filters{display:grid;grid-template-columns:2fr 1.25fr 1.15fr 1.15fr auto auto;gap:10px;align-items:end;padding:16px;margin-bottom:24px;border:1px solid #eee2d8;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(47,31,18,.035)}.catalog-filters label{display:grid;gap:6px;font-size:10px;font-weight:900;color:#4b4642}.catalog-filters input,.catalog-filters select{height:42px;border:1px solid #ddd4cd;border-radius:10px;padding:0 12px;background:#fff;font:inherit;color:#222}.catalog-filters button,.catalog-filters>a{height:42px;padding:0 18px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f26522;color:#fff;text-decoration:none;font-size:11px;font-weight:900;cursor:pointer}.catalog-filters>a{background:#f4f1ee;color:#35302d}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.catalog-card{min-width:0;border:1px solid #eadfd6;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(45,27,12,.04);transition:.22s}.catalog-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(45,27,12,.08)}.catalog-card-image{position:relative;display:block;aspect-ratio:1/1;background:#faf7f3;overflow:hidden}.catalog-card-image img{width:100%;height:100%;object-fit:contain;padding:8px}.catalog-sale,.catalog-featured{position:absolute;left:10px;top:10px;z-index:2;padding:6px 9px;border-radius:999px;background:#ef4e37;color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em}.catalog-featured{background:#f4b326;color:#5d4100}.catalog-card-body{padding:14px}.catalog-card-category{display:block;margin-bottom:6px;color:#ec6b24;font-size:9px;font-weight:900;text-transform:uppercase}.catalog-card h3{margin:0 0 8px;min-height:40px;font-size:14px;line-height:1.38}.catalog-card h3 a{color:#23201e;text-decoration:none}.catalog-card-rating{display:flex;align-items:center;gap:7px;margin-bottom:9px}.catalog-card-rating span{color:#ffb500;font-size:11px;letter-spacing:.5px}.catalog-card-rating small{font-size:9px;color:#8b837c}.catalog-card-price{display:flex;align-items:center;gap:8px}.catalog-card-price s{font-size:12px;color:#9f9690}.catalog-card-price strong{font-size:19px}.catalog-card-stock{margin:6px 0 12px;font-size:9px;font-weight:800;color:#318b51}.catalog-card-stock.is-out{color:#b33838}.catalog-card-button{width:100%;height:38px;border:1px solid #f26a22;border-radius:999px;background:#fff;color:#e95d19;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:10px;font-weight:900;cursor:pointer}.catalog-card-button:hover{background:#f26a22;color:#fff}.catalog-card-button.is-disabled{border-color:#d8d2ce;color:#777}.catalog-empty{margin:44px auto;max-width:680px;padding:52px 30px;text-align:center;border:1px solid #eee2d9;border-radius:24px;background:#fff}.catalog-empty strong{display:block;font-size:25px}.catalog-empty p{color:#766f69}.catalog-empty a{display:inline-flex;margin-top:10px;padding:12px 20px;border-radius:999px;background:#f26522;color:#fff;text-decoration:none;font-weight:900;font-size:11px}.catalog-section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:34px 0 18px}.catalog-section-title a{color:#e65e1c;text-decoration:none;font-size:11px;font-weight:900}

.product-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;font-size:10px;color:#8c827b}.product-breadcrumb a{color:#6d655f;text-decoration:none}.product-breadcrumb strong{color:#2d2926}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:42px;padding:28px;border:1px solid #efe3d9;border-radius:28px;background:#fff;box-shadow:0 12px 35px rgba(47,30,18,.04)}.product-gallery-wrap{display:grid;grid-template-columns:78px 1fr;gap:14px;min-width:0}.product-thumbs{display:flex;flex-direction:column;gap:10px;max-height:610px;overflow:auto}.product-thumb{width:72px;aspect-ratio:1;border:1px solid #e8ded5;border-radius:12px;background:#fff;overflow:hidden;cursor:pointer}.product-thumb.is-active{border:2px solid #f26a22}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-main-image{min-height:480px;aspect-ratio:1;border-radius:22px;background:#faf7f3;display:grid;place-items:center;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain;padding:18px}.product-summary{padding:10px 8px 10px 0}.product-meta-top{display:flex;justify-content:space-between;gap:12px;color:#e66520;font-size:10px;font-weight:900;text-transform:uppercase}.product-meta-top small{color:#847b74;font-weight:700}.product-summary h1{margin:12px 0 10px;font-size:34px;line-height:1.12}.product-rating{display:flex;align-items:center;gap:8px;font-size:11px}.product-rating span{color:#ffb400;letter-spacing:1px}.product-rating small{color:#8b837c}.product-price{display:flex;align-items:center;gap:12px;margin:18px 0 8px}.product-price s{font-size:16px;color:#9b938d}.product-price strong{font-size:30px}.product-stock{font-size:11px;font-weight:900;color:#338c54}.product-stock.is-out{color:#bd3b3b}.product-short{margin:18px 0;color:#625c57;font-size:13px;line-height:1.7}.product-short p{margin:0 0 8px}.product-buy-box{margin:22px 0;padding:18px;border-radius:18px;background:#fff8f1;border:1px solid #f5dfcd}.variation-label{display:grid;gap:7px;margin-bottom:14px;font-size:11px;font-weight:900}.variation-label select{height:44px;border:1px solid #d9cfc7;border-radius:10px;background:#fff;padding:0 11px}.product-buy-row{display:flex;gap:12px}.product-qty{width:132px;height:46px;display:grid;grid-template-columns:38px 1fr 38px;border:1px solid #decfc4;border-radius:999px;background:#fff;overflow:hidden}.product-qty button{border:0;background:transparent;font-size:18px;cursor:pointer}.product-qty input{min-width:0;border:0;text-align:center;font-weight:900;appearance:textfield}.product-add-cart{flex:1;border:0;border-radius:999px;background:linear-gradient(90deg,#ff8a20,#f04f20);color:#fff;font-weight:900;cursor:pointer}.product-add-cart:disabled{background:#c9c2bc;cursor:not-allowed}.product-assurances{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.product-assurances span{padding:7px 9px;border-radius:999px;background:#f3faf4;color:#3a7749;font-size:9px;font-weight:800}.product-facts{margin:18px 0 0}.product-facts>div{display:flex;gap:12px;padding:8px 0;border-bottom:1px solid #eee8e3;font-size:11px}.product-facts dt{width:84px;font-weight:900}.product-facts dd{margin:0}.product-facts a{color:#e65e1c;text-decoration:none}.product-info-tabs{display:grid;grid-template-columns:1.45fr .85fr;gap:18px;margin-top:22px}.product-info-tabs article{padding:24px;border:1px solid #eee2d8;border-radius:20px;background:#fff}.product-info-tabs article:first-child{grid-row:span 2}.product-info-tabs h2{margin:0 0 16px;font-size:19px}.product-description{font-size:12px;line-height:1.75;color:#5e5853}.product-description img{max-width:100%;height:auto}.product-specs>div{display:grid;grid-template-columns:120px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid #f0e9e4;font-size:11px}.product-specs span{color:#6f6862}.product-taxonomy{display:flex;flex-wrap:wrap;gap:7px}.product-taxonomy a{padding:7px 10px;border-radius:999px;background:#fff3e9;color:#d65e1f;text-decoration:none;font-size:9px;font-weight:800}.related-section{margin-top:34px}

.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px}.cart-items{display:grid;gap:12px}.cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) 170px 100px;gap:16px;align-items:center;padding:14px;border:1px solid #ece1d8;border-radius:18px;background:#fff}.cart-line-image{width:110px;aspect-ratio:1;border-radius:12px;background:#faf7f3;overflow:hidden}.cart-line-image img{width:100%;height:100%;object-fit:contain}.cart-line-info>span{font-size:9px;color:#e76520;font-weight:900;text-transform:uppercase}.cart-line-info h2{margin:5px 0;font-size:14px}.cart-line-info h2 a{color:#222;text-decoration:none}.cart-line-info p{margin:4px 0;color:#777;font-size:10px}.cart-line-info>strong{font-size:15px}.cart-line-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.cart-line-actions label{grid-column:1/-1;font-size:9px;font-weight:900}.cart-line-actions input{width:100%;height:34px;margin-top:4px;border:1px solid #ddd2c9;border-radius:8px;padding:0 8px}.cart-line-actions button{height:32px;border:0;border-radius:8px;background:#f4eee9;font-size:9px;font-weight:900;cursor:pointer}.cart-line-actions .remove{color:#a93a31}.cart-line-total{text-align:right;font-size:17px}.cart-summary{position:sticky;top:100px;height:max-content;padding:22px;border:1px solid #eadfd6;border-radius:20px;background:#fff}.cart-summary>span{font-size:9px;font-weight:900;color:#ef6721;letter-spacing:.15em}.cart-summary>div{display:flex;justify-content:space-between;gap:15px;padding:15px 0;font-size:12px}.cart-summary small{color:#807871}.cart-summary hr{border:0;border-top:1px solid #eee5df}.cart-summary .cart-total{font-size:17px}.cart-summary button{width:100%;height:45px;border:0;border-radius:999px;background:#b9b2ad;color:#fff;font-weight:900}.cart-summary p{font-size:9px;line-height:1.5;color:#8a817a}

@media(max-width:980px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{grid-template-columns:1fr;gap:24px}.product-info-tabs{grid-template-columns:1fr}.product-info-tabs article:first-child{grid-row:auto}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-line{grid-template-columns:90px minmax(0,1fr) 150px 90px}.cart-line-image{width:90px}}
@media(max-width:680px){.catalog-page,.product-page,.cart-page{width:calc(100% - 20px);padding-top:20px}.catalog-hero{padding:22px;align-items:flex-start;flex-direction:column}.catalog-hero h1,.catalog-section-title h1,.catalog-section-title h2{font-size:27px}.catalog-filters{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-card-body{padding:10px}.catalog-card h3{font-size:12px}.catalog-card-price strong{font-size:16px}.product-detail{padding:12px;border-radius:20px}.product-gallery-wrap{grid-template-columns:1fr}.product-thumbs{order:2;flex-direction:row;max-height:none;overflow:auto}.product-thumb{flex:0 0 62px;width:62px}.product-main-image{min-height:300px}.product-summary{padding:8px}.product-summary h1{font-size:27px}.product-buy-row{flex-direction:column}.product-qty{width:132px}.product-info-tabs article{padding:18px}.product-specs>div{grid-template-columns:1fr}.cart-line{grid-template-columns:78px minmax(0,1fr);align-items:start}.cart-line-image{width:78px}.cart-line-actions{grid-column:1/-1;grid-template-columns:1fr 1fr 1fr}.cart-line-actions label{grid-column:auto}.cart-line-total{grid-column:2;text-align:left}.catalog-section-title{align-items:flex-start;flex-direction:column}.store-toast{right:16px;bottom:16px}}

/* v6.11 — compact commerce cards + real category selection */
.featured-card-copy{padding:10px 3px 3px;min-height:94px}
.featured-copy-row{align-items:flex-start}
.featured-card-copy h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:40px;max-height:40px;padding-right:2px}
.featured-card-copy h3 a{display:block}
.featured-card-copy>p{display:none!important}
.featured-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;margin-top:10px}
.featured-add-cart{height:40px;border:0;border-radius:999px;background:linear-gradient(90deg,#ff8617,#ff4f20);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:10px;font-weight:900;cursor:pointer}
.featured-add-cart:hover{filter:brightness(.98)}
.featured-wishlist,.popular-best-wish,.catalog-card-wishlist{width:42px;height:42px;border:1px solid #f0c4af;border-radius:50%;background:#fff;color:#e75a27;display:grid;place-items:center;font-size:20px;line-height:1;cursor:pointer;transition:.2s ease}
.featured-wishlist.is-active,.popular-best-wish.is-active,.catalog-card-wishlist.is-active{background:#fff0ea;color:#df3d2f;border-color:#ef9c7c}
.featured-wishlist:disabled,.popular-best-wish:disabled,.catalog-card-wishlist:disabled{opacity:.55;cursor:wait}

.popular-shell-products{grid-template-columns:minmax(0,1.72fr) minmax(300px,.78fr);align-items:stretch}
.popular-card{--card-accent:var(--tota-orange);grid-template-columns:minmax(0,1fr) 112px}
.popular-card::before{background:var(--card-accent,var(--tota-orange))!important}
.popular-product-visual{background:#fff8f2;text-decoration:none;border:1px solid rgba(38,25,16,.05)}
.popular-product-visual img{object-fit:contain!important;padding:7px;background:#fff}
.popular-empty{grid-column:1/-1;min-height:180px;border:1px dashed #ead8c9;border-radius:18px;background:#fff;display:grid;place-items:center;text-align:center;padding:28px;color:#766b64}
.popular-empty strong{display:block;font-size:18px;color:#2a2522;margin-bottom:5px}.popular-empty span{font-size:11px}

.popular-best-card{border:1px solid #eadfd6;border-radius:22px;background:#fff;padding:15px;display:flex;flex-direction:column;min-width:0;box-shadow:0 9px 24px rgba(51,30,15,.05)}
.popular-best-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;min-height:26px}
.popular-best-head>span{display:flex;align-items:center;gap:9px;font-size:9px;line-height:1.2;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#2b2724}.popular-best-head i{display:block;width:30px;height:2px;border-radius:99px;background:#ff6a21}.popular-best-head small{font-size:10px;font-weight:800;color:#ef7a1b;white-space:nowrap}
.popular-best-image{display:block;aspect-ratio:1.18/1;border-radius:17px;overflow:hidden;background:#fff5e8;border:1px solid #f2e4d7}.popular-best-image img{width:100%;height:100%;object-fit:contain;padding:10px;background:#fff}
.popular-best-body{padding:12px 2px 1px}.popular-best-category{display:block;margin-bottom:5px;color:#ee681d;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.popular-best-body h3{margin:0 0 9px;font-size:16px;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:39px}.popular-best-body h3 a{color:#201d1b;text-decoration:none}.popular-best-price{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.popular-best-price s{font-size:12px;color:#9a918a}.popular-best-price strong{color:#f06422;font-size:24px;line-height:1}.popular-best-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px}.popular-best-cart{height:42px;border:0;border-radius:999px;background:linear-gradient(90deg,#ff8617,#ff4f20);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:10px;font-weight:900;cursor:pointer}

.catalog-card h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:40px;max-height:40px}
.catalog-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px;align-items:center}.catalog-card-actions .catalog-card-button{min-width:0}.catalog-card-wishlist{width:40px;height:40px;font-size:19px}

@media(max-width:1180px){.popular-shell-products{grid-template-columns:1fr}.popular-best-card{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);grid-template-rows:auto 1fr;gap:0 18px}.popular-best-head{grid-column:1/-1}.popular-best-image{grid-column:1;grid-row:2}.popular-best-body{grid-column:2;grid-row:2;align-self:center}}
@media(max-width:700px){.featured-card-copy{min-height:88px}.featured-card-actions{grid-template-columns:minmax(0,1fr) 40px}.featured-wishlist{width:40px;height:40px}.popular-best-card{display:flex}.popular-best-image{aspect-ratio:1.25/1}.popular-card{grid-template-columns:minmax(0,1fr) 96px}.popular-product-visual{width:94px;height:94px}}

/* v6.13 — category colour inheritance + Popular Categories best-seller carousel */
.popular-card .popular-copy>a,.popular-card .popular-arrow{color:var(--card-accent,var(--tota-orange))!important}
.popular-best-head i{background:var(--best-accent,var(--tota-orange))}
.popular-best-nav{display:flex;gap:7px;align-items:center}.popular-best-nav button{width:34px;height:34px;border:1px solid #eadfd6;border-radius:50%;background:#fff;color:#4c433c;display:grid;place-items:center;font-size:18px;cursor:pointer}.popular-best-nav button:hover{border-color:var(--best-accent,#ff9015);color:var(--best-accent,#ff9015)}
.popular-best-slides{min-width:0}.popular-best-slide[hidden]{display:none!important}.popular-best-slide{animation:bestSellerFade .22s ease}.popular-best-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.popular-best-meta small{font-size:10px;font-weight:800;color:var(--best-accent,#ff9015)}.popular-best-category{color:var(--best-accent,#ff9015)}.popular-best-price strong{color:var(--best-accent,#ff9015)}
.popular-best-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}.popular-best-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#ddd3ca;padding:0;cursor:pointer;transition:.2s}.popular-best-dots button.is-active{width:24px;background:var(--best-accent,#ff9015)}
@keyframes bestSellerFade{from{opacity:.4;transform:translateX(4px)}to{opacity:1;transform:none}}
.fp-main-product,.fp-side-card{--category-accent:var(--tota-orange)}.fp-category,.fp-side-category{border-color:var(--category-accent)!important;color:var(--category-accent)!important}.fp-main-copy h3,.fp-main-tagline{color:var(--category-accent)!important}
.deal-category{color:var(--deal-accent,var(--tota-orange))!important}.deal-cart{border-color:var(--deal-accent,var(--tota-orange))!important;color:var(--deal-accent,var(--tota-orange))!important}.deal-cart:hover{background:var(--deal-accent,var(--tota-orange))!important;color:#fff!important}
.catalog-card-category{color:var(--product-accent,var(--tota-orange))!important}.catalog-card-button{border-color:var(--product-accent,var(--tota-orange))!important;color:var(--product-accent,var(--tota-orange))!important}.catalog-card-button:hover{background:var(--product-accent,var(--tota-orange))!important;color:#fff!important}
@media(prefers-reduced-motion:reduce){.popular-best-slide{animation:none}}
@media(max-width:1180px){.popular-best-card{display:flex!important}.popular-best-slide{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:0 18px}.popular-best-slide .popular-best-image{grid-column:1}.popular-best-slide .popular-best-body{grid-column:2;align-self:center}.popular-best-head{width:100%}}
@media(max-width:700px){.popular-best-slide{display:block}.popular-best-slide .popular-best-body{padding-top:12px}}

.product-page .product-meta-top{color:var(--product-accent,var(--tota-orange))}.product-page .product-thumb.is-active{border-color:var(--product-accent,var(--tota-orange))}.product-page .product-facts a,.product-page .product-taxonomy a{color:var(--product-accent,var(--tota-orange))}.product-page .product-add-cart{background:var(--product-accent,var(--tota-orange))}

/* v6.15 custom PNG icons */
.tab-icon .custom-icon,.benefit-icon .custom-icon,.why-icon .custom-icon,.footer-feature-icon .custom-icon{display:block;width:70%;height:70%;object-fit:contain}
.why-icon .custom-icon{width:58%;height:58%}.footer-feature-icon .custom-icon{width:28px;height:28px;object-fit:contain}

/* v6.16 — premium storefront visual direction
   Keeps the dynamic catalogue/customisation layer intact while reducing visual noise. */
body.home-premium{
  --premium-ink:#181715;
  --premium-muted:#706b65;
  --premium-line:#ece7e1;
  --premium-soft:#fbf8f3;
  --premium-soft-2:#f7f2ec;
  --premium-dark:#171a1d;
  background:#fff;
  color:var(--premium-ink);
  font-weight:400;
}
body.home-premium .site-header{background:rgba(255,255,255,.96);border-bottom:1px solid #eee9e4;box-shadow:none}
body.home-premium .site-header.is-scrolled{background:rgba(255,255,255,.985);box-shadow:0 8px 28px rgba(43,31,22,.055)}
body.home-premium .header-inner{width:min(1440px,calc(100% - 64px));height:84px;grid-template-columns:112px minmax(480px,1fr) auto;gap:24px}
body.home-premium .brand{width:76px;height:62px}
body.home-premium .main-nav{gap:30px}
body.home-premium .main-nav a{padding:12px 0;font-size:12px;font-weight:600;letter-spacing:.015em;text-transform:none;color:#302e2b}
body.home-premium .main-nav a::after{bottom:2px;height:1.5px;background:#ff7b24}
body.home-premium .product-search{width:250px;height:44px;border-color:#e7e2dd;border-radius:999px;background:#fbfaf8}
body.home-premium .product-search input{font-size:11px;padding:0 16px;background:transparent}
body.home-premium .product-search button{width:44px;background:#191919}
body.home-premium .header-icon{width:44px;height:44px;border-color:#e7e2dd;border-radius:50%}

/* Hero */
body.home-premium .hero-module{width:min(1440px,calc(100% - 48px));margin:22px auto 40px;padding:22px 24px 24px;background:var(--premium-soft);border-radius:30px;--hero:var(--food)}
body.home-premium .category-tabs{height:auto;display:flex;align-items:center;gap:8px;padding:0;margin:0 0 18px;overflow-x:auto;scrollbar-width:none}
body.home-premium .category-tabs::-webkit-scrollbar{display:none}
body.home-premium .category-tab{flex:0 0 auto;max-width:none;width:auto;height:40px!important;margin:0!important;padding:0 15px;border:1px solid #e3ddd7;border-radius:999px;background:#fff;color:#4b4844;filter:none!important;transition:border-color .2s ease,color .2s ease,background .2s ease;overflow:hidden}
body.home-premium .category-tab .tab-shape{display:none}
body.home-premium .category-tab .tab-inner{position:static;inset:auto;height:100%;display:flex;align-items:center;gap:8px}
body.home-premium .category-tab .tab-icon{width:24px;height:24px;flex:0 0 24px;border:0;border-radius:50%;background:color-mix(in srgb,var(--tab) 11%,#fff);color:var(--tab)}
body.home-premium .category-tab .tab-icon svg{width:13px;height:13px;stroke-width:1.65}
body.home-premium .category-tab .tab-icon .custom-icon{width:14px;height:14px}
body.home-premium .category-tab .tab-inner strong{font-size:11px;line-height:1;font-weight:600;color:inherit}
body.home-premium .category-tab.is-active{height:40px!important;border-color:var(--tab);box-shadow:inset 0 0 0 1px var(--tab);background:#fff;color:#1e1d1b}
body.home-premium .category-tab:hover{border-color:var(--tab);background:#fff}

body.home-premium .hero-card{height:clamp(500px,38vw,590px);border:1px solid #eee8e2;border-radius:26px;background:#fff;box-shadow:none;overflow:hidden}
body.home-premium .hero-left{inset:0 auto 0 0;width:56%;padding:52px 54px;background:#fff!important;color:var(--premium-ink);clip-path:none;overflow:hidden;justify-content:center}
body.home-premium .hero-left::before,body.home-premium .hero-left::after{display:none}
body.home-premium .family-eyebrow{height:34px;margin-bottom:17px;padding:0 12px;border:1px solid color-mix(in srgb,var(--hero) 34%,#ddd);background:color-mix(in srgb,var(--hero) 6%,#fff);color:#5c5752;font-size:8px;font-weight:650;letter-spacing:.13em}
body.home-premium .family-eyebrow>span:first-child{color:var(--hero)}
body.home-premium .hero-kicker{margin-bottom:8px;color:#777069;font-size:15px;line-height:1.15;font-weight:550;letter-spacing:.01em}
body.home-premium .hero-left h1{max-width:650px;margin:0 0 16px;color:var(--premium-ink);font-size:clamp(44px,4.2vw,64px);line-height:.98;font-weight:620;letter-spacing:-.05em}
body.home-premium .hero-tagline{max-width:600px;margin:0 0 10px;color:#383531;font-size:17px;line-height:1.35;font-weight:560}
body.home-premium .hero-story{max-width:600px;margin:0 0 24px;color:#706a64;font-size:12px;line-height:1.72}
body.home-premium .hero-benefits,body.home-premium .hero-benefits.has-four{display:flex;flex-wrap:wrap;gap:10px 18px;max-width:620px;margin:0 0 26px}
body.home-premium .hero-benefit{width:auto;min-width:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;gap:7px}
body.home-premium .benefit-icon{width:24px;height:24px;flex:0 0 24px;border:0;background:color-mix(in srgb,var(--hero) 11%,#fff);color:var(--hero)}
body.home-premium .benefit-icon svg{width:13px;height:13px;stroke-width:1.7}
body.home-premium .benefit-icon .custom-icon{width:14px;height:14px}
body.home-premium .hero-benefit strong{color:#55504b;font-size:10px;line-height:1.2;font-weight:550}
body.home-premium .hero-cta{height:46px;min-width:0;width:max-content;padding:0 18px 0 20px;border-radius:999px;background:#191919;color:#fff;font-size:10px;font-weight:650;box-shadow:none}
body.home-premium .hero-cta b{font-size:17px}
body.home-premium .hero-photo{inset:0 0 0 56%;background:var(--premium-soft-2)}
body.home-premium .hero-photo img{object-position:center center;filter:saturate(.93) contrast(.98)}
body.home-premium .hero-photo::after{background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 28%)}
body.home-premium .featured-panel{right:18px;bottom:18px;width:min(310px,40%);padding:12px;border:1px solid rgba(235,226,217,.95);border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 16px 44px rgba(54,39,27,.10);backdrop-filter:blur(10px)}
body.home-premium .featured-panel:hover{transform:none;box-shadow:0 16px 44px rgba(54,39,27,.11)}
body.home-premium .featured-label{font-size:8px;font-weight:650;letter-spacing:.13em}
body.home-premium .featured-label i{width:25px;height:1.5px}
body.home-premium .featured-arrow{width:32px;height:32px;border-color:#ece5de;box-shadow:none;font-size:16px}
body.home-premium .featured-product-image{border-radius:15px;background:#faf7f3}
body.home-premium .featured-product-image img{object-fit:contain;padding:4px;background:#fff}
body.home-premium .featured-card-copy{min-height:86px;padding:9px 1px 1px}
body.home-premium .featured-card-copy h3{min-height:34px;max-height:34px;font-size:13px;line-height:1.3;font-weight:590}
body.home-premium .featured-price{font-size:18px;color:var(--hero);font-weight:700}
body.home-premium .featured-card-actions{grid-template-columns:minmax(0,1fr) 36px;gap:7px;margin-top:8px}
body.home-premium .featured-add-cart{height:36px;background:#191919;font-size:9px;font-weight:600}
body.home-premium .featured-wishlist{width:36px;height:36px;border-color:#e8ddd4;color:#4d4945;font-size:17px}
body.home-premium .featured-dots{margin-top:7px;gap:6px}
body.home-premium .featured-dot{width:6px;height:6px}.home-premium .featured-dot.is-active{width:18px;border-radius:99px;background:var(--hero)}

/* Shared premium section rhythm */
body.home-premium .popular-section,
body.home-premium .featured-products-section,
body.home-premium .deals-section,
body.home-premium .brands-section,
body.home-premium .reels-section,
body.home-premium .why-section{width:min(1440px,calc(100% - 48px));margin:0 auto 44px;padding:34px 0;border-radius:0;background:transparent}
body.home-premium .popular-section::before,
body.home-premium .featured-products-section::before,
body.home-premium .deals-section::before,
body.home-premium .brands-section::before,
body.home-premium .reels-section::before,
body.home-premium .why-section::before{display:none}
body.home-premium .popular-heading-row h2,
body.home-premium .deals-title-wrap h2,
body.home-premium .brands-head h2,
body.home-premium .reels-head h2,
body.home-premium .why-head h2{font-size:27px;line-height:1.1;font-weight:620;letter-spacing:-.035em;color:var(--premium-ink)}
body.home-premium .popular-heading-row p,
body.home-premium .deals-title-wrap p,
body.home-premium .brands-head p,
body.home-premium .reels-head p,
body.home-premium .why-head p{margin-top:7px;color:#7a746e;font-size:10.5px;line-height:1.55}
body.home-premium .view-products-top,
body.home-premium .brands-view,
body.home-premium .reels-view,
body.home-premium .fp-view-all{height:auto;padding:0 0 3px;border:0;border-bottom:1px solid #bcb5af;border-radius:0;background:transparent;color:#514d49;font-size:10px;font-weight:600;box-shadow:none}
body.home-premium .view-products-top span,body.home-premium .brands-view span,body.home-premium .reels-view span,body.home-premium .fp-view-all span{font-size:12px}

/* Categories + all-category best seller */
body.home-premium .popular-section{padding:34px 24px 36px;background:#fcfaf7;border-radius:28px}
body.home-premium .popular-heading-row{padding:0 8px;margin-bottom:20px}
body.home-premium .popular-shell{grid-template-columns:minmax(0,1.8fr) minmax(280px,.7fr);gap:14px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}
body.home-premium .popular-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-self:start;align-content:start}
/* Keep manually configured category cards visible and balanced beside Best Seller. */
body.home-premium .popular-grid[data-card-count=1]{grid-template-columns:minmax(0,1fr)}
body.home-premium .popular-grid[data-card-count=2]{grid-template-columns:repeat(2,minmax(0,1fr))}
body.home-premium .popular-grid[data-card-count=4]{grid-template-columns:repeat(2,minmax(0,1fr))}
body.home-premium .popular-grid[data-card-count=5],
body.home-premium .popular-grid[data-card-count=6]{grid-template-columns:repeat(3,minmax(0,1fr))}
body.home-premium .popular-card{min-height:175px;padding:17px;border:1px solid #ece7e2;border-radius:18px;background:#fff;grid-template-columns:minmax(0,1fr) 78px;box-shadow:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
body.home-premium .popular-card::before{width:2px;border-radius:18px 0 0 18px;opacity:.9}
body.home-premium .popular-card:hover{transform:translateY(-2px);border-color:#ded7d0;box-shadow:0 12px 30px rgba(55,38,24,.055)}
body.home-premium .popular-copy h3{font-size:15px;line-height:1.15;font-weight:600;letter-spacing:-.015em}
body.home-premium .popular-copy li,body.home-premium .popular-copy p{color:#746f69;font-size:10px;line-height:1.55}
body.home-premium .popular-copy>a{font-size:9px;font-weight:600}
body.home-premium .popular-visual{width:72px;height:72px;align-self:end;border:0;border-radius:15px;background:color-mix(in srgb,var(--card-accent) 9%,#fff)}
body.home-premium .popular-product-visual img{padding:5px;border-radius:14px}
body.home-premium .popular-arrow{width:30px;height:30px;right:12px;bottom:12px;border-width:1px;font-size:15px;background:#fff}
body.home-premium .popular-best-card{padding:13px;border:1px solid #e9e2dc;border-radius:20px;box-shadow:none;background:#fff}
body.home-premium .popular-best-head{min-height:24px;margin-bottom:10px}
body.home-premium .popular-best-head>span{font-size:8px;font-weight:650;letter-spacing:.12em}
body.home-premium .popular-best-nav button{width:30px;height:30px;border-color:#ece4dd;font-size:15px}
body.home-premium .popular-best-image{aspect-ratio:1.15/1;border-color:#eee7e0;border-radius:16px;background:#faf7f2}
body.home-premium .popular-best-image img{padding:6px}
body.home-premium .popular-best-body{padding:10px 1px 0}
body.home-premium .popular-best-category{font-size:8px;font-weight:650;letter-spacing:.07em}
body.home-premium .popular-best-body h3{min-height:36px;margin-bottom:8px;font-size:14px;line-height:1.28;font-weight:590}
body.home-premium .popular-best-price strong{font-size:19px;font-weight:700}
body.home-premium .popular-best-price s{font-size:10px}
body.home-premium .popular-best-cart{height:36px;background:#191919;font-size:9px;font-weight:600}
body.home-premium .popular-best-wish{width:36px;height:36px;border-color:#e8ddd4;color:#4f4a45;font-size:17px}
body.home-premium .popular-best-dots{margin-top:9px}

/* Featured products — editorial, less boxed */
body.home-premium .featured-products-section{padding-top:0}
body.home-premium .featured-products-frame{border:1px solid #ece7e2;border-radius:26px;background:#fff;box-shadow:none;overflow:hidden}
body.home-premium .featured-products-head{min-height:76px;padding:0 22px;border-bottom:1px solid #eee9e4;background:#fff}
body.home-premium .featured-products-tab{background:transparent;clip-path:none;padding:0;min-width:auto;color:var(--premium-ink)}
body.home-premium .featured-products-tab h2{font-size:24px;font-weight:620;letter-spacing:-.03em}
body.home-premium .featured-products-tab h2 span{color:inherit}
body.home-premium .featured-products-intro{color:#817a74;font-size:10px}
body.home-premium .fp-nav{width:34px;height:34px;border-color:#e9e3dd;background:#fff;color:#5d5751;box-shadow:none}
body.home-premium .featured-products-layout{gap:12px;padding:14px;background:#fff}
body.home-premium .fp-main-product{border:0;border-radius:18px;background:#faf7f3;box-shadow:none;overflow:hidden}
body.home-premium .fp-main-copy{padding:28px}
body.home-premium .fp-category,body.home-premium .fp-side-category{border:0!important;padding:0;background:transparent;font-size:8px;font-weight:650;letter-spacing:.08em}
body.home-premium .fp-main-copy h3{font-size:31px;line-height:1.05;font-weight:610;letter-spacing:-.035em;color:var(--premium-ink)!important}
body.home-premium .fp-main-tagline{font-size:12px;line-height:1.5;font-weight:500;color:#4b4743!important}
body.home-premium .fp-main-desc{color:#777069;font-size:10.5px;line-height:1.65}
body.home-premium .fp-benefits{gap:14px;margin:17px 0}
body.home-premium .fp-benefits span{background:transparent;border:0;padding:0;font-size:9px;color:#66605b}
body.home-premium .fp-benefits i{background:color-mix(in srgb,var(--category-accent) 12%,#fff);color:var(--category-accent)}
body.home-premium .fp-price{font-size:24px;font-weight:700}
body.home-premium .fp-add-cart{background:#191919;border:0;font-size:9px;font-weight:600}
body.home-premium .fp-main-visual{background:#f6f1eb}
body.home-premium .fp-main-visual img{object-fit:contain;padding:18px}
body.home-premium .fp-side-list{gap:12px}
body.home-premium .fp-side-card{border:1px solid #ece7e2;border-radius:18px;box-shadow:none;background:#fff}
body.home-premium .fp-side-copy{padding:18px}
body.home-premium .fp-side-copy h3{font-size:14px;line-height:1.3;font-weight:590}
body.home-premium .fp-side-copy p{display:none}
body.home-premium .fp-stars{font-size:9px}.home-premium .fp-stars small{font-size:8px}
body.home-premium .fp-side-price strong{font-size:18px;font-weight:700}
body.home-premium .fp-side-actions button,body.home-premium .fp-side-actions a{font-size:8px;font-weight:600}
body.home-premium .fp-side-image{background:#faf7f3}.home-premium .fp-side-image img{object-fit:contain;padding:10px}

/* Deals: premium product grid */
body.home-premium .deals-head{padding:0;margin-bottom:18px}
body.home-premium .deals-tabs{padding:3px;border:1px solid #ece6e0;background:#faf8f6}
body.home-premium .deals-tab{height:32px;padding:0 13px;color:#7d7771;font-size:9px;font-weight:550}
body.home-premium .deals-tab.is-active{color:#26231f;box-shadow:none;border:1px solid #e6dfd9;background:#fff}
body.home-premium .deals-grid{gap:12px}
body.home-premium .deal-card{padding:0 0 13px;border:1px solid #ece8e4;border-radius:18px;box-shadow:none;overflow:hidden;background:#fff}
body.home-premium .deal-card::before{display:none}
body.home-premium .deal-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(55,38,24,.055)}
body.home-premium .deal-visual{border-radius:0;background:#faf7f3}
body.home-premium .deal-visual img{object-fit:contain;padding:8px;background:#faf7f3}
body.home-premium .deal-badges{left:9px;top:9px;gap:4px}
body.home-premium .deal-badge{padding:4px 7px;border-radius:999px;font-size:7px;font-weight:650}
body.home-premium .deal-body{padding:13px 13px 0}
body.home-premium .deal-category{margin-bottom:6px;font-size:8px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}
body.home-premium .deal-body h3{min-height:36px;margin-bottom:7px;font-size:13px;line-height:1.35;font-weight:590;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.home-premium .deal-rating{margin-bottom:7px}.home-premium .deal-rating span{font-size:9px}.home-premium .deal-rating small,.home-premium .deal-rating em{font-size:7px}
body.home-premium .deal-price{margin-bottom:10px}.home-premium .deal-price strong{font-size:17px;font-weight:700}.home-premium .deal-price s{font-size:10px}.home-premium .deal-price b{padding:3px 6px;font-size:7px}
body.home-premium .deal-cart{height:34px;border:0!important;background:#191919!important;color:#fff!important;font-size:9px;font-weight:600}
body.home-premium .deal-compare{display:none}

/* Brands + reels */
body.home-premium .brands-head,body.home-premium .reels-head{padding:0;margin-bottom:18px}
body.home-premium .brands-nav,body.home-premium .reels-nav{width:34px;height:34px;border-color:#e8e1db;color:#5e5852;background:#fff;font-size:15px}
body.home-premium .brands-viewport,body.home-premium .reels-viewport{border-radius:20px}
body.home-premium .brands-rail{gap:10px;padding:12px;border:0;border-radius:20px;background:#faf8f5}
body.home-premium .brand-card{min-height:125px;padding:14px;border-color:#ebe5df;border-radius:16px;box-shadow:none}
body.home-premium .brand-card.is-featured{background:#fff;border-color:#e3ddd6}
body.home-premium .brand-badge{padding:4px 6px;background:#f7f3ef;color:#6c655f;font-size:7px;font-weight:600}
body.home-premium .brand-logo{width:78px;height:58px;border-radius:13px;font-size:15px;font-weight:650}
body.home-premium .brand-card h3{margin-top:9px;font-size:11px;font-weight:600}.home-premium .brand-card p{font-size:8px}
body.home-premium .reels-rail{gap:12px;padding:0;background:transparent;border:0}
body.home-premium .reel-card{border:1px solid #ece6e0;border-radius:18px;box-shadow:none;overflow:hidden}
body.home-premium .reel-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(55,38,24,.055)}

/* Why TOTA becomes a calmer editorial proof section */
body.home-premium .why-section{padding:34px 24px 38px;background:#fcfaf7;border-radius:28px}
body.home-premium .why-head{max-width:820px;margin-bottom:22px}
body.home-premium .why-viewport{overflow:visible}
body.home-premium .why-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;transform:none!important}
body.home-premium .why-card{min-height:190px;padding:22px;border:1px solid #eae4de;border-radius:18px;background:#fff;box-shadow:none;text-align:left;align-items:flex-start}
body.home-premium .why-icon{width:42px;height:42px;border:0;background:#f7f2ec;font-size:18px}
body.home-premium .why-icon .custom-icon{width:22px;height:22px}
body.home-premium .why-card h3{margin:17px 0 7px;font-size:14px;line-height:1.3;font-weight:600}
body.home-premium .why-card p{margin:0;color:#77716b;font-size:10px;line-height:1.55}
body.home-premium .why-nav,body.home-premium .why-dots{display:none!important}

/* Newsletter / services / footer */
body.home-premium .newsletter-section{width:min(1440px,calc(100% - 48px));margin:0 auto 24px;padding:26px 28px;border:0;border-radius:22px;background:#ffefe1;grid-template-columns:minmax(280px,.95fr) minmax(320px,1fr);gap:30px;box-shadow:none}
body.home-premium .newsletter-kicker{color:#8e6d56;font-size:8px;font-weight:650;letter-spacing:.12em}
body.home-premium .newsletter-copy h2{margin:5px 0;font-size:23px;font-weight:610;letter-spacing:-.025em}.home-premium .newsletter-copy h2 span{color:inherit}
body.home-premium .newsletter-copy p{font-size:9.5px;color:#766e68}
body.home-premium .newsletter-field{height:46px;border-color:#e8ddd3;box-shadow:none}.home-premium .newsletter-field input{font-size:10px}.home-premium .newsletter-field button{height:36px;background:#191919;padding:0 17px;font-size:9px;font-weight:600}
body.home-premium .newsletter-art{display:none}
body.home-premium .footer-features{padding:16px max(28px,calc((100% - 1440px)/2 + 28px));background:#f6f3ef;color:#36322f;border-top:1px solid #ebe5df;border-bottom:1px solid #e8e2dc;box-shadow:none}
body.home-premium .footer-feature{padding:0 20px;border-right:1px solid #ddd6cf}.home-premium .footer-feature-icon{font-size:19px;color:#6f665e}.home-premium .footer-feature strong{font-size:10px;font-weight:600}.home-premium .footer-feature small{color:#8a837d;font-size:8px}
body.home-premium .site-footer{background:#171a1d}
body.home-premium .footer-main{width:min(1440px,calc(100% - 64px));gap:34px;padding:34px 0 26px}
body.home-premium .footer-logo{width:86px}.home-premium .footer-tagline{font-size:10px;font-weight:600}.home-premium .footer-about{font-size:9px;line-height:1.65;color:#9ea5aa}
body.home-premium .footer-col h3{margin-bottom:12px;font-size:10px;font-weight:600}.home-premium .footer-col a,.home-premium .footer-contact p{margin-bottom:8px;font-size:9px;color:#aeb4b8}
body.home-premium .footer-social a{width:30px;height:30px;background:#242a2f;font-size:11px}
body.home-premium .footer-bottom{width:min(1440px,calc(100% - 64px));font-size:8px;color:#858d93}
body.home-premium .to-top{width:34px;height:34px;background:#2c3237;font-size:14px}

@media(max-width:1180px){
  body.home-premium .header-inner{width:calc(100% - 36px);grid-template-columns:92px 1fr auto}
  body.home-premium .main-nav{gap:18px}.home-premium .main-nav a{font-size:10px}
  body.home-premium .product-search{width:210px}
  body.home-premium .popular-shell{grid-template-columns:1fr}
  body.home-premium .popular-best-slide{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1.28fr);gap:0 18px}
}
@media(max-width:900px){
  body.home-premium .hero-left{width:58%;padding:40px 34px}
  body.home-premium .hero-photo{inset:0 0 0 58%}
  body.home-premium .hero-left h1{font-size:44px}
  body.home-premium .featured-panel{width:280px}
  body.home-premium .popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-premium .deals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home-premium .why-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  body.home-premium .header-inner{height:72px;grid-template-columns:auto 1fr auto}.home-premium .brand{width:62px;height:52px}
  body.home-premium .hero-module{width:calc(100% - 20px);margin-top:12px;padding:14px;border-radius:22px}
  body.home-premium .category-tabs{margin-bottom:12px}
  body.home-premium .hero-card{height:auto;min-height:0;display:flex;flex-direction:column;border-radius:20px}
  body.home-premium .hero-left{position:relative;inset:auto;width:100%;padding:32px 24px;order:1}
  body.home-premium .hero-photo{position:relative;inset:auto;width:100%;height:320px;order:2}
  body.home-premium .featured-panel{position:relative;right:auto;bottom:auto;width:calc(100% - 28px);margin:-70px auto 14px;order:3;z-index:6}
  body.home-premium .hero-left h1{font-size:38px}.home-premium .hero-tagline{font-size:15px}
  body.home-premium .popular-section,body.home-premium .featured-products-section,body.home-premium .deals-section,body.home-premium .brands-section,body.home-premium .reels-section,body.home-premium .why-section{width:calc(100% - 20px);margin-bottom:30px}
  body.home-premium .popular-section,body.home-premium .why-section{padding:26px 14px}
  body.home-premium .popular-grid{grid-template-columns:1fr 1fr}
  body.home-premium .popular-card{min-height:158px;grid-template-columns:minmax(0,1fr) 62px;padding:14px}.home-premium .popular-visual{width:60px;height:60px}
  body.home-premium .featured-products-layout{grid-template-columns:1fr}.home-premium .fp-main-product{grid-template-columns:1fr}.home-premium .fp-main-visual{min-height:300px}
  body.home-premium .why-rail{grid-template-columns:1fr 1fr}
  body.home-premium .newsletter-section{width:calc(100% - 20px);grid-template-columns:1fr;padding:24px 20px}
  body.home-premium .footer-main,body.home-premium .footer-bottom{width:calc(100% - 36px)}
}
@media(max-width:520px){
  body.home-premium .category-tab{height:36px!important;padding:0 11px}.home-premium .category-tab.is-active{height:36px!important}.home-premium .category-tab .tab-inner strong{font-size:10px}
  body.home-premium .hero-left{padding:28px 20px}.home-premium .hero-left h1{font-size:34px}.home-premium .hero-story{font-size:11px}.home-premium .hero-benefits{gap:9px 12px}
  body.home-premium .hero-photo{height:270px}.home-premium .featured-panel{width:calc(100% - 20px)}
  body.home-premium .popular-grid,body.home-premium .deals-grid,body.home-premium .why-rail{grid-template-columns:1fr}
  body.home-premium .popular-card{min-height:150px}
  body.home-premium .popular-best-slide{display:block}
  body.home-premium .deals-head,body.home-premium .brands-head,body.home-premium .reels-head{align-items:flex-start;flex-direction:column}
  body.home-premium .newsletter-section{border-radius:18px}
  body.home-premium .footer-features{grid-template-columns:1fr 1fr;gap:12px}.home-premium .footer-feature{border-right:0;padding:0}
}
