.container{max-width:1280px;margin:0 auto;padding:0 16px}*{box-sizing:border-box}html,body{width:100%;max-width:100%;min-width:320px;min-height:100vh;overflow-x:hidden;margin:0;padding:0;display:block;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#111;background:#fff}#root{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}.header{width:100%;background:#fff;border-bottom:1px solid #eee}h1{font-size:2rem;font-weight:600;letter-spacing:-.01em;margin:0 0 12px}h2{font-size:1.5rem;font-weight:600;margin:0 0 10px}h3{font-size:1.125rem;font-weight:500;margin:0 0 6px}p{font-size:1rem;margin:0}.top-bar{display:flex;align-items:center;padding:14px 40px;gap:24px}.logo{height:56px;width:auto}.search{width:100%;max-width:720px;padding:14px 18px;border-radius:30px;border:1px solid #ddd;font-size:16px}.header-actions{display:flex;gap:12px}@media(max-width:768px){.logo{height:50px}}@media(max-width:480px){.logo{height:44px}}.search-wrapper{flex:1}.search{width:100%;padding:14px 18px;border-radius:30px;border:1px solid #ddd;font-size:16px}.cart{background:#e11c2a;color:#fff;border:none;padding:8px 16px}.nav{display:flex;gap:24px;padding:12px 24px}.collection{padding:40px 24px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;width:100%}.card{background:#fff;border-radius:8px;padding:12px;text-align:center;display:flex;flex-direction:column;height:420px;box-sizing:border-box;position:relative;overflow:hidden;z-index:9999!important;pointer-events:auto}.card *{pointer-events:auto!important}.card h3{font-size:16px;line-height:1.3;height:42px;margin:12px 0 6px;overflow:hidden;white-space:normal;word-break:break-word}.price span{text-decoration:line-through;color:#777;margin-left:8px}.buy{background:#e11c2a;color:#fff;border:none;padding:12px;width:100%;margin-top:auto;flex-shrink:0;border-radius:24px}@media(max-width:1024px){.nav{gap:16px;flex-wrap:wrap}}@media(max-width:768px){.top-bar{flex-wrap:wrap;gap:8px}.search{width:100%;order:3}.account-btn{padding:10px 18px;border-radius:30px;border:1px solid #222;background:#fff;font-weight:500;cursor:pointer}.cart-btn{padding:12px 22px;border-radius:30px;background:#e51c23;color:#fff;border:none;font-weight:600;cursor:pointer}.nav-bar{display:flex;gap:28px;padding:12px 40px;border-top:1px solid #eee;background:#fff}.nav-bar a{font-size:16px;font-weight:500;color:#000;text-decoration:none;white-space:nowrap}.nav-bar a:hover{color:#e51c23}.cart,.account{padding:6px 12px}.nav{flex-wrap:wrap;gap:12px;font-size:14px}.collection{padding:24px 16px}.collection h1{font-size:20px;line-height:1.3}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;width:100%;align-items:stretch}.buy{background:#e11c2a;color:#fff;border:none;padding:12px;width:100%;margin-top:auto;flex-shrink:0;border-radius:24px}}@media(max-width:480px){h1{font-size:18px}.grid{gap:16px}}@media(max-width:480px){.grid{grid-template-columns:1fr}}.legal-page{background:#fafafa;padding:80px 20px}.legal-container{max-width:900px;margin:auto;background:#fff;padding:60px;border-radius:16px;box-shadow:0 10px 40px #0000000d}.legal-title{font-size:34px;font-weight:800;text-align:center}.legal-divider{width:80px;height:4px;background:linear-gradient(90deg,red,#ff7a7a);margin:20px auto 40px;border-radius:2px}.legal-content h3{margin-top:30px;font-size:20px}.legal-content p{margin-top:12px;line-height:1.8;color:#444}.product-card{flex:0 0 25%;display:flex;flex-direction:column;box-sizing:border-box;max-width:280px}.product-card h3{min-height:48px;line-height:1.3;margin-bottom:8px}.product-card .price{margin-bottom:12px}.product-card .buy-btn{margin-top:auto}.image-box{height:220px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.image-box img{max-height:100%;max-width:100%;object-fit:contain}.image-box img:hover{transform:scale(1.05);box-shadow:0 10px 25px #0006}.buy-btn{background:red;color:#fff;padding:10px;border:none;border-radius:20px;width:100%}.nav-btn{font-size:30px;background:none;border:none;cursor:pointer}.view-all button{margin-top:20px;padding:10px 30px;border-radius:25px;border:1px solid red;background:#fff;color:red}@media(max-width:1023px){.product-card{flex:0 0 50%}}@media(max-width:767px){.product-card{flex:0 0 100%}}@media(max-width:480px){.carousel-viewport{padding:0}.carousel-track{gap:0}.product-card{flex:0 0 100%;max-width:100%}}.header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000}.header-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.logo img{height:48px;display:block}.nav-links{display:flex;gap:32px}.nav-links a{font-size:15px;font-weight:500;color:#000;text-decoration:none;position:relative;padding:4px 0}.nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0%;height:2px;background:#000;transition:width .3s ease}.nav-links a:hover:after{width:100%}.menu-toggle{display:none;font-size:24px;background:none;border:none;cursor:pointer}.mobile-menu{position:fixed;top:0;right:0;height:100vh;width:min(52vw,215px);background:#fff;display:flex;flex-direction:column;padding-top:72px;transform:translate(100%);transition:transform .35s ease;z-index:1100}.mobile-menu.open{transform:translate(0)}.mobile-menu:before{content:"Menu";padding:12px 24px;font-size:13px;font-weight:600;color:#777;letter-spacing:.5px}.mobile-menu a{display:flex;align-items:center;padding:16px 20px;margin:6px 14px;border-radius:14px;font-size:16px;font-weight:500;color:#111;text-decoration:none;background:transparent;transition:background .25s ease,transform .15s ease,box-shadow .25s ease}.mobile-menu a:hover{background:#f5f5f5}.mobile-menu a:active{transform:scale(.97);background:#eee}.mobile-menu a[aria-current=page]{background:#000;color:#fff;font-weight:600;box-shadow:0 6px 16px #00000026}.menu-backdrop{position:fixed;inset:0;background:#0006;z-index:1000}@media(max-width:768px){.nav-links{display:none}.menu-toggle{display:block}.logo img{height:42px}}.footer{background:#fff;border-top:1px solid #ededed;font-family:Inter,sans-serif}.footer-main{max-width:1200px;margin:auto;padding:36px 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.footer-brand img{width:110px;margin-bottom:10px}.footer-brand p{font-size:14px;color:#6b6b6b;line-height:1.5}.footer-col h4{font-size:14px;margin-bottom:10px;color:#111;font-weight:600}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{font-size:13px;color:#6b6b6b;margin-bottom:8px;cursor:pointer}.footer-col li:hover{color:#000}.social-icons{display:flex;gap:14px;align-items:center;margin-top:8px}.social-icons a{width:36px;height:36px;border-radius:50%;background:#f6f6f6;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.social-icons img{width:18px;height:18px;object-fit:contain}.social-icons a:hover{background:red;transform:translateY(-2px)}.social-icons a:hover img{filter:brightness(0) invert(1)}.footer-bottom{background:#f6f6f6;border-top:1px solid #eaeaea;text-align:center;padding:12px;font-size:12.5px;color:#777}@media(max-width:768px){.footer-main{grid-template-columns:1fr;text-align:center;gap:28px}.social-icons{justify-content:center}}.disabled-link{cursor:default;color:#999;text-decoration:none}.disabled-link:hover{color:#999;text-decoration:none}.about-bg{width:100%;min-height:100vh;padding:80px 0;background:radial-gradient(circle at top left,rgba(182,229,29,.22),transparent 55%),radial-gradient(circle at bottom right,rgba(0,0,0,.06),transparent 60%),#fff7f7}.about-page{max-width:960px;margin:0 auto;padding:52px 42px;background:#f8f8f8;border-radius:22px;box-shadow:0 20px 45px #0000001a,0 8px 18px #0000000f}.about-header{text-align:center;margin-bottom:32px}.about-title{font-size:32px;font-weight:600;margin-bottom:14px;color:#111}.about-tagline{font-size:16px;line-height:1.6;color:#444}.about-block{margin-bottom:18px}.about-block h2{font-size:20px;font-weight:600;margin-bottom:10px;color:#111}.about-block p{font-size:16px;line-height:1.6;margin-bottom:8px;color:#333}.about-block p:last-child{margin-bottom:0}.about-block.highlight{background:#fff;padding:20px 24px;border-left:4px solid #b6e51d;border-radius:12px;box-shadow:0 6px 14px #0000000a}.about-list{margin-top:8px;padding-left:18px}.about-list li{font-size:16px;line-height:1.6;margin-bottom:6px;color:#333}.about-highlight-single{margin-top:32px;padding:24px;background:#111;color:#fff;border-radius:14px;text-align:center;box-shadow:0 10px 22px #0000002e}.about-highlight-single h3{font-size:20px;font-weight:600;margin-bottom:6px}.about-highlight-single p{font-size:15px;opacity:.9}@media(max-width:768px){.about-bg{padding:60px 0}.about-page{padding:34px 22px;border-radius:18px}.about-title{font-size:26px}}.contact-bg{width:100%;max-width:100%;overflow-x:hidden;min-height:100vh;background:linear-gradient(135deg,#b6f12b 0% 38%,#f5f7f8 38% 100%);padding:80px 0}.contact-wrapper{max-width:1200px;margin:0 auto;background:#fff;border-radius:28px;display:grid;grid-template-columns:360px 1fr;gap:48px;padding:48px}.contact-info{background:#fff;border-radius:20px;padding:32px;box-shadow:0 10px 30px #0000000f}.info-block{margin-bottom:24px}.info-block h4{margin-bottom:6px;font-weight:600}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid #ddd;margin-bottom:20px;font-size:15px}.contact-form textarea{min-height:140px;resize:vertical}.contact-form button{width:100%;padding:16px;border-radius:28px;border:none;background:#2f3b4a;color:#fff;font-size:16px;cursor:pointer}.contact-bg,.contact-wrapper{overflow-x:hidden}@media(max-width:1024px){.contact-wrapper{max-width:94%;grid-template-columns:320px 1fr;gap:32px;padding:36px}}@media(max-width:768px){.contact-bg{padding:48px 16px}.contact-wrapper{grid-template-columns:1fr;padding:28px;border-radius:22px}.contact-info{order:1}.contact-form{order:2}}@media(max-width:480px){.contact-wrapper{padding:22px}.contact-form button{font-size:15px;padding:14px}}.story-bg{width:100%;min-height:100vh;padding:80px 0;background:radial-gradient(circle at top left,rgba(255,182,193,.35),transparent 55%),radial-gradient(circle at bottom right,rgba(255,120,120,.25),transparent 60%),#fff2f2}.story-page{max-width:960px;margin:0 auto;padding:52px 42px;background:#f8f8f8;border-radius:22px;box-shadow:0 20px 45px #0000001a,0 8px 18px #0000000f}.story-title{font-size:32px;font-weight:600;text-align:center;margin-bottom:20px;color:#111}.story-intro{font-size:16px;line-height:1.6;text-align:center;margin-bottom:22px;color:#444}.story-block{font-size:16px;line-height:1.6;color:#333;margin-bottom:18px}.story-block p{margin-bottom:8px}.story-block p:last-child{margin-bottom:0}.story-block.highlight{background:#fff;padding:20px 24px;border-left:4px solid #ff7a7a;border-radius:12px;box-shadow:0 6px 14px #0000000a}.quote{margin-top:6px;font-style:italic;color:#666}.story-ending{margin-top:32px;padding:24px;background:#111;color:#fff;border-radius:14px;font-size:16px;line-height:1.6;box-shadow:0 10px 22px #0000002e}@media(max-width:768px){.story-bg{padding:60px 0}.story-page{padding:34px 22px;border-radius:18px}.story-title{font-size:26px}}.carousel-section{text-align:center;padding:40px 0 50px;background:linear-gradient(to bottom,#fff,#fafafa)}.carousel-title{font-size:28px;font-weight:700;margin-bottom:24px}.carousel-wrapper{position:relative;display:flex;justify-content:center}.carousel-viewport{width:100%;max-width:1200px;overflow:hidden}.carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(100% / var(--visible));transition:transform .45s ease-in-out;width:100%}.product-card{box-sizing:border-box;text-align:center;transition:transform .25s ease,box-shadow .25s ease;border-radius:18px}@media(hover:hover){.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000014}}.image-box{padding:14px;background:#fafafa;border-radius:16px}.image-box img{max-width:100%;max-height:200px;object-fit:contain;transition:transform .3s ease}@media(hover:hover){.product-card:hover img{transform:scale(1.05)}}.product-card h3{font-size:16px;margin:12px 0 6px}.price{font-size:18px;font-weight:700;margin-bottom:12px}.buy-btn{background:linear-gradient(135deg,red,#c40000);color:#fff;border:none;border-radius:999px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease}.buy-btn:hover{background:linear-gradient(135deg,#c40000,red);transform:scale(1.04)}@media(max-width:1024px){.product-card{flex:0 0 33.333%}}@media(max-width:640px){.product-card{flex:0 0 100%}.carousel-title{font-size:22px;margin-bottom:20px}}.title-wrapper{display:flex;align-items:baseline;justify-content:center;gap:14px;margin-bottom:30px;flex-wrap:wrap}.title-badge{position:relative;top:-9px;display:inline-flex;align-items:center;justify-content:center;background:#ff2b2b;color:#fff;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap}.luxury-title{font-size:36px;font-weight:800;letter-spacing:-.5px;line-height:1.1;color:#111;position:relative;display:inline-block}.luxury-title:after{content:"";display:block;width:70%;height:3px;margin:12px auto 0;background:linear-gradient(to right,transparent,#ff0000,transparent)}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:42px;font-weight:300;color:#111;cursor:pointer;z-index:5;padding:0;line-height:1;transition:transform .2s ease,opacity .2s ease}.nav-btn:hover{transform:translateY(-50%) scale(1.15);opacity:.7}.nav-btn.left{left:14px}.nav-btn.right{right:14px}.brand-name{font-weight:800;letter-spacing:-.5px}.hero{width:100%;height:600px;overflow:hidden;position:relative}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:1280px){.hero{height:520px}}@media(max-width:1024px){.hero{height:400px}}@media(max-width:640px){.hero{height:300px}}.home-detail{padding:80px 20px;background:linear-gradient(135deg,#fff5f5,#fff);font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.home-detail-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.home-detail-content .badge{display:inline-block;background:red;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;margin-bottom:16px}.brand-heading{font-size:42px;font-weight:800;margin-bottom:12px}.brand-name{color:#1a1a1a font-weight: 800}.brand-d{font-style:italic;font-weight:800;display:inline-block}.subtitle{font-size:20px;font-weight:600;margin-bottom:20px;color:#444}.description{font-size:16px;line-height:1.8;color:#555;margin-bottom:24px}.trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:24px 0 28px}.trust-item{background:#fff;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:600;color:#222;display:flex;align-items:center;gap:8px;box-shadow:0 6px 14px #0000000f}.highlights{list-style:none;padding:0;margin:0}.highlights li{font-size:16px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.home-detail-image{display:flex;justify-content:center}.home-detail-image img{max-width:100%;height:auto;border-radius:24px;box-shadow:0 20px 40px #0000001f}@media(max-width:768px){.home-detail-container{grid-template-columns:1fr;text-align:center}.highlights li{justify-content:center}.brand-heading{font-size:32px}.trust-strip{grid-template-columns:1fr}}.home-carousel{padding:40px 0}.quote-banner,.quote-banner *{box-sizing:border-box}.quote-banner{width:100%;margin:0;padding:56px 16px;background:#d94141;color:#fff;font-family:Poppins,system-ui,sans-serif}.quote-banner-inner{max-width:640px;margin:0 auto;text-align:center}.quote-banner h2{font-size:26px;line-height:1.3;font-weight:700;margin-bottom:12px;word-break:break-word}.quote-banner p{font-size:15px;line-height:1.6;margin-bottom:24px;opacity:.95}.quote-banner-btn{display:inline-block;width:100%;max-width:320px;margin:0 auto;padding:14px 16px;background:#fff;color:#d94141;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;text-align:center}@media(min-width:768px){.quote-banner{padding:72px 24px}.quote-banner h2{font-size:36px}.quote-banner p{font-size:18px}.quote-banner-btn{width:auto;padding:14px 28px}}.banner{width:100%;padding:48px 16px}.banner--light{background:#f7f7f7}.banner-content{max-width:640px;margin:0 auto;text-align:center}.banner-content h3{font-size:22px;font-weight:600;margin-bottom:10px}.banner-content p{font-size:15px;line-height:1.6;margin-bottom:20px;color:#444}.banner-form{display:flex;flex-direction:column;gap:12px}.banner-form input,.banner-form button{width:100%;padding:12px 14px;font-size:14px}.banner-form button{font-weight:600;cursor:pointer}.banner-content small{display:block;margin-top:14px;font-size:12px;color:#666}@media(min-width:768px){.banner-form{flex-direction:row;justify-content:center}.banner-form input{max-width:320px}.banner-form button{width:auto}}.product-page{padding:60px 20px}.product-layout{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-image img{width:100%;max-width:420px}.product-info h1{font-size:28px;margin-bottom:12px}.price-row{display:flex;align-items:center;gap:12px}.price{font-size:22px;font-weight:600}.old-price{text-decoration:line-through;color:#999}.tax{font-size:13px;color:#777;margin:8px 0 20px}.actions-row{display:flex;align-items:center;gap:14px;margin:20px 0}.qty{display:flex;align-items:center;gap:10px;border:1px solid #ccc;border-radius:999px;padding:6px 14px}.qty-wrapper{display:flex;align-items:center;gap:18px}.qty-value{font-size:16px;font-weight:500;min-width:24px;text-align:center}.qty-btn{width:32px;height:32px;border-radius:50%;border:none;background:#f2f2f2;font-size:18px;cursor:pointer;transition:background .2s}.qty-btn:hover{background:#ddd}.qty-value{min-width:20px;text-align:center;font-weight:500}.qty span{padding:0 14px}.add-cart{background:#d60000;color:#fff;border:none;padding:10px 18px;border-radius:999px}.buy-now{background:#fff;border:1px solid #d60000;color:#d60000;padding:10px 18px;border-radius:999px}.description{margin:20px 0;line-height:1.6}.accordion{border-top:1px solid #ddd;padding-top:10px}.features{display:flex;gap:20px;margin-top:20px;font-size:14px}@media(max-width:768px){.product-layout{grid-template-columns:1fr}.actions-row{flex-wrap:wrap}}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.products-sidebar{position:static;width:260px;transform:none}.mobile-filter-trigger,.mobile-filter-header,.filters-backdrop{display:none}@media(max-width:768px){.products-layout{grid-template-columns:1fr}.mobile-filter-trigger{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;margin:12px;border-radius:999px;border:1px solid #ddd;background:#fff;font-weight:600;cursor:pointer}.products-sidebar{position:fixed;top:0;left:0;height:100vh;width:80%;max-width:320px;background:#fff;z-index:1001;transform:translate(-100%);transition:transform .3s ease;padding:20px;overflow-y:auto}.products-sidebar.open{transform:translate(0)}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:16px}.mobile-filter-header button{border:none;background:none;font-size:18px;cursor:pointer}.filters-backdrop{display:block;position:fixed;inset:0;background:#0006;z-index:1000}}.filters-panel{background:#fff;border-radius:18px;padding:20px;border:1px solid #eee}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.filters-header h3{font-size:16px;font-weight:600}.clear-all{background:none;border:none;color:#e60000;font-size:13px;cursor:pointer}.filter-section{margin-bottom:22px}.filter-section label{display:block;font-size:13px;color:#555;margin-bottom:8px}.filter-section input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-size:14px}.price-pill{width:100%;padding:12px;margin-bottom:10px;border-radius:999px;border:1px solid #e5e5e5;background:#fafafa;cursor:pointer;font-weight:500;transition:all .2s ease}.price-pill.active{background:#fff5f5;border-color:#e60000;color:#e60000;box-shadow:0 6px 16px #e600001f}.price-pill:hover{background:#f4f4f4}.products-count{font-size:14px;color:#555;margin-bottom:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;position:relative;z-index:1}.product-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.product-card h4{font-size:14px;margin-bottom:6px}.weight{font-size:13px;color:#777}.price{margin-top:8px;font-size:16px;font-weight:600}@media(max-width:768px){.products-layout{grid-template-columns:1fr}.filters-panel{margin-bottom:20px}}.products-page{display:grid;grid-template-columns:260px 1fr;gap:32px;padding:32px 24px;max-width:1400px;margin:0 auto}.filters{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;height:fit-content}.filters h3{font-size:18px;margin-bottom:16px}.filter-group{margin-bottom:20px}.filter-group label{display:block;font-size:14px;margin-bottom:8px;color:#444}.filter-group input{width:100%;padding:10px 12px;border-radius:6px;border:1px solid #ccc;font-size:14px}.filter-group button{width:100%;padding:10px;margin-bottom:8px;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:14px}.filter-group button:hover{background:#f5f5f5}.clear-btn{background:#fbeaea;border-color:#f5c2c2}.products-content{width:100%}.products-count{font-size:14px;margin-bottom:16px;color:#555}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.product-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.product-card img{width:100%;height:180px;object-fit:contain;margin-bottom:12px}.product-card h4{font-size:15px;margin-bottom:6px}.weight{display:block;font-size:13px;color:#777;margin-bottom:8px}.price{font-size:16px;font-weight:600}.price .original{font-size:13px;color:#999;margin-left:6px;text-decoration:line-through}@media(max-width:768px){.products-page{grid-template-columns:1fr}.filters{order:1}.products-content{order:2}}
