:root{
  --font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --radius:22px;
  --radius-lg:30px;
  --brand:#3b82f6;
  --brand2:#7c3aed;
  --success:#16a34a;
  --danger:#ef4444;
}
html[data-theme="dark"]{
  --bg:#080b14;
  --bg2:#0e1322;
  --card:#111827;
  --card2:#151d30;
  --text:#f8fafc;
  --muted:#9ca3af;
  --soft:#dbeafe;
  --line:rgba(255,255,255,.10);
  --header:rgba(8,11,20,.88);
  --input:#0d1322;
  --shadow:0 18px 50px rgba(0,0,0,.28);
}
html[data-theme="light"]{
  --bg:#f6f7fb;
  --bg2:#ffffff;
  --card:#ffffff;
  --card2:#f2f5fb;
  --text:#101827;
  --muted:#667085;
  --soft:#334155;
  --line:rgba(15,23,42,.11);
  --header:rgba(255,255,255,.90);
  --input:#ffffff;
  --shadow:0 18px 45px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}
.dw-shell{padding-top:78px}
.main-header{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--header);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;font-weight:950}
.brand-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;box-shadow:0 12px 26px rgba(59,130,246,.22)}
.brand b{font-size:25px;letter-spacing:-.05em}
.primary-nav{display:flex;align-items:center;gap:4px;border:1px solid var(--line);background:var(--card);border-radius:999px;padding:5px}
.primary-nav a{padding:10px 14px;border-radius:999px;font-size:14px;font-weight:850;color:var(--soft)}
.primary-nav a:hover{background:var(--card2)}
.header-actions{display:flex;gap:10px;align-items:center}
.pill,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:11px 17px;font-weight:900;color:var(--text);background:var(--card);cursor:pointer;transition:.2s ease;font-family:inherit}
.pill:hover,.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.pill:not(.ghost),.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));border-color:transparent;color:#fff}
.btn.light,.pill.ghost,.btn.glass{background:var(--card);color:var(--text)}
.btn.whatsapp{background:#18b55b;color:#fff;border-color:transparent}
.btn.small{padding:9px 13px;font-size:13px}.btn.full{width:100%}
.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:var(--brand)}
.clean-home-hero{padding:24px 0 12px}
.clean-hero-slider{height:380px;border-radius:28px;overflow:hidden;position:relative;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--card2)}
.hero-slide{position:absolute;inset:0;opacity:0;transform:translateX(24px) scale(.985);transition:opacity .55s ease,transform .55s ease;display:block;background:var(--card2)}
.hero-slide.active{opacity:1;transform:translateX(0) scale(1);z-index:2}
.slide-photo{width:100%;height:100%;object-fit:cover;object-position:center}
.slide-cta{position:absolute;left:24px;bottom:24px;z-index:4;display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,255,255,.94);color:#111827;padding:12px 18px;font-size:14px;font-weight:950;box-shadow:0 14px 36px rgba(0,0,0,.18)}
.banner-dots{position:absolute;left:0;right:0;bottom:16px;z-index:5;display:flex;justify-content:center;gap:7px;pointer-events:none}
.banner-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.52);cursor:pointer;pointer-events:auto}
.banner-dots button.active{width:24px;background:#fff}
.clean-category-bar,.category-bar{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:14px 0 18px;scrollbar-width:none}
.clean-category-bar::-webkit-scrollbar,.category-bar::-webkit-scrollbar{display:none}
.category-chip{flex:0 0 auto;border:1px solid var(--line);background:var(--card);color:var(--soft);padding:11px 15px;border-radius:999px;font-weight:900;font-size:14px}
.category-chip:hover,.category-chip.active{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;border-color:transparent}
.section-head{margin-top:34px;margin-bottom:18px;text-align:left}
.section-head h2{font-size:clamp(28px,4vw,44px);letter-spacing:-.055em;line-height:1;margin:7px 0 0}
.section-head p{color:var(--muted);margin:10px 0 0}
.clean-shop-head{display:flex;align-items:end;justify-content:space-between;gap:18px}
.product-grid-v5,.product-grid-v4,.product-grid,.account-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{border:1px solid var(--line);background:var(--card);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:.22s ease}
.product-card:hover{transform:translateY(-5px)}
.product-image,.thumb{height:225px;display:block;position:relative;background:var(--card2);overflow:hidden}
.product-image img,.thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.product-card:hover .product-image img,.product-card:hover .thumb img{transform:scale(1.04)}
.product-badge,.discount-badge,.tag{position:absolute;top:11px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.product-badge,.tag{left:11px;background:rgba(0,0,0,.62);color:#fff;border:1px solid rgba(255,255,255,.16)}
.discount-badge{right:11px;background:#fff;color:#111827}
.product-info,.product-body{padding:16px}
.product-category,.category{display:inline-flex;color:var(--brand);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.product-info h3,.product-body h3{font-size:18px;line-height:1.2;margin:10px 0 8px;letter-spacing:-.035em}
.product-info p,.product-body p{color:var(--muted);line-height:1.5;margin:0;font-size:14px}
.product-grid-v5 .product-info p{display:none}
.price-line,.price-row{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin:13px 0}
.price-line strong{font-size:23px;letter-spacing:-.04em}
.price-row strong{font-size:34px;letter-spacing:-.05em}
.price-line del,.price-row del{color:var(--muted)}
.product-actions,.form-actions,.detail-actions,.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.clean-benefits,.info-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.clean-benefits{margin-top:48px}
.clean-benefits div,.info-pills div{border:1px solid var(--line);background:var(--card);border-radius:20px;padding:18px}
.clean-benefits b{display:block;font-size:17px}.clean-benefits span,.info-pills span{display:block;color:var(--muted);margin-top:6px;font-size:14px}
.support-strip{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:50px;margin-bottom:30px;border:1px solid var(--line);background:var(--card);border-radius:24px;padding-top:22px;padding-bottom:22px;box-shadow:var(--shadow)}
.support-strip h2{font-size:28px;letter-spacing:-.05em;margin:7px 0 0}.support-strip-v5{background:linear-gradient(135deg,rgba(59,130,246,.10),rgba(124,58,237,.09)),var(--card)}
.site-footer{border-top:1px solid var(--line);background:var(--card);padding:25px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-links{display:flex;gap:17px;flex-wrap:wrap}.footer-links a{color:var(--muted);font-weight:800}.footer-links a:hover{color:var(--text)}.footer-bottom{margin-top:18px;color:var(--muted);font-size:14px}
.empty-state,.empty-card{border:1px solid var(--line);background:var(--card);border-radius:20px;padding:24px;color:var(--muted);grid-column:1/-1}.empty-card h3{color:var(--text);margin-top:0}
.detail-hero{padding:38px 0 64px}.detail-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.detail-media,.detail-panel,.checkout-card,.access-card,.auth-card{border:1px solid var(--line);background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.detail-media img{width:100%;height:560px;object-fit:cover}.detail-panel{padding:28px}.detail-panel h1{font-size:clamp(34px,4.4vw,56px);line-height:.98;margin:14px 0;letter-spacing:-.06em}.lead{font-size:17px;color:var(--muted);line-height:1.65}.center{text-align:center}.rich-text{border-top:1px solid var(--line);padding-top:20px;color:var(--soft);line-height:1.72}.rich-text h3{margin-top:0}.checkout-card,.access-card{max-width:860px;margin:52px auto 70px;padding:28px}.checkout-summary{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:center;margin:0 0 18px}.checkout-summary img{width:160px;height:125px;object-fit:cover;border-radius:20px}.account-chip{border:1px solid var(--line);background:var(--card2);border-radius:18px;padding:14px;margin:14px 0;display:grid;gap:4px}.account-chip span,.muted{color:var(--muted)}.form-card{display:grid;gap:16px}.form-card label{display:grid;gap:8px;font-weight:850}.input{width:100%;border:1px solid var(--line);background:var(--input);color:var(--text);border-radius:16px;padding:15px;outline:0}.input:focus{border-color:var(--brand)}.auth-wrap{display:grid;place-items:center;min-height:620px;padding:40px 20px}.auth-card{max-width:520px;width:100%;padding:28px}.auth-card h1{font-size:40px;margin:10px 0;letter-spacing:-.05em}.alert{display:none;border:1px solid rgba(239,68,68,.45);background:rgba(239,68,68,.13);color:var(--danger);border-radius:16px;padding:14px;margin:14px 0}.alert.show{display:block}.success.show{display:block;border:1px solid rgba(34,197,94,.45);background:rgba(34,197,94,.13);color:var(--success);border-radius:16px;padding:14px;margin:14px 0}.safe-note{color:var(--muted);font-size:14px;text-align:center}.safe-note a{color:var(--brand)}.access-list{display:grid;gap:12px}.access-link{display:flex;justify-content:space-between;align-items:center;color:var(--text);border:1px solid var(--line);background:var(--card2);padding:17px;border-radius:18px}.access-link b{color:var(--brand)}
.reveal{animation:reveal .45s ease both}@keyframes reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1120px){.primary-nav{display:none}.product-grid-v5,.product-grid-v4,.product-grid,.account-products{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.info-pills,.clean-benefits{grid-template-columns:1fr}.clean-hero-slider{height:340px}}
@media(max-width:720px){.dw-shell{padding-top:126px}.header-inner{height:auto;align-items:flex-start;flex-direction:column;padding:14px 0}.header-actions{width:100%}.pill{flex:1}.clean-hero-slider{height:260px;border-radius:22px}.slide-cta{left:16px;bottom:16px;padding:10px 14px}.banner-dots{bottom:12px}.clean-shop-head,.support-strip,.footer-inner{align-items:flex-start;flex-direction:column}.product-grid-v5,.product-grid-v4,.product-grid,.account-products{grid-template-columns:1fr}.checkout-summary{grid-template-columns:1fr}.checkout-summary img{width:100%;height:190px}.detail-media img{height:360px}.brand b{font-size:23px}.product-image,.thumb{height:245px}}

/* V6 clean category-wise store */
.home-hero-v6{padding:22px 0 14px}.image-only-slider{height:360px}.image-only-slider .hero-slide{background:var(--card2)}.image-only-slider .slide-photo{object-fit:cover}.image-only-slider .slide-cta{left:auto;right:22px;bottom:20px;background:rgba(255,255,255,.95);color:#0f172a}.category-strip-v6{padding-top:6px}.section-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:28px 0 14px}.section-row.compact{margin-top:12px}.section-row h2{font-size:clamp(24px,3vw,34px);line-height:1;margin:6px 0 0;letter-spacing:-.05em}.section-actions{display:flex;align-items:center;gap:9px}.view-all{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--card);border-radius:999px;padding:10px 14px;font-size:14px;font-weight:950;color:var(--text)}.view-all:hover{background:linear-gradient(135deg,var(--brand),var(--brand2));border-color:transparent;color:#fff}.circle-btn{width:39px;height:39px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--text);font-size:24px;line-height:1;font-weight:900;cursor:pointer}.circle-btn:hover{background:var(--card2)}.category-card-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{border:1px solid var(--line);background:var(--card);border-radius:20px;padding:18px 14px;min-height:118px;display:flex;flex-direction:column;justify-content:center;gap:6px;box-shadow:var(--shadow);transition:.2s ease}.category-card:hover,.big-category-card:hover{transform:translateY(-4px)}.category-card span{font-size:28px}.category-card b{font-size:15px;line-height:1.15}.category-card small{color:var(--muted);font-weight:800}.category-sections-v6{padding-top:8px}.product-section-block{margin-top:12px}.product-row-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:260px;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}.product-row-scroll::-webkit-scrollbar{display:none}.product-row-scroll .product-card{scroll-snap-align:start}.product-card.mini .product-image{height:190px}.product-card.mini .product-info{padding:14px}.product-card.mini h3{font-size:16px;line-height:1.2;min-height:38px}.product-card.mini .price-line strong{font-size:20px}.product-card.mini .product-actions .btn{flex:1}.product-grid-v6{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.page-hero-v6{padding:42px 0 8px}.page-hero-v6 h1{font-size:clamp(38px,5vw,64px);line-height:.95;letter-spacing:-.07em;margin:10px 0}.page-hero-v6 p{margin:0;color:var(--muted);font-size:17px}.all-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}.big-category-card{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;border:1px solid var(--line);background:var(--card);border-radius:24px;padding:14px;box-shadow:var(--shadow);transition:.2s ease}.big-cat-image{height:105px;border-radius:18px;background:var(--card2);overflow:hidden}.big-cat-image img{width:100%;height:100%;object-fit:cover}.big-category-card span{font-size:28px}.big-category-card h2{margin:4px 0;font-size:22px;letter-spacing:-.04em}.big-category-card p{margin:0;color:var(--muted);font-weight:800}.clean-benefits-v6{margin-top:36px}.support-strip-v5 h2{font-size:25px}.support-strip-v5{margin-top:36px}@media(max-width:1120px){.category-card-row{grid-template-columns:repeat(3,1fr)}.product-grid-v6{grid-template-columns:repeat(2,1fr)}.all-category-grid{grid-template-columns:1fr 1fr}.image-only-slider{height:310px}}@media(max-width:720px){.image-only-slider{height:220px;border-radius:20px}.image-only-slider .slide-cta{right:14px;bottom:14px;padding:9px 12px;font-size:12px}.section-row{align-items:flex-start;flex-direction:column}.section-actions{width:100%;justify-content:flex-end}.category-card-row{grid-template-columns:repeat(2,1fr)}.product-row-scroll{grid-auto-columns:78vw}.product-grid-v6{grid-template-columns:1fr}.all-category-grid{grid-template-columns:1fr}.big-category-card{grid-template-columns:95px 1fr}.big-cat-image{height:88px}.page-hero-v6{padding-top:24px}}
