@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap";.navbar{padding:.8rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background-color:#fff;z-index:1000;box-shadow:0 2px 20px #00000014;border-bottom:3px solid #3cb850;font-family:Inter,sans-serif}.navbar-logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:50px;width:auto;object-fit:contain}.navbar-right{display:flex;align-items:center;gap:1.5rem}.navbar-links{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#1a1a1a;font-size:.85rem;font-weight:700;padding:.5rem 0;position:relative;transition:all .3s ease;font-family:Inter,sans-serif;letter-spacing:.3px}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#3cb850;transition:width .3s ease}.nav-link:hover{color:#3cb850}.nav-link:hover:after{width:100%}.navbar-cart-icon{position:relative;cursor:pointer;display:flex;align-items:center}.navbar-cart-icon svg{transition:transform .3s ease}.navbar-cart-icon:hover svg{transform:scale(1.1)}.cart-items-count{position:absolute;min-width:18px;min-height:18px;background:#3cb850;border-radius:50%;top:-6px;right:-8px;font-size:.65rem;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:600;box-shadow:0 2px 4px #3cb8504d}.navbar-signin-btn{background:#3cb850;font-size:.82rem;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:700;box-shadow:0 3px 8px #3cb8504d;font-family:Inter,sans-serif;letter-spacing:.3px}.navbar-signin-btn:hover{background:#2d8a36;transform:translateY(-2px);box-shadow:0 5px 12px #3cb85066}.navbar-signin-btn:active{transform:translateY(0)}.navbar-profile{position:relative;cursor:pointer}.navbar-profile img{width:32px;height:32px;border-radius:50%;transition:transform .3s ease}.navbar-profile:hover img{transform:scale(1.1)}.nav-profile-dropdown{position:absolute;display:none;right:0;top:100%;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 8px 25px #0000001f;border:1px solid #f1f5f9;min-width:150px;z-index:1001}.navbar-profile:hover .nav-profile-dropdown{display:flex;flex-direction:column;gap:.8rem}.nav-profile-dropdown li{display:flex;align-items:center;gap:.8rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.nav-profile-dropdown li:hover{background-color:#f0f7f0}.nav-profile-dropdown img{width:18px;height:18px}.nav-profile-dropdown p{margin:0;font-size:.85rem;color:#1e293b;font-weight:500}.nav-profile-dropdown hr{border:none;height:1px;background-color:#e2e8f0;margin:.3rem 0}.dropdown-toggle{display:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.dropdown-toggle:hover{background-color:#f0f7f0}.dropdown-menu{display:none;flex-direction:column;position:absolute;top:100%;right:2rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 8px 25px #0000001f;border:1px solid #f1f5f9;z-index:1001;min-width:150px}.dropdown-link{text-decoration:none;color:#1a1a1a;font-size:.85rem;font-weight:600;padding:.6rem .8rem;border-radius:6px;transition:all .2s ease;font-family:Inter,sans-serif}.dropdown-link:hover{background-color:#f0f7f0;color:#3cb850}@media (max-width: 768px){.navbar{padding:.8rem 1.5rem}.navbar-links{display:none}.dropdown-toggle{display:block}.dropdown-menu{display:flex}.navbar-right{gap:1.2rem}.logo-text,.logo-text-accent{font-size:1.35rem}.navbar-signin-btn{padding:.5rem 1rem;font-size:.8rem}.cart-items-count{min-width:16px;min-height:16px;font-size:.6rem;top:-5px;right:-6px}}@media (max-width: 480px){.navbar{padding:.6rem 1rem}.logo-text,.logo-text-accent{font-size:1.2rem}.navbar-right{gap:1rem}.navbar-signin-btn{padding:.4rem .8rem;font-size:.75rem}.dropdown-menu{right:1rem;min-width:130px}.dropdown-link{font-size:.85rem;padding:.5rem .6rem}}.place-order{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-top:50px;flex-direction:column}.place-order-left,.place-order-right{width:100%;max-width:none}.place-order-left .title{font-size:24px;font-weight:600;margin-bottom:30px}.place-order-left input{margin-bottom:10px;width:100%;padding:8px;border:1px solid #c5c5c5;border-radius:4px;outline-color:tomato}.place-order-left .multi-fields{display:flex;flex-direction:column;gap:10px}.place-order-right{margin-top:20px}.place-order .cart-total{display:flex;flex-direction:column;gap:15px}.place-order .cart-total h2{font-size:24px}.payment-buttons{display:flex;flex-direction:column;gap:10px}.payment-buttons button{padding:12px;font-size:16px;cursor:pointer}.payment-buttons .whatsapp-button{background-color:#25d366;color:#fff}@media (min-width: 768px){.place-order{flex-direction:row;gap:50px;margin-top:100px}.place-order-left,.place-order-right{max-width:max(30%,500px)}.place-order-left .title{font-size:30px;margin-bottom:50px}.place-order-left input{margin-bottom:15px;padding:10px}.place-order-left .multi-fields{flex-direction:row;gap:15px}.place-order .cart-total{flex-direction:column;gap:20px}.place-order .cart-total h2{font-size:30px}.payment-buttons{flex-direction:column;gap:15px}}@media (min-width: 1024px){.place-order{gap:60px;margin-top:120px}.place-order-left,.place-order-right{max-width:max(30%,600px)}}.explore-menu{display:flex;flex-direction:column;gap:20px;padding:20px}.explore-menu h1{color:#333;font-weight:600;font-size:2rem;margin-bottom:0}.explore-menu-text{max-width:60%;color:#555;line-height:1.5;font-size:1rem}.explore-menu-list{display:flex;gap:25px;text-align:center;margin:20px 0;overflow-x:auto;padding-bottom:15px;scrollbar-width:thin;scrollbar-color:#888 transparent}.explore-menu-list::-webkit-scrollbar{height:6px}.explore-menu-list::-webkit-scrollbar-track{background:transparent}.explore-menu-list::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px}.explore-menu-list-item{display:flex;flex-direction:column;align-items:center;min-width:100px;cursor:pointer;transition:transform .3s ease}.explore-menu-list-item:hover{transform:translateY(-5px)}.explore-menu-list-item img{width:100px;height:100px;object-fit:cover;border-radius:50%;cursor:pointer;transition:all .3s ease;border:2px solid #f0f0f0;box-shadow:0 4px 8px #0000001a}.explore-menu-list-item img:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}.explore-menu-list-item .active{border:3px solid #4CAF50;box-shadow:0 0 0 2px #4caf504d}.explore-menu-list-item p{margin-top:12px;color:#333;font-size:1rem;font-weight:500;white-space:nowrap}.explore-menu hr{margin:10px 0;height:1px;background-color:#e2e2e2;border:none}@media (max-width: 1050px){.explore-menu-text{max-width:100%;font-size:.9rem}.explore-menu-list{gap:15px}.explore-menu-list-item img{width:80px;height:80px}}@media (max-width: 768px){.explore-menu-list-item img{width:70px;height:70px}.explore-menu-list-item p{font-size:.9rem}}.food-display{margin-top:30px}.food-display h2{font-size:max(2vw,24px);font-weight:600}.food-display-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:30px;row-gap:50px}.cart{font-family:Poppins,sans-serif;color:#1a1a1a;line-height:1.6;padding:3rem 24px;max-width:1200px;margin:0 auto}.cart-header{text-align:center;margin-bottom:2rem}.cart-header h1{font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:.3rem}.cart-summary{font-size:.82rem;color:#888}.cart-items{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 16px #0000000a;margin-bottom:2rem}.cart-items-title{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr .5fr;align-items:center;gap:1rem;padding:.5rem 0;font-family:Inter,sans-serif;font-weight:600;font-size:.78rem;color:#666;text-transform:uppercase;letter-spacing:1px}.cart-items-title p{margin:0}.cart-items-item{padding:1rem 0;font-size:.85rem;color:#1a1a1a}.cart-items-item img{width:72px;height:72px;object-fit:cover;border-radius:12px}.cross{cursor:pointer;color:#3cb850;font-weight:600;transition:all .3s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f7f0;font-size:.78rem}.cross:hover{background:#3cb850;color:#fff;transform:scale(1.1)}.cart-items hr{border:0;height:1px;background:#f0f0f0;margin:0}.cart-bottom{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.cart-total{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 16px #0000000a}.cart-total h2{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:1.2rem}.cart-total-details{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:.85rem;color:#666}.cart-total-details b{color:#3cb850;font-size:1rem}.cart-total hr{border:0;height:1px;background:#f0f0f0;margin:.6rem 0}.cart-buttons{display:flex;flex-direction:column;gap:.7rem;margin-top:1.2rem}.cart-buttons button{padding:.65rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.8rem;font-family:Poppins,sans-serif}.disabled-button{background:#e8e8e8;color:#bbb;cursor:not-allowed}.whatsapp-button{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem}.whatsapp-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #25d3664d}.cart-promocode{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 16px #0000000a}.cart-promocode p{font-size:.82rem;color:#888;margin-bottom:1rem}.cart-promocode-input{display:flex;gap:.5rem}.cart-promocode-input input{flex:1;padding:.65rem 1rem;border:1.5px solid #eee;border-radius:50px;font-size:.8rem;outline:none;transition:all .3s ease;font-family:Poppins,sans-serif}.cart-promocode-input input:focus{border-color:#3cb850;box-shadow:0 0 0 3px #3cb85014}.cart-promocode-input button{padding:.65rem 1.2rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.cart-promocode-input button:hover{background:#2d8a36;box-shadow:0 4px 14px #3cb85040}.empty-cart-message{text-align:center;padding:3rem 1.5rem}.empty-cart-message h2{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.empty-cart-message p{font-size:.85rem;color:#888;margin-bottom:1.5rem}.continue-shopping-btn{padding:.65rem 1.5rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.continue-shopping-btn:hover{background:#2d8a36;box-shadow:0 4px 14px #3cb85040}@media (max-width: 768px){.cart{padding:2rem 16px}.cart-header h1{font-size:1.3rem}.cart-items-title{grid-template-columns:.5fr 1.5fr 1fr .8fr .8fr .5fr;gap:.5rem;font-size:.65rem}.cart-items-item{font-size:.75rem}.cart-items-item img{width:56px;height:56px}.cart-bottom{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.cart-items-title{grid-template-columns:.5fr 1fr .8fr .6fr .8fr .5fr;font-size:.6rem;gap:.3rem}.cart-items-item img{width:44px;height:44px}.cart-total h2{font-size:1rem}.cart-total-details{flex-direction:column;gap:.2rem}.cart-promocode-input{flex-direction:column}.cart-buttons button{font-size:.75rem;padding:.55rem}}.footer{background-color:#1a1a1a;color:#fff;padding:40px 0 20px;border-top:3px solid #3cb850;font-family:Poppins,sans-serif}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 20px}.footer-content-left,.footer-content-center,.footer-content-right{flex:1;min-width:250px;margin-bottom:30px;padding:0 15px}.footer-logo{display:flex;align-items:baseline;gap:.3rem;margin-bottom:15px}.footer-logo-text{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:300;color:#fff;letter-spacing:-.5px}.footer-logo-accent{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#3cb850;letter-spacing:1px}.footer-content-left p{line-height:1.6;margin-bottom:20px;color:#aaa;font-size:.9rem}.footer-social-icons{display:flex;gap:12px}.footer-social-icons img{width:28px;height:28px;transition:all .3s ease;filter:brightness(0) invert(1)}.footer-social-icons img:hover{transform:scale(1.15);filter:brightness(0) invert(.7) sepia(1) saturate(3) hue-rotate(70deg)}.footer-content-center h2,.footer-content-right h2{color:#3cb850;margin-bottom:20px;font-size:16px;font-family:Inter,sans-serif;position:relative;padding-bottom:10px;letter-spacing:1px}.footer-content-center h2:after,.footer-content-right h2:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#3cb850}.footer-content-center ul,.footer-content-right ul{list-style:none;padding:0}.footer-content-center li{margin-bottom:12px}.footer-content-center a{color:#aaa;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-content-center a:hover{color:#3cb850}.footer-content-right li{display:flex;align-items:center;margin-bottom:15px;color:#aaa;font-size:.9rem}.icon-media{width:18px;height:18px;margin-right:10px;filter:brightness(0) invert(1);opacity:.7}.footer hr{border:0;height:1px;background:#333;margin:30px auto 20px;max-width:1200px}.footer-copyright{text-align:center;color:#777;font-size:13px;padding:0 20px}.developer-credit{display:block;margin-top:8px;font-weight:500;color:#3cb850;font-size:12px}.developer-credit a{color:#3cb850;text-decoration:none;transition:color .3s ease}.developer-credit a:hover{color:#66d97a;text-decoration:underline}@media (max-width: 768px){.footer-content{flex-direction:column}.footer-content-left,.footer-content-center,.footer-content-right{margin-bottom:30px;text-align:center}.footer-content-center h2:after,.footer-content-right h2:after{left:50%;transform:translate(-50%)}.footer-content-right li,.footer-social-icons{justify-content:center}}.login-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:Poppins,sans-serif}.login-popup-container{width:90%;max-width:380px;background:linear-gradient(135deg,#f0f7f0,#f8fdf8);border-radius:12px;box-shadow:0 5px 15px #3cb85033;padding:1.5rem;position:relative;overflow:hidden}.login-popup-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3cb850,#2d8a36,#c8e6c9)}.login-popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom:1px solid rgba(60,184,80,.2)}.login-popup-title h2{font-size:1.3rem;font-weight:700;color:#2d8a36;margin:0}.login-popup-title img{width:16px;height:16px;cursor:pointer}.login-popup-inputs{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}.login-popup-inputs input{width:100%;padding:.7rem .9rem;border:1px solid #c8e6c9;border-radius:8px;font-size:.85rem;color:#374151;background:#fff;transition:all .2s ease;outline:none;font-family:inherit}.login-popup-inputs input:focus{border-color:#3cb850;box-shadow:0 0 0 2px #3cb8501a}.login-popup-inputs input::placeholder{color:#9ca3af;font-size:.8rem}.login-popup-container button[type=submit]{width:100%;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;border:none;padding:.7rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px #3cb8504d;margin-bottom:1rem;font-family:inherit}.login-popup-container button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 5px 12px #3cb85066;background:linear-gradient(135deg,#2d8a36,#3cb850)}.login-popup-condition{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.75rem}.login-popup-condition input[type=checkbox]{width:14px;height:14px;accent-color:#3cb850;cursor:pointer}.login-popup-condition p{margin:0;color:#4b5563}.login-popup-container p{text-align:center;color:#4b5563;font-size:.8rem;margin:.5rem 0}.login-popup-links{margin-top:.5rem}.highlight-link{color:#3cb850;font-weight:700;cursor:pointer;transition:color .2s ease;padding:2px 4px;border-radius:4px;background-color:#3cb8501a}.highlight-link.accent{color:#2d8a36;background-color:#2d8a361a}.highlight-link:hover{color:#2d8a36;text-decoration:underline;background-color:#3cb85026}@media (max-width: 480px){.login-popup-container{padding:1.2rem;max-width:320px}.login-popup-title h2{font-size:1.2rem}.login-popup-inputs input{padding:.6rem}}.verify{min-height:60vh;display:grid}.verify .spinner{width:100px;height:100px;place-self:center;border:5px solid #bdbdbd;border-top-color:tomato;border-radius:50%;animation:rotate 1s infinite}@keyframes rotate{to{transform:rotate(360deg)}}.productdisplay{display:flex;gap:1.5rem;max-width:1100px;margin:1.5rem auto;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;font-family:Inter,sans-serif;border:1px solid #f0f0f0;position:relative;overflow:hidden}.productdisplay:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3cb850,#2d8a36,#3cb850);z-index:1}.productdisplay-left{flex:1;display:flex;gap:.8rem}.productdisplay-img-list{display:flex;flex-direction:column;gap:.6rem}.productdisplay-img-list img{width:65px;height:65px;object-fit:contain;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#f8f8f8;padding:.3rem;box-shadow:0 2px 6px #0000000d}.productdisplay-img-list img:hover{border-color:#3cb850;transform:scale(1.05);box-shadow:0 4px 10px #3cb85033}.productdisplay-img-list img.active-thumb{border-color:#3cb850;box-shadow:0 0 0 2px #3cb8504d}.productdisplay-img{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f7f0,#f8fdf8);border-radius:12px;padding:1rem;position:relative;overflow:hidden}.productdisplay-img:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="none" stroke="%233cb85020" stroke-width="0.5"/></svg>');pointer-events:none}.productdisplay-main-img{width:100%;max-height:380px;object-fit:contain;border-radius:10px;transition:transform .3s ease}.productdisplay-main-img:hover{transform:scale(1.02)}.productdisplay-right{flex:1;display:flex;flex-direction:column;gap:.8rem;position:relative}.productdisplay-right h1{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.3;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.productdisplay-right-prices{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.productdisplay-right-price-new{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;color:#059669;background:#0596691a;padding:.4rem .8rem;border-radius:6px;box-shadow:0 2px 4px #0596691a}.buttonss{display:flex;gap:.8rem;margin:.8rem 0}.productdisplay .add-to-cart-btn{all:unset;flex:1;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;padding:.7rem 1.2rem;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 8px #3cb8504d;border:none;outline:none;font-family:inherit;font-size:.85rem;min-height:36px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.productdisplay .add-to-cart-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.productdisplay .add-to-cart-btn:hover:before{left:100%}.productdisplay .add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 5px 12px #3cb85066}.productdisplay .add-to-cart-btn:active{transform:translateY(0)}.productdisplay .whatsapp-button{all:unset;flex:1;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:.7rem 1.2rem;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 8px #25d3664d;text-decoration:none;font-family:inherit;font-size:.85rem;min-height:36px;display:flex;align-items:center;justify-content:center;border:none;outline:none;position:relative;overflow:hidden}.productdisplay .whatsapp-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.productdisplay .whatsapp-button:hover:before{left:100%}.productdisplay .whatsapp-button:hover{transform:translateY(-2px);box-shadow:0 5px 12px #25d36666;text-decoration:none;color:#fff}.productdisplay .whatsapp-button:active{transform:translateY(0)}.addremovediv{display:flex;align-items:center;gap:.8rem;margin:.8rem 0;padding:.8rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;width:fit-content}.addremovediv img{width:26px;height:26px;cursor:pointer;transition:all .2s ease;padding:.3rem;border-radius:4px}.addremovediv img:hover{transform:scale(1.1);background:#3cb8501a}.quantity-input{width:60px;padding:.4rem;border:1.5px solid #e2e8f0;border-radius:5px;text-align:center;font-size:.9rem;font-weight:600;color:#1e293b;background:#fff;box-shadow:0 1px 3px #0000000d}.quantity-input:focus{outline:none;border-color:#3cb850;box-shadow:0 0 0 2px #3cb8501a}.cart-summary{background:#f8fafc;border-radius:8px;padding:.6rem .8rem;margin:.5rem 0;border-left:3px solid #059669}.cart-summary p{margin:.2rem 0;font-size:.85rem;color:#475569;display:flex;align-items:center;gap:.4rem}.cart-summary p:before{content:"🛒";font-size:.9rem}.descript{margin-top:1.2rem;padding:1rem;background:#f8fdf8;border-radius:10px;border-left:4px solid #3cb850}.descript h1{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.descript h1:before{content:"✨";font-size:1.2rem}.productdisplay-right-description{list-style:none;padding:0;margin:0}.productdisplay-right-description li{position:relative;padding-left:1.3rem;margin-bottom:.6rem;color:#475569;line-height:1.5;font-size:.9rem}.productdisplay-right-description li:before{content:"•";position:absolute;left:0;color:#3cb850;font-size:1.2rem;font-weight:700}.product-category-badge{display:inline-block;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;margin-bottom:.8rem;box-shadow:0 2px 4px #3cb8504d}@media (max-width: 968px){.productdisplay{flex-direction:column;gap:1.2rem;padding:1.2rem;margin:1rem}.productdisplay-left{flex-direction:column-reverse}.productdisplay-img-list{flex-direction:row;order:2;overflow-x:auto;padding-bottom:.5rem;justify-content:center}.productdisplay-img-list img{width:60px;height:60px;flex-shrink:0}.productdisplay-img{order:1;padding:.8rem}.productdisplay-main-img{max-height:300px}}@media (max-width: 640px){.productdisplay{padding:1rem;margin:.8rem}.productdisplay-right h1{font-size:1.3rem}.productdisplay-right-price-new{font-size:1.1rem;padding:.3rem .6rem}.buttonss{flex-direction:column;gap:.6rem}.productdisplay .add-to-cart-btn,.productdisplay .whatsapp-button{padding:.6rem 1rem;font-size:.8rem;min-height:34px}.addremovediv{justify-content:center;margin:.6rem auto}.descript{padding:.8rem}.cart-summary{padding:.5rem .6rem}.cart-summary p{font-size:.8rem}}@media (max-width: 480px){.productdisplay-right h1{font-size:1.2rem}.productdisplay-right-price-new,.descript h1{font-size:1rem}.productdisplay-right-description li{font-size:.85rem}.addremovediv{padding:.6rem}.addremovediv img{width:24px;height:24px}.quantity-input{width:50px;font-size:.85rem;padding:.3rem}.productdisplay-img-list img{width:55px;height:55px}.cart-summary p{font-size:.75rem}}@media (max-width: 360px){.productdisplay-right h1{font-size:1.1rem}.productdisplay .add-to-cart-btn,.productdisplay .whatsapp-button{padding:.5rem .8rem;font-size:.75rem;min-height:32px}}.descriptionbox{margin:120px 170px}.descriptionbox-navigator{display:flex}.descriptionbox-nav-box{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;width:171px;height:70px;border:1px solid #d0d0d0;border-radius:10px}.descriptionbox-nav-box.fade{background:#fbfbfb;color:#555}.descriptionbox-description{display:flex;flex-direction:column;gap:25px;border:1px solid #d0d0d0;padding:48px 48px 70px;border-radius:20px}@media (max-width: 1280px){.descriptionbox{margin:100px 150px}.descriptionbox-nav-box{font-size:15px;width:160px;height:65px}.descriptionbox-description{padding:40px 40px 60px}}@media (max-width: 1024px){.descriptionbox{margin:80px 120px}.descriptionbox-nav-box{font-size:14px;width:150px;height:60px}.descriptionbox-description{padding:32px 32px 50px}}@media (max-width: 800px){.descriptionbox{margin:60px 100px}.descriptionbox-nav-box{font-size:13px;width:140px;height:55px}.descriptionbox-description{padding:24px 24px 40px;font-size:14px}}@media (max-width: 500px){.descriptionbox{margin:40px 50px}.descriptionbox-navigator{flex-direction:column}.descriptionbox-nav-box{font-size:12px;width:100%;height:50px;margin-bottom:10px}.descriptionbox-description{padding:16px 16px 30px;font-size:13px}}.my-orders{margin:50px 0}.my-orders .container{display:flex;flex-direction:column-reverse;gap:20px;margin-top:30px}.my-orders-order{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 2fr 1fr;align-items:center;gap:30px;font-size:14px;padding:10px 20px;color:#454545;border:1px solid tomato}.my-orders-order img{width:50px}.my-orders-order p span{color:tomato}.my-orders-order p b{font-weight:500;color:#454545}.my-orders-order button{border:none;padding:12px 0;border-radius:4px;background-color:#ffe1e1;cursor:pointer;color:#454545}@media (maxwidth:900px){.my-orders-order{grid-template-columns:1fr 2fr 1fr;row-gap:5px;font-size:12px}.my-orders-order button{font-size:10px}}.floating-whatsapp-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 10px #0003;transition:transform .3s;z-index:1000}.floating-whatsapp-button:hover{transform:scale(1.1)}.floating-whatsapp-button img{width:80px;height:80px}.prompt-login{position:absolute;z-index:1;width:100%;height:100%;margin:auto;background-color:#00000090;display:grid;z-index:1001}.prompt-login-container{place-self:center;width:max(23vw,330px);color:gray;background-color:#fff;display:flex;flex-direction:column;gap:25px;padding:25px 30px;border-radius:8px;font-size:14px;animation:fadeIn .5s;text-align:center}.prompt-login-container h2{color:#000}.prompt-login-container button{border:none;padding:10px;border-radius:4px;color:#fff;background-color:green;font-size:15px;cursor:pointer}.forgot-password-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:fadeIn .3s ease-out forwards}.forgot-password-popup-container{width:100%;max-width:450px;background:linear-gradient(135deg,#f0f7f0,#f8fdf8);border-radius:16px;box-shadow:0 10px 25px #3cb8501a;padding:1.8rem;position:relative;overflow:hidden;animation:slideInUp .4s ease-out forwards}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.forgot-password-popup-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3cb850,#2d8a36,#c8e6c9)}.forgot-password-popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid rgba(60,184,80,.2)}.forgot-password-popup-title h2{font-size:1.3rem;font-weight:700;color:#2d8a36;margin:0}.forgot-password-popup-title img{width:20px;height:20px;cursor:pointer;transition:transform .2s ease}.forgot-password-popup-title img:hover{transform:rotate(90deg)}.forgot-password-popup-inputs{margin-bottom:1.5rem}.forgot-password-popup-inputs input{width:100%;padding:.9rem 1rem;border:1px solid #c8e6c9;border-radius:10px;font-size:.95rem;color:#374151;background:#fff;transition:all .2s ease;outline:none;font-family:inherit}.forgot-password-popup-inputs input:focus{border-color:#3cb850;box-shadow:0 0 0 2px #3cb8501a}.forgot-password-popup-inputs input::placeholder{color:#9ca3af}.forgot-password-popup-container button[type=submit]{width:100%;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;border:none;padding:.9rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 5px 15px #3cb8504d;text-transform:uppercase;letter-spacing:.3px;margin-bottom:1rem;font-family:inherit}.forgot-password-popup-container button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 8px 20px #3cb85066;background:linear-gradient(135deg,#2d8a36,#3cb850)}.forgot-password-popup-container button[type=submit]:active{transform:translateY(0);box-shadow:0 4px 12px #3cb8504d}.forgot-password-close{text-align:center;color:#3cb850;font-weight:500;cursor:pointer;margin:0;transition:color .2s ease}.forgot-password-close:hover{color:#2d8a36;text-decoration:underline}@media (max-width: 768px){.forgot-password-popup-container{max-width:90%;padding:1.5rem}.forgot-password-popup-title h2{font-size:1.2rem}}@media (max-width: 480px){.forgot-password-popup-container{padding:1.2rem}.forgot-password-popup-title h2{font-size:1.1rem}.forgot-password-popup-inputs input{padding:.8rem}.forgot-password-popup-container button[type=submit]{padding:.8rem;font-size:.9rem}}.enter-code-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:fadeIn .3s ease-out forwards}.enter-code-popup-container{background:linear-gradient(135deg,#f0f7f0,#f8fdf8);border-radius:20px;box-shadow:0 20px 40px #3cb85026;padding:2rem;width:90%;max-width:400px;position:relative;border:1px solid #eaf5ea;animation:slideUp .4s ease-out forwards}.enter-code-popup-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3cb850,#2d8a36,#c8e6c9);border-radius:20px 20px 0 0}.enter-code-popup-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(60,184,80,.1)}.enter-code-popup-title h2{color:#2d8a36;font-size:1.4rem;font-weight:600;margin:0;position:relative}.enter-code-popup-title img{width:20px;height:20px;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%;background:#3cb8501a}.enter-code-popup-title img:hover{transform:rotate(90deg);background:#3cb85033}.enter-code-popup-inputs{margin-bottom:1.5rem}.enter-code-popup-inputs p{color:#374151;font-size:.95rem;margin-bottom:1rem;text-align:center;line-height:1.5}.enter-code-popup-inputs input{width:100%;padding:1rem 1.2rem;border:2px solid #c8e6c9;border-radius:12px;font-size:1rem;color:#374151;background:#fff;transition:all .3s ease;outline:none;font-family:inherit;text-align:center;letter-spacing:2px;font-weight:600}.enter-code-popup-inputs input:focus{border-color:#3cb850;background:#fff;box-shadow:0 0 0 3px #3cb8501a;transform:translateY(-2px)}.enter-code-popup-inputs input::placeholder{color:#9ca3af;letter-spacing:normal;font-weight:400}.enter-code-popup-container button{width:100%;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #3cb8504d;text-transform:uppercase;letter-spacing:.5px;font-family:inherit}.enter-code-popup-container button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #3cb85066;background:linear-gradient(135deg,#2d8a36,#3cb850)}.enter-code-popup-container button:active{transform:translateY(0);box-shadow:0 6px 15px #3cb8504d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.enter-code-popup-container{padding:1.5rem;margin:1rem;width:85%}.enter-code-popup-title h2{font-size:1.2rem}.enter-code-popup-inputs input{padding:.9rem 1rem;font-size:.95rem}.enter-code-popup-container button{padding:.9rem 1.2rem;font-size:.95rem}}@media (max-width: 480px){.enter-code-popup-container{padding:1.2rem;margin:.8rem;width:90%}.enter-code-popup-title{margin-bottom:1.2rem}.enter-code-popup-title h2{font-size:1.1rem}.enter-code-popup-title img{width:18px;height:18px}.enter-code-popup-inputs p{font-size:.9rem}.enter-code-popup-inputs input{padding:.8rem;font-size:.9rem}.enter-code-popup-container button{padding:.8rem 1rem;font-size:.9rem}}.enter-code-popup:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;cursor:pointer;z-index:-1}.password-reset-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.password-reset-popup-container{width:90%;max-width:380px;background:linear-gradient(135deg,#f0f7f0,#f8fdf8);border-radius:12px;box-shadow:0 5px 15px #3cb85033;padding:1.5rem;position:relative;overflow:hidden}.password-reset-popup-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3cb850,#2d8a36,#c8e6c9)}.password-reset-popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom:1px solid rgba(60,184,80,.2)}.password-reset-popup-title h2{font-size:1.3rem;font-weight:700;color:#2d8a36;margin:0}.password-reset-popup-title img{width:16px;height:16px;cursor:pointer}.password-reset-popup-inputs{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}.password-reset-popup-inputs input{width:100%;padding:.7rem .9rem;border:1px solid #c8e6c9;border-radius:8px;font-size:.85rem;color:#374151;background:#fff;transition:all .2s ease;outline:none;font-family:inherit}.password-reset-popup-inputs input:focus{border-color:#3cb850;box-shadow:0 0 0 2px #3cb8501a}.password-reset-popup-inputs input::placeholder{color:#9ca3af;font-size:.8rem}.password-reset-popup-container button[type=submit]{width:100%;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;border:none;padding:.7rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px #3cb8504d;margin-bottom:1rem;font-family:inherit}.password-reset-popup-container button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 5px 12px #3cb85066;background:linear-gradient(135deg,#2d8a36,#3cb850)}@media (max-width: 480px){.password-reset-popup-container{padding:1.2rem;max-width:320px}.password-reset-popup-title h2{font-size:1.2rem}.password-reset-popup-inputs input{padding:.6rem}}.hero{padding:2.5rem 0 3rem;background:linear-gradient(135deg,#f8fdf8,#fff,#f0f7f0);display:flex;align-items:center;font-family:Poppins,sans-serif}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;width:100%}.hero-text{display:flex;flex-direction:column;gap:.8rem}.hero-tag{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;color:#3cb850;text-transform:uppercase;letter-spacing:2.5px;display:inline-block}.hero-title{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0}.hero-highlight{color:#3cb850;position:relative;display:inline-block}.hero-highlight:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:6px;background:#3cb85026;border-radius:3px;z-index:-1}.hero-description{font-size:.88rem;color:#666;line-height:1.6;max-width:90%;margin:0}.hero-buttons{display:flex;gap:.8rem;margin-top:.3rem;align-items:center}.btn-primary{background:#3cb850;color:#fff;border:none;padding:.7rem 1.8rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #3cb85040;font-family:Poppins,sans-serif}.btn-primary:hover{background:#2d8a36;transform:translateY(-1px);box-shadow:0 6px 20px #3cb85059}.btn-secondary{background:transparent;color:#3cb850;border:none;padding:.7rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.4rem;font-family:Poppins,sans-serif}.btn-secondary:hover{color:#2d8a36;transform:translateY(-1px)}.btn-secondary svg{width:16px;height:16px}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-wrapper{position:relative;width:100%;max-width:380px;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.hero-product-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.product-cutout{width:380px;height:380px;border-radius:50%;background:linear-gradient(135deg,#eaf5ea,#d4edd4);display:flex;justify-content:center;align-items:center;box-shadow:0 16px 48px #3cb8501f;position:relative;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.cutout-inner{width:160%;height:160%;object-fit:contain;position:relative;z-index:1}.info-badge{position:absolute;background:#fff;padding:.5rem .9rem;border-radius:12px;box-shadow:0 6px 20px #0000000f;display:flex;flex-direction:column;align-items:center;gap:.1rem;animation:fadeIn .6s ease-out}.badge-top{top:8%;right:0%}.badge-bottom{bottom:12%;left:0%}.badge-value{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a}.badge-label{font-size:.6rem;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:500}@media (max-width: 1024px){.hero-title{font-size:1.9rem}.product-cutout{width:280px;height:280px}.hero-image-wrapper{max-width:300px}}@media (max-width: 900px){.hero{padding:2rem 0 2.5rem}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-description{max-width:100%}.hero-buttons{justify-content:center}.hero-visual{order:-1}.hero-image-wrapper{max-width:300px}.product-cutout{width:260px;height:260px}.hero-title{font-size:1.8rem}.badge-top{top:5%;right:2%}.badge-bottom{bottom:8%;left:2%}}@media (max-width: 600px){.hero{padding:1.5rem 0 2rem}.hero-title{font-size:1.5rem}.hero-description{font-size:.82rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:220px;justify-content:center}.product-cutout{width:220px;height:220px}.hero-image-wrapper{max-width:260px}}@media (max-width: 480px){.hero-title{font-size:1.3rem}.hero-tag{font-size:.65rem}.btn-primary,.btn-secondary{font-size:.78rem;padding:.6rem 1.2rem}}.homepage{font-family:Poppins,sans-serif;color:#1a1a1a;line-height:1.6;overflow-x:hidden}.section-tag.light{color:#ffffffbf}.section-categories{padding:3.5rem 0;background:#fff}.section-categories .section-heading{margin-bottom:1.8rem}.categories-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.category-card{flex:0 0 140px;scroll-snap-align:start;border-radius:12px;overflow:hidden;transition:all .35s ease;box-shadow:0 2px 12px #0000000a;background:#fff}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.cat-image{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .4s ease}.cat-name{padding:.6rem .6rem .7rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;color:#1a1a1a;text-align:center}.section-banner{padding:3rem 0;background:#f8fdf8}.banner-split{display:grid;grid-template-columns:2fr 1fr;gap:1.2rem;min-height:340px}.banner-left{position:relative;border-radius:16px;overflow:hidden;min-height:340px;height:340px}.banner-left img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .4s ease}.banner-left:hover img{transform:scale(1.04)}.banner-left-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.banner-left-label{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;color:#fff;letter-spacing:2px;text-transform:uppercase}.banner-right{display:flex;flex-direction:column;gap:1.2rem;height:340px}.banner-right-block{position:relative;border-radius:16px;overflow:hidden;flex:1;min-height:0;height:calc(50% - .6rem)}.banner-right-block img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .4s ease}.banner-right-block:hover img{transform:scale(1.04)}.banner-block-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.2rem;background:linear-gradient(to top,rgba(0,0,0,.55),transparent)}.block-tag{font-family:Inter,sans-serif;font-size:.6rem;font-weight:600;color:#3cb850;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:.2rem}.block-title{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#fff;margin:0}.section-sellers{padding:3.5rem 0;background:#fff}.section-sellers .section-heading{margin-bottom:1.8rem}.sellers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.seller-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .35s ease;box-shadow:0 2px 16px #0000000a}.seller-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0000000f}.seller-image{aspect-ratio:1;overflow:hidden}.seller-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.seller-card:hover .seller-image img{transform:scale(1.06)}.seller-info{padding:1.2rem}.seller-name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.seller-name{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#1a1a1a;flex:1}.seller-rating{display:flex;gap:2px;margin-bottom:.8rem}.seller-price{font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;flex-shrink:0}.seller-btn{display:block;width:100%;padding:.4rem .8rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-size:.68rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-sizing:border-box;margin:0}.seller-btn:hover{background:#2d8a36;box-shadow:0 4px 14px #3cb85040}.section-features{padding:3.5rem 0;background:#f8fdf8}.features-card-wrap{background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 4px 28px #00000005}.features-card-wrap .section-heading{margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-item{text-align:center;padding:1.5rem .8rem;border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#f8fdf8;transform:translateY(-2px)}.feature-icon{margin-bottom:1rem;display:flex;justify-content:center}.feature-icon svg{width:36px;height:36px}.feature-item h3{font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:#1a1a1a;margin-bottom:.4rem}.feature-item p{font-size:.78rem;color:#888;line-height:1.5}.section-newsletter{padding:3.5rem 0;background:#fff}.newsletter-card{background:linear-gradient(135deg,#2d8a36,#3cb850);border-radius:16px;padding:3rem;display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;box-shadow:0 8px 36px #3cb8501f}.newsletter-text h2{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.3rem}.newsletter-text p{font-size:.82rem;color:#ffffffbf;line-height:1.5}.newsletter-form{display:flex;gap:.6rem}.newsletter-input{flex:1;padding:.75rem 1.2rem;border:none;border-radius:50px;font-size:.8rem;outline:none;font-family:Poppins,sans-serif;background:#fffffff2}.newsletter-btn{padding:.75rem 1.6rem;background:#fff;color:#3cb850;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-size:.8rem;font-family:Poppins,sans-serif}.newsletter-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000014}.newsletter-btn.subscribed{background:#fff;color:#2d8a36}@media (max-width: 1024px){.sellers-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.section-heading{font-size:1.35rem}}@media (max-width: 900px){.banner-split{grid-template-columns:1fr;min-height:auto}.banner-left{min-height:240px;height:240px}.banner-right{height:auto}.banner-right-block{height:180px}.newsletter-card{grid-template-columns:1fr;text-align:center;padding:2.5rem 2rem}.section-heading:after{margin:10px auto 0}}@media (max-width: 768px){.section-categories,.section-banner,.section-sellers,.section-features,.section-newsletter{padding:2.5rem 0}.section-heading{font-size:1.25rem}.features-card-wrap{padding:2rem 1.5rem}.newsletter-form{flex-direction:column}.newsletter-input,.newsletter-btn{width:100%}}@media (max-width: 600px){.sellers-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}.features-grid{grid-template-columns:1fr}.category-card{flex:0 0 120px}.banner-left{min-height:200px;height:200px}.banner-right-block{height:160px}}@media (max-width: 480px){.fahari-container{padding:0 16px}.section-heading{font-size:1.15rem}.section-tag{font-size:.62rem}.category-card{flex:0 0 110px}}.service-header{position:relative;width:100%;height:38vw;overflow:hidden}.service-banner{width:100%;height:100%;background-size:cover;background-position:center;transition:opacity 1s ease-in-out;opacity:1}@media (max-width: 900px){.service-header{height:55vw}}.service-display{margin-top:30px}.service-display h2{font-size:max(2vw,24px);font-weight:600}.service-display-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:30px;row-gap:50px}.service-item{width:90%;margin:auto;border-radius:5px;box-shadow:0 0 10px #00000015;transition:.3s;animation:fadeIn 1s;padding:15px;background-color:#fff}.service-item-image{width:100%;border-radius:5px}.service-item-info{padding:15px;text-align:center}.service-item-info h3{font-size:18px;font-weight:600;margin-bottom:10px}.service-item-description{color:#676767;font-size:14px}.formss{display:flex;justify-content:center;margin:20px 0}.inputss[type=text]{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:4px;width:300px}button{padding:10px 20px;font-size:16px;background-color:green;color:#fff;border:none;border-radius:4px;margin-left:10px;cursor:pointer}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:2rem auto;padding:2rem;font-family:Poppins,sans-serif;color:#333;line-height:1.6}.contact-info{background:linear-gradient(135deg,#f0f7f0,#f8fdf8);padding:2.5rem;border-radius:16px;box-shadow:0 8px 20px #3cb8501a;height:fit-content}.contact-info h2{font-size:1.8rem;font-weight:700;color:#2d8a36;margin-bottom:1.8rem;position:relative}.contact-info h2:after{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#3cb850,#2d8a36);margin-top:8px;border-radius:2px}.info-item{margin-bottom:1.5rem}.info-item strong{display:block;font-weight:600;color:#2d3748;margin-bottom:.4rem;font-size:1rem}.info-item p{color:#4b5563;font-size:.95rem}.social-links{margin-top:2.5rem}.social-links h3{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.social-links a{display:block;margin-bottom:.8rem;color:#3cb850;text-decoration:none;font-weight:500;transition:all .3s ease;border-radius:6px;padding:.5rem 0 .5rem .5rem}.social-links a:hover{color:#2d8a36;background-color:#3cb8501a;transform:translate(5px)}.contact-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 20px #00000014}.contact-form h2{font-size:1.8rem;font-weight:700;color:#2d3748;margin-bottom:1.8rem;position:relative}.contact-form h2:after{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#3cb850,#2d8a36);margin-top:8px;border-radius:2px}.input-box{margin-bottom:1.5rem}.input-box label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.field,.contact-form textarea{width:100%;padding:.9rem 1rem;border:1px solid #c8e6c9;border-radius:10px;font-size:.95rem;color:#374151;background:#fff;transition:all .2s ease;outline:none;font-family:inherit;box-sizing:border-box}.field:focus,.contact-form textarea:focus{border-color:#3cb850;box-shadow:0 0 0 2px #3cb8501a}.contact-form textarea{resize:vertical;min-height:120px}.btn{width:100%;background:linear-gradient(135deg,#3cb850,#2d8a36);color:#fff;border:none;padding:.9rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 5px 15px #3cb8504d;text-transform:uppercase;letter-spacing:.3px;font-family:inherit}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3cb85066;background:linear-gradient(135deg,#2d8a36,#3cb850)}.result{margin-top:1rem;padding:.8rem;border-radius:8px;text-align:center;font-weight:500;background-color:#48bb781a;color:#22543d;border:1px solid rgba(72,187,120,.3)}@media (max-width: 900px){.contact-container{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.contact-info,.contact-form{padding:2rem}}@media (max-width: 480px){.contact-container{padding:1rem}.contact-info,.contact-form{padding:1.5rem}.contact-info h2,.contact-form h2{font-size:1.6rem}.field,.contact-form textarea,.btn{padding:.8rem}}.about-us{font-family:Poppins,sans-serif;color:#1a1a1a;line-height:1.6;overflow-x:hidden}.about-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/addmain.png);background-size:cover;background-position:center;filter:brightness(.55)}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000080,#3cb85040)}.about-hero-content{position:relative;z-index:1;text-align:center;padding:4rem 24px;max-width:720px}.about-hero-content .section-tag{color:#fffc;margin-bottom:.6rem}.about-hero-content h1{font-family:Inter,sans-serif;font-size:2.6rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.about-hero-content p{font-size:.95rem;color:#ffffffbf;max-width:500px;margin:0 auto}.about-story{padding:3.5rem 0;background:#fff}.story-grid{display:flex;align-items:center;gap:3rem}.story-text{flex:1}.story-text .section-tag{text-align:left}.story-text .section-heading{text-align:left;margin-bottom:1.5rem}.story-text .section-heading:after{margin:10px 0 0}.story-text p{font-size:.88rem;color:#666;margin-bottom:1rem;line-height:1.8}.story-image{flex:1}.story-image img{width:100%;border-radius:16px;object-fit:cover;height:380px;box-shadow:0 4px 28px #0000000f}.about-values{padding:3.5rem 0;background:#f8fdf8}.values-card-wrap{background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 4px 28px #00000005}.values-card-wrap .section-heading{margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-item{text-align:center;padding:1.5rem .8rem;border-radius:12px;transition:all .3s ease}.value-item:hover{background:#f8fdf8;transform:translateY(-2px)}.value-icon{margin-bottom:1rem;display:flex;justify-content:center}.value-icon svg{width:36px;height:36px}.value-item h3{font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;color:#1a1a1a;margin-bottom:.4rem}.value-item p{font-size:.78rem;color:#888;line-height:1.5}.about-visit{padding:3.5rem 0;background:#f8fdf8}.visit-card{background:linear-gradient(135deg,#2d8a36,#3cb850);border-radius:16px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;box-shadow:0 8px 36px #3cb8501f}.visit-text .section-tag{text-align:left;margin-bottom:.4rem}.visit-text h2{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.visit-details{display:flex;flex-direction:column;gap:.4rem}.visit-details p{font-size:.82rem;color:#ffffffd9;line-height:1.6}.visit-details strong{color:#fff;font-weight:600}.visit-image img{width:100%;border-radius:12px;object-fit:cover;height:260px;box-shadow:0 4px 20px #00000014}@media (max-width: 1024px){.about-hero-content h1{font-size:2.2rem}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.story-grid{flex-direction:column;gap:2rem}.visit-card{grid-template-columns:1fr;text-align:center;padding:2.5rem 2rem}.visit-text .section-tag{text-align:center}.visit-details{align-items:center}.story-text .section-tag,.story-text .section-heading{text-align:center}.story-text .section-heading:after{margin:10px auto 0}}@media (max-width: 768px){.about-hero-content h1{font-size:1.8rem}.about-hero{min-height:340px}.about-story,.about-values,.about-team,.about-visit{padding:2.5rem 0}.values-card-wrap{padding:2rem 1.5rem}.story-image img{height:260px}.visit-image img{height:200px}.about-hero-content{padding:3rem 20px}}@media (max-width: 600px){.values-grid{grid-template-columns:1fr}.visit-card{padding:2rem 1.5rem}}@media (max-width: 480px){.fahari-container{padding:0 16px}.about-hero-content h1{font-size:1.5rem}.about-hero-content p{font-size:.82rem}.visit-text h2{font-size:1.2rem}}.shop-page{font-family:Poppins,sans-serif;color:#1a1a1a;line-height:1.6;overflow-x:hidden}.fahari-container{max-width:1200px;margin:0 auto;padding:0 24px}.section-tag{font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;color:#3cb850;text-transform:uppercase;letter-spacing:2.5px;display:block;text-align:center;margin-bottom:.3rem}.section-heading{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:0;position:relative;text-align:center}.section-heading:after{content:"";display:block;width:32px;height:2.5px;background:#3cb850;margin:10px auto 0;border-radius:2px}.shop-banner{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden}.shop-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/addmain.png);background-size:cover;background-position:center 30%;filter:brightness(.5)}.shop-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000073,#3cb85033)}.shop-banner-content{position:relative;z-index:1;text-align:center;padding:3rem 24px;max-width:640px}.shop-banner-content .section-tag{color:#fffc;margin-bottom:.5rem}.shop-banner-content h1{font-family:Inter,sans-serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:.8rem;line-height:1.2}.shop-banner-content p{font-size:.92rem;color:#ffffffb3;max-width:460px;margin:0 auto}.shop-categories{padding:3rem 0;background:#fff}.shop-categories .section-heading{margin-bottom:1.6rem}.shop-categories .categories-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.shop-categories .category-card{flex:0 0 130px;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 12px #0000000a;background:#fff;cursor:pointer;border:2px solid transparent}.shop-categories .category-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}.shop-categories .category-card.active-cat{border-color:#3cb850;box-shadow:0 4px 16px #3cb85026}.cat-image-wrap{overflow:hidden}.shop-categories .cat-image{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .4s ease}.category-card:hover .cat-image{transform:scale(1.05)}.shop-categories .cat-name{padding:.5rem .5rem .6rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;color:#1a1a1a;text-align:center}.shop-products{padding:2rem 0 4rem;background:#f8fdf8}.shop-products-header{text-align:center;margin-bottom:2rem}.shop-results-count{font-size:.78rem;color:#999;margin-top:.2rem}.shop-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.shop-product-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .35s ease;box-shadow:0 2px 16px #0000000a;cursor:pointer}.shop-product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0000000f}.shop-product-image{position:relative;aspect-ratio:1;overflow:hidden;background:#f8fdf8}.shop-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.shop-product-card:hover .shop-product-image img{transform:scale(1.06)}.shop-product-badge{position:absolute;top:8px;right:8px;background:#3cb850;color:#fff;font-size:.62rem;font-weight:600;padding:3px 8px;border-radius:20px}.shop-product-info{padding:1rem}.shop-product-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.3rem}.shop-product-name{font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;color:#1a1a1a;flex:1;line-height:1.3}.shop-product-price{font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;flex-shrink:0;white-space:nowrap}.shop-product-rating{display:flex;align-items:center;gap:4px;margin-bottom:.5rem}.shop-product-reviews{font-size:.65rem;color:#bbb}.shop-product-desc{font-size:.72rem;color:#888;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.8rem}.shop-product-actions{display:flex;gap:.5rem}.shop-add-btn{flex:1;padding:.4rem .6rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-size:.65rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.shop-add-btn:hover{background:#2d8a36;box-shadow:0 4px 14px #3cb85040}.shop-view-btn{flex:1;padding:.4rem .6rem;background:#fff;color:#3cb850;border:1px solid #3cb850;border-radius:50px;font-size:.65rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.shop-view-btn:hover{background:#f0f7f0}.shop-qty-controls{display:flex;align-items:center;gap:0;background:#f0f7f0;border-radius:50px;overflow:hidden;flex:1}.shop-qty-controls button{width:30px;height:30px;border:none;background:transparent;color:#3cb850;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;font-family:Poppins,sans-serif}.shop-qty-controls button:hover{background:#dcefdc}.shop-qty-controls span{min-width:24px;text-align:center;font-size:.78rem;font-weight:600;color:#1a1a1a}.shop-search-wrap{max-width:400px;margin:1.2rem auto 0}.shop-search-input{width:100%;padding:.65rem 1rem .65rem 2.6rem;border:1.5px solid #e0e0e0;border-radius:50px;font-size:.8rem;font-family:Poppins,sans-serif;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") 14px center no-repeat;transition:all .2s;outline:none;box-sizing:border-box}.shop-search-input:focus{border-color:#3cb850;box-shadow:0 0 0 3px #3cb85014}.shop-search-input::placeholder{color:#bbb}.shop-no-products{text-align:center;padding:3rem;color:#999;font-size:.88rem}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.popup-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:popupFade .25s ease;box-shadow:0 24px 64px #00000026}@keyframes popupFade{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-close{position:absolute;top:12px;right:16px;background:#0000000f;border:none;font-size:1.6rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;z-index:10;line-height:1}.popup-close:hover{background:#0000001f;color:#1a1a1a}.popup-inner{display:grid;grid-template-columns:1fr 1fr}.popup-image{overflow:hidden;border-radius:20px 0 0 20px}.popup-image img{width:100%;height:100%;object-fit:cover;display:block}.popup-details{padding:2rem;display:flex;flex-direction:column;gap:.6rem}.popup-category{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;color:#3cb850;text-transform:uppercase;letter-spacing:1.5px}.popup-title{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#1a1a1a;line-height:1.3}.popup-rating-row{display:flex;align-items:center;gap:6px}.popup-stars{display:flex;gap:2px}.popup-reviews{font-size:.72rem;color:#999}.popup-description{font-size:.82rem;color:#666;line-height:1.7}.popup-price{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;color:#1a1a1a}.popup-divider{height:1px;background:#eee;margin:.2rem 0}.popup-cart-section{display:flex;flex-direction:column;gap:.6rem}.popup-qty-label{font-size:.75rem;font-weight:600;color:#666;margin:0}.popup-qty-row{display:flex;gap:.8rem;align-items:center}.popup-qty-controls{display:flex;align-items:center;gap:0;background:#f0f7f0;border-radius:50px;overflow:hidden}.popup-qty-controls button{width:36px;height:36px;border:none;background:transparent;color:#3cb850;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;font-family:Poppins,sans-serif}.popup-qty-controls button:hover{background:#dcefdc}.popup-qty-controls span{min-width:32px;text-align:center;font-size:.9rem;font-weight:600;color:#1a1a1a}.popup-add-cart-btn{flex:1;padding:.6rem 1rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.popup-add-cart-btn:hover{background:#2d8a36;box-shadow:0 4px 14px #3cb85040}.popup-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:.6rem 1rem;background:#25d366;color:#fff;border:none;border-radius:50px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.popup-whatsapp-btn:hover{background:#1da851;box-shadow:0 4px 14px #25d3664d}.popup-review{margin-top:auto;padding-top:.4rem}.popup-review-btn{background:none;border:1px solid #ddd;border-radius:50px;padding:.4rem 1rem;font-size:.7rem;font-weight:500;color:#888;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif;width:100%}.popup-review-btn:hover{border-color:#3cb850;color:#3cb850;background:#f8fdf8}.popup-review-stars{display:flex;align-items:center;gap:4px;justify-content:center;padding:.6rem 0 .2rem}.popup-review-stars svg{cursor:pointer;transition:transform .15s ease;width:22px;height:22px}.popup-review-stars svg:hover{transform:scale(1.2)}.popup-review-thanks{text-align:center;font-size:.72rem;color:#3cb850;font-weight:600;padding:.4rem 0 0}.popup-review-form{display:flex;flex-direction:column;align-items:center;gap:.5rem}.popup-review-msg{font-size:.7rem;color:#e74c3c;text-align:center}.popup-review-submit{padding:.4rem 1.2rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif}.popup-review-submit:hover{background:#2d8a36}.shop-cart-bar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:.7rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 32px #0003;z-index:100;font-size:.82rem;white-space:nowrap}.shop-cart-bar-btn{padding:.4rem 1rem;background:#3cb850;color:#fff;border:none;border-radius:50px;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .2s;font-family:Poppins,sans-serif}.shop-cart-bar-btn:hover{background:#2d8a36}@media (max-width: 1024px){.shop-products-grid{grid-template-columns:repeat(3,1fr)}.shop-banner-content h1{font-size:2rem}.popup-inner{grid-template-columns:1fr}.popup-image{border-radius:20px 20px 0 0;max-height:280px}}@media (max-width: 900px){.shop-banner{min-height:300px}.shop-banner-content h1{font-size:1.8rem}}@media (max-width: 768px){.shop-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.shop-categories .category-card{flex:0 0 110px}.shop-banner-content h1{font-size:1.5rem}.shop-categories,.shop-products{padding:2rem 0}.popup-details{padding:1.5rem}.popup-title{font-size:1.1rem}.popup-price{font-size:1.2rem}}@media (max-width: 600px){.shop-product-actions{flex-direction:column}.shop-cart-bar{font-size:.72rem;padding:.6rem 1rem;gap:.6rem}.popup-qty-row{flex-direction:column}}@media (max-width: 480px){.shop-products-grid{grid-template-columns:1fr;gap:1rem}.shop-product-image{aspect-ratio:1}.shop-product-info{padding:.7rem}.shop-product-name,.shop-product-price{font-size:.78rem}.shop-product-desc{display:block;font-size:.7rem;-webkit-line-clamp:1}.shop-banner-content h1{font-size:1.3rem}.shop-banner-content p{font-size:.8rem}.shop-categories .category-card{flex:0 0 95px}.shop-categories .cat-name{font-size:.62rem;padding:.35rem .35rem .45rem}}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}body{min-height:100vh;background:#fff}a{text-decoration:none;color:inherit}.app{width:98%;margin:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
