:root{--red:#d71920;--red-dark:#b70f16;--black:#101010;--muted:#6b6f76;--line:#e7e8eb;--soft:#f7f7f8;--white:#fff;--shadow:0 10px 30px rgba(0,0,0,.07);--radius:8px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--black);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.45}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.icon{width:22px;height:22px;display:inline-block;flex:0 0 auto}.site-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.top-strip{border-bottom:1px solid #eee;background:#fff;font-size:11px}.top-strip .site-container{height:38px;display:flex;align-items:center;justify-content:space-between}.top-strip span{display:flex;align-items:center;gap:7px;white-space:nowrap}.top-strip .icon{width:14px;height:14px;color:var(--red)}.main-header{background:#fff;position:relative;z-index:30}.header-row{height:94px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:36px}.brand-logo img{width:210px;height:auto}.header-search{height:46px;border:1px solid #ddd;border-radius:3px;display:flex;overflow:hidden;max-width:520px}.header-search input{border:0;outline:0;padding:0 17px;width:100%;color:#555}.header-search button{width:52px;border:0;background:var(--red);color:#fff;display:grid;place-items:center;cursor:pointer}.header-search button .icon{width:20px}.header-actions{display:flex;align-items:center;gap:25px}.header-actions>a{display:flex;align-items:center;gap:9px;position:relative}.header-actions>a>.icon{width:28px;height:28px;color:var(--red)}.header-actions span{display:flex;flex-direction:column;white-space:nowrap}.header-actions b{font-size:12px}.header-actions small{font-size:10px;color:#777}.cart-action i{position:absolute;left:18px;top:-10px;background:var(--red);color:#fff;font-style:normal;font-size:10px;border-radius:20px;min-width:18px;height:18px;display:grid;place-items:center;border:2px solid #fff}.mobile-menu-toggle{display:none;background:none;border:0}.nav-bar{border-top:1px solid #eee;border-bottom:1px solid #ddd;background:#fff}.nav-inner{height:48px;display:flex}.category-menu{width:250px;position:relative}.category-menu>button{width:100%;height:100%;border:0;background:#181818;color:#fff;display:flex;align-items:center;gap:12px;padding:0 20px;font-size:12px;font-weight:700;cursor:pointer}.category-menu>button .icon{width:18px}.category-menu>button .icon:last-child{margin-left:auto;transform:rotate(90deg);width:14px}.mega-menu{position:absolute;left:0;top:100%;width:800px;padding:25px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.18);display:none;grid-template-columns:repeat(3,1fr);gap:22px;border-top:3px solid var(--red)}.category-menu:hover .mega-menu{display:grid}.mega-col{display:flex;flex-direction:column;gap:8px}.mega-col a{font-size:13px;color:#555}.mega-col .mega-root{font-weight:800;color:#111;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:3px}.main-menu{display:flex;align-items:stretch;margin-left:40px;gap:34px}.main-menu a{font-size:11px;font-weight:700;display:flex;align-items:center;position:relative}.main-menu a:first-child{color:var(--red)}.main-menu a:first-child:after{content:"";position:absolute;height:2px;background:var(--red);left:0;right:0;bottom:0}.site-flash{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:1000;padding:13px 22px;border-radius:6px;color:#fff;box-shadow:var(--shadow)}.site-flash.success{background:#16834d}.site-flash.error{background:#c91f28}
.home-hero{position:relative;background:linear-gradient(90deg,#fafafa 0%,#fff 42%,#f1f1f1 42%);overflow:hidden}.hero-layout{height:450px;display:grid;grid-template-columns:38% 62%;position:relative}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:24px;z-index:2}.hero-copy h1{margin:0;font-size:47px;line-height:1.03;letter-spacing:-1.5px}.hero-copy h1 span,.hero-copy h1 em{display:block;font-style:normal}.hero-copy h1 em{color:var(--red)}.hero-copy p{max-width:340px;margin:20px 0 24px;color:#444;font-size:15px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--red);color:#fff;border:0;border-radius:3px;padding:14px 22px;font-size:12px;font-weight:800;cursor:pointer}.primary-btn:hover{background:var(--red-dark)}.primary-btn .icon{width:15px}.hero-photo{height:100%;background-size:cover;background-position:center right;position:relative}.hero-photo:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:150px;background:linear-gradient(90deg,#fff,transparent)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #e2e2e2;border-radius:50%;background:#fff;color:#555;font-size:28px;z-index:4}.slider-arrow.left{left:18px}.slider-arrow.right{right:18px}.slider-dots{position:absolute;bottom:16px;left:50%;display:flex;gap:6px}.slider-dots i{width:9px;height:9px;background:#ddd;border-radius:50%}.slider-dots i:first-child{background:var(--red)}
.benefit-strip{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff}.benefit-grid{height:82px;display:grid;grid-template-columns:repeat(4,1fr)}.benefit-grid>div{display:flex;align-items:center;gap:15px;padding:0 22px;border-right:1px solid #e5e5e5}.benefit-grid>div:last-child{border:0}.benefit-grid .icon{color:var(--red);width:31px;height:31px}.benefit-grid span{display:flex;flex-direction:column}.benefit-grid b{font-size:13px}.benefit-grid small{color:#777;font-size:10px;margin-top:3px}.brands-strip{border-bottom:1px solid #e2e2e2;padding:0;background:#fff}.brands-strip .site-container{height:105px;display:flex;align-items:center;justify-content:space-between}.brands-strip button{border:0;background:none;font-size:28px;color:#555}.brands-strip a{min-width:130px;text-align:center}.brands-strip strong{font-size:20px;letter-spacing:-.5px}.site-section{padding:27px 0 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-heading h2,.mini-heading h2{font-size:18px;margin:0;position:relative;padding-bottom:9px}.section-heading h2:after,.mini-heading h2:after{content:"";width:34px;height:2px;background:var(--red);position:absolute;bottom:0;left:0}.section-heading>a,.mini-heading>a{font-size:11px;display:flex;align-items:center;gap:3px}.section-heading>a .icon,.mini-heading>a .icon{width:12px;color:var(--red)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{height:245px;background-size:cover;background-position:center;border-radius:7px;overflow:hidden;position:relative;color:#fff}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 15%,rgba(0,0,0,.25) 45%,rgba(0,0,0,.93) 100%)}.category-card>div{position:absolute;left:18px;right:16px;bottom:15px}.category-icon .icon{width:25px;color:#fff}.category-card h3{font-size:17px;line-height:1.1;margin:8px 0}.category-card small{display:flex;align-items:center;gap:3px;font-size:9px}.category-card small .icon{width:11px;color:var(--red)}.products-section{padding-top:30px}.product-row,.shop-products{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.product-card{border:1px solid #e8e8e8;border-radius:6px;background:#fff;overflow:hidden;position:relative;transition:.2s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.product-image{height:205px;display:block;position:relative;background:#fff;padding:10px}.product-image img{width:100%;height:100%;object-fit:contain}.wish{position:absolute;right:10px;top:10px;background:none;border:0;color:#555}.wish .icon{width:18px}.sale-badge{position:absolute;left:9px;top:9px;background:var(--red);color:#fff;font-size:9px;padding:4px 7px;border-radius:3px}.product-info{padding:0 13px 14px;position:relative;min-height:150px}.product-info>a>small{display:block;font-size:10px;color:#777}.product-info h3{font-size:12px;line-height:1.35;margin:4px 0 6px;height:49px;overflow:hidden}.rating{color:#f2b400;font-size:11px}.rating span{color:#888}.product-price{display:flex;flex-direction:column;margin-top:8px}.product-price del{font-size:10px;color:#999}.product-price strong{font-size:15px}.add-cart{position:absolute;right:11px;bottom:13px;width:32px;height:32px;border-radius:3px;border:0;background:var(--red);color:#fff;display:grid;place-items:center}.add-cart .icon{width:17px}.campaign-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.campaign-card{min-height:220px;border-radius:7px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding:28px 30px}.campaign-card h2{font-size:27px;line-height:1;margin:0 0 12px;max-width:350px}.campaign-card p{font-size:12px;margin:0 0 18px}.campaign-card span{background:#fff;color:#111;padding:9px 13px;border-radius:3px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:4px}.campaign-card span .icon{width:11px;color:var(--red)}.why-section{padding-top:23px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e5e5e5;padding-bottom:25px}.why-grid>div{display:flex;gap:15px;padding:0 22px;border-right:1px solid #e5e5e5}.why-grid>div:last-child{border-right:0}.why-grid .icon{color:var(--red);width:39px;height:39px}.why-grid span{display:flex;flex-direction:column}.why-grid b{font-size:12px}.why-grid small{font-size:10px;color:#666;margin-top:5px}.content-triptych{padding-bottom:30px}.triptych-grid{display:grid;grid-template-columns:1.1fr 1.25fr 1.1fr;gap:28px}.mini-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.mini-heading h2{font-size:14px}.mini-heading h2 em{color:var(--red);font-style:normal;font-weight:500;margin-left:4px}.guide-row{display:grid;grid-template-columns:115px 1fr;gap:12px;align-items:center;margin-bottom:11px}.guide-row img{width:115px;height:67px;object-fit:cover;border-radius:4px}.guide-row span{display:flex;flex-direction:column}.guide-row b{font-size:12px}.guide-row small{font-size:9px;color:#888;margin-top:8px}.insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.insta-grid img{aspect-ratio:1;object-fit:cover;border-radius:4px}.outline-btn{border:1px solid #ddd;display:flex;align-items:center;justify-content:center;gap:8px;height:39px;margin-top:10px;font-size:10px;font-weight:700}.outline-btn .icon{width:16px;color:var(--red)}.reviews-column blockquote{margin:0 0 9px;border:1px solid #e6e6e6;border-radius:4px;padding:12px;display:flex;gap:12px}.avatar{width:44px;height:44px;border-radius:50%;background:#eee;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.reviews-column blockquote b{font-size:11px;color:#f2b400}.reviews-column blockquote p{margin:3px 0;font-size:10px;color:#555}.reviews-column blockquote strong{font-size:10px}.review-dots{display:flex;justify-content:center;gap:5px}.review-dots i{width:6px;height:6px;background:#ddd;border-radius:50%}.review-dots i:first-child{background:var(--red)}.newsletter-section{background:#f7f7f8;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:22px 0}.newsletter-section .site-container{display:grid;grid-template-columns:auto 1fr minmax(400px,550px);gap:18px;align-items:center}.newsletter-icon{width:55px;height:55px;background:var(--red);color:#fff;border-radius:50%;display:grid;place-items:center}.newsletter-section h3{margin:0;font-size:15px}.newsletter-section p{margin:4px 0 0;color:#666;font-size:11px}.newsletter-section form{height:44px;display:flex}.newsletter-section input{border:1px solid #ddd;border-right:0;padding:0 15px;width:100%}.newsletter-section button{width:130px;background:var(--red);color:#fff;border:0;font-size:11px;font-weight:800}.site-footer{padding-top:38px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:38px;padding-bottom:35px}.footer-grid h4{font-size:12px;margin:0 0 16px}.footer-grid>div>a{display:block;font-size:10px;color:#555;margin:0 0 9px}.footer-about img{width:180px}.footer-about p{font-size:10px;color:#666;max-width:220px}.socials{display:flex;gap:9px}.socials a{width:25px;height:25px;background:#111;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px}.footer-grid>div>p{font-size:10px;color:#555;display:flex;gap:7px;align-items:flex-start}.footer-grid p .icon{width:14px;color:var(--red)}.security-badges{display:flex;flex-wrap:wrap;gap:8px}.security-badges b,.security-badges strong{border:1px solid #ddd;padding:6px;font-size:11px}.footer-bottom{border-top:1px solid #eee}.footer-bottom .site-container{height:55px;display:flex;align-items:center;justify-content:space-between;font-size:9px}.footer-bottom span:last-child{color:var(--red);font-weight:700}.whatsapp{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#22c863;color:#fff;display:grid;place-items:center;font-size:26px;z-index:20;box-shadow:0 8px 25px #0003}
.inner-page{padding:38px 0 70px;min-height:55vh}.page-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;border-bottom:1px solid #eee;padding-bottom:15px}.page-title h1{font-size:32px;margin:0}.breadcrumbs{font-size:11px;color:#777;margin-bottom:14px}.breadcrumbs a{color:var(--red)}.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:32px}.shop-sidebar{border:1px solid #eee;padding:20px;align-self:start}.shop-sidebar h3{margin:0 0 15px;font-size:15px}.shop-sidebar a{display:block;padding:7px 0;border-bottom:1px solid #f1f1f1;font-size:12px}.shop-sidebar a.root{font-weight:700}.shop-sidebar a.child{padding-left:15px;color:#666}.shop-main .shop-products{grid-template-columns:repeat(4,1fr)}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.shop-toolbar select{padding:9px 13px;border:1px solid #ddd}.category-hero{min-height:230px;border-radius:8px;background-size:cover;background-position:center;color:#fff;padding:45px;display:flex;flex-direction:column;justify-content:center;margin-bottom:28px}.category-hero h1{font-size:36px;margin:0}.category-hero p{max-width:500px}.product-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:55px}.main-product-image{border:1px solid #eee;height:520px;padding:25px}.main-product-image img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:10px;margin-top:10px}.thumbs button{width:75px;height:75px;border:1px solid #ddd;background:#fff;padding:4px}.thumbs img{width:100%;height:100%;object-fit:contain}.product-summary{padding-top:10px}.product-brand{color:var(--red);font-weight:700}.product-summary h1{font-size:34px;line-height:1.15}.product-summary .lead{color:#666;font-size:15px}.detail-price{display:flex;align-items:center;gap:15px;margin:20px 0}.detail-price strong{font-size:30px}.detail-price del{color:#999}.stock{display:inline-block;padding:7px 12px;border-radius:4px;font-size:11px}.stock.in{background:#e9f8ef;color:#137942}.stock.out{background:#fff0f0;color:#b71921}.add-form{display:flex;gap:10px;margin:22px 0}.add-form input{width:70px;text-align:center;border:1px solid #ddd}.add-form .primary-btn{min-width:210px}.product-benefits{display:flex;gap:20px;border-top:1px solid #eee;padding-top:20px}.product-benefits span{font-size:11px;display:flex;align-items:center;gap:5px}.product-benefits .icon{width:19px;color:var(--red)}.product-tabs{margin-top:50px}.product-tabs h2{font-size:20px;border-bottom:1px solid #eee;padding-bottom:12px}.rich-content{font-size:15px;line-height:1.8}.rich-content table,.product-tabs table{width:100%;border-collapse:collapse}.rich-content th,.rich-content td,.product-tabs th,.product-tabs td{border:1px solid #ddd;padding:10px;text-align:left}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:35px}.cart-table{border:1px solid #eee;padding:15px}.cart-line{display:grid;grid-template-columns:80px 1fr 110px 70px 110px 25px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.cart-line img{width:75px;height:75px;object-fit:contain}.cart-line>div{display:flex;flex-direction:column}.cart-line small{color:#888}.cart-line input{width:60px;padding:8px;border:1px solid #ddd}.text-button{border:0;background:none;font-size:22px}.order-summary{border:1px solid #eee;padding:24px;align-self:start;position:sticky;top:20px}.order-summary h2{margin-top:0}.order-summary p{display:flex;justify-content:space-between;gap:10px;font-size:12px}.order-summary .total{font-size:17px}.order-summary .primary-btn{width:100%;margin-top:15px}.checkout-form{border:1px solid #eee;padding:25px}.checkout-form h2{font-size:20px;border-bottom:1px solid #eee;padding-bottom:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{font-size:12px;font-weight:700}.form-grid input,.form-grid textarea{display:block;width:100%;margin-top:6px;border:1px solid #ddd;padding:12px}.form-grid textarea{min-height:90px}.form-grid .full{grid-column:1/-1}.payment-options{display:grid;gap:10px}.payment-options>label{display:flex;gap:12px;border:1px solid #ddd;padding:14px}.payment-options span{display:flex;flex-direction:column}.payment-options small{color:#777}.empty-state,.success-order{text-align:center;padding:80px 20px}.empty-state>.icon,.success-order>.icon{width:70px;height:70px;color:var(--red)}.success-order h1{font-size:38px}.auth-page{min-height:70vh;background:#f6f6f7;display:grid;place-items:center;padding:50px}.auth-card{width:min(430px,100%);background:#fff;padding:35px;box-shadow:var(--shadow)}.auth-card img{width:200px;margin:0 auto 25px}.auth-card h1{text-align:center}.auth-card label{display:block;font-weight:700;font-size:12px;margin:14px 0}.auth-card input{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #ddd}.auth-card .primary-btn{width:100%}.account-panel{border:1px solid #eee;padding:25px}.account-panel table{width:100%;border-collapse:collapse}.account-panel th,.account-panel td{padding:12px;border-bottom:1px solid #eee;text-align:left}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-grid article{border:1px solid #eee}.blog-grid img{width:100%;aspect-ratio:1.5;object-fit:cover}.blog-grid article a>span,.blog-grid h2,.blog-grid p,.blog-grid article a>b{display:block;margin-left:18px;margin-right:18px}.blog-grid article a>span{font-size:10px;color:var(--red);margin-top:15px}.blog-grid h2{font-size:20px}.blog-grid p{color:#666}.blog-grid article a>b{margin-bottom:18px;color:var(--red);font-size:11px}.narrow{max-width:850px}.article-page h1{font-size:42px;line-height:1.15}.article-cover{width:100%;max-height:500px;object-fit:cover;margin:25px 0}.page-content{min-height:300px}
.ddw-live-mode .ddw-section{position:relative;outline:2px dashed transparent;outline-offset:-2px;transition:.15s;cursor:pointer}.ddw-live-mode .ddw-section:hover{outline-color:var(--red)}.ddw-live-mode .ddw-section:before{content:attr(data-ddw-section-title);position:absolute;left:8px;top:8px;background:var(--red);color:#fff;padding:6px 9px;font-size:10px;font-weight:700;z-index:999;opacity:0;pointer-events:none}.ddw-live-mode .ddw-section:hover:before{opacity:1}.ddw-live-mode .ddw-selected-section{outline-color:#1677ff!important;box-shadow:inset 0 0 0 3px #1677ff33}.ddw-live-mode .main-header,.ddw-live-mode .site-footer{pointer-events:none}
@media(max-width:1000px){.header-row{grid-template-columns:190px 1fr auto;gap:15px}.brand-logo img{width:175px}.header-actions>a span{display:none}.main-menu{gap:18px;margin-left:20px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card:nth-child(n+4){display:none}.product-row,.shop-products{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr);gap:20px}.why-grid>div{border:0}.triptych-grid{grid-template-columns:1fr 1fr}.reviews-column{grid-column:1/-1}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}.newsletter-section .site-container{grid-template-columns:auto 1fr}.newsletter-section form{grid-column:1/-1}.shop-layout{grid-template-columns:1fr}.shop-sidebar{display:none}.shop-main .shop-products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){body{font-size:13px}.site-container{width:min(100% - 24px,1180px)}.top-strip .site-container{justify-content:center}.top-strip span:not(:nth-child(2)){display:none}.header-row{height:75px;grid-template-columns:145px 1fr auto}.brand-logo img{width:140px}.header-search{height:40px}.header-actions{display:none}.mobile-menu-toggle{display:block}.mobile-menu-toggle .icon{width:25px}.nav-bar{display:none}.main-header.mobile-open .nav-bar{display:block;position:absolute;left:0;right:0;top:75px;box-shadow:var(--shadow)}.nav-inner{height:auto;display:block;padding:10px 12px}.category-menu{width:100%}.category-menu>button{height:44px}.mega-menu{position:static;width:100%;grid-template-columns:1fr;box-shadow:none;max-height:300px;overflow:auto}.category-menu.open .mega-menu{display:grid}.main-menu{display:flex;flex-direction:column;margin:0;gap:0}.main-menu a{padding:12px}.hero-layout{height:510px;grid-template-columns:1fr}.hero-copy{padding:25px 28px;justify-content:flex-start}.hero-copy h1{font-size:38px}.hero-photo{position:absolute;left:0;right:0;bottom:0;height:58%;background-position:center}.hero-photo:before{left:0;right:0;top:0;width:auto;height:110px;background:linear-gradient(180deg,#fff,transparent)}.hero-copy p{margin:12px 0}.slider-arrow{display:none}.benefit-grid{height:auto;grid-template-columns:1fr 1fr}.benefit-grid>div{min-height:78px;padding:12px}.brands-strip .site-container{overflow:hidden;gap:35px;justify-content:flex-start}.brands-strip a{min-width:120px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{height:220px}.category-card:nth-child(3){display:block}.category-card:nth-child(n+4){display:none}.product-row,.shop-products,.shop-main .shop-products{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.product-card{min-width:220px;scroll-snap-align:start}.campaign-grid{grid-template-columns:1fr}.campaign-card{min-height:190px}.campaign-card h2{font-size:23px}.why-grid{grid-template-columns:1fr}.why-grid>div{padding:5px 0}.triptych-grid{grid-template-columns:1fr}.reviews-column{grid-column:auto}.newsletter-section .site-container{grid-template-columns:auto 1fr}.newsletter-section form{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-about{grid-column:1/-1}.footer-bottom .site-container{flex-direction:column;justify-content:center;gap:5px}.page-title{align-items:flex-start;flex-direction:column}.category-hero{padding:28px}.product-detail{grid-template-columns:1fr;gap:25px}.main-product-image{height:380px}.product-summary h1{font-size:27px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-line{grid-template-columns:60px 1fr 65px}.cart-line>strong,.cart-line>b{display:none}.cart-line img{width:55px;height:55px}.order-summary{position:static}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.blog-grid{grid-template-columns:1fr}.article-page h1{font-size:32px}.whatsapp{width:48px;height:48px;right:14px;bottom:14px}}
.mega-child.depth-1{padding-left:12px;font-size:12px}.mega-child.depth-2{padding-left:24px;font-size:11px}.shop-sidebar .child.depth-1{padding-left:28px}.shop-sidebar .child.depth-2{padding-left:40px}.ddw-live-mode [data-ddw-section-id]{position:relative}.ddw-live-mode [data-ddw-section-id]:hover{outline:2px dashed #d71920;outline-offset:-2px}.ddw-live-mode .ddw-selected-section{outline:3px solid #1677ff!important;outline-offset:-3px}
.ddw-live-hover{outline:2px dashed #d71920!important;outline-offset:2px!important;cursor:pointer!important}.ddw-live-selected{outline:3px solid #1477d4!important;outline-offset:2px!important}.ddw-live-tip{position:absolute;z-index:999999;background:#061f3a;color:#fff;border-radius:4px;padding:4px 7px;font:700 10px/1.2 Arial;pointer-events:none;box-shadow:0 5px 15px #0003}.ddw-live-mode a,.ddw-live-mode button,.ddw-live-mode form{cursor:pointer}.ddw-live-mode .main-header,.ddw-live-mode .site-footer{pointer-events:auto!important}

/* Niora Detay tam genişlik ve e-ticaret iyileştirmeleri v3 */
html,body{max-width:100%;overflow-x:hidden}.site-container{width:100%;max-width:none;margin:0 auto;padding-left:clamp(24px,4.5vw,86px);padding-right:clamp(24px,4.5vw,86px)}
.top-strip .site-container,.main-header .site-container,.nav-row .site-container,.benefit-strip .site-container,.brands-strip .site-container,.site-section .site-container,.newsletter-section .site-container,.site-footer .site-container,.footer-bottom .site-container{max-width:none}
.hero-slider{width:100%;max-width:none}.hero-slide{width:100%;max-width:none}.hero-copy{padding-left:clamp(24px,5.2vw,100px)}.hero-photo{background-size:cover;background-position:center right}.hero-section,.hero-slider{margin-left:0;margin-right:0}
.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-row,.shop-products{grid-template-columns:repeat(5,minmax(0,1fr))}.main-header-grid{max-width:none}.site-section{padding-top:32px;padding-bottom:32px}
.wishlist-form{position:absolute;right:10px;top:10px;z-index:4}.wishlist-form button{border:0;background:#fff;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;box-shadow:0 2px 8px #0002;cursor:pointer}.wishlist-form .icon{width:17px}.wishlist-form button.active,.wishlist-form button:hover{color:var(--red)}
.coupon-form{margin-top:16px;padding:14px;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:10px;align-items:center}.coupon-form input{flex:1;min-height:42px;border:1px solid #ddd;border-radius:6px;padding:0 12px}.order-summary .discount{color:#16804a}.product-actions{display:grid;gap:10px}.product-actions>form:last-child .outline-btn{width:100%}.subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0}.subcategory-grid a{display:flex;flex-direction:column;gap:4px;padding:18px;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.subcategory-grid a:hover{border-color:var(--red)}.subcategory-grid span{font-size:11px;color:#777}.sidebar-category{border-bottom:1px solid #eee;padding-bottom:9px;margin-bottom:9px}.shop-sidebar .child.depth-1{padding-left:25px}.shop-sidebar .child.depth-2{padding-left:37px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px}.contact-copy{background:#f7f7f7;border-radius:10px;padding:25px}.contact-copy p{display:flex;align-items:center;gap:10px}.contact-copy .icon{color:var(--red);width:20px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form label{display:grid;gap:7px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid #ddd;border-radius:6px;padding:12px}.contact-form .full{grid-column:1/-1}.contact-form button{justify-self:start}.bank-info{margin:18px auto;padding:16px;max-width:600px;border:1px solid #ddd;border-radius:8px;background:#fafafa}.table-wrap{overflow:auto}
@media(min-width:1700px){.site-container{padding-left:clamp(72px,7vw,140px);padding-right:clamp(72px,7vw,140px)}.hero-copy{padding-left:clamp(72px,8vw,155px)}.category-card{height:285px}.product-image{height:245px}}
@media(max-width:1100px){.category-grid,.product-row,.shop-products{grid-template-columns:repeat(3,minmax(0,1fr))}.subcategory-grid{grid-template-columns:repeat(3,1fr)}.contact-layout{grid-template-columns:1fr}}
@media(max-width:760px){.site-container{padding-left:16px;padding-right:16px}.category-grid,.product-row,.shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}.subcategory-grid{grid-template-columns:repeat(2,1fr)}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.coupon-form{flex-direction:column;align-items:stretch}}
@media(max-width:460px){.category-grid,.product-row,.shop-products,.subcategory-grid{grid-template-columns:1fr}}

/* v3.0.1 final: tam genişlik düzeni */
body{width:100%;min-width:0}
.site-container{width:100%;max-width:none!important;padding-left:clamp(20px,3.1vw,64px);padding-right:clamp(20px,3.1vw,64px)}
.home-hero .hero-layout{width:100%;max-width:none!important;padding-left:0!important;padding-right:0!important}
.home-hero .hero-copy{padding-left:clamp(28px,5.2vw,104px);padding-right:clamp(18px,2vw,40px)}
.home-hero .hero-photo{min-width:0}
.top-strip,.main-header,.nav-bar,.home-hero,.benefit-strip,.brands-strip,.site-section,.newsletter-section,.site-footer,.footer-bottom{width:100%}
@media(min-width:1500px){.site-container{padding-left:clamp(48px,4.2vw,88px);padding-right:clamp(48px,4.2vw,88px)}.home-hero .hero-copy{padding-left:clamp(70px,6.3vw,128px)}}
@media(max-width:720px){.site-container{padding-left:14px!important;padding-right:14px!important}.home-hero .hero-layout{padding:0!important}.home-hero .hero-copy{padding:24px 24px!important}}
