:root{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f1720;background-color:#f8f5f0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}.checkout-container{display:grid;grid-template-columns:1fr;gap:16px;max-width:1200px;margin:0 auto}.checkout-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-page{background-color:#f5f5f0;min-height:100vh}.checkout-page-inner{max-width:1200px;margin:0 auto;padding:clamp(12px,3vw,24px);padding-top:clamp(12px,3vw,18px);padding-bottom:clamp(30px,6vw,44px)}.checkout-header-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.checkout-back-btn{margin-top:2px}.checkout-title-block h1{font-size:clamp(28px,6vw,42px);font-weight:700;color:#1a1a1a;margin:0}.checkout-title-block p{font-size:clamp(14px,4vw,16px);color:#666;margin:4px 0 0}.checkout-totals-card{background:#fff;border-radius:10px;padding:clamp(14px,3vw,18px);box-shadow:0 2px 12px #00000014;margin-bottom:12px}.checkout-totals-row{display:flex;justify-content:space-between;align-items:center;font-size:clamp(13px,3vw,15px);color:#374151;margin-bottom:8px}.checkout-totals-row:last-child{margin-bottom:0}.checkout-totals-row strong{color:#111827}.checkout-totals-row.grand{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:8px;font-weight:700}.checkout-free-delivery-popup{position:fixed;top:calc(var(--vr-header-height) + var(--vr-ads-height) + 10px);right:16px;z-index:1200;color:#fff;padding:10px 14px;border-radius:8px;box-shadow:0 10px 24px #0000003d;font-size:14px;font-weight:700;max-width:min(92vw,360px)}.checkout-free-delivery-popup.is-green{background-color:#0d5f1d}.checkout-free-delivery-popup.is-red{background-color:#8b0000}@media(max-width:520px){.checkout-free-delivery-popup{left:12px;right:12px;top:calc(var(--vr-header-height) + var(--vr-ads-height) + 8px);max-width:none}}@media(max-width:992px){.checkout-grid{grid-template-columns:1fr}}@media(max-width:640px){.checkout-form-grid{grid-template-columns:1fr}}.checkout-success-page{position:fixed;inset:0;z-index:9999;min-height:100vh;width:100vw;display:grid;place-items:center;padding:120px 16px 32px;background:radial-gradient(circle at top,#f6fff0,#f5f5f0 44%,#eef5ea)}.checkout-success-card{width:min(640px,100%);background:#fff;border:1px solid #dbe7d5;border-radius:20px;padding:clamp(22px,4vw,34px);box-shadow:0 18px 48px #1f29371f;text-align:center}.checkout-success-card h1{margin:8px 0 10px;color:#14532d;font-size:clamp(30px,5vw,42px)}.checkout-success-message{color:#1f2937;font-size:clamp(16px,2.5vw,20px);font-weight:700;margin:0 0 10px}.checkout-success-brand-line{color:#4b5563;line-height:1.6;margin:0 auto 12px;max-width:480px}.checkout-success-order-id{display:inline-block;margin:4px 0 16px;padding:7px 12px;border-radius:999px;background:#ecfdf3;border:1px solid #bbf7d0;color:#166534;font-weight:700}.checkout-success-actions button{border:none;background:linear-gradient(180deg,#1a8c44,#137738);color:#fff;border-radius:12px;padding:12px 24px;font-weight:800;cursor:pointer}.success-checkmark-wrap{width:90px;height:90px;margin:0 auto}.success-checkmark{width:100%;height:100%}.success-checkmark-ring{stroke:#16a34a;stroke-width:4;stroke-linecap:round;stroke-dasharray:226;stroke-dashoffset:226;animation:draw-ring .8s ease forwards}.success-checkmark-path{stroke:#15803d;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:58;stroke-dashoffset:58;animation:draw-check .55s ease .45s forwards}@keyframes draw-ring{to{stroke-dashoffset:0}}@keyframes draw-check{to{stroke-dashoffset:0}}*{margin:0;padding:0;box-sizing:border-box}:root{--vr-header-height: 90px;--vr-ads-height: 50px;--vr-scroll-offset: calc(var(--vr-header-height) + var(--vr-ads-height))}html{scroll-behavior:smooth;scroll-padding-top:var(--vr-scroll-offset)}body,html,#root{background-color:#fff}#home,#about,#products,#contact{scroll-margin-top:var(--vr-scroll-offset)}.app-shell-offset{padding-top:var(--vr-header-height)}@media(max-width:1024px){:root{--vr-header-height: 98px;--vr-ads-height: 50px}html{scroll-padding-top:var(--vr-scroll-offset)}#home,#about,#products,#contact{scroll-margin-top:var(--vr-scroll-offset)}}@media(max-width:520px){:root{--vr-header-height: 84px;--vr-ads-height: 42px}html{scroll-padding-top:var(--vr-scroll-offset)}#home,#about,#products,#contact{scroll-margin-top:var(--vr-scroll-offset)}}.vr-header{position:fixed;top:0;left:0;right:0;width:100%;background:linear-gradient(180deg,#fff,#fafaf9);box-shadow:0 4px 20px #00000014;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(34,197,94,.08)}.vr-header-container{max-width:1200px;margin:auto;padding:10px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.vr-logo-area{display:flex;align-items:center;gap:12px}.vr-logo-area a{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;cursor:pointer}.hero-anim{position:absolute;inset:0;z-index:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(28px);opacity:.36;will-change:transform;mix-blend-mode:multiply}.orb-a{width:520px;height:520px;top:-20%;left:-10%;background:radial-gradient(circle at 30% 30%,#ffe082,#ffd54f 35%,#ffd54f00 60%);animation:orbitA 28s ease-in-out infinite}.orb-b{width:420px;height:420px;bottom:-25%;right:-10%;background:radial-gradient(circle at 60% 60%,#ffecb3,#ffe599 35%,#ffe59900 60%);animation:orbitB 32s ease-in-out infinite}.orb-c{width:360px;height:360px;top:30%;right:25%;background:radial-gradient(circle at 50% 50%,#fff176,#ffd54f 40%,#ffd54f00 65%);animation:orbitC 26s ease-in-out infinite;opacity:.3}.vr-logo-img{width:70px;height:70px;transition:transform .3s ease}.vr-logo-area a:hover .vr-logo-img{transform:scale(1.05)}.vr-logo-text h2{margin:0;background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:19px;font-weight:800;letter-spacing:-.5px}.vr-logo-text span{font-size:12px;color:#555}.vr-nav{display:flex;gap:28px;align-items:center}.vr-nav a{text-decoration:none;color:#374151;font-weight:600;transition:all .3s ease;padding:4px 0;position:relative}.vr-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#15803d,#22c55e);transition:width .3s ease}.vr-nav a:hover{color:#15803d}.vr-nav a:hover:after{width:100%}.vr-order-btn{background:linear-gradient(135deg,#15803d,#22c55e);border:none;padding:11px 28px;color:#fff;border-radius:8px;cursor:pointer;font-size:15px;font-weight:700;transition:all .3s ease;box-shadow:0 4px 12px #22c55e40;letter-spacing:-.3px}.vr-order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #22c55e59;background:linear-gradient(135deg,#0d6a2f,#1ea853)}.vr-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:linear-gradient(135deg,#15803d,#22c55e);border:none;border-radius:10px;cursor:pointer;padding:8px 10px;transition:all .3s ease;box-shadow:0 4px 12px #22c55e33}.vr-menu-toggle span{display:block;height:3px;background:#fff;border-radius:6px;transition:all .3s ease}.vr-menu-toggle.active{box-shadow:0 8px 20px #22c55e4d;transform:scale(.95)}.vr-menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.vr-menu-toggle.active span:nth-child(2){opacity:0}.vr-menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.desktop-only{display:inline-flex}.mobile-only{display:none}.hero-section{position:relative;overflow:hidden;padding:120px 80px 70px;display:flex;align-items:center;justify-content:space-between}.hero-section:before,.hero-section:after{display:none}.home-container{margin:0}.running-ads-ticker{position:sticky;top:var(--vr-header-height);z-index:995;width:100vw;margin-top:0;margin-left:calc(-50vw + 50%);overflow:hidden;border-top:0;border-bottom:0;background:transparent}.running-ads-track{width:max-content;display:flex;align-items:center;gap:0;padding:0;animation:runningAdsSlide 24s linear infinite}.running-ads-item{display:inline-block;white-space:nowrap;font-size:.9rem;font-weight:700;background:var(--ad-bg, #14532d);color:var(--ad-text, #ffffff);letter-spacing:.01em;padding:8px 18px}.running-ads-item:after{content:"•";margin-left:18px;color:currentColor;opacity:.45}.db-banner-wrapper{width:100vw;margin-top:0;margin-left:calc(-50vw + 50%);overflow:hidden;background:#fff}.db-banner-image{width:100%;display:block;object-fit:cover;animation:fadeInDown .55s ease-out}.home-category-strip{width:100%;display:flex;gap:10px;padding:14px 16px 8px;overflow-x:auto;background:#fff;border-bottom:1px solid #e8edf2}.home-product-tools{background:#fff}.home-search-wrap{padding:8px 16px 14px;border-bottom:1px solid #e8edf2}.home-search-box{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.home-search-input{width:100%;border:1px solid #d7e0e8;border-radius:10px;padding:10px 12px;font-size:14px;color:#1f2937;background:#fff}.home-search-icon-btn{height:40px;border:1px solid #16a34a;border-radius:10px;background:#f0fdf4;color:#16a34a;min-width:44px;padding:0 10px;font-size:16px;font-weight:700;cursor:pointer}.home-search-icon-btn:hover{background:#dcfce7;border-color:#15803d}.home-search-icon-svg{width:18px;height:18px;display:block}.home-search-input:focus{outline:2px solid rgba(22,101,52,.15);border-color:#166534}.home-category-btn{border:1px solid #d7e0e8;background:#f7fafc;color:#23445f;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}.home-category-btn.active{background:#166534;border-color:#166534;color:#fff}@media(max-width:520px){.running-ads-ticker{margin-top:0}.running-ads-track{gap:0;padding:0}.running-ads-item{font-size:.8rem;padding:7px 14px}.running-ads-item:after{margin-left:14px}.db-banner-wrapper{margin-top:0}.home-category-strip{padding:12px 12px 6px;gap:8px}.home-search-wrap{padding:8px 12px 12px}.home-search-box{gap:6px}.home-search-icon-btn{height:38px;min-width:40px;padding:0 8px;font-size:15px}.home-category-btn{font-size:12px;padding:7px 12px}}@media(min-width:521px)and (max-width:1024px){.running-ads-ticker,.db-banner-wrapper{margin-top:0}}@media(min-width:768px){.db-banner-wrapper{height:clamp(350px,40vw,500px)}.db-banner-image{height:100%}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-left{width:50%;padding-right:32px}.hero-title{font-size:64px;color:#030;line-height:1.15}.highlight{color:#093}.hero-text{margin:20px 0;color:#444;font-size:18px;line-height:1.6;max-width:640px}.hero-buttons{margin-top:25px;display:flex;gap:15px}.btn-primary{background:#0ba332;border:none;color:#fff;padding:14px 28px;border-radius:30px;font-size:16px;cursor:pointer}.btn-outline{background:transparent;border:2px solid #0ba332;color:#0ba332;padding:12px 28px;border-radius:30px;font-size:16px;cursor:pointer}.hero-stats{margin-top:40px;display:flex;gap:24px;position:relative}.hero-stats:before{content:"";position:absolute;inset:-16px 40% auto -16px;height:120px;background:radial-gradient(circle at center,#ffd74073,#ffd74000);filter:blur(8px);z-index:0;animation:glowPulse 2.8s ease-in-out infinite}.hero-stats>div{position:relative;z-index:1;background:linear-gradient(135deg,#fff9d9,#fff);border:1px solid #ffe08a;box-shadow:0 10px 20px #00000014;border-radius:14px;padding:14px 18px;min-width:120px}.hero-stats h2{font-size:32px;color:#b18000;margin:0 0 4px}.hero-stats p{margin:0;color:#3f3a2a;font-weight:600}.hero-right{width:48%;position:relative;padding-bottom:24px;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;border-radius:25px;box-shadow:0 10px 25px #00000026;display:block;margin:0 auto}.card-icon{width:30px}@keyframes glowPulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.08);opacity:.6}}@keyframes driftX{0%{transform:translate(0)}to{transform:translate(-80px)}}@keyframes driftY{0%{transform:translateY(0)}to{transform:translateY(-70px)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes orbitA{0%{transform:translate(0) scale(1)}25%{transform:translate(75%,-10%) scale(1.05)}50%{transform:translate(25%,65%) scale(.95)}75%{transform:translate(95%,30%) scale(1.1)}to{transform:translate(0) scale(1)}}@keyframes orbitB{0%{transform:translate(0) scale(1)}25%{transform:translate(-60%,-10%) scale(1.08)}50%{transform:translate(-10%,-60%) scale(.95)}75%{transform:translate(-80%,20%) scale(1.06)}to{transform:translate(0) scale(1)}}@keyframes orbitC{0%{transform:translate(0) scale(1)}20%{transform:translate(-20%,30%) scale(1.02)}50%{transform:translate(35%,-20%) scale(1.08)}80%{transform:translate(10%,40%) scale(.96)}to{transform:translate(0) scale(1)}}@media(max-width:1024px){.vr-header-container{padding:14px 18px}.hero-section{padding:120px 32px 70px}.hero-left,.hero-right{width:100%}.hero-section{flex-direction:column;gap:40px}.hero-left{padding-right:0}}@media(max-width:768px){.orb{filter:blur(20px);opacity:.28}.orb-c{display:none}.vr-nav{position:fixed;top:72px;right:16px;left:16px;background:#fff;border:1px solid #f0e4b2;box-shadow:0 16px 32px #0000001f;border-radius:16px;padding:14px 18px;flex-direction:column;gap:14px;transform-origin:top right;transform:scaleY(.8);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.vr-nav.open{opacity:1;visibility:visible;transform:scaleY(1)}.vr-order-btn.desktop-only{display:none}.vr-menu-toggle{display:inline-flex}.mobile-only{display:inline-flex;justify-content:center}.hero-section{padding:100px 20px 50px;text-align:left}.hero-title{font-size:32px}.hero-text{font-size:15px}.hero-buttons{flex-wrap:wrap;gap:12px}.btn-primary,.btn-outline{padding:12px 24px;font-size:14px}.hero-stats{flex-wrap:wrap;gap:12px}.hero-stats h2{font-size:28px}.hero-stats p{font-size:13px}.hero-right{order:-1;padding-bottom:20px;display:none}.hero-image{max-width:280px;margin:0 auto}}@media(max-width:520px){.vr-header-container{padding:12px 16px}.vr-logo-img{width:60px;height:60px}.vr-logo-text h2{font-size:18px}.vr-logo-text span{font-size:11px}.hero-section{padding:100px 16px 40px}.hero-title{font-size:26px;line-height:1.3}.hero-text{font-size:14px;margin-bottom:20px}.btn-primary,.btn-outline{padding:10px 20px;font-size:13px}.hero-stats{gap:10px}.hero-stats>div{flex:1 1 calc(50% - 5px)}.hero-stats h2{font-size:24px}.hero-stats p{font-size:12px}.hero-image{max-width:240px}}@media(prefers-reduced-motion:reduce){.hero-image{animation:none}.hero-section:before,.hero-section:after{animation:none}}.about-section{padding:100px 6% 80px;background:#fff;position:relative;overflow:hidden}.about-header{text-align:center;margin-bottom:30px;position:relative;z-index:1}.about-header h1{font-size:48px;font-weight:800;margin-bottom:12px;background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-header h1 span{color:#22c55e}.about-header p{margin-top:15px;color:#6b7280;font-size:18px;font-weight:500}.about-content{display:flex;gap:40px;align-items:center;position:relative;z-index:1;margin-bottom:0}.about-text{flex:1}.about-text h2{font-size:32px;margin-bottom:20px;color:#1f2937;font-weight:700}.about-text p{color:#4b5563;line-height:1.8;margin-bottom:20px;font-size:15px}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}.feature-card{padding:28px;border-radius:14px;border:2px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden;background-clip:padding-box}.feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.5),transparent);opacity:0;transition:opacity .35s ease;pointer-events:none}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}.feature-card:hover:before{opacity:1}.feature-card.green{background:linear-gradient(135deg,#f0fdf4,#e6f0e3);border-color:#22c55e33}.feature-card.yellow{background:linear-gradient(135deg,#fefce8,#fef6e0);border-color:#fbbf2433}.feature-card h4{font-size:16px;margin-bottom:8px;font-weight:700;color:#1f2937}.feature-card p{font-size:14px;color:#6b7280;margin:0}.feature-icon{display:block;font-size:28px;margin-bottom:12px;line-height:1}.about-image{flex:1;position:relative;display:flex;align-items:center;justify-content:center;max-width:400px;margin:0 auto}.about-image img{width:100%;height:auto;object-fit:contain;transition:all .4s ease;max-width:400px}.about-image img:hover{transform:scale(1.02)}.our-process{margin-top:60px;text-align:center}.our-process h2{font-size:40px;font-weight:800;margin-bottom:60px;color:#1f2937}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:flex-start}.process-step{text-align:center}.step-circle{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;margin:0 auto 20px;box-shadow:0 4px 12px #00000026}.step-circle.step-1{background:linear-gradient(135deg,#15803d,#22c55e)}.step-circle.step-2{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.step-circle.step-3{background:linear-gradient(135deg,#15803d,#22c55e)}.process-step h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#1f2937}.process-step p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}@media(max-width:900px){.about-section{padding:70px 4% 50px}.about-header{margin-bottom:30px}.about-header h1{font-size:36px}.about-header p{font-size:16px}.about-content{flex-direction:column;gap:30px}.about-text h2{font-size:26px;margin-bottom:15px}.about-text p{font-size:14px;margin-bottom:15px}.about-features{margin-top:30px;gap:12px}.feature-card{padding:18px}.feature-icon{font-size:24px;margin-bottom:8px}.about-image{max-width:320px;margin:0 auto;display:none}.about-image img{max-width:320px}.our-process h2{font-size:32px;margin-bottom:40px}.process-steps{gap:30px}.step-circle{width:70px;height:70px;font-size:28px}.process-step h3{font-size:18px}.process-step p{font-size:13px}}@media(max-width:520px){.about-section{padding:50px 4% 40px}.about-header{margin-bottom:30px}.about-header h1{font-size:28px}.about-header p{font-size:14px}.about-text h2{font-size:22px}.about-text p{font-size:13px}.about-features{grid-template-columns:repeat(2,1fr);gap:10px}.feature-card{padding:16px}.feature-card h4{font-size:15px}.feature-card p{font-size:13px}.about-image{max-width:250px;margin:0 auto}.about-image img{max-width:250px}.our-process{margin-top:50px}.our-process h2{font-size:24px;margin-bottom:30px}.process-steps{grid-template-columns:1fr;gap:20px}.step-circle{width:60px;height:60px;font-size:24px}.process-step h3{font-size:16px}.process-step p{font-size:12px}}.products-heading-section{padding:20px 6% 30px;margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-start;background:#fff}.products-heading{font-size:52px;font-weight:900;margin-bottom:16px;text-align:left;color:#0b1113;letter-spacing:-1.5px}.products-subheading{color:#666;font-size:18px;line-height:1.6;max-width:600px;text-align:left;margin:0}.products-heading span{background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-cards-container{background:transparent;width:100%;padding:0 24px 40px;border-radius:0;margin-bottom:0}.product-cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}.simple-product-card{text-align:left;transition:all .3s ease;background:#fff;border-radius:14px;padding:0;box-shadow:0 8px 24px #0f172a14;overflow:hidden;position:relative;border:1px solid #d9e2ec;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;display:flex;flex-direction:column}.simple-product-badge{position:absolute;top:10px;right:10px;z-index:2;background:linear-gradient(135deg,#166534,#16a34a);color:#fff;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.2px}.simple-product-card:hover{box-shadow:0 14px 30px #0f172a24;border-color:#adc2d6;transform:translateY(-4px)}.simple-product-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:0;overflow:hidden;border-radius:14px 14px 0 0;background:#fff;padding:0;border:none;position:relative}.simple-product-image img{width:100%;height:100%;object-fit:contain;transition:none;display:block;background:#fff}.simple-product-picker{width:100%;display:block;position:relative;margin-top:8px;text-align:left;display:flex;align-items:center;justify-content:space-between;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#1e293b;padding:12px 14px;font-size:14px;cursor:pointer;min-height:44px;overflow:hidden}.simple-product-picker-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.simple-product-picker-menu{width:100%;box-sizing:border-box;display:block;text-align:left;padding:10px 12px;border:none;background:transparent;color:#1e293b;cursor:pointer;font-size:13px}.simple-product-picker-option:hover,.simple-product-picker-option.selected{background:#f0f9ff}.simple-product-info{padding:16px 14px;flex-direction:column;gap:8px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:8px}.simple-product-name{font-size:15px;font-weight:700;color:#0f172a;margin:0;line-height:1.28;letter-spacing:-.1px}.simple-product-size{font-size:13px;font-weight:600;color:#15803d;margin-bottom:8px}.simple-product-price{display:block;margin:0;color:#0f172a;font-size:19px;font-weight:800;white-space:nowrap;line-height:1.1}.simple-product-unit{margin:0;font-size:11px;font-weight:600;color:#64748b;white-space:nowrap}.simple-product-desc{font-size:13px;color:#64748b;margin:0;line-height:1.5;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-page .simple-product-card{min-height:100%}.products-page .simple-product-image{height:240px;background:transparent}.products-page .simple-product-image img{width:190px;height:190px;object-fit:contain}.products-page .simple-product-info{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;margin-bottom:0}.products-page .simple-product-name{min-height:40px}.simple-product-quantity-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.combo-price-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-height:40px}.combo-list-price{margin:0;font-size:10px!important;color:#64748b!important;text-decoration:none;min-width:auto!important;text-align:left!important;width:100%;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.combo-offer-price{margin:0;font-size:16px;font-weight:800;color:#166534;line-height:1.2}.simple-product-quantity-select{flex:1;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:9px 10px;font-size:13px;color:#1e293b;outline:none}.simple-product-quantity-select:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d29}.products-page .simple-product-price{font-size:18px;min-width:94px;text-align:right}.home-products-section .simple-product-card{min-height:100%}.home-products-section .simple-product-image{height:240px;background:#f8fafc}.home-products-section .simple-product-image img{width:190px;height:190px;object-fit:contain}.home-products-section .simple-product-info{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;margin-bottom:0}.home-products-section .simple-product-name{min-height:40px}.home-products-section .simple-product-price{font-size:18px;min-width:94px;text-align:right}.simple-product-select{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:8px 10px;font-size:13px;color:#1e293b;outline:none;margin-top:auto}.simple-product-select:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d29}.add-to-cart-btn{width:100%;margin-top:12px;background:linear-gradient(135deg,#15803d,#16a34a);color:#fff;padding:14px 16px;border-radius:12px;border:none;font-size:14px;font-weight:800;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:none}.add-to-cart-btn:hover{background:linear-gradient(135deg,#166534,#15803d);box-shadow:none}.add-to-cart-btn:active{transform:scale(.98)}.product-gallery-modal{position:fixed;inset:0;z-index:1200;background:#0206179e;display:flex;align-items:center;justify-content:center;padding:20px}.product-gallery-content{width:min(920px,100%);border-radius:12px;background:#fff;padding:16px;position:relative;box-shadow:0 24px 48px #02061759}.product-gallery-content h3{margin:0 0 12px;font-size:20px;color:#0f172a}.gallery-close-btn{position:absolute;top:10px;right:10px;border:none;width:34px;height:34px;border-radius:999px;background:#f1f5f9;color:#1e293b;font-size:16px;font-weight:700;cursor:pointer}.gallery-main-image-wrap{width:100%;height:min(60vh,520px);border-radius:10px;background:#f8fafc;border:1px solid #d9e2ec;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-main-image{max-width:100%;max-height:100%;object-fit:contain}.gallery-thumb-row{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:8px}.gallery-thumb-btn{border:1px solid #d3dfeb;border-radius:8px;background:#fff;padding:0;overflow:hidden;cursor:pointer}.gallery-thumb-btn.active{border-color:#15803d;box-shadow:0 0 0 2px #15803d38}.gallery-thumb-btn img{width:100%;height:64px;object-fit:cover;display:block}.product-benefits-section{margin-bottom:60px}.product-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-benefit-card{background:#fff;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border-top:4px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#15803d,#22c55e);background-origin:padding-box,border-box;background-clip:padding-box,border-box}.product-benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #22c55e33}.benefit-card-icon{font-size:48px;margin-bottom:16px;display:block;line-height:1}.benefit-card-title{font-size:22px;font-weight:800;color:#15803d;margin:0 0 12px}.benefit-card-desc{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.quantity-control{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding:12px;background:#f5f5f0;border-radius:12px}.qty-btn{width:40px;height:40px;border:2px solid #15803d;background:#fff;color:#15803d;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#15803d;color:#fff}.qty-display{font-size:18px;font-weight:700;color:#0b132a;min-width:20px}.cart-summary{background-color:#fff;padding:28px;border-radius:20px;color:#333;box-shadow:0 2px 12px #0000001a;margin-bottom:0}.cart-content{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.cart-items{flex:1;min-width:200px}.cart-title{font-size:24px;font-weight:700;margin:0 0 8px}.cart-total-items{font-size:16px;margin:0;opacity:.95}.items-count{font-weight:800;font-size:18px;display:inline-block;background:#fff3;padding:2px 10px;border-radius:8px;min-width:30px}.size-selector{display:flex;align-items:center;gap:12px;flex:1;min-width:250px}.size-label{font-weight:600;font-size:15px;margin:0}.size-select{padding:10px 16px;border-radius:8px;border:none;background:#fff;color:#0b132a;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.size-select:hover{box-shadow:0 4px 12px #00000026}.checkout-btn{padding:14px 32px;background:#fff;color:#15803d;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.checkout-btn:hover{transform:scale(1.02);box-shadow:0 6px 16px #0003}.sizes-section{margin-top:0;padding-left:60px}@media(max-width:768px){.sizes-section{padding-left:20px}}.sizes-heading{text-align:center;font-size:42px;font-weight:900;color:#0b132a;margin-bottom:40px;background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sizes-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:40px}.size-card{padding:24px 16px;border-radius:20px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.size-card:before{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease;z-index:0}.size-card{background:#f0ebe0;border:2px solid rgba(34,197,94,.2);color:#15803d}.size-card.popular{background:linear-gradient(135deg,#15803d,#22c55e);color:#fff;box-shadow:0 12px 40px #22c55e59}.size-card.popular .popular-badge{display:inline-block;background:#fbbf24;color:#000;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;margin-bottom:12px}.size-card:hover{transform:translateY(-4px)}.size-card.popular:hover{transform:translateY(-4px);box-shadow:0 16px 48px #22c55e66}.size-value{font-size:28px;font-weight:800;margin-bottom:8px}.size-description{font-size:14px;opacity:.85;margin-top:8px}.why-choose-section{margin-top:0}.benefits-section{padding:70px 6% 60px 60px;margin-top:0;margin-bottom:30px}@media(max-width:768px){.benefits-section{padding-left:20px}}.why-choose-heading{text-align:center;font-size:44px;font-weight:900;color:#0b132a;margin-bottom:12px;background:linear-gradient(135deg,#15803d,#0b132a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-choose-subheading{text-align:center;font-size:16px;color:#6b7280;margin-bottom:40px}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 auto;width:100%}.benefit-card:nth-child(1){grid-column:auto}.benefit-card:nth-child(2){grid-column:auto}.benefit-card:nth-child(3){grid-column:auto}.benefit-card:nth-child(4){grid-column:auto}.benefit-card:nth-child(5){grid-column:auto}.benefit-card:nth-child(6){grid-column:auto}.benefit-card:nth-child(7){grid-column:auto}.benefit-card:nth-child(8){grid-column:auto}.benefit-card{padding:24px;border-radius:20px;background:#fff;box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column;margin-bottom:20px}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#15803d,#22c55e);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.benefit-card:hover{transform:none;box-shadow:0 4px 12px #00000014}.benefit-card:hover:before{transform:scaleX(0)}.benefit-icon{font-size:40px;margin-bottom:16px;display:block;transition:transform .3s ease}.benefit-title{font-size:19px;font-weight:800;color:#15803d;margin-bottom:10px}.benefit-description{font-size:14px;color:#6b7280;line-height:1.7;margin:0;flex-grow:1}.bottom-benefits-section{margin-top:60px;padding-top:60px;padding-bottom:40px}.bottom-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.bottom-benefit-card{background:#fff;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border-top:4px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#15803d,#22c55e);background-origin:padding-box,border-box;background-clip:padding-box,border-box;min-height:220px;display:flex;flex-direction:column;justify-content:center}.bottom-benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #22c55e33}.bottom-benefit-icon{font-size:48px;margin-bottom:16px;display:block;line-height:1}.bottom-benefit-title{font-size:22px;font-weight:800;color:#15803d;margin:0 0 12px}.bottom-benefit-desc{font-size:14px;color:#6b7280;line-height:1.7;margin:0}@media(max-width:900px){.products-heading-section{padding:0 6% 30px}.products-heading{font-size:40px}.products-subheading{font-size:16px}.product-cards-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:0}.simple-product-card{background:#fff;padding:0;border-radius:10px;box-shadow:0 6px 20px #0f172a1a;border:1px solid #d9e2ec;-webkit-tap-highlight-color:transparent}.simple-product-image{height:180px}.products-page .simple-product-image img,.home-products-section .simple-product-image img{width:150px;height:150px}.simple-product-name{font-size:14px}.simple-product-price{font-size:18px}.product-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px}.product-benefit-card{padding:32px 24px}.benefit-card-icon{font-size:40px}.benefit-card-title{font-size:18px}}@media(max-width:640px){.product-cards-container{padding:0 16px 30px}.product-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.simple-product-card{background:#fff;padding:0;border-radius:14px;box-shadow:0 8px 24px #0f172a14;border:1px solid #d9e2ec;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.simple-product-image{height:180px;border-radius:14px 14px 0 0}.simple-product-info{padding:12px 12px 14px}.simple-product-name{font-size:14px;min-height:36px}.simple-product-price{font-size:17px}}@media(max-width:900px){.benefit-card-desc{font-size:13px}.bottom-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px}.bottom-benefit-card{padding:32px 24px}.bottom-benefit-icon{font-size:40px}.bottom-benefit-title{font-size:18px}.bottom-benefit-desc{font-size:13px}.cart-content{gap:20px}.size-selector{flex-direction:column;align-items:flex-start}.sizes-grid{grid-template-columns:repeat(2,1fr)}.size-card.popular{grid-column:auto}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:20px}.benefit-card:nth-child(1),.benefit-card:nth-child(2),.benefit-card:nth-child(3),.benefit-card:nth-child(4),.benefit-card:nth-child(5),.benefit-card:nth-child(6),.benefit-card:nth-child(7){grid-column:auto}.benefits-section{padding:80px 6%}.sizes-heading{font-size:32px;margin-bottom:40px}.why-choose-heading{font-size:36px;margin-bottom:10px}.why-choose-subheading{margin-bottom:40px}}@media(max-width:520px){.products-heading-section{padding:0 6% 20px}.products-heading{font-size:32px;margin-bottom:12px}.products-subheading{font-size:14px}.product-cards-grid{grid-template-columns:1fr;gap:18px;padding:0;max-width:420px;margin:0 auto}.product-cards-container{padding:0 18px 30px!important}.simple-product-card{background:#fff;padding:0;border-radius:18px;box-shadow:0 16px 34px #0f172a1f;border:1px solid #e5e7eb;transition:all .3s ease;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;overflow:hidden}.simple-product-card:active{box-shadow:0 6px 20px #0f172a24;border-color:#d9e2ec;transform:scale(.98)}.simple-product-card,.simple-product-image,.simple-product-picker,.simple-product-picker-toggle,.simple-product-picker-menu{box-sizing:border-box}.simple-product-picker{width:100%;position:relative;margin-top:6px;border-radius:14px;min-height:46px;padding:12px 14px}.simple-product-picker-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:none;padding:0;color:inherit}.simple-product-picker-arrow{font-size:14px}.simple-product-picker-menu{width:100%;position:absolute;left:0;top:calc(100% + 6px);z-index:20;background:#fff;border:1px solid #d1d5db;border-radius:14px;box-shadow:0 18px 40px #0f172a1f;padding:6px 0}.simple-product-picker-option{width:100%;display:block;text-align:left;padding:12px 16px;border:none;background:transparent;color:#111827;cursor:pointer;font-size:14px}.simple-product-picker-option:hover,.simple-product-picker-option.selected{background:#f8fafc}.simple-product-image{height:220px;margin-bottom:0;background:#f8fafc;border-radius:18px 18px 0 0;padding:0}.simple-product-info{padding:16px 16px 18px;gap:10px}.simple-product-name{font-size:16px;font-weight:700;color:#111827;margin:0;line-height:1.25}.simple-product-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.simple-product-price{font-size:20px;margin:0}.simple-product-unit{font-size:13px;color:#4b5563;margin:0}.simple-product-desc{font-size:14px;color:#64748b;margin-bottom:16px;min-height:42px;justify-content:flex-start}.add-to-cart-btn{width:100%;margin-top:12px;padding:14px 16px;font-size:15px;font-weight:700;border-radius:14px;box-shadow:0 8px 20px #15803d2e}.product-benefits-grid{grid-template-columns:1fr;gap:16px}.product-benefit-card{padding:28px 20px}.benefit-card-icon{font-size:36px;margin-bottom:12px}.benefit-card-title{font-size:16px}.benefit-card-desc{font-size:12px}.bottom-benefits-grid{grid-template-columns:1fr;gap:16px}.bottom-benefit-card{padding:28px 20px}.bottom-benefit-icon{font-size:36px;margin-bottom:12px}.bottom-benefit-title{font-size:16px}.bottom-benefit-desc{font-size:12px}.cart-summary{padding:20px}.cart-content{flex-direction:column;gap:16px}.cart-items{width:100%}.size-selector{width:100%;flex-direction:column;align-items:stretch}.size-select{width:100%}.checkout-btn{width:100%;padding:12px 20px}.sizes-grid{grid-template-columns:1fr;gap:16px}.size-card{padding:24px}}.home-products-section .product-cards-container{padding:0 14px 24px!important}.home-products-section .product-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;max-width:100%;margin:0}.home-products-section .home-product-card{background:#fff;border-radius:16px;border:1px solid #d9e2ec;box-shadow:0 10px 22px #0f172a14;overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:transform .25s ease,box-shadow .25s ease}.home-products-section .home-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px #0f172a21}.home-products-section .home-card-media-wrap{position:relative}.home-products-section .home-card-badge{position:absolute;top:10px;right:10px;z-index:2;background:linear-gradient(135deg,#14532d,#15803d);color:#eaffea;border-radius:12px;padding:8px 12px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.home-products-section .home-card-image{height:180px;background:transparent;border-radius:0;padding:14px}.home-products-section .home-card-image img{width:100%;height:100%;object-fit:contain}.home-products-section .home-card-info{padding:14px 12px 12px;display:flex;flex-direction:column;gap:10px;align-items:stretch}.home-products-section .simple-product-name{font-size:18px;font-weight:800;line-height:1.2;color:#0f172a;margin:0;min-height:44px}.home-products-section .home-card-subtitle{font-size:13px;color:#5f6c78;line-height:1.45;margin:0;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-products-section .simple-product-quantity-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-products-section .simple-product-quantity-select{flex:1;height:42px;border:1px solid #d9e1e8;border-radius:11px;background:#fff;padding:0 12px;font-size:16px;font-weight:700;color:#1f2937;appearance:menulist;-webkit-appearance:menulist;-moz-appearance:menulist}.home-products-section .simple-product-quantity-select:focus{border-color:#166534;box-shadow:0 0 0 3px #16653424;outline:none}.home-products-section .simple-product-price{font-size:30px;font-weight:900;line-height:1;min-width:90px;text-align:right;color:#0b1220;letter-spacing:-.6px;margin:0}.home-products-section .add-to-cart-btn{margin-top:2px;height:48px;border-radius:11px;border:none;background:linear-gradient(180deg,#16863f,#137738);color:#fff;font-size:16px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;box-shadow:inset 0 1px #ffffff26}.home-products-section .add-to-cart-btn:hover{background:linear-gradient(180deg,#15783a,#10662f)}@media(min-width:1025px){.home-products-section .product-cards-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-products-section .home-card-image{height:230px}.home-products-section .simple-product-price{font-size:24px}}@media(max-width:900px){.home-products-section .product-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-products-section .home-card-image{height:165px;padding:12px}.home-products-section .simple-product-name{font-size:16px;min-height:40px}.home-products-section .home-card-subtitle{font-size:12px;min-height:34px}.home-products-section .simple-product-price{font-size:20px;min-width:74px}.home-products-section .simple-product-quantity-select{font-size:14px;height:40px}.home-products-section .add-to-cart-btn{height:44px;font-size:14px}}@media(max-width:430px){.home-products-section .product-cards-container{padding:0 10px 22px!important}.home-products-section .product-cards-grid{gap:10px}.home-products-section .home-card-info{padding:12px 10px 10px;gap:8px}.home-products-section .home-card-image{height:152px;padding:10px}.home-products-section .simple-product-name{font-size:15px;min-height:36px}.home-products-section .simple-product-price{font-size:18px;min-width:68px}.home-products-section .simple-product-quantity-select{height:38px;border-radius:10px;font-size:13px}.home-products-section .add-to-cart-btn{height:40px;font-size:13px}}@media(max-width:520px){.size-card.popular{transform:scale(1);grid-column:auto}.size-card.popular:hover{transform:translateY(-4px)}.size-value{font-size:28px}.benefits-grid{grid-template-columns:1fr}.benefit-card:nth-child(1),.benefit-card:nth-child(2),.benefit-card:nth-child(3),.benefit-card:nth-child(4),.benefit-card:nth-child(5),.benefit-card:nth-child(6),.benefit-card:nth-child(7){grid-column:auto}.benefits-section{padding:50px 6%}.benefit-card{padding:20px}.benefit-icon{font-size:32px}.benefit-title{font-size:15px}.benefit-description{font-size:13px}.sizes-heading{font-size:28px}.why-choose-heading{font-size:30px}.why-choose-subheading{font-size:14px}}#contact{position:relative;overflow:hidden;background:#fff;padding:100px 0 80px}.contact-heading-section{text-align:center;margin-bottom:80px;padding:0 20px;position:relative;z-index:1}.contact-heading{font-size:60px;font-weight:900;color:#0b132a;margin-bottom:16px;letter-spacing:-1.5px;line-height:1.2}.contact-heading span{background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.contact-heading span:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:4px;background:linear-gradient(90deg,#15803d,#22c55e);border-radius:2px;opacity:.3}.contact-subheading{font-size:18px;color:#6b7280;line-height:1.8;max-width:650px;margin:0 auto;font-weight:500}.contact-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding:0 24px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-info-section{padding-right:40px}.contact-info-title{font-size:32px;font-weight:800;color:#0b132a;margin-bottom:12px;letter-spacing:-.5px}.contact-info-subtitle{font-size:16px;color:#6b7280;margin-bottom:50px;line-height:1.8;font-weight:500}.contact-info-card{display:flex;gap:20px;margin-bottom:36px;padding:28px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;transition:all .35s cubic-bezier(.4,0,.2,1);border:1px solid rgba(34,197,94,.08);position:relative}.contact-info-link{text-decoration:none;color:inherit;display:flex;cursor:pointer}.contact-info-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#15803d,#22c55e);border-radius:16px 0 0 16px}.contact-info-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #22c55e26;border-color:#22c55e33}.contact-info-card:last-child{margin-bottom:0}.contact-info-icon{font-size:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#dcfce7,#f0fdf4);border-radius:14px;border:2px solid rgba(34,197,94,.2);position:relative;overflow:hidden;color:#22c55e}.contact-info-icon:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4),transparent);pointer-events:none}.contact-info-details{flex:1;padding-left:8px}.contact-info-label{font-size:18px;font-weight:700;color:#0b132a;margin-bottom:8px;margin-top:0;letter-spacing:-.3px}.contact-info-text{font-size:15px;color:#6b7280;margin:6px 0;line-height:1.7;font-weight:500}.contact-form-section{background:#fff;padding:48px;border-radius:20px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(34,197,94,.1);position:relative;overflow:hidden}.contact-form-section:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(34,197,94,.08),transparent);border-radius:50%;pointer-events:none}.contact-form-section:after{content:"";position:absolute;bottom:0;left:0;width:150px;height:150px;background:radial-gradient(circle,rgba(34,197,94,.05),transparent);border-radius:50%;pointer-events:none}.contact-form-title{font-size:32px;font-weight:800;color:#0b132a;margin-bottom:36px;margin-top:0;letter-spacing:-.5px;position:relative;z-index:1}.contact-form{display:flex;flex-direction:column;gap:28px;position:relative;z-index:1}.form-group{display:flex;flex-direction:column;gap:10px}.form-label{font-size:15px;font-weight:700;color:#0b132a;letter-spacing:-.2px}.form-input{padding:14px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;font-family:inherit;transition:all .35s cubic-bezier(.4,0,.2,1);background-color:#f9fafb;font-weight:500;color:#0b132a}.form-input::placeholder{color:#9ca3af;font-weight:500}.form-input:hover{border-color:#22c55e4d;background-color:#fafbf9}.form-input:focus{outline:none;border-color:#22c55e;background-color:#fff;box-shadow:0 0 0 4px #22c55e1f;color:#0b132a}.form-input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.form-textarea{resize:vertical;min-height:150px;font-family:inherit;line-height:1.6}.form-textarea:focus{min-height:150px}.form-submit-btn{padding:16px 40px;background:linear-gradient(135deg,#15803d,#22c55e);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);margin-top:12px;letter-spacing:-.3px;box-shadow:0 4px 15px #22c55e33;position:relative;overflow:hidden}.form-submit-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .35s ease}.form-submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #22c55e59}.form-submit-btn:hover:before{opacity:1}.form-submit-btn:active{transform:translateY(-1px)}.form-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:1024px){.contact-grid{gap:60px}.contact-info-section{padding-right:0}.contact-form-section{padding:40px}}@media(max-width:768px){.contact-heading{font-size:48px}.contact-heading span:after{height:3px}.contact-subheading{font-size:16px}.contact-grid{grid-template-columns:1fr;gap:50px}.contact-info-title,.contact-form-title{font-size:28px}.contact-info-section{padding-left:0;padding-right:0}.contact-form-section{padding:32px}.contact-info-card{margin-bottom:28px;padding:24px}.contact-info-icon{width:54px;height:54px;font-size:32px}.product-cards-container{padding:20px 0}.product-cards-grid{padding:0}}@media(max-width:480px){.contact-heading{font-size:36px}.contact-heading span:after{height:2px}.contact-subheading{font-size:15px}.contact-grid{gap:40px}.contact-info-title,.contact-form-title{font-size:24px}.contact-info-section{padding-left:0;padding-right:0}.contact-form-section{padding:24px;border-radius:16px}.contact-info-card{padding:20px;margin-bottom:24px}.form-input{padding:12px 16px}.form-submit-btn{padding:14px 28px;font-size:15px}.product-cards-container{padding:16px 0}.product-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;gap:16px}.simple-product-card{background:#fff;padding:0;border-radius:14px;box-shadow:0 8px 24px #0f172a14;border:1px solid #d9e2ec;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.simple-product-card:active{box-shadow:0 10px 28px #0f172a24;border-color:#d9e2ec;transform:scale(.98)}.simple-product-image{height:180px;border-radius:14px 14px 0 0}.simple-product-name{font-size:15px;margin-bottom:8px}.simple-product-price{font-size:20px}}footer{background:#0f172a;color:#e0e7ff;padding:60px 0 20px;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.5fr 1.8fr;gap:60px;padding:0 24px 60px;border-bottom:1px solid rgba(224,231,255,.1)}.footer-section{display:flex;flex-direction:column}.footer-about{grid-column:1}.footer-logo-area{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;transition:all .3s ease;cursor:pointer}.footer-logo-link:hover{opacity:.8}.footer-logo-link:hover .footer-logo-img{transform:scale(1.05)}.footer-logo-img{width:55px;height:55px;flex-shrink:0;transition:transform .3s ease}.footer-logo-text{display:flex;flex-direction:column;gap:2px}.footer-logo-name{font-size:18px;font-weight:700;color:#fff;margin:0;line-height:1}.footer-logo-subtitle{font-size:12px;color:#94a3b8;margin:0;line-height:1}.footer-description{font-size:14px;color:#cbd5e1;line-height:1.7;margin:0;font-weight:500}.footer-section-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 24px;letter-spacing:-.3px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-links li a{color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;position:relative}.footer-links li a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#22c55e,#15803d);transition:width .3s ease}.footer-links li a:hover{color:#22c55e}.footer-links li a:hover:before{width:100%}.footer-badge{background:linear-gradient(135deg,#22c55e,#15803d);border-radius:12px;padding:16px;margin-top:20px;text-align:center}.footer-badge-text{font-size:13px;font-weight:700;color:#fff;margin:4px 0;letter-spacing:-.2px}.footer-contact-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-contact-icon{font-size:18px;flex-shrink:0}.footer-contact-link{color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease}.footer-contact-link:hover{color:#22c55e}.footer-follow-section{margin-top:28px;padding-top:28px;border-top:1px solid rgba(224,231,255,.1)}.footer-follow-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.2px}.footer-social-links{display:flex;gap:12px}.social-icon{width:40px;height:40px;border-radius:10px;background:#e0e7ff1a;border:1px solid rgba(34,197,94,.2);display:flex;align-items:center;justify-content:center;color:#cbd5e1;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}.social-icon:hover{background:linear-gradient(135deg,#22c55e,#15803d);color:#fff;border-color:#22c55e;transform:translateY(-4px)}.footer-bottom{max-width:1200px;margin:0 auto;padding:40px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright{font-size:13px;color:#94a3b8;margin:0;font-weight:500}.footer-bottom-links{display:flex;gap:28px}.footer-bottom-links a{color:#94a3b8;text-decoration:none;font-size:13px;font-weight:500;transition:color .3s ease}.footer-bottom-links a:hover{color:#22c55e}@media(max-width:1024px){.footer-content{grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding:0 24px 40px}.footer-about{grid-column:1 / -1}}@media(max-width:768px){footer{padding:50px 0 20px;margin-top:60px}.footer-content{grid-template-columns:1fr 1fr;gap:40px;padding:0 20px 40px}.footer-about{grid-column:1 / -1}.footer-logo-area{margin-bottom:20px}.footer-description{font-size:13px}.footer-section-title{font-size:15px;margin-bottom:20px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:32px 20px}.footer-bottom-links{flex-wrap:wrap;gap:20px}}@media(max-width:480px){footer{padding:40px 0 16px;margin-top:40px}.footer-content{grid-template-columns:1fr;gap:32px;padding:0 16px 32px}.footer-logo-area{margin-bottom:16px}.footer-logo-img{width:48px;height:48px}.footer-logo-name{font-size:16px}.footer-logo-subtitle{font-size:11px}.footer-description{font-size:12px;line-height:1.6}.footer-section-title{font-size:14px;margin-bottom:16px}.footer-links{gap:12px}.footer-links li a{font-size:13px}.footer-badge{padding:12px;margin-top:16px}.footer-badge-text{font-size:12px;margin:3px 0}.footer-contact-item{margin-bottom:12px;gap:10px}.footer-contact-link{font-size:13px}.footer-follow-section{margin-top:20px;padding-top:20px}.footer-follow-title{font-size:13px;margin-bottom:12px}.footer-social-links{gap:10px}.social-icon{width:36px;height:36px;font-size:14px;border-radius:8px}.footer-bottom{padding:24px 16px}.footer-copyright{font-size:12px}.footer-bottom-links{gap:16px}.footer-bottom-links a{font-size:12px}}.home-products-section .home-card-clean{position:relative!important;border-radius:14px!important;border:1px solid #d6dde5!important;background:#fff!important;box-shadow:0 6px 18px #0f172a14!important;overflow:visible!important;display:flex!important;flex-direction:column!important}.home-products-section .home-card-badge-pill{position:absolute!important;top:0!important;right:0!important;z-index:3!important;background:linear-gradient(135deg,#14532d,#166534)!important;color:#eaffea!important;border-radius:0 14px!important;padding:9px 13px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.4px!important;text-transform:none!important}.home-products-section .clean-card-image{height:190px!important;padding:0!important;margin:0!important;background:transparent!important;border-radius:14px 14px 0 0!important;overflow:hidden!important}.home-products-section .clean-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.home-products-section .clean-card-info{padding:12px!important;display:flex!important;flex-direction:column!important;gap:10px!important;flex:1 1 auto!important}.home-products-section .clean-card-info .simple-product-name{margin:0!important;color:#101828!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important;min-height:48px!important;max-height:48px!important;overflow:hidden!important}.home-products-section .clean-qty-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:56px!important}.home-products-section .clean-qty-dropdown{position:relative!important;flex:1!important;z-index:5!important}.home-products-section .clean-qty-trigger{width:100%!important;height:44px!important;border:1px solid #d9e1e8!important;border-radius:10px!important;background:#fff!important;color:#111827!important;font-size:15px!important;font-weight:700!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important}.home-products-section .clean-qty-caret{font-size:12px!important;color:#475569!important}.home-products-section .clean-qty-menu{position:absolute!important;top:calc(100% + 4px)!important;left:0!important;right:0!important;z-index:30!important;background:#fff!important;border:1px solid #d9e1e8!important;border-radius:10px!important;box-shadow:0 10px 20px #0f172a1f!important;overflow-y:auto!important;overflow-x:hidden!important;max-height:260px!important;overscroll-behavior:contain!important}.home-products-section,.home-products-section .product-cards-container,.home-products-section .product-cards-grid{overflow:visible!important}.product-detail-page{background:#fff}.product-detail-container{max-width:1240px;margin:0 auto}.product-detail-header h1{letter-spacing:-.8px;color:#12251a}.product-detail-header p{color:#425b4a}.product-detail-media-card{border:1px solid #e3ece3;box-shadow:0 10px 28px #142d1b14!important}.product-detail-purchase-card{border:1px solid #e5eee6;box-shadow:0 10px 24px #142d1b0f!important}.product-detail-container-clean{max-width:1180px}.product-detail-header-clean{margin-bottom:12px}.product-detail-header-clean h1{margin:0;font-size:clamp(24px,3.6vw,38px);line-height:1.15;font-weight:800}.product-detail-main-grid-clean{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(12px,2vw,20px);align-items:start;margin-bottom:20px}.product-detail-visual-col{display:flex;flex-direction:column;gap:6px}.product-detail-gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:0;background:transparent;scrollbar-width:thin;scrollbar-color:#b7cab9 transparent}.product-detail-gallery-track::-webkit-scrollbar{height:6px}.product-detail-gallery-track::-webkit-scrollbar-thumb{background:#b7cab9;border-radius:999px}.product-detail-gallery-slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;min-height:280px}.product-detail-gallery-slide img{width:100%;max-height:280px;object-fit:contain}.product-detail-gallery-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:2px}.product-detail-gallery-dot{width:8px;height:8px;border-radius:999px;border:none;background:#b8c2bd;cursor:pointer;transition:all .2s ease}.product-detail-gallery-dot.active{width:18px;background:#1b7b3e}.product-detail-description-wrap{margin-top:0;padding-top:0}.product-detail-description-wrap p{margin:0;color:#425b4a;font-size:15px;line-height:1.65}.product-detail-buy-col{position:sticky;top:98px}.product-detail-purchase-card-clean{background:#fff;border-radius:12px;padding:clamp(14px,2vw,20px)}.product-detail-buy-title{font-size:clamp(14px,2vw,17px);font-weight:700;margin:0 0 14px;color:#2d5016}@media(max-width:768px){.product-detail-container{padding-left:16px!important;padding-right:16px!important;padding-top:98px!important}.product-detail-main-grid-clean{grid-template-columns:1fr;gap:12px}.product-detail-buy-col{position:static;top:auto}.product-detail-gallery-slide{min-height:250px}.product-detail-gallery-slide img{max-height:250px}.product-detail-description-wrap p{font-size:14px;line-height:1.6}}.home-products-section .clean-qty-option{width:100%!important;border:none!important;background:#fff!important;color:#111827!important;text-align:left!important;padding:10px 12px!important;font-size:14px!important;cursor:pointer!important}.home-products-section .clean-qty-option.active,.home-products-section .clean-qty-option:hover{background:#f1f5f9!important}.home-products-section .clean-price{margin:0!important;min-width:96px!important;text-align:right!important;color:#0f172a!important;font-size:24px!important;font-weight:800!important;line-height:1!important}.home-products-section .clean-cart-btn{margin-top:auto!important;width:100%!important;height:50px!important;border:none!important;border-radius:10px!important;background:linear-gradient(180deg,#1a9348,#147d3d)!important;color:#fff!important;font-size:17px!important;font-weight:900!important;letter-spacing:.7px!important;text-transform:uppercase!important}.home-products-section .combo-price-stack{width:100%!important;min-height:56px!important;max-height:56px!important;justify-content:center!important;gap:3px!important}.home-products-section .combo-list-price{font-size:9px!important;font-weight:600!important;color:#6b7280!important;text-align:left!important;width:100%!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;text-overflow:clip!important}.home-products-section .combo-offer-price{font-size:18px!important;font-weight:900!important;color:#166534!important}.home-products-section .super-saver-price-stack{width:100%!important;min-height:56px!important;max-height:56px!important;justify-content:center!important}.home-products-section .super-saver-mrp{margin:0!important;font-size:11px!important;color:#64748b!important;text-decoration:none!important;text-align:left!important;min-width:auto!important}.home-products-section .super-saver-mrp-value{text-decoration:line-through!important;text-decoration-thickness:1.5px!important}.home-products-section .super-saver-offer-price{margin:0!important;font-size:18px!important;font-weight:900!important;color:#166534!important;text-align:left!important}@media(max-width:900px){.home-products-section .clean-card-image{height:168px!important;padding:0!important}.home-products-section .clean-card-info .simple-product-name{font-size:15px!important;min-height:38px!important;max-height:38px!important}.home-products-section .clean-price{font-size:19px!important;min-width:72px!important}.home-products-section .clean-qty-row,.home-products-section .combo-price-stack{min-height:50px!important;max-height:50px!important}.home-products-section .combo-list-price{font-size:8px!important}.home-products-section .combo-offer-price{font-size:16px!important}.home-products-section .super-saver-mrp{font-size:10px!important}.home-products-section .super-saver-offer-price{font-size:16px!important}.home-products-section .clean-qty-trigger{height:40px!important;font-size:13px!important}.home-products-section .clean-cart-btn{height:44px!important;font-size:14px!important}}@media(max-width:430px){.home-products-section .product-cards-grid{gap:10px!important}.home-products-section .clean-card-image{height:152px!important;padding:0!important}.home-products-section .clean-card-info{padding:10px!important;gap:8px!important}.home-products-section .clean-price{font-size:17px!important;min-width:62px!important}.home-products-section .clean-qty-row,.home-products-section .combo-price-stack{min-height:46px!important;max-height:46px!important}.home-products-section .combo-list-price{font-size:7px!important}@media(max-width:480px){.footer-content{grid-template-columns:1fr 1fr;gap:24px}.footer-about,.footer-contact{grid-column:1 / -1}.footer-quick-links{grid-column:1}.footer-our-products{grid-column:2}.footer-quick-links .footer-section-title,.footer-our-products .footer-section-title{margin-bottom:12px}.footer-quick-links .footer-links,.footer-our-products .footer-links{gap:10px}}.home-products-section .combo-offer-price{font-size:15px!important}.home-products-section .super-saver-mrp{font-size:9px!important}.home-products-section .super-saver-offer-price{font-size:15px!important}}.vr-header-actions{display:flex;align-items:center;gap:10px}.vr-icon-action{position:relative;width:42px;height:42px;border-radius:999px;border:1px solid #d9e2ea;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.vr-icon-action:hover{background:#f8fafc}.vr-header-icon{width:20px;height:20px}.header-count-pill{position:absolute;top:-6px;right:-6px;font-weight:700;background-color:#16a34a;color:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;border:2px solid #ffffff}.card-wishlist-btn{position:absolute;top:10px;right:10px;z-index:8;width:34px;height:34px;border-radius:999px;border:1px solid #d4dde6;background:#fffffff2;color:#748396;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.card-wishlist-btn.active{color:#16a34a;border-color:#9fd3ac;background:#ebf9ef}.home-products-section .home-card-clean,.products-page .simple-product-card{border:1px solid #dbe3ea!important;box-shadow:0 4px 14px #0f172a12!important}.home-products-section .home-card-clean:hover,.products-page .simple-product-card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 18px #0f172a1a!important}.home-products-section .home-card-badge-pill{top:10px!important;right:10px!important;border-radius:999px!important;background:#eef7f0!important;color:#1c5731!important;border:1px solid #c8decd!important;font-size:11px!important;font-weight:600!important;letter-spacing:0!important;padding:5px 10px!important}.home-products-section .home-card-badge-pill.has-heart{right:52px!important}.home-products-section .clean-card-info .simple-product-name,.products-page .simple-product-name{font-size:17px!important;font-weight:600!important;color:#17212b!important}.home-products-section .clean-price,.products-page .simple-product-price{font-size:28px!important;font-weight:700!important;color:#16212a!important}.home-products-section .clean-qty-trigger,.products-page .simple-product-quantity-select{border:1px solid #d8e0e8!important;font-weight:500!important}.home-products-section .clean-cart-btn,.products-page .add-to-cart-btn{background:#1d9a4b!important;border-radius:10px!important;font-size:15px!important;font-weight:700!important;letter-spacing:.25px!important}.wishlist-page-shell{max-width:1100px;margin:0 auto;min-height:calc(100vh - 170px);padding:130px 20px 40px}.wishlist-page-header h1{font-size:clamp(28px,4vw,40px);color:#0f2a3f;margin-bottom:6px}.wishlist-page-header p{color:#4e6377;margin-bottom:24px}.wishlist-empty-box{border:1px solid #d7e2ea;border-radius:14px;background:#fff;padding:28px;text-align:center}.wishlist-browse-btn{margin-top:12px;border:none;border-radius:10px;background:#1d9a4b;color:#fff;font-weight:700;padding:10px 16px;cursor:pointer}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.wishlist-card{position:relative;border:1px solid #dbe3ea;border-radius:14px;background:#fff;overflow:hidden;cursor:pointer}.wishlist-card-image{height:180px;display:flex;align-items:center;justify-content:center;background:#f8fafb}.wishlist-card-image img{width:100%;height:100%;object-fit:contain}.wishlist-card-content{padding:12px}.wishlist-card-content h3{font-size:16px;font-weight:600;color:#17212b;margin:0 0 8px}.wishlist-card-content p{margin:0;font-weight:700;color:#1d2935}@media(max-width:700px){.vr-header-actions{gap:6px}.vr-icon-action{width:38px;height:38px}.header-count-pill{width:18px;height:18px;font-size:10px}.home-products-section .clean-price,.products-page .simple-product-price{font-size:22px!important}.home-products-section .clean-card-info .simple-product-name,.products-page .simple-product-name{font-size:15px!important}}.home-products-section .product-cards-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.home-products-section .home-card-clean{border:1px solid #d9e1e8!important;border-radius:14px!important;background:#fff!important;box-shadow:0 3px 12px #02061714!important;overflow:visible!important;position:relative!important;z-index:1!important}.home-products-section .clean-card-image{height:220px!important;background:#fff!important;border-radius:0!important}.home-products-section .clean-card-image img{width:100%!important;height:100%!important;object-fit:cover!important}.home-products-section .clean-card-info{padding:10px 12px 0!important;gap:10px!important}.home-products-section .clean-card-info .simple-product-name{font-size:16px!important;font-weight:600!important;line-height:1.15!important;color:#111827!important;min-height:36px!important}.home-products-section .clean-qty-row{gap:10px!important;margin-bottom:0!important}.home-products-section .clean-price{font-size:20px!important;font-weight:700!important;color:#111827!important;min-width:78px!important}.home-products-section .clean-qty-trigger{height:42px!important;border-radius:10px!important;border:2px solid #d6dee6!important;font-size:14px!important;font-weight:600!important}.home-products-section .clean-qty-dropdown{position:relative!important;z-index:50!important}.home-products-section .clean-qty-menu{z-index:120!important}.home-products-section .clean-cart-btn{margin-top:2px!important;width:calc(100% + 24px)!important;margin-left:-12px!important;margin-right:-12px!important;border-radius:0!important;height:56px!important;background:#138645!important;font-size:16px!important;font-weight:800!important;letter-spacing:.4px!important}.products-page .add-to-cart-btn{width:calc(100% + 28px)!important;margin-left:-14px!important;margin-right:-14px!important;margin-bottom:-16px!important;border-radius:0 0 12px 12px!important}.home-products-section .home-card-top-ribbon{position:absolute!important;top:0!important;right:0!important;z-index:9!important;display:inline-flex!important;align-items:center!important;gap:8px!important;border-radius:0 0 0 14px!important;padding:8px 12px!important}.home-products-section .home-card-top-badge-text{font-size:11px!important;font-weight:700!important;letter-spacing:.25px!important}.home-products-section .home-card-top-divider{font-size:12px!important;color:inherit;font-weight:700!important}.home-products-section .home-card-top-heart{border:none!important;background:transparent!important;font-size:20px!important;line-height:1!important;cursor:pointer!important;padding:0!important}.home-products-section .home-card-top-heart.active{color:#22c55e!important}@media(max-width:900px){.home-products-section .product-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.home-products-section .clean-card-image{height:170px!important}.home-products-section .clean-card-info .simple-product-name{font-size:13px!important;min-height:30px!important}.home-products-section .clean-price{font-size:17px!important;min-width:64px!important}.home-products-section .clean-qty-trigger{height:38px!important;font-size:12px!important}.home-products-section .clean-cart-btn{height:50px!important;font-size:14px!important}.home-products-section .home-card-top-ribbon{padding:6px 10px!important;gap:6px!important}.home-products-section .home-card-top-badge-text{font-size:10px!important}}.simple-product-card,.home-products-section .home-card-clean,.home-products-section .simple-product-card,.wishlist-card{border-radius:20px!important;overflow:visible!important;border:1px solid #dbe3ea!important}.simple-product-image,.home-products-section .home-card-image,.home-products-section .clean-card-image,.wishlist-card-image{border-radius:20px 20px 0 0!important;overflow:hidden!important}.home-products-section .clean-cart-btn,.products-page .add-to-cart-btn{display:block!important;box-sizing:border-box!important;border-radius:0 0 20px 20px!important}.home-products-section .clean-cart-btn{width:calc(100% + 24px)!important;min-width:calc(100% + 24px)!important;margin-left:-12px!important;margin-right:-12px!important}.products-page .add-to-cart-btn{width:calc(100% + 28px)!important;min-width:calc(100% + 28px)!important;margin-left:-14px!important;margin-right:-14px!important}.home-products-section .clean-qty-trigger,.products-page .simple-product-quantity-select{border-radius:8px!important}.home-products-section .clean-price,.products-page .simple-product-price{font-size:16px!important;min-width:62px!important}.home-products-section .clean-qty-trigger,.products-page .simple-product-quantity-select{height:32px!important;font-size:11px!important}.home-products-section .clean-cart-btn,.products-page .add-to-cart-btn{display:block!important;width:calc(100% + 28px)!important;min-width:calc(100% + 28px)!important;margin-left:-14px!important;margin-right:-14px!important;box-sizing:border-box!important;border-radius:0 0 20px 20px!important}.home-products-section .explore-card-info{padding:12px 12px 14px!important}.home-products-section .explore-card-name{min-height:auto!important;font-size:16px!important}.product-detail-page .explore-related-card{min-height:100%!important}.product-detail-page .explore-related-card .simple-product-image{height:160px!important;margin-top:0!important}.product-detail-page .explore-related-card .simple-product-image img{width:100%!important;height:100%!important;object-fit:contain!important}.product-detail-page .explore-related-info{padding:10px 12px 12px!important;align-items:flex-start!important;text-align:left!important;gap:0!important}.product-detail-page .explore-related-info .simple-product-name{text-align:left!important;line-height:1.2!important;min-height:auto!important}@keyframes runningAdsSlide{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--ads-shift, 50%)))}}.cart-page{background-color:#f5f5f0;min-height:100vh}.cart-container{max-width:1200px;margin:0 auto;padding:clamp(20px,5vw,40px);padding-top:clamp(20px,5vw,30px)}.cart-header{display:flex;align-items:flex-start;gap:clamp(12px,3vw,16px);margin-bottom:clamp(20px,4vw,30px)}.cart-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background-color:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;margin-top:2px}.cart-back-btn img{width:18px;height:18px;object-fit:contain}.cart-back-btn:hover{opacity:.7;transform:translate(-2px)}.cart-title-section h1{font-size:clamp(28px,6vw,42px);font-weight:700;color:#1a1a1a;margin:0}.cart-title-section p{font-size:clamp(14px,4vw,16px);color:#666;margin:0}.cart-content{display:grid;grid-template-columns:1fr;gap:clamp(15px,3vw,20px)}.cart-items-list{display:none;flex-direction:column;gap:clamp(12px,3vw,15px)}.cart-item{background-color:#fff;padding:clamp(12px,3vw,16px);border-radius:8px;box-shadow:0 1px 4px #0000000d;display:grid;grid-template-columns:auto 1fr auto;gap:clamp(12px,3vw,16px);align-items:center}.cart-item-image{width:70px;height:70px;min-width:70px;background-color:#f5f5f0;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.cart-item-image:hover{background-color:#f0f0e8}.cart-item-image img{max-width:100%;max-height:100%;object-fit:contain}.cart-item-details{min-width:0}.cart-item-details h3{font-size:clamp(14px,4vw,18px);font-weight:700;color:#1a1a1a;margin:0 0 5px;cursor:pointer;transition:color .2s ease}.cart-item-details h3:hover{color:#333}.cart-item-details p{font-size:clamp(11px,3vw,13px);color:#666;margin:3px 0}.cart-item-price{font-size:clamp(12px,3vw,14px);font-weight:700;color:#333;margin:6px 0 0}.cart-remove-btn{padding:6px 12px;background-color:transparent;border:1px solid #d32f2f;color:#d32f2f;border-radius:4px;cursor:pointer;font-size:clamp(10px,3vw,12px);font-weight:600;transition:all .2s ease;white-space:nowrap}.cart-remove-btn:hover{background-color:#ffebee;border-color:#c62828;color:#c62828}.cart-empty{text-align:center;padding:clamp(40px,10vw,60px) 20px}.cart-empty-icon{font-size:48px;margin-bottom:20px}.cart-empty h2{font-size:clamp(20px,5vw,24px);font-weight:600;color:#333;margin:15px 0}.cart-empty p{font-size:clamp(14px,4vw,16px);color:#666;margin:30px 0}.cart-summary{background-color:#fff;padding:clamp(20px,5vw,30px);border-radius:10px;box-shadow:0 2px 12px #0000001a;position:sticky;top:clamp(100px,15vw,160px)}.cart-summary h2{font-size:clamp(18px,5vw,24px);font-weight:700;color:#1a1a1a;margin:0 0 20px}.cart-summary-row{display:flex;justify-content:space-between;align-items:flex-start;font-size:clamp(13px,3vw,15px);color:#666;margin-bottom:12px;gap:12px}.cart-summary-row.total{border-top:2px solid #e0e0e0;padding-top:12px;font-size:clamp(16px,5vw,20px);color:#1a1a1a;font-weight:700}.cart-summary-row span:last-child{font-weight:700;color:#333}.cart-summary-row.total span:last-child{color:#1a1a1a}.cart-summary-item-card{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:8px;padding:8px}.cart-summary-item-left{display:flex;align-items:center;gap:10px;min-width:0}.cart-summary-item-image-btn{width:44px;height:44px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:6px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-summary-item-image{width:100%;height:100%;object-fit:contain}.cart-summary-item-text-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-summary-item-name-btn{border:none;background:transparent;padding:0;margin:0;cursor:pointer;text-align:left;font-size:14px;color:#111827;font-weight:600;text-decoration:underline}.cart-summary-item-qty{font-size:12px;color:#6b7280}.cart-summary-item-price{font-size:14px;color:#111827;font-weight:700;white-space:nowrap}.cart-checkout-btn,.cart-continue-shopping-btn{width:100%;padding:15px;border:none;border-radius:5px;cursor:pointer;font-size:clamp(14px,4vw,18px);font-weight:700;margin-bottom:10px;transition:all .2s ease}.cart-checkout-btn{background-color:#2d5016;color:#fff}.cart-checkout-btn:hover{background-color:#1a3a0a;transform:translateY(-2px);box-shadow:0 4px 12px #2d50164d}.cart-continue-shopping-btn{background-color:transparent;border:2px solid #2d5016;color:#2d5016}.cart-continue-shopping-btn:hover{background-color:#f0f0e8}@media(max-width:1024px){.cart-container{padding:clamp(16px,4vw,28px)}.cart-summary{top:clamp(90px,12vw,140px)}.cart-item{grid-template-columns:auto 1fr;gap:clamp(12px,3vw,16px)}.cart-item-actions{grid-column:2;flex-direction:row;justify-content:space-between;align-items:center}}@media(max-width:768px){.cart-container{padding:clamp(12px,3vw,20px)}.cart-header{margin-bottom:clamp(16px,3vw,24px)}.cart-item{grid-template-columns:auto 1fr;gap:clamp(10px,2vw,14px)}.cart-item-image{width:70px;height:70px;min-width:70px}.cart-item-actions{grid-column:2;flex-direction:row;justify-content:space-between;align-items:center}.cart-summary{position:relative;top:auto;margin-top:20px}}@media(max-width:520px){.cart-container{padding:clamp(12px,3vw,16px)}.cart-header{gap:10px;margin-bottom:clamp(12px,3vw,16px)}.cart-back-btn{width:36px;height:36px}.cart-back-btn img{width:18px;height:18px}.cart-title-section h1{font-size:24px}.cart-title-section p{font-size:12px}.cart-item{grid-template-columns:1fr;gap:12px}.cart-item-image{width:60px;height:60px;min-width:60px}.cart-item-actions{grid-column:1;flex-direction:row;justify-content:space-between}.cart-quantity-controls{flex:1}.cart-quantity-btn{width:28px;height:28px;font-size:14px}.cart-summary{padding:clamp(16px,4vw,20px)}.cart-empty{padding:clamp(30px,8vw,40px) 16px}}
