*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;font-size:16px;line-height:1.6;background-color:#f9f9f9;color:#333}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.breadcrumb-container{width:100%;max-width:1400px;margin:0 auto;padding:12px 0;position:relative}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:14px;color:#94a3b8}.breadcrumb li{display:inline-flex;align-items:center}.breadcrumb li.home-item a{padding-left:0;color:#64748b;font-weight:500}.breadcrumb li.home-item a svg{width:16px;height:16px;margin-right:4px}.breadcrumb li:not(:last-child):after{content:"/";margin:0 8px;color:#cbd5e1;font-size:12px}.breadcrumb a{text-decoration:none;color:#94a3b8;font-size:14px;padding:4px 8px;border-radius:4px;transition:all .2s ease;position:relative;display:inline-flex;align-items:center}.breadcrumb a:hover{color:#1e293b}.breadcrumb li.last-item a{color:#1e293b;font-weight:500;cursor:default}.breadcrumb li.last-item a:hover{color:#1e293b}.breadcrumb li.ellipsis{display:none}@media(max-width:768px){.breadcrumb-container{padding:10px 16px}.breadcrumb{font-size:13px}.breadcrumb li:not(:last-child):after{margin:0 6px}}@media(max-width:480px){.breadcrumb{position:relative}.breadcrumb li.ellipsis{display:inline-flex;position:relative;cursor:pointer}.breadcrumb li.ellipsis .dots{color:#94a3b8;margin:0 8px;letter-spacing:1px;transition:all .2s ease}.breadcrumb li.ellipsis:hover .dots{color:#1e293b}.breadcrumb li.ellipsis:after{content:"/";margin:0 8px;color:#cbd5e1;font-size:12px}.breadcrumb li.middle-item{display:none}.breadcrumb li.middle-item.show{display:inline-flex;animation:fadeIn .2s ease-in-out forwards}.breadcrumb li.middle-item:after{content:"/";margin:0 8px;color:#cbd5e1;font-size:12px}.breadcrumb li.middle-item a{white-space:nowrap}.breadcrumb li.last-item{order:3}@keyframes fadeIn{0%{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}}.allergen-notice{font-size:.9rem;color:#b91c1c;margin-top:1rem}input{flex:1 1;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border .3s ease-in-out}input:focus{border-color:#007bff;outline:none}button{background:#007bff;color:#fff;border:none;padding:12px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s}button:hover{background:#0056b3}.p-scrolltop{border:none!important;color:#1e293b!important;width:45px!important;height:45px!important;border-radius:50%!important;transition:all .3s ease!important}.p-scrolltop,.p-scrolltop:hover{background:hsla(0,5%,73%,.9)!important}.p-scrolltop:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.15)!important}.p-scrolltop:focus{box-shadow:0 0 0 3px rgba(0,123,255,.3)!important}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem!important}@media(max-width:768px){.p-scrolltop{width:45px!important;height:45px!important}}@keyframes dropdownFade{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.navbar{position:fixed;top:0;left:0;width:100%;padding:10px 20px;transition:all .3s ease;z-index:2000;background:hsla(0,0%,100%,.95);box-shadow:0 2px 10px rgba(0,0,0,.05)}.navbar.scrolled{background:hsla(0,0%,100%,.98);padding:5px 20px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.navbar .nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 15px;height:75px}.navbar .nav-section{display:flex;align-items:center;flex:1 1}.navbar .nav-section.left-nav{justify-content:flex-start}.navbar .nav-section.center-logo{justify-content:center;flex:0 1 auto;margin:0 20px}.navbar .nav-section.right-nav{justify-content:flex-end;gap:20px}.navbar .logo{text-decoration:none;transition:transform .3s ease;height:100%;display:flex;align-items:center}.navbar .logo:hover{transform:scale(1.02)}.navbar .logo img{display:block;height:auto;width:auto;max-height:100%}.navbar .nav-links{display:flex;align-items:center;gap:30px}@media(max-width:768px){.navbar .nav-links.desktop-only{display:none}}.navbar .nav-links.mobile-menu{display:none}@media(max-width:768px){.navbar .nav-links.mobile-menu.open{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;display:flex!important;flex-direction:column;align-items:center;padding:80px 20px 20px;z-index:2500;animation:slideInRight .3s ease-out}.navbar .nav-links.mobile-menu.open .authenticated-link{font-size:15px;padding:10px 15px;margin:4px 0}@supports(-webkit-touch-callout:none){.navbar .nav-links.mobile-menu.open .authenticated-link{font-size:14px;padding:8px 12px}}.navbar .nav-links.mobile-menu.open .authenticated-link.dashboard-link,.navbar .nav-links.mobile-menu.open .authenticated-link.orders-link{background:#f5faff;border-radius:8px;margin:2px 0;display:flex;align-items:center;justify-content:flex-start}.navbar .nav-links.mobile-menu.open .authenticated-link.dashboard-link .icon,.navbar .nav-links.mobile-menu.open .authenticated-link.orders-link .icon{margin-right:8px;font-size:16px;opacity:.8}.navbar .nav-links.mobile-menu.open .auth-section{background:rgba(245,250,255,.5);padding:8px;border-radius:10px;margin:10px 0;width:100%}.navbar .nav-links.mobile-menu.open .auth-section .authenticated-link{margin:2px 0;border-radius:6px}.navbar .nav-links.mobile-menu.open .auth-section .authenticated-link:active{background:rgba(74,144,226,.1);transform:scale(.98)}.navbar .nav-links.mobile-menu.open>a{opacity:0;animation:fadeInUp .5s ease forwards;font-size:18px;padding:15px 20px;width:100%;text-align:center;border-bottom:1px solid rgba(74,144,226,.1);margin:0}.navbar .nav-links.mobile-menu.open>a:first-child{animation-delay:.1s}.navbar .nav-links.mobile-menu.open>a:nth-child(2){animation-delay:.2s}.navbar .nav-links.mobile-menu.open>a:nth-child(3){animation-delay:.3s}.navbar .nav-links.mobile-menu.open>a:nth-child(4){animation-delay:.4s}.navbar .nav-links.mobile-menu.open>a:hover{background:rgba(74,144,226,.05);color:#4a90e2}.navbar .nav-links.mobile-menu.open>a.active{color:#4a90e2;background:rgba(74,144,226,.1)}.navbar .nav-links.mobile-menu.open>a.authenticated-link{animation-delay:.2s;border-bottom:none}.navbar .nav-links.mobile-menu.open>a.authenticated-link:hover{background:rgba(74,144,226,.08)}}.navbar .nav-links a{color:#1f3a5f;text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;gap:8px}.navbar .nav-links a:hover{color:#4a90e2;background:rgba(74,144,226,.05)}.navbar .nav-links a.active{color:#4a90e2;background:rgba(74,144,226,.1)}.navbar .nav-links a .icon{font-size:18px}.navbar .cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:8px;color:#1f3a5f;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar .cart-btn:hover{background:rgba(74,144,226,.1);transform:translateY(-2px)}.navbar .cart-btn .cart-count{position:absolute;top:-5px;right:-5px;background:#ff6b6b;color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.2);padding:0 6px}.navbar .menu-toggle{display:none;background:none;border:none;color:#1f3a5f;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease}.navbar .menu-toggle:hover{background:rgba(74,144,226,.1)}@media(max-width:768px){.navbar .nav-container{padding:0 15px}.navbar .nav-section.left-nav{display:none}.navbar .nav-section.center-logo{flex:0 1 auto;justify-content:flex-start;margin:0}.navbar .nav-section.center-logo .logo img{width:140px;height:auto}.navbar .nav-section.right-nav{flex:1 1;gap:10px;justify-content:flex-end}.navbar .menu-toggle{display:flex;align-items:center;justify-content:center;order:2;z-index:3000;position:relative}.navbar .cart-btn{order:1;z-index:3000}}.navbar .user-dropdown{position:relative;display:inline-flex;align-items:center}.navbar .user-dropdown .user-dropdown-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:20px;transition:all .2s ease;cursor:pointer;color:#1f3a5f;font-size:.95em}.navbar .user-dropdown .user-dropdown-button .user-name{font-weight:500}.navbar .user-dropdown .user-dropdown-button .chevron{font-size:.8em;transition:transform .2s ease;opacity:.7}.navbar .user-dropdown .user-dropdown-button .chevron.open{transform:rotate(180deg)}.navbar .user-dropdown .user-dropdown-button:hover{color:#4a90e2}.navbar .user-dropdown .dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 6px 15px rgba(0,0,0,.1);min-width:160px;animation:dropdownFade .2s ease;border:1px solid rgba(0,0,0,.1);overflow:hidden;z-index:2100;margin-top:4px;display:none}.navbar .user-dropdown .dropdown-menu.show{display:block}.navbar .user-dropdown .dropdown-menu .dropdown-content{padding:6px}.navbar .user-dropdown .dropdown-menu .dropdown-content .dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px;color:#1f3a5f;text-decoration:none;transition:all .2s ease;border-radius:6px;cursor:pointer;font-size:.9em;background:none;border:none;text-align:left;line-height:1}.navbar .user-dropdown .dropdown-menu .dropdown-content .dropdown-item .item-icon{font-size:.9em;opacity:.7;width:16px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.navbar .user-dropdown .dropdown-menu .dropdown-content .dropdown-item:hover{background:rgba(74,144,226,.05);color:#4a90e2}.navbar .user-dropdown .dropdown-menu .dropdown-content .dropdown-item:hover .item-icon{opacity:1}.navbar .user-dropdown .dropdown-menu .dropdown-content .dropdown-item.logout{color:#dc2626;border-top:1px solid #f1f5f9;margin-top:4px;padding-top:10px}.navbar .user-dropdown .dropdown-menu .dropdown-content .dropdown-item.logout:hover{background:#fef2f2}.navbar .mobile-user-menu{width:100%;padding:20px;background:#f5faff;border-top:1px solid rgba(74,144,226,.1);display:flex;flex-direction:column;align-items:center;gap:12px}.navbar .mobile-user-menu a,.navbar .mobile-user-menu button{opacity:0;animation:fadeInUp .5s ease forwards;width:100%;padding:15px;text-align:center;font-size:16px;font-weight:500;color:#1f3a5f;background:#fff;border:1px solid rgba(74,144,226,.1);border-radius:10px;text-decoration:none;transition:all .3s ease}.navbar .mobile-user-menu a:first-child,.navbar .mobile-user-menu button:first-child{animation-delay:.5s}.navbar .mobile-user-menu a:nth-child(2),.navbar .mobile-user-menu button:nth-child(2){animation-delay:.6s}.navbar .mobile-user-menu a:hover,.navbar .mobile-user-menu button:hover{transform:translateY(-2px);background:rgba(74,144,226,.05);color:#4a90e2;box-shadow:0 4px 12px rgba(74,144,226,.1)}.navbar .mobile-user-menu button{animation-delay:.7s;color:#dc2626;border-color:rgba(220,38,38,.1)}.navbar .mobile-user-menu button:hover{background:#fef2f2;color:#dc2626;box-shadow:0 4px 12px rgba(220,38,38,.1)}.navbar .shop-dropdown{position:relative;display:inline-flex;align-items:center}.navbar .shop-dropdown .shop-dropdown-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;transition:all .2s ease;cursor:pointer;color:#1f3a5f;font-size:16px;font-weight:500;background:none;border:none}.navbar .shop-dropdown .shop-dropdown-button:hover{color:#4a90e2;background:rgba(74,144,226,.05)}.navbar .shop-dropdown .shop-dropdown-button .chevron{font-size:.8em;transition:transform .2s ease;opacity:.7}.navbar .shop-dropdown .shop-dropdown-button .chevron.open{transform:rotate(180deg)}.navbar .shop-dropdown .dropdown-menu.shop-menu{position:fixed;top:80px;left:0;right:0;width:100%;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);z-index:2100;display:none}.navbar .shop-dropdown .dropdown-menu.shop-menu.show{display:block}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content{max-width:1400px;margin:0 auto;padding:24px}@media(max-width:1100px){.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content{max-width:900px;padding:20px}}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px;margin-bottom:20px}@media(max-width:1100px){.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid{grid-template-columns:repeat(4,1fr);gap:16px}}@media(max-width:768px){.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .3s ease}@media(max-width:1100px){.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-image{margin-bottom:6px}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-name{font-size:.85em}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-price{font-size:.9em}}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item:hover{transform:translateY(-2px)}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-image{width:100%;aspect-ratio:1;border-radius:6px;overflow:hidden;margin-bottom:8px;background:#f8f8f8}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-name{font-size:.9em;font-weight:500;margin-bottom:2px}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .product-grid .product-item .product-price{font-size:.95em;font-weight:600;color:#ff4757}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container{text-align:center;padding-top:16px;border-top:1px solid rgba(0,0,0,.1)}@media(max-width:1200px){.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container{padding-top:12px}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .view-all{padding:8px 16px;font-size:.9em}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .products-count{font-size:.8em;margin-top:4px}}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .view-all{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ff4757;color:#fff;text-decoration:none;border-radius:20px;font-weight:500;font-size:.9em;transition:all .3s ease}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .view-all:hover{background:#ff1428;transform:translateY(-2px)}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .view-all svg{width:14px;height:14px;transition:transform .3s ease}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .view-all:hover svg{transform:translateX(4px)}.navbar .shop-dropdown .dropdown-menu.shop-menu .dropdown-content.shop-content .view-all-container .products-count{display:block;margin-top:6px;color:rgba(0,0,0,.6);font-size:.85em}@media(max-width:768px){.mobile-user-menu{padding:15px;width:100%}.mobile-user-menu .user-greeting{font-size:16px;color:#1f3a5f;font-weight:500;text-align:center}.mobile-user-menu .authenticated-link{width:100%;font-size:14px;padding:12px;margin:4px 0;display:flex;align-items:center;text-decoration:none;border:none;border-radius:8px;transition:all .3s ease}.mobile-user-menu .authenticated-link.dashboard-link,.mobile-user-menu .authenticated-link.orders-link{color:#1f3a5f;background:#f8f9fa;border:1px solid #edf2f7}.mobile-user-menu .authenticated-link.dashboard-link .icon,.mobile-user-menu .authenticated-link.orders-link .icon{margin-right:8px;font-size:16px;opacity:.8;color:#1f3a5f}.mobile-user-menu .authenticated-link.dashboard-link:hover,.mobile-user-menu .authenticated-link.orders-link:hover{background:#edf2f7}.mobile-user-menu .authenticated-link.dashboard-link:active,.mobile-user-menu .authenticated-link.orders-link:active{transform:scale(.98);background:#e2e8f0}@supports(-webkit-touch-callout:none){.mobile-user-menu .authenticated-link{padding:10px;font-size:13px}.mobile-user-menu .authenticated-link .icon{font-size:15px}}.mobile-user-menu button.authenticated-link:not(.dashboard-link):not(.orders-link){cursor:pointer;text-align:left;width:100%;color:#ff4757;background:rgba(255,71,87,.1)}.mobile-user-menu button.authenticated-link:not(.dashboard-link):not(.orders-link):active{transform:scale(.98);background:rgba(255,71,87,.2)}.mobile-user-menu button.authenticated-link:not(.dashboard-link):not(.orders-link):hover{background:rgba(255,71,87,.15)}}.footer{background:#121212;padding:60px 20px 20px}.footer .footer-container{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;gap:40px}@media(max-width:968px){.footer .footer-container{flex-direction:column;gap:50px}}.footer .footer-subscribe{flex:1 1;max-width:500px}.footer .footer-subscribe h3{color:#fff;font-size:24px;margin-bottom:10px}.footer .footer-subscribe p{color:hsla(0,0%,100%,.9);font-size:16px;margin-bottom:20px}.footer .footer-subscribe .subscribe-box,.footer .footer-subscribe .subscribe-box form{width:100%}.footer .footer-subscribe .subscribe-box form .input-group{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.footer .footer-subscribe .subscribe-box form .input-wrapper{display:flex;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:5px;transition:all .3s ease}.footer .footer-subscribe .subscribe-box form .input-wrapper:focus-within{border-color:#fff;background:hsla(0,0%,100%,.15)}.footer .footer-subscribe .subscribe-box form .input-wrapper input{flex:1 1;background:transparent;border:none;color:#fff;font-size:16px;padding:12px 15px;outline:none}.footer .footer-subscribe .subscribe-box form .input-wrapper input::placeholder{color:hsla(0,0%,100%,.7)}.footer .footer-subscribe .subscribe-box form .input-wrapper button{background:#fff;border:none;color:#4a90e2;width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.footer .footer-subscribe .subscribe-box form .input-wrapper button:hover{background:#f2f2f2;transform:translateX(2px)}.footer .footer-subscribe .subscribe-box form .error-message,.footer .footer-subscribe .subscribe-box form .success-message{margin-top:10px;font-size:14px;text-align:left}.footer .footer-subscribe .subscribe-box form .error-message{color:#ff6b6b}.footer .footer-subscribe .subscribe-box form .success-message{color:#51cf66}.footer .footer-right .footer-links{display:flex;gap:60px}@media(max-width:768px){.footer .footer-right .footer-links{gap:40px}}.footer .footer-right .footer-links h4{color:#fff;font-size:18px;margin-bottom:20px}.footer .footer-right .footer-column{display:flex;flex-direction:column;gap:12px}.footer .footer-right .footer-column a{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:15px;transition:all .3s ease}.footer .footer-right .footer-column a:hover{color:#fff;transform:translateX(3px)}.footer .footer-right .footer-social .social-links{display:flex;flex-direction:column;gap:12px}.footer .footer-right .footer-social .social-links a{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.9);text-decoration:none;font-size:15px;transition:all .3s ease}.footer .footer-right .footer-social .social-links a svg{font-size:20px}.footer .footer-right .footer-social .social-links a:hover{color:#fff;transform:translateX(3px)}.footer .footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.footer .footer-bottom .copyright{color:hsla(0,0%,100%,.7);font-size:14px;margin:5px 0}.footer .footer-bottom .copyright a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer .footer-bottom .copyright a:hover{opacity:.8}@media(max-width:768px){.footer{padding:40px 20px 20px}.footer .footer-container{text-align:center}.footer .footer-subscribe{max-width:100%}.footer .footer-subscribe .subscribe-box{max-width:400px;margin:0 auto}.footer .footer-subscribe .subscribe-box form .input-group{gap:8px}.footer .footer-right{width:100%}.footer .footer-right .footer-links{flex-direction:row;justify-content:center;gap:60px;margin:0 auto;max-width:400px}.footer .footer-right .footer-links h4{margin-bottom:15px;font-size:16px}.footer .footer-right .footer-links .footer-column,.footer .footer-right .footer-links .footer-social{align-items:center;min-width:120px}.footer .footer-right .footer-links a{font-size:14px}}@media(max-width:480px){.footer .footer-container{gap:30px}.footer .footer-right .footer-links{gap:70px}.footer .subscribe-box form .input-group{gap:8px}.footer .subscribe-box form .input-wrapper button{width:40px;height:40px}.footer .footer-bottom{margin:20px 0}}.custom-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);z-index:99999}.custom-modal-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.2);max-width:800px;text-align:center;animation:fadeIn .3s ease-in-out}.custom-modal-message{font-size:18px;font-weight:700;margin-bottom:16px}.custom-modal-close{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background .2s ease-in-out}.custom-modal-close:hover{background-color:#0056b3}.loading-modal{position:fixed;top:0;left:0;transform:none;width:100vw;height:100vh;background:rgba(0,0,0,.7);z-index:999999}.loading-modal,.loading-modal .modal-content{display:flex;align-items:center;justify-content:center}.loading-modal .modal-content{background:none;padding:20px;text-align:center;min-width:250px;min-height:200px;flex-direction:column}.loading-modal .modal-content p{color:#fff;font-size:1.2rem;margin-top:1rem}.loading-modal .loading-spinner{display:flex;justify-content:center;gap:10px;margin-bottom:10px}.loading-modal .loading-spinner span{width:14px;height:14px;background-color:#fff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loading-modal .loading-spinner span:first-child{animation-delay:-.32s}.loading-modal .loading-spinner span:nth-child(2){animation-delay:-.16s}.newsletter-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:2200;animation:fadeIn .4s ease-in-out}.newslettermodal-content{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.2);width:90%;max-width:450px;min-height:500px;max-height:60vh;text-align:center;position:relative;animation:scaleUp .5s ease;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.newslettermodal-content .close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;transition:all .3s ease;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%}.newslettermodal-content .close-btn:hover{background:#f5f5f5;color:#333;transform:rotate(90deg)}.newslettermodal-content .newsletter-content,.newslettermodal-content .success-message{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0}.newslettermodal-content .newsletter-content .newsletter-icon{font-size:2.5rem;color:#0070f3;margin-bottom:1.5rem}.newslettermodal-content .newsletter-content h2{font-size:1.8rem;margin-bottom:1rem;color:#333;font-weight:600}.newslettermodal-content .newsletter-content .subtitle{color:#666;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.newslettermodal-content form{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0;width:100%}.newslettermodal-content form .form-group{position:relative;margin-bottom:1rem}.newslettermodal-content form .form-group input{width:100%;padding:.875rem 1rem;border-radius:8px;border:2px solid #eee;font-size:1rem;transition:all .3s ease}.newslettermodal-content form .form-group input:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 3px rgba(0,112,243,.1)}.newslettermodal-content form .form-group input.error{border-color:#ff4d4f;background-color:#fff2f0}.newslettermodal-content form .form-group input.error:focus{box-shadow:0 0 0 3px rgba(255,77,79,.1)}.newslettermodal-content form .form-group .error-message{position:absolute;left:0;top:100%;margin-top:.5rem;color:#ff4d4f;font-size:.875rem;display:flex;align-items:center;animation:slideIn .3s ease;background-color:#fff2f0;padding:.5rem .75rem;border-radius:4px;width:100%;text-align:left}.newslettermodal-content form .form-group .error-message .error-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:#ff4d4f;color:#fff;border-radius:50%;font-size:.75rem;margin-right:.5rem;font-weight:700}.newslettermodal-content form button{padding:1rem;background-color:#0070f3;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.newslettermodal-content form button:hover{background-color:#0051cc;transform:translateY(-2px)}.newslettermodal-content form button:active{transform:translateY(0)}.newslettermodal-content form button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.newslettermodal-content .privacy-note{font-size:.8rem;color:#888;margin-top:1rem}.newslettermodal-content .success-message .success-icon{font-size:3rem;color:#0070f3;margin-bottom:1.5rem}.newslettermodal-content .success-message .success-icon .gift-icon{animation:bounce 1s ease infinite}.newslettermodal-content .success-message h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.newslettermodal-content .success-message .discount-code{margin:2rem 0;padding:1rem;background:#f5f9ff;border-radius:10px;border:2px dashed #0070f3}.newslettermodal-content .success-message .discount-code span{font-size:2rem;font-weight:700;color:#0070f3;letter-spacing:2px;display:block;margin-bottom:.5rem}.newslettermodal-content .success-message .discount-code .code-description{color:#666;font-size:.9rem}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.newslettermodal-content{padding:2rem 1rem;margin:1rem;min-height:auto;max-height:90vh;width:95%}.newslettermodal-content h2{font-size:1.5rem;margin-bottom:.5rem}.newslettermodal-content .newsletter-content .newsletter-icon{font-size:2rem;margin-bottom:1rem}.newslettermodal-content .newsletter-content .subtitle{font-size:.9rem;margin-bottom:1rem}.newslettermodal-content form{gap:.75rem;margin:1rem 0}.newslettermodal-content form .form-group{margin-bottom:.75rem}.newslettermodal-content form .form-group input,.newslettermodal-content form button{padding:.75rem}.newslettermodal-content .privacy-note{font-size:.75rem;margin-top:.75rem}.newslettermodal-content .success-message .success-icon{font-size:2.5rem;margin-bottom:1rem}.newslettermodal-content .success-message h3{font-size:1.5rem;margin-bottom:.75rem}.newslettermodal-content .success-message .discount-code{margin:1rem 0;padding:.75rem}.newslettermodal-content .success-message .discount-code span{font-size:1.5rem}.newslettermodal-content .success-message .discount-code .code-description{font-size:.8rem}}@media(min-width:481px)and (max-width:1366px){.newslettermodal-content{min-height:450px;max-height:80vh;padding:2rem}.newslettermodal-content .newsletter-content .newsletter-icon{font-size:2.2rem;margin-bottom:1.2rem}.newslettermodal-content .newsletter-content h2{font-size:1.6rem;margin-bottom:.8rem}.newslettermodal-content .newsletter-content .subtitle{font-size:.95rem;margin-bottom:1.2rem}.newslettermodal-content form{gap:.8rem;margin:1.2rem 0}.newslettermodal-content form .form-group{margin-bottom:.8rem}.newslettermodal-content form button{padding:.9rem}.newslettermodal-content .success-message .success-icon{font-size:2.8rem;margin-bottom:1.2rem}.newslettermodal-content .success-message h3{font-size:1.6rem}.newslettermodal-content .success-message .discount-code{margin:1.5rem 0}.newslettermodal-content .success-message .discount-code span{font-size:1.8rem}}@media(min-width:1367px){.newslettermodal-content{min-height:480px;max-height:70vh}}.signup-section{padding:40px 20px;display:flex;justify-content:center;align-items:center;text-align:center;width:100vw}.signup-container{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:500px}h2{font-size:22px;font-weight:700;margin-bottom:8px}p{font-size:14px;margin-bottom:20px;color:#333}.signup-form{display:flex;flex-direction:column;gap:10px}.signup-form input{border:1px solid #ccc;width:100%}.signup-form .signup-btn,.signup-form input{padding:12px;border-radius:6px;font-size:16px}.signup-form .signup-btn{background-color:#000;color:#fff;font-weight:700;cursor:pointer;border:none;transition:background .3s}.signup-form .signup-btn:hover{background-color:#333}.signup-form .signup-btn:disabled{background-color:#ddd;cursor:not-allowed}.terms{font-size:12px;margin-top:10px;color:#666}.terms a{color:#000;text-decoration:underline}@media(max-width:480px){.signup-container{padding:20px}h2{font-size:18px}p{font-size:13px}}.about-us-container{width:100%;overflow-x:hidden}.hero-section{height:80vh;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/images/Vietnamese-Iced-Coffee.webp) 50%/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-content h1{font-size:4rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{color:#fff;font-size:1.5rem;font-weight:300}.content-wrapper{max-width:1200px;margin:0 auto;padding:4rem 2rem}section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.story-section{background-color:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.story-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#555}.story-image img{width:100%;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.values-section{background-color:#f9f9f9}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card .icon{font-size:2.5rem;margin-bottom:1rem}.value-card h3{margin-bottom:1rem;color:#333}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;text-align:center}.team-member img{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.contact-info h3{color:#333;margin:1.5rem 0 .5rem}.contact-info p{color:#666;line-height:1.6}.map{height:400px;background:#eee;border-radius:10px}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.contact-content,.story-content{grid-template-columns:1fr}.content-wrapper{padding:2rem 1rem}}.contact-section{background-color:#f8f9fa;padding:80px 0}.contact-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem;font-weight:600}.contact-section .contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start}@media(max-width:968px){.contact-section .contact-content{grid-template-columns:1fr}}.contact-section .contact-info{display:flex;flex-direction:column;gap:25px}.contact-section .contact-info .info-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);display:flex;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-info .info-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.contact-section .contact-info .info-card .icon{font-size:24px;margin-right:20px;background:#f0f7ff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px}.contact-section .contact-info .info-card .info-details{flex:1 1}.contact-section .contact-info .info-card .info-details h3{font-size:1.2rem;color:#333;margin-bottom:12px;font-weight:600}.contact-section .contact-info .info-card .info-details .hours-grid{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.contact-section .contact-info .info-card .info-details .hours-grid .day{color:#666;font-weight:500}.contact-section .contact-info .info-card .info-details .hours-grid .time{color:#333;font-weight:600}.contact-section .contact-info .info-card .info-details .location-name{font-weight:500;color:#333;margin-bottom:5px}.contact-section .contact-info .info-card .info-details .address{color:#666;line-height:1.5}.contact-section .contact-info .info-card .info-details .directions-btn{display:inline-block;margin-top:15px;padding:8px 16px;background-color:#f0f7ff;color:#0070f3;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.contact-section .contact-info .info-card .info-details .directions-btn:hover{background-color:#e1edff}.contact-section .contact-info .info-card .info-details .email-link{color:#0070f3;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-section .contact-info .info-card .info-details .email-link:hover{color:#0058c0}.contact-section .contact-info .info-card .info-details .contact-note{color:#666;font-size:.9rem;margin-top:8px}.contact-section .map-container{width:100%;height:100%;min-height:450px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05)}.contact-section .map-container iframe{width:100%;height:100%;border:none}@media(max-width:768px){.contact-section{padding:60px 0}.contact-section h2{font-size:2rem;margin-bottom:2rem}.contact-section .contact-info .info-card{padding:20px}.contact-section .contact-info .info-card .icon{width:40px;height:40px;font-size:20px}.contact-section .map-container{min-height:350px}}@media(max-width:480px){.contact-section{padding:40px 0}.contact-section .contact-info .info-card{flex-direction:column}.contact-section .contact-info .info-card .icon{margin-bottom:15px;margin-right:0}.contact-section .contact-info .info-card .info-details{text-align:center}}.contactus-container{margin-top:80px}.contactus-container .contactus-banner{background:linear-gradient(rgba(74,144,226,.9),rgba(74,144,226,.9));padding:60px 20px;text-align:center;color:#fff;margin-bottom:50px}.contactus-container .contactus-banner h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contactus-container .contactus-banner p{font-size:1.2rem;opacity:.9}.contactus-container .contactus-content{max-width:1200px;margin:0 auto;padding:0 20px 50px}.contactus-container .contactus-content .contact-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:50px;align-items:start;min-height:600px}@media(max-width:968px){.contactus-container .contactus-content .contact-row{grid-template-columns:1fr;min-height:auto}}.contactus-container .contactus-content .contact-row .contact-info{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.contactus-container .contactus-content .contact-row .contact-info h2{font-size:2rem;color:#333;margin-bottom:30px;text-align:center;width:100%}.contactus-container .contactus-content .contact-row .contact-info .info-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:400px}.contactus-container .contactus-content .contact-row .contact-info .info-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.contactus-container .contactus-content .contact-row .contact-info .info-card .icon{font-size:24px;color:#0070f3;margin-right:20px;background:#f0f7ff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text{flex:1 1;text-align:left}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text h3{font-size:1.2rem;color:#333;margin-bottom:12px;font-weight:600}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .hours-grid{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .hours-grid .day{color:#666;font-weight:500}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .hours-grid .time{color:#333;font-weight:600}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .location-name{font-weight:500;color:#333;margin-bottom:5px}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .address{color:#666;line-height:1.5}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .directions-btn{display:inline-block;margin-top:15px;padding:8px 16px;background-color:#f0f7ff;color:#0070f3;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .directions-btn:hover{background-color:#e1edff}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .email-link{color:#0070f3;text-decoration:none;font-weight:500;transition:color .3s ease}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .email-link:hover{color:#0058c0}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .contact-note{color:#666;font-size:.9rem;margin-top:8px}.contactus-container .contactus-content .contact-row .contact-info .info-card .social-links{width:100%;text-align:center}.contactus-container .contactus-content .contact-row .contact-info .info-card .social-links h3{margin-bottom:15px;text-align:center}.contactus-container .contactus-content .contact-row .contact-info .info-card .social-links .social-icons{display:flex;gap:20px;justify-content:center;align-items:center;margin:0 auto}.contactus-container .contactus-content .contact-row .contact-info .info-card .social-links .social-icons .social-icon{font-size:28px;color:#0070f3;transition:all .3s ease;padding:10px;border-radius:50%;background:transparent}.contactus-container .contactus-content .contact-row .contact-info .info-card .social-links .social-icons .social-icon:hover{color:#004da7;background:#f0f7ff;transform:translateY(-2px)}.contactus-container .contactus-content .contact-row .map-container{position:-webkit-sticky;position:sticky;margin-top:100px;top:100px;width:100%;height:700px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05)}.contactus-container .contactus-content .contact-row .map-container iframe{width:100%;height:100%;border:none}@media(max-width:968px){.contactus-container .contactus-content .contact-row .map-container{position:static;height:400px}}@media(max-width:480px){.contactus-container .contactus-content .contact-row .map-container{margin-top:0;height:300px}}.contactus-container .contactus-content .message-row{margin-top:80px}.contactus-container .contactus-content .message-row .contact-form{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.contactus-container .contactus-content .message-row .contact-form h2{font-size:2rem;color:#333;margin-bottom:30px;text-align:center}.contactus-container .contactus-content .message-row .contact-form .form-group{margin-bottom:20px}.contactus-container .contactus-content .message-row .contact-form .form-group input,.contactus-container .contactus-content .message-row .contact-form .form-group select,.contactus-container .contactus-content .message-row .contact-form .form-group textarea{width:100%;padding:12px 15px;border:2px solid #eee;border-radius:8px;font-size:1rem;transition:all .3s ease}.contactus-container .contactus-content .message-row .contact-form .form-group input:focus,.contactus-container .contactus-content .message-row .contact-form .form-group select:focus,.contactus-container .contactus-content .message-row .contact-form .form-group textarea:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 3px rgba(0,112,243,.1)}.contactus-container .contactus-content .message-row .contact-form .form-group textarea{resize:vertical;min-height:120px}.contactus-container .contactus-content .message-row .contact-form .submit-btn{width:100%;padding:15px;background-color:#0070f3;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contactus-container .contactus-content .message-row .contact-form .submit-btn:hover{background-color:#0058c0;transform:translateY(-2px)}.contactus-container .contactus-content .message-row .contact-form .submit-btn:active{transform:translateY(0)}@media(max-width:968px){.contactus-container .contactus-content .contact-row{gap:30px}.contactus-container .contactus-content .contact-row .contact-info,.contactus-container .contactus-content .contact-row .map-container{position:static}}@media(max-width:768px){.contactus-container .contactus-banner{padding:40px 20px}.contactus-container .contactus-banner h1{font-size:2.5rem}.contactus-container .contactus-content{padding:0 15px 30px}.contactus-container .contactus-content .contact-row{margin-bottom:30px}.contactus-container .contactus-content .message-row{margin-top:40px}.contactus-container .contactus-content .message-row .contact-form{padding:25px}}@media(max-width:480px){.contactus-container .contactus-banner h1{font-size:2rem}.contactus-container .contactus-content .contact-row .contact-info{padding:10px}.contactus-container .contactus-content .contact-row .contact-info .info-card{padding:20px;flex-direction:column;text-align:center}.contactus-container .contactus-content .contact-row .contact-info .info-card .icon{margin:0 auto 15px}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text{text-align:center}.contactus-container .contactus-content .contact-row .contact-info .info-card .info-text .hours-grid{justify-content:center}}.auth-container{margin-top:100px;display:flex;justify-content:center;align-items:center;min-height:60vh;background:linear-gradient(135deg,#f3f4f6,#dbeafe);padding:20px}.auth-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center;width:100%;max-width:400px;animation:fadeIn .5s ease-in-out}h2{font-size:24px;color:#1f2937}.sub-text{font-size:14px;color:#6b7280;margin-bottom:20px}.auth-form input,select{width:100%;padding:12px;margin:10px 0;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:.3s ease-in-out}.auth-form input:focus,select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 5px rgba(59,130,246,.5)}.auth-btn{width:100%;padding:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:.3s}.auth-btn:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:scale(1.05)}.toggle-link{margin-top:10px;color:#2563eb;cursor:pointer;text-decoration:underline}.toggle-link:hover{color:#1e40af}.error-message{color:red}@media(max-width:480px){.auth-card{padding:30px;width:90%}h2{font-size:20px}.auth-form input,select{font-size:14px;padding:10px}.auth-btn{font-size:.9rem;padding:10px}}.user-profile-container{margin-top:100px!important;max-width:1400px;min-height:80vh;margin:40px auto;padding:2rem;background-color:#f9fafb;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:box-shadow .3s ease}.user-profile-container:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}@media(max-width:768px){.user-profile-container{padding:1rem;margin:20px auto}}.user-profile-container h2{text-align:center;color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative}.user-profile-container h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#3b82f6;border-radius:2px}.user-profile-container .tab-navigation{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;padding:0 1rem;background:#fff;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:20px;z-index:10}@media(max-width:768px){.user-profile-container .tab-navigation{flex-wrap:wrap;gap:.25rem;padding:.5rem}}.user-profile-container .tab-navigation button{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#4b5563;position:relative;border-radius:8px;display:flex;align-items:center;gap:.5rem}.user-profile-container .tab-navigation button:before{content:"";width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.5;transition:opacity .3s ease}.user-profile-container .tab-navigation button.active,.user-profile-container .tab-navigation button:hover{color:#3b82f6;background-color:rgba(59,130,246,.1)}.user-profile-container .tab-navigation button.active:before,.user-profile-container .tab-navigation button:hover:before{opacity:1}.user-profile-container .tab-navigation button.active{background-color:rgba(59,130,246,.15);font-weight:600}.user-profile-container .tab-navigation button[data-tab=profile]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'%3E%3C/path%3E%3C/svg%3E")}.user-profile-container .tab-navigation button[data-tab=orders]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'%3E%3C/path%3E%3C/svg%3E")}.user-profile-container .tab-navigation button[data-tab=promotions]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E")}.user-profile-container .tab-navigation button[data-tab=password]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 7a2 2 0 012 2m4 0a6 6 0 01-7.743 5.743L11 17H9v2H7v2H4a1 1 0 01-1-1v-2.586a1 1 0 01.293-.707l5.964-5.964A6 6 0 1121 9z'%3E%3C/path%3E%3C/svg%3E")}.user-profile-container .tab-navigation button[data-tab=logout]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1'%3E%3C/path%3E%3C/svg%3E")}.user-profile-container .tab-navigation button[data-tab=logout]{color:#ea5555}.user-profile-container .tab-navigation button[data-tab=logout].active,.user-profile-container .tab-navigation button[data-tab=logout]:hover{color:#ea5555;background-color:rgba(234,85,85,.1)}.user-profile-container .tab-navigation button[data-tab=logout].active{background-color:rgba(234,85,85,.15)}.user-profile-container .logout-section,.user-profile-container .orders-section,.user-profile-container .password-section,.user-profile-container .profile-section,.user-profile-container .promotions-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:box-shadow .3s ease;animation:fadeIn .3s ease-in-out}.user-profile-container .logout-section:hover,.user-profile-container .orders-section:hover,.user-profile-container .password-section:hover,.user-profile-container .profile-section:hover,.user-profile-container .promotions-section:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}@media(max-width:768px){.user-profile-container .logout-section,.user-profile-container .orders-section,.user-profile-container .password-section,.user-profile-container .profile-section,.user-profile-container .promotions-section{padding:1.5rem}}.user-profile-container .logout-section h3,.user-profile-container .orders-section h3,.user-profile-container .password-section h3,.user-profile-container .profile-section h3,.user-profile-container .promotions-section h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb;display:flex;align-items:center;gap:.5rem}.user-profile-container .logout-section h3:before,.user-profile-container .orders-section h3:before,.user-profile-container .password-section h3:before,.user-profile-container .profile-section h3:before,.user-profile-container .promotions-section h3:before{content:"";width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.7}.user-profile-container .logout-section .logout-section h3:before,.user-profile-container .orders-section .logout-section h3:before,.user-profile-container .password-section .logout-section h3:before,.user-profile-container .profile-section .logout-section h3:before,.user-profile-container .promotions-section .logout-section h3:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231f2937'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1'%3E%3C/path%3E%3C/svg%3E")}.user-profile-container .logout-section input,.user-profile-container .orders-section input,.user-profile-container .password-section input,.user-profile-container .profile-section input,.user-profile-container .promotions-section input{width:100%;padding:.75rem 1rem;margin-bottom:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.user-profile-container .logout-section input:focus,.user-profile-container .orders-section input:focus,.user-profile-container .password-section input:focus,.user-profile-container .profile-section input:focus,.user-profile-container .promotions-section input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.user-profile-container .logout-section input[readOnly],.user-profile-container .orders-section input[readOnly],.user-profile-container .password-section input[readOnly],.user-profile-container .profile-section input[readOnly],.user-profile-container .promotions-section input[readOnly]{background-color:#f9fafb;color:#4b5563;cursor:not-allowed}.user-profile-container .logout-section button,.user-profile-container .orders-section button,.user-profile-container .password-section button,.user-profile-container .profile-section button,.user-profile-container .promotions-section button{width:100%;padding:.875rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.user-profile-container .logout-section button:hover,.user-profile-container .orders-section button:hover,.user-profile-container .password-section button:hover,.user-profile-container .profile-section button:hover,.user-profile-container .promotions-section button:hover{background-color:#2563eb;transform:translateY(-2px)}.user-profile-container .logout-section button:active,.user-profile-container .orders-section button:active,.user-profile-container .password-section button:active,.user-profile-container .profile-section button:active,.user-profile-container .promotions-section button:active{transform:translateY(0)}.user-profile-container .logout-section .logout-content{text-align:center;padding:2rem}.user-profile-container .logout-section .logout-content p{font-size:1.1rem;color:#4b5563;margin-bottom:2rem}.user-profile-container .logout-section .logout-content .logout-btn{max-width:200px;margin:0 auto}.user-profile-container .logout-btn{width:100%;padding:.875rem;background-color:#ea5555;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.user-profile-container .logout-btn:hover{background-color:#eb4444;transform:translateY(-2px)}.user-profile-container .logout-btn:active{transform:translateY(0)}.user-profile-container .orders-section{overflow-x:auto;-webkit-overflow-scrolling:touch}.user-profile-container .orders-section .orders-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.95rem;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.user-profile-container .orders-section .orders-table thead{background:#3b82f6;color:#fff}.user-profile-container .orders-section .orders-table thead th{padding:1rem;font-weight:500;text-align:left;white-space:nowrap;background-color:#f8f9fa;color:#495057;border-bottom:1px solid #e5e7eb}.user-profile-container .orders-section .orders-table thead th:first-child{border-top-left-radius:8px}.user-profile-container .orders-section .orders-table thead th:last-child{border-top-right-radius:8px}.user-profile-container .orders-section .orders-table tbody tr{transition:background-color .3s ease}.user-profile-container .orders-section .orders-table tbody tr:hover{background-color:rgba(59,130,246,.05)}.user-profile-container .orders-section .orders-table tbody tr td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.user-profile-container .orders-section .status-badge{padding:4px 8px;border-radius:4px;font-size:.875rem;font-weight:500;display:inline-block}.user-profile-container .orders-section .status-badge.completed{background-color:#e6f4ea;color:#1e7e34}.user-profile-container .orders-section .status-badge.pending{background-color:#fff3cd;color:#856404}.user-profile-container .orders-section .status-badge.complete{background-color:#e6f4ea;color:#1e7e34}@media(max-width:768px){.user-profile-container .orders-section .orders-table{font-size:.875rem}.user-profile-container .orders-section .orders-table td,.user-profile-container .orders-section .orders-table th{padding:.75rem}}.user-profile-container .order-status{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.user-profile-container .order-status.status-PREPARE{background:#fef3c7;color:#92400e}.user-profile-container .order-status.status-COMPLETE{background:#dcfce7;color:#166534}.user-profile-container .order-status.status-CANCELLED{background:#fee2e2;color:#991b1b}.user-profile-container .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.user-profile-container .form-grid{grid-template-columns:1fr;gap:1rem}}.user-profile-container .form-group{display:flex;flex-direction:column;gap:.5rem}.user-profile-container .form-group label{font-size:.875rem;font-weight:500;color:#4b5563}.user-profile-container .form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.user-profile-container .form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.user-profile-container .form-group input[readOnly]{background-color:#f9fafb;color:#4b5563;cursor:not-allowed}.user-profile-container .empty-state{text-align:center;padding:3rem 1rem;background:#f9fafb;border-radius:8px;margin:1rem 0}.user-profile-container .empty-state p{color:#4b5563;font-size:1.1rem;margin:0}.checkout-page{display:flex;justify-content:center;align-items:center;padding:40px 0;background-color:#f8f9fa}.pickup-info{margin-top:30px}.pickup-card h3{font-size:1.1rem;margin-bottom:5px}.pickup-card p{font-size:1rem;color:#555;margin-bottom:15px}.guest-form{display:flex;flex-direction:column;gap:15px;border-radius:10px;max-width:100%;width:100%;margin-top:15px}.guest-form input,.guest-form select{padding:12px;border:1px solid #ccc;border-radius:10px;font-size:1rem;width:100%;background:#fff;transition:.3s}.guest-form input:focus,.guest-form select:focus{border-color:linear-gradient(90deg,#007bff,#00aeef);outline:none;box-shadow:0 0 5px rgba(76,175,80,.5)}.guest-form .checkout-btn{margin-top:10px;padding:14px;font-size:1.2rem;font-weight:700}.checkout-summary{width:100%;max-width:450px;text-align:left;padding:25px}.checkout-container{width:100%;max-width:1700px;min-height:60vh;background:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:30px}.checkout-title{text-align:center;font-size:2rem;color:linear-gradient(90deg,#007bff,#00aeef);margin-bottom:20px}.empty-cart{text-align:center;font-size:1.2rem;color:#777}.checkout-content{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.checkout-content .checkout-items{flex:2 1}.checkout-content .checkout-items,.checkout-items{display:flex;flex-direction:column;gap:15px}.checkout-item{display:flex;align-items:center;background:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);gap:15px;transition:.3s ease-in-out}.checkout-item:hover{transform:scale(1.02)}.item-image{width:200px;height:200px;object-fit:cover;border-radius:10px}.item-details{flex:1 1;display:flex;flex-direction:column;gap:5px}.item-name{font-size:1.2rem;font-weight:700;color:#333}.quantity-controls{gap:10px}.quantity-controls .qty-btn{background:linear-gradient(90deg,#007bff,#00aeef);color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;transition:.3s}.quantity-controls .qty-btn:hover{background:linear-gradient(90deg,#0056b3,#008dcf);transform:scale(1.05)}.price{font-size:1.1rem;font-weight:700;color:linear-gradient(90deg,#007bff,#00aeef)}.remove-btn{background:transparent;color:red;font-size:1.2rem;transition:.3s}.remove-btn:hover{color:darkred}.summary-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:15px}.summary-details{display:flex;flex-direction:column;gap:10px}.summary-item{display:flex;justify-content:space-between;font-size:1rem}.discount{color:#28a745}.total{font-weight:700;font-size:1.2rem;border-top:1px solid #ddd;padding-top:10px}.total-amount{font-size:1.4rem;font-weight:700;color:#333}.promo-input-group{display:flex;gap:10px;margin-top:15px}.promo-input-group input{flex:1 1;padding:10px;border:1px solid #ddd;border-radius:5px}.clear-btn{background:#ccc;color:#000;border:none;cursor:pointer;border-radius:5px;transition:background .3s ease,color .3s ease}.clear-btn:hover{background:#999;color:#fff}.apply-btn{background:#007bff;color:#fff;border:none;cursor:pointer;border-radius:5px;transition:background .3s ease,color .3s ease}.promo-message{margin-top:10px;padding:10px;border-radius:5px;display:flex;align-items:center;gap:8px}.promo-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.promo-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.option-btn,.process-checkout-btn{margin-top:30px;width:100%;padding:12px;background:linear-gradient(90deg,#007bff,#00aeef);color:#fff;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer;transition:.3s;text-align:center;display:flex;justify-content:center;align-items:center}.option-btn:hover,.process-checkout-btn:hover{background:linear-gradient(90deg,#0056b3,#008dcf);transform:scale(1.05)}.process-cancel-btn{margin-top:30px;width:100%;padding:12px;background:#ff4d4d;color:#fff;border:none;border-radius:10px;font-size:1.2rem;cursor:pointer;transition:all .3s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center}.process-cancel-btn:hover{background:linear-gradient(90deg,#c00,#f66);transform:scale(1.05)}.process-cancel-btn:active{transform:scale(.98)}@media(max-width:768px){.checkout-page{padding:40px 0}.checkout-container{padding:0;background:none;border-radius:0;box-shadow:none}.checkout-item{margin:0 25px}.checkout-options{flex-direction:column;align-items:center}.guest-form{width:100%}.checkout-content{flex-direction:column;align-items:center}.checkout-content .checkout-items,.checkout-content .checkout-summary{width:100%}.item-image{width:80px;height:80px}}.confirmation-container{display:flex;justify-content:center;align-items:center;padding:20px;background:#f8f9fa;min-height:90vh;margin-top:50px}.confirmation-container .confirmation-card{background:#fff;padding:20px;max-width:500px;width:100%;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center}.confirmation-container .confirmation-card .order-header{text-align:center;margin-bottom:15px}.confirmation-container .confirmation-card .order-header h2{font-size:24px;color:#333}.confirmation-container .confirmation-card .order-number,.confirmation-container .confirmation-card .total-paid{font-size:16px;margin:5px 0}.confirmation-container .confirmation-card .divider{border:0;height:1px;background:#ddd;margin:10px 0}.confirmation-container .confirmation-card .customer-info{text-align:center;background:#eef6ff;padding:12px;border-radius:8px;margin-bottom:15px}.confirmation-container .confirmation-card .info-grid{display:grid;grid-template-columns:1fr;grid-gap:5px;gap:5px}.confirmation-container .confirmation-card .pickup-details,.confirmation-container .confirmation-card .shipping-details{background:#f1f3f5;padding:12px;border-radius:8px;margin-bottom:15px}.confirmation-container .confirmation-card .order-summary{background:#f8f9fa;padding:12px;border-radius:8px}.confirmation-container .confirmation-card .order-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.confirmation-container .confirmation-card .order-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #ddd;border-radius:8px}.confirmation-container .confirmation-card .order-item:last-child{border-bottom:none}.confirmation-container .confirmation-card .order-item-image{width:50px;height:50px;object-fit:cover;border-radius:8px;margin-right:12px}.confirmation-container .confirmation-card .order-item-details{flex:1 1;text-align:left}.confirmation-container .confirmation-card .order-item-name{font-weight:700;margin:0}.confirmation-container .confirmation-card .order-item-price,.confirmation-container .confirmation-card .order-item-qty{font-size:14px;color:#555;margin:3px 0}.confirmation-container .confirmation-card .redirect-message{margin-top:10px;font-size:14px;color:#777}.confirmation-container .confirmation-card button{background:#007bff;color:#fff;border:none;padding:10px 15px;font-size:16px;border-radius:6px;cursor:pointer;transition:.3s;width:100%}.confirmation-container .confirmation-card button:hover{background:#0056b3}@media(max-width:600px){.confirmation-container .confirmation-card .confirmation-card{padding:15px;max-width:95%}.confirmation-container .confirmation-card .order-header h2{font-size:20px}.confirmation-container .confirmation-card .order-number,.confirmation-container .confirmation-card .total-paid{font-size:14px}.confirmation-container .confirmation-card .order-item{flex-direction:column;align-items:flex-start}.confirmation-container .confirmation-card .order-item-image{width:100%;height:auto;max-width:80px;margin-bottom:5px}.confirmation-container .confirmation-card button{font-size:14px;padding:8px 12px}}.shopping-page{padding:2rem;min-height:80vh;margin-top:100px;background-color:#f8f9fa}.shopping-page .shop-header{text-align:center;margin-bottom:3rem}.shopping-page .shop-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.shopping-page .shop-header .shop-description{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}.shopping-page .shop-filters{display:flex;align-items:center;gap:16px;max-width:1370px;margin:0 auto;padding:0 1rem}.shopping-page .shop-filters .search-bar{flex:1 1;max-width:300px;position:relative}.shopping-page .shop-filters .search-bar .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:14px;z-index:1}.shopping-page .shop-filters .search-bar input{width:100%;padding:8px 12px 8px 35px;border:none;border-radius:25px;font-size:14px;background-color:#f1f1f1;color:#333}.shopping-page .shop-filters .search-bar input::placeholder{color:#9ca3af}.shopping-page .shop-filters .search-bar input:focus{outline:none;background-color:#e9e9e9}.shopping-page .shop-filters .filter-options{display:flex;align-items:center;gap:12px;margin-left:auto}.shopping-page .shop-filters .filter-options .sort-select{height:36px;padding:0 32px 0 12px;border:none;border-radius:25px;font-size:14px;cursor:pointer;background-color:#f1f1f1;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;min-width:120px}.shopping-page .shop-filters .filter-options .sort-select:focus{outline:none;background-color:#e9e9e9}.shopping-page .shop-filters .filter-options .sort-select option{color:#333;background-color:#fff;padding:8px}.shopping-page .shop-filters .filter-options .stock-toggle{display:flex;align-items:center;gap:8px;color:#333;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#f1f1f1;padding:8px 16px;border-radius:25px;white-space:nowrap}.shopping-page .shop-filters .filter-options .stock-toggle input[type=checkbox]{margin:0;width:16px;height:16px;border-radius:4px;border:2px solid #9ca3af;background-color:#fff;cursor:pointer}.shopping-page .shop-filters .filter-options .stock-toggle input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.shopping-page .shop-filters .filter-options .stock-toggle input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.3)}.shopping-page .shop-filters .filter-options .stock-toggle span{font-size:14px}.shopping-page .shop-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;justify-content:center;max-width:1400px;margin:0 auto;padding:1rem}.shopping-page .shop-container .shop-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.08);transition:all .3s ease}.shopping-page .shop-container .shop-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.shopping-page .shop-container .shop-item .shop-item-link{text-decoration:none;color:inherit}.shopping-page .shop-container .shop-item .image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.shopping-page .shop-container .shop-item .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.shopping-page .shop-container .shop-item .image-wrapper .hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.shopping-page .shop-container .shop-item .image-wrapper .hover-overlay span{color:#fff;font-size:1.1rem;padding:10px 20px;border:2px solid #fff;border-radius:20px}.shopping-page .shop-container .shop-item .image-wrapper:hover img{transform:scale(1.1)}.shopping-page .shop-container .shop-item .image-wrapper:hover .hover-overlay{opacity:1}.shopping-page .shop-container .shop-item .product-details{padding:1.5rem}.shopping-page .shop-container .shop-item .product-details h3{font-size:1.3rem;color:#333;margin-bottom:1rem;min-height:2.6rem;text-align:center}@media(max-width:768px){.shopping-page .shop-container .shop-item .product-details h3{font-size:1.2rem;margin-bottom:0}}.shopping-page .shop-container .shop-item .product-details .price-cart-container{display:flex;justify-content:space-between;align-items:center;gap:10px}.shopping-page .shop-container .shop-item .product-details .price-cart-container .price{font-size:1.2rem;color:#ff6b6b;font-weight:600}.shopping-page .shop-container .shop-item .product-details .price-cart-container .add-to-cart{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.shopping-page .shop-container .shop-item .product-details .price-cart-container .add-to-cart:hover{background:linear-gradient(135deg,#ff4757,#ff6b6b);transform:translateY(-2px)}.shopping-page .shop-container .shop-item .out-of-stock{display:inline-block;padding:8px 15px;background-color:#f8f9fa;color:#dc3545;border-radius:6px;font-size:.9rem;font-weight:500}@media(max-width:768px){.shopping-page{padding:1rem}.shopping-page .shop-filters{flex-direction:column;align-items:stretch;gap:12px}.shopping-page .shop-filters .search-bar{max-width:none}.shopping-page .shop-filters .filter-options{margin-left:0;justify-content:space-between}.shopping-page .shop-filters .filter-options .sort-select{flex:1 1;margin-right:8px}.shopping-page .shop-filters .filter-options .stock-toggle{flex:1 1;justify-content:center}.shopping-page .shop-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}}@media(max-width:480px){.shopping-page .shop-header .shop-filters{flex-direction:column;align-items:stretch;gap:.75rem}.shopping-page .shop-header .shop-filters .search-bar{max-width:none;margin-bottom:.5rem}.shopping-page .shop-header .shop-filters .filter-options{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem}.shopping-page .shop-header .shop-filters .filter-options .sort-select{flex:1 1;min-width:0}.shopping-page .shop-header .shop-filters .filter-options .stock-toggle{flex:1 1;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:8px 12px;background-color:#f5f5f5;border-radius:20px;font-size:14px;gap:6px}.shopping-page .shop-header .shop-filters .filter-options .stock-toggle .toggle-icon{font-size:18px}.shopping-page .shop-header .shop-filters .filter-options .stock-toggle .toggle-icon.on{color:#3b82f6}.shopping-page .shop-header .shop-filters .filter-options .stock-toggle .toggle-icon.off{color:#666}.shopping-page .shop-container{grid-template-columns:1fr}.shopping-page .shop-container .shop-item .image-wrapper{height:200px}.shopping-page .shop-container .shop-item .product-details .price-cart-container{flex-direction:column}.shopping-page .shop-container .shop-item .product-details .price-cart-container .add-to-cart{width:100%;justify-content:center}}.product-page{display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:1400px;margin:70px auto 20px;font-family:Inter,sans-serif}.product-page .product-content{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2rem;width:100%}.product-page .product-image-container{flex:1 1;max-width:45%;text-align:center;position:relative}.product-page .product-image-container .main-image{max-width:100%;border-radius:12px}.product-page .product-image-container .product-main-image{width:100%;border-radius:12px;transition:transform .3s ease-in-out;object-fit:cover}.product-page .product-image-container .product-main-image:hover{transform:scale(1.03)}.product-page .product-image-container .image-thumbnails{display:flex;justify-content:center;gap:10px;margin-top:10px}.product-page .product-image-container .thumbnail{width:60px;height:60px;cursor:pointer;border-radius:8px;transition:.3s ease-in-out;opacity:.6;box-shadow:0 3px 8px rgba(0,0,0,.1);object-fit:cover}.product-page .product-image-container .thumbnail.active,.product-page .product-image-container .thumbnail:hover{opacity:1;border:2px solid #007bff}.product-page .product-info{flex:1 1;text-align:left;position:-webkit-sticky;position:sticky;top:20px;padding:24px;background:#fff;border-radius:24px}.product-page .product-info .product-title{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:.75rem;line-height:1.2;display:flex;align-items:center;flex-wrap:wrap}.product-page .product-info .product-title .labels{display:flex;gap:6px;margin-left:12px}@media(max-width:768px){.product-page .product-info .product-title .labels{margin-top:7px;margin-left:0}}.product-page .product-info .product-title .labels .premium-label{padding:2px 10px;border-radius:12px;font-size:.8rem;font-weight:500;background:#fff3e8;color:#ff8a00;border:none;box-shadow:none;display:inline-block}.product-page .product-info .product-title .labels .bestseller-label{padding:2px 10px;border-radius:12px;font-size:.8rem;font-weight:500;background:#e8fff3;color:#00b371;border:none;box-shadow:none;display:inline-block}.product-page .product-info .product-title .labels .bestseller-label:after{content:"Best"}.product-page .product-info .rating{display:flex;align-items:center;gap:4px;margin-bottom:1rem}.product-page .product-info .rating .star{font-size:1.125rem;color:gold}.product-page .product-info .rating .empty{color:#ddd}.product-page .product-info .rating .rating-value,.product-page .product-info .rating .review-count{font-size:1rem;color:#666;margin-left:4px}.product-page .product-info .rating .review-count:before{content:"("}.product-page .product-info .rating .review-count:after{content:" reviews)"}.product-page .product-info .product-description{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.product-page .product-info .features-list{display:flex;gap:24px;margin:24px 0}@media screen and (max-width:768px){.product-page .product-info .features-list{flex-direction:column;gap:16px;margin:16px 0;padding:8px 0}.product-page .product-info .features-list .feature-item{display:flex;align-items:center;gap:12px;padding:8px 0}.product-page .product-info .features-list .feature-item .icon{color:#ff4757;font-size:20px;flex-shrink:0}}.product-page .product-info .features-list .feature-item{display:flex;align-items:center;gap:8px;color:#666;font-size:1rem}.product-page .product-info .features-list .feature-item .icon{color:#ff4757}.product-page .product-info .stock-label{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.product-page .product-info .stock-label.in-stock{background:#e8fff3;color:#00b371}.product-page .product-info .stock-label.out-of-stock{background:#fff2f2;color:#ff4757}.product-page .product-info .price-container{display:flex;align-items:flex-start;justify-content:space-between}.product-page .product-info .price-container .price-wrapper{display:flex;flex-direction:column}.product-page .product-info .price-container .price-wrapper .product-price{font-size:1.5rem;font-weight:700;color:#ff4757;line-height:1}.product-page .product-info .price-container .price-wrapper .tax-note{font-size:.75rem;color:#666;margin-top:4px;font-weight:400}.product-page .product-info .price-container .quantity-selector{display:inline-flex;align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:100px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.product-page .product-info .price-container .quantity-selector button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#fff;border-radius:100px;color:#333;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.product-page .product-info .price-container .quantity-selector button:hover{background:#f8f9fa}.product-page .product-info .price-container .quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.product-page .product-info .price-container .quantity-selector span{min-width:40px;text-align:center;font-weight:600;color:#333;font-size:1.125rem}.product-page .product-info .add-to-cart-button{width:100%;border:none;background:#ff4757;color:#fff;font-size:1.125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(255,71,87,.2);margin-top:1.7rem}.product-page .product-info .add-to-cart-button:hover{background:#ff3748;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,71,87,.3)}.product-page .product-info .add-to-cart-button:active{transform:translateY(0)}.product-page .product-info .add-to-cart-button:disabled{background:#e9ecef;cursor:not-allowed;transform:none;box-shadow:none}.product-page .reviews-section{width:100%;margin-top:4rem;background:#fff;padding:20px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.product-page .reviews-section .section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.product-page .reviews-section .review{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #ddd}.product-page .reviews-section .review .review-icon{font-size:2.5rem;color:#007bff}.product-page .reviews-section .review .review-details{flex:1 1}.product-page .reviews-section .review .review-details .review-name{font-weight:700;font-size:1.2rem}.product-page .reviews-section .review .review-details .review-rating{display:flex;gap:3px;margin:5px 0}.product-page .reviews-section .review .review-details .review-comment{font-style:italic;color:#555;font-size:1rem}.product-page .suggested-products{width:100%}.product-page .suggested-products .section-header{text-align:center;margin-bottom:3rem}.product-page .suggested-products .section-header .section-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.02em}.product-page .suggested-products .section-header .section-subtitle{color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto}.product-page .suggested-products .products-slider{padding:.5rem;margin:0 -.5rem 2rem}.product-page .suggested-products .products-slider .swiper-slide{height:auto;padding:.5rem}.product-page .suggested-products .products-slider .product-slide{background:#fff;border-radius:16px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.product-page .suggested-products .products-slider .product-slide:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.product-page .suggested-products .products-slider .product-slide .image-wrapper{position:relative;width:100%;padding-top:100%;background:#f8fafc;overflow:hidden}.product-page .suggested-products .products-slider .product-slide .image-wrapper .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-page .suggested-products .products-slider .product-slide .image-wrapper .hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.product-page .suggested-products .products-slider .product-slide .image-wrapper .hover-overlay .quick-view{padding:.75rem 1.5rem;background:#fff;color:#1a1a1a;border:none;border-radius:30px;font-weight:600;font-size:.9rem;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-page .suggested-products .products-slider .product-slide .image-wrapper .hover-overlay .quick-view:hover{background:#ff6b6b;color:#fff;transform:translateY(0) scale(1.05)}.product-page .suggested-products .products-slider .product-slide .image-wrapper:hover .product-image{transform:scale(1.08)}.product-page .suggested-products .products-slider .product-slide .image-wrapper:hover .hover-overlay{opacity:1}.product-page .suggested-products .products-slider .product-slide .image-wrapper:hover .hover-overlay .quick-view{transform:translateY(0)}.product-page .suggested-products .products-slider .product-slide .product-details{padding:1.25rem;flex:1 1;display:flex;flex-direction:column;gap:.75rem}.product-page .suggested-products .products-slider .product-slide .product-details .product-name{font-size:1.1rem;font-weight:600;color:#1e293b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:auto;min-height:3rem}.product-page .suggested-products .products-slider .product-slide .product-details .price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-page .suggested-products .products-slider .product-slide .product-details .price-row .product-price{font-size:1.25rem;font-weight:700;color:#ff6b6b;display:flex;align-items:baseline;gap:.1rem}.product-page .suggested-products .products-slider .product-slide .product-details .price-row .stock-status{font-size:.8rem;font-weight:500;padding:.35rem .75rem;border-radius:20px;letter-spacing:.02em}.product-page .suggested-products .products-slider .product-slide .product-details .price-row .stock-status.in-stock{background:#dcfce7;color:#166534}.product-page .suggested-products .products-slider .product-slide .product-details .price-row .stock-status.out-of-stock{background:#fef2f2;color:#991b1b}.product-page .suggested-products .products-slider .swiper-pagination{margin-top:20px;bottom:-2px}.product-page .suggested-products .products-slider .swiper-pagination-bullet{width:8px;height:8px;background:#cbd5e1;opacity:.5;transition:all .3s ease;margin:0 6px}.product-page .suggested-products .products-slider .swiper-pagination-bullet-active{background:#ff6b6b;opacity:1;transform:scale(1.2)}@media(max-width:1024px){.product-page .product-content{flex-direction:column;align-items:center;text-align:center}.product-page .product-image-container,.product-page .product-info{max-width:100%}}@media(max-width:768px){.product-page .product-info .price-container{align-items:flex-start;gap:1rem}.product-page .product-info .price-container .product-price .amount{font-size:2rem}.product-page .product-info .price-container .price-labels{width:100%;justify-content:flex-start}}@media(max-width:480px){.product-page .product-info .price-container .price-labels .special-label,.product-page .product-info .price-container .price-labels .status-label{font-size:.75rem;padding:.375rem .75rem}.product-page .product-info .quantity-section .quantity-selector{width:100%;justify-content:space-between}}.product-features{width:100%;margin:4rem 0;padding:2rem;background:#f8fafc;border-radius:16px}.product-features .feature-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}@media(max-width:768px){.product-features .feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-features .feature-grid{grid-template-columns:1fr}}.product-features .feature-item{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .3s ease}.product-features .feature-item:hover{transform:translateY(-5px)}.product-features .feature-item .feature-icon{font-size:2rem;margin-bottom:1rem}.product-features .feature-item h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.product-features .feature-item p{font-size:.9rem;color:#666}.product-tabs{width:100%;margin:2rem 0;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.product-tabs .tabs-header{display:flex;border-bottom:1px solid #e2e8f0;padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-tabs .tabs-header::-webkit-scrollbar{height:2px}.product-tabs .tabs-header .tab-button{padding:1rem 2rem;font-size:1rem;font-weight:500;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .3s ease;white-space:nowrap}.product-tabs .tabs-header .tab-button:hover{color:#1e293b}.product-tabs .tabs-header .tab-button.active{color:#ff6b6b;border-bottom-color:#ff6b6b}.product-tabs .tab-content{padding:2rem}.product-tabs .tab-content h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.product-tabs .tab-content .product-highlights{margin:1.5rem 0;padding-left:1.5rem}.product-tabs .tab-content .product-highlights li{margin:.5rem 0;color:#4b5563;position:relative;padding-left:1.5rem}.product-tabs .tab-content .product-highlights li:before{content:"✓";position:absolute;left:0;color:#16a34a}.product-tabs .tab-content .ingredients-list{margin-bottom:2rem}.product-tabs .tab-content .ingredients-list .ingredient-group{margin-bottom:1.5rem}.product-tabs .tab-content .ingredients-list .ingredient-group h4{font-size:1.1rem;color:#1e293b;margin-bottom:.5rem}.product-tabs .tab-content .ingredients-list .ingredient-group p{color:#64748b;line-height:1.6}.product-tabs .tab-content .nutrition-info{background:#f8fafc;padding:1.5rem;border-radius:12px}.product-tabs .tab-content .nutrition-info h4{margin-bottom:1rem}.product-tabs .tab-content .nutrition-info .nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.product-tabs .tab-content .nutrition-info .nutrition-grid .nutrition-item{display:flex;justify-content:space-between;padding:.5rem;border-bottom:1px dashed #e2e8f0}.product-tabs .tab-content .nutrition-info .nutrition-grid .nutrition-item span:first-child{color:#64748b}.product-tabs .tab-content .nutrition-info .nutrition-grid .nutrition-item span:last-child{font-weight:500;color:#1e293b}.product-tabs .tab-content .shipping-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.product-tabs .tab-content .shipping-options .shipping-option{padding:1.5rem;background:#f8fafc;border-radius:12px;text-align:center}.product-tabs .tab-content .shipping-options .shipping-option h4{color:#1e293b;margin-bottom:.5rem}.product-tabs .tab-content .shipping-options .shipping-option .shipping-price{font-size:1.25rem;font-weight:600;color:#ff6b6b;margin-top:.5rem}.product-tabs .tab-content .shipping-note{padding:1rem;background:#fff7ed;border-radius:8px}.product-tabs .tab-content .shipping-note p{color:#9a3412;margin:.25rem 0;font-size:.9rem}.product-tabs .tab-content .shipping-note p:before{content:"•";margin-right:.5rem}@media(max-width:768px){.product-tabs .tabs-header .tab-button{padding:1rem}.product-tabs .tab-content{padding:1.5rem}}@media(max-width:480px){.product-features,.product-tabs .tab-content{padding:1rem}.product-tabs .tab-content .shipping-options{grid-template-columns:1fr}}.reviews-content{padding:2rem;background:#fff}.reviews-content .reviews-summary{display:flex;gap:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.reviews-content .reviews-summary .rating-overview{flex:1 1}.reviews-content .reviews-summary .rating-overview h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.reviews-content .reviews-summary .rating-overview .average-rating{display:flex;align-items:center;gap:2rem}.reviews-content .reviews-summary .rating-overview .average-rating .big-number{font-size:3.5rem;font-weight:700;color:#1a1a1a;line-height:1}.reviews-content .reviews-summary .rating-overview .average-rating .rating-details .stars{display:flex;gap:.25rem;margin-bottom:.5rem}.reviews-content .reviews-summary .rating-overview .average-rating .rating-details .stars .star{font-size:1.25rem}.reviews-content .reviews-summary .rating-overview .average-rating .rating-details .stars .star.filled{color:#fbbf24}.reviews-content .reviews-summary .rating-overview .average-rating .rating-details .stars .star.empty{color:#e5e7eb}.reviews-content .reviews-summary .rating-overview .average-rating .rating-details .review-count{color:#6b7280;font-size:.9rem}.reviews-content .reviews-summary .rating-bars{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.reviews-content .reviews-summary .rating-bars .rating-bar{display:flex;align-items:center;gap:1rem}.reviews-content .reviews-summary .rating-bars .rating-bar .star-label{min-width:100px;display:flex;align-items:center;gap:.25rem;color:#4b5563;font-size:.9rem}.reviews-content .reviews-summary .rating-bars .rating-bar .progress-bar{flex:1 1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.reviews-content .reviews-summary .rating-bars .rating-bar .progress-bar .progress{height:100%;background:#fbbf24;border-radius:4px;transition:width .3s ease}.reviews-content .reviews-summary .rating-bars .rating-bar .count{min-width:40px;text-align:right;color:#6b7280;font-size:.9rem}.reviews-content .reviews-list{display:flex;flex-direction:column;gap:1.5rem}.reviews-content .reviews-list .review-card{padding:1.5rem;border-radius:12px;background:#f8fafc;transition:transform .2s ease}.reviews-content .reviews-list .review-card:hover{transform:translateY(-2px)}.reviews-content .reviews-list .review-card .review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.reviews-content .reviews-list .review-card .review-header .user-icon{width:40px;height:40px;color:#64748b}.reviews-content .reviews-list .review-card .review-header .review-meta{flex:1 1}.reviews-content .reviews-list .review-card .review-header .review-meta .reviewer-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.reviews-content .reviews-list .review-card .review-header .review-meta .review-rating{display:flex;gap:.25rem}.reviews-content .reviews-list .review-card .review-header .review-meta .review-rating .star{font-size:.9rem}.reviews-content .reviews-list .review-card .review-header .review-meta .review-rating .star.filled{color:#fbbf24}.reviews-content .reviews-list .review-card .review-header .review-meta .review-rating .star.empty{color:#e5e7eb}.reviews-content .reviews-list .review-card .review-header .review-meta .review-date{font-size:.85rem;color:#6b7280;margin-top:.25rem}.reviews-content .reviews-list .review-card .review-header .verified-badge{padding:.25rem .75rem;background:#dcfce7;color:#166534;border-radius:20px;font-size:.75rem;font-weight:500}.reviews-content .reviews-list .review-card .review-text{color:#4b5563;line-height:1.6;margin-bottom:1rem}.reviews-content .reviews-list .review-card .review-images{display:flex;gap:.75rem;margin-top:1rem}.reviews-content .reviews-list .review-card .review-images .review-image{width:80px;height:80px;border-radius:8px;object-fit:cover}.reviews-content .reviews-list .review-card .review-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.reviews-content .reviews-list .review-card .review-footer .helpful{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem}.reviews-content .reviews-list .review-card .review-footer .helpful button{padding:.25rem .75rem;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#4b5563;font-size:.85rem;cursor:pointer;transition:all .2s ease}.reviews-content .reviews-list .review-card .review-footer .helpful button:hover{background:#f1f5f9;border-color:#cbd5e1}@media(max-width:768px){.reviews-content{padding:1.5rem}.reviews-content .reviews-summary{flex-direction:column;gap:2rem}.reviews-content .reviews-summary .rating-overview .average-rating{gap:1.5rem}.reviews-content .reviews-summary .rating-overview .average-rating .big-number{font-size:3rem}.reviews-content .reviews-list .review-card{padding:1rem}.reviews-content .reviews-list .review-card .review-header .user-icon{width:32px;height:32px}.reviews-content .reviews-list .review-card .review-images .review-image{width:60px;height:60px}}.legal-container{max-width:800px;margin:100px auto;padding:40px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:left}.legal-container .legal-header{text-align:center;margin-bottom:30px}.legal-container .legal-header h1{font-size:32px;color:#333;font-weight:700}.legal-container .legal-header p{color:#777;font-size:14px}.legal-container .legal-content h2{font-size:22px;color:#007bff;margin-bottom:10px}.legal-container .legal-content p,.legal-container .legal-content ul{font-size:16px;color:#555;line-height:1.6}.legal-container .legal-content ul{padding-left:20px;list-style-type:disc}.legal-container .legal-content .back-link{display:inline-block;margin-top:20px;color:#007bff;font-weight:700;text-decoration:none;transition:all .3s ease-in-out}.legal-container .legal-content .back-link:hover{text-decoration:underline}.box-builder{display:flex;flex-direction:column;max-width:1400px;width:100%;margin:100px auto 0;padding:2rem}@media(max-width:1024px){.box-builder{max-width:100%;padding:1.5rem}}@media(max-width:768px){.box-builder{padding:1rem}}@media(max-width:480px){.box-builder{padding:.75rem}}.box-builder .main-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media(max-width:1024px){.box-builder .main-content{display:flex;flex-direction:column;gap:1.5rem}}@media(max-width:480px){.box-builder .main-content{gap:1rem}.box-builder .main-content .box-preview{order:2}.box-builder .main-content .flavor-selection{order:1}}.box-builder .box-preview{position:-webkit-sticky;position:sticky;top:2rem;background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.08);height:-moz-fit-content;height:fit-content;transition:all .3s ease}@media(max-width:1024px){.box-builder .box-preview{position:relative;top:0;padding:1.5rem;width:100%}}@media(max-width:480px){.box-builder .box-preview{padding:1rem}}.box-builder .box-preview .box-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.box-builder .box-preview .box-header .cookie-icon{color:#ff6b6b;font-size:1.5rem}.box-builder .box-preview .box-header h2{color:#ff6b6b;font-size:1.5rem;font-weight:600}@media(max-width:480px){.box-builder .box-preview .box-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.box-builder .box-preview .cookie-box{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:1rem;border:2px dashed #dee2e6}@media(max-width:1024px){.box-builder .box-preview .cookie-box{grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem}}@media(max-width:480px){.box-builder .box-preview .cookie-box{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.75rem}}.box-builder .box-preview .cookie-box .cookie-slot{aspect-ratio:1;border-radius:.75rem;overflow:hidden}.box-builder .box-preview .cookie-box .cookie-slot .empty-slot{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:2px dashed #dee2e6;cursor:pointer;transition:all .3s ease}.box-builder .box-preview .cookie-box .cookie-slot .empty-slot span{font-size:1.5rem;color:#adb5bd}.box-builder .box-preview .cookie-box .cookie-slot .empty-slot p{font-size:.875rem;color:#adb5bd;margin-top:.5rem}.box-builder .box-preview .cookie-box .cookie-slot .empty-slot:hover{border-color:#ff6b6b;background:#fff5f5;transform:translateY(-2px)}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot{position:relative;height:100%;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot .cookie-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot .remove-cookie{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;color:#ff6b6b;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot .cookie-name{position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:hsla(0,0%,100%,.9);font-size:.75rem;text-align:center;color:#495057;transform:translateY(100%);transition:transform .3s ease}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot:hover .cookie-image{transform:scale(1.1)}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot:hover .remove-cookie{opacity:1}.box-builder .box-preview .cookie-box .cookie-slot .filled-slot:hover .cookie-name{transform:translateY(0)}.box-builder .box-preview .box-status{margin-top:1.5rem;text-align:center}.box-builder .box-preview .box-status .progress-bar{height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin-bottom:.75rem}.box-builder .box-preview .box-status .progress-bar .progress{height:100%;background:linear-gradient(45deg,#ff6b6b,#ff8787);border-radius:3px;transition:width .3s ease}.box-builder .box-preview .box-status p{font-size:1rem;color:#495057;font-weight:500}@media(max-width:1024px){.box-builder .flavor-selection{width:100%;padding:0}}@media(max-width:480px){.box-builder .flavor-selection{padding:0;margin-bottom:2rem}}.box-builder .flavor-selection .product-info{position:-webkit-sticky;position:sticky;top:95px;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 15px rgba(0,0,0,.06);z-index:10}@media(max-width:1024px){.box-builder .flavor-selection .product-info{position:relative;top:0}}.box-builder .flavor-selection .product-info .product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.box-builder .flavor-selection .product-info .product-header h1{font-size:2.5rem;background:linear-gradient(45deg,#ff6b6b,#ff8787);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.box-builder .flavor-selection .product-info .product-header .badges{display:flex;gap:.5rem}.box-builder .flavor-selection .product-info .product-header .badges .badge{padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600}.box-builder .flavor-selection .product-info .product-header .badges .badge.premium{background:#fff4e6;color:#fd7e14}.box-builder .flavor-selection .product-info .product-header .badges .badge.bestseller{background:#e6fcf5;color:#12b886}@media(max-width:1024px){.box-builder .flavor-selection .product-info .product-header{flex-direction:column;align-items:flex-start;gap:1rem}.box-builder .flavor-selection .product-info .product-header h1{font-size:2rem}.box-builder .flavor-selection .product-info .product-header .badges{flex-wrap:wrap}}.box-builder .flavor-selection .product-info .rating{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.box-builder .flavor-selection .product-info .rating .stars{color:gold;font-size:1.2rem;letter-spacing:2px}.box-builder .flavor-selection .product-info .rating .rating-value{font-weight:600;color:#495057}.box-builder .flavor-selection .product-info .rating .reviews{color:#868e96}.box-builder .flavor-selection .product-info .description{color:#495057;line-height:1.6;margin-bottom:2rem}.box-builder .flavor-selection .product-info .features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.box-builder .flavor-selection .product-info .features .feature{display:flex;align-items:center;gap:.5rem;color:#495057;font-size:.9rem}.box-builder .flavor-selection .product-info .features .feature svg{color:#ff6b6b}.box-builder .flavor-selection .product-info .features .stock-status{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#dcfce7;color:#166534;border-radius:20px;font-size:.875rem;font-weight:500;width:-moz-fit-content;width:fit-content}@media(max-width:1024px){.box-builder .flavor-selection .product-info .features{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.box-builder .flavor-selection .product-info .features{grid-template-columns:1fr}}.box-builder .flavor-selection .product-info .price-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-top:1rem}.box-builder .flavor-selection .product-info .price-section .price-info .price-wrapper{display:flex;flex-direction:column}.box-builder .flavor-selection .product-info .price-section .price-info .price-wrapper h2{font-size:1.5rem;color:#ff4757;margin:0;line-height:1}.box-builder .flavor-selection .product-info .price-section .price-info .price-wrapper .tax-note{font-size:.75rem;color:#666;margin-top:4px;font-weight:400}.box-builder .flavor-selection .product-info .price-section .price-info .stock-status{display:inline-block;padding:.5rem 1rem;background:#e6fcf5;color:#12b886;border-radius:2rem;font-size:.9rem;font-weight:600}.box-builder .flavor-selection .product-info .price-section .quantity-selector{display:inline-flex;align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:100px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.box-builder .flavor-selection .product-info .price-section .quantity-selector button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#fff;border-radius:100px;color:#333;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.box-builder .flavor-selection .product-info .price-section .quantity-selector button svg{width:16px;height:16px}.box-builder .flavor-selection .product-info .price-section .quantity-selector button:hover:not(:disabled){background:#f3f4f6}.box-builder .flavor-selection .product-info .price-section .quantity-selector button:disabled{color:#d1d5db;cursor:not-allowed}.box-builder .flavor-selection .product-info .price-section .quantity-selector span{min-width:32px;text-align:center;font-size:.875rem;font-weight:500;color:#111827}@media(max-width:1024px){.box-builder .flavor-selection .product-info .price-section{flex-direction:column;align-items:flex-start;gap:1rem}.box-builder .flavor-selection .product-info .price-section .price-info h2{font-size:2rem}}.box-builder .flavor-selection .product-info .available-flavors{margin-top:2rem;width:100%}.box-builder .flavor-selection .product-info .available-flavors .section-header{text-align:center;margin-bottom:2rem}.box-builder .flavor-selection .product-info .available-flavors .section-header h2{font-size:2rem;font-weight:700;color:#2d3436;margin-bottom:.75rem}.box-builder .flavor-selection .product-info .available-flavors .section-header .section-description{color:#6c757d;font-size:1rem;max-width:600px;margin:0 auto;line-height:1.5}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:.5rem}@media(max-width:1024px){.box-builder .flavor-selection .product-info .available-flavors .flavor-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media(max-width:768px){.box-builder .flavor-selection .product-info .available-flavors .flavor-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media(max-width:480px){.box-builder .flavor-selection .product-info .available-flavors .flavor-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.25rem}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-info{padding:.5rem}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-info .flavor-name{font-size:.85rem}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-image-wrapper .hover-overlay .add-button{padding:.5rem 1rem;font-size:.8rem}}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item{background:#fff;border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .3s ease}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-image-wrapper .flavor-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-image-wrapper .hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-image-wrapper .hover-overlay .add-button{padding:.75rem 1.5rem;background:#fff;border:none;border-radius:2rem;color:#ff6b6b;font-weight:600;font-size:.9rem;transform:translateY(10px);transition:all .3s ease}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-image-wrapper .hover-overlay .add-button span{display:flex;align-items:center;gap:.5rem}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-info{padding:1rem;text-align:center}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item .flavor-info .flavor-name{font-size:1rem;font-weight:600;color:#495057;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item:hover{transform:translateY(-4px)}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item:hover .flavor-image-wrapper .flavor-image{transform:scale(1.08)}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item:hover .flavor-image-wrapper .hover-overlay{opacity:1}.box-builder .flavor-selection .product-info .available-flavors .flavor-grid .flavor-item:hover .flavor-image-wrapper .hover-overlay .add-button{transform:translateY(0)}.box-builder .flavor-selection .product-info .add-to-cart{width:100%;border:none;border-radius:1rem;background:linear-gradient(45deg,#ff6b6b,#ff8787);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px hsla(0,100%,71%,.3)}.box-builder .flavor-selection .product-info .add-to-cart:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px hsla(0,100%,71%,.4)}.box-builder .flavor-selection .product-info .add-to-cart:disabled{background:linear-gradient(45deg,#dee2e6,#e9ecef);cursor:not-allowed;box-shadow:none}.box-builder .flavor-selection .product-info .compact-flavors{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.box-builder .flavor-selection .product-info .compact-flavors .section-header{margin-bottom:1rem;text-align:center}.box-builder .flavor-selection .product-info .compact-flavors .section-header h3{font-size:1.25rem;color:#2d3436;margin-bottom:.5rem}.box-builder .flavor-selection .product-info .compact-flavors .section-header p{color:#6c757d;font-size:.9rem}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll{display:flex;gap:1rem;overflow-x:auto;padding:.5rem;scrollbar-width:thin;scrollbar-color:#ff6b6b #f8f9fa}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll::-webkit-scrollbar{height:6px}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll::-webkit-scrollbar-track{background:#f8f9fa;border-radius:3px}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll::-webkit-scrollbar-thumb{background:#ff6b6b;border-radius:3px}@media(max-width:480px){.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;overflow-x:visible;padding:.25rem}}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item{flex:0 0 auto;width:120px;cursor:pointer;transition:all .3s ease}@media(max-width:1024px){.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item{width:110px}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-image{width:75px;height:75px}}@media(max-width:768px){.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item{width:100px}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-image{width:70px;height:70px}}@media(max-width:480px){.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item{width:100%}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-image{width:60px;height:60px}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-info h4{font-size:.8rem}}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-image{position:relative;width:80px;height:80px;margin:0 auto;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);border:2px solid transparent;transition:all .3s ease}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-image .flavor-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-image .add-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:hsla(0,100%,71%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;opacity:0;transition:all .3s ease}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-info{text-align:center;margin-top:.5rem}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item .compact-flavor-info h4{font-size:.9rem;color:#495057;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item:hover .compact-flavor-image{border-color:#ff6b6b;transform:translateY(-2px)}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item:hover .compact-flavor-image .flavor-image{transform:scale(1.1)}.box-builder .flavor-selection .product-info .compact-flavors .flavor-scroll .compact-flavor-item:hover .compact-flavor-image .add-indicator{opacity:1}.box-builder .stay-connected{width:100%;margin-top:2rem;padding:2rem;background:#4a90e2;border-radius:1rem;color:#fff;text-align:center}@media(max-width:1024px){.box-builder .stay-connected{padding:1.5rem}}@media(max-width:480px){.box-builder .stay-connected{padding:1rem;margin-top:1rem}}.box-builder .stay-connected h2{font-size:1.5rem;margin-bottom:1rem}.box-builder .stay-connected .email-form{max-width:400px;margin:0 auto}.box-builder .stay-connected .email-form input{width:100%;padding:.75rem 1rem;border:none;border-radius:.5rem;margin-bottom:1rem}.box-builder .stay-connected .email-form input:focus{outline:none;box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.box-builder .stay-connected .quick-links{margin-top:2rem;display:flex;justify-content:center;gap:2rem}@media(max-width:480px){.box-builder .stay-connected .quick-links{flex-direction:column;gap:1rem}}.box-builder .stay-connected .quick-links a{color:#fff;text-decoration:none;font-weight:500}.box-builder .stay-connected .quick-links a:hover{text-decoration:underline}.box-builder>.available-flavors{display:none}.box-builder .tooltip{position:fixed;bottom:2rem;right:2rem;background:#2d3436;color:#fff;padding:1rem 1.5rem;border-radius:.5rem;z-index:1000;box-shadow:0 4px 15px rgba(0,0,0,.1);font-weight:500}@media(max-width:768px){.box-builder .tooltip{bottom:1.5rem;right:1.5rem;padding:.75rem 1rem;font-size:.9rem}}.box-builder .suggested-products{width:100%}.box-builder .suggested-products .section-header{text-align:center;margin-bottom:3rem}.box-builder .suggested-products .section-header .section-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.02em}.box-builder .suggested-products .section-header .section-subtitle{color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto}.box-builder .suggested-products .products-slider{padding:.5rem;margin:0 -.5rem 2rem}.box-builder .suggested-products .products-slider .swiper-slide{height:auto;padding:.5rem}.box-builder .suggested-products .products-slider .product-slide{background:#fff;border-radius:16px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.box-builder .suggested-products .products-slider .product-slide:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.box-builder .suggested-products .products-slider .product-slide .image-wrapper{position:relative;width:100%;padding-top:100%;background:#f8fafc;overflow:hidden}.box-builder .suggested-products .products-slider .product-slide .image-wrapper .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.box-builder .suggested-products .products-slider .product-slide .image-wrapper .hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.box-builder .suggested-products .products-slider .product-slide .image-wrapper .hover-overlay .quick-view{padding:.75rem 1.5rem;background:#fff;color:#1a1a1a;border:none;border-radius:30px;font-weight:600;font-size:.9rem;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.box-builder .suggested-products .products-slider .product-slide .image-wrapper .hover-overlay .quick-view:hover{background:#ff6b6b;color:#fff;transform:translateY(0) scale(1.05)}.box-builder .suggested-products .products-slider .product-slide .image-wrapper:hover .product-image{transform:scale(1.08)}.box-builder .suggested-products .products-slider .product-slide .image-wrapper:hover .hover-overlay{opacity:1}.box-builder .suggested-products .products-slider .product-slide .image-wrapper:hover .hover-overlay .quick-view{transform:translateY(0)}.box-builder .suggested-products .products-slider .product-slide .product-details{padding:1.25rem;flex:1 1;display:flex;flex-direction:column;gap:.75rem}.box-builder .suggested-products .products-slider .product-slide .product-details .product-name{font-size:1.1rem;font-weight:600;color:#1e293b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:auto;min-height:3rem}.box-builder .suggested-products .products-slider .product-slide .product-details .price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.box-builder .suggested-products .products-slider .product-slide .product-details .price-row .product-price{font-size:1.25rem;font-weight:700;color:#ff6b6b;display:flex;align-items:baseline;gap:.1rem}.box-builder .suggested-products .products-slider .product-slide .product-details .price-row .product-price:before{content:"$";font-size:.9em}.box-builder .suggested-products .products-slider .product-slide .product-details .price-row .stock-status{font-size:.8rem;font-weight:500;padding:.35rem .75rem;border-radius:20px;letter-spacing:.02em}.box-builder .suggested-products .products-slider .product-slide .product-details .price-row .stock-status.in-stock{background:#dcfce7;color:#166534}.box-builder .suggested-products .products-slider .product-slide .product-details .price-row .stock-status.out-of-stock{background:#fef2f2;color:#991b1b}.box-builder .suggested-products .products-slider .swiper-pagination{margin-top:20px;bottom:-2px}.box-builder .suggested-products .products-slider .swiper-pagination-bullet{width:8px;height:8px;background:#cbd5e1;opacity:.5;transition:all .3s ease;margin:0 6px}.box-builder .suggested-products .products-slider .swiper-pagination-bullet-active{background:#ff6b6b;opacity:1;transform:scale(1.2)}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:flex-end;z-index:9999;font-family:Poppins,sans-serif;font-size:16px;color:#121212;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-modal-overlay.active{opacity:1;visibility:visible;animation:fadeIn .3s ease-out}.cart-modal-overlay.active .cart-modal{transform:translateX(0)}.cart-modal{background:#fdf9f3;width:35vw;height:100vh;padding:20px;border-left:1px solid #ddd;box-shadow:-4px 0 15px rgba(0,0,0,.2);text-align:left;position:relative;display:flex;flex-direction:column;overflow-y:auto;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart-modal .cart-items{opacity:0;transform:translateX(20px);animation:fadeSlideIn .5s ease forwards;animation-delay:.2s}.cart-modal .cart-footer{opacity:0;transform:translateY(20px);animation:fadeSlideUp .5s ease forwards;animation-delay:.3s}@keyframes fadeSlideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-btn{position:absolute;top:15px;right:20px;font-size:24px;background:none;border:none;cursor:pointer;color:#333}.close-btn:hover{background:#dbd8d8}.cart-title{font-size:20px;font-weight:700;margin-bottom:15px}.cart-items{flex-grow:1;overflow-y:auto;padding-right:10px}.cart-items .cart-item{opacity:0;animation:fadeSlideIn .5s ease forwards}.cart-items .cart-item:first-child{animation-delay:.1s}.cart-items .cart-item:nth-child(2){animation-delay:.2s}.cart-items .cart-item:nth-child(3){animation-delay:.3s}.cart-items .cart-item:nth-child(4){animation-delay:.4s}.cart-items .cart-item:nth-child(5){animation-delay:.5s}.cart-items .cart-item:nth-child(6){animation-delay:.6s}.cart-items .cart-item:nth-child(7){animation-delay:.7s}.cart-items .cart-item:nth-child(8){animation-delay:.8s}.cart-items .cart-item:nth-child(9){animation-delay:.9s}.cart-items .cart-item:nth-child(10){animation-delay:1s}.cart-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #ddd;justify-content:space-between}.cart-item img{width:100px;height:100px;border-radius:8px;object-fit:cover}.cart-item .cart-item-details{flex:1 1;padding-left:20px;display:flex;flex-direction:column;width:100%}.cart-item .cart-item-header{display:flex;justify-content:space-between;align-items:center;width:100%}.cart-item .cart-item-name{font-size:18px;font-weight:700}.cart-item .quantity-controls{display:flex;align-items:center;gap:5px}.cart-item .quantity-controls button{background:none;border:1px solid #333;padding:5px 10px;font-size:14px;cursor:pointer;border-radius:4px;color:#333}.cart-item .quantity-controls button:hover{background:#ddd}.cart-item .quantity-controls span{font-size:14px;font-weight:700;min-width:25px;text-align:center}.cart-item .cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.cart-item .cart-item-price{font-size:18px;color:#333}.cart-item .remove-btn{font-size:12px;color:#d9534f;cursor:pointer;background:none;border:none;padding:0}.cart-item .remove-btn:hover{background:none;text-decoration:underline}.quantity-controls{display:flex;align-items:center;gap:5px}.quantity-controls button{background:none;border:1px solid #333;padding:5px 10px;font-size:14px;cursor:pointer;border-radius:4px;color:#333}.quantity-controls button:hover{background:#ddd}.quantity-controls span{font-size:14px;font-weight:700;min-width:25px;text-align:center}.remove-btn{font-size:12px;color:#d9534f;cursor:pointer;background:none;border:none;padding:0;margin-left:15px}.remove-btn:hover{background:none;text-decoration:underline}.cart-footer{border-top:1px solid #ddd;padding-top:25px;margin-top:auto}.cart-total{font-size:34px}.cart-total p{display:flex;justify-content:space-between;font-size:20px;line-height:1.4;letter-spacing:.02em;margin-bottom:5px;color:#121212}.cart-total p span{font-weight:600}.cart-total .cart-note{font-size:12px;color:#777;margin-top:5px}.checkout-btn{background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;width:100%;border:none;padding:12px;font-size:16px;font-weight:700;border-radius:5px;cursor:pointer;margin-top:10px}.checkout-btn:hover{background:linear-gradient(135deg,#ff4757,#ff6b6b);box-shadow:0 10px 20px hsla(0,100%,71%,.5);transform:scale(1.05)}@media(max-width:1100px){.cart-modal{width:50vw}}@media(max-width:768px){.cart-modal{width:100vw}}.paypal-container{text-align:center;margin-top:20px;position:relative}.spinner-container{display:flex;justify-content:center;align-items:center;height:20px}.spinner-dot{width:10px;height:10px;background-color:#000;border-radius:50%;margin-left:10px;animation:spin-dot 1.5s ease-in-out infinite}@keyframes spin-dot{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:15px 20px;border-radius:8px;z-index:1000;animation:fadeIn .3s ease-in-out}.modal-content{font-size:16px;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.left-section{width:55%;background:#fff;padding:20px;border-radius:8px}@media screen and (max-width:768px){.left-section{padding:10px;width:100%}}.left-section .express-checkout{text-align:left;margin-bottom:20px;font-size:18px;font-weight:600}.left-section .express-checkout .separator{display:flex;align-items:center;justify-content:center;margin:15px 0;position:relative;width:100%}.left-section .express-checkout .separator:after,.left-section .express-checkout .separator:before{content:"";flex:1 1;height:1px;background:#ccc;margin:0 10px}.left-section .express-checkout .separator .or-text{color:#888;font-size:14px;font-weight:600;white-space:nowrap}.left-section .contact-checkout-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.left-section .contact-checkout-section h3{font-size:18px;margin-bottom:5px}.left-section .contact-checkout-section a{color:#007bff;text-decoration:none;font-size:14px}.left-section .contact-address{border:1px solid #ddd;border-radius:6px;padding:15px;background:#fff;margin-bottom:20px}.left-section .contact-address .contact-row .mobile-style{display:none}.left-section .contact-address .contact-row .desktop-style{display:block;display:flex;align-items:center;font-size:14px;margin-bottom:5px}.left-section .contact-address .contact-row .desktop-style .label{flex:0 0 15%;font-weight:700;color:#333}.left-section .contact-address .contact-row .desktop-style .value{flex:0 0 75%;color:#333}.left-section .contact-address .contact-row .desktop-style .change-link{flex:0 0 10%;color:#007bff;font-size:14px;text-decoration:none;cursor:pointer}@media screen and (max-width:768px){.left-section .contact-address .contact-row{flex-direction:column;align-items:flex-start;padding:12px 0}.left-section .contact-address .contact-row .mobile-style{display:block;width:100%}.left-section .contact-address .contact-row .mobile-style .label-container{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:5px}.left-section .contact-address .contact-row .mobile-style .label{flex:1 1;font-size:13px;font-weight:700;margin-right:auto}.left-section .contact-address .contact-row .mobile-style .change-link{font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;margin-left:auto;color:#007bff}.left-section .contact-address .contact-row .mobile-style .value{font-size:14px;font-weight:500;text-align:left;line-height:1.4;width:100%;margin-top:5px}.left-section .contact-address .contact-row .desktop-style{display:none}}.left-section .contact-address hr{border:none;height:1px;background:#ddd;margin:10px 0}.left-section .email-section input{width:100%}.left-section .delivery-options{margin-bottom:20px}.left-section .delivery-method,.left-section .store-option{display:flex;align-items:flex-start;width:100%;padding:15px;border:1px solid #d1d5db;border-radius:8px;margin-bottom:10px;background:#fff;cursor:pointer;transition:all .2s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:768px){.left-section .delivery-method,.left-section .store-option{padding:12px;margin-bottom:8px;flex-direction:row;align-items:flex-start;gap:10px;-webkit-appearance:none}}.left-section .delivery-method input[type=radio],.left-section .store-option input[type=radio]{flex:0 0 18px;width:18px;height:18px;margin-right:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #ccc;border-radius:50%;background-color:#fff;cursor:pointer;transform:scale(.8)}@media screen and (max-width:768px){.left-section .delivery-method input[type=radio],.left-section .store-option input[type=radio]{flex:0 0 16px;width:16px;height:16px;margin-top:2px;margin-right:8px;transform:scale(.7)!important}.left-section .delivery-method input[type=radio]:checked:after,.left-section .store-option input[type=radio]:checked:after{width:8px;height:8px}}.left-section .delivery-method input[type=radio]:checked,.left-section .store-option input[type=radio]:checked{border-color:#007bff;background-color:#fff;position:relative}.left-section .delivery-method input[type=radio]:checked:after,.left-section .store-option input[type=radio]:checked:after{content:"";position:absolute;width:9px;height:9px;background:#007bff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.left-section .delivery-method label,.left-section .store-option label{flex:1 1;display:flex;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px;font-weight:500;color:#333;margin-top:2px}.left-section .delivery-method label b,.left-section .store-option label b{font-weight:600;margin-left:5px}@media screen and (max-width:768px){.left-section .delivery-method label,.left-section .store-option label{padding-top:0;font-size:15px;-webkit-text-size-adjust:100%;align-items:center;margin-top:4px}}.left-section .delivery-method label .delivery-header,.left-section .delivery-method label .store-header,.left-section .store-option label .delivery-header,.left-section .store-option label .store-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;font-size:14px;font-weight:600;margin-bottom:4px;-webkit-text-size-adjust:100%}@media screen and (max-width:768px){.left-section .delivery-method label .delivery-header,.left-section .delivery-method label .store-header,.left-section .store-option label .delivery-header,.left-section .store-option label .store-header{flex-direction:column;gap:2px}}.left-section .delivery-method label .delivery-details,.left-section .delivery-method label .store-details,.left-section .store-option label .delivery-details,.left-section .store-option label .store-details{font-size:13px;color:#6b7280;line-height:1.4;-webkit-text-size-adjust:100%;margin-left:5px}@media screen and (max-width:768px){.left-section .delivery-method label .delivery-details,.left-section .delivery-method label .store-details,.left-section .store-option label .delivery-details,.left-section .store-option label .store-details{margin-top:4px;margin-left:0}}.left-section .delivery-method.selected,.left-section .store-option.selected{border-color:#007bff;background:#f0f8ff}.left-section .delivery-information{margin-top:30px}.left-section .delivery-information h3{font-size:18px;font-weight:700;margin-bottom:15px}.left-section .delivery-information input,.left-section .delivery-information select{width:100%;padding:10px;margin-top:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px}.left-section .delivery-information .input-group{display:flex;gap:10px}.left-section .delivery-information .input-group input,.left-section .delivery-information .input-group select{flex:1 1;margin-top:10px;height:40px}.left-section .delivery-information #address{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:14px;background:#fff;outline:none}.left-section .delivery-information select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;padding-right:30px!important;background-color:#fff}@media screen and (max-width:768px){.left-section .delivery-information select{-webkit-text-size-adjust:100%}}.left-section .bottom-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;border-top:1px solid #ccc}.left-section .return-to-cart,.left-section .return-to-info{color:#007bff;text-decoration:none;font-size:16px;display:flex;align-items:center;gap:5px;cursor:pointer;transition:color .3s ease}.left-section .return-to-cart:hover{color:#0056b3}.left-section .continue{color:#fff;border:none;padding:12px 20px;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease}.left-section .continue,.left-section .continue:hover{background-color:#ff4757}.left-section .store-locations{border-radius:8px}.left-section .store-locations h3{font-size:16px;font-weight:700;margin-bottom:5px}@media screen and (max-width:768px){.left-section .store-locations h3{text-align:left;font-size:14px;-webkit-text-size-adjust:100%}}.left-section .store-locations p{font-size:14px;color:#6b7280;margin-bottom:12px}@media screen and (max-width:768px){.left-section .store-locations p{text-align:left;font-size:13px;margin-bottom:15px;-webkit-text-size-adjust:100%}}.left-section .store-locations .store-option{display:flex;align-items:flex-start;border:1px solid #d1d5db;border-radius:8px;padding:15px;margin-bottom:10px;background:#fff;cursor:pointer;transition:all .2s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:768px){.left-section .store-locations .store-option{padding:12px;margin-bottom:8px;flex-direction:row;align-items:flex-start;gap:10px;min-height:80px;-webkit-appearance:none}}.left-section .store-locations .store-option input[type=radio]{flex:0 0 20px;margin-right:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #ccc;border-radius:50%;background-color:#fff;cursor:pointer;transform:scale(.8)}@media screen and (max-width:768px){.left-section .store-locations .store-option input[type=radio]{margin-top:2px;margin-right:8px}}.left-section .store-locations .store-option input[type=radio]:checked{border-color:#007bff;background-color:#fff;position:relative}.left-section .store-locations .store-option input[type=radio]:checked:after{content:"";position:absolute;width:10px;height:10px;background:#007bff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.left-section .store-locations .store-option label{flex:1 1;display:flex;flex-direction:column;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:768px){.left-section .store-locations .store-option label{padding-top:0}}.left-section .store-locations .store-option label .store-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;font-size:14px;font-weight:600;margin-bottom:4px;-webkit-text-size-adjust:100%}@media screen and (max-width:768px){.left-section .store-locations .store-option label .store-header{flex-direction:column;gap:2px}}.left-section .store-locations .store-option label .store-details{font-size:13px;color:#6b7280;line-height:1.4;-webkit-text-size-adjust:100%}@media screen and (max-width:768px){.left-section .store-locations .store-option label .store-details{margin-top:4px}}.left-section .store-locations .store-option.selected{border-color:#007bff;background:#f0f8ff}@media(max-width:480px){.left-section .store-locations h3{font-size:14px}.left-section .store-locations label span,.left-section .store-locations p{font-size:13px}}.left-section .error{border:1px solid red}.left-section .error-message{color:red;font-size:12px;margin-top:4px;-webkit-text-size-adjust:100%}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.right-section{width:40%;background:#f8f8f8;padding:20px;border-radius:8px;position:-webkit-sticky;position:sticky;top:20px;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1024px){.right-section{width:100%;max-height:400px;overflow-y:auto}}.right-section.hidden{display:none}.right-section .order-summary .order-item{display:flex;align-items:center;margin-bottom:20px;position:relative}.right-section .order-summary .order-item .image-container{position:relative;display:inline-block}.right-section .order-summary .order-item .image-container .quantity-badge{position:absolute;top:-5px;left:40px;background:#333;color:#fff;font-size:12px;font-weight:700;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.right-section .order-summary .order-item .image-container .product-image{width:50px;height:50px;border-radius:5px;margin-right:15px}.right-section .order-summary .order-item .product-details{flex:1 1}.right-section .order-summary .order-item .product-details .product-name{font-weight:700;font-size:16px;margin-bottom:2px}.right-section .order-summary .order-item .product-details .product-desc{font-size:14px;color:#555}.right-section .order-summary .order-item .product-price{font-weight:700;font-size:16px}.right-section .order-summary .discount-section{display:flex;gap:10px;margin-top:15px}.right-section .order-summary .discount-section .discount-input{flex:1 1;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.right-section .order-summary .discount-section .apply-button{background:#0070f3;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:14px;transition:.3s}.right-section .order-summary .discount-section .apply-button:disabled{background:gray;cursor:not-allowed}.right-section .order-summary .discount-section .apply-button:hover:not(:disabled){background:#005bb5}.right-section .order-summary .discount-info{margin-top:10px}.right-section .order-summary .discount-info .discount-amount{color:red!important}.right-section .order-summary .order-total-section{border-top:1px solid #ddd;padding-top:15px;margin-top:10px}.right-section .order-summary .order-total-section p{display:flex;justify-content:space-between;font-size:14px;color:#333;margin-bottom:8px}.right-section .order-summary .order-total-section h3{display:flex;justify-content:space-between;font-size:20px;font-weight:700;margin-top:12px}.right-section .order-summary .order-total-section .total-amount{font-size:20px;font-weight:700}.right-section .order-summary .order-total-section .shipping-info{color:#888;font-size:14px}.order-summary-header{display:none;width:100%;background:#f8f8f8;padding:15px 20px;font-size:16px;text-align:left;border:1px solid #ccc;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:20px}@media screen and (max-width:1024px){.order-summary-header{display:flex}}.order-summary-header .order-total{flex:0 0 50%;text-align:right;color:#1773b0;font-weight:700}.order-summary-header .arrow,.order-summary-header .order-summary-text{color:#1773b0;font-weight:200}.order-summary-header .arrow{flex:0 0 10%;font-size:14px;transition:transform .3s ease}.order-summary-header .up{transform:rotate(180deg)}.order-summary-header .down{transform:rotate(0deg)}.checkout-container{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto;font-family:Arial,sans-serif;padding:0;min-height:auto;background:none;box-shadow:none}@media screen and (max-width:1024px){.checkout-container{margin-top:20px;padding:10px;flex-direction:column-reverse;align-items:center}.checkout-container .left-section,.checkout-container .right-section{width:100%!important}}.breadcrumb-checkout-container{padding:0 30px;max-width:1400px;margin:0 auto}@media screen and (max-width:1024px){.breadcrumb-checkout-container{padding:0 10px}}.featured-categories{padding:80px 20px;background:#fff}.featured-categories h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1a1a1a}.featured-categories .categories-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.featured-categories .categories-grid .category-card{position:relative;border-radius:16px;overflow:hidden;transition:all .3s ease}.featured-categories .categories-grid .category-card:hover{transform:translateY(-10px)}.featured-categories .categories-grid .category-card:hover .category-image img{transform:scale(1.1)}.featured-categories .categories-grid .category-card:hover h3{background:rgba(0,0,0,.8)}.featured-categories .categories-grid .category-card .category-image{position:relative;height:300px}.featured-categories .categories-grid .category-card .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.featured-categories .categories-grid .category-card h3{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:rgba(0,0,0,.6);color:#fff;font-size:1.5rem;text-align:center;transition:background .3s ease}@media(max-width:768px){.featured-categories .categories-grid{grid-template-columns:1fr}}.features-section{padding:60px 20px 0;background:#f8fafc}.features-section .features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-width:1300px;margin:0 auto}.features-section .features-grid .feature-card{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.features-section .features-grid .feature-card:hover{transform:translateY(-5px)}.features-section .features-grid .feature-card .feature-icon{font-size:2.5rem;color:#ff6b6b;margin-bottom:1rem}.features-section .features-grid .feature-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.features-section .features-grid .feature-card p{color:#6b7280;font-size:1rem}@media(max-width:1024px){.features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-section .features-grid{grid-template-columns:1fr}}.products{display:flex;flex-direction:column;gap:80px;padding:50px 20px;max-width:1400px;margin:0 auto}.products .product{display:flex;align-items:center;justify-content:space-between;gap:60px;min-height:350px;opacity:0;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out;padding:20px}.products .product.visible{opacity:1;transform:translateY(0)}.products .product.left{flex-direction:row}.products .product.right{flex-direction:row-reverse}.products .product .product-image{flex:0 0 50%;max-width:600px;aspect-ratio:1/1;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);cursor:pointer}.products .product .product-image img{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;opacity:0;transform:scale(.95);transition:all .8s ease-in-out}.products .product .product-image .hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.products .product .product-image .hover-overlay .view-details{padding:1rem 2rem;background:#fff;color:#1a1a1a;font-weight:600;font-size:1.1rem;border:none;border-radius:30px;transform:translateY(20px);transition:all .3s ease;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15)}.products .product .product-image .hover-overlay .view-details:hover{background:#ff6b6b;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px hsla(0,100%,71%,.3)}.products .product .product-image:hover .hover-overlay{opacity:1}.products .product .product-image:hover .hover-overlay .view-details{transform:translateY(0)}.products .product .product-image:hover img{transform:scale(1.05)}.products .product.visible .product-image img{opacity:1;transform:scale(1)}.products .product .product-info{flex:1 1;max-width:500px;padding:20px;text-align:left}.products .product .product-info h2{font-size:38px;font-weight:700;margin-bottom:10px;text-align:left}.products .product .product-info p{font-size:18px;margin-bottom:20px;text-align:left}.products .product .product-info .buttons{display:flex;flex-direction:column;gap:15px;width:100%}.products .product .product-info .buttons a{width:100%;font-size:16px;font-weight:700;text-decoration:none;padding:16px 24px;border-radius:20px;text-align:center;transition:all .3s ease-in-out}.products .product .product-info .buttons .learn-more{color:#000;border:2px solid #000;background:transparent}.products .product .product-info .buttons .learn-more:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.products .product .product-info .buttons .order-now{background:#ff4757;color:#fff;border:none;box-shadow:0 5px 10px rgba(255,71,87,.3)}.products .product .product-info .buttons .order-now:hover{background:#ff3748;transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,71,87,.5)}@media(max-width:1200px){.products .product{gap:40px}.products .product .product-image{flex:0 0 45%;max-width:500px}}@media(max-width:968px){.products{gap:60px}.products .product{flex-direction:column!important;gap:30px}.products .product .product-image{flex:0 0 auto;width:100%;max-width:450px;margin:0 auto}.products .product .product-info{max-width:100%;padding:0;text-align:left}.products .product .product-info .buttons{width:100%;align-items:stretch}}@media(max-width:480px){.products{gap:40px}.products .product{padding:10px}.products .product .product-image{max-width:100%;aspect-ratio:1/1}.products .product .product-info h2{font-size:28px}.products .product .product-info p{font-size:16px}}.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:20px;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out forwards;overflow:hidden}.hero .hero-image{object-fit:cover;z-index:-1}.hero .hero-content{position:relative;z-index:1;max-width:1200px}.hero .hero-content h1{font-size:52px;font-weight:700;margin-bottom:10px;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out .5s forwards}.hero .hero-content p{font-size:24px;margin-bottom:20px;color:#fff;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out .7s forwards}.hero .hero-content .shop-btn{display:inline-block;background:linear-gradient(90deg,#007bff,#00aeef);color:#fff;padding:12px 24px;font-size:18px;text-decoration:none;font-weight:700;border-radius:5px;transition:background .3s ease-in-out,transform .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out .9s forwards}.hero .hero-content .shop-btn:hover{background:linear-gradient(90deg,#0056b3,#008dcf);transform:scale(1.05)}@media(max-width:960px){.hero{height:100vh;padding:15px}.hero .hero-content{max-width:350px}.hero .hero-content h1{font-size:32px}.hero .hero-content p{font-size:16px}.hero .hero-content .shop-btn{font-size:16px;padding:10px 20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}