*{box-sizing:border-box;margin:0;padding:0}#navbar{background-color:#89c876;justify-content:space-between;align-items:center;padding:15px 40px;display:flex;position:relative}#logo img{height:40px}#navbar ul{gap:40px;list-style-type:none;display:flex}#navbar ul li{font-size:1.1rem;list-style:none}#navbar ul li a{color:#fff;padding:1px 10px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;text-decoration:none;transition:all .4s;display:block;position:relative}#navbar ul li a:hover{color:#2593d1;font-weight:350}#navbar ul li a:after{content:"";background-color:#2593d1;width:0;height:2px;transition:all .2s;position:absolute;bottom:-4px;left:0}#navbar ul li a:hover:after{width:100%}#nav-icons{align-items:center;gap:20px;display:flex}#nav-icons img{cursor:pointer;width:30px;height:30px;transition:transform .2s}#nav-icons img:hover{transform:scale(1.45)}#search-bar{background:#fff;border-radius:50px;align-items:center;width:30px;height:30px;transition:all .3s;display:flex;overflow:hidden}#search-bar img{cursor:pointer;width:30px;height:30px;margin-left:2px}#search-bar input{background:0 0;border:none;outline:none;width:0;margin-left:10px;font-size:15px;transition:all .3s}#search-bar:hover{width:121px}#search-bar:hover input{width:70px}#hero{width:100%;height:500px;position:relative;overflow:hidden}.hero-slide{opacity:0;width:100%;height:100%;transition:all .8s;position:absolute;top:0;left:0}.hero-slide:before{content:"";background-color:#ffffff4d;width:100%;height:100%;position:absolute;top:0;left:0}.hero-slide.active{opacity:1}.hero-content{z-index:2;max-width:450px;position:absolute;top:20%;left:5%}.hero-slide img{object-fit:cover;width:100%;height:500px;display:block}.hero-content h1{margin-bottom:10px;font-size:3.15rem;font-weight:700}.hero-content p{font-size:1.1rem;font-weight:100;line-height:1.5}.btn{color:#000;background-color:#fff;border-radius:30px;margin-top:1px;margin-left:-5px;padding:14px 30px;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s,color .3s;display:inline-block}.btn:hover{color:#faebd7;background-color:#2593d1;transform:translateY(-1px)scale(1.09)}.slider-dots{justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.dot{background-color:#fff;border-radius:50%;width:8px;height:8px}.dot.active{background-color:#000;border-radius:50%;width:12px;height:12px}#hero input[type=radio]{display:none}#slide1:checked~.hero-slide:first-of-type,#slide2:checked~.hero-slide:nth-of-type(2),#slide3:checked~.hero-slide:nth-of-type(3){opacity:1}#slide1:checked~.slider-dots label[for=slide1],#slide2:checked~.slider-dots label[for=slide2],#slide3:checked~.slider-dots label[for=slide3]{background:#000;width:12px;height:12px}#about{text-align:center;margin-top:10px;padding:0}#about-container{background-color:#d0ecc7;justify-content:center;align-items:center;height:200px;margin:0;padding:0;display:flex}#about h2{justify-content:center;margin-top:20px;margin-bottom:50px;font-size:2rem;font-weight:700}.category-container{justify-content:center;align-items:center;gap:60px;margin-top:60px;margin-bottom:60px;display:flex}.category-card{cursor:pointer;background-color:#ddf2fb;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.small{width:110px;height:110px}.large{width:300px;height:300px}.category-card:hover{transform:translateY(-8px)}.category-button{justify-content:center;gap:20px;margin-top:50px;display:flex}.arrow-btn{color:#fff;cursor:pointer;background-color:#f89797;border:none;border-radius:10px;width:55px;height:35px;font-size:24px;transition:all .3s;box-shadow:0 6px 20px #00000014}.arrow-btn:hover{background-color:#ef8080;transform:translateY(-6px)}.dropdown{position:relative}.mega-menu{z-index:999;background:#89c876;border-radius:0 0 20px 20px;grid-template-columns:repeat(2,1fr);align-items:flex-start;gap:10px;width:600px;margin-left:-5px;padding:20px;display:none;position:absolute;top:70px;left:50%;transform:translate(-20%);box-shadow:0 18px 45px #0000002e}.menu-column{flex-direction:column;gap:2px;display:flex}.menu-column h3{color:#fff;margin:0 0 18px 10px;padding:0;font-size:18px;font-weight:700}.menu-column a{color:#fff;transition:.25 ease;margin-bottom:10px;padding:4px 0;font-size:12px;font-weight:450;line-height:1;text-decoration:none;display:inline-block}.menu-column a:hover{color:#fff;padding-left:6px;font-weight:700;text-decoration:none;transform:translate(6px)}.mega-menu.show{display:grid}.mega-menu:before{content:"";background:#89c876;width:24px;height:24px;position:absolute;top:-12px;left:110px;transform:rotate(45deg)}.menu-column{flex:1;min-width:160px}.item>a.active{position:relative}.item>a.active:after{content:"";background:#fff;border-radius:7px;width:100%;height:3px;position:absolute;bottom:-10px;left:0}#featured-products{background:#fff;width:100%;max-width:1400px;margin:80px auto 10px;padding:80px 70px}.featured-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.featured-header h2{color:#111;margin:0;font-size:2.7rem;font-weight:700}.product-container{scroll-behavior:smooth;gap:20px;width:100%;margin-top:-20px;display:flex;overflow:hidden}.product-container::-webkit-scrollbar{display:none}.product-card{cursor:pointer;background:#fff;border-radius:10px;flex:0 0 32%;padding:10px;transition:all .35s;overflow:hidden}.product-card:hover{transform:transalateY(-6px);padding:10px;box-shadow:0 18px 45px #0000001f}.product-image{background:#f8f8f8;border-radius:20px;width:100%;height:360px;position:relative;overflow:hidden}.product-info{padding:20px, 6px, 0px}.product-title{color:#1e1e1e;margin:18px 0 10px;font-size:1.35rem;font-weight:400;line-height:1.4}.pack-size{color:#8a8a8a;margin-top:5px;margin-bottom:14px;font-size:15px}.rating{align-items:center;gap:8px;margin-bottom:16px;display:flex}.rating-value{font-size:15px;font-weight:600}.stars{color:#f8b400;font-size:16px}.dot{color:#bbb}.review-count{color:#777;font-size:14px}.current-price{font:size 32px;font-weight:700}.old-price{color:#9e9e9e;text-decoration:line-through}.discount{color:#67b84f;font-size:15px;font-weight:600}.cart-btn{color:#fff;cursor:pointer;background:#89c876;border:none;border-radius:999px;width:100%;height:42px;margin-top:18px;font-size:15px;font-weight:600;transition:all .3s}.cart-btn:hover{background:#67b84f}.product-image img{object-fit:contain;width:100%;height:100%;transition:all .4s}.product-card:hover .product-image img{transform:scale(1.05)}.product-category{color:#67b84f;margin-bottom:8px;font-size:14px;font-weight:500}.product-info h3{color:#000;margin-bottom:10px;font-size:18px;font-weight:600;line-height:3}.wishlist-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:20px;transition:all .3s;position:absolute;top:15px;right:15px}.wishlist-btn:hover{color:#fff;background:#89c876}.slider-wrapper{align-items:center;display:flex;position:relative}.slider-btn{cursor:pointer;z-index:10;background:#f2f2f2;border:none;border-radius:50%;width:45px;height:45px;font-size:22px;transition:all .3s;position:absolute;top:40%;transform:translateY(-50%)}.slider-btn.prev{opacity:1;visibility:visible;transition:opacity .3s,visibility .35s;left:-22px}.slider-btn.hide{opacity:0;visibility:hidden;pointer-events:none}.slider-btn.next{right:-22px}.slider-btn:hover{color:#fff;background:#67b84f}.price{align-items:center;gap:10px;margin-bottom:16px;display:flex}.current-price{color:#1e1e1e;font-size:22px;font-weight:700}.old-price{color:#9e9e9e;font-size:16px;text-decoration:line-through}#promo-banner{box-sizing:border-box;width:100%;max-width:1500px;margin:5px auto 30px}#promo-banner a{border-radius:28px;display:block;overflow:hidden}#promo-banner img{border-radius:20px;width:100%;height:500px;transition:all .4s;display:block}#promo-banner:hover img{transform:scale(1.02)}#moving-banner{background:#89c876;width:100%;margin:50px 0;overflow:hidden}.marquee{white-space:nowrap;gap:140px;display:flex;overflow:hidden}.marquee-content{align-items:center;gap:140px;padding:24px 0;font-size:1.45rem;animation:25s linear infinite marquee;display:flex}.marquee-content a{color:#fff;flex-shrink:0;align-items:center;gap:14px;font-size:1.25rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.marquee-content a:hover{transform:scale(1.05)}.marquee-content img{width:62x;object-fit:cover;background:#f8f8f8;border-radius:50%;flex-shrink:0;height:62px;padding:8px;box-shadow:0 4px 12px #0000001f}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}#top-rated-products{background:#fff;width:100%;max-width:1400px;margin:80px auto;padding:80px 70px}#parent-reviews{background:#fafaf8;width:100%;padding:90px 8%}.reviews-container{justify-content:space-between;align-items:center;gap:70px;display:flex}.reviews-image{flex:1;position:relative}.reviews-image img{border-radius:28px;width:100%;display:block}.trust-badge{background:#fff;border-radius:50px;padding:12px 20px;font-weight:600;position:absolute;bottom:25px;left:25px;box-shadow:0 15px 40px #00000014}.reviews-content{flex:1}.section-tag{color:#89c876;letter-spacing:1px;text-transform:uppercase;font-size:.95rem;font-weight:700}.reviews-content h2{color:#222;margin:18px 0 15px;font-size:2.5rem}.section-description{color:#666;margin-bottom:40px;line-height:1.7}.review-grid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.review-card{background:#fff;border-radius:22px;padding:24px;transition:all .35s;box-shadow:0 15px 35px #0000000f}.review-card:hover{transform:translateY(-6px)}.stars{color:#ffb400;margin-bottom:15px;font-size:18px}.review-card p{color:#555;margin-bottom:25px;line-height:1.7}.review-user{align-items:center;gap:14px;display:flex}.review-user img{object-fit:cover;border-radius:50%;width:55px;height:55px}.review-user h4{color:#222;margin-bottom:3px;font-size:1rem}.review-user span{color:#888;font-size:.85rem}#must-reads{background:#fff;width:100%;padding:90px 6%}.mustreads-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.mustreads-header h2{color:#1d1d1d;font-size:2.3rem;font-weight:700}.view-all{color:#4a9b42;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.view-all:hover{color:#2f6d2a}.blog-slider-wrapper{align-items:center;display:flex;position:relative}.blog-container{scroll-behavior:smooth;gap:28px;width:100%;display:flex;overflow:hidden}.blog-card{background:#fff;border:1px solid #ececec;border-radius:22px;flex:0 0 calc(50% - 14px);transition:all .35s;overflow:hidden}.blog-image{width:100%;height:290px;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:all .4s}.blog-card:hover img{transform:scale(1.05)}.blog-content{padding:26px}.blog-category{color:#4a9b42;background:#eef8ea;border-radius:40px;margin-bottom:16px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-block}.blog-content h3{color:#222;margin-bottom:14px;font-size:1.55rem;line-height:1.35}.blog-content p{color:#666;margin-bottom:26px;font-size:1rem;line-height:1.7}.blog-footer{justify-content:space-between;align-items:center;display:flex}.read-time{color:#8b8b8b;font-size:.95rem}.blog-footer a{color:#4a9b42;font-weight:600;text-decoration:none;transition:all .3s}.blog-footer a:hover{color:#2f6d2a}.blog-slider-btn{cursor:pointer;color:#4a9b42;z-index:10;background:#fff;border:none;border-radius:50%;width:52px;height:52px;font-size:1.2rem;transition:all .35s;position:absolute;top:40%;transform:translateY(-50%);box-shadow:0 10px 25px #0000001f}.blog-slider-btn:hover{color:#fff;background:#4a9b42}.blog-slider-btn.prev{left:-25px}.blog-slider-btn.next{right:-25px}#bundle-banner{background:linear-gradient(135deg,#89c876,#6fb95c);border-radius:32px;justify-content:space-between;align-items:center;gap:60px;max-width:1400px;margin:90px auto;padding:70px;display:flex;position:relative;overflow:hidden}.bundle-content{color:#fff;flex:1}.bundle-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border-radius:50px;margin-bottom:24px;padding:10px 18px;font-size:.9rem;font-weight:600;display:inline-block}.bundle-content h2{margin-bottom:22px;font-size:3rem;font-weight:700;line-height:1.2}.bundle-content p{color:#ffffffeb;max-width:560px;margin-bottom:28px;font-size:1.1rem;line-height:1.8}.bundle-points{flex-wrap:wrap;gap:18px;margin-bottom:40px;display:flex}.bundle-points span{background:#ffffff26;border-radius:50px;padding:10px 18px;font-size:.95rem;font-weight:500}.bundle-btn{color:#5aa348;background:#fff;border-radius:60px;justify-content:center;align-items:center;padding:16px 34px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex}.bundle-btn:hover{background:#f5f5f5;transform:translateY(-4px);box-shadow:0 18px 35px #0000002e}.bundle-image{background:#fff;border-radius:30px;flex:1;justify-content:center;padding:20px;display:flex;box-shadow:0 20px 45px #0000001f}.bundle-image img{border-radius:30px;width:100%;max-width:520px;transition:all .45s;overflow:hidden}#bundle-banner:hover .bundle-image img{transform:scale(1.05)}#bundle-banner:before{content:"";background:#ffffff14;border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;right:-80px}#bundle-banner:after{content:"";background:#ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-60px;left:45%}#our-commitment{background:#f8fcf7;width:100%;padding:90px 6%}.commitment-header{text-align:center;max-width:700px;margin:0 auto 60px}.commitment-header .section-tag{color:#67b84f;letter-spacing:.8px;text-transform:uppercase;margin-bottom:18px;font-size:.95rem;font-weight:600;display:inline-block}.commitment-header h2{color:#222;margin-bottom:18px;font-size:2.7rem}.commitment-header p{color:#666;font-size:1.05rem;line-height:1.8}.commitment-container{justify-content:space-between;gap:30px;display:flex}.commitment-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:24px;flex:1;padding:40px 30px;transition:all .35s}.commitment-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000014}.commitment-icon{background:#eef8ea;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 28px;transition:all .35s;display:flex;overflow:hidden}.commitment-icon img{object-fit:cover;width:100%;height:100%}.commitment-card:hover .commitment-icon{background:#89c876}.commitment-card h3{color:#222;margin-bottom:18px;font-size:1.45rem}.commitment-card p{color:#666;font-size:1rem;line-height:1.8}#footer{background:#f8fcf7;margin-top:90px;padding:80px 6% 30px}#footer hr{border:none;border-top:1px solid #e5e5e5;margin:50px 0}.newsletter{text-align:center;max-width:700px;margin:0 auto}.newsletter h2{color:#222;margin-bottom:18px;font-size:2.5rem}.newsletter p{color:#666;margin-bottom:35px;font-size:1.05rem;line-height:1.8}.newsletter-form{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.newsletter-form input{border:1px solid #d9d9d9;border-radius:50px;outline:none;width:420px;height:58px;padding:0 25px;font-size:1rem;transition:all .3s}.newsletter-form input:focus{border-color:#89c876}.newsletter-form button{color:#fff;cursor:pointer;background:#89c876;border:none;border-radius:50px;height:58px;padding:0 34px;font-size:1rem;font-weight:600;transition:all .3s}.newsletter-form button:hover{background:#67b84f;transform:translateY(-2px)}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;display:grid}.footer-about img{width:150px;margin-bottom:22px}.footer-about p{color:#666;font-size:.97rem;line-height:1.9}.footer-links h3{color:#222;margin-bottom:22px;font-size:1.2rem}.footer-links{flex-direction:column;display:flex}.footer-links a{color:#666;margin-bottom:15px;font-size:.97rem;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#67b84f;transform:translate(5px)}.footer-bottom{text-align:center;justify-content:center;align-items:center;display:flex}.footer-bottom p{color:#777;font-size:.95rem}#breadcrumb{max-width:1400px;margin:30px auto 20px;padding:0 70px}.breadcrumb-container{align-items:center;gap:10px;font-size:.95rem;display:flex}.breadcrumb-container a{color:#6cb14e;font-weight:600;text-decoration:none;transition:all .3s}.breadcrumb-container a:hover{color:#4e9337}.breadcrumb-container span{color:#888}#new-arrival-hero{background:#f8fcf6;border-radius:30px;justify-content:space-between;align-items:center;gap:70px;max-width:1400px;margin:0 auto 80px;padding:60px 70px;display:flex}.arrival-left{flex:1}.hero-tag{color:#6cb14e;background:#e8f6e2;border-radius:50px;margin-bottom:24px;padding:10px 20px;font-size:.95rem;font-weight:600;display:inline-block}.arrival-left h1{color:#222;margin-bottom:22px;font-size:3.5rem;line-height:1.2}.arrival-left p{color:#666;max-width:520px;margin-bottom:35px;font-size:1.05rem;line-height:1.8}.hero-btn{color:#fff;background:#89c876;border-radius:50px;justify-content:center;align-items:center;padding:16px 34px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn:hover{background:#6cb14e;transform:translateY(-3px)}.arrival-right{flex:1;justify-content:center;display:flex}.arrival-right img{object-fit:cover;border-radius:28px;width:100%;max-width:520px;transition:all .4s}.arrival-right img:hover{transform:scale(1.03)}html{scroll-behavior:smooth}body{color:#222;background-color:#fff;margin:0;font-family:Lucida Sans,sans-serif}.new-arrival-breadcrumb{color:#777;width:90%;max-width:1400px;margin:30px auto 10px;font-size:14px}.new-arrival-breadcrumb a{color:#6b9f45;font-weight:600;text-decoration:none}.new-arrival-breadcrumb span{color:#aaa;margin:0 8px}#new-arrival-hero{width:90%;max-width:1400px;margin:40px auto 80px}.new-arrival-banner{box-sizing:border-box;background:#f4f1e8;border-radius:32px;justify-content:space-between;align-items:center;min-height:480px;padding:55px 65px;display:flex;overflow:hidden}.new-arrival-content{z-index:2;width:48%}.new-arrival-tag{color:#638d46;background-color:#e7f0df;border-radius:30px;margin-bottom:22px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-block}.new-arrival-content h1{color:#1f1f1f;margin:0 0 25px;font-family:Georgia,serif;font-size:58px;line-height:1.08}.new-arrival-content p{color:#555;max-width:570px;margin-bottom:32px;font-size:17px;line-height:1.7}.new-arrival-btn{color:#fff;background-color:#6da64b;border-radius:30px;justify-content:center;align-items:center;padding:16px 30px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.new-arrival-btn:hover{background-color:#588b3b;transform:translateY(-2px)}.new-arrival-image{border-radius:28px;width:48%;height:390px;overflow:hidden}.new-arrival-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.new-arrival-image:hover img{transform:scale(1.03)}#new-arrivals-products{width:100%;max-width:1320px;margin:80px auto;padding:0 30px}.products-header{justify-content:space-between;align-items:flex-end;margin-bottom:35px;display:flex}.products-header h2{color:#222;margin:8px 0 10px;font-size:38px;font-weight:600}.products-header p{color:#777;max-width:650px;font-size:16px;line-height:1.6}.section-tag{color:#4f8b55;text-transform:uppercase;letter-spacing:1.2px;font-size:13px;font-weight:600;display:inline-block}.product-count{color:#777;font-size:15px}.shop-layout{grid-template-columns:220px 1fr;align-items:start;gap:45px;display:grid}.filter-sidebar{background:0 0;width:100%;padding:5px 5px 20px 0}.filter-sidebar>h3{color:#222;margin-bottom:28px;font-size:20px;font-weight:600}.filter-group{border-bottom:1px solid #e8e8e8;margin-bottom:22px;padding-bottom:22px}.filter-group h4{color:#333;margin-bottom:15px;font-size:15px;font-weight:600}.filter-group label{color:#666;cursor:pointer;align-items:center;gap:9px;margin-bottom:12px;font-size:14px;line-height:1.4;display:flex}.filter-group input{accent-color:#4f9b57;cursor:pointer;width:15px;height:15px}.clear-filter{color:#4f8b55;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.clear-filter:hover{text-decoration:underline}.products-area{min-width:0}.products-toolbar{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.products-toolbar span{color:#777;font-size:14px}#sort-products{color:#444;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;padding:9px 35px 9px 12px;font-size:14px}#sort-products:focus{border-color:#6aa66f}.new-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px;display:grid}.new-products-grid .product-card{background:#fff;border:1px solid #eee;border-radius:14px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.new-products-grid .product-card:hover{border-color:#ddd;transform:translateY(-5px);box-shadow:0 12px 30px #00000012}.new-products-grid .product-image{background:#f7f7f4;justify-content:center;align-items:center;width:100%;height:270px;display:flex;position:relative;overflow:hidden}.new-products-grid .product-image img{object-fit:contain;width:78%;height:85%;transition:transform .35s}.new-products-grid .product-card:hover .product-image img{transform:scale(1.04)}.new-badge{color:#fff;letter-spacing:.5px;z-index:2;background:#4f9b57;border-radius:20px;padding:6px 11px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.new-products-grid .wishlist-btn{color:#555;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;transition:all .25s;display:flex;position:absolute;top:13px;right:13px}.new-products-grid .wishlist-btn:hover{color:#e55b67;background:#fff;transform:scale(1.08)}.new-products-grid .product-info{padding:18px 18px 20px}.new-products-grid .product-category{color:#89c876;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.new-products-grid .product-info h3{color:#222;min-height:46px;margin:0 0 7px;font-size:17px;font-weight:600;line-height:1.35}.new-products-grid .pack-size{color:#888;margin-bottom:12px;font-size:13px}.new-products-grid .rating{color:#777;align-items:center;gap:7px;margin-bottom:14px;font-size:12px;display:flex}.new-products-grid .stars{color:#e9a62b;letter-spacing:1px}.new-products-grid .price{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:17px;display:flex}.new-products-grid .current-price{color:#222;font-size:20px;font-weight:700}.new-products-grid .old-price{color:#999;font-size:13px;text-decoration:line-through}.new-products-grid .discount{color:#89c876;background:#edf6ee;border-radius:4px;padding:4px 7px;font-size:11px;font-weight:600}.new-products-grid .cart-btn{color:#fff;cursor:pointer;background:#89c876;border:none;border-radius:20px;width:100%;padding:11px 15px;font-size:14px;font-weight:600;transition:background .25s,transform .25s}.new-products-grid .cart-btn:hover{background:#3f7545}@media (width<=1100px){.shop-layout{grid-template-columns:190px 1fr;gap:30px}.new-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){#new-arrivals-products{margin:60px auto;padding:0 20px}.products-header{display:block}.product-count{margin-top:15px}.shop-layout{display:block}.filter-sidebar{margin-bottom:35px;padding-right:0}.new-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (width<=520px){.products-header h2{font-size:28px}.new-products-grid{grid-template-columns:1fr}.products-toolbar{align-items:flex-start;gap:15px}}.product-detail-page{background:#fff;width:100%}.product-detail-page *,.product-detail-page :before,.product-detail-page :after{box-sizing:border-box}.product-container{width:100%;max-width:1180px;margin:0 auto;padding-left:30px;padding-right:30px}.product-breadcrumb{background:#fff;width:100%;padding:22px 0}.product-breadcrumb .product-container{align-items:center;gap:10px;font-size:14px;display:flex}.product-breadcrumb a{color:#4d914d;font-weight:600;text-decoration:none}.product-breadcrumb span{color:#777}.product-detail-page{padding:20px 0 80px}.product-detail{grid-template-columns:500px minmax(0,1fr);align-items:start;gap:55px;width:100%;display:grid}.product-gallery{width:100%}.product-main-image{background:#f7f8f5;border-radius:16px;justify-content:center;align-items:center;width:100%;height:550px;display:flex;position:relative;overflow:hidden}.product-main-image img{object-fit:contain;width:94%;height:94%;display:block}.detail-new-badge{z-index:5;color:#fff;letter-spacing:.5px;background:#4d914d;border-radius:20px;padding:8px 17px;font-size:12px;font-weight:700;position:absolute;top:22px;left:22px}.detail-wishlist{z-index:5;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 3px 14px #00000014}.detail-wishlist.active{color:#e74c3c}.product-details{width:100%;min-width:0;padding-top:5px}.detail-category{color:#4d914d;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:700;display:block}.product-details h1{color:#222;width:100%;max-width:500px;margin:0 0 15px;font-size:40px;font-weight:700;line-height:1.08}.detail-rating{color:#555;flex-wrap:wrap;align-items:center;gap:9px;width:100%;margin-bottom:18px;font-size:14px;display:flex}.detail-stars{color:#d49b32;letter-spacing:2px}.detail-price{flex-wrap:wrap;align-items:center;gap:12px;width:100%;margin-bottom:20px;display:flex}.detail-current-price{color:#222;font-size:30px;font-weight:700}.detail-old-price{color:#999;font-size:16px;text-decoration:line-through}.detail-discount{color:#4d914d;background:#e8f4e5;border-radius:5px;padding:5px 9px;font-size:12px;font-weight:700}.product-short-description{color:#666;width:100%;max-width:550px;margin:0 0 24px;font-size:15px;line-height:1.7}.product-features{grid-template-columns:1fr 1fr;gap:14px 25px;width:100%;margin-bottom:27px;display:grid}.feature{color:#444;align-items:center;gap:9px;min-width:0;font-size:14px;display:flex}.feature-icon{color:#4d914d;background:#eaf5e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.product-option{width:100%;margin-bottom:22px}.product-option h3,.quantity-section h3{color:#222;margin:0 0 10px;font-size:15px;font-weight:700}.pack-options{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pack-option{color:#333;cursor:pointer;background:#fff;border:1px solid #d5d5d5;border-radius:7px;min-height:40px;padding:8px 18px;font-size:14px}.pack-option.active{color:#39743b;background:#edf7eb;border-color:#4d914d;font-weight:600}.quantity-section{width:100%;margin-bottom:24px}.quantity-control{border:1px solid #d5d5d5;border-radius:7px;align-items:center;width:fit-content;display:flex;overflow:hidden}.quantity-control button{color:#333;cursor:pointer;background:#fff;border:none;width:40px;height:40px;font-size:19px}.quantity-control button:hover{background:#f5f5f5}.quantity-control span{text-align:center;color:#333;width:42px;font-size:14px;font-weight:600}.product-actions{gap:12px;width:100%;margin-bottom:27px;display:flex}.add-cart-detail,.buy-now-button{cursor:pointer;border-radius:7px;flex:1;width:50%;min-width:0;height:52px;padding:0 15px;font-size:15px;font-weight:600;transition:all .2s}.add-cart-detail{color:#fff;background:#4d914d;border:1px solid #4d914d}.add-cart-detail:hover{background:#3d7c3e}.add-cart-detail.added{background:#333;border-color:#333}.buy-now-button{color:#4d914d;background:#fff;border:1px solid #4d914d}.buy-now-button:hover{background:#edf7eb}.delivery-info{border-top:1px solid #eee;grid-template-columns:1fr 1fr;gap:20px;width:100%;padding-top:20px;display:grid}.delivery-item{align-items:flex-start;gap:10px;min-width:0;display:flex}.delivery-item>span{flex-shrink:0;font-size:19px}.delivery-item strong{color:#333;margin-bottom:3px;font-size:13px;display:block}.delivery-item p{color:#777;margin:0;font-size:11px;line-height:1.4}.product-description-section{border-top:1px solid #e5e5e5;width:100%;margin-top:70px}.description-tabs{border-bottom:1px solid #e5e5e5;align-items:center;gap:40px;width:100%;display:flex}.description-tab{color:#777;cursor:pointer;background:0 0;border:none;padding:18px 0 15px;font-size:15px;position:relative}.description-tab.active{color:#3e7f40;font-weight:700}.description-tab.active:after{content:"";background:#4d914d;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.description-content{width:100%;padding-top:32px}.description-content h2{color:#222;margin:0 0 14px;font-size:26px}.description-content>p{color:#666;width:100%;max-width:900px;margin:0;font-size:15px;line-height:1.8}.description-points{grid-template-columns:repeat(3,1fr);gap:18px;width:100%;margin-top:30px;display:grid}.description-points>div{background:#f7f8f5;border-radius:10px;padding:20px}.description-points strong{color:#333;margin-bottom:8px;font-size:15px;display:block}.description-points p{color:#777;margin:0;font-size:13px;line-height:1.6}@media (width<=1000px){.product-container{max-width:100%;padding-left:25px;padding-right:25px}.product-detail{grid-template-columns:45% minmax(0,55%);gap:30px}.product-main-image{height:480px}.product-details h1{font-size:34px}}@media (width<=800px){.product-detail{grid-template-columns:1fr;gap:40px}.product-gallery{width:100%;max-width:600px;margin:0 auto}.product-main-image{height:500px}.product-details{width:100%;max-width:650px;margin:0 auto}.product-details h1{max-width:100%;font-size:36px}.product-short-description{max-width:100%}.description-points{grid-template-columns:1fr}}@media (width<=550px){.product-container{padding-left:18px;padding-right:18px}.product-breadcrumb{padding:16px 0}.product-breadcrumb .product-container{font-size:12px}.product-main-image{height:360px}.product-details h1{font-size:30px}.product-features{grid-template-columns:1fr}.product-actions{flex-direction:column}.add-cart-detail,.buy-now-button{width:100%;height:50px}.delivery-info{grid-template-columns:1fr}.description-tabs{gap:25px;overflow-x:auto}.description-tab{white-space:nowrap;flex-shrink:0}}.pd-wrapper{width:min(1180px,100% - 60px);margin:0 auto}.pd-breadcrumb{background:#fff;width:100%;padding:24px 0}.pd-breadcrumb .pd-wrapper{align-items:center;gap:10px;font-size:14px;display:flex}.pd-breadcrumb a{color:#4d914d;font-weight:600;text-decoration:none}.pd-breadcrumb span{color:#777}.pd-page{background:#fff;width:100%;padding:25px 0 90px}.pd-top{grid-template-columns:minmax(0,520px) minmax(0,1fr);align-items:start;gap:65px;display:grid}.pd-gallery{width:100%}.pd-image-box{background:#f6f7f3;border-radius:14px;justify-content:center;align-items:center;width:100%;height:560px;display:flex;position:relative;overflow:hidden}.pd-image-box img{object-fit:contain;width:92%;height:92%;display:block}.pd-new-badge{z-index:5;color:#fff;letter-spacing:.5px;background:#31934a;border-radius:20px;padding:8px 17px;font-size:12px;font-weight:700;position:absolute;top:22px;left:22px}.pd-wishlist{cursor:pointer;z-index:5;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:23px;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 15px #00000014}.pd-wishlist:hover{transform:scale(1.05)}.pd-info{width:100%;min-width:0;padding-top:8px}.pd-category{color:#4d914d;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.pd-info h1{color:#1f1f1f;max-width:520px;margin:0;font-size:40px;font-weight:700;line-height:1.08}.pd-rating{color:#555;align-items:center;gap:9px;margin-top:18px;margin-bottom:18px;font-size:14px;display:flex}.pd-stars{color:#c58a2b;letter-spacing:2px}.pd-divider{color:#aaa}.pd-price{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;display:flex}.pd-current-price{color:#222;font-size:30px;font-weight:700}.pd-old-price{color:#999;font-size:16px;text-decoration:line-through}.pd-discount{color:#438844;background:#e8f4e7;border-radius:5px;padding:6px 10px;font-size:13px;font-weight:700}.pd-short-description{color:#555;max-width:560px;margin:0 0 25px;font-size:15px;line-height:1.7}.pd-features{grid-template-columns:1fr 1fr;gap:14px 35px;margin-bottom:28px;display:grid}.pd-feature{color:#444;align-items:center;gap:10px;font-size:14px;display:flex}.pd-feature span{color:#4d914d;background:#e8f4e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.pd-feature p{margin:0}.pd-option{margin-bottom:23px}.pd-option h3,.pd-quantity h3{color:#222;margin:0 0 11px;font-size:15px}.pd-pack-options{gap:10px;display:flex}.pd-pack{cursor:pointer;background:#fff;border:1px solid #d5d5d5;border-radius:7px;padding:10px 18px;font-size:14px}.pd-pack.active{color:#39743b;background:#edf7eb;border-color:#4d914d;font-weight:600}.pd-quantity{margin-bottom:25px}.pd-quantity-control{border:1px solid #d6d6d6;border-radius:7px;justify-content:space-between;align-items:center;width:132px;height:42px;display:flex;overflow:hidden}.pd-quantity-control button{cursor:pointer;background:#fff;border:none;width:42px;height:42px;font-size:20px}.pd-quantity-control button:hover{background:#f5f5f5}.pd-quantity-control span{text-align:center;min-width:35px;font-weight:600}.pd-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%;margin-bottom:28px;display:grid}.pd-cart,.pd-buy{cursor:pointer;box-sizing:border-box;border-radius:7px;width:100%;min-width:0;height:52px;font-size:15px;font-weight:600;transition:all .2s}.pd-cart{color:#fff;background:#4d914d;border:1px solid #4d914d}.pd-cart:hover{background:#3d7c3e}.pd-cart.added{background:#333;border-color:#333}.pd-buy{color:#4d914d;background:#fff;border:1px solid #4d914d}.pd-buy:hover{background:#edf7eb}.pd-delivery{border-top:1px solid #eee;grid-template-columns:1fr 1fr;gap:25px;width:100%;padding-top:22px;display:grid}.pd-delivery-item{align-items:flex-start;gap:10px;display:flex}.pd-delivery-item>span{font-size:20px}.pd-delivery-item strong{margin-bottom:3px;font-size:14px;display:block}.pd-delivery-item p{color:#777;margin:0;font-size:12px}.pd-bottom{border-top:1px solid #e5e5e5;margin-top:70px;padding-top:0}.pd-tabs{border-bottom:1px solid #e4e4e4;gap:38px;margin-bottom:35px;display:flex}.pd-tab{color:#777;cursor:pointer;background:0 0;border:none;padding:22px 0 16px;font-size:16px;position:relative}.pd-tab.active{color:#39783c;font-weight:600}.pd-tab.active:after{content:"";background:#4d914d;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.pd-tab-content{max-width:950px;display:none}.pd-tab-content.active{display:block}.pd-tab-content h2{color:#222;margin:0 0 16px;font-size:26px}.pd-tab-content>p{color:#555;margin:0;font-size:15px;line-height:1.8}.pd-benefit-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;display:grid}.pd-benefit-grid>div{background:#f7f8f4;border-radius:10px;padding:22px}.pd-benefit-grid h3{color:#333;margin:0 0 10px;font-size:16px}.pd-benefit-grid p{color:#777;margin:0;font-size:13px;line-height:1.6}.pd-benefit-list{gap:14px;display:grid}.pd-benefit-list p{color:#555;margin:0;font-size:15px}.pd-review-summary{background:#f7f8f4;border-radius:12px;max-width:400px;padding:30px}.pd-review-summary strong{color:#222;font-size:40px;display:block}.pd-review-summary span{color:#c58a2b;letter-spacing:2px}.pd-review-summary p{color:#777;margin-bottom:0}@media (width<=1000px){.pd-top{grid-template-columns:1fr;gap:40px}.pd-image-box{height:500px}.pd-info h1{max-width:650px}}@media (width<=650px){.pd-wrapper{width:calc(100% - 36px)}.pd-page{padding-top:15px}.pd-image-box{height:380px}.pd-info h1{font-size:32px}.pd-features,.pd-actions,.pd-delivery,.pd-benefit-grid{grid-template-columns:1fr}.pd-tabs{gap:25px;overflow-x:auto}}#navbar .checkout-title{color:#fff;font-size:18px;font-weight:600}main.checkout-page .checkout-wrapper,section.checkout-breadcrumb .checkout-wrapper{width:min(1200px,100% - 60px);margin-left:auto;margin-right:auto}section.checkout-breadcrumb{background:#fff;border-bottom:1px solid #e5e5e5;width:100%;padding:18px 0}section.checkout-breadcrumb .checkout-wrapper{align-items:center;gap:10px;display:flex}section.checkout-breadcrumb a{color:#4d914d;font-size:14px;font-weight:600;text-decoration:none}section.checkout-breadcrumb span{color:#777;font-size:14px}main.checkout-page{background:#f7f8f4;width:100%;min-height:75vh;padding:45px 0 80px}main.checkout-page h1{color:#222;margin:0 0 30px;font-size:34px;font-weight:700;line-height:1.2}main.checkout-page .checkout-layout{width:100%;grid-template-columns:minmax(0,1fr) 380px!important;align-items:start!important;gap:30px!important;display:grid!important}main.checkout-page .checkout-details{width:100%;min-width:0;flex-direction:column!important;gap:25px!important;display:flex!important}main.checkout-page .checkout-card{box-sizing:border-box;background:#fff;border:1px solid #e2e2e2;border-radius:12px;width:100%;padding:28px;display:block;box-shadow:0 2px 8px #00000008}main.checkout-page .checkout-card h2{color:#222;margin:0 0 24px;font-size:21px;font-weight:700;line-height:1.3}main.checkout-page .form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;width:100%;margin-bottom:18px;display:grid!important}main.checkout-page .form-group{width:100%;margin-bottom:18px}main.checkout-page .form-row .form-group{margin-bottom:0}main.checkout-page .form-group label{color:#333;margin-bottom:7px;font-size:13px;font-weight:600;display:block}main.checkout-page .form-group input,main.checkout-page .form-group textarea,main.checkout-page .form-group select{box-sizing:border-box;color:#333;background:#fff;border:1px solid #d8d8d8;border-radius:7px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;display:block}main.checkout-page .form-group textarea{resize:vertical;min-height:100px}main.checkout-page .form-group input:focus,main.checkout-page .form-group textarea:focus,main.checkout-page .form-group select:focus{border-color:#4d914d;box-shadow:0 0 0 3px #4d914d14}main.checkout-page .form-group input::placeholder,main.checkout-page .form-group textarea::placeholder{color:#999}main.checkout-page .payment-option{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:9px;align-items:center;gap:14px;width:100%;margin:0 0 12px;padding:16px;transition:border-color .2s,background .2s;display:flex!important}main.checkout-page .payment-option:hover{background:#fafcf8;border-color:#4d914d}main.checkout-page .payment-option input[type=radio]{accent-color:#4d914d;flex:none;width:17px;height:17px;margin:0}main.checkout-page .payment-option span{flex-direction:column;gap:4px;min-width:0;display:flex}main.checkout-page .payment-option strong{color:#333;font-size:14px;font-weight:600}main.checkout-page .payment-option small{color:#777;font-size:12px}main.checkout-page #onlinePaymentOptions{box-sizing:border-box;background:#fafcf8;border:1px solid #dfe9df;border-radius:10px;width:100%;margin-top:18px;padding:20px;display:none}main.checkout-page #onlinePaymentOptions.active{display:block}main.checkout-page #onlinePaymentOptions h3{color:#222;margin:0 0 16px;font-size:16px;font-weight:700}main.checkout-page .payment-method-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%;margin-bottom:20px;display:grid}main.checkout-page .payment-method{color:#444;cursor:pointer;background:#fff;border:1px solid #d7d7d7;border-radius:7px;width:100%;min-width:0;min-height:44px;padding:8px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,border-color .2s,color .2s}main.checkout-page .payment-method:hover{color:#4d914d;border-color:#4d914d}main.checkout-page .payment-method.active{color:#fff;background:#4d914d;border-color:#4d914d}main.checkout-page .payment-panel{width:100%;display:none}main.checkout-page .payment-panel.active{display:block}main.checkout-page .payment-continue{color:#fff;cursor:pointer;background:#4d914d;border:1px solid #4d914d;border-radius:7px;min-height:44px;margin-top:4px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}main.checkout-page .payment-continue:hover{background:#3d7c3e}main.checkout-page .save-card{color:#666;cursor:pointer;align-items:center;gap:8px;margin:5px 0 12px;font-size:13px;display:flex}main.checkout-page .save-card input{accent-color:#4d914d;width:16px;height:16px;margin:0}main.checkout-page #bank{box-sizing:border-box;color:#333;background:#fff;border:1px solid #d8d8d8;border-radius:7px;outline:none;width:100%;height:46px;margin-bottom:15px;padding:0 14px;font-family:inherit;font-size:14px}main.checkout-page #bank:focus{border-color:#4d914d}main.checkout-page .wallet-option{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:7px;align-items:center;gap:10px;width:100%;margin-bottom:8px;padding:13px 14px;display:flex}main.checkout-page .wallet-option input{accent-color:#4d914d;width:16px;height:16px;margin:0}main.checkout-page .wallet-option span{color:#333;font-size:13px;font-weight:600}main.checkout-page .checkout-layout>.checkout-summary{box-sizing:border-box;background:#fff;border:1px solid #e2e2e2;border-radius:12px;padding:28px;box-shadow:0 2px 8px #00000008;grid-area:1/2!important;align-self:start!important;width:380px!important;min-width:0!important;position:sticky!important;top:25px!important}main.checkout-page .checkout-summary h2{color:#222;margin:0 0 22px;font-size:21px;font-weight:700}main.checkout-page #buyNowProduct{width:100%}main.checkout-page .checkout-product{box-sizing:border-box;background:#f7f8f4;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:14px;width:100%;padding:14px;display:flex}main.checkout-page .checkout-product-image{background:#fff;border-radius:8px;flex:0 0 82px;justify-content:center;align-items:center;width:82px;height:82px;display:flex;overflow:hidden}main.checkout-page .checkout-product-image img{object-fit:contain;width:100%;height:100%;display:block}main.checkout-page .checkout-product-info{flex:1;min-width:0}main.checkout-page .checkout-product-info h3{color:#222;margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.4}main.checkout-page .checkout-product-info p{color:#777;margin:3px 0;font-size:11px;line-height:1.4}main.checkout-page .checkout-product-info strong{color:#222;margin-top:7px;font-size:16px;display:block}main.checkout-page .checkout-divider{background:#ddd;width:100%;height:1px;margin:20px 0}main.checkout-page .checkout-summary-row{color:#666;justify-content:space-between;align-items:center;width:100%;margin-bottom:14px;font-size:14px;display:flex}main.checkout-page .checkout-summary-row strong{color:#222;font-weight:600}main.checkout-page .checkout-total{justify-content:space-between;align-items:center;width:100%;display:flex}main.checkout-page .checkout-total span{color:#222;font-size:16px;font-weight:600}main.checkout-page .checkout-total strong{color:#222;font-size:23px;font-weight:700}main.checkout-page .place-order-button{color:#fff;cursor:pointer;background:#4d914d;border:1px solid #4d914d;border-radius:7px;justify-content:center;align-items:center;width:100%;height:50px;margin-top:22px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}main.checkout-page .place-order-button:hover{background:#3d7c3e;transform:translateY(-1px)}#footer .footer-bottom{text-align:center;justify-content:center;align-items:center;min-height:80px;display:flex}@media (width<=950px){main.checkout-page .checkout-layout{grid-template-columns:minmax(0,1fr) 330px!important;gap:22px!important}main.checkout-page .checkout-layout>.checkout-summary{width:330px!important}main.checkout-page .payment-method-tabs{grid-template-columns:1fr 1fr}}@media (width<=800px){main.checkout-page .checkout-layout{flex-direction:column!important;gap:25px!important;display:flex!important}main.checkout-page .checkout-details{width:100%!important}main.checkout-page .checkout-layout>.checkout-summary{order:2;width:100%!important;min-width:0!important;position:static!important}main.checkout-page .checkout-details{order:1}}@media (width<=600px){main.checkout-page .checkout-wrapper,section.checkout-breadcrumb .checkout-wrapper{width:calc(100% - 36px)}main.checkout-page{padding:30px 0 60px}main.checkout-page h1{font-size:30px}main.checkout-page .checkout-card,main.checkout-page .checkout-summary{padding:20px}main.checkout-page .form-row{gap:0;grid-template-columns:1fr!important}main.checkout-page .payment-method-tabs{grid-template-columns:1fr 1fr}main.checkout-page .checkout-product-image{flex-basis:72px;width:72px;height:72px}}main.cart-page{box-sizing:border-box;background:#f7f8f4;width:100%;padding:45px 0 80px}main.cart-page .cart-wrapper{box-sizing:border-box;width:min(1200px,100% - 60px);margin:0 auto}.cart-heading{justify-content:space-between;align-items:end;width:100%;margin-bottom:30px;display:flex}.cart-heading h1{color:#222;margin:0;font-size:34px;font-weight:700}.cart-heading p{color:#777;margin:0;font-size:14px}main.cart-page .cart-layout{box-sizing:border-box;grid-template-columns:minmax(0,1fr) 380px!important;align-items:start!important;gap:30px!important;width:100%!important;display:grid!important}main.cart-page .cart-products{box-sizing:border-box;width:100%!important;min-width:0!important;display:block!important}#cartItems{box-sizing:border-box;width:100%}#cartItems .cart-item{box-sizing:border-box;background:#fff;border:1px solid #e3e3e3;border-radius:12px;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:160px;margin-bottom:16px;padding:20px;box-shadow:0 2px 8px #00000008;width:100%!important;display:grid!important}#cartItems .cart-item-image{background:#f7f8f4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}#cartItems .cart-item-image img{object-fit:contain;width:90%;height:90%;display:block}#cartItems .cart-item-details{flex-direction:column;align-items:flex-start;min-width:0;display:flex}#cartItems .cart-item-details h3{color:#222;margin:0 0 7px;font-size:17px;font-weight:700;line-height:1.35}#cartItems .cart-item-category,#cartItems .cart-item-pack{color:#777;margin:3px 0;font-size:13px}#cartItems .cart-item-price{color:#222;margin-top:8px;font-size:17px;font-weight:700}#cartItems .cart-item-actions{align-items:center;gap:18px;margin-top:14px;display:flex}#cartItems .cart-quantity{background:#fff;border:1px solid #d8d8d8;border-radius:7px;align-items:center;height:36px;display:flex;overflow:hidden}#cartItems .cart-quantity-btn{color:#333;cursor:pointer;background:#fff;border:0;width:36px;height:36px;padding:0;font-size:18px}#cartItems .cart-quantity-btn:hover{background:#f5f7f2}#cartItems .cart-quantity span{text-align:center;color:#333;min-width:34px;font-size:14px;font-weight:600}#cartItems .remove-cart-item{color:#777;cursor:pointer;background:0 0;border:0;padding:7px 0;font-family:inherit;font-size:13px}#cartItems .remove-cart-item:hover{color:#c44a4a}#cartItems .cart-item-total{text-align:right;color:#222;align-self:center;min-width:80px;font-size:17px;font-weight:700}main.cart-page aside.cart-summary{box-sizing:border-box;background:#fff;border:1px solid #e3e3e3;border-radius:12px;align-self:start;padding:28px;position:sticky;top:25px;box-shadow:0 2px 8px #00000008;width:380px!important;min-width:380px!important;display:block!important}.cart-summary h2{color:#222;margin:0 0 24px;font-size:21px;font-weight:700}.cart-summary .summary-row{color:#666;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:14px;display:flex}.cart-summary .summary-row strong{color:#222;font-size:14px;font-weight:600}.cart-summary .summary-divider{background:#ddd;width:100%;height:1px;margin:20px 0}.cart-summary .summary-total{justify-content:space-between;align-items:center;display:flex}.cart-summary .summary-total span{color:#222;font-size:16px;font-weight:600}.cart-summary .summary-total strong{color:#222;font-size:23px;font-weight:700}.cart-summary .checkout-button{color:#fff;cursor:pointer;background:#4d914d;border:1px solid #4d914d;border-radius:7px;width:100%;height:50px;margin-top:22px;padding:0 15px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.cart-summary .checkout-button:hover{background:#3d7c3e;transform:translateY(-1px)}.cart-summary .checkout-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.cart-summary .continue-shopping-link{text-align:center;color:#4d914d;margin-top:16px;font-size:13px;font-weight:600;text-decoration:none;display:block}.cart-summary .continue-shopping-link:hover{text-decoration:underline}#emptyCart.empty-cart{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e3e3e3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:350px;padding:40px;display:none}#emptyCart .empty-cart-icon{margin-bottom:15px;font-size:48px}#emptyCart h2{color:#222;margin:0 0 8px;font-size:21px}#emptyCart p{color:#777;max-width:400px;margin:0 0 20px;font-size:14px;line-height:1.6}#emptyCart .continue-shopping{color:#fff;background:#4d914d;border-radius:7px;justify-content:center;align-items:center;min-height:44px;padding:0 22px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.cart-breadcrumb{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e5e5;width:100%;padding:18px 0}.cart-breadcrumb .cart-wrapper{align-items:center;gap:10px;width:min(1200px,100% - 60px);margin:0 auto;font-size:14px;display:flex}.cart-breadcrumb a{color:#4d914d;font-weight:600;text-decoration:none}.cart-breadcrumb span{color:#777}@media (width<=900px){main.cart-page .cart-layout{grid-template-columns:1fr!important}main.cart-page aside.cart-summary{position:static;width:100%!important;min-width:0!important}}@media (width<=650px){main.cart-page{padding:30px 0 60px}main.cart-page .cart-wrapper{width:calc(100% - 36px)}.cart-heading{flex-direction:column;align-items:flex-start;gap:6px}.cart-heading h1{font-size:30px}#cartItems .cart-item{grid-template-columns:80px minmax(0,1fr);gap:14px;padding:15px}#cartItems .cart-item-image{width:80px;height:80px}#cartItems .cart-item-total{text-align:left;grid-column:2}#cartItems .cart-item-actions{flex-wrap:wrap;gap:10px}main.cart-page aside.cart-summary{padding:20px}}.about-wrapper{width:90%;max-width:1180px;margin:0 auto}.about-section-label{color:#4d983e;letter-spacing:.5px;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.about-primary-button,.about-cta-button{color:#fff;background:#4d983e;border-radius:30px;justify-content:center;align-items:center;padding:13px 26px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.about-primary-button:hover,.about-cta-button:hover{background:#39762f;transform:translateY(-2px)}.about-hero{background:radial-gradient(circle at 85% 20%,#bedcac40,#0000 28%),#fafcf8;padding:90px 0 80px}.about-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.about-eyebrow{color:#4d983e;margin-bottom:18px;font-size:15px;font-weight:700;display:inline-block}.about-hero-content h1{color:#1d1d1d;max-width:650px;margin:0 0 25px;font-size:clamp(42px,5vw,68px);font-weight:700;line-height:1.08}.about-hero-content>p{color:#666;max-width:570px;margin-bottom:30px;font-size:17px;line-height:1.8}.about-breadcrumb{color:#777;align-items:center;gap:10px;font-size:14px;display:flex}.about-breadcrumb a{color:#4d983e;font-weight:600;text-decoration:none}.about-hero-visual{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}.hero-circle{background:#eaf3e4;border:1px dashed #9cc98f;border-radius:50%;width:400px;height:400px;padding:12px}.hero-circle img{object-fit:cover;border-radius:50%;width:100%;height:100%}.hero-badge{text-align:center;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:105px;height:105px;padding:10px;display:flex;position:absolute;box-shadow:0 12px 35px #00000014}.hero-badge span{color:#4d983e;background:#e7f3e1;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:5px;font-size:18px;display:flex}.hero-badge p{color:#333;margin:0;font-size:11px;font-weight:600;line-height:1.3}.hero-badge-one{top:25px;left:10px}.hero-badge-two{top:55px;right:0}.hero-badge-three{bottom:45px;left:0}.hero-badge-four{bottom:25px;right:15px}.about-who-we-are{background:#fff;padding:90px 0}.about-who-grid{border:1px solid #e8eee4;border-radius:25px;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:25px;display:grid}.about-image-card{border-radius:18px;height:470px;overflow:hidden}.about-image-card img{object-fit:cover;width:100%;height:100%}.about-who-content{padding:20px 15px}.about-who-content h2{color:#222;max-width:500px;margin:0 0 20px;font-size:clamp(35px,4vw,50px);line-height:1.1}.about-who-content>p{color:#666;max-width:520px;margin-bottom:30px;line-height:1.8}.about-values{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:30px;display:grid}.about-value{align-items:flex-start;gap:12px;display:flex}.value-icon{color:#4d983e;background:#e9f4e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.about-value strong{color:#333;margin-bottom:4px;font-size:14px;display:block}.about-value p{color:#777;margin:0;font-size:12px;line-height:1.4}.about-story{background:#fafcf8;padding:80px 0}.about-story-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;display:grid}.about-story-content h2{color:#222;max-width:500px;margin:0 0 20px;font-size:clamp(38px,4vw,52px);line-height:1.1}.about-story-content p{color:#666;max-width:520px;line-height:1.8}.about-stat-grid{grid-template-columns:1fr 1fr;display:grid}.about-stat{border-bottom:1px solid #dfe8db;border-left:1px solid #dfe8db;flex-direction:column;justify-content:center;min-height:160px;padding:25px 35px;display:flex}.about-stat:nth-child(2),.about-stat:nth-child(4){border-right:none}.about-stat:nth-child(3),.about-stat:nth-child(4){border-bottom:none}.about-stat strong{color:#222;margin-bottom:8px;font-size:clamp(32px,4vw,48px);font-weight:700}.about-stat span{color:#777;font-size:14px}.about-cta{background-image:url(/images/about-banner.png);background-position:50%;background-size:cover;border-radius:25px;align-items:center;width:90%;max-width:1180px;min-height:330px;margin:80px auto;display:flex;position:relative;overflow:hidden}.about-cta-overlay{background:linear-gradient(90deg,#ebf4e4f7,#ebf4e4a6,#ebf4e426);position:absolute;inset:0}.about-cta-content{z-index:2;padding:60px;position:relative}.about-cta-content>span{color:#4d983e;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.about-cta-content h2{color:#222;max-width:560px;margin:0 0 15px;font-size:clamp(32px,4vw,48px);line-height:1.1}.about-cta-content p{color:#555;max-width:500px;margin-bottom:25px;line-height:1.6}@media (width<=900px){.about-hero-grid,.about-who-grid,.about-story-grid{grid-template-columns:1fr}.about-hero{padding:60px 0}.about-hero-content{text-align:center}.about-hero-content>p{margin-left:auto;margin-right:auto}.about-breadcrumb{justify-content:center}.about-hero-visual{min-height:450px}.about-who-grid{gap:35px}.about-story-grid{gap:40px}}@media (width<=600px){.about-wrapper{width:88%}.about-hero-content h1{font-size:40px}.about-hero-visual{min-height:360px}.hero-circle{width:280px;height:280px}.hero-badge{width:78px;height:78px}.hero-badge span{width:25px;height:25px;font-size:13px}.hero-badge p{font-size:8px}.hero-badge-one{left:0}.hero-badge-two{right:0}.hero-badge-three{bottom:15px;left:5px}.hero-badge-four{bottom:5px;right:5px}.about-who-grid{padding:15px}.about-image-card{height:300px}.about-who-content{padding:10px}.about-values{grid-template-columns:1fr}.about-stat{min-height:120px;padding:20px}.about-stat strong{font-size:30px}.about-stat span{font-size:12px}.about-cta{width:88%;min-height:380px;margin:50px auto}.about-cta-content{padding:35px 25px}.contact-page{color:#17251b;background:#fff;width:100%;overflow:hidden}.contact-container{width:90%;max-width:1180px;margin:0 auto}.contact-hero{background:radial-gradient(circle at 75% 45%,#7bab481f,#0000 30%),linear-gradient(135deg,#fff 0%,#f8fbf2 100%);padding:70px 0 55px}.contact-hero .contact-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.contact-hero-content{z-index:2;position:relative}.contact-label{color:#5d9434;border:1px solid #78a94b;border-radius:30px;margin-bottom:18px;padding:7px 17px;font-size:14px;font-weight:600;display:inline-block}.contact-hero-content h1{letter-spacing:-2px;color:#17251b;max-width:620px;margin:0;font-size:clamp(48px,5vw,72px);font-weight:700;line-height:1.05}.contact-hero-content h1 span:not(.contact-heart){color:#65a536}.contact-heart{color:#65a536;margin-left:6px;font-size:.65em}.contact-hero-content>p{color:#59615a;max-width:540px;margin-top:25px;font-size:17px;line-height:1.7}.contact-breadcrumb{align-items:center;gap:10px;margin-bottom:22px;font-size:14px;display:flex}.contact-breadcrumb a{color:#5d9434;font-weight:600;text-decoration:none}.contact-breadcrumb span{color:#7c847d}.contact-hero-image{justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.contact-hero-image img{z-index:2;object-fit:contain;width:100%;max-width:500px;height:auto;display:block;position:relative}.contact-image-glow{filter:blur(5px);z-index:1;background:radial-gradient(circle,#77a64633,#77a6460d 55%,#0000 70%);border-radius:50%;width:380px;height:380px;position:absolute}.contact-main-section{background:#fff;padding:20px 0 80px}.contact-card{background:#fffffff2;border:1px solid #e7ebdf;border-radius:24px;grid-template-columns:.9fr 1.1fr;display:grid;overflow:hidden;box-shadow:0 15px 45px #2d412814}.contact-information{background:linear-gradient(145deg,#fff,#f9fbf5);border-right:1px solid #e6eadf;padding:38px}.contact-heading{align-items:center;gap:9px;margin-bottom:25px;display:flex}.contact-heading h2{color:#18261c;margin:0;font-size:25px}.heading-leaf{font-size:22px}.heading-sparkle{color:#6ca43c;font-size:22px}.contact-info-box{background:#fff;border:1px solid #e7ebdf;border-radius:15px;align-items:center;gap:16px;min-height:76px;margin-bottom:12px;padding:14px 15px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.contact-info-box:hover{border-color:#c9dcb8;transform:translateY(-3px);box-shadow:0 8px 20px #466e3714}.contact-info-icon{color:#609a37;background:#eef6e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:21px;display:flex}.contact-info-content{flex:1;min-width:0}.contact-info-content strong{color:#202820;margin-bottom:5px;font-size:14px;display:block}.contact-info-content a,.contact-info-content p{color:#626962;margin:0;font-size:13px;line-height:1.5;text-decoration:none}.contact-info-content a:hover{color:#609a37}.info-arrow{color:#609a37;border:1px solid #e1e8da;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;text-decoration:none;transition:background .25s,color .25s;display:flex}.info-arrow:hover{color:#fff;background:#609a37}.contact-form-wrapper{padding:38px}.contact-form-wrapper .contact-heading{margin-bottom:28px}.contact-form{width:100%}.contact-form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-field{margin-bottom:18px}.contact-field label{color:#344037;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.input-wrapper,.textarea-wrapper{width:100%;position:relative}.field-icon{color:#75a54d;z-index:2;font-size:17px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.input-wrapper input,.textarea-wrapper textarea{box-sizing:border-box;color:#202820;background:#fff;border:1px solid #dfe6d8;border-radius:11px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .25s,box-shadow .25s}.input-wrapper input{height:52px;padding:0 16px 0 45px}.textarea-wrapper textarea{resize:vertical;min-height:135px;padding:15px 16px 15px 45px}.input-wrapper input::placeholder,.textarea-wrapper textarea::placeholder{color:#999f99}.input-wrapper input:focus,.textarea-wrapper textarea:focus{border-color:#74a846;box-shadow:0 0 0 3px #74a8461a}.field-error{color:#d64b4b;min-height:16px;margin-top:5px;font-size:12px;display:block}.contact-success{color:#4d8830;background:#eef8e8;border:1px solid #cce1bf;border-radius:10px;margin-bottom:15px;padding:13px 15px;font-size:14px;display:none}.contact-success.show{display:block}.contact-submit-button{color:#fff;cursor:pointer;background:#68a438;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:0 20px;font-family:inherit;font-size:15px;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s;display:flex}.contact-submit-button:hover{background:#568d2d;transform:translateY(-2px);box-shadow:0 8px 20px #568d2d33}.contact-submit-button:active{transform:translateY(0)}#navbar .contact-active>a,#navbar .contact-active>a:hover,#navbar .contact-active>a:focus,#navbar .contact-active>a:active{box-shadow:none!important;border-bottom:none!important;text-decoration:none!important}#navbar ul li.item>a{text-decoration:none}@media (width<=1000px){.contact-hero .contact-container{text-align:center;grid-template-columns:1fr}.contact-hero-content{flex-direction:column;align-items:center;display:flex}.contact-breadcrumb{order:-1}.contact-hero-image{min-height:300px}.contact-card{grid-template-columns:1fr}.contact-information{border-bottom:1px solid #e6eadf;border-right:none}}@media (width<=700px){.contact-hero{padding:45px 0 35px}.contact-container{width:92%}.contact-hero-content h1{letter-spacing:-1px;font-size:43px}.contact-hero-content>p{font-size:15px}.contact-hero-image{min-height:240px}.contact-image-glow{width:260px;height:260px}.contact-information,.contact-form-wrapper{padding:25px 20px}.contact-form-row{grid-template-columns:1fr;gap:0}.contact-card{border-radius:18px}.contact-info-box{padding:12px}}@media (width<=480px){.contact-hero-content h1{font-size:37px}.contact-label{font-size:12px}.contact-hero-content>p{font-size:14px}.contact-heading h2{font-size:21px}.contact-information,.contact-form-wrapper{padding:22px 16px}.contact-info-content a,.contact-info-content p{font-size:12px}}}.blogs-page{color:#183b2b;background:#f8faf3;overflow:hidden}.blogs-hero{background:radial-gradient(circle at 75% 25%,#b9dc9273,#0000 35%),linear-gradient(135deg,#f4f8eb,#fff);border-radius:30px;grid-template-columns:1fr 1fr;align-items:center;gap:50px;width:90%;max-width:1250px;min-height:480px;margin:55px auto 35px;padding:55px;display:grid;box-shadow:0 15px 50px #395c2f14}.blogs-label{color:#4f8c31;background:#e6f1d9;border-radius:30px;margin-bottom:20px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-block}.blogs-hero-content h1{color:#183b2b;letter-spacing:-2px;max-width:650px;margin:0 0 22px;font-size:clamp(42px,5vw,72px);line-height:1.02}.blogs-hero-content p{color:#607064;max-width:560px;margin-bottom:30px;font-size:17px;line-height:1.7}.blogs-search{background:#fff;border:1px solid #dce7d4;border-radius:14px;align-items:center;gap:12px;width:100%;max-width:420px;padding:14px 18px;display:flex;box-shadow:0 8px 25px #30522812}.blogs-search span{color:#63983f;font-size:23px}.blogs-search input{color:#183b2b;background:0 0;border:none;outline:none;width:100%;font-size:15px}.blogs-search input::placeholder{color:#929b92}.blogs-hero-image{border-radius:26px;height:390px;overflow:hidden}.blogs-hero-image img{object-fit:cover;width:100%;height:100%;display:block}.blog-categories{flex-wrap:wrap;gap:12px;width:90%;max-width:1250px;margin:30px auto 70px;display:flex}.blog-category{color:#526157;cursor:pointer;background:#fff;border:1px solid #dce7d4;border-radius:30px;padding:11px 20px;font-size:14px;transition:all .3s}.blog-category:hover{color:#568d35;border-color:#6ba342}.blog-category.active{color:#fff;background:#62983d;border-color:#62983d}.featured-blog-section,.latest-blog-section{width:90%;max-width:1250px;margin:auto}.blog-section-heading{justify-content:space-between;align-items:end;margin-bottom:25px;display:flex}.blog-section-heading span{color:#659842;font-size:14px;font-weight:600}.blog-section-heading h2{color:#183b2b;margin:7px 0 0;font-size:34px}.featured-blog-card{background:#fff;border-radius:25px;grid-template-columns:1.15fr 1fr;margin-bottom:80px;display:grid;overflow:hidden;box-shadow:0 12px 45px #2f4e2814}.featured-blog-image{min-height:430px}.featured-blog-image img{object-fit:cover;width:100%;height:100%;display:block}.featured-blog-content{flex-direction:column;justify-content:center;padding:55px;display:flex}.blog-tag{color:#60933e;background:#edf5e6;border-radius:20px;width:fit-content;padding:6px 12px;font-size:12px;font-weight:600}.featured-blog-content h2{color:#183b2b;margin:18px 0;font-size:38px;line-height:1.15}.featured-blog-content p{color:#68736a;margin-bottom:25px;line-height:1.7}.blog-meta{color:#8a938b;justify-content:space-between;align-items:center;gap:15px;font-size:13px;display:flex}.blog-read-more{color:#548a34;align-items:center;gap:10px;margin-top:22px;font-weight:600;text-decoration:none;display:inline-flex}.blog-read-more span{font-size:20px;transition:all .3s}.blog-read-more:hover span{transform:translate(5px)}.latest-blog-section{margin-bottom:90px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.blog-card{background:#fff;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 35px #34512b12}.blog-card:hover{transform:translateY(-7px);box-shadow:0 18px 45px #34512b1f}.blog-card-image{height:245px;position:relative;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-save{color:#548a34;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;width:38px;height:38px;font-size:20px;position:absolute;top:15px;right:15px}.blog-save.saved{color:#fff;background:#62983d}.blog-card-content{padding:24px}.blog-card-content h3{color:#183b2b;margin:15px 0 12px;font-size:22px;line-height:1.25}.blog-card-content p{color:#6d776f;margin-bottom:20px;font-size:14px;line-height:1.6}.blog-card-content .blog-meta a{color:#5d943a;font-weight:600;text-decoration:none}.blog-no-results{text-align:center;padding:70px 20px;display:none}.blog-no-results.show{display:block}.blog-no-results h3{color:#183b2b;font-size:28px}.blog-no-results p{color:#778178}.blog-no-results button{color:#fff;cursor:pointer;background:#62983d;border:none;border-radius:25px;padding:12px 22px}.blog-newsletter{text-align:center;background:radial-gradient(circle at 20% 20%,#cbe6af80,#0000 35%),#edf5e6;border-radius:28px;width:90%;max-width:1250px;margin:0 auto 90px;padding:70px 40px}.blog-newsletter-content{max-width:650px;margin:auto}.blog-newsletter span{color:#62983d;font-size:14px;font-weight:600}.blog-newsletter h2{color:#183b2b;margin:12px 0;font-size:42px;line-height:1.15}.blog-newsletter p{color:#667267;line-height:1.7}.blog-newsletter-form{background:#fff;border:1px solid #dce7d4;border-radius:14px;max-width:520px;margin:30px auto 0;padding:6px;display:flex}.blog-newsletter-form input{border:none;outline:none;flex:1;padding:14px;font-size:14px}.blog-newsletter-form button{color:#fff;cursor:pointer;background:#62983d;border:none;border-radius:10px;padding:0 25px;font-weight:600}#newsletter-message{color:#62983d;margin-top:15px;display:block}@media (width<=1000px){.blogs-hero{grid-template-columns:1fr;padding:40px}.blogs-hero-image{height:350px}.featured-blog-card{grid-template-columns:1fr}.featured-blog-image{min-height:350px}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.blogs-hero{width:94%;margin-top:30px;padding:30px 22px}.blogs-hero-content h1{font-size:40px}.blogs-hero-image{height:270px}.blog-categories{width:94%;margin-bottom:50px}.featured-blog-section,.latest-blog-section{width:94%}.blog-section-heading h2{font-size:27px}.featured-blog-content{padding:30px 25px}.featured-blog-content h2{font-size:30px}.blog-grid{grid-template-columns:1fr}.blog-newsletter{width:94%;padding:45px 20px}.blog-newsletter h2{font-size:32px}.blog-newsletter-form{background:0 0;border:none;flex-direction:column;gap:10px}.blog-newsletter-form input{background:#fff;border:1px solid #dce7d4;border-radius:10px}.blog-newsletter-form button{height:48px}}:root{--font-primary:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;--font-size-xs:11px;--font-size-sm:13px;--font-size-base:15px;--font-size-md:17px;--font-size-lg:20px;--font-size-xl:24px;--font-size-2xl:32px;--font-size-3xl:40px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--color-primary:#89c876;--color-accent:#2593d1;--color-text:#1a1a1a;--color-text-muted:#666;--color-bg:#fff;--color-bg-soft:#fafaf8;--color-border:#e8e8e8}#about h2,.featured-header h2,.mustreads-header h2,.reviews-content h2,.commitment-header h2,.products-header h2,.category-hero-overlay h1{font-weight:var(--font-weight-bold);color:var(--color-text)}.current-price,.pd-current-price,.detail-current-price{font-weight:var(--font-weight-bold);color:var(--color-primary)!important}.product-title,.new-products-grid .product-info h3{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text)}.cart-btn,.btn,.checkout-button,.place-order-button{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold)}#navbar ul li a{font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.product-category,.blog-category,.section-tag,.new-badge{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}a,a:hover,a:visited,a:active,.product-name,.product-title{text-decoration:none}.hero-slide:before{background:linear-gradient(#0003,#00000080)}.hero-slide img{object-position:center}.hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:700px;margin:0 auto;padding:0 24px;display:flex;inset:0}.hero-content h1,.hero-content p{color:#fff}.slider-dots{display:none}@media (width<=768px){#hero{min-height:300px}.hero-slide img{height:300px;min-height:300px}}.home-category-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:60px auto;padding:0 40px;display:grid}.home-category-card{border-radius:12px;height:200px;display:block;position:relative;overflow:hidden}.home-category-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.home-category-card:hover img{transform:scale(1.06)}.home-category-overlay{text-align:center;background:linear-gradient(#0000000d,#0000008c);flex-direction:column;justify-content:flex-end;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.home-category-overlay h3{color:#fff;font-weight:var(--font-weight-bold);font-size:var(--font-size-lg);margin:0 0 4px}.home-category-overlay span{color:#fff;font-size:12px}@media (width<=768px){.home-category-grid{grid-template-columns:repeat(2,1fr);margin:40px auto;padding:0 16px}}.category-hero-banner{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:200px;display:flex;position:relative}.category-hero-banner:before{content:"";background:linear-gradient(#00000040,#0000008c);position:absolute;inset:0}.category-hero-overlay{z-index:1;text-align:center;position:relative}.category-hero-overlay h1{color:#fff;font-size:28px;font-weight:var(--font-weight-bold);margin:0 0 10px}.category-hero-overlay .breadcrumb-container{justify-content:center}.category-hero-overlay .breadcrumb-container a,.category-hero-overlay .breadcrumb-container span{color:#fff}.category-hero-overlay .breadcrumb-container a{font-weight:var(--font-weight-bold)}.about-banner-strip{width:100%;max-width:1400px;margin:0 auto}.about-banner-strip img{border-radius:20px;width:100%;height:auto;display:block}.auto-scroll-viewport{-webkit-overflow-scrolling:touch;overflow:auto hidden}.auto-scroll-track{gap:16px;width:max-content;animation:30s linear infinite scroll-left;display:flex}.auto-scroll-track:hover{animation-play-state:paused}.auto-scroll-card{flex-shrink:0;width:220px}.auto-scroll-card .product-card{width:220px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.auto-scroll-track{animation:none}}.ticker-wrap{background:var(--color-primary);align-items:center;height:36px;display:flex;overflow:hidden}.ticker-content{white-space:nowrap;color:#fff;letter-spacing:.5px;gap:40px;padding-left:40px;font-size:13px;font-weight:600;animation:25s linear infinite ticker;display:flex}.ticker-content span{align-items:center;gap:40px;display:flex}.ticker-dot{opacity:.8;margin-left:40px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-image,.new-products-grid .product-image{background:#f8f8f8;border-radius:8px;width:100%;height:0;padding-top:100%;position:relative;overflow:hidden}.product-image img,.new-products-grid .product-image img{object-fit:cover;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}#promo-banner img{height:auto}@media (width<=768px){#promo-banner img{border-radius:12px}}.review-card{height:auto;min-height:220px}.review-user img{width:40px;height:40px}.review-user h4{font-size:14px;font-weight:var(--font-weight-bold)}.review-card p{color:var(--color-text-muted);font-size:13px}.review-card .stars,.stars{color:#ffb800;font-size:14px}.review-count,.rating-value{font-size:var(--font-size-xs);color:var(--color-text-muted)}.hero-content .btn{margin:0}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%}@media (width<=768px){input,select,textarea{font-size:16px}}.toast-stack{z-index:999;flex-direction:column;align-items:center;gap:10px;width:min(92vw,420px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{color:#fff;text-align:center;border-radius:12px;width:100%;padding:14px 20px;font-size:14px;font-weight:600;animation:.3s toast-slide-up;box-shadow:0 10px 30px #0000002e}.toast-success{background:#4caf50}.toast-error{background:#e74c3c}.toast-warning{background:#e8a020}.toast-info{background:#333}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;display:none}.hamburger-btn span{background:#fff;border-radius:2px;width:100%;height:2px;display:block}.cart-icon-link{position:relative}.cart-badge{color:#fff;background:#2593d1;border-radius:50%;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 3px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.nav-auth-btn{color:#89c876;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:50px;padding:8px 16px;font-size:.85rem;font-weight:700;text-decoration:none}.mobile-drawer{z-index:1001;background:#fff;flex-direction:column;width:min(80vw,320px);height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.mobile-drawer-header img{height:32px}.mobile-drawer-header button{cursor:pointer;background:0 0;border:none;font-size:20px}.mobile-drawer-links{flex-direction:column;padding:10px 20px;display:flex}.mobile-drawer-links a,.mobile-drawer-links button{text-align:left;color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0f0f0;width:100%;padding:14px 0;font-size:1rem;text-decoration:none;display:block}.mobile-drawer-overlay{z-index:1000;background:#0006;position:fixed;inset:0}@media (width<=768px){#navbar{gap:10px;padding:12px 16px}.hamburger-btn{display:flex}#navbar ul.desktop-nav{display:none}#search-bar{width:30px}#search-bar.mobile-open{width:150px}#search-bar.mobile-open input{width:100px}.nav-auth-btn{padding:6px 10px;font-size:.75rem}#hero{height:auto;min-height:340px}.hero-slide img{height:340px;min-height:340px}.hero-content{max-width:92%;top:12%;left:5%;right:5%}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:.95rem}.hero-content .btn{padding:10px 22px}.category-container{grid-template-columns:repeat(2,1fr);justify-items:center;gap:24px;padding:0 16px;display:grid}.category-card.large{grid-column:span 2}.small{width:90px;height:90px}.large{width:160px;height:160px}#featured-products,#top-rated-products{padding:40px 16px}#promo-banner,#must-reads,#parent-reviews,#our-commitment,#bundle-banner,#footer,#new-arrivals-products,.about-wrapper,.contact-container,.checkout-wrapper,.cart-wrapper{padding-left:16px;padding-right:16px}}@media (width<=600px){.product-container .product-card{flex:0 0 62%}.product-image{height:220px}.blog-container .blog-card{flex:0 0 88%}}@media (width<=768px){.reviews-container{flex-direction:column}.review-grid{grid-template-columns:1fr}}@media (width<=900px){#bundle-banner{flex-direction:column;margin:50px auto;padding:40px 24px}.commitment-container{flex-direction:column}}@media (width<=768px){.footer-container{text-align:left;grid-template-columns:repeat(2,1fr);gap:30px 20px}.footer-about{text-align:center;grid-column:span 2}.footer-about img{margin-left:auto;margin-right:auto}.newsletter-form input{width:100%;max-width:320px}}@media (width<=480px){.footer-container{grid-template-columns:1fr}.footer-about{grid-column:span 1}}.new-products-grid .product-info h3,.product-info .product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=600px){.new-products-grid .cart-btn,.product-info .cart-btn{width:100%}}@media (width<=800px){.pd-actions{z-index:90;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0000001a}.pd-page{padding-bottom:90px}.pd-pack-options{width:100%}.pd-pack{text-align:center;flex:1}}@media (width<=900px){main.cart-page .cart-summary{background:#fff;border-radius:16px 16px 0 0;padding:16px;position:sticky;bottom:0;box-shadow:0 -8px 24px #0000001a}.cart-page{padding-bottom:20px}}
