*,: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}body{background-image:url(/images/gabsandkeeks-bg.webp);background-repeat:no-repeat;background-attachment:fixed;background-position:50%;background-size:cover;min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.55);z-index:-1}body a,body button,body h1,body h2,body h3,body h4,body h5,body h6,body input,body li,body p,body span,body textarea{font-family:Lora,serif!important}.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:#caf1ff;color:#1f3a5f;border:none;padding:12px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s}button:hover{background:#91d7f0}.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:rgba(190,183,183,.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 slideInRight{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.navbar{position:fixed;top:0;left:0;width:100%;padding:15px 100px;transition:all .3s ease;z-index:2000;background:#ffecd3;box-shadow:0 2px 10px rgba(0,0,0,.05)}.navbar.scrolled{background:#ffecd3;padding:5px 10px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.navbar .logo{display:block;transition:transform .5s ease}.navbar .logo:hover{animation:spinLogo 10s linear infinite}.navbar .logo img{display:block;height:auto}.nav-container{justify-content:space-between;margin:0 auto;padding:0 15px;height:75px}.nav-container,.nav-section{display:flex;align-items:center}.nav-section{flex:1 1}.nav-section.left-logo{justify-content:flex-start;padding-top:70px;flex:.3 1.5}.nav-section.right-nav{justify-content:flex-end;gap:5px}.logo{text-decoration:none;transition:transform .3s ease;height:100%;display:flex;align-items:center}.logo:hover{transform:scale(1.02)}.logo img{display:block;height:auto;width:150px;max-height:100%}.nav-links{display:flex;align-items:center}@media(max-width:1024px){.nav-links.desktop-only{display:none}}.nav-links a{color:#1f3a5f;text-decoration:none;font-family:Helvetica,serif;font-size:16px;font-weight:600;letter-spacing:1px;padding:10px 15px;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;position:relative;text-transform:uppercase}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#4192b0;transition:all .3s ease;transform:translateX(-50%)}.nav-links a:hover{color:#4192b0;background:rgba(0,0,0,0);transform:translateY(-2px)}.nav-links a:hover:after{width:80%}.nav-links a.active{color:#4192b0;background:rgba(0,0,0,0);font-weight:700}.nav-links a.active:after{width:80%;background:#4192b0}.nav-links a .icon{font-size:18px}.nav-links.mobile-menu{display:none}@media(max-width:1024px){.nav-links.mobile-menu.open{position:fixed;top:0;left:0;width:100%;height:100vh;background:#ffecd3;display:flex!important;flex-direction:column;align-items:center;padding:80px 20px 20px;z-index:2500;animation:slideInRight .3s ease-out}.nav-links.mobile-menu.open>a{font-family:Playfair Display,serif;font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:15px 25px;width:100%;text-align:center;border-bottom:1px solid rgba(65,146,176,.1);margin:0;transition:all .3s ease;position:relative}.nav-links.mobile-menu.open>a:after{display:none}.nav-links.mobile-menu.open>a:hover{background:rgba(65,146,176,.05);color:#4192b0;transform:translateX(10px)}.nav-links.mobile-menu.open>a.active{color:#4192b0;font-weight:700}.nav-links.mobile-menu.open>a.order-now-btn{margin-top:20px;background:#4192b0;color:#1f3a5f!important;border-radius:999px;font-family:Poppins,Marcellus,Arial,sans-serif;font-size:1.1rem;font-weight:700;padding:.7em 2.2em;border:none;box-shadow:none;letter-spacing:.04em;transition:all .3s ease}.nav-links.mobile-menu.open>a.order-now-btn:hover{scale:1.05;background:#7ed1f0;transform:none}.nav-links.mobile-menu.open>a.order-now-btn.active{color:#7ed1f0!important;background:#fff!important}}.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}.cart-btn:hover{background:rgba(65,146,176,.1);transform:translateY(-2px)}.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}.menu-toggle{display:none;background:none;border:none;color:#1f3a5f;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease}.menu-toggle:hover{background:rgba(65,146,176,.1)}@media(max-width:1024px){.nav-container{padding:0;height:60px}.nav-section.left-logo{flex:0 1 auto;justify-content:flex-start;margin:0;padding-top:60px}.nav-section.left-logo .logo img{width:120px;height:auto}.nav-section.right-nav{flex:1 1;gap:10px;justify-content:flex-end}.menu-toggle{display:flex;align-items:center;justify-content:center;order:2;z-index:3000;position:relative}.cart-btn{order:1;z-index:3000}}.user-dropdown{position:relative;display:inline-flex;align-items:center}.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}.user-dropdown .user-dropdown-button:hover{background:rgba(65,146,176,.1)}.user-dropdown .user-dropdown-button .user-name{font-weight:500}.user-dropdown .user-dropdown-button .chevron{font-size:.8em;transition:transform .2s ease;opacity:.7}.user-dropdown .user-dropdown-button .chevron.open{transform:rotate(180deg)}.user-dropdown .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);min-width:200px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000;margin-top:5px}.user-dropdown .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown .dropdown-menu .dropdown-content{padding:8px}.user-dropdown .dropdown-menu .dropdown-content .dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;width:100%;border:none;background:none;color:#1f3a5f;font-size:.95em;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s ease}.user-dropdown .dropdown-menu .dropdown-content .dropdown-item .item-icon{font-size:1.1em;opacity:.8}.user-dropdown .dropdown-menu .dropdown-content .dropdown-item:hover{background:rgba(65,146,176,.1);color:#4192b0}.user-dropdown .dropdown-menu .dropdown-content .dropdown-item.logout{color:#dc2626}.user-dropdown .dropdown-menu .dropdown-content .dropdown-item.logout:hover{background:rgba(220,38,38,.1)}@media(max-width:1024px){.user-dropdown{display:none}}.mobile-user-menu{width:100%;margin-top:20px;padding:15px;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:8px}.mobile-user-menu .user-greeting{font-size:16px;color:#1f3a5f;font-weight:600;text-align:center;padding:8px 0;border-bottom:1px solid rgba(65,146,176,.1);margin-bottom:8px}.mobile-user-menu .authenticated-link{display:flex;align-items:center;gap:10px;padding:12px 16px;width:100%;border:none;background:none;color:#1f3a5f;font-size:15px;font-weight:500;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s ease;text-decoration:none;margin:0;opacity:1;animation:none}.mobile-user-menu .authenticated-link .icon{font-size:16px;opacity:.8}.mobile-user-menu .authenticated-link:hover{background:rgba(65,146,176,.1);color:#4192b0;transform:none;box-shadow:none}.mobile-user-menu .authenticated-link:active{transform:scale(.98)}.mobile-user-menu .authenticated-link.dashboard-link,.mobile-user-menu .authenticated-link.orders-link{color:#1f3a5f;background:none;border:none}.mobile-user-menu .authenticated-link.dashboard-link:hover,.mobile-user-menu .authenticated-link.orders-link:hover{background:rgba(65,146,176,.1);color:#4192b0}.mobile-user-menu .authenticated-link:not(.dashboard-link):not(.orders-link){color:#dc2626;margin-top:4px;border-top:1px solid rgba(220,38,38,.1);padding-top:16px}.mobile-user-menu .authenticated-link:not(.dashboard-link):not(.orders-link):hover{background:rgba(220,38,38,.1);color:#dc2626}.order-now-btn{background:#caf1ff;color:#1f3a5f!important;font-size:1.1rem;font-weight:700;border:none;border-radius:999px!important;padding:.7em 1.2em;box-shadow:none;cursor:pointer;letter-spacing:.05em;transition:background .2s,transform .15s;outline:none;display:inline-block;text-align:center;text-decoration:none!important;line-height:1.2}.order-now-btn:hover{scale:1.05;background:#7ed1f0}@media(max-width:1024px){.order-now-btn{display:none}}.order-now-btn.active,a.order-now-btn.active{color:#007bff!important;background:#fff!important;font-weight:700}@media(max-width:1024px){.order-now-btn{margin-top:4rem!important}}.nav-separator{color:#1f3a5f;opacity:.3;font-size:1.5rem;margin:0 1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;vertical-align:middle}@media(max-width:1024px){.nav-separator{display:none}}.navbar--hidden{transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1)}.footer{background:linear-gradient(135deg,#181818 60%,#23243a);position:relative;overflow:hidden;padding:60px 20px 20px}.footer .footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:40px;flex-wrap:wrap}@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:rgba(0,0,0,0);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:hsl(0,0%,95%);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:#e7f6ff;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{gap:12}.footer .footer-right .footer-social .social-links{display:flex;flex-direction:column;gap:20px;padding-top:20px}.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 #000349;text-align:center}.footer .footer-bottom .copyright{color:#b6c6e3;font-size:15px;margin:7px 0 0;letter-spacing:.01em;font-family:Poppins,Marcellus,serif;font-weight:400;text-shadow:0 1px 8px rgba(35,36,58,.2)}.footer .footer-bottom .copyright a{color:#fff;text-decoration:none;font-weight:600;transition:opacity .3s,color .2s}.footer .footer-bottom .copyright a:hover{opacity:.8;color:#a3d5ff}.footer .footer-bottom .footer-payments{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 32px;padding:0 18px;min-width:220px;border-radius:12px;background:hsla(0,0%,100%,.07);box-shadow:0 2px 12px 0 rgba(163,213,255,.07);font-size:15px;color:hsla(0,0%,100%,.88);flex-wrap:wrap;height:70px;align-self:stretch;animation:fadeInFooterPayments .7s cubic-bezier(.4,0,.2,1);transition:background .3s,box-shadow .3s;position:relative}.footer .footer-bottom .footer-payments span{margin-right:8px;font-weight:600;color:#e7f6ff;font-size:15px;letter-spacing:.02em;text-shadow:0 1px 8px rgba(35,36,58,.2666666667)}.footer .footer-bottom .footer-payments .payment-icon{font-size:2.1rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(163,213,255,.13));transition:color .2s,transform .2s,filter .2s;vertical-align:middle;opacity:.92;border-radius:8px;background:hsla(0,0%,100%,.1);padding:2px 6px;box-shadow:0 1px 8px 0 rgba(163,213,255,.1);animation:fadeInFooterPayments .9s cubic-bezier(.4,0,.2,1)}.footer .footer-bottom .footer-payments .payment-icon[title=Visa]{color:#1a1f71}.footer .footer-bottom .footer-payments .payment-icon[title=MasterCard]{color:#eb001b}.footer .footer-bottom .footer-payments .payment-icon[title=Amex]{color:#2e77bb}.footer .footer-bottom .footer-payments .payment-icon[title=PayPal]{color:#003087}.footer .footer-bottom .footer-payments .payment-icon[title="Apple Pay"]{color:#222}.footer .footer-bottom .footer-payments .payment-icon:hover{transform:scale(1.18) translateY(-3px);filter:drop-shadow(0 0 12px rgba(163,213,255,.8)) brightness(1.18);background:hsla(0,0%,100%,.18);opacity:1}.footer .footer-logo{width:120px;height:auto;margin-bottom:1rem;transition:transform .5s ease}.footer .footer-logo:hover{cursor:pointer;animation:spinLogo 10s linear infinite}@keyframes fadeInFooterPayments{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.footer{padding:40px 20px 60px}.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}}@media(max-width:600px){.footer-links-area{flex-direction:row!important;justify-content:center;align-items:flex-start;gap:32px;width:100%;margin-top:18px}.footer-divider{display:block!important;width:2px;min-height:70px;background:linear-gradient(180deg,rgba(163,213,255,.2),rgba(255,255,255,.1333333333));border-radius:2px;margin:0 12px;align-self:stretch;opacity:.7}.footer-column,.footer-social{align-items:flex-start;min-width:120px;width:50%}.footer-bottom .footer-payments{gap:10px;font-size:13px;padding:8px 0;border-radius:8px}.footer-bottom .footer-payments .payment-icon{font-size:1.4rem;padding:1px 3px}.footer-bottom .footer-payments span{font-size:13px}.footer-bottom .copyright{font-size:12px;margin:4px 0 0}}.footer-logo-area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:180px;gap:12px}.footer-logo-area .footer-logo{width:120px;height:120px;object-fit:contain;margin-bottom:6px}.footer-logo-area .footer-brand-text{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:2px}.footer-logo-area .footer-brand-name{font-family:Marcellus,serif;font-size:1.35rem;color:#e7f6ff;font-weight:700;letter-spacing:.04em;text-shadow:0 1px 8px rgba(35,36,58,.2666666667)}.footer-logo-area .footer-tagline{font-family:Poppins,sans-serif;font-size:.98rem;color:#a3d5ff;font-weight:400;letter-spacing:.03em;opacity:.85;margin-top:1px}.footer-links-area{display:flex;flex-direction:row;align-items:flex-start;gap:44px;min-width:320px;justify-content:flex-end;position:relative}.footer-divider{width:2px;min-height:70px;background:linear-gradient(180deg,rgba(163,213,255,.2),rgba(255,255,255,.1333333333));border-radius:2px;margin:0 18px;align-self:stretch;opacity:.7}@media(max-width:968px){.footer-container{flex-direction:column;align-items:center;gap:30px}.footer-payments{margin:18px 0;padding:10px 0;min-width:unset;width:100%;height:auto;justify-content:center;border-radius:10px}.footer-links-area{flex-direction:column;align-items:center;gap:18px;min-width:unset}.footer-divider{display:none}}.footer-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;max-width:1200px;margin:0 auto;grid-gap:0 32px;gap:0 32px;padding:0 16px;min-height:220px}.footer-payments-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px 22px;min-width:260px;max-width:340px;margin:0 auto;position:relative;animation:fadeInFooterPayments .7s cubic-bezier(.4,0,.2,1);transition:background .3s,box-shadow .3s}.footer-payments-title{color:#e7f6ff;font-size:1.15rem;font-weight:700;letter-spacing:.04em;margin-bottom:12px;text-shadow:0 1px 8px rgba(35,36,58,.2666666667);text-align:center}.footer-payments-icons{display:flex;flex-direction:row;gap:18px;align-items:center;justify-content:center}.footer-payments-card .payment-icon{font-size:3.5rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(163,213,255,.13));transition:color .2s,transform .2s,filter .2s;vertical-align:middle;opacity:.95;border-radius:8px;background:hsla(0,0%,100%,.13);padding:4px 10px;box-shadow:0 1px 8px 0 rgba(163,213,255,.1);animation:fadeInFooterPayments .9s cubic-bezier(.4,0,.2,1)}.footer-payments-card .payment-icon[title=Visa]{color:#1a1f71}.footer-payments-card .payment-icon[title=MasterCard]{color:#eb001b}.footer-payments-card .payment-icon[title=Amex]{color:#2e77bb}.footer-payments-card .payment-icon[title=PayPal]{color:#003087}.footer-payments-card .payment-icon[title="Apple Pay"]{color:#222}.footer-payments-card .payment-icon:hover{transform:scale(1.18) translateY(-3px);filter:drop-shadow(0 0 12px rgba(163,213,255,.8)) brightness(1.18);background:hsla(0,0%,100%,.18);opacity:1}@media(max-width:968px){.footer-grid{grid-template-columns:1fr;gap:24px 0;min-height:unset;padding:0 8px}.footer-payments-card{min-width:180px;max-width:98vw;padding:18px 8px 14px;margin:0 auto}.footer-payments-icons{gap:10px}.footer-payments-title{font-size:1rem;margin-bottom:8px}.footer-payments-card .payment-icon{font-size:3rem;padding:2px 5px}}@keyframes spinLogo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.7) translateY(100px)}60%{opacity:1;transform:scale(1.05) translateY(-10px)}80%{transform:scale(.98) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.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;animation:overlayFadeIn .3s ease}.custom-modal-content{background:#fff;padding:32px 24px 24px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.25),0 0 16px 2px #caf1ff;max-width:600px;text-align:center;animation:bounceIn .5s cubic-bezier(.68,-.55,.27,1.55);border:2px solid #caf1ff;position:relative}.custom-modal-message{font-size:20px;font-weight:700;margin-bottom:20px;color:#1f3a5f;letter-spacing:.5px;text-shadow:0 2px 8px rgba(202,241,255,.2666666667)}.custom-modal-close{background-color:#caf1ff;color:#1f3a5f;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background .2s ease-in-out}.custom-modal-close:hover{background-color:#91d7f0}.custom-modal-loader{display:flex;justify-content:center;align-items:center;margin-top:12px;gap:8px;min-height:32px}.custom-modal-loader .dot{width:10px;height:10px;background:#3b82f6;border-radius:50%;display:inline-block;animation:modal-bounce 1s infinite}.custom-modal-loader .dot:nth-child(2){animation-delay:.2s}.custom-modal-loader .dot:nth-child(3){animation-delay:.4s}@keyframes modal-bounce{0%,80%,to{transform:translateY(0) scale(1);opacity:.7}40%{transform:translateY(-12px) scale(1.2);opacity:1}}.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)}}@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:0 20px 40px;display:flex;justify-content:center;align-items:center;text-align:center;width:100vw;font-family:Poppins,Marcellus,Arial,sans-serif}.signup-container{background:#caf1ff;padding:30px;border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,.1);width:100%;max-width:600px}.signup-container h2{font-family:Marcellus,Poppins,Arial,sans-serif;font-size:1.5rem!important;font-weight:800;margin-bottom:16px;letter-spacing:.01em;color:#23243a}.subtitle,p.subtitle{font-family:Poppins,Arial,sans-serif;font-size:1.15rem;color:#444;margin-bottom:22px;font-weight:400}.privacy-note,p{font-family:Poppins,Arial,sans-serif;font-size:1rem;margin-bottom:20px;color:#333}.signup-form{display:flex;flex-direction:column;gap:10px;font-family:Poppins,Arial,sans-serif}.signup-form .form-group{display:flex;flex-direction:row;gap:10px}.signup-form input{padding:12px;border:1px solid #ccc;font-size:1.1rem;width:100%}.signup-form .signup-btn,.signup-form input{border-radius:6px;font-family:Poppins,Arial,sans-serif}.signup-form .signup-btn{background-color:#000;color:#fff;padding:12px 22px;font-size:.8rem;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}.privacy-note,.terms{font-size:.95rem;margin-top:10px;color:#666;font-family:Poppins,Arial,sans-serif}.privacy-note a,.terms a{color:#000;text-decoration:underline}.success-message h2{font-size:2rem;color:#23243a}.success-message .discount-code h1,.success-message h2{font-family:Marcellus,Poppins,Arial,sans-serif;font-weight:800}.success-message .discount-code h1{font-size:2.2rem;color:#4a90e2}.success-message .code-description{font-size:1.1rem;font-family:Poppins,Arial,sans-serif;color:#444}@media(max-width:480px){.signup-container{padding:16px}h2{font-size:1.05rem;line-height:1.2;margin-bottom:10px;max-width:95vw;margin-left:auto;margin-right:auto;word-break:break-word}.subtitle,p.subtitle{font-size:.92rem;margin-bottom:12px}.privacy-note,p{font-size:.89rem;margin-bottom:14px}.signup-form .signup-btn,.signup-form input{padding:9px}.signup-form .form-group{gap:6px}.success-message h2{font-size:1rem}.success-message .discount-code h1{font-size:1.1rem}.success-message .code-description{font-size:.93rem}}.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:rgb(0,88.4938271605,192)}.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:100px}.contactus-container .contactus-banner{background:#caf1ff;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;color:#1f3a5f}.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;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:rgb(0,88.4938271605,192)}.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:rgba(0,0,0,0)}.contactus-container .contactus-content .contact-row .contact-info .info-card .social-links .social-icons .social-icon:hover{color:rgb(0,76.7407407407,166.5);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:#caf1ff;color:#1f3a5f!important;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:#7ed1f0;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}}.contact-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.contact-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.15);max-width:500px;width:90%;max-height:80vh;overflow:hidden;animation:slideIn .3s ease;position:relative}.contact-modal-content{padding:2rem;text-align:center;position:relative}.contact-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;color:#2c5282;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:1}.contact-modal-close:hover{background:#e2e8f0;border-color:#cbd5e1;transform:scale(1.1)}.contact-modal-message{color:#2d3748;font-size:1.1rem;line-height:1.6;margin-top:1rem;font-weight:500}.submit-btn:disabled{color:#7b8794!important;cursor:not-allowed}.submit-btn:disabled,.submit-btn:disabled:hover{background-color:#cbd5e1!important;transform:none!important}@media(max-width:768px){.contact-modal{width:95%;margin:1rem}.contact-modal-content{padding:1.5rem}.contact-modal-message{font-size:1rem}}.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:1200px;margin:40px auto;padding:2rem}@media(max-width:768px){.user-profile-container{padding:3rem 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}.user-profile-container .promotions-section .promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}@media(max-width:768px){.user-profile-container .promotions-section .promotions-grid{grid-template-columns:1fr}}.user-profile-container .promotions-section .promo-card{background:#fff;border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease;border:1px solid #e5e7eb}.user-profile-container .promotions-section .promo-card.used{opacity:.95;background:#f8f7ff;border:1px solid #e0dcff}.user-profile-container .promotions-section .promo-card.used .promo-code .code{color:#f35959}.user-profile-container .promotions-section .promo-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.user-profile-container .promotions-section .promo-card .promo-status{position:absolute;top:1rem;right:1rem}.user-profile-container .promotions-section .promo-card .promo-status .status-indicator{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-profile-container .promotions-section .promo-card .promo-status .status-indicator.valid{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px rgba(16,185,129,.2)}.user-profile-container .promotions-section .promo-card .promo-status .status-indicator.used{background:#fb2f2f;color:#fff;box-shadow:0 2px 4px rgba(139,92,246,.2)}.user-profile-container .promotions-section .promo-card .promo-code{margin-bottom:1.5rem}.user-profile-container .promotions-section .promo-card .promo-code .label{display:block;font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.user-profile-container .promotions-section .promo-card .promo-code .code{display:block;font-size:1.5rem;font-weight:600;color:#3b82f6;letter-spacing:.05em;font-family:monospace}.user-profile-container .promotions-section .promo-card .promo-details .detail-item{margin-bottom:1rem}.user-profile-container .promotions-section .promo-card .promo-details .detail-item .label{display:block;font-size:.75rem;text-transform:uppercase;color:#4b5563;margin-bottom:.25rem;letter-spacing:.05em}.user-profile-container .promotions-section .promo-card .promo-details .detail-item .value{display:block;font-size:.875rem;color:#1f2937;font-weight:500}.user-profile-container .promotions-section .promo-card .promo-action{margin-top:1.5rem}.user-profile-container .promotions-section .promo-card .promo-action .copy-btn{width:100%;padding:.75rem;background:rgba(59,130,246,.1);color:#3b82f6;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.user-profile-container .promotions-section .promo-card .promo-action .copy-btn:hover{background:rgba(59,130,246,.15);transform:translateY(-1px)}.user-profile-container .promotions-section .promo-card .promo-action .copy-btn:active{transform:translateY(0)}.user-profile-container .promotions-section .empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #e5e7eb}.user-profile-container .promotions-section .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem}.user-profile-container .promotions-section .empty-state h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.user-profile-container .promotions-section .empty-state p{color:#4b5563;margin:0}.user-profile-container .promotions-section .empty-state p.sub-text{font-size:.875rem;margin-top:.5rem;color:#6b7280}.user-profile-container .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out;cursor:pointer}.user-profile-container .success-modal{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:400px;width:90%;animation:slideIn .3s ease-out;cursor:default}.user-profile-container .success-modal .success-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:1.75rem;animation:scaleIn .3s ease-out;transition:transform .2s ease}.user-profile-container .success-modal .success-icon:hover{transform:scale(1.05)}.user-profile-container .success-modal h3{color:#1f2937;font-size:1.25rem;margin-bottom:1.5rem;font-weight:600;line-height:1.4}.user-profile-container .success-modal button{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.user-profile-container .success-modal button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.user-profile-container .success-modal button:active{transform:translateY(0);box-shadow:none}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.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{display:flex;align-items:center;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:rgba(0,0,0,0);border:none;cursor:pointer;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,#cc0000,#ff6666);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:50px;background:#f8f9fa;min-height:90vh;margin-top:100px}@media(max-width:768px){.confirmation-container{padding:20px}}.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 .flavors-section{margin-top:8px;padding:8px;border-radius:6px}.confirmation-container .confirmation-card .flavors-title{margin:0 0 6px;color:#374151;font-size:13px;font-weight:600}.confirmation-container .confirmation-card .flavors-list{list-style:none;padding:0;margin:0}.confirmation-container .confirmation-card .flavor-item{padding:3px 0;color:#6b7280;font-size:12px;border-bottom:1px solid #e5e7eb}.confirmation-container .confirmation-card .flavor-item:last-child{border-bottom:none}.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:97%}.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 .flavors-section{margin-top:6px;padding:6px}.confirmation-container .confirmation-card .flavors-title{font-size:12px}.confirmation-container .confirmation-card .flavor-item{font-size:11px;padding:2px 0}.confirmation-container .confirmation-card button{font-size:14px;padding:8px 12px}}.product-page{display:flex;flex-direction:column;align-items:center;padding:80px 20px 0;max-width:1400px;margin:70px auto 20px;font-family:Inter,sans-serif}@media(max-width:768px){.product-page{padding:40px 10px 0}}.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{position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#f7f3ed}.product-page .product-image-container .product-main-image{border-radius:20px;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-info-content{display:flex;flex-direction:column;gap:1.5rem}.product-page .product-info .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{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 .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 .product-ingredients-block{margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.product-page .product-info .product-ingredients-block h4{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#2c3e50;font-size:1.1rem;font-weight:600}.product-page .product-info .product-ingredients-block h4 .icon{color:#28a745;font-size:1.2rem;padding:8px;background:rgba(40,167,69,.1);border-radius:10px}.product-page .product-info .product-ingredients-block .ingredient-pills{display:flex;flex-wrap:wrap;gap:10px}.product-page .product-info .product-ingredients-block .ingredient-pills .ingredient-pill{background:#fff;color:#495057;padding:8px 16px;border-radius:20px;font-size:.9rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 4px rgba(0,0,0,.02);transition:all .2s ease;position:relative;overflow:hidden}.product-page .product-info .product-ingredients-block .ingredient-pills .ingredient-pill:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translateX(-100%);transition:transform .6s ease}.product-page .product-info .product-ingredients-block .ingredient-pills .ingredient-pill:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.05);border-color:rgba(40,167,69,.2)}.product-page .product-info .product-ingredients-block .ingredient-pills .ingredient-pill:hover:before{transform:translateX(100%)}.product-page .product-info .allergy-label{background:linear-gradient(145deg,#fff5f5,#fff0f0);border-radius:16px;padding:20px;margin-bottom:1.5rem;display:flex;align-items:center;gap:12px;box-shadow:0 4px 15px rgba(220,53,69,.05);border:1px solid rgba(220,53,69,.1);transition:transform .3s ease,box-shadow .3s ease}.product-page .product-info .allergy-label:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,53,69,.08)}.product-page .product-info .allergy-label .icon{color:#dc3545;font-size:1.2rem;padding:10px;background:rgba(220,53,69,.1);border-radius:12px;flex-shrink:0}.product-page .product-info .allergy-label span{color:#dc3545;font-size:.95rem;line-height:1.5;font-weight:500}.product-page .product-info .flavor-selection{margin-bottom:1.5rem;border-radius:16px;background:linear-gradient(90deg,#f8f9fa 60%,#f3eaff);box-shadow:0 2px 8px rgba(111,66,193,.04);border:1px solid #f3eaff;transition:box-shadow .2s,background .2s;padding:.5rem 1.2rem 1.2rem}.product-page .product-info .flavor-selection .flavor-header-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.2rem .2rem .2rem 0;border-radius:12px;transition:background .2s}.product-page .product-info .flavor-selection .flavor-header-row:hover{background:#f3eaff}.product-page .product-info .flavor-selection .flavor-header-row .flavor-title{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:#6f42c1;letter-spacing:-.2px}.product-page .product-info .flavor-selection .flavor-header-row .flavor-title .icon{color:#6f42c1;font-size:1.2rem;padding:7px;background:rgba(111,66,193,.1);border-radius:10px}.product-page .product-info .flavor-selection .flavor-header-row .flavor-arrow{display:flex;align-items:center;margin-left:1.2rem;font-size:1.4rem;color:#6f42c1;border-radius:50%;padding:.12em .25em;transition:color .2s,background .2s,transform .2s}.product-page .product-info .flavor-selection .flavor-header-row .flavor-arrow:hover{color:#4b277a;background:#f3eaff;box-shadow:0 2px 8px rgba(111,66,193,.08);transform:scale(1.12)}.product-page .product-info .flavor-selection .flavor-options{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem;animation:fadeInFlavor .4s}.product-page .product-info .flavor-selection .flavor-pill{background:#fff;color:#6f42c1;border:1.5px solid #e0d7f7;border-radius:20px;font-size:.98rem;font-weight:600;padding:8px 18px;cursor:pointer;box-shadow:0 1px 4px rgba(111,66,193,.04);transition:background .2s,color .2s,border .2s,transform .2s;outline:none;position:relative}.product-page .product-info .flavor-selection .flavor-pill:hover{background:#f3eaff;color:#4b277a;border-color:#b39ddb;transform:translateY(-2px) scale(1.04)}.product-page .product-info .flavor-selection .flavor-pill.selected{background:#6f42c1;color:#fff;border-color:#6f42c1;box-shadow:0 2px 8px rgba(111,66,193,.13);z-index:1}@keyframes fadeInFlavor{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.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:linear-gradient(90deg,#007BFF,#00AEEF);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:#007bff;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{margin-top:2.5rem;background:#fff;border-radius:18px;box-shadow:0 6px 24px rgba(0,0,0,.08);padding:2.5rem 2.5rem 2rem;width:100%;border:1.5px solid #f1f1f1}.product-page .reviews-section .reviews-header-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:.2rem;padding:.2rem .2rem .2rem 0}.product-page .reviews-section .reviews-header-row .section-title{margin-bottom:0!important;font-size:2rem;font-weight:800;color:#333;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(255,107,107,.08);transition:color .2s,text-shadow .2s}.product-page .reviews-section .reviews-header-row .reviews-arrow{display:flex;align-items:center;margin-left:1.5rem;font-size:1.7rem;color:#333;transition:color .2s,transform .2s;border-radius:50%;padding:.15em .3em}.product-page .reviews-section .reviews-header-row .reviews-arrow:hover{color:#d7263d;background:#fff0f0;box-shadow:0 2px 8px rgba(255,107,107,.08);transform:scale(1.12)}.product-page .reviews-section .review-item{background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(255,107,107,.07);margin-bottom:1rem;border:1px solid #c5e3ee;padding:1.5rem 1.5rem 1.25rem;display:flex;gap:1.25rem;align-items:flex-start;position:relative;transition:box-shadow .2s,transform .2s}.product-page .reviews-section .review-item:hover{box-shadow:0 8px 24px rgba(255,107,107,.13);transform:translateY(-2px) scale(1.01)}.product-page .reviews-section .review-item .review-avatar{width:48px;height:48px;border-radius:50%;background:#ffeaea;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#ff6b6b;flex-shrink:0;margin-right:.75rem}.product-page .reviews-section .review-item .review-content{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.product-page .reviews-section .review-item .review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.product-page .reviews-section .review-item .review-name{font-weight:700;color:#222;font-size:1.08rem}.product-page .reviews-section .review-item .review-date{color:#aaa;font-size:.92rem;font-weight:400}.product-page .reviews-section .review-item .review-stars{display:flex;gap:2px;font-size:1.1rem;color:#ffd166}.product-page .reviews-section .review-item .review-text{font-size:1.08rem;color:#444;line-height:1.7;margin-top:.2rem;font-style:italic}.product-page .reviews-section .review-item.collapsed .review-text{max-height:3.8em;overflow:hidden;position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;pointer-events:none}.product-page .reviews-section .review-item.collapsed .review-text:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5em;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 90%);pointer-events:none}.product-page .reviews-section .reviews-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.product-page .reviews-section .reviews-pagination .pagination-btn{background:#fff;border:1.5px solid #ffd166;color:#ff6b6b;font-weight:600;font-size:1rem;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s,border .2s,transform .2s;box-shadow:0 1px 4px rgba(255,107,107,.04);outline:none}.product-page .reviews-section .reviews-pagination .pagination-btn:hover{background:#ff6b6b;color:#fff;border-color:#ff6b6b;transform:translateY(-2px) scale(1.08)}.product-page .reviews-section .reviews-pagination .pagination-btn.active{background:#ffd166;color:#1a1a1a;border-color:#ffd166;box-shadow:0 2px 8px rgba(255,214,102,.13);cursor:default;transform:none}.product-page .reviews-section .reviews-expand-row{display:flex;justify-content:center;margin-top:1.5rem}.product-page .reviews-section .reviews-expand-btn{background:#fff;color:#ff6b6b;border:1.5px solid #ffd166;border-radius:999px;font-size:1rem;font-weight:600;padding:.4rem 1.5rem;cursor:pointer;box-shadow:0 1px 4px rgba(255,107,107,.04);transition:background .2s,color .2s,border .2s,transform .2s;outline:none;min-width:160px;text-align:center;letter-spacing:.01em}.product-page .reviews-section .reviews-expand-btn:hover{background:#ff6b6b;color:#fff;border-color:#ff6b6b;transform:translateY(-2px) scale(1.04)}@media(max-width:600px){.product-page .reviews-section{padding:1.2rem .5rem}.product-page .reviews-section .review-item{flex-direction:column;align-items:flex-start;padding:1rem .7rem}.product-page .reviews-section .review-item .review-avatar{margin-bottom:.5rem;margin-right:0}}.product-page .suggested-products{margin-top:2rem;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-content{flex-direction:column;align-items:center;text-align:center}.product-page .product-image-container{max-width:90vw;width:90vw}.product-page .main-image{width:100%;max-width:90vw;margin:0 auto}.product-page .product-info{max-width:100%}}@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 rgba(0,0,0,0);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:rgba(0,0,0,0)}.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 rgba(255,107,107,.3)}.box-builder .flavor-selection .product-info .add-to-cart:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,107,.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 rgba(0,0,0,0);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:rgba(255,107,107,.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)}.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}.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;margin-left:10px}.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%;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,.left-section .delivery-information textarea{width:100%;margin-top:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px}.left-section .delivery-information textarea{padding:12px;font-size:1rem}.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{background-color:#caf1ff;color:#1f3a5f;border:none;padding:12px 20px;border-radius:999px;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease}.left-section .continue:hover{background-color:#91d7f0}.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 .time-slot-grid{margin-top:20px;padding:15px;background:#f8f8f8;border-radius:8px}.left-section .store-locations .time-slot-grid h4{margin-bottom:15px;color:#333;font-size:14px;font-weight:600}.left-section .store-locations .time-slot-grid .time-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:10px;gap:10px;max-height:300px;overflow-y:auto;padding:5px}@media screen and (max-width:768px){.left-section .store-locations .time-slot-grid .time-slots{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}}.left-section .store-locations .time-slot-grid .time-slot{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.9em;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:768px){.left-section .store-locations .time-slot-grid .time-slot{padding:6px 8px;font-size:.85em}}.left-section .store-locations .time-slot-grid .time-slot:hover{background:#f0f0f0;border-color:#999}.left-section .store-locations .time-slot-grid .time-slot.selected{background:#caf1ff;color:#1f3a5f;border-color:#1f3a5f}.left-section .store-locations .time-slot-grid .time-slot.selected:hover{background:#ade1f4}.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;margin-left:5px;-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:14px;margin-top:4px;-webkit-text-size-adjust:100%}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.date-selection label{display:block;margin-bottom:.5rem;font-weight:500}.date-selection .date-picker-wrapper,.date-selection .react-datepicker-wrapper{width:100%}.date-selection .react-datepicker__input-container input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.date-selection .react-datepicker__input-container input:focus{outline:none;border-color:#000}.date-selection .react-datepicker__input-container input.error{border-color:red}.date-selection .react-datepicker{font-family:inherit;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.date-selection .react-datepicker__header{background-color:#f8f8f8;border-bottom:1px solid #ddd;padding:.5rem}.date-selection .react-datepicker__day{margin:.2rem;width:2rem;height:2rem;line-height:2rem;border-radius:50%;transition:background-color .2s ease}.date-selection .react-datepicker__day:hover{background-color:#f0f0f0}.date-selection .react-datepicker__day--selected{background-color:#000;color:#fff}.date-selection .react-datepicker__day--selected:hover{background-color:#333}.date-selection .react-datepicker__day--disabled{color:#ccc;cursor:not-allowed}.date-selection .react-datepicker__navigation{top:.5rem}.date-selection .react-datepicker__navigation-icon:before{border-color:#666}.date-time-row{display:flex;gap:10px}.date-time-row .date-selection,.date-time-row .time-selection{flex:1 1}.date-time-row .date-selection label,.date-time-row .time-selection label{display:block;margin-bottom:8px;font-weight:500;color:#333}.date-time-row .time-selection select{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.date-time-row .time-selection select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.date-time-row .time-selection select.error{border-color:#dc3545}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem!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;position:relative;padding:.5rem .5rem 1rem!important}}.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{display:flex;flex-direction:column;align-items:flex-end;font-size:16px;font-weight:700;margin:0;padding:0}.right-section .order-summary .order-item .product-price .price-container{display:flex;flex-direction:column;align-items:flex-end;gap:.5px;margin-top:2px;margin-bottom:2px}.right-section .order-summary .order-item .product-price .price-container .original-price.crossed{text-decoration:line-through;font-size:14px;font-weight:700;margin-bottom:0;line-height:1.1}.right-section .order-summary .order-item .product-price .price-container .discounted-price{color:red;font-weight:700;font-size:14px;margin-top:0;line-height:1.1}.right-section .order-summary .discount-section{display:flex;gap:10px;margin:15px 0;background:#f8f9fa;border-radius:8px}.right-section .order-summary .discount-section .discount-input-container{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:stretch}.right-section .order-summary .discount-section .discount-input-container .discount-input{width:100%;padding:12px 40px 12px 15px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;transition:all .2s ease;background:#fff;margin-bottom:0}.right-section .order-summary .discount-section .discount-input-container .discount-input.applied{background-color:#f0f9ff;border-color:#0ea5e9;color:#0c4a6e;font-weight:600;cursor:not-allowed}.right-section .order-summary .discount-section .discount-input-container .discount-input.applied::placeholder{color:#0c4a6e}.right-section .order-summary .discount-section .discount-input-container .discount-input.applied:focus{outline:none;box-shadow:0 0 0 2px rgba(14,165,233,.1)}.right-section .order-summary .discount-section .discount-input-container .clear-discount-button{position:absolute;right:8px;top:7px;background:none;border:none;color:#64748b;font-size:20px;line-height:1;padding:4px 8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;transition:all .2s ease;justify-content:center}.right-section .order-summary .discount-section .discount-input-container .clear-discount-button:hover{background-color:#fee2e2;color:#dc2626}.right-section .order-summary .discount-section .discount-input-container .clear-discount-button:focus{outline:none;box-shadow:0 0 0 2px rgba(220,38,38,.1)}.right-section .order-summary .discount-section .apply-button{background:#3b82f6;color:#fff;border:none;padding:12px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;min-width:100px;text-align:center}.right-section .order-summary .discount-section .apply-button:disabled{background:#94a3b8;cursor:not-allowed}.right-section .order-summary .discount-section .apply-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.right-section .order-summary .discount-section .apply-button:active:not(:disabled){transform:translateY(0)}.right-section .order-summary .discount-info{margin-top:10px;border-radius:6px}.right-section .order-summary .discount-info .discount-amount{color:red;font-weight:600}.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 h3 .currency{margin-right:4px}.right-section .order-summary .order-total-section h3 .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;margin-bottom:0}}.order-summary-header .order-total{flex:0 0 50%;text-align:right;color:hsl(204,77%,39%);font-weight:700}.order-summary-header .arrow,.order-summary-header .order-summary-text{color:hsl(204,77%,39%);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)}@media screen and (max-width:768px){.price-container .discounted-price,.price-container .original-price.crossed{font-size:14px}}.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{padding:10px;flex-direction:column-reverse;align-items:center}.checkout-container .left-section,.checkout-container .right-section{padding:20px 0 0;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}}.announcement-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease-out}.announcement-container{background:linear-gradient(135deg,#ffffff,#f8f9fa);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .4s ease-out;border:1px solid hsla(0,0%,100%,.2)}@media(max-width:768px){.announcement-container{max-height:80vh}}.announcement-header{display:flex;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e9ecef;position:relative}.announcement-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:16px;box-shadow:0 4px 12px rgba(255,107,107,.3);animation:pulse 2s infinite}.announcement-icon svg{font-size:20px}.announcement-title{font-size:24px;font-weight:700;color:#2c3e50;margin:0;flex:1 1}.announcement-close{background:none;border:none;color:#6c757d;font-size:20px;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.announcement-close:hover{background:#f8f9fa;color:#495057;transform:scale(1.1)}.announcement-content{padding:24px}.announcement-message{margin-bottom:24px}.announcement-text{font-size:16px;line-height:1.6;color:#495057;margin:0 0 12px}.event-name{font-weight:600;color:#e74c3c;background:linear-gradient(135deg,#ff6b6b,#ee5a24);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.announcement-details{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:24px;border:1px solid #e9ecef}.detail-item{display:flex;align-items:center;margin-bottom:16px}.detail-item:last-child{margin-bottom:0}.detail-icon{color:#6c757d;font-size:18px;margin-right:12px;width:20px;text-align:center}.detail-content{display:flex;flex-direction:column}.detail-label{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.detail-value,.detail-value-location{font-size:16px;font-weight:600}.detail-value-location{color:#e74c3c}.status-closed{color:#e74c3c;background:rgba(231,76,60,.1)}.status-active,.status-closed{padding:4px 12px;border-radius:20px;font-size:14px;display:inline-block}.status-active{color:#27ae60;background:rgba(39,174,96,.1)}.status-paused{color:#f39c12;background:rgba(243,156,18,.1)}.status-normal,.status-paused{padding:4px 12px;border-radius:20px;font-size:14px;display:inline-block}.status-normal{color:#27ae60;background:rgba(39,174,96,.1)}.announcement-actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.announcement-link{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;text-decoration:none;padding:12px 24px;border-radius:25px;font-weight:600;font-size:14px;transition:all .3s ease;display:inline-block;text-align:center;flex:1 1;min-width:140px;box-shadow:0 4px 12px rgba(52,152,219,.3)}.announcement-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(52,152,219,.4);color:#fff;text-decoration:none}.announcement-footer{text-align:center;padding-top:16px;border-top:1px solid #e9ecef}.announcement-note{font-size:14px;color:#6c757d;font-style:italic;margin:0;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%{box-shadow:0 4px 12px rgba(255,107,107,.3)}50%{box-shadow:0 4px 20px rgba(255,107,107,.5)}to{box-shadow:0 4px 12px rgba(255,107,107,.3)}}@media(max-width:768px){.announcement-container{width:95%;margin:20px}.announcement-header{padding:20px 20px 12px}.announcement-content{padding:20px}.announcement-title{font-size:20px}.announcement-actions{flex-direction:column}.announcement-link{flex:none}}@media(max-width:480px){.announcement-container{width:90%;margin:10px}.announcement-header{padding:16px 16px 8px}.announcement-content{padding:16px}.announcement-icon{width:40px;height:40px;margin-right:12px}.announcement-icon svg{font-size:16px}.announcement-title{font-size:18px}}.featured-categories{text-align:center;padding:2rem 0}.featured-categories .title{display:inline-block;font-size:3rem;color:#9c7e4c;margin:0 auto 2rem;font-family:Marcellus,serif;line-height:1.2;opacity:1;position:relative}@media(max-width:768px){.featured-categories .title{font-size:2.5rem}}.featured-categories .title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#9c7e4c,transparent)}.featured-categories .categories-grid{display:grid;grid-template-columns:repeat(4,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:350px}.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{padding:1rem}.featured-categories .categories-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 8px}.featured-categories .category-card{border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.07)}.featured-categories .categories-grid .category-card .category-image{height:250px}.featured-categories .categories-grid .category-card h3{font-size:1rem;padding:.7rem}}.features-section{padding:60px 20px 0}.features-section .features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;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:#99e4fd;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:repeat(2,1fr);gap:1rem}.features-section .features-grid .feature-card{padding:1.5rem}.features-section .features-grid .feature-card .feature-icon{font-size:2rem;margin-bottom:.75rem}.features-section .features-grid .feature-card h3{font-size:1.1rem;margin-bottom:.4rem}.features-section .features-grid .feature-card p{font-size:.9rem}}.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 rgba(255,107,107,.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:rgba(0,0,0,0)}.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}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out forwards;overflow:hidden}.hero .video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero .hero-video{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}@media(max-width:960px){.hero{height:35vh}}