@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=Quicksand:wght@300;400;500;600;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 #ff6b9d;font-family:Inter,sans-serif}.logo{width:90px;height:auto;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.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:#1e293b;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;transition:all .3s ease;font-family:Poppins,sans-serif}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b9d,#c44569);transition:width .3s ease}.nav-link:hover{color:#ff6b9d}.nav-link:hover:after{width:100%}.navbar-cart-icon{position:relative;cursor:pointer}.carticon{width:28px;height:28px;transition:transform .3s ease}.carticon:hover{transform:scale(1.1)}.cart-items-count{position:absolute;min-width:18px;min-height:18px;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:50%;top:-6px;right:-8px;font-size:.7rem;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:600;box-shadow:0 2px 4px #ff6b9d4d}.navbar-signin-btn{background:linear-gradient(135deg,#ff6b9d,#c44569);font-size:.85rem;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;box-shadow:0 3px 8px #ff6b9d4d}.navbar-signin-btn:hover{transform:translateY(-2px);box-shadow:0 5px 12px #ff6b9d66}.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:#f8fafc}.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:#f8fafc}.dropdown-icon{width:24px;height:24px}.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:#1e293b;font-size:.9rem;font-weight:500;padding:.6rem .8rem;border-radius:6px;transition:all .2s ease;font-family:Poppins,sans-serif}.dropdown-link:hover{background-color:#f8fafc;color:#ff6b9d}@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{width:80px}.carticon{width:24px;height:24px}.navbar-signin-btn{padding:.5rem 1rem;font-size:.8rem}.cart-items-count{min-width:16px;min-height:16px;font-size:.65rem;top:-5px;right:-6px}}@media (max-width: 480px){.navbar{padding:.6rem 1rem}.logo{width:70px}.navbar-right{gap:1rem}.carticon{width:22px;height:22px}.navbar-signin-btn{padding:.4rem .8rem;font-size:.75rem}.dropdown-icon{width:20px;height:20px}.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:Quicksand,sans-serif;color:#333;line-height:1.6;padding:2rem 0;max-width:1200px;margin:0 auto}.cart-items{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 20px #0000000f;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-weight:600;color:#2d3748}.cart-items-title p{margin:0}.cart-items-item{padding:1rem 0}.cart-items-item img{width:80px;height:80px;object-fit:cover;border-radius:12px}.cross{cursor:pointer;color:#c44569;font-weight:700;transition:all .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f8fafc}.cross:hover{background:#ff6b9d;color:#fff;transform:scale(1.1)}hr{border:0;height:1px;background:#e2e8f0;margin:.5rem 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 8px 20px #0000000f}.cart-total h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;position:relative}.cart-total h2:after{content:"";display:block;width:40px;height:3px;background:linear-gradient(45deg,#ff6b9d,#c44569);margin-top:8px;border-radius:2px}.cart-total-details{display:flex;justify-content:space-between;margin-bottom:.8rem}.cart-total-details b{color:#c44569;font-size:1.1rem}.cart-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.cart-buttons button{padding:.8rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.whatsapp-button{background:linear-gradient(45deg,#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 15px #25d3664d}.disabled-button{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.cart-promocode{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 20px #0000000f}.cart-promocode p{color:#718096;margin-bottom:1rem}.cart-promocode-input{display:flex;gap:.5rem}.cart-promocode-input input{flex:1;padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;outline:none;transition:all .3s ease}.cart-promocode-input input:focus{border-color:#ff6b9d;box-shadow:0 0 0 3px #ff6b9d1a}.cart-promocode-input button{padding:.8rem 1.2rem;background:linear-gradient(45deg,#ff6b9d,#c44569);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cart-promocode-input button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ff6b9d4d}@media (max-width: 768px){.cart{padding:1rem}.cart-items-title{grid-template-columns:.5fr 1.5fr 1fr .8fr .8fr .5fr;gap:.5rem;font-size:.8rem}.cart-items-item img{width:60px;height:60px}.cart-bottom{grid-template-columns:1fr}}@media (max-width: 480px){.cart-items-title{grid-template-columns:.5fr 1fr .8fr .6fr .8fr .5fr;font-size:.7rem;gap:.3rem}.cart-items-item img{width:50px;height:50px}.cart-total-details{flex-direction:column;gap:.3rem}.cart-promocode-input{flex-direction:column}}.footer{background-color:#2c2c2c;color:#fff;padding:40px 0 20px;border-top:3px solid #ffb6c1;font-family:Arial,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{width:150px;margin-bottom:15px}.footer-content-left p{line-height:1.6;margin-bottom:20px;color:#ccc}.footer-social-icons{display:flex;gap:15px}.footer-social-icons img{width:30px;height:30px;transition:transform .3s ease;filter:brightness(0) invert(1)}.footer-social-icons img:hover{transform:scale(1.1);filter:brightness(0) invert(.8) sepia(1) saturate(5) hue-rotate(300deg)}.footer-content-center h2,.footer-content-right h2{color:#ffb6c1;margin-bottom:20px;font-size:18px;position:relative;padding-bottom:10px}.footer-content-center h2:after,.footer-content-right h2:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background-color:#ffb6c1}.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:#ccc;text-decoration:none;transition:color .3s ease}.footer-content-center a:hover{color:#ffb6c1}.footer-content-right li{display:flex;align-items:center;margin-bottom:15px;color:#ccc}.icon-media{width:20px;height:20px;margin-right:10px;filter:brightness(0) invert(1)}.footer hr{border:0;height:1px;background:#555;margin:30px auto 20px;max-width:1200px}.footer-copyright{text-align:center;color:#ccc;font-size:14px;padding:0 20px}.developer-credit{display:block;margin-top:10px;font-weight:700;color:#ffb6c1}.developer-credit a{color:#ffb6c1;text-decoration:none;transition:color .3s ease}.developer-credit a:hover{color:#ff4081;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:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-popup-container{width:90%;max-width:380px;background:linear-gradient(135deg,#fdf2f8,#fce7f3);border-radius:12px;box-shadow:0 5px 15px #ec489933;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,#ec4899,#f472b6,#f9a8d4)}.login-popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom:1px solid rgba(244,114,182,.2)}.login-popup-title h2{font-size:1.3rem;font-weight:700;color:#be185d;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 #f9a8d4;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:#ec4899;box-shadow:0 0 0 2px #ec48991a}.login-popup-inputs input::placeholder{color:#9ca3af;font-size:.8rem}.login-popup-container button[type=submit]{width:100%;background:linear-gradient(135deg,#ec4899,#f472b6);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 #ec48994d;margin-bottom:1rem;font-family:inherit}.login-popup-container button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 5px 12px #ec489966;background:linear-gradient(135deg,#db2777,#ec4899)}.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:#ec4899;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:#ec4899;font-weight:700;cursor:pointer;transition:color .2s ease;padding:2px 4px;border-radius:4px;background-color:#ec48991a}.highlight-link.accent{color:#be185d;background-color:#be185d26}.highlight-link:hover{color:#be185d;text-decoration:underline;background-color:#ec489933}@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,#ff6b9d,#c44569,#ff6b9d);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:#ff6b9d;transform:scale(1.05);box-shadow:0 4px 10px #ff6b9d33}.productdisplay-img-list img.active-thumb{border-color:#ff6b9d;box-shadow:0 0 0 2px #ff6b9d4d}.productdisplay-img{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf7f7,#fef5f5);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="%23ff6b9d20" 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:1rem 0}.productdisplay .add-to-cart-btn{all:unset;flex:1;background:linear-gradient(135deg,#ff6b9d,#c44569);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 #ff6b9d4d;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 #ff6b9d66}.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:#ff6b9d1a}.quantity-input{width:50px;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:#ff6b9d;box-shadow:0 0 0 2px #ff6b9d1a}.descript{margin-top:1.2rem;padding:1rem;background:#faf7f7;border-radius:10px;border-left:4px solid #ff6b9d}.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:#ff6b9d;font-size:1.2rem;font-weight:700}.product-category-badge{display:inline-block;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;margin-bottom:.8rem;box-shadow:0 2px 4px #ff6b9d4d}@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}}@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:45px;font-size:.85rem;padding:.3rem}.productdisplay-img-list img{width:55px;height:55px}}.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,#fdf2f8,#fce7f3);border-radius:16px;box-shadow:0 10px 25px #ec48991a;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,#ec4899,#f472b6,#f9a8d4)}.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(244,114,182,.2)}.forgot-password-popup-title h2{font-size:1.3rem;font-weight:700;color:#be185d;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 #f9a8d4;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:#ec4899;box-shadow:0 0 0 2px #ec48991a}.forgot-password-popup-inputs input::placeholder{color:#9ca3af}.forgot-password-popup-container button[type=submit]{width:100%;background:linear-gradient(135deg,#ec4899,#f472b6);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 #ec48994d;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 #ec489966;background:linear-gradient(135deg,#db2777,#ec4899)}.forgot-password-popup-container button[type=submit]:active{transform:translateY(0);box-shadow:0 4px 12px #ec48994d}.forgot-password-close{text-align:center;color:#ec4899;font-weight:500;cursor:pointer;margin:0;transition:color .2s ease}.forgot-password-close:hover{color:#be185d;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,#fdf2f8,#fce7f3);border-radius:20px;box-shadow:0 20px 40px #ec489933;padding:2rem;width:90%;max-width:400px;position:relative;border:2px solid rgba(244,114,182,.2);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,#ec4899,#f472b6,#f9a8d4);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(244,114,182,.1)}.enter-code-popup-title h2{color:#be185d;font-size:1.4rem;font-weight:600;margin:0;position:relative}.enter-code-popup-title h2:after{content:"🔐";margin-left:.5rem}.enter-code-popup-title img{width:20px;height:20px;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%;background:#f472b61a}.enter-code-popup-title img:hover{transform:rotate(90deg);background:#f472b633}.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 #f9a8d4;border-radius:12px;font-size:1rem;color:#374151;background:#fefcfd;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:#ec4899;background:#fff;box-shadow:0 0 0 3px #ec48991a;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,#ec4899,#f472b6);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 #ec48994d;text-transform:uppercase;letter-spacing:.5px;font-family:inherit}.enter-code-popup-container button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #ec489966;background:linear-gradient(135deg,#db2777,#ec4899)}.enter-code-popup-container button:active{transform:translateY(0);box-shadow:0 6px 15px #ec48994d}@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,#fdf2f8,#fce7f3);border-radius:12px;box-shadow:0 5px 15px #ec489933;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,#ec4899,#f472b6,#f9a8d4)}.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(244,114,182,.2)}.password-reset-popup-title h2{font-size:1.3rem;font-weight:700;color:#be185d;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 #f9a8d4;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:#ec4899;box-shadow:0 0 0 2px #ec48991a}.password-reset-popup-inputs input::placeholder{color:#9ca3af;font-size:.8rem}.password-reset-popup-container button[type=submit]{width:100%;background:linear-gradient(135deg,#ec4899,#f472b6);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 #ec48994d;margin-bottom:1rem;font-family:inherit}.password-reset-popup-container button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 5px 12px #ec489966;background:linear-gradient(135deg,#db2777,#ec4899)}@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}}.header{position:relative;overflow:hidden;height:38vw;width:100%}.carousel{width:100%;height:100%;position:relative}.fallback-image{width:100%;height:100%;object-fit:cover}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;z-index:0;display:flex;align-items:center}.slide.active{opacity:1;z-index:1}.slide-content{position:relative;color:#fff;padding:2vw;max-width:50%;margin-left:6vw;text-shadow:2px 2px 4px rgba(0,0,0,.5);z-index:2}.slide-content h2{font-weight:700;font-size:3.5vw;margin-bottom:1.5vw;line-height:1.2}.slide-content p{font-size:1.5vw;margin-bottom:2vw;line-height:1.4}.header-buttons{display:flex;gap:1.5vw}.explore-btn,.learn-more-btn{border:none;font-weight:600;padding:1vw 2.3vw;font-size:1.2vw;border-radius:50px;cursor:pointer;transition:all .3s ease}.explore-btn{background-color:#ff6b9d;color:#fff}.explore-btn:hover{background-color:#e55a8a;transform:translateY(-3px);box-shadow:0 5px 15px #ff6b9d66}.learn-more-btn{background-color:transparent;color:#fff;border:2px solid white}.learn-more-btn:hover{background-color:#fff;color:#333;transform:translateY(-3px);box-shadow:0 5px 15px #fff6}.slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0009,#0003);z-index:1}@media (max-width: 900px){.header{height:55vw}.slide-content{max-width:80%;margin-left:5vw}.slide-content h2{font-size:4.5vw}.slide-content p{font-size:2.5vw}.explore-btn,.learn-more-btn{padding:1.5vw 3vw;font-size:2vw}}@media (max-width: 600px){.header{height:70vw}.slide-content{max-width:90%;text-align:center;margin:0 auto}.slide-content h2{font-size:6vw}.slide-content p{font-size:3.5vw}.header-buttons{justify-content:center;flex-wrap:wrap}.explore-btn,.learn-more-btn{padding:2vw 4vw;font-size:3vw}}.homepage{font-family:Quicksand,sans-serif;color:#333;line-height:1.6}.homepage .container{max-width:1200px;margin:0 auto;padding:0 20px}.homepage .section-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:1rem;color:#2d3748;position:relative}.homepage .section-title:after{content:"";display:block;width:50px;height:3px;background:linear-gradient(45deg,#ff6b9d,#c44569);margin:8px auto;border-radius:2px}.homepage .section-subtitle{text-align:center;font-size:.95rem;color:#718096;margin-bottom:2.5rem}.homepage .featured-section{padding:3rem 0;background:linear-gradient(135deg,#fdf7f0,#fef5f5)}.homepage .featured-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;height:320px}.homepage .featured-item{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.homepage .featured-item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.homepage .featured-item.large{height:100%}.homepage .split-container{display:flex;flex-direction:column;gap:1.2rem}.homepage .split-item{position:relative;overflow:hidden;border-radius:12px;flex:1;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.homepage .split-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.homepage .featured-item img,.homepage .split-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.homepage .featured-item:hover img,.homepage .split-item:hover img{transform:scale(1.04)}.homepage .featured-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1.5rem;text-align:left}.homepage .featured-overlay h3{font-size:1.4rem;font-weight:600;margin-bottom:.4rem}.homepage .featured-overlay h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.homepage .featured-overlay p{font-size:.9rem;opacity:.9}.homepage .popular-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#edf2f7)}.homepage .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem}.homepage .product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0000000f;transition:all .3s ease;position:relative;max-width:100%}.homepage .product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001f}.homepage .product-image{position:relative;height:220px;overflow:hidden}.homepage .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.homepage .product-card:hover .product-image img{transform:scale(1.05)}.homepage .product-badge{position:absolute;top:12px;left:12px;background:linear-gradient(45deg,#ff6b9d,#c44569);color:#fff;padding:.25rem .7rem;border-radius:12px;font-size:.75rem;font-weight:500}.homepage .product-info{padding:1.2rem}.homepage .product-name{font-size:1rem;font-weight:600;margin-bottom:.4rem;color:#2d3748;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage .product-price{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.homepage .current-price{font-size:1.1rem;font-weight:700;color:#c44569}.homepage .original-price{font-size:.9rem;color:#a0aec0;text-decoration:line-through}.homepage .shop-now-product-btn{width:100%;padding:.7rem;background:linear-gradient(45deg,#ff6b9d,#c44569);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.homepage .shop-now-product-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ff6b9d4d}.homepage .banner-section{padding:4rem 0;background:#fff}.homepage .banner-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.homepage .banner-text h2{font-size:2.2rem;font-weight:600;margin-bottom:1rem;color:#2d3748;line-height:1.2}.homepage .banner-text p{font-size:1rem;color:#718096;margin-bottom:1.8rem;line-height:1.6}.homepage .banner-btn{background:linear-gradient(45deg,#ff6b9d,#c44569);color:#fff;padding:.8rem 1.8rem;border:none;border-radius:40px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #ff6b9d40}.homepage .banner-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ff6b9d59}.homepage .banner-image{text-align:center}.homepage .banner-image img{max-width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.homepage .features-section{padding:4rem 0;background:#fff}.homepage .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.8rem}.homepage .feature-item{text-align:center;padding:1.8rem;border-radius:12px;transition:all .3s ease}.homepage .feature-item:hover{background:#f8fafc;transform:translateY(-4px)}.homepage .feature-icon{font-size:2.5rem;margin-bottom:.8rem}.homepage .feature-item h3{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:#2d3748}.homepage .feature-item p{color:#718096;line-height:1.6;font-size:.9rem}.homepage .newsletter-section{padding:3.5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.homepage .newsletter-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.homepage .newsletter-text h2{font-size:1.8rem;font-weight:600;margin-bottom:.8rem}.homepage .newsletter-text p{font-size:1rem;opacity:.9;line-height:1.6}.homepage .newsletter-form{display:flex;gap:.8rem}.homepage .newsletter-input{flex:1;padding:.8rem 1.2rem;border:none;border-radius:40px;font-size:.9rem;outline:none}.homepage .newsletter-btn{padding:.8rem 1.8rem;background:#fff;color:#667eea;border:none;border-radius:40px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-size:.9rem}.homepage .newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.homepage .newsletter-btn.subscribed{background:#48bb78;color:#fff}@media (max-width: 1200px){.homepage .products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.homepage .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.homepage .featured-grid{grid-template-columns:1fr;height:auto;gap:.8rem}.homepage .featured-item.large,.homepage .split-item{height:180px}.homepage .products-grid{grid-template-columns:repeat(2,1fr)}.homepage .banner-content{grid-template-columns:1fr;gap:2rem;text-align:center}.homepage .newsletter-content{grid-template-columns:1fr;gap:1.8rem;text-align:center}.homepage .newsletter-form{flex-direction:column}.homepage .section-title{font-size:1.7rem}.homepage .featured-overlay{padding:1rem}.homepage .featured-overlay h3{font-size:1.2rem}}@media (max-width: 600px){.homepage .products-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}}@media (max-width: 480px){.homepage .container{padding:0 15px}.homepage .features-grid{grid-template-columns:1fr}.homepage .section-title{font-size:1.6rem}.homepage .newsletter-form{flex-direction:column}.homepage .newsletter-input,.homepage .newsletter-btn{width:100%}.homepage .product-image{height:200px}}.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:Quicksand,sans-serif;color:#333;line-height:1.6}.contact-info{background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:2.5rem;border-radius:16px;box-shadow:0 8px 20px #ec48991a;height:fit-content}.contact-info h2{font-size:1.8rem;font-weight:700;color:#be185d;margin-bottom:1.8rem;position:relative}.contact-info h2:after{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#ec4899,#f472b6);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:#ec4899;text-decoration:none;font-weight:500;transition:all .3s ease;border-radius:6px;padding:.5rem 0 .5rem .5rem}.social-links a:hover{color:#be185d;background-color:#ec48991a;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,#ec4899,#f472b6);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 #f9a8d4;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:#ec4899;box-shadow:0 0 0 2px #ec48991a}.contact-form textarea{resize:vertical;min-height:120px}.btn{width:100%;background:linear-gradient(135deg,#ec4899,#f472b6);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 #ec48994d;text-transform:uppercase;letter-spacing:.3px;font-family:inherit}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ec489966;background:linear-gradient(135deg,#db2777,#ec4899)}.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:Inter,sans-serif;color:#1a202c;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.about-hero{display:flex;align-items:center;min-height:500px;background:linear-gradient(135deg,#fdf7f0,#fef5f5);padding:2rem}.hero-content{flex:1;padding:2rem}.hero-content h1{font-family:Poppins,sans-serif;font-size:3rem;font-weight:700;color:#2d3748;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b9d,#c44569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.2rem;color:#718096;margin-bottom:2rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;max-height:400px;object-fit:contain}.our-story{padding:5rem 0;background:#fff}.story-content{display:flex;align-items:center;gap:4rem}.story-text{flex:1}.story-text h2{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;position:relative}.story-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#ff6b9d,#c44569);border-radius:2px}.story-text p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.8}.story-image{flex:1}.story-image img{width:100%}.what-we-offer{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#edf2f7)}.what-we-offer h2{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;text-align:center;color:#2d3748;margin-bottom:3rem;position:relative}.what-we-offer h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(45deg,#ff6b9d,#c44569);border-radius:2px}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.offering-item{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease}.offering-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.offering-image{margin-bottom:1.5rem}.offering-image img{width:120px;height:120px;object-fit:contain;border-radius:12px;padding:1rem;background:#f8fafc;box-shadow:0 5px 15px #0000001a}.offering-item h3{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.offering-item p{color:#718096;font-size:.95rem}.why-choose-us{padding:5rem 0;background:#fff}.why-content{display:flex;align-items:center;gap:4rem}.why-image{flex:1}.why-image img{width:100%}.why-text{flex:1}.why-text h2{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;color:#2d3748;margin-bottom:2rem;position:relative}.why-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#ff6b9d,#c44569);border-radius:2px}.reasons-list{display:flex;flex-direction:column;gap:1.5rem}.reason{padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #ff6b9d}.reason h4{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.reason p{color:#4a5568;font-size:.95rem}.our-promise{padding:5rem 0;background:linear-gradient(135deg,#fdf7f0,#fef5f5)}.our-promise h2{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;text-align:center;color:#2d3748;margin-bottom:3rem;position:relative}.our-promise h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(45deg,#ff6b9d,#c44569);border-radius:2px}.promise-content{display:flex;align-items:center;gap:4rem}.promise-text{flex:1}.promise-text p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.8}.promise-image{flex:1}.promise-image img{width:100%}.visit-us{padding:5rem 0;background:#fff}.visit-content{display:flex;align-items:center;gap:4rem}.visit-info{flex:1}.visit-info h2{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;position:relative}.visit-info h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#ff6b9d,#c44569);border-radius:2px}.visit-info p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.8}.store-info{background:#f8fafc;padding:2rem;border-radius:15px;border-left:4px solid #ff6b9d}.store-info h4{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.store-info p{color:#4a5568;margin-bottom:.5rem;font-size:1rem}.visit-image{flex:1}.visit-image img{width:100%}@media (max-width: 1024px){.hero-content h1{font-size:2.5rem}.story-content,.why-content,.promise-content,.visit-content{gap:3rem}}@media (max-width: 768px){.about-hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero-content{padding:1rem}.hero-content h1{font-size:2rem}.story-content,.why-content,.promise-content,.visit-content{flex-direction:column;gap:2rem}.what-we-offer h2,.our-promise h2{font-size:2rem}.offerings-grid{grid-template-columns:1fr}.offering-item{padding:1.5rem}.offering-image img{width:100px;height:100px}}@media (max-width: 480px){.container{padding:0 15px}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.story-text h2,.why-text h2,.visit-info h2,.what-we-offer h2,.our-promise h2{font-size:1.8rem}.offering-item{padding:1.2rem}.offering-image img{width:80px;height:80px;padding:.8rem}.reason,.store-info{padding:1.2rem}}.shop-page *{box-sizing:border-box}.shop-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a202c;padding:1.5rem;max-width:1400px;margin:0 auto;background:#faf7f7;min-height:100vh}.shop-header{text-align:center;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:16px;color:#fff;position:relative;overflow:hidden}.shop-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shop-header>*{position:relative;z-index:1}.shop-header h1{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.shop-header .explore-menu-text{font-size:.95rem;opacity:.95;max-width:500px;margin:0 auto;line-height:1.5}.shop-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap;background:#fff;padding:1.2rem;border-radius:12px;box-shadow:0 2px 12px #0000000d}.search-bar{position:relative;flex:1;max-width:400px}.search-bar input{width:100%;padding:.8rem 1rem .8rem 2.8rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-weight:500;background:#f8fafc;transition:all .2s ease}.search-bar input:focus{outline:none;border-color:#ff6b9d;background:#fff;box-shadow:0 0 0 3px #ff6b9d1a}.search-bar input::placeholder{color:#94a3b8;font-size:.9rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem}.view-toggle{display:flex;gap:.4rem;background:#f8fafc;padding:.3rem;border-radius:8px}.shop-view-toggle-btn{all:unset;background:transparent;border:none;padding:.6rem .8rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#64748b;transition:all .2s ease}.shop-view-toggle-btn:hover{background:#ff6b9d1a;color:#ff6b9d}.shop-view-toggle-btn.active{background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;box-shadow:0 2px 8px #ff6b9d4d}.shop-content{display:grid;grid-template-columns:220px 1fr;gap:2rem;align-items:start}.categories-sidebar{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f;position:sticky;top:1.5rem;border:1px solid #f1f1f1}.sidebar-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.sidebar-header svg{color:#ff6b9d;font-size:1.1rem}.sidebar-header h3{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.categories-list{display:flex;flex-direction:column;gap:.3rem}.category-item{padding:.8rem 1rem;border-radius:10px;cursor:pointer;transition:all .2s ease;font-weight:500;color:#475569;border:1px solid transparent;font-size:.9rem}.category-item:hover{background:#ff6b9d14;color:#ff6b9d;transform:translate(3px);border-color:#ff6b9d33}.category-item.active{background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;box-shadow:0 4px 12px #ff6b9d4d;transform:translate(5px)}.products-container{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f;border:1px solid #f1f1f1}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.products-header p{color:#64748b;font-size:.9rem;font-weight:500;margin:0}.sort-options select{padding:.6rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;background:#fff;color:#475569;font-weight:500;cursor:pointer;transition:all .2s ease}.sort-options select:focus{outline:none;border-color:#ff6b9d;box-shadow:0 0 0 2px #ff6b9d1a}.products-grid{display:grid;gap:1.5rem}.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.products-grid.list{grid-template-columns:1fr}.products-grid.list .product-card{display:flex;gap:1.5rem;align-items:center}.products-grid.list .product-image{width:200px;height:200px;flex-shrink:0}.products-grid.list .product-info{flex:1}.product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 12px #0000000f;transition:all .3s ease;position:relative;border:1px solid #f8f8f8}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#ff6b9d4d}.product-image{position:relative;height:200px;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;padding:.5rem}.product-card:hover .product-image img{transform:scale(1.05)}.product-item-counter{position:absolute;top:.8rem;right:.8rem;z-index:10}.product-item-counter .add{width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001f}.product-item-counter .add:hover{transform:scale(1.08)}.product-item-counter .counter{display:flex;align-items:center;gap:.4rem;background:#fff;padding:.4rem;border-radius:20px;box-shadow:0 2px 10px #0000001a}.product-item-counter .counter img{width:24px;height:24px;cursor:pointer;transition:transform .15s ease}.product-item-counter .counter img:hover{transform:scale(1.1)}.product-item-counter .counter p{margin:0;font-weight:600;color:#1e293b;min-width:16px;text-align:center;font-size:.85rem}.product-info{padding:1.2rem}.product-category{font-size:.75rem;color:#ff6b9d;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.6rem;background:#ff6b9d1a;padding:.25rem .6rem;border-radius:12px;width:fit-content}.product-name{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.6rem;color:#1e293b;line-height:1.3}.product-description{font-size:.85rem;color:#64748b;margin-bottom:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.current-price{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;color:#059669;background:#0596691a;padding:.3rem .6rem;border-radius:6px}.product-buttons{display:flex;gap:.6rem;flex-wrap:wrap}.shop-add-to-cart-btn{all:unset;flex:1;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;padding:.7rem 1.2rem;border-radius:10px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff6b9d4d;border:none;outline:none;font-family:inherit;font-size:.85rem;min-height:38px;display:flex;align-items:center;justify-content:center}.shop-add-to-cart-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b9d66}.shop-add-to-cart-btn:active{transform:translateY(0)}.shop-whatsapp-button{all:unset;flex:1;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:.7rem 1.2rem;border-radius:10px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #25d3664d;text-decoration:none;font-family:inherit;font-size:.85rem;min-height:38px;display:flex;align-items:center;justify-content:center;border:none;outline:none}.shop-whatsapp-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #25d36666;text-decoration:none;color:#fff}.shop-whatsapp-button:active{transform:translateY(0)}.shop-whatsapp-button:visited{color:#fff;text-decoration:none}.no-products{text-align:center;padding:3rem 1.5rem;color:#64748b;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;border:2px dashed #cbd5e1}.no-products h3{font-family:Poppins,sans-serif;font-size:1.4rem;margin-bottom:.8rem;color:#334155}.no-products p{font-size:.95rem;opacity:.8}.shop-loading,.shop-error{text-align:center;padding:3rem 1.5rem;font-size:1rem;font-weight:500;border-radius:16px;margin:1.5rem 0}.shop-loading{color:#ff6b9d;background:#ff6b9d0d;border:1px solid rgba(255,107,157,.1)}.shop-error{color:#dc2626;background:#dc26260d;border:1px solid rgba(220,38,38,.1)}@media (max-width: 1200px){.shop-content{grid-template-columns:200px 1fr;gap:1.5rem}.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 1024px){.shop-page{padding:1.2rem}.shop-content{grid-template-columns:1fr;gap:1.5rem}.categories-sidebar{position:static;order:2}.products-container{order:1}}@media (max-width: 768px){.shop-page{padding:1rem}.shop-header{margin-bottom:1.5rem;padding:1.2rem}.shop-controls{flex-direction:column;align-items:stretch;gap:1.2rem}.search-bar{max-width:100%;order:1}.view-toggle{order:2;align-self:flex-end}.products-grid.list .product-card{flex-direction:column;text-align:center}.products-grid.list .product-image{width:100%;height:180px}.product-buttons{flex-direction:column}}@media (max-width: 640px){.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.2rem}.products-header{flex-direction:column;align-items:flex-start;gap:.8rem}.sort-options,.sort-options select{width:100%}.categories-sidebar,.products-container{padding:1.2rem}}@media (max-width: 480px){.shop-header h1{font-size:1.5rem}.shop-header .explore-menu-text{font-size:.85rem}.product-info{padding:1rem}.product-buttons{gap:.5rem}.shop-add-to-cart-btn,.shop-whatsapp-button{padding:.6rem 1rem;font-size:.8rem;min-height:34px}.products-grid.grid{grid-template-columns:1fr}}*{padding:0;margin:0;box-sizing:border-box;font-family:Quicksand,sans-serif;scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}.app{width:98%;margin:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
