:root{--green: #556b2f;--green-dark: #3f5123;--green-light: #6b8e23;--cream: #f5f5dc;--khaki: #c3b091;--background: #ffffff;--surface: #f7f7f2;--text: #333333;--text-light: #666666;--border: #e4e4d8;--shadow-sm: 0 5px 15px rgba(0, 0, 0, .08);--shadow-md: 0 10px 25px rgba(0, 0, 0, .1);--shadow-lg: 0 15px 35px rgba(0, 0, 0, .16);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--container: 1200px;--transition: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:Arial,Helvetica,sans-serif;background:var(--background);color:var(--text);line-height:1.5;overflow-x:hidden}body,button,input,textarea,select{font-family:Arial,Helvetica,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;height:auto}a{color:inherit}::selection{background:var(--khaki);color:var(--green-dark)}:focus-visible{outline:3px solid var(--khaki);outline-offset:3px}#root{width:100%;min-height:100vh}.navbar{position:sticky;top:0;z-index:1000;width:100%;background:#556b2ffa;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:14px 40px;box-shadow:0 4px 18px #0000001f;transition:background var(--transition),box-shadow var(--transition)}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.logo-img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid rgba(245,245,220,.7)}.brand h2{color:#fff;font-size:24px;margin:0}.brand p{color:#e8e8e8;font-size:14px;margin:0}.search-box{flex:1;display:flex;justify-content:center;min-width:0}.search-box input{width:100%;max-width:450px;padding:12px 20px;border:2px solid transparent;border-radius:30px;outline:none;background:#fff;color:var(--text);font-size:16px;transition:border-color var(--transition),box-shadow var(--transition)}.search-box input:focus{border-color:var(--khaki);box-shadow:0 0 0 4px #c3b09133}.menu{display:flex;align-items:center;list-style:none;gap:22px;flex-shrink:0}.menu a{position:relative;color:#fff;text-decoration:none;font-weight:700;padding:6px 0;transition:color var(--transition),transform var(--transition)}.menu a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--khaki);transition:width var(--transition)}.menu a:hover{color:var(--cream)}.hero{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;padding:100px 30px;text-align:center;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 55%);pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;max-width:850px;margin:0 auto;animation:heroContentIn .9s ease both}.hero h1{margin:0 0 22px;color:beige;font-size:clamp(2.6rem,6vw,5rem);font-weight:800;line-height:1.08;letter-spacing:-1px;text-shadow:0 4px 18px rgba(0,0,0,.35)}.hero p{max-width:720px;margin:0 auto 35px;color:#fff;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7;text-shadow:0 3px 12px rgba(0,0,0,.35)}.hero-btn{display:inline-flex;align-items:center;justify-content:center;min-width:170px;min-height:52px;padding:14px 28px;border-radius:12px;background:#556b2f;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;border:2px solid #556B2F;box-shadow:0 10px 25px #0003;transition:transform .3s ease,background .3s ease,box-shadow .3s ease,color .3s ease}@media(max-width:768px){.hero{min-height:68vh;padding:75px 22px;background-position:center center}.hero-content{max-width:620px}.hero h1{margin-bottom:17px;font-size:clamp(2.3rem,8vw,3.4rem);line-height:1.08;letter-spacing:-.6px}.hero p{max-width:570px;margin-bottom:27px;font-size:1.02rem;line-height:1.6}.hero-buttons{gap:12px}.hero-btn{min-height:50px;padding:13px 24px}}@media(max-width:480px){.hero{min-height:66vh;padding:55px 18px 60px;background-position:center center}.hero:before{background:radial-gradient(circle at center,rgba(255,255,255,.06),transparent 65%)}.hero-content{width:100%;max-width:360px}.hero h1{margin:0 auto 16px;font-size:2.25rem;line-height:1.1;letter-spacing:-.5px}.hero p{max-width:340px;margin:0 auto 25px;font-size:.98rem;line-height:1.55}.hero-buttons{width:100%;display:flex;flex-direction:column;align-items:center;gap:11px}.hero-btn{width:100%;max-width:300px;min-height:50px;padding:13px 20px;border-radius:11px;font-size:.95rem}}@media(max-width:360px){.hero{min-height:64vh;padding:48px 15px 52px}.hero h1{font-size:2rem;line-height:1.08;margin-bottom:14px}.hero p{font-size:.92rem;line-height:1.5;margin-bottom:22px}.hero-btn{max-width:280px;min-height:48px;font-size:.92rem;padding:12px 18px}}@media(prefers-reduced-motion:reduce){.hero-content{animation:none}.hero-btn{transition:none}}.hero-buttons{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:15px 28px;border-radius:12px;background:#556b2f;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;border:2px solid #556B2F;box-shadow:0 10px 25px #0003;transition:transform .3s ease,background .3s ease,box-shadow .3s ease,color .3s ease}.hero-btn:hover{background:#6b8e23;border-color:#6b8e23;transform:translateY(-4px);box-shadow:0 15px 30px #00000047}.hero-btn:active{transform:translateY(-1px)}.hero-btn:focus-visible{outline:3px solid #C3B091;outline-offset:4px}.secondary-btn{background:#ffffff1f;border-color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.secondary-btn:hover{background:#fff;color:#556b2f;border-color:#fff}@keyframes heroContentIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{min-height:70vh;padding:80px 22px;background-position:center}.hero h1{margin-bottom:18px;letter-spacing:-.5px}.hero p{margin-bottom:28px;line-height:1.6}.hero-buttons{gap:12px}}@media(max-width:480px){.hero{min-height:68vh;padding:70px 18px}.hero h1{font-size:2.35rem;line-height:1.12}.hero p{font-size:1rem;line-height:1.6}.hero-buttons{width:100%;flex-direction:column;gap:12px}.hero-btn{width:100%;max-width:300px;padding:14px 22px}}@media(prefers-reduced-motion:reduce){.hero-content,.hero-btn{animation:none;transition:none}}.categories,.products,.coverage,.benefits,.testimonials{width:100%}.categories{padding:80px 40px;text-align:center}.categories h2,.products h2,.coverage h2,.benefits h2,.testimonials h2{color:var(--green);font-size:clamp(30px,4vw,42px);line-height:1.2;margin-bottom:40px}.products{padding:80px 40px;background:var(--surface)}.coverage{padding:80px 40px;background:#fff;text-align:center}.benefits{padding:90px 10%;background:#fff}.benefits h2,.testimonials h2{text-align:center}.testimonials{padding:90px 40px;background:var(--surface);text-align:center}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;max-width:var(--container);margin:0 auto}.category-card{background:#fff;border-radius:15px;padding:35px;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition);cursor:pointer;font-size:40px}.category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.category-card h3{margin-top:15px;font-size:20px;color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:var(--container);margin:0 auto}.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-card img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover img{transform:scale(1.03)}.product-card h3{color:var(--green);padding:20px 20px 10px;font-size:24px;line-height:1.25}.description{padding:0 20px;color:var(--text-light);line-height:1.6;min-height:70px}.price{padding:15px 20px;color:var(--green);font-size:24px;font-weight:700}.product-card .details-btn{width:calc(100% - 40px);margin:0 20px 20px;min-height:48px;padding:12px 14px;border:2px solid transparent;border-radius:10px;background:var(--green);color:#fff;font-size:16px;font-weight:700;transition:background var(--transition),transform var(--transition),box-shadow var(--transition)}.product-card .details-btn:hover{background:var(--green-light);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.product-card .details-btn:active{transform:translateY(0)}.coverage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:var(--container);margin:0 auto}.coverage-card{background:var(--surface);padding:30px;border-radius:18px;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.coverage-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.coverage-card h3{color:var(--green);margin-bottom:15px}.coverage-card p{color:#555;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:var(--container);margin:0 auto}.benefit-card{background:var(--surface);border-radius:20px;padding:35px;text-align:center;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.benefit-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-md)}.benefit-card h3{margin:20px 0;color:var(--green)}.benefit-card p{color:var(--text-light);line-height:1.6}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:var(--container);margin:0 auto}.testimonial-card{background:#fff;border-radius:20px;padding:35px;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.testimonial-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-md)}.stars{color:#f4b400;font-size:28px;margin-bottom:20px}.testimonial-card p{color:#555;line-height:1.8;margin-bottom:20px}.testimonial-card h4{color:var(--green);margin-bottom:5px}.testimonial-card span{color:#777;font-size:14px}.whatsapp-button{position:fixed;right:25px;bottom:25px;width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:32px;box-shadow:var(--shadow-md);transition:transform var(--transition),box-shadow var(--transition);z-index:999}.whatsapp-button:hover{transform:scale(1.1);box-shadow:var(--shadow-lg)}.footer{background:var(--green);color:#fff;text-align:center;padding:50px 20px}.footer h3{font-size:30px;margin-bottom:15px}.footer p{margin:10px 0;color:#f2f2f2}.toast{position:fixed;top:30px;right:-400px;max-width:min(400px,calc(100vw - 30px));background:var(--green);color:#fff;padding:18px 25px;border-radius:15px;font-weight:700;box-shadow:var(--shadow-lg);transition:right .4s ease;z-index:9999}.toast.show{right:30px}.cart-nav,.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-nav{font-size:24px}.cart-icon{font-size:28px}.cart-link{text-decoration:none}.cart-count{position:absolute;top:-8px;right:-10px;width:22px;height:22px;background:var(--khaki);color:#2e3b1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.icon-button svg,.cart-icon svg{width:28px;height:28px;transition:transform var(--transition),color var(--transition)}.icon-button:hover svg,.cart-link:hover svg{transform:scale(1.12);color:var(--khaki)}@keyframes heroEnter{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.navbar{padding:14px 24px}.menu{gap:15px}.category-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.benefits{padding:70px 40px}}@media(max-width:768px){html{scroll-padding-top:150px}.navbar{position:relative;flex-direction:column;gap:15px;padding:18px 20px}.brand{justify-content:center;width:100%}.brand h2{font-size:21px}.brand p{font-size:13px}.logo-img{width:52px;height:52px}.search-box{width:100%}.search-box input{max-width:100%;min-height:46px}.menu{width:100%;flex-wrap:wrap;justify-content:center;gap:10px 18px}.menu a{font-size:14px}.hero{min-height:72vh;padding:70px 20px}.hero h1{font-size:clamp(34px,10vw,46px)}.hero p{font-size:17px;margin-bottom:28px}.hero-btn{width:100%;max-width:300px}.categories,.products,.coverage,.testimonials,.benefits{padding:60px 20px}.categories h2,.products h2,.coverage h2,.benefits h2,.testimonials h2{font-size:30px;margin-bottom:30px}.category-grid,.product-grid,.coverage-grid,.benefits-grid,.testimonial-grid{grid-template-columns:1fr;gap:20px}.category-card{padding:28px}.product-card img{height:230px}.product-card h3{font-size:21px}.description{min-height:auto;padding-bottom:5px}.testimonial-card{padding:28px}.whatsapp-button{right:18px;bottom:18px;width:58px;height:58px;font-size:29px}.toast{top:20px;right:-500px}.toast.show{right:15px}}@media(max-width:420px){.navbar{padding:15px}.brand{gap:10px}.brand h2{font-size:19px}.brand p{font-size:12px}.menu{gap:8px 13px}.menu a{font-size:13px}.hero{min-height:68vh}.hero h1{font-size:34px}.hero p{font-size:16px}.product-card img{height:210px}.whatsapp-button{width:54px;height:54px;right:15px;bottom:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--nav-green: #556B2F;--nav-green-dark: #3f5122;--nav-green-hover: #6B8E23;--nav-beige: #C3B091;--nav-cream: #F5F3EC;--nav-white: #FFFFFF;--nav-shadow: rgba(0, 0, 0, .14)}.navbar-container{position:sticky;top:0;left:0;width:100%;z-index:1000;background:#556b2ff7;box-shadow:0 6px 25px var(--nav-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar{width:100%;max-width:1500px;min-height:86px;margin:0 auto;padding:12px 35px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-sizing:border-box}.brand{display:flex;align-items:center;flex-shrink:0;min-width:0}.brand-link{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:0;transition:transform .3s ease}.brand-link:hover{transform:translateY(-1px)}.logo-img{width:64px;height:64px;flex-shrink:0;border-radius:50%;object-fit:cover;border:2px solid var(--nav-beige);box-shadow:0 5px 18px #00000038;transition:transform .35s ease,box-shadow .35s ease}.brand-link:hover .logo-img{transform:scale(1.05) rotate(2deg);box-shadow:0 8px 22px #00000047}.brand-text{display:flex;flex-direction:column;min-width:0}.brand-text h2{margin:0;color:var(--nav-white);font-size:25px;font-weight:700;line-height:1.15;letter-spacing:.4px}.brand-text span{margin-top:3px;color:var(--nav-beige);font-size:12px;line-height:1.2;letter-spacing:.2px;white-space:nowrap}.search-box{position:relative;flex:1;width:100%;max-width:390px;margin:0 10px;min-width:0}.search-box input{width:100%;min-height:44px;padding:12px 20px 12px 48px;border:2px solid transparent;border-radius:999px;outline:none;background:#fffffff7;color:#333;font-size:15px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.search-box input::placeholder{color:#888}.search-box input:hover{box-shadow:0 4px 14px #0000001f}.search-box input:focus{border-color:var(--nav-beige);box-shadow:0 0 0 4px #c3b09140;transform:translateY(-1px)}.search-icon{position:absolute;left:17px;top:50%;transform:translateY(-50%);width:21px;height:21px;color:var(--nav-green);pointer-events:none;z-index:2}.menu{display:flex;align-items:center;gap:23px;margin:0;padding:0;list-style:none;flex-shrink:0}.menu li{position:relative;flex-shrink:0}.menu a{position:relative;display:inline-block;padding:8px 0;color:var(--nav-white);text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap;transition:color .3s ease,transform .3s ease}.menu a:after{content:"";position:absolute;left:50%;bottom:1px;width:0;height:2px;background:var(--nav-beige);border-radius:10px;transform:translate(-50%);transition:width .3s ease}.menu a:hover{color:var(--nav-beige);transform:translateY(-1px)}.menu a:hover:after{width:100%}.navbar-icons{display:flex;align-items:center;gap:7px;margin-left:5px;flex-shrink:0}.cart-link{color:inherit;text-decoration:none}.cart-icon{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--nav-white);transition:background .3s ease,color .3s ease,transform .3s ease}.cart-icon svg{width:25px;height:25px}.cart-icon:hover{background:#ffffff1f;color:var(--nav-beige);transform:translateY(-2px) scale(1.04)}.cart-count{position:absolute;top:-2px;right:-2px;min-width:19px;height:19px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--nav-beige);color:var(--nav-green-dark);border:2px solid var(--nav-green);font-size:10px;font-weight:800;line-height:1;box-sizing:border-box}.profile-link{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 15px;border-radius:12px;background:var(--nav-cream);color:var(--nav-green);text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap;transition:background .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.profile-link svg{width:23px;height:23px}.profile-link:hover{background:var(--nav-beige);color:var(--nav-green-dark);transform:translateY(-2px);box-shadow:0 8px 20px #00000029}.menu a:focus-visible,.profile-link:focus-visible,.cart-link:focus-visible,.brand-link:focus-visible,.search-box input:focus-visible{outline:3px solid var(--nav-beige);outline-offset:4px;border-radius:8px}@media(max-width:1100px){.navbar{flex-wrap:wrap;justify-content:center;padding:14px 25px;gap:12px 20px}.brand{order:1}.navbar-icons{order:2;margin-left:auto}.search-box{order:3;width:100%;max-width:700px;margin:0}.menu{order:4;width:100%;justify-content:center;gap:28px}}@media(max-width:768px){.navbar{width:100%;min-height:auto;margin:0;padding:12px 16px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px;box-sizing:border-box}.brand{order:1;width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-start}.brand-link{width:auto;max-width:100%;display:flex;align-items:center;justify-content:flex-start;gap:9px}.logo-img{width:52px;height:52px}.brand-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.brand-text h2{font-size:21px;line-height:1.1;white-space:nowrap}.brand-text span{font-size:10.5px;line-height:1.2;white-space:nowrap}.navbar-icons{position:absolute;top:17px;right:16px;margin:0;display:flex;align-items:center;justify-content:flex-end;gap:2px;z-index:5}.cart-icon{width:42px;height:42px}.cart-icon svg{width:23px;height:23px}.profile-link{width:42px;height:42px;min-height:42px;padding:0;border-radius:50%}.profile-link span{display:none}.profile-link svg{width:23px;height:23px}.search-box{order:2;width:100%;max-width:none;margin:0;min-width:0}.search-box input{width:100%;min-height:45px;padding:11px 17px 11px 45px;font-size:14px}.search-icon{left:15px;width:20px;height:20px}.menu{order:3;width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3px 20px;margin:0;padding:0}.menu a{padding:6px 2px;font-size:14px}}@media(max-width:480px){.navbar{padding:10px 12px;gap:9px}.brand{width:100%;justify-content:flex-start}.brand-link{gap:8px}.logo-img{width:47px;height:47px}.brand-text h2{font-size:18px}.brand-text span{margin-top:2px;font-size:9.5px}.navbar-icons{top:14px;right:12px;gap:0}.cart-icon{width:38px;height:38px}.cart-icon svg{width:21px;height:21px}.profile-link{width:38px;height:38px;min-height:38px}.profile-link svg{width:21px;height:21px}.cart-count{top:-1px;right:-1px;min-width:17px;height:17px;font-size:9px;border-width:1.5px}.search-box input{min-height:43px;padding:10px 15px 10px 42px;font-size:13.5px}.search-icon{left:14px;width:19px;height:19px}.menu{gap:2px 14px}.menu a{padding:5px 1px;font-size:13px}}@media(max-width:360px){.navbar{padding:9px 10px;gap:8px}.logo-img{width:44px;height:44px}.brand-text h2{font-size:17px}.brand-text span{font-size:9px}.navbar-icons{top:12px;right:10px}.cart-icon,.profile-link{width:36px;height:36px}.cart-icon svg,.profile-link svg{width:20px;height:20px}.menu{gap:2px 10px}.menu a{font-size:12px}}@media(prefers-reduced-motion:reduce){.navbar *,.navbar *:before,.navbar *:after{transition:none!important;animation:none!important}}.products{width:100%;box-sizing:border-box;padding:90px 40px;background:#f7f4ee;overflow:hidden}.products h2{max-width:1400px;margin:0 auto 55px;text-align:center;color:#556b2f;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.product-grid{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;box-sizing:border-box}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 15px 40px #00000014;transition:transform .35s ease,box-shadow .35s ease;animation:productFade .45s ease both}.product-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px #00000024}.product-image-link{position:relative;display:block;width:100%;overflow:hidden;text-decoration:none;background:#f2f0e9}.product-card img{display:block;width:100%;height:270px;object-fit:cover;transition:transform .5s ease}.product-card:hover img{transform:scale(1.045)}.favorite-btn{position:absolute;top:16px;right:16px;z-index:20;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#556b2f;cursor:pointer;box-shadow:0 8px 20px #0000001f;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.favorite-btn svg{width:22px;height:22px;transition:transform .25s ease}.favorite-btn:hover{transform:scale(1.08);background:#fff;box-shadow:0 10px 25px #0000002e}.favorite-btn:hover svg{transform:scale(1.12)}.favorite-btn:active{transform:scale(.94)}.favorite-btn:focus-visible{outline:3px solid #C3B091;outline-offset:3px}.product-content{display:flex;flex-direction:column;flex:1;min-width:0;padding:24px}.product-card h3{margin:0 0 12px;color:#2e2e2e;font-size:1.4rem;font-weight:700;line-height:1.3}.description{margin:0;color:#6b6b6b;font-size:.96rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.price{margin:auto 0 18px;padding-top:20px;color:#556b2f;font-size:1.45rem;font-weight:800}.details-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:0;padding:11px 17px;border-radius:10px;background:#556b2f;color:#fff;text-decoration:none;font-size:.95rem;font-weight:700;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.details-link:hover{background:#6b8e23;transform:translateY(-2px);box-shadow:0 8px 18px #556b2f38}.details-link:focus-visible{outline:3px solid #C3B091;outline-offset:3px}.product-badge{position:absolute;top:18px;left:18px;z-index:10;padding:7px 15px;border-radius:999px;background:linear-gradient(135deg,#556b2f,#78944a);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.3px;box-shadow:0 8px 20px #556b2f40}.no-products{grid-column:1 / -1;padding:80px 25px;text-align:center;background:#fff;border-radius:24px;box-shadow:0 15px 40px #0000000f}.no-products h3{margin:0 0 12px;color:#556b2f;font-size:1.8rem}.no-products p{margin:0;color:#777;font-size:1rem}@keyframes productFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.products{padding:70px 25px}.product-grid{gap:25px}.product-card img{height:250px}}@media(max-width:768px){.products{padding:60px 0;overflow:hidden}.products h2{margin:0 18px 34px;font-size:2.15rem}.product-grid{display:flex;width:100%;max-width:none;margin:0;gap:16px;padding:0 18px 15px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;box-sizing:border-box;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 calc(88vw - 18px);width:calc(88vw - 18px);max-width:390px;scroll-snap-align:start;border-radius:20px;box-shadow:0 12px 32px #00000017}.product-card:hover{transform:none;box-shadow:0 12px 32px #00000017}.product-card img{width:100%;height:235px;object-fit:cover}.product-content{padding:20px}.product-card h3{margin-bottom:9px;font-size:1.3rem;line-height:1.3}.description{font-size:.94rem;line-height:1.6;-webkit-line-clamp:3}.price{margin-top:18px;padding-top:14px;font-size:1.35rem}.details-link{min-height:46px;box-sizing:border-box;padding:12px 18px;font-size:.95rem}.favorite-btn{top:13px;right:13px;width:42px;height:42px}.favorite-btn svg{width:21px;height:21px}}@media(max-width:480px){.products{padding:48px 0}.products h2{margin:0 14px 28px;font-size:1.95rem;line-height:1.15}.product-grid{gap:14px;padding-left:14px;padding-right:14px}.product-card{flex-basis:86vw;width:86vw;border-radius:18px}.product-card img{height:215px}.product-content{padding:18px}.product-card h3{margin-bottom:8px;font-size:1.18rem}.description{font-size:.9rem;line-height:1.55}.price{margin-top:15px;padding-top:12px;font-size:1.3rem}.favorite-btn{top:11px;right:11px;width:39px;height:39px}.favorite-btn svg{width:20px;height:20px}.details-link{width:100%;min-height:45px;font-size:.92rem}}@media(max-width:360px){.product-grid{gap:12px;padding-left:12px;padding-right:12px}.product-card{flex-basis:88vw;width:88vw}.product-card img{height:200px}.product-content{padding:16px}.product-card h3{font-size:1.12rem}.description{font-size:.88rem}}@media(prefers-reduced-motion:reduce){.product-card,.product-card img,.favorite-btn,.favorite-btn svg,.details-link{animation:none!important;transition:none!important}.product-grid{scroll-behavior:auto}}.benefits{padding:95px 40px;background:#fff;text-align:center}.benefits h2{max-width:900px;margin:0 auto 55px;color:#556b2f;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.benefits-grid{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefit-card{position:relative;padding:40px 30px;background:#f7f4ee;border:1px solid rgba(85,107,47,.08);border-radius:24px;box-shadow:0 12px 30px #00000012;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#556b2f;transform:scaleX(0);transform-origin:center;transition:transform .35s ease}.benefit-card:hover{transform:translateY(-9px);border-color:#556b2f2e;box-shadow:0 22px 45px #0000001f}.benefit-card:hover:before{transform:scaleX(1)}.benefit-card>:first-child{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 22px;border-radius:50%;background:#556b2f1a;font-size:2.3rem;transition:transform .35s ease,background .35s ease}.benefit-card:hover>:first-child{transform:scale(1.08) rotate(3deg);background:#556b2f29}.benefit-card h3{margin:0 0 14px;color:#556b2f;font-size:1.4rem;font-weight:700;line-height:1.3}.benefit-card p{margin:0;color:#666;font-size:.98rem;line-height:1.7}.benefit-card{animation:benefitFade .65s ease both}.benefit-card:nth-child(1){animation-delay:.05s}.benefit-card:nth-child(2){animation-delay:.15s}.benefit-card:nth-child(3){animation-delay:.25s}@keyframes benefitFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.benefits{padding:75px 25px}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px}.benefit-card{padding:35px 25px}}@media(max-width:650px){.benefits{padding:65px 18px}.benefits h2{margin-bottom:38px}.benefits-grid{grid-template-columns:1fr;max-width:500px}.benefit-card{padding:35px 24px}}@media(max-width:400px){.benefits{padding:55px 14px}.benefit-card{padding:30px 20px;border-radius:20px}.benefit-card>:first-child{width:64px;height:64px;font-size:2rem}.benefit-card h3{font-size:1.25rem}.benefit-card p{font-size:.93rem}}@media(prefers-reduced-motion:reduce){.benefit-card,.benefit-card:before,.benefit-card>:first-child{animation:none;transition:none}}.footer{width:100%;box-sizing:border-box;margin-top:70px;padding:55px 7% 30px;background:#556b2f;color:#fff;text-align:center}.footer h3{margin:0 0 12px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;letter-spacing:1px}.footer p{margin:8px auto;color:#cdd3c7;font-size:14px;line-height:1.6}.footer p:nth-of-type(2),.footer p:nth-of-type(3){color:#b8c1af}.footer-links{max-width:800px;margin:28px auto 25px;padding-top:25px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 24px;border-top:1px solid rgba(255,255,255,.12)}.footer-links a{display:inline-block;color:#dce5d2;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-links a:hover{color:#a9c27d;transform:translateY(-1px)}.footer p:last-child{margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#8f9888;font-size:12px}@media(max-width:600px){.footer{margin-top:50px;padding:45px 20px 25px}.footer h3{font-size:25px}.footer p{font-size:13px}.footer-links{flex-direction:column;gap:14px;margin-top:25px}.footer-links a{font-size:13px}}.reviews{padding:95px 40px;background:linear-gradient(180deg,#f8f7f3,#eef3e8);overflow:hidden}.reviews-subtitle{display:block;margin-bottom:14px;text-align:center;color:#556b2f;font-size:.95rem;font-weight:800;letter-spacing:3px}.reviews h2{max-width:900px;margin:0 auto 18px;text-align:center;color:#2f2f2f;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.reviews-description{max-width:700px;margin:0 auto 55px;text-align:center;color:#6e6e6e;font-size:1.05rem;line-height:1.8}.reviews-grid{width:100%;max-width:1250px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.review-card{position:relative;display:flex;flex-direction:column;min-height:300px;padding:32px;background:#fff;border:1px solid rgba(85,107,47,.08);border-radius:24px;box-shadow:0 15px 40px #00000012;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;animation:reviewFade .65s ease both}.review-card:nth-child(1){animation-delay:.05s}.review-card:nth-child(2){animation-delay:.15s}.review-card:nth-child(3){animation-delay:.25s}.review-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#556b2f,#8fae59);transform:scaleX(0);transform-origin:center;transition:transform .35s ease}.review-card:hover{transform:translateY(-8px);border-color:#556b2f29;box-shadow:0 25px 50px #0000001f}.review-card:hover:before{transform:scaleX(1)}.stars{margin-bottom:20px;color:#f4b400;font-size:1.2rem;letter-spacing:3px;line-height:1;transition:transform .3s ease}.review-card:hover .stars{transform:scale(1.04)}.review-card>p{flex:1;margin:0 0 28px;color:#5f5f5f;font-size:1rem;line-height:1.8;font-style:italic}.review-user{display:flex;align-items:center;gap:14px;margin-top:auto}.avatar{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#556b2f,#89a857);color:#fff;font-size:1.25rem;font-weight:700;box-shadow:0 10px 22px #556b2f40}.review-user h4{margin:0;color:#2e2e2e;font-size:1rem;font-weight:700}.review-user span{display:block;margin-top:4px;color:#888;font-size:.88rem}@keyframes reviewFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:950px){.reviews{padding:75px 25px}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:22px}.review-card{padding:28px}}@media(max-width:680px){.reviews{padding:65px 18px}.reviews h2{font-size:2.15rem}.reviews-description{margin-bottom:40px;font-size:.96rem;line-height:1.65}.reviews-grid{grid-template-columns:1fr;max-width:520px}.review-card{min-height:auto;padding:27px;border-radius:21px}}@media(max-width:400px){.reviews{padding:55px 14px}.reviews-subtitle{font-size:.82rem;letter-spacing:2px}.reviews h2{font-size:1.9rem}.review-card{padding:24px;border-radius:19px}.review-card>p{font-size:.93rem;line-height:1.7}.avatar{width:50px;height:50px;font-size:1.1rem}}@media(prefers-reduced-motion:reduce){.review-card,.review-card:before,.stars{animation:none;transition:none}}.tracking-cta{width:min(1100px,calc(100% - 40px));margin:80px auto;padding:45px 50px;display:flex;align-items:center;gap:28px;background:#f1eee6;border:1px solid rgba(85,107,47,.15);border-radius:24px;box-shadow:0 15px 40px #0000000f;box-sizing:border-box}.tracking-cta-icon{width:70px;height:70px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#556b2f;color:#fff;border-radius:20px;font-size:34px;box-shadow:0 10px 25px #556b2f38}.tracking-cta-content{flex:1}.tracking-cta-content span{display:block;margin-bottom:7px;color:#556b2f;font-size:12px;font-weight:700;letter-spacing:2px}.tracking-cta-content h2{margin:0 0 8px;color:#2f3527;font-size:28px;font-weight:700}.tracking-cta-content p{margin:0;color:#6d7167;font-size:15px;line-height:1.6}.tracking-cta button{flex-shrink:0;padding:15px 25px;border:none;border-radius:12px;background:#556b2f;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.tracking-cta button:hover{background:#465925;transform:translateY(-2px);box-shadow:0 10px 25px #556b2f40}.tracking-cta button:active{transform:translateY(0)}@media(max-width:800px){.tracking-cta{padding:35px;gap:22px}.tracking-cta-content h2{font-size:24px}.tracking-cta button{padding:14px 20px}}@media(max-width:600px){.tracking-cta{width:calc(100% - 30px);margin:55px auto;padding:32px 24px;flex-direction:column;text-align:center;gap:18px;border-radius:20px}.tracking-cta-icon{width:62px;height:62px;font-size:30px;border-radius:18px}.tracking-cta-content span{font-size:11px;letter-spacing:1.6px}.tracking-cta-content h2{font-size:23px}.tracking-cta-content p{font-size:14px}.tracking-cta button{width:100%;margin-top:5px;padding:15px 20px;font-size:14px}}@media(max-width:380px){.tracking-cta{padding:28px 20px}.tracking-cta-content h2{font-size:21px}}.product-detail{background:#f8f7f2;min-height:100vh;padding:50px 8%}.back-button{margin-bottom:35px}.back-button a{text-decoration:none;color:#556b2f;font-weight:700;font-size:18px;transition:.3s}.back-button a:hover{color:#6b8e23}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.product-gallery{position:sticky;top:25px}.main-image-container{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 12px 35px #0000001f}.main-image{width:100%;height:550px;object-fit:cover;transition:.35s}.main-image:hover{transform:scale(1.04)}.thumbnail-row{display:flex;gap:15px;margin-top:20px}.thumbnail-row img,.thumbnail-placeholder{width:90px;height:90px;border-radius:15px;object-fit:cover;background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 5px 15px #0000001a;transition:.3s}.thumbnail-row img:hover,.thumbnail-placeholder:hover{transform:translateY(-4px)}.active-thumb{border:3px solid #556B2F}.product-info{background:#fff;padding:40px;border-radius:25px;box-shadow:0 10px 30px #0000001a}.product-badge{display:inline-block;background:#e8f4e2;color:#556b2f;padding:8px 18px;border-radius:25px;font-weight:700;margin-bottom:20px}.product-info h1{font-size:42px;color:#2e3b1f;margin-bottom:15px}.rating{color:#f4b400;font-size:22px;margin-bottom:20px}.rating span{color:#666;font-size:16px;margin-left:10px}.price{color:#556b2f;font-size:38px;margin-bottom:20px}.stock{display:inline-block;background:#eaf7ea;color:#2e7d32;padding:10px 18px;border-radius:20px;font-weight:700;margin-bottom:25px}.product-description{color:#555;line-height:1.8;font-size:17px}.divider{width:100%;height:1px;background:#ddd;margin:30px 0}.product-info h3{color:#556b2f;margin-bottom:18px}.benefits-list{list-style:none;padding:0}.benefits-list li{margin-bottom:12px;color:#444;line-height:1.6}.product-buttons{display:flex;gap:18px;margin-top:35px}.cart-button,.buy-button{flex:1;padding:18px;border:none;border-radius:15px;cursor:pointer;font-size:17px;font-weight:700;transition:.3s;text-decoration:none;display:flex;justify-content:center;align-items:center}.cart-button{background:#f5f1e8;color:#556b2f;border:2px solid #C3B091;box-shadow:0 6px 18px #c3b0912e}.cart-button:hover{background:#ede5d6;color:#3f5122;border-color:#556b2f;transform:translateY(-3px)}.buy-button{background:#556b2f;color:#fff}.buy-button:hover{background:#6b8e23;transform:translateY(-3px)}.product-features{margin-top:45px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature-card{background:#f7f7f2;border-radius:18px;padding:20px;display:flex;gap:15px;align-items:center;font-size:28px;transition:.3s}.feature-card:hover{transform:translateY(-5px)}.feature-card span{font-size:15px;color:#555;line-height:1.5}.related-products{margin-top:90px}.related-products h2{text-align:center;color:#556b2f;margin-bottom:40px;font-size:38px}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.related-card{text-decoration:none;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #0000001a;transition:.3s}.related-card:hover{transform:translateY(-8px)}.related-card img{width:100%;height:220px;object-fit:cover}.related-card h4{color:#556b2f;padding:20px 20px 10px}.related-card p{padding:0 20px 20px;color:#333;font-weight:700}@media(max-width:950px){.product-detail-container{grid-template-columns:1fr}.product-gallery{position:static}.product-buttons{flex-direction:column}.product-features{grid-template-columns:1fr}.main-image{height:400px}}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;border-radius:50%;background:#ffffffe6;font-size:28px;cursor:pointer;box-shadow:0 8px 20px #0000002e;transition:.3s;z-index:5}.gallery-arrow:hover{background:#556b2f;color:#fff}.left{left:15px}.right{right:15px}.main-image-container{position:relative}.empty-cart{min-height:85vh;display:flex;justify-content:center;align-items:center;padding:70px 20px;background:linear-gradient(180deg,#f8f6f2,#eef2e7)}.empty-card{width:100%;max-width:700px;background:#fff;border-radius:32px;padding:60px;text-align:center;box-shadow:0 25px 70px #00000014;position:relative;overflow:hidden;animation:fadeUp .8s ease}.empty-card:before{content:"";position:absolute;top:-120px;right:-120px;width:280px;height:280px;background:radial-gradient(circle,rgba(85,107,47,.12),transparent 70%);border-radius:50%}.empty-card:after{content:"";position:absolute;bottom:-140px;left:-120px;width:300px;height:300px;background:radial-gradient(circle,rgba(120,148,74,.08),transparent 70%);border-radius:50%}.empty-icon{width:130px;height:130px;margin:auto;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:4rem;background:linear-gradient(135deg,#556b2f,#7e9851);color:#fff;box-shadow:0 20px 45px #556b2f59;animation:floatIcon 3s ease-in-out infinite}.empty-tag{display:inline-block;margin-top:28px;padding:10px 22px;border-radius:999px;background:#eef4e4;color:#556b2f;font-weight:700;font-size:.82rem;letter-spacing:1px}.empty-card h1{margin-top:28px;font-size:2.3rem;color:#2e2e2e;font-weight:700}.empty-card p{margin-top:18px;font-size:1.05rem;line-height:1.9;color:#6c6c6c;max-width:520px;margin-left:auto;margin-right:auto}.continue-shopping{margin-top:38px;width:320px;max-width:100%;height:64px;border:none;border-radius:18px;background:linear-gradient(135deg,#556b2f,#6f8e3a);color:#fff;font-size:1.08rem;font-weight:700;letter-spacing:.4px;cursor:pointer;transition:.35s;box-shadow:0 15px 35px #556b2f4d}.continue-shopping:hover{transform:translateY(-5px) scale(1.03);background:linear-gradient(135deg,#4b6028,#648434);box-shadow:0 25px 50px #556b2f6b}.continue-shopping:active{transform:scale(.97)}.empty-benefits{margin-top:45px;display:flex;flex-direction:column;gap:20px;width:100%;max-width:480px;margin-left:auto;margin-right:auto}.empty-benefits div{display:flex;align-items:center;gap:14px;padding:18px 22px;background:#f9fbf6;border:1px solid #E4ECD8;border-radius:18px;font-size:1rem;font-weight:600;color:#556b2f;box-shadow:0 8px 20px #0000000d;transition:.3s}.empty-benefits div:hover{transform:translateY(-4px);background:#fff;box-shadow:0 18px 35px #00000014}.cart-page{padding:40px 20px;background:#f8f8f5;min-height:100vh}.cart-header{text-align:center;margin-bottom:40px}.cart-header h1{color:#556b2f;font-size:38px}.cart-header p{color:#666}.cart-layout{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 350px;gap:30px}.cart-products{display:flex;flex-direction:column;gap:20px}.cart-card{background:#fff;border-radius:18px;padding:20px;display:grid;grid-template-columns:150px 1fr 120px;gap:20px;box-shadow:0 8px 25px #00000014}.cart-image img{width:150px;height:150px;object-fit:contain;border-radius:15px}.cart-content h2{color:#556b2f;margin:10px 0}.cart-content p{color:#555;line-height:1.5}.natural-badge{background:#e8f0dc;color:#556b2f;padding:6px 12px;border-radius:20px;font-size:13px}.price-row,.subtotal-row{display:flex;justify-content:space-between;margin-top:15px}.price-row strong,.subtotal-row strong{color:#556b2f}.quantity-box{display:flex;align-items:center;gap:15px;margin-top:15px}.quantity-box button{width:35px;height:35px;border-radius:50%;border:none;background:#556b2f;color:#fff;font-size:20px;cursor:pointer}.quantity-box span{font-size:18px;font-weight:700}.cart-actions{display:flex;align-items:flex-start}.delete-btn{background:#b94a48;color:#fff;border:none;padding:10px;border-radius:10px;cursor:pointer}.summary-card{background:#fff;padding:25px;border-radius:18px;height:max-content;box-shadow:0 8px 25px #00000014}.summary-card h2{color:#556b2f}.summary-row,.summary-total{display:flex;justify-content:space-between;margin:15px 0}.summary-total{font-size:22px}.checkout-btn{width:100%;padding:15px;background:#556b2f;color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:17px;margin-top:20px}.clear-btn{width:100%;padding:12px;margin-top:10px;background:#ddd;border:none;border-radius:10px;cursor:pointer}.summary-info{margin-top:20px;color:#555;line-height:2}@media(max-width:800px){.cart-layout{grid-template-columns:1fr}.cart-card{grid-template-columns:1fr;text-align:center}.cart-image img{width:180px;height:180px}.cart-actions{justify-content:center}}.cart-page{min-height:100vh;padding:60px 6%;background:radial-gradient(circle at top left,rgba(85,107,47,.1),transparent 32%),linear-gradient(180deg,#f8f9f4,#fff);color:#30352b}.empty-cart{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px)}.empty-card{width:min(620px,100%);padding:55px 40px;text-align:center;background:#fffffff5;border:1px solid #e1e5da;border-radius:28px;box-shadow:0 25px 70px #2d3a221a}.empty-icon{width:70px;height:70px;margin:0 auto 20px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#f1f5e9;font-size:30px}.empty-tag{display:block;margin-bottom:12px;color:#556b2f;font-size:12px;font-weight:800;letter-spacing:4px}.empty-card h1{margin:0 0 15px;color:#354329;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:500}.empty-card p{max-width:500px;margin:0 auto 28px;color:#777d73;font-size:15px;line-height:1.7}.continue-shopping{padding:14px 28px;border:none;border-radius:12px;background:#556b2f;color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:.2s ease}.continue-shopping:hover{transform:translateY(-2px);background:#435524}.empty-benefits{display:flex;flex-direction:column;gap:10px;margin-top:30px;padding-top:25px;border-top:1px solid #e7ebe1;color:#747b6e;font-size:12px}.cart-page{min-height:100vh;padding:70px 6%;background:radial-gradient(circle at 8% 15%,rgba(85,107,47,.1),transparent 24%),radial-gradient(circle at 92% 85%,rgba(166,180,130,.14),transparent 25%),#f7f5ed;color:#30382a;position:relative;overflow:hidden}.cart-page:before,.cart-page:after{content:"🍃";position:absolute;font-size:120px;opacity:.08;pointer-events:none}.cart-page:before{top:35px;left:-20px;transform:rotate(-25deg)}.cart-page:after{bottom:30px;right:-15px;transform:rotate(25deg)}.cart-header{max-width:900px;margin:0 auto 50px;text-align:center;position:relative;z-index:1}.cart-header:before{content:"🌿";display:block;font-size:30px;margin-bottom:12px}.cart-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,5vw,58px);font-weight:600;color:#40502c;letter-spacing:-1px}.cart-header p{margin:14px auto 0;max-width:600px;font-size:16px;line-height:1.7;color:#6d7562}.cart-layout{max-width:1250px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:35px;align-items:start;position:relative;z-index:1}.cart-products{display:flex;flex-direction:column;gap:22px}.cart-card{background:#ffffffeb;border:1px solid rgba(85,107,47,.12);border-radius:24px;padding:22px;display:grid;grid-template-columns:145px minmax(0,1fr) auto;gap:24px;align-items:center;box-shadow:0 12px 35px #3d492b14;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cart-card:hover{transform:translateY(-4px);border-color:#556b2f47;box-shadow:0 18px 45px #3d492b21}.cart-image{width:145px;height:165px;border-radius:20px;overflow:hidden;background:#edf0e6;position:relative}.cart-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(85,107,47,.1);border-radius:inherit;pointer-events:none}.cart-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.cart-card:hover .cart-image img{transform:scale(1.05)}.cart-content{min-width:0}.natural-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;background:#eef2e7;color:#556b2f;font-size:12px;font-weight:700;letter-spacing:.3px;margin-bottom:10px}.cart-content h2{margin:0;color:#354127;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:600}.cart-content p{margin:8px 0 18px;color:#737a6b;font-size:14px;line-height:1.6;max-width:600px}.price-row,.subtotal-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.price-row{margin-bottom:14px}.price-row span,.subtotal-row span{color:#858b7d;font-size:13px}.price-row strong{color:#556b2f;font-size:16px}.subtotal-row{padding-top:14px;border-top:1px solid #e9ece2}.subtotal-row strong{color:#30382a;font-size:18px}.quantity-box{display:inline-flex;align-items:center;gap:0;margin-bottom:16px;border:1px solid #dfe4d5;border-radius:12px;overflow:hidden;background:#fafbf7}.quantity-box button{width:38px;height:36px;border:none;background:transparent;color:#556b2f;font-size:20px;cursor:pointer;transition:background .2s ease}.quantity-box button:hover{background:#e9eedf}.quantity-box span{min-width:42px;text-align:center;color:#39432d;font-weight:700}.cart-actions{align-self:stretch;display:flex;align-items:flex-start}.delete-btn{border:none;background:transparent;color:#8b756b;font-size:13px;cursor:pointer;padding:8px 4px;transition:color .2s ease,transform .2s ease}.delete-btn:hover{color:#a64d42;transform:translateY(-1px)}.summary-card{position:sticky;top:25px;background:linear-gradient(145deg,#fffffff7,#f4f7ecf7);border:1px solid rgba(85,107,47,.18);border-radius:28px;padding:30px;box-shadow:0 18px 45px #3d492b1a}.summary-card:before{content:"🌿";display:block;font-size:26px;margin-bottom:8px}.summary-card h2{margin:0 0 25px;font-family:Georgia,Times New Roman,serif;color:#40502c;font-size:27px;font-weight:600}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;color:#747b6d;font-size:14px}.summary-row span:last-child{color:#4f5f38;font-weight:700}.summary-card hr{border:none;border-top:1px solid #dde3d3;margin:18px 0}.summary-total{display:flex;justify-content:space-between;align-items:center;gap:20px}.summary-total span{color:#505849;font-size:16px}.summary-total strong{color:#40502c;font-family:Georgia,Times New Roman,serif;font-size:27px}.checkout-btn{width:100%;margin-top:28px;border:none;border-radius:15px;padding:16px 20px;background:#556b2f;color:#fff;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 10px 22px #556b2f38;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.checkout-btn:hover{background:#435625;transform:translateY(-2px);box-shadow:0 14px 28px #556b2f47}.checkout-btn:active{transform:translateY(0)}.clear-btn{width:100%;margin-top:10px;border:1px solid #d9dfd0;border-radius:14px;padding:13px 18px;background:transparent;color:#747b6d;font-size:13px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.clear-btn:hover{background:#f4e9e5;border-color:#dfc9c2;color:#9a5549}.summary-info{margin-top:25px;padding-top:20px;border-top:1px solid #dde3d3;display:flex;flex-direction:column;gap:11px}.summary-info div{color:#68715e;font-size:12px;line-height:1.5}.empty-cart{min-height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center}.empty-card{width:min(650px,100%);text-align:center;padding:65px 45px;background:#ffffffeb;border:1px solid rgba(85,107,47,.15);border-radius:32px;box-shadow:0 20px 55px #3d492b1a;position:relative;z-index:1}.empty-icon{width:85px;height:85px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf2e5;font-size:40px}.empty-tag{display:inline-block;color:#667844;font-size:12px;font-weight:800;letter-spacing:3px;margin-bottom:12px}.empty-card h1{margin:0;font-family:Georgia,Times New Roman,serif;color:#40502c;font-size:clamp(30px,5vw,42px);font-weight:600}.empty-card p{max-width:520px;margin:16px auto 28px;color:#747b6d;line-height:1.7;font-size:15px}.continue-shopping{border:none;border-radius:15px;padding:15px 28px;background:#556b2f;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.continue-shopping:hover{background:#435625;transform:translateY(-2px)}.empty-benefits{margin-top:30px;padding-top:22px;border-top:1px solid #e3e8dc;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px}.empty-benefits div{color:#69725f;font-size:12px}@media(max-width:1000px){.cart-layout{grid-template-columns:1fr}.summary-card{position:relative;top:auto}}@media(max-width:700px){.cart-page{padding:45px 16px}.cart-header{margin-bottom:32px}.cart-header h1{font-size:38px}.cart-header p{font-size:14px}.cart-card{grid-template-columns:95px minmax(0,1fr);gap:16px;padding:15px;border-radius:20px}.cart-image{width:95px;height:120px;grid-row:span 2}.cart-content h2{font-size:19px}.cart-content p{font-size:12px;margin-bottom:12px}.cart-actions{grid-column:2;justify-content:flex-start;align-self:auto}.delete-btn{padding:4px 0}.price-row strong,.subtotal-row strong{font-size:14px}.summary-card{padding:24px 20px;border-radius:23px}.summary-card h2{font-size:24px}.empty-card{padding:45px 22px;border-radius:25px}.empty-card h1{font-size:31px}.empty-benefits{flex-direction:column;gap:10px}}@media(max-width:420px){.cart-card{grid-template-columns:80px minmax(0,1fr)}.cart-image{width:80px;height:105px}.natural-badge{font-size:10px}.cart-content h2{font-size:17px}.quantity-box button{width:32px}.quantity-box span{min-width:34px}.summary-total strong{font-size:23px}}:root{--primary:#556B2F;--primary-dark:#435626;--secondary:#DCC9A3;--background:#F7F4EE;--card:#FFFFFF;--text:#2D2D2D;--text-light:#777}body{background:var(--background)}.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:50px;background:radial-gradient(circle at top left,#E8F0DE 0%,transparent 35%),radial-gradient(circle at bottom right,#EFE5D0 0%,transparent 35%),var(--background)}.login-container{width:1200px;max-width:100%;min-height:700px;background:#fff;border-radius:35px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 30px 70px #00000014}.login-left{display:flex;flex-direction:column;justify-content:center;padding:70px;background:linear-gradient(135deg,#556b2ff5,#435626f5);color:#fff;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#ffffff0f;top:-170px;left:-120px}.login-left:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#ffffff0d;bottom:-120px;right:-90px}.login-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:max-content;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:35px;z-index:2}.login-left h1{font-size:3.3rem;line-height:1.1;font-weight:700;margin-bottom:25px;position:relative;z-index:2}.login-left p{font-size:1.1rem;line-height:1.9;max-width:470px;opacity:.92;position:relative;z-index:2;margin-bottom:45px}.login-feature{display:flex;align-items:center;gap:18px;padding:22px;border-radius:22px;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;max-width:420px;position:relative;z-index:2}.login-feature-icon{width:62px;height:62px;border-radius:18px;background:#fff;display:flex;justify-content:center;align-items:center;font-size:1.8rem;color:#556b2f;flex-shrink:0}.login-feature h3{margin:0 0 5px;font-size:1.1rem}.login-feature p{margin:0;font-size:.95rem;line-height:1.6;opacity:.9}.login-right{display:flex;justify-content:center;align-items:center;padding:70px;background:#fff}.login-form{width:100%;max-width:430px;display:flex;flex-direction:column}.login-form h2{font-size:2.4rem;color:#556b2f;margin-bottom:12px}.login-form small{color:#777;margin-bottom:35px;font-size:1rem}.login-error{background:#ffeaea;color:#c62828;padding:15px;border-radius:14px;margin-bottom:22px;font-size:.95rem;font-weight:500}.login-form input{height:60px;border:none;outline:none;background:#f5f5f5;border-radius:18px;padding:0 22px;font-size:1rem;margin-bottom:18px;transition:.3s;border:2px solid transparent}.login-form input:focus{background:#fff;border-color:#556b2f;box-shadow:0 0 0 5px #556b2f1a}.login-form button{height:60px;border:none;border-radius:18px;background:linear-gradient(135deg,#556b2f,#78944a);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;margin-top:10px;transition:.3s;box-shadow:0 18px 35px #556b2f33}.login-form button:hover{transform:translateY(-3px);box-shadow:0 25px 45px #556b2f47}.register-link{text-align:center;margin-top:28px;font-size:.95rem;color:#666}.register-link a{text-decoration:none;font-weight:700;color:#556b2f;transition:.25s}.register-link a:hover{color:#435626}.login-left{animation:slideLeft .8s ease}.login-right{animation:slideRight .8s ease}@keyframes slideLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media(max-width:1100px){.login-container{grid-template-columns:1fr}.login-left{padding:50px;text-align:center;align-items:center}.login-left p,.login-feature{max-width:100%}.login-right{padding:45px}}@media(max-width:700px){.login-page{padding:20px}.login-container{border-radius:22px}.login-left{padding:35px 25px}.login-left h1{font-size:2.3rem}.login-right{padding:35px 20px}.login-form h2{font-size:2rem}.login-form input{height:55px;font-size:.95rem}.login-form button{height:55px}}.forgot-password{display:flex;justify-content:flex-end;margin:4px 0 28px;padding:0}.forgot-password a{position:relative;color:#556b2f;text-decoration:none;font-size:.9rem;font-weight:600;transition:color .25s ease,transform .25s ease}.forgot-password a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:#556b2f;transition:width .25s ease}.forgot-password a:hover{color:#3f5221;transform:translate(-2px)}.forgot-password a:hover:after{width:100%}.register-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:50px;background:radial-gradient(circle at top left,#E8F0DE 0%,transparent 35%),radial-gradient(circle at bottom right,#EFE5D0 0%,transparent 35%),#f7f4ee}.register-container{width:1200px;max-width:100%;min-height:760px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:35px;overflow:hidden;box-shadow:0 30px 70px #00000014}.register-left{display:flex;flex-direction:column;justify-content:center;padding:70px;background:linear-gradient(135deg,#556b2f,#435626);color:#fff;position:relative;overflow:hidden}.register-left:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#ffffff0f;top:-170px;left:-120px}.register-left:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#ffffff0d;bottom:-120px;right:-90px}.register-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:max-content;font-size:.9rem;font-weight:600;margin-bottom:35px;z-index:2}.register-left h1{font-size:3rem;margin-bottom:20px;position:relative;z-index:2}.register-left p{font-size:1.05rem;line-height:1.8;max-width:450px;opacity:.92;position:relative;z-index:2}.register-right{display:flex;justify-content:center;align-items:center;padding:70px;background:#fff}.register-form{width:100%;max-width:430px;display:flex;flex-direction:column}.register-form h2{font-size:2.4rem;color:#556b2f;margin-bottom:25px}.register-error{background:#ffeaea;color:#c62828;padding:15px;border-radius:14px;margin-bottom:20px}.register-form input{height:58px;margin-bottom:15px;padding:0 20px;border:none;border-radius:18px;background:#f5f5f5;border:2px solid transparent;transition:.3s;font-size:1rem}.register-form input:focus{background:#fff;border-color:#556b2f;outline:none;box-shadow:0 0 0 5px #556b2f1a}.register-form button{height:60px;border:none;border-radius:18px;background:linear-gradient(135deg,#556b2f,#78944a);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.3s;margin-top:10px}.register-form button:hover{transform:translateY(-2px);box-shadow:0 18px 35px #556b2f38}.login-link{margin-top:25px;text-align:center}.login-link a{text-decoration:none;font-weight:700;color:#556b2f}@media(max-width:1100px){.register-container{grid-template-columns:1fr}.register-left{text-align:center;align-items:center;padding:50px}.register-right{padding:40px}}@media(max-width:700px){.register-page{padding:20px}.register-container{border-radius:22px}.register-left{padding:35px 25px}.register-left h1{font-size:2.3rem}.register-right{padding:30px 20px}}:root{--profile-primary: #556B2F;--profile-primary-dark: #435626;--profile-primary-light: #78944A;--profile-secondary: #DCC9A3;--profile-bg: #F7F4EE;--profile-card: #FFFFFF;--profile-soft: #FBFAF7;--profile-text: #2E2E2E;--profile-muted: #777;--profile-border: rgba(85, 107, 47, .1);--profile-shadow: 0 25px 60px rgba(0, 0, 0, .08)}.profile-page{min-height:100vh;padding:70px 40px;display:flex;justify-content:center;align-items:flex-start;background:radial-gradient(circle at top left,#E8F0DE 0%,transparent 35%),radial-gradient(circle at bottom right,#EFE5D0 0%,transparent 35%),var(--profile-bg)}.profile-container{width:1300px;max-width:100%;background:var(--profile-card);border-radius:34px;overflow:hidden;box-shadow:var(--profile-shadow);animation:profileFade .7s ease}.profile-header{position:relative;display:flex;align-items:center;gap:30px;padding:55px 60px;color:#fff;background:linear-gradient(135deg,#556b2f,#6e8744,#435626);overflow:hidden}.profile-header:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:#ffffff0f;top:-180px;right:-110px}.profile-header:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#ffffff0d;bottom:-130px;left:-90px}.profile-avatar{width:135px;height:135px;min-width:135px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--profile-primary);box-shadow:0 15px 40px #0000002e;position:relative;z-index:3;border:4px solid rgba(255,255,255,.8)}.profile-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-letter{font-size:4.2rem;font-weight:700;color:var(--profile-primary)}.avatar-controls{position:relative;z-index:5;margin-left:-12px}.avatar-edit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border-radius:12px;background:#fffffff5;color:var(--profile-primary);font-size:.86rem;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #0000001f;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.avatar-edit-btn:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 25px #0000002e}.avatar-edit-btn svg{font-size:1.05rem}.profile-header>div:last-child{position:relative;z-index:3}.profile-header h1{margin:0 0 8px;font-size:2.55rem;font-weight:700;letter-spacing:-.5px}.profile-header p{margin:0;font-size:1.05rem;opacity:.92}.profile-success,.profile-error{margin:25px 60px 0;padding:15px 20px;border-radius:14px;font-size:.95rem;font-weight:600}.profile-success{background:#edf5e7;color:#486329;border:1px solid #D6E5C8}.profile-error{background:#fff0ee;color:#a13e34;border:1px solid #F1CCC7}.profile-info{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;padding:40px 60px;background:var(--profile-soft)}.info-card{display:flex;align-items:center;gap:20px;padding:25px;background:#fff;border-radius:20px;border:1px solid var(--profile-border);box-shadow:0 12px 30px #0000000b;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.info-card svg{flex-shrink:0;font-size:2.25rem;color:var(--profile-primary)}.info-card span{display:block;margin-bottom:5px;color:#8a8a8a;font-size:.82rem;font-weight:600}.info-card h3{margin:0;color:var(--profile-text);font-size:1.05rem;font-weight:600;word-break:break-word}.profile-edit-area{display:flex;justify-content:center;padding:5px 60px 35px;background:var(--profile-soft)}.edit-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border:1px solid rgba(85,107,47,.2);border-radius:13px;background:#fff;color:var(--profile-primary);font-size:.92rem;font-weight:700;cursor:pointer;transition:.3s}.edit-profile-btn:hover{transform:translateY(-2px);background:var(--profile-primary);color:#fff;box-shadow:0 12px 25px #556b2f33}.profile-edit-form{margin:35px 60px 45px;padding:35px;background:var(--profile-soft);border:1px solid var(--profile-border);border-radius:25px;box-shadow:0 15px 35px #0000000b}.edit-title{display:flex;align-items:center;gap:15px;margin-bottom:30px}.edit-title>svg{flex-shrink:0;width:48px;height:48px;padding:11px;border-radius:14px;background:#e8f0de;color:var(--profile-primary);font-size:1.5rem}.edit-title h2{margin:0 0 4px;color:var(--profile-text);font-size:1.45rem}.edit-title p{margin:0;color:var(--profile-muted);font-size:.9rem}.edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.edit-field{display:flex;flex-direction:column;gap:8px}.edit-field label{color:#555;font-size:.88rem;font-weight:700}.edit-field input{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid #DDD;border-radius:13px;outline:none;background:#fff;color:var(--profile-text);font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease}.edit-field input:focus{border-color:var(--profile-primary);box-shadow:0 0 0 4px #556b2f1a}.edit-field input:disabled{background:#f1f1ed;color:#888;cursor:not-allowed}.edit-field small{color:#888;font-size:.78rem}.edit-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.cancel-edit-btn,.save-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:145px;padding:13px 20px;border-radius:13px;font-size:.9rem;font-weight:700;cursor:pointer;transition:.3s}.cancel-edit-btn{border:1px solid #DDD;background:#fff;color:#666}.cancel-edit-btn:hover{background:#f4f4f4;transform:translateY(-2px)}.save-profile-btn{border:none;background:linear-gradient(135deg,var(--profile-primary),var(--profile-primary-light));color:#fff;box-shadow:0 10px 22px #556b2f33}.save-profile-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #556b2f47}.cancel-edit-btn:disabled,.save-profile-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px 60px 45px}.action-card{position:relative;display:block;padding:30px;background:#fff;border-radius:22px;border:1px solid var(--profile-border);text-align:center;text-decoration:none;box-shadow:0 15px 35px #0000000e;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.action-card:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#556b2f0b;top:-75px;right:-60px;transition:.35s}.action-card:hover{transform:translateY(-7px);box-shadow:0 25px 45px #0000001a}.action-card:hover:before{transform:scale(1.35)}.action-card svg{position:relative;z-index:2;margin-bottom:16px;color:var(--profile-primary);font-size:2.65rem}.action-card h3{position:relative;z-index:2;margin:0 0 9px;color:var(--profile-text);font-size:1.2rem}.action-card p{position:relative;z-index:2;margin:0;color:var(--profile-muted);font-size:.9rem;line-height:1.6}.logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:280px;max-width:calc(100% - 40px);height:56px;margin:5px auto 55px;border:none;border-radius:15px;background:linear-gradient(135deg,var(--profile-primary),var(--profile-primary-light));color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 15px 30px #556b2f33;transition:.3s}.logout-btn:hover{transform:translateY(-3px);box-shadow:0 22px 40px #556b2f47}.logout-btn svg{font-size:1.35rem}@keyframes profileFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.profile-page{padding:45px 25px}.profile-header{padding:45px 35px}.profile-info{padding:35px}.profile-actions{padding:20px 35px 40px}.profile-edit-form{margin-left:35px;margin-right:35px}}@media(max-width:750px){.profile-page{padding:20px 12px}.profile-container{border-radius:24px}.profile-header{flex-direction:column;text-align:center;gap:15px;padding:35px 20px 40px}.profile-avatar{width:110px;height:110px;min-width:110px}.profile-avatar-letter{font-size:3.5rem}.avatar-controls{margin-left:0}.profile-header h1{font-size:1.9rem;line-height:1.25}.profile-header p{font-size:.9rem;line-height:1.5}.profile-success,.profile-error{margin-left:20px;margin-right:20px}.profile-info{grid-template-columns:1fr;padding:25px 20px;gap:15px}.info-card{padding:20px;border-radius:18px}.info-card svg{font-size:2rem}.profile-edit-area{padding:0 20px 30px}.profile-edit-form{margin:25px 20px 30px;padding:22px;border-radius:20px}.edit-grid{grid-template-columns:1fr;gap:18px}.edit-actions{flex-direction:column}.cancel-edit-btn,.save-profile-btn{width:100%}.profile-actions{grid-template-columns:1fr;padding:10px 20px 30px;gap:15px}.action-card{padding:25px 20px}.logout-btn{width:calc(100% - 40px);margin-bottom:35px}}@media(max-width:420px){.profile-header h1{font-size:1.65rem}.profile-header p{font-size:.85rem}.profile-avatar{width:95px;height:95px;min-width:95px}.profile-avatar-letter{font-size:3rem}.avatar-edit-btn{padding:9px 13px;font-size:.8rem}.info-card h3{font-size:.95rem}}.favorites-page{min-height:100vh;padding:125px 30px 90px;background:linear-gradient(180deg,#f6f4ec,#fff 55%,#f4f2e9);color:#303822}.favorites-container{width:100%;max-width:1250px;margin:0 auto}.favorites-header{max-width:700px;margin:0 auto 55px;text-align:center}.favorites-eyebrow{display:inline-block;margin-bottom:14px;color:#71834c;font-size:.72rem;font-weight:700;letter-spacing:3px}.favorites-header h1{margin:0;color:#3f5123;font-size:clamp(2.3rem,5vw,3.6rem);font-weight:700;letter-spacing:-1.5px}.favorites-header h1:after{content:"";display:block;width:45px;height:3px;margin:20px auto;border-radius:10px;background:#556b2f}.favorites-header p{max-width:560px;margin:0 auto;color:#777b6c;font-size:1rem;line-height:1.7}.favorites-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;padding-bottom:17px;border-bottom:1px solid rgba(85,107,47,.15)}.favorites-toolbar>div{display:flex;align-items:baseline;gap:12px}.favorites-toolbar span{color:#8a8d80;font-size:.7rem;font-weight:700;letter-spacing:1.8px}.favorites-toolbar strong{color:#3f5123;font-size:.95rem}.favorites-toolbar a{color:#556b2f;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s ease}.favorites-toolbar a:hover{color:#39481f}.favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:start}.favorite-card{width:100%;overflow:hidden;background:#fff;border:1px solid rgba(85,107,47,.12);border-radius:18px;box-shadow:0 8px 25px #323c1e0f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.favorite-card:hover{transform:translateY(-5px);border-color:#556b2f40;box-shadow:0 16px 35px #323c1e1c}.favorite-image-wrapper{position:relative;width:100%;height:235px;overflow:hidden;background:#f1f0e7}.favorite-image-link{display:block;width:100%;height:100%}.favorite-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.favorite-card:hover .favorite-image{transform:scale(1.04)}.favorite-remove{position:absolute;top:13px;right:13px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#ffffffeb;color:#556b2f;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,background .2s ease,color .2s ease}.favorite-remove:hover{transform:scale(1.08);background:#556b2f;color:#fff}.favorite-content{padding:19px}.favorite-category{display:block;margin-bottom:8px;color:#89917a;font-size:.63rem;font-weight:700;letter-spacing:1.5px}.favorite-content h2{min-height:45px;margin:0 0 12px;color:#3d482c;font-size:1.08rem;font-weight:650;line-height:1.35}.favorite-price{margin-bottom:17px;color:#556b2f;font-size:1.25rem;font-weight:700}.favorite-price small{margin-left:5px;color:#909487;font-size:.65rem;font-weight:600;letter-spacing:.5px}.favorite-actions{display:flex;flex-direction:column;gap:8px}.favorite-cart-button,.favorite-details-button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-family:inherit;font-size:.84rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.favorite-cart-button{gap:10px;border:1px solid #556b2f;background:#556b2f;color:#fff}.favorite-cart-button span{transition:transform .2s ease}.favorite-cart-button:hover{background:#465925;transform:translateY(-1px)}.favorite-cart-button:hover span{transform:translate(3px)}.favorite-details-button{border:1px solid rgba(85,107,47,.2);background:#f8f8f3;color:#556b2f}.favorite-details-button:hover{border-color:#556b2f;background:#eef0e7;transform:translateY(-1px)}.favorites-empty{max-width:560px;margin:30px auto 0;padding:55px 35px;text-align:center;background:#ffffffd9;border:1px solid rgba(85,107,47,.13);border-radius:22px;box-shadow:0 12px 35px #323c1e0f}.favorites-empty-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;border-radius:50%;background:#eef0e6;color:#556b2f;font-size:2rem}.favorites-empty-label{display:block;margin-bottom:10px;color:#8b917e;font-size:.65rem;font-weight:700;letter-spacing:2px}.favorites-empty h2{margin:0 0 12px;color:#3f5123;font-size:1.5rem}.favorites-empty p{max-width:420px;margin:0 auto 27px;color:#777b6c;font-size:.95rem;line-height:1.6}.favorites-empty-button{display:inline-flex;align-items:center;gap:12px;padding:13px 22px;border-radius:11px;background:#556b2f;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}.favorites-empty-button:hover{background:#465925;transform:translateY(-2px)}@media(max-width:1050px){.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(max-width:800px){.favorites-page{padding:110px 22px 70px}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.favorite-image-wrapper{height:220px}}@media(max-width:540px){.favorites-page{padding:100px 18px 55px}.favorites-header{margin-bottom:40px}.favorites-header h1{font-size:2.25rem}.favorites-header p{font-size:.9rem}.favorites-toolbar{align-items:flex-start}.favorites-toolbar>div{flex-direction:column;gap:3px}.favorites-toolbar a{font-size:.8rem}.favorites-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.favorite-image-wrapper{height:250px}}@media(max-width:360px){.favorites-grid{max-width:100%}.favorite-image-wrapper{height:225px}}.checkout-page{min-height:100vh;padding:45px 30px 90px;box-sizing:border-box;background:radial-gradient(circle at 8% 8%,rgba(85,107,47,.08),transparent 27%),radial-gradient(circle at 92% 18%,rgba(139,154,91,.08),transparent 25%),#f7f8f3;color:#293522}.checkout-top{width:min(1200px,100%);margin:0 auto 45px;display:flex;align-items:center;justify-content:space-between;gap:25px}.checkout-back{display:inline-flex;align-items:center;gap:9px;padding:11px 16px;border:1px solid #dce2d5;border-radius:12px;background:#fff;color:#556b2f;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.checkout-back:hover{background:#f1f5eb;border-color:#b9c6aa;transform:translate(-2px)}.checkout-back svg{font-size:17px}.checkout-brand{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.checkout-brand span{color:#3f5427;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700;letter-spacing:2px}.checkout-brand small{color:#8b9183;font-size:9px;font-weight:700;letter-spacing:2px}.checkout-header{width:min(1200px,100%);margin:0 auto 42px;text-align:center}.checkout-label{display:inline-block;margin-bottom:12px;color:#718749;font-size:11px;font-weight:900;letter-spacing:4px}.checkout-header h1{margin:0;color:#26321f;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,58px);font-weight:500;line-height:1.05}.checkout-header p{max-width:620px;margin:14px auto 0;color:#73796d;font-size:15px;line-height:1.7}.checkout-layout{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:30px;align-items:start}.checkout-main{min-width:0;display:flex;flex-direction:column;gap:25px}.checkout-card{position:relative;padding:30px;background:#fffffff5;border:1px solid rgba(85,107,47,.13);border-radius:23px;box-shadow:0 15px 40px #2c3a1f11}.checkout-card-heading{display:flex;align-items:center;gap:15px;margin-bottom:12px}.checkout-step{width:46px;height:46px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#556b2f;color:#fff;font-size:12px;font-weight:900;letter-spacing:1px;box-shadow:0 8px 18px #556b2f33}.checkout-card-heading span{display:block;margin-bottom:4px;color:#82915e;font-size:10px;font-weight:900;letter-spacing:3px}.checkout-card-heading h2{margin:0;color:#26321f;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}.checkout-description{margin:0 0 25px;color:#7a8075;font-size:14px;line-height:1.6}.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.checkout-field{min-width:0}.checkout-field.checkout-full{grid-column:1 / -1}.checkout-field label{display:block;margin-bottom:8px;color:#394432;font-size:13px;font-weight:700}.checkout-field input{width:100%;height:52px;box-sizing:border-box;padding:0 15px;border:1px solid #dce1d6;border-radius:13px;outline:none;background:#fbfcf9;color:#273021;font-family:inherit;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.checkout-field input::placeholder{color:#a5aaa0}.checkout-field input:hover{border-color:#c5cdbb}.checkout-field input:focus{border-color:#718748;background:#fff;box-shadow:0 0 0 4px #556b2f17}.input-icon{position:relative;display:flex;align-items:center}.input-icon svg{position:absolute;left:15px;z-index:2;color:#82915e;font-size:18px;pointer-events:none}.input-icon input{padding-left:44px}.payment-list{display:flex;flex-direction:column;gap:12px}.payment-card{position:relative;width:100%;min-height:80px;padding:15px 18px;box-sizing:border-box;display:flex;align-items:center;gap:15px;border:1px solid #dce1d6;border-radius:17px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.payment-card:hover{transform:translateY(-2px);border-color:#b7c2a8;box-shadow:0 8px 20px #38482814}.payment-card.active{border-color:#556b2f;background:#f5f8ef;box-shadow:0 8px 25px #556b2f1c}.payment-icon{width:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#556b2f;color:#fff;font-size:13px;font-weight:900;letter-spacing:1px;box-shadow:0 6px 14px #556b2f2e}.payment-icon.paypal{background:#526b3d}.payment-icon.transferencia{background:#526b3d}.payment-icon.tarjeta{background:#556b2f;font-size:20px}.payment-text{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.payment-text strong{color:#293522;font-size:15px;font-weight:800}.payment-text small{color:#858b80;font-size:12px;line-height:1.4}.payment-radio{width:24px;height:24px;flex:0 0 24px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:2px solid #cbd2c2;border-radius:50%;color:#556b2f}.payment-card.active .payment-radio{border-color:#556b2f;background:#556b2f;color:#fff}.payment-radio svg{font-size:18px}.checkout-notice{margin-top:16px;padding:15px 17px;display:flex;align-items:center;gap:12px;border:1px solid rgba(85,107,47,.15);border-radius:14px;background:#f5f8ef}.checkout-notice svg{flex:0 0 auto;color:#556b2f;font-size:23px}.checkout-notice span{flex:0 0 auto;font-size:20px}.checkout-notice p{margin:0;color:#68705f;font-size:12px;line-height:1.55}.checkout-notice.warning{background:#fafaf6;border-color:#e1e4db}.transfer-payment-box{margin-top:18px}.transfer-bank-data{margin-top:18px;padding:22px;border:1px solid #e1e6d9;border-radius:18px;background:linear-gradient(145deg,#f8faf5,#fff);box-shadow:0 8px 25px #3242260d}.transfer-bank-data h3{margin:0 0 18px;color:#344329;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600}.transfer-data-row{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #e9ede5}.transfer-data-row:last-of-type{border-bottom:none}.transfer-data-row span{color:#7d8478;font-size:12px}.transfer-data-row strong{color:#344229;font-size:13px;font-weight:800;text-align:right;word-break:break-word}.transfer-total{margin-top:17px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-radius:14px;background:#eef3e7}.transfer-total span{color:#59644f;font-size:12px;font-weight:700}.transfer-total strong{color:#4e632b;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:700;white-space:nowrap}.transfer-proof{margin-top:18px;padding:22px;border:1px solid #e1e6d9;border-radius:18px;background:#fff}.transfer-proof-heading{display:flex;align-items:center;gap:13px;margin-bottom:17px}.transfer-proof-heading>svg{width:43px;height:43px;padding:10px;box-sizing:border-box;border-radius:13px;background:#eef3e7;color:#556b2f}.transfer-proof-heading>div{min-width:0;display:flex;flex-direction:column;gap:4px}.transfer-proof-heading strong{color:#344229;font-size:14px;font-weight:800}.transfer-proof-heading small{color:#8a9085;font-size:11px;line-height:1.4}.transfer-upload{width:100%;min-height:65px;box-sizing:border-box;padding:12px 16px;display:flex;align-items:center;gap:12px;border:1.5px dashed #bfcab2;border-radius:14px;background:#f9fbf7;color:#59684c;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.transfer-upload:hover{background:#f2f6ed;border-color:#82915e;transform:translateY(-1px)}.transfer-upload input{display:none}.transfer-upload>svg{flex:0 0 auto;color:#556b2f;font-size:24px}.transfer-upload span{min-width:0;overflow:hidden;color:#59684c;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.transfer-file-selected{margin:12px 0 0;color:#5c743b;font-size:12px;font-weight:700}.paypal-box{margin-top:18px;padding:20px;border:1px solid #e5e9e0;border-radius:17px;background:#fafbf8}.paypal-box>div{width:100%}.checkout-summary{position:sticky;top:25px;min-width:0;box-sizing:border-box;padding:28px;border:1px solid rgba(85,107,47,.15);border-radius:25px;background:#fff;box-shadow:0 18px 45px #2d3c201a}.summary-card{width:100%}.summary-title{display:flex;align-items:center;gap:11px;margin-bottom:25px}.summary-title svg{width:40px;height:40px;padding:9px;box-sizing:border-box;border-radius:50%;background:#eef3e7;color:#556b2f}.summary-title h2{margin:0;color:#283420;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.summary-products{display:flex;flex-direction:column;gap:12px}.summary-product{width:100%;min-width:0;padding:11px;box-sizing:border-box;display:flex;align-items:center;gap:12px;border:1px solid #edf0e9;border-radius:15px;background:#fafbf8}.summary-image{position:relative;width:62px;height:62px;flex:0 0 62px}.summary-image img{width:62px;height:62px;display:block;object-fit:cover;border-radius:13px;background:#eef2e9;border:1px solid #e1e6db}.summary-image span{position:absolute;top:-7px;right:-7px;min-width:21px;height:21px;padding:0 5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;border-radius:50%;background:#556b2f;color:#fff;font-size:10px;font-weight:800}.summary-product-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px}.summary-product-info strong{display:block;overflow:hidden;color:#303a29;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700;line-height:1.3;text-overflow:ellipsis}.summary-product-info span{color:#8a9085;font-size:11px}.summary-divider{width:100%;height:1px;margin:22px 0 18px;background:#e9ede5}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px;color:#7d8478;font-size:13px}.summary-row strong{color:#37432e;font-weight:800;text-align:right}.summary-total{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:20px;border-top:1px solid #e9ede5}.summary-total span{color:#35412d;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:600}.summary-total strong{color:#4e632b;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:700;white-space:nowrap}.checkout-pay-button{width:100%;min-height:58px;margin-top:23px;padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:9px;border:none;border-radius:15px;background:linear-gradient(135deg,#556b2f,#718749);color:#fff;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 12px 28px #556b2f3b;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.checkout-pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 34px #556b2f4a}.checkout-pay-button:active:not(:disabled){transform:translateY(0)}.checkout-pay-button:disabled{opacity:.6;cursor:not-allowed}.checkout-pay-button svg{font-size:18px}.summary-help{margin-top:20px;padding:14px;display:flex;align-items:center;gap:10px;border-radius:13px;background:#f5f7f2;color:#798073}.summary-help svg{flex:0 0 auto;color:#718749;font-size:20px}.summary-help p{margin:0;font-size:11px;line-height:1.5}.secure-checkout{margin-top:22px;padding-top:19px;display:flex;align-items:center;gap:12px;border-top:1px solid #edf0e9}.secure-checkout>svg{flex:0 0 auto;color:#556b2f;font-size:23px}.secure-checkout>div{min-width:0;display:flex;flex-direction:column;gap:3px}.secure-checkout strong{color:#414b3b;font-size:11px;font-weight:800}.secure-checkout span{color:#959b91;font-size:10px;line-height:1.4}.checkout-empty{width:min(600px,100%);margin:100px auto;padding:55px 35px;box-sizing:border-box;text-align:center;border:1px solid rgba(85,107,47,.13);border-radius:25px;background:#fff;box-shadow:0 20px 50px #2d3c2017}.checkout-empty-icon{width:72px;height:72px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef3e7;color:#556b2f;font-size:32px}.checkout-empty>span{display:block;margin-bottom:10px;color:#718749;font-size:10px;font-weight:900;letter-spacing:3px}.checkout-empty h1{margin:0 0 12px;color:#2e3928;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500}.checkout-empty p{max-width:450px;margin:0 auto 25px;color:#7c8377;font-size:14px;line-height:1.7}.checkout-empty button{padding:14px 25px;border:none;border-radius:13px;background:#556b2f;color:#fff;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease}.checkout-empty button:hover{background:#6b8e23;transform:translateY(-2px)}@media(max-width:950px){.checkout-page{padding:40px 25px 70px}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:650px){.checkout-page{padding:28px 15px 55px}.checkout-top{margin-bottom:35px;align-items:flex-start}.checkout-brand{display:none}.checkout-back{padding:10px 14px}.checkout-header{margin-bottom:28px}.checkout-header h1{font-size:38px}.checkout-header p{font-size:14px}.checkout-card{padding:22px 18px;border-radius:20px}.checkout-card-heading{gap:12px}.checkout-step{width:40px;height:40px;font-size:11px}.checkout-card-heading h2{font-size:22px}.checkout-form-grid{grid-template-columns:1fr;gap:17px}.checkout-field.checkout-full{grid-column:auto}.payment-card{padding:14px;gap:12px}.payment-icon{width:43px;height:43px;flex-basis:43px}.payment-text strong{font-size:14px}.payment-text small{font-size:10px}.checkout-summary{padding:22px 18px;border-radius:20px}.summary-title h2{font-size:22px}.summary-product{gap:10px}.summary-image,.summary-image img{width:58px;height:58px}.summary-image{flex-basis:58px}.summary-product-info strong{font-size:13px}.summary-total strong{font-size:24px}.transfer-bank-data,.transfer-proof{padding:18px 15px}.transfer-bank-data h3{font-size:18px}.transfer-data-row{align-items:flex-start;flex-direction:column;gap:4px}.transfer-data-row strong{text-align:left;word-break:break-all}.transfer-total{align-items:flex-start;flex-direction:column;gap:7px}.transfer-total strong{font-size:19px}.transfer-proof-heading{align-items:flex-start}.transfer-upload{min-height:62px;padding:11px 13px}.checkout-empty{margin:60px auto;padding:45px 22px}.checkout-empty h1{font-size:28px}}@media(max-width:390px){.checkout-page{padding-left:10px;padding-right:10px}.checkout-header h1{font-size:32px}.checkout-card{padding:19px 15px}.payment-card{padding:12px}.payment-icon{width:40px;height:40px;flex-basis:40px}.payment-text strong{font-size:13px}.payment-text small{font-size:9px}.payment-radio{width:21px;height:21px;flex-basis:21px}.summary-total span{font-size:17px}.summary-total strong{font-size:21px}.transfer-total strong{font-size:18px}.transfer-proof-heading strong{font-size:13px}.transfer-proof-heading small{font-size:10px}}.payment-icon.mercado{background:#556b2f}.payment-icon.paypal,.payment-icon.transferencia{background:#526b3d}.payment-icon.oxxo{background:#71824d;font-size:10px}.coverage-page{width:100%;min-height:100vh;background:#f8f8f4;color:#30352b;overflow:hidden}.coverage-hero{min-height:680px;padding:90px 8%;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;background:radial-gradient(circle at 85% 20%,rgba(143,174,89,.18),transparent 35%),linear-gradient(135deg,#f7f8f1,#eef2e7)}.coverage-hero-content{max-width:700px}.coverage-eyebrow{display:inline-block;margin-bottom:24px;color:#556b2f;font-size:.82rem;font-weight:800;letter-spacing:3px}.coverage-hero h1{margin:0 0 28px;color:#30352b;font-size:clamp(4rem,7vw,7rem);line-height:.92;font-weight:400;letter-spacing:-4px}.coverage-hero h1 strong{color:#556b2f;font-weight:800}.coverage-hero-content>p{max-width:620px;margin-bottom:38px;color:#656b60;font-size:1.18rem;line-height:1.85}.coverage-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.coverage-primary-button,.coverage-secondary-button{min-height:56px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:15px;border-radius:14px;text-decoration:none;font-size:.98rem;font-weight:700;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.coverage-primary-button{background:#556b2f;color:#fff;box-shadow:0 12px 30px #556b2f40}.coverage-primary-button:hover{transform:translateY(-4px);background:#465a27;box-shadow:0 18px 35px #556b2f52}.coverage-primary-button span{font-size:1.25rem}.coverage-secondary-button{background:#fff;color:#556b2f;border:1px solid #dfe4d7}.coverage-secondary-button:hover{transform:translateY(-4px);border-color:#556b2f;box-shadow:0 12px 25px #00000012}.coverage-hero-visual{min-height:470px;display:flex;align-items:center;justify-content:center;position:relative}.coverage-globe{width:330px;height:330px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10rem;background:radial-gradient(circle at 35% 30%,#fff,#e7eedc 55%,#d4dfc4);box-shadow:0 35px 80px #41522c2e,inset 0 0 0 18px #ffffff73;animation:coverageFloat 5s ease-in-out infinite}.coverage-floating-card{position:absolute;right:0;bottom:45px;min-width:280px;padding:22px 24px;display:flex;align-items:center;gap:16px;background:#ffffffeb;border:1px solid rgba(255,255,255,.8);border-radius:18px;box-shadow:0 20px 45px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coverage-floating-card>span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#eef3e8;border-radius:14px;font-size:1.5rem}.coverage-floating-card strong{display:block;margin-bottom:5px;color:#30352b;font-size:.95rem}.coverage-floating-card small{color:#7c8278;font-size:.82rem}.coverage-intro{max-width:850px;margin:0 auto;padding:125px 30px 90px;text-align:center}.coverage-section-label{display:inline-block;margin-bottom:18px;color:#6f8d43;font-size:.78rem;font-weight:800;letter-spacing:3px}.coverage-intro h2,.coverage-section-heading h2{margin:0 0 25px;color:#30352b;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.08;letter-spacing:-1.5px}.coverage-intro p{max-width:700px;margin:auto;color:#71766d;font-size:1.08rem;line-height:1.9}.coverage-options{max-width:1400px;margin:0 auto;padding:30px 6% 130px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.coverage-option-card{position:relative;padding:42px 36px;background:#fff;border:1px solid #e8ebe3;border-radius:28px;box-shadow:0 15px 40px #28321e0f;transition:transform .35s ease,box-shadow .35s ease}.coverage-option-card:hover{transform:translateY(-10px);box-shadow:0 28px 60px #28321e1f}.coverage-option-card.featured{background:#556b2f;color:#fff;border-color:#556b2f;transform:translateY(-15px);box-shadow:0 25px 60px #556b2f3d}.coverage-option-card.featured:hover{transform:translateY(-23px)}.coverage-option-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border-radius:20px;background:#eef3e8;font-size:2rem}.coverage-option-card.featured .coverage-option-icon{background:#ffffff26}.coverage-option-number{position:absolute;top:32px;right:34px;color:#b5bdb0;font-size:.8rem;font-weight:800;letter-spacing:2px}.coverage-option-card.featured .coverage-option-number{color:#ffffff8c}.coverage-option-card h3{margin:0 0 15px;color:#30352b;font-size:1.65rem}.coverage-option-card.featured h3{color:#fff}.coverage-option-card>p{min-height:82px;margin-bottom:30px;color:#72776e;line-height:1.75}.coverage-option-card.featured>p{color:#ffffffc7}.coverage-option-details{padding-top:25px;border-top:1px solid #e9ece5}.coverage-option-card.featured .coverage-option-details{border-color:#fff3}.coverage-option-details>div{padding:13px 0;display:flex;flex-direction:column;gap:5px}.coverage-option-details span{color:#8b9186;font-size:.78rem;font-weight:700}.coverage-option-card.featured .coverage-option-details span{color:#fff9}.coverage-option-details strong{color:#3b4234;font-size:.9rem;line-height:1.4}.coverage-option-card.featured .coverage-option-details strong{color:#fff}.coverage-section-heading{max-width:850px;margin:0 auto 55px;text-align:center}.coverage-section-heading p{max-width:680px;margin:auto;color:#777d73;line-height:1.8}.coverage-national-section{padding:120px 7%;background:#f0f3eb}.coverage-table{max-width:1200px;margin:0 auto;background:#fff;border:1px solid #e3e7de;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #323c2812}.coverage-table-header,.coverage-table-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center}.coverage-table-header{min-height:65px;padding:0 30px;background:#556b2f;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:1px;text-transform:uppercase}.coverage-table-row{min-height:78px;padding:0 30px;border-bottom:1px solid #edf0ea;transition:background .25s ease}.coverage-table-row:last-child{border-bottom:none}.coverage-table-row:hover{background:#f8faf5}.coverage-table-row strong{color:#353b31;font-size:.98rem}.coverage-table-row>span{color:#70766d;font-size:.9rem}.coverage-price{color:#556b2f!important;font-weight:800}.coverage-table-note{max-width:1200px;margin:22px auto 0;color:#858b81;font-size:.82rem;line-height:1.6}.coverage-process{padding:130px 7%;background:#fff}.coverage-process-grid{max-width:1250px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.coverage-process-card{position:relative;padding:35px 28px;border:1px solid #e5e9df;border-radius:24px;background:#fafbf8;transition:.3s ease}.coverage-process-card:hover{transform:translateY(-8px);background:#fff;box-shadow:0 20px 45px #28321e14}.coverage-process-card>span{position:absolute;top:22px;right:24px;color:#a8b29e;font-size:.78rem;font-weight:800}.coverage-process-card>div{width:65px;height:65px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:#edf3e7;border-radius:18px;font-size:1.8rem}.coverage-process-card h3{margin-bottom:13px;color:#343a30;font-size:1.15rem}.coverage-process-card p{color:#747a70;font-size:.9rem;line-height:1.75}.coverage-info-section{padding:90px 7%;background:#f8f8f4}.coverage-info-box{max-width:1100px;margin:auto;padding:45px;display:grid;grid-template-columns:80px 1fr;gap:30px;background:#fff;border:1px solid #e5e9df;border-radius:28px;box-shadow:0 15px 40px #28321e0f}.coverage-info-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#edf3e7;border-radius:20px;font-size:1.7rem}.coverage-info-box>div:last-child>span{display:block;margin-bottom:10px;color:#6f8d43;font-size:.75rem;font-weight:800;letter-spacing:2px}.coverage-info-box h2{margin-bottom:18px;color:#343a30;font-size:2rem}.coverage-info-box p{margin-bottom:15px;color:#72786e;line-height:1.8}.coverage-cta{padding:130px 30px;text-align:center;background:radial-gradient(circle at center,rgba(143,174,89,.25),transparent 45%),#556b2f;color:#fff}.coverage-cta>span{display:block;margin-bottom:18px;color:#dbe5cf;font-size:.78rem;font-weight:800;letter-spacing:3px}.coverage-cta h2{margin-bottom:20px;font-size:clamp(2.8rem,5vw,4.5rem);line-height:1;letter-spacing:-1px}.coverage-cta p{max-width:650px;margin:0 auto 35px;color:#ffffffc7;font-size:1.05rem;line-height:1.8}.coverage-cta-button{min-height:58px;padding:0 30px;display:inline-flex;align-items:center;justify-content:center;gap:15px;background:#fff;color:#556b2f;border-radius:14px;text-decoration:none;font-weight:800;box-shadow:0 15px 35px #00000026;transition:.3s ease}.coverage-cta-button:hover{transform:translateY(-4px);box-shadow:0 20px 45px #00000038}.coverage-cta-button span{font-size:1.2rem}@keyframes coverageFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(1deg)}}@media(max-width:1100px){.coverage-hero{grid-template-columns:1fr;text-align:center;padding:90px 6%}.coverage-hero-content{margin:auto}.coverage-hero-content>p{margin-left:auto;margin-right:auto}.coverage-hero-actions{justify-content:center}.coverage-hero-visual{min-height:390px}.coverage-options{grid-template-columns:1fr;max-width:650px}.coverage-option-card.featured{transform:none}.coverage-option-card.featured:hover{transform:translateY(-10px)}.coverage-process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.coverage-hero{min-height:auto;padding:70px 22px 80px;gap:50px}.coverage-eyebrow{font-size:.68rem;letter-spacing:2px}.coverage-hero h1{font-size:3.5rem;letter-spacing:-2px}.coverage-hero-content>p{font-size:1rem}.coverage-hero-actions{flex-direction:column;width:100%}.coverage-primary-button,.coverage-secondary-button{width:100%}.coverage-hero-visual{min-height:300px}.coverage-globe{width:230px;height:230px;font-size:6.5rem}.coverage-floating-card{right:50%;bottom:0;min-width:240px;transform:translate(50%)}.coverage-intro{padding:90px 25px 65px}.coverage-intro h2,.coverage-section-heading h2{font-size:2.5rem}.coverage-options{padding:20px 20px 90px}.coverage-option-card{padding:35px 27px}.coverage-national-section{padding:90px 18px}.coverage-table{overflow-x:auto}.coverage-table-header,.coverage-table-row{min-width:650px}.coverage-process{padding:90px 20px}.coverage-process-grid{grid-template-columns:1fr}.coverage-info-section{padding:70px 20px}.coverage-info-box{padding:30px;grid-template-columns:1fr}.coverage-info-icon{width:60px;height:60px}.coverage-info-box h2{font-size:1.6rem}.coverage-cta{padding:100px 25px}.coverage-cta h2{font-size:2.8rem}.coverage-cta-button{width:100%}}@media(max-width:420px){.coverage-hero h1{font-size:3rem}.coverage-globe{width:200px;height:200px;font-size:5.5rem}.coverage-floating-card{min-width:220px;padding:16px}.coverage-option-card h3{font-size:1.45rem}.coverage-intro h2,.coverage-section-heading h2{font-size:2.15rem}}.coverage-distributors{width:100%;padding:20px 40px 100px;background:#fff;box-sizing:border-box}.coverage-distributor-card{width:100%;max-width:1200px;margin:0 auto;padding:55px 60px;box-sizing:border-box;display:flex;align-items:center;gap:45px;border-radius:30px;background:linear-gradient(135deg,#556b2f,#6b8e23);box-shadow:0 25px 55px #556b2f38;position:relative;overflow:hidden}.coverage-distributor-card:before{content:"";position:absolute;width:260px;height:260px;right:-80px;top:-100px;border-radius:50%;background:#ffffff14}.coverage-distributor-card:after{content:"";position:absolute;width:180px;height:180px;left:30%;bottom:-120px;border-radius:50%;background:#ffffff0d}.coverage-distributor-icon{width:95px;height:95px;min-width:95px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff24;border:1px solid rgba(255,255,255,.25);font-size:45px;position:relative;z-index:2;box-shadow:0 12px 30px #0000001f}.coverage-distributor-content{position:relative;z-index:2;flex:1}.coverage-distributor-label{display:inline-block;margin-bottom:12px;color:#c3b091;font-size:.78rem;font-weight:800;letter-spacing:2px}.coverage-distributor-content h2{margin:0 0 15px;color:#fff;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2}.coverage-distributor-content p{max-width:700px;margin:0 0 25px;color:#ffffffe6;font-size:1rem;line-height:1.8}.coverage-distributor-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:12px;background:#fff;color:#556b2f;text-decoration:none;font-weight:700;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.coverage-distributor-button span{transition:transform .3s ease}.coverage-distributor-button:hover{transform:translateY(-3px);background:#f5f1e8;box-shadow:0 12px 25px #0000002e}.coverage-distributor-button:hover span{transform:translate(5px)}@media(max-width:768px){.coverage-distributors{padding:10px 20px 70px}.coverage-distributor-card{padding:40px 25px;flex-direction:column;text-align:center;gap:25px;border-radius:24px}.coverage-distributor-icon{width:80px;height:80px;min-width:80px;font-size:36px}.coverage-distributor-content{width:100%}.coverage-distributor-label{font-size:.7rem;letter-spacing:1.5px}.coverage-distributor-content h2{font-size:1.8rem;line-height:1.25}.coverage-distributor-content p{font-size:.95rem;line-height:1.7}.coverage-distributor-button{width:100%;max-width:300px;padding:14px 20px}}@media(max-width:480px){.coverage-distributors{padding:5px 15px 60px}.coverage-distributor-card{padding:35px 20px;border-radius:22px}.coverage-distributor-icon{width:72px;height:72px;min-width:72px;font-size:32px}.coverage-distributor-content h2{font-size:1.55rem}.coverage-distributor-content p{font-size:.9rem}.coverage-distributor-button{max-width:100%}}@media(max-width:700px){.coverage-page{width:100%;overflow-x:hidden}.coverage-hero{width:100%;box-sizing:border-box}.coverage-hero-content{width:100%}.coverage-hero h1{word-break:normal}.coverage-hero-content>p{line-height:1.7}.coverage-hero-actions{gap:12px}.coverage-primary-button,.coverage-secondary-button{box-sizing:border-box;min-height:54px;padding:0 20px}.coverage-hero-visual{width:100%;box-sizing:border-box}.coverage-floating-card{max-width:calc(100% - 30px);box-sizing:border-box;right:50%}.coverage-intro{width:100%;box-sizing:border-box}.coverage-intro h2,.coverage-section-heading h2{line-height:1.12}.coverage-intro p{font-size:.98rem;line-height:1.75}.coverage-options{width:100%;box-sizing:border-box}.coverage-option-card{width:100%;box-sizing:border-box;border-radius:22px}.coverage-option-card>p{min-height:auto}.coverage-national-section{width:100%;box-sizing:border-box}.coverage-table{width:100%;border-radius:18px}.coverage-process,.coverage-process-card,.coverage-info-section,.coverage-info-box,.coverage-cta{width:100%;box-sizing:border-box}.coverage-cta-button{box-sizing:border-box}}.success-page{min-height:100vh;padding:120px 20px 60px;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at top,rgba(85,107,47,.08),transparent 45%),#f8f8f5}.success-card{width:100%;max-width:620px;background:#fff;padding:50px 45px;border-radius:28px;text-align:center;box-shadow:0 20px 60px #00000014;border:1px solid rgba(85,107,47,.08);animation:successAppear .5s ease}@keyframes successAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:90px;height:90px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#556b2f1a;font-size:48px;box-shadow:0 10px 25px #556b2f1f}.success-card>span{display:block;margin-bottom:10px;color:#556b2f;font-size:13px;font-weight:700;letter-spacing:3px}.success-card h1{margin:0 0 15px;color:#2f3825;font-size:34px;line-height:1.2}.success-card>p{margin:8px auto;max-width:480px;color:#6f7468;font-size:16px;line-height:1.6}.success-order-info{margin:32px 0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;text-align:left}.success-order-info>div{padding:18px;background:#f7f8f3;border:1px solid rgba(85,107,47,.08);border-radius:16px}.success-order-info small{display:block;margin-bottom:7px;color:#858b7d;font-size:10px;font-weight:700;letter-spacing:1.2px}.success-order-info strong{display:block;color:#3f4f2b;font-size:16px;word-break:break-word}.success-order-info>div:first-child{grid-column:1 / -1;text-align:center;background:linear-gradient(135deg,#f4f6ed,#fafbf8)}.success-order-info>div:first-child strong{font-size:21px;letter-spacing:1.5px}.success-follow{margin-top:20px!important;padding:15px 18px;border-radius:14px;background:#faf9f5;color:#777c71!important;font-size:14px!important}.success-actions{margin-top:28px;display:flex;justify-content:center}.success-actions a{text-decoration:none}.success-card button{border:none;padding:14px 30px;border-radius:14px;background:#556b2f;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.success-card button:hover{background:#465a27;transform:translateY(-2px);box-shadow:0 10px 25px #556b2f38}.success-card button:active{transform:translateY(0)}@media(max-width:600px){.success-page{padding:100px 15px 40px}.success-card{padding:38px 22px;border-radius:22px}.success-icon{width:75px;height:75px;font-size:40px}.success-card h1{font-size:28px}.success-card>p{font-size:15px}.success-order-info{grid-template-columns:1fr}.success-order-info>div:first-child{grid-column:auto}.success-order-info>div{padding:16px}.success-order-info>div:first-child strong{font-size:18px}.success-card button{width:100%;padding:14px 20px}}.contact-page{width:100%;background:#fff;color:#2f2f2f}.contact-hero{min-height:620px;padding:90px 8%;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;background:radial-gradient(circle at 80% 30%,rgba(143,174,89,.18),transparent 35%),linear-gradient(135deg,#f7f7f2,#eef3e8)}.contact-hero-content{max-width:700px}.contact-eyebrow{display:inline-block;margin-bottom:22px;color:#556b2f;font-size:.85rem;font-weight:800;letter-spacing:3px}.contact-hero h1{margin:0 0 25px;color:#2f2f2f;font-size:clamp(3.5rem,6vw,6rem);line-height:.98;font-weight:400}.contact-hero h1 strong{color:#556b2f;font-weight:800}.contact-hero p{max-width:620px;margin-bottom:38px;color:#666;font-size:1.15rem;line-height:1.8}.contact-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.contact-primary-button,.contact-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:55px;padding:0 28px;border-radius:14px;text-decoration:none;font-weight:700;transition:.3s ease}.contact-primary-button{background:#556b2f;color:#fff;box-shadow:0 12px 30px #556b2f40}.contact-primary-button:hover{background:#6b8e23;transform:translateY(-3px);box-shadow:0 18px 35px #556b2f4d}.contact-primary-button span{font-size:1.3rem}.contact-secondary-button{background:#fff;color:#556b2f;border:1px solid rgba(85,107,47,.18)}.contact-secondary-button:hover{transform:translateY(-3px);background:#556b2f;color:#fff}.contact-hero-visual{min-height:430px;display:flex;align-items:center;justify-content:center;position:relative}.contact-circle{width:310px;height:310px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#eef3e8 55%,#dce7d2);font-size:100px;box-shadow:0 35px 80px #556b2f2e,inset 0 0 0 1px #556b2f14;animation:contactFloat 4s ease-in-out infinite}.contact-hero-visual:before,.contact-hero-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(85,107,47,.12)}.contact-hero-visual:before{width:380px;height:380px}.contact-hero-visual:after{width:470px;height:470px}.contact-section{padding:110px 7%;background:#fff}.contact-section-heading{max-width:760px;margin:0 auto 65px;text-align:center}.contact-section-heading>span{display:block;margin-bottom:15px;color:#556b2f;font-size:.82rem;font-weight:800;letter-spacing:3px}.contact-section-heading h2{margin:0 0 18px;color:#2f2f2f;font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1}.contact-section-heading p{margin:0 auto;color:#707070;font-size:1.05rem;line-height:1.8}.contact-grid{max-width:1250px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.contact-card{position:relative;min-height:370px;padding:38px;display:flex;flex-direction:column;background:#f8f8f4;border:1px solid rgba(85,107,47,.08);border-radius:26px;text-decoration:none;color:inherit;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,background .35s ease}.contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#556b2f,#8fae59)}.contact-card:hover{transform:translateY(-10px);background:#fff;box-shadow:0 25px 55px #0000001a}.contact-card-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;background:#e8efdf;border-radius:20px;font-size:32px}.contact-card-number{position:absolute;top:30px;right:30px;color:#c3b091;font-size:.85rem;font-weight:800;letter-spacing:2px}.contact-card h3{margin:0 0 15px;color:#556b2f;font-size:1.65rem}.contact-card p{margin:0 0 25px;color:#666;font-size:1rem;line-height:1.75}.contact-card strong{margin-top:auto;color:#556b2f;font-size:1rem}.contact-info{padding:80px 7%;background:#f7f7f2}.contact-info-box{max-width:1100px;margin:auto;padding:45px;display:flex;align-items:center;gap:30px;background:#fff;border-radius:28px;box-shadow:0 18px 45px #00000012}.contact-info-icon{width:75px;height:75px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:22px;background:#e8efdf;font-size:32px}.contact-info-box>div:last-child>span{display:block;margin-bottom:8px;color:#556b2f;font-size:.8rem;font-weight:800;letter-spacing:2px}.contact-info-box h2{margin:0 0 12px;color:#2f2f2f;font-size:1.8rem}.contact-info-box p{margin:8px 0;color:#666;line-height:1.7}.contact-cta{padding:110px 30px;text-align:center;background:linear-gradient(135deg,#556b2f,#3f5223);color:#fff}.contact-cta>span{display:block;margin-bottom:18px;color:#dce7c8;font-size:.82rem;font-weight:800;letter-spacing:3px}.contact-cta h2{margin:0 0 18px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05}.contact-cta p{max-width:600px;margin:0 auto 35px;color:#edf2e7;font-size:1.08rem;line-height:1.7}.contact-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:15px;padding:16px 30px;background:#fff;color:#556b2f;border-radius:14px;text-decoration:none;font-weight:800;transition:.3s ease}.contact-cta-button:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0003}.contact-cta-button span{font-size:1.3rem}@keyframes contactFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:1000px){.contact-hero{grid-template-columns:1fr;text-align:center;padding:80px 6%}.contact-hero-content{margin:auto}.contact-hero p{margin-left:auto;margin-right:auto}.contact-hero-actions{justify-content:center}.contact-hero-visual{min-height:350px}.contact-circle{width:260px;height:260px;font-size:80px}.contact-hero-visual:before{width:320px;height:320px}.contact-hero-visual:after{width:390px;height:390px}.contact-grid{grid-template-columns:1fr;max-width:650px}}@media(max-width:600px){.contact-hero{min-height:auto;padding:70px 20px;gap:45px}.contact-eyebrow{font-size:.72rem;letter-spacing:2px}.contact-hero h1{font-size:3.1rem}.contact-hero p{font-size:1rem}.contact-hero-actions{flex-direction:column}.contact-primary-button,.contact-secondary-button{width:100%}.contact-hero-visual{min-height:270px}.contact-circle{width:210px;height:210px;font-size:65px}.contact-hero-visual:before{width:260px;height:260px}.contact-hero-visual:after{width:310px;height:310px}.contact-section{padding:75px 20px}.contact-section-heading{margin-bottom:45px}.contact-section-heading h2{font-size:2.35rem}.contact-card{min-height:330px;padding:30px}.contact-info{padding:60px 20px}.contact-info-box{padding:30px;flex-direction:column;align-items:flex-start}.contact-info-box h2{font-size:1.5rem}.contact-cta{padding:80px 20px}.contact-cta h2{font-size:2.6rem}}.search-page{min-height:100vh;background:#f7f7f2;color:#2f2f2f}.search-hero{padding:90px 40px 75px;text-align:center;background:radial-gradient(circle at top right,rgba(195,176,145,.2),transparent 35%),linear-gradient(135deg,#556b2f,#405523);color:#fff}.search-eyebrow{display:block;margin-bottom:18px;color:#c3b091;font-size:.85rem;font-weight:800;letter-spacing:3px}.search-hero h1{margin:0 0 18px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;font-weight:700}.search-hero p{max-width:700px;margin:auto;color:#f1f1eb;font-size:1.1rem;line-height:1.7}.search-results{max-width:1400px;margin:auto;padding:80px 40px 110px}.search-results-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:45px}.search-results-label{display:block;margin-bottom:8px;color:#556b2f;font-size:.8rem;font-weight:800;letter-spacing:3px}.search-results-header h2{margin:0;color:#2f2f2f;font-size:2.2rem}.search-back-button{display:inline-flex;align-items:center;padding:13px 22px;border-radius:12px;background:#fff;color:#556b2f;text-decoration:none;font-weight:700;box-shadow:0 8px 25px #00000012;transition:.3s}.search-back-button:hover{transform:translateY(-3px);background:#556b2f;color:#fff}.search-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:30px}.search-product-card{position:relative;overflow:hidden;background:#fff;border-radius:24px;border:1px solid rgba(85,107,47,.08);box-shadow:0 15px 40px #00000014;transition:transform .3s ease,box-shadow .3s ease}.search-product-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px #00000021}.search-favorite-button{position:absolute;top:18px;right:18px;z-index:5;width:44px;height:44px;border:none;border-radius:50%;background:#fffffff0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;box-shadow:0 8px 20px #0000001f;transition:.3s}.search-favorite-button:hover{transform:scale(1.1)}.search-product-image{display:block;width:100%;height:300px;overflow:hidden;background:#eef3e8}.search-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.search-product-card:hover .search-product-image img{transform:scale(1.05)}.search-product-content{padding:28px}.search-product-tag{display:block;margin-bottom:9px;color:#8a8a8a;font-size:.72rem;font-weight:800;letter-spacing:2px}.search-product-content h3{margin:0 0 12px;color:#556b2f;font-size:1.55rem}.search-product-content p{min-height:65px;margin:0 0 25px;color:#666;font-size:.98rem;line-height:1.7}.search-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px}.search-product-bottom strong{color:#556b2f;font-size:1.3rem}.search-product-button{display:inline-flex;align-items:center;padding:11px 16px;border-radius:10px;background:#556b2f;color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;transition:.3s}.search-product-button:hover{background:#6b8e23;transform:translateY(-2px)}.search-empty{max-width:700px;margin:40px auto 0;padding:70px 40px;text-align:center;background:#fff;border-radius:28px;box-shadow:0 20px 50px #00000014}.search-empty-icon{width:85px;height:85px;margin:0 auto 25px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef3e8;font-size:38px}.search-empty h2{margin:0 0 15px;color:#2f2f2f;font-size:2rem}.search-empty p{margin:8px 0;color:#777;line-height:1.7}.search-empty strong{color:#556b2f}.search-empty-button{display:inline-flex;margin-top:28px;padding:14px 24px;border-radius:12px;background:#556b2f;color:#fff;text-decoration:none;font-weight:700;transition:.3s}.search-empty-button:hover{background:#6b8e23;transform:translateY(-3px)}@media(max-width:800px){.search-hero{padding:70px 25px 60px}.search-results{padding:60px 20px 80px}.search-results-header{align-items:flex-start;flex-direction:column}.search-results-header h2{font-size:1.8rem}.search-product-grid{grid-template-columns:1fr}}@media(max-width:500px){.search-hero h1{font-size:2.4rem}.search-hero p{font-size:1rem}.search-product-image{height:260px}.search-product-content{padding:23px}.search-product-bottom{align-items:flex-start;flex-direction:column}.search-product-button{width:100%;justify-content:center}.search-empty{padding:55px 25px}}.admin-page{min-height:calc(100vh - 100px);background:#f7f7f2;padding:70px 40px 100px;color:#2e3b1f}.admin-header{max-width:1250px;margin:0 auto 45px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.admin-label{display:block;margin-bottom:12px;color:#556b2f;font-size:.78rem;font-weight:800;letter-spacing:3px}.admin-header h1{margin:0 0 12px;color:#2e3b1f;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.admin-header p{max-width:650px;margin:0;color:#6f7469;font-size:1.05rem;line-height:1.7}.admin-back{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:12px;background:#556b2f;color:#fff;text-decoration:none;font-weight:700;transition:.3s ease}.admin-back:hover{background:#6b8e23;transform:translateY(-2px)}.admin-stats{max-width:1250px;margin:0 auto 55px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.admin-stat-card{min-height:130px;padding:25px;display:flex;align-items:center;gap:20px;background:#fff;border:1px solid rgba(85,107,47,.1);border-radius:20px;box-shadow:0 12px 35px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.admin-stat-card:hover{transform:translateY(-3px);box-shadow:0 17px 40px #00000014}.admin-stat-icon{width:58px;height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:17px;background:#eef3e8;font-size:27px}.admin-stat-card>div:last-child{display:flex;flex-direction:column;gap:6px}.admin-stat-card span{color:#777;font-size:.9rem}.admin-stat-card strong{color:#2e3b1f;font-size:1.5rem}.admin-orders,.admin-users{max-width:1250px;margin:0 auto 60px}.admin-section-heading{margin-bottom:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-section-heading>div>span{color:#556b2f;font-size:.78rem;font-weight:800;letter-spacing:2.5px}.admin-section-heading h2{margin:7px 0 0;color:#2e3b1f;font-size:2rem}.admin-section-heading>strong{padding:9px 15px;border-radius:30px;background:#e8eddf;color:#556b2f;font-size:.9rem}.admin-orders-list{display:flex;flex-direction:column;gap:18px}.admin-order-card{padding:25px;background:#fff;border:1px solid rgba(85,107,47,.09);border-radius:20px;box-shadow:0 10px 30px #0000000e;transition:transform .25s ease,box-shadow .25s ease}.admin-order-card:hover{transform:translateY(-3px);box-shadow:0 17px 38px #00000014}.admin-order-main{display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.admin-order-label{display:block;margin-bottom:6px;color:#75805f;font-size:.7rem;font-weight:800;letter-spacing:2px}.admin-order-main h3{margin:0;color:#2e3b1f;font-size:1.25rem}.admin-order-status-control{display:flex;align-items:center;gap:10px}.admin-order-status{padding:7px 12px;border-radius:30px;font-size:.78rem;font-weight:800;white-space:nowrap}.admin-order-status.paid{background:#e8f1df;color:#4f7028}.admin-order-status.pending{background:#f3f0df;color:#8a7834}.admin-order-status-control select{min-width:130px;padding:9px 11px;border:1px solid #dfe5d6;border-radius:10px;background:#fff;color:#3f492f;font-size:.82rem;font-weight:700;outline:none;cursor:pointer}.admin-order-status-control select:focus{border-color:#556b2f;box-shadow:0 0 0 3px #556b2f1a}.admin-order-info{margin-top:22px;padding-top:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;border-top:1px solid #edf0e9}.admin-order-info div{display:flex;flex-direction:column;gap:6px}.admin-order-info span{color:#8a8e84;font-size:.75rem;font-weight:700}.admin-order-info strong{color:#3c452f;font-size:.88rem;word-break:break-word}.admin-order-footer{margin-top:20px;padding-top:15px;display:flex;justify-content:space-between;gap:15px;border-top:1px solid #edf0e9;color:#858a80;font-size:.75rem}.admin-order-details-button{margin-top:18px;width:100%;padding:12px 18px;border:1px solid #dce5d2;border-radius:12px;background:#eef3e8;color:#556b2f;font-size:.85rem;font-weight:800;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.admin-order-details-button:hover{background:#e2ead9;transform:translateY(-2px);box-shadow:0 7px 18px #556b2f1a}.admin-users-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.admin-user-card{position:relative;padding:25px;display:grid;grid-template-columns:auto 1fr;gap:18px;background:#fff;border:1px solid rgba(85,107,47,.09);border-radius:20px;box-shadow:0 10px 30px #0000000e;transition:transform .3s ease,box-shadow .3s ease}.admin-user-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000017}.admin-user-avatar{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#556b2f;color:#fff;font-size:1.35rem;font-weight:800}.admin-user-info h3{margin:0 0 8px;color:#2e3b1f;font-size:1.15rem}.admin-user-info p{margin:5px 0;color:#777;font-size:.9rem}.admin-user-status{grid-column:2;color:#75805f;font-size:.78rem;font-weight:600}.admin-user-status span{margin-right:5px;color:#6b8e23}.admin-empty{padding:70px 30px;text-align:center;background:#fff;border:1px dashed rgba(85,107,47,.25);border-radius:24px}.admin-empty>div{width:70px;height:70px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef3e8;font-size:30px}.admin-empty h3{margin:0 0 8px;color:#2e3b1f;font-size:1.3rem}.admin-empty p{margin:0;color:#777}.admin-order-modal-overlay{position:fixed;inset:0;z-index:9999;padding:30px;display:flex;align-items:center;justify-content:center;background:#232d1980;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:adminOverlayIn .2s ease}@keyframes adminOverlayIn{0%{opacity:0}to{opacity:1}}.admin-order-modal{width:min(780px,100%);max-height:88vh;overflow-y:auto;padding:32px;background:#fff;border-radius:24px;border:1px solid rgba(85,107,47,.1);box-shadow:0 30px 80px #0003;animation:adminModalIn .25s ease}@keyframes adminModalIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-order-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid #edf0e9}.admin-order-modal-header span{display:block;margin-bottom:8px;color:#75805f;font-size:.7rem;font-weight:800;letter-spacing:2.5px}.admin-order-modal-header h2{margin:0;color:#2e3b1f;font-size:1.8rem}.admin-order-modal-header button{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:#eef3e8;color:#556b2f;font-size:17px;cursor:pointer;transition:.25s ease}.admin-order-modal-header button:hover{background:#e1e9d9;transform:scale(1.05)}.admin-order-modal-status{margin:22px 0;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f7f8f3;border:1px solid #e7ebdf;border-radius:15px}.admin-order-modal-status span{color:#777d70;font-size:.85rem}.admin-order-modal-status strong{padding:7px 13px;border-radius:30px;background:#e8eddf;color:#556b2f;font-size:.78rem}.admin-order-modal-section{margin-top:18px;padding:21px;background:#fff;border:1px solid rgba(85,107,47,.1);border-radius:18px}.admin-order-modal-section h3{margin:0 0 15px;color:#2e3b1f;font-size:1rem}.admin-order-modal-section p{margin:7px 0;color:#6f7469;font-size:.88rem;line-height:1.55}.admin-order-modal-section p strong{color:#3f492f}.admin-modal-products{display:flex;flex-direction:column;gap:10px}.admin-modal-product{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f8f9f5;border:1px solid #edf0e8;border-radius:13px}.admin-modal-product>div{display:flex;flex-direction:column;gap:5px}.admin-modal-product strong{color:#2e3b1f;font-size:.88rem}.admin-modal-product span{color:#858a80;font-size:.78rem}.admin-modal-product>strong:last-child{color:#556b2f;white-space:nowrap}.admin-order-modal-footer{margin-top:22px;padding-top:17px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;border-top:1px solid #edf0e9;color:#858a80;font-size:.72rem}.admin-order-modal::-webkit-scrollbar{width:7px}.admin-order-modal::-webkit-scrollbar-track{background:transparent}.admin-order-modal::-webkit-scrollbar-thumb{background:#dce4d4;border-radius:20px}@media(max-width:900px){.admin-page{padding:50px 25px 80px}.admin-header{align-items:flex-start;flex-direction:column}.admin-stats,.admin-users-grid{grid-template-columns:1fr}.admin-order-info{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.admin-page{padding:40px 18px 70px}.admin-header h1{font-size:2.35rem}.admin-header p{font-size:.95rem}.admin-back{width:100%}.admin-section-heading{align-items:flex-start;flex-direction:column}.admin-section-heading h2{font-size:1.6rem}.admin-user-card,.admin-order-card{padding:20px}.admin-order-main{align-items:flex-start;flex-direction:column}.admin-order-status-control{width:100%;align-items:stretch;flex-direction:column}.admin-order-status-control select{width:100%}.admin-order-info{grid-template-columns:1fr}.admin-order-footer{align-items:flex-start;flex-direction:column}.admin-order-modal-overlay{padding:12px;align-items:center}.admin-order-modal{max-height:94vh;padding:22px;border-radius:20px}.admin-order-modal-header h2{font-size:1.35rem;word-break:break-word}.admin-order-modal-status{align-items:flex-start;flex-direction:column;gap:10px}.admin-order-modal-section{padding:18px}.admin-modal-product{align-items:flex-start;flex-direction:column;gap:8px}.admin-modal-product>strong:last-child{align-self:flex-end}.admin-order-modal-footer{flex-direction:column}}.forgot-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f7f6f0}.forgot-container{width:100%;max-width:900px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000014}.forgot-brand{padding:60px 45px;background:#556b2f;color:#fff;display:flex;flex-direction:column;justify-content:center}.forgot-brand span{font-weight:700;letter-spacing:2px;margin-bottom:30px}.forgot-brand h1{font-size:38px;margin-bottom:20px}.forgot-brand p{line-height:1.7;opacity:.9}.forgot-form{padding:60px 45px;display:flex;flex-direction:column;justify-content:center}.forgot-form h2{margin-bottom:8px;color:#333}.forgot-form small{margin-bottom:30px;color:#777}.forgot-form label{margin-bottom:8px;font-weight:600}.forgot-form input{width:100%;padding:14px;border:1px solid #ddd;border-radius:10px;margin-bottom:20px;font-size:15px;box-sizing:border-box}.forgot-form input:focus{outline:none;border-color:#556b2f}.forgot-form button{border:none;padding:15px;border-radius:10px;background:#556b2f;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.forgot-form button:disabled{opacity:.6;cursor:not-allowed}.forgot-error{padding:12px;margin-bottom:18px;border-radius:8px;background:#ffe8e8;color:#a00000}.forgot-success{padding:12px;margin-bottom:18px;border-radius:8px;background:#e9f5e4;color:#3d6625}.forgot-back{text-align:center;margin-top:25px}.forgot-back a{color:#556b2f;text-decoration:none;font-weight:600}@media(max-width:700px){.forgot-container{grid-template-columns:1fr}.forgot-brand{padding:40px 30px}.forgot-brand h1{font-size:30px}.forgot-form{padding:40px 30px}}.verify-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f7f6f0}.verify-container{width:100%;max-width:900px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000014}.verify-brand{padding:60px 45px;background:#556b2f;color:#fff;display:flex;flex-direction:column;justify-content:center}.verify-brand span{font-weight:700;letter-spacing:2px;margin-bottom:30px}.verify-brand h1{font-size:38px;margin-bottom:20px}.verify-brand p{line-height:1.7;opacity:.9}.verify-form{padding:60px 45px;display:flex;flex-direction:column;justify-content:center}.verify-form h2{margin-bottom:8px;color:#333}.verify-form small{margin-bottom:30px;color:#777}.verify-form label{margin-bottom:8px;font-weight:600}.verify-form input{width:100%;padding:16px;border:1px solid #ddd;border-radius:10px;margin-bottom:20px;font-size:24px;text-align:center;letter-spacing:8px;box-sizing:border-box}.verify-form input:focus{outline:none;border-color:#556b2f}.verify-form button{border:none;padding:15px;border-radius:10px;background:#556b2f;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.verify-form button:disabled{opacity:.6;cursor:not-allowed}.verify-error{padding:12px;margin-bottom:18px;border-radius:8px;background:#ffe8e8;color:#a00000}.verify-success{padding:12px;margin-bottom:18px;border-radius:8px;background:#e9f5e4;color:#3d6625}.verify-back{text-align:center;margin-top:25px}.verify-back a{color:#556b2f;text-decoration:none;font-weight:600}@media(max-width:700px){.verify-container{grid-template-columns:1fr}.verify-brand{padding:40px 30px}.verify-brand h1{font-size:30px}.verify-form{padding:40px 30px}}.new-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f7f6f0}.new-password-container{width:100%;max-width:900px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000014}.new-password-brand{padding:60px 45px;background:#556b2f;color:#fff;display:flex;flex-direction:column;justify-content:center}.new-password-brand span{font-weight:700;letter-spacing:2px;margin-bottom:30px}.new-password-brand h1{font-size:38px;margin-bottom:20px}.new-password-brand p{line-height:1.7;opacity:.9}.new-password-form{padding:60px 45px;display:flex;flex-direction:column;justify-content:center}.new-password-form h2{margin-bottom:8px;color:#333}.new-password-form small{margin-bottom:30px;color:#777}.new-password-form label{margin-bottom:8px;font-weight:600;color:#333}.new-password-form input{width:100%;padding:15px;margin-bottom:20px;border:1px solid #ddd;border-radius:10px;box-sizing:border-box;font-size:16px}.new-password-form input:focus{outline:none;border-color:#556b2f}.new-password-form button{border:none;padding:15px;border-radius:10px;background:#556b2f;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.new-password-form button:disabled{opacity:.6;cursor:not-allowed}.new-password-error{padding:12px;margin-bottom:18px;border-radius:8px;background:#ffe8e8;color:#a00000}.new-password-success{padding:12px;margin-bottom:18px;border-radius:8px;background:#e9f5e4;color:#3d6625}.new-password-back{text-align:center;margin-top:25px}.new-password-back a{color:#556b2f;text-decoration:none;font-weight:600}@media(max-width:700px){.new-password-container{grid-template-columns:1fr}.new-password-brand{padding:40px 30px}.new-password-brand h1{font-size:30px}.new-password-form{padding:40px 30px}}.settings-page{min-height:100vh;padding:70px 30px;background:#f8faf5}.settings-container{width:900px;max-width:100%;margin:0 auto}.settings-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:30px;color:#556b2f;text-decoration:none;font-weight:600;transition:.25s}.settings-back:hover{transform:translate(-4px)}.settings-header{display:flex;align-items:center;gap:22px;margin-bottom:35px}.settings-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#556b2f;color:#fff;font-size:2rem;box-shadow:0 15px 30px #556b2f38}.settings-header h1{margin:0 0 7px;color:#2e2e2e;font-size:2.2rem}.settings-header p{margin:0;color:#777;line-height:1.6}.settings-card{background:#fff;border-radius:28px;padding:40px;box-shadow:0 25px 60px #00000014;border:1px solid rgba(85,107,47,.08)}.settings-card-header{display:flex;align-items:center;gap:18px;margin-bottom:30px}.settings-card-header>svg{flex-shrink:0;font-size:2.4rem;color:#556b2f}.settings-card-header h2{margin:0 0 5px;color:#2e2e2e}.settings-card-header p{margin:0;color:#777}.settings-success,.settings-error{padding:14px 18px;border-radius:14px;margin-bottom:22px;font-weight:600}.settings-success{background:#edf5e6;color:#4d682a;border:1px solid #d5e5c4}.settings-error{background:#fff0ee;color:#a33a30;border:1px solid #f1cbc6}.settings-card form{display:flex;flex-direction:column}.settings-card label{margin-bottom:8px;color:#444;font-size:.95rem;font-weight:600}.settings-card input{width:100%;box-sizing:border-box;padding:15px 17px;margin-bottom:22px;border:1px solid #ddd;border-radius:14px;background:#fbfaf7;color:#2e2e2e;font-size:1rem;outline:none;transition:.25s}.settings-card input:focus{border-color:#556b2f;background:#fff;box-shadow:0 0 0 4px #556b2f14}.settings-card form>button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:5px;padding:16px;border:none;border-radius:15px;background:linear-gradient(135deg,#556b2f,#78944a);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 15px 30px #556b2f33;transition:.3s}.settings-card form>button:hover{transform:translateY(-3px);box-shadow:0 22px 40px #556b2f47}.settings-card form>button:disabled{opacity:.65;cursor:not-allowed;transform:none}@media(max-width:700px){.settings-page{padding:35px 20px}.settings-header{align-items:flex-start}.settings-icon{width:58px;height:58px;font-size:1.6rem;border-radius:17px}.settings-header h1{font-size:1.7rem}.settings-header p{font-size:.9rem}.settings-card{padding:25px 20px;border-radius:22px}.settings-card-header{align-items:flex-start}}.password-toggle{position:absolute;right:15px;top:35%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#556b2f;cursor:pointer}.password-toggle:hover{transform:translateY(-50%)!important;color:#435626!important;box-shadow:none!important}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:55px}.password-toggle:hover{transform:translateY(-50%);background:transparent;color:#435626;box-shadow:none}.tracking-page{min-height:100vh;padding:120px 20px 70px;background:radial-gradient(circle at top,rgba(85,107,47,.08),transparent 45%),#f8f8f5}.tracking-header{max-width:760px;margin:0 auto 35px;text-align:center}.tracking-label{display:block;margin-bottom:10px;color:#556b2f;font-size:12px;font-weight:700;letter-spacing:3px}.tracking-header h1{margin:0 0 12px;color:#2f3825;font-size:38px;line-height:1.2}.tracking-header p{margin:0;color:#74796d;font-size:16px;line-height:1.6}.tracking-search{width:100%;max-width:760px;margin:0 auto 30px;display:flex;gap:12px}.tracking-input{flex:1;display:flex;align-items:center;gap:10px;padding:0 18px;background:#fff;border:1px solid #e2e5dc;border-radius:15px;transition:border-color .2s ease,box-shadow .2s ease}.tracking-input:focus-within{border-color:#556b2f;box-shadow:0 0 0 4px #556b2f14}.tracking-input svg{flex-shrink:0;width:20px;height:20px;color:#556b2f}.tracking-input input{width:100%;padding:16px 0;border:none;outline:none;background:transparent;color:#30352b;font-size:15px}.tracking-input input::placeholder{color:#a0a49a}.tracking-search button{padding:0 25px;border:none;border-radius:15px;background:#556b2f;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.tracking-search button:hover:not(:disabled){background:#465a27;transform:translateY(-2px);box-shadow:0 10px 25px #556b2f33}.tracking-search button:disabled{opacity:.7;cursor:wait}.tracking-error{width:100%;max-width:760px;margin:0 auto 30px;padding:20px;border-radius:16px;background:#fff8f5;border:1px solid #f0d8cf;text-align:center}.tracking-error strong{display:block;margin-bottom:5px;color:#8c4636;font-size:15px}.tracking-error p{margin:0;color:#9a7167;font-size:14px}.tracking-result{width:100%;max-width:900px;margin:0 auto;background:#fff;border-radius:26px;border:1px solid rgba(85,107,47,.08);box-shadow:0 20px 60px #00000012;overflow:hidden}.tracking-order-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:30px 35px;border-bottom:1px solid #eef0e9}.tracking-order-header span{display:block;margin-bottom:6px;color:#8a8f83;font-size:10px;font-weight:700;letter-spacing:1.5px}.tracking-order-header h2{margin:0;color:#3f4f2b;font-size:23px;letter-spacing:1px}.tracking-status-badge{padding:9px 16px;border-radius:50px;background:#eef3e7;color:#556b2f;font-size:12px;font-weight:700}.tracking-progress{padding:35px;border-bottom:1px solid #eef0e9}.tracking-step{position:relative;display:flex;gap:18px;min-height:75px;opacity:.4}.tracking-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;width:2px;height:50px;background:#dfe3d9}.tracking-step.completed{opacity:1}.tracking-step.completed:not(:last-child):after{background:#556b2f}.tracking-step-icon{position:relative;z-index:2;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef0e9;color:#8c9285}.tracking-step.completed .tracking-step-icon{background:#556b2f;color:#fff}.tracking-step-content{padding-top:2px}.tracking-step-content strong{display:block;margin-bottom:4px;color:#39432f;font-size:15px}.tracking-step-content span{color:#858a7f;font-size:13px;line-height:1.5}.tracking-details{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#eef0e9;border-bottom:1px solid #eef0e9}.tracking-detail{padding:22px;background:#fff}.tracking-detail span{display:block;margin-bottom:7px;color:#92978d;font-size:9px;font-weight:700;letter-spacing:1.2px}.tracking-detail strong{color:#3d4636;font-size:14px}.tracking-products{padding:30px 35px}.tracking-section-title{display:flex;align-items:center;gap:9px;margin-bottom:20px}.tracking-section-title svg{width:21px;height:21px;color:#556b2f}.tracking-section-title h3{margin:0;color:#36402e;font-size:18px}.tracking-product{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;border-bottom:1px solid #eef0e9}.tracking-product:last-child{border-bottom:none}.tracking-product div{display:flex;flex-direction:column;gap:4px}.tracking-product strong{color:#3d4636;font-size:14px}.tracking-product span{color:#8a8f85;font-size:12px}.tracking-footer{display:flex;align-items:center;gap:12px;margin:0 35px 30px;padding:17px 18px;border-radius:14px;background:#f7f8f3}.tracking-footer svg{flex-shrink:0;width:20px;height:20px;color:#556b2f}.tracking-footer p{margin:0;color:#777d72;font-size:13px;line-height:1.5}@media(max-width:750px){.tracking-page{padding:100px 15px 50px}.tracking-header h1{font-size:30px}.tracking-search{flex-direction:column}.tracking-search button{padding:15px}.tracking-order-header{align-items:flex-start;flex-direction:column;padding:25px 22px}.tracking-progress{padding:28px 22px}.tracking-details{grid-template-columns:repeat(2,1fr)}.tracking-products{padding:25px 22px}.tracking-footer{margin-left:22px;margin-right:22px}}@media(max-width:480px){.tracking-header h1{font-size:27px}.tracking-header p{font-size:14px}.tracking-details{grid-template-columns:1fr}.tracking-detail{padding:17px 20px}.tracking-product{align-items:flex-start;flex-direction:column;gap:8px}.tracking-order-header h2{font-size:19px}.tracking-status-badge{font-size:11px}}.admin-login-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:50px 20px;background:linear-gradient(135deg,#f8f8f5,#f1eee6);box-sizing:border-box}.admin-login-card{width:min(430px,100%);padding:45px 40px;background:#fff;border:1px solid rgba(85,107,47,.12);border-radius:24px;text-align:center;box-shadow:0 20px 60px #00000014;box-sizing:border-box}.admin-login-icon{width:70px;height:70px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;background:#556b2f;border-radius:20px;font-size:32px;box-shadow:0 10px 25px #556b2f38}.admin-login-label{display:block;margin-bottom:8px;color:#556b2f;font-size:11px;font-weight:700;letter-spacing:2.5px}.admin-login-card h1{margin:0 0 10px;color:#2f3527;font-size:28px}.admin-login-card>p{margin:0 0 30px;color:#73766e;font-size:14px;line-height:1.6}.admin-login-card form{text-align:left}.admin-login-field{margin-bottom:20px}.admin-login-field label{display:block;margin-bottom:8px;color:#3f4438;font-size:13px;font-weight:600}.admin-login-field input{width:100%;padding:14px 15px;border:1px solid #deded7;border-radius:11px;background:#fafaf8;color:#2f3527;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.admin-login-field input:focus{background:#fff;border-color:#556b2f;box-shadow:0 0 0 3px #556b2f1a}.admin-login-field input::placeholder{color:#aaa}.admin-login-error{margin-bottom:18px;padding:12px 14px;border-radius:10px;background:#fdf0f0;color:#a33a3a;font-size:13px;line-height:1.5}.admin-login-card button{width:100%;margin-top:5px;padding:15px;border:none;border-radius:12px;background:#556b2f;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.admin-login-card button:hover:not(:disabled){background:#465925;transform:translateY(-2px);box-shadow:0 10px 25px #556b2f38}.admin-login-card button:active:not(:disabled){transform:translateY(0)}.admin-login-card button:disabled{opacity:.65;cursor:not-allowed}@media(max-width:500px){.admin-login-page{min-height:calc(100vh - 70px);padding:30px 15px}.admin-login-card{padding:35px 25px;border-radius:20px}.admin-login-card h1{font-size:24px}}.legal-page{min-height:100vh;padding:70px 20px 100px;background:radial-gradient(circle at 10% 10%,rgba(85,107,47,.08),transparent 30%),#f7f8f3;color:#303a29}.legal-header{max-width:900px;margin:0 auto 50px;text-align:center}.legal-header>span{display:block;margin-bottom:12px;color:#556b2f;font-size:12px;font-weight:800;letter-spacing:4px}.legal-header h1{margin:0;color:#26321f;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,6vw,4rem);font-weight:500}.legal-header p{max-width:650px;margin:18px auto 0;color:#73796d;font-size:15px;line-height:1.7}.legal-content{width:min(900px,100%);margin:0 auto;padding:40px;box-sizing:border-box;background:#fff;border:1px solid rgba(85,107,47,.12);border-radius:24px;box-shadow:0 18px 45px #2d3c2014}.legal-content section{margin-bottom:35px}.legal-content section:last-of-type{margin-bottom:0}.legal-content h2{margin:0 0 12px;color:#556b2f;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:600}.legal-content p{margin:9px 0;color:#596052;font-size:14px;line-height:1.8}.legal-content strong{color:#303a29}.legal-contact{margin-top:40px;padding:22px;border-radius:16px;background:#f1f4eb;border:1px solid #e1e7d8}.legal-contact strong{color:#556b2f;font-size:15px}.legal-contact p{margin-bottom:0}@media(max-width:600px){.legal-page{padding:45px 15px 70px}.legal-header{margin-bottom:30px}.legal-header h1{font-size:2.3rem}.legal-header p{font-size:14px}.legal-content{padding:25px 20px;border-radius:20px}.legal-content h2{font-size:19px}.legal-content p{font-size:13px}}.products-page{min-height:100vh;padding:70px 7% 100px;background:radial-gradient(circle at 10% 10%,rgba(113,135,73,.08),transparent 30%),radial-gradient(circle at 90% 20%,rgba(139,154,91,.07),transparent 28%),#f7f8f3;color:#26321f}.products-page-header{max-width:720px;margin:0 auto 55px;text-align:center}.products-page-header>span{display:block;margin-bottom:12px;color:#718749;font-size:12px;font-weight:800;letter-spacing:4px}.products-page-header h1{margin:0;color:#26321f;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,58px);font-weight:500;line-height:1.1}.products-page-header p{max-width:620px;margin:18px auto 0;color:#73796d;font-size:16px;line-height:1.7}.products-page-grid{width:100%;max-width:1250px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.products-page-card{overflow:hidden;border:1px solid rgba(85,107,47,.12);border-radius:24px;background:#fff;box-shadow:0 15px 40px #2d3c2014;transition:transform .25s ease,box-shadow .25s ease}.products-page-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #2d3c2021}.products-page-image{display:block;width:100%;height:290px;overflow:hidden;background:#eef2e8}.products-page-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.products-page-card:hover .products-page-image img{transform:scale(1.04)}.products-page-info{padding:25px}.products-page-category{display:block;margin-bottom:8px;color:#82915e;font-size:10px;font-weight:800;letter-spacing:2.5px}.products-page-info h2{margin:0 0 10px;color:#293522;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.products-page-info p{min-height:65px;margin:0;color:#7a8075;font-size:13px;line-height:1.6}.products-page-bottom{margin-top:22px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #edf0e9}.products-page-bottom strong{color:#4e632b;font-family:Georgia,Times New Roman,serif;font-size:20px}.products-page-button{padding:11px 16px;border-radius:11px;background:#718749;color:#fff;text-decoration:none;font-size:12px;font-weight:800;transition:background .2s ease,transform .2s ease}.products-page-button:hover{background:#556b2f;transform:translateY(-1px)}@media(max-width:950px){.products-page{padding:55px 5% 80px}.products-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.products-page-image{height:260px}}@media(max-width:650px){.products-page{padding:40px 15px 65px}.products-page-header{margin-bottom:35px}.products-page-header h1{font-size:36px}.products-page-header p{font-size:14px}.products-page-grid{grid-template-columns:1fr;gap:20px}.products-page-image{height:280px}.products-page-info{padding:22px}}@media(max-width:390px){.products-page{padding-left:10px;padding-right:10px}.products-page-header h1{font-size:32px}.products-page-image{height:250px}.products-page-info h2{font-size:22px}.products-page-bottom{align-items:flex-start;flex-direction:column}.products-page-button{width:100%;box-sizing:border-box;text-align:center}}.products-page-card{position:relative}.products-page-favorite{position:absolute;top:16px;right:16px;z-index:5;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fffffff0;color:#556b2f;font-size:22px;cursor:pointer;box-shadow:0 5px 18px #2d3c201f;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.products-page-favorite:hover{transform:scale(1.08);background:#fff;box-shadow:0 8px 22px #2d3c202e}.products-page-favorite:active{transform:scale(.94)}.products-page-favorite svg{width:22px;height:22px}
