@import "https://fonts.googleapis.com/css2?family=Pacifico&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--Main:#780b30;--background:#f8f3f5;--text1:#364153;--text2:#888e9a;--border:#ececec;--white:#fff;--Secondary:#2d101a;--Text-Muted:#8e7a81;--Bg-Soft:#fdf2f5;--Border:#f0e6e9;--Bg-Page:#fcfafb;--Main-light:#fdf5f7;--text-dark:#1a1a1a;--text-grey:#666;--radius:18px;--border-color:1px solid #f0f0f0;--boxshadow:0 4px 6px -1px #0000001a;box-sizing:border-box}body{color:#333;background:linear-gradient(135deg,#fff5f7 0%,#fcfafb 100%);min-height:100vh;margin:0;font-family:Inter,sans-serif}.cart-page-container{background-color:#0000;background-image:linear-gradient(#ffffffb3,#ffffffb3),url(https://images.unsplash.com/photo-1517433670267-08bbd4be890f?auto=format&fit=crop&q=80&w=2000);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:100vh;padding-bottom:80px}.page-breadcrumb-area{text-align:center;padding:60px 0 30px;position:relative}.breadcrumb-text{color:#333;margin-bottom:5px;font-size:1.1rem}.breadcrumb-text span{color:var(--Main);font-weight:700}.page-main-title{color:var(--Main);margin:0;font-family:Pacifico,cursive;font-size:3rem}.breadcrumb-exit-btn{border:2px solid var(--Main);color:var(--Main);cursor:pointer;background:0 0;border-radius:30px;align-items:center;gap:8px;margin-top:15px;padding:10px 25px;font-weight:700;transition:all .3s;display:inline-flex}.breadcrumb-exit-btn:hover{background:var(--Main);color:#fff}.cart-page-card{background:#fff;border-radius:40px;width:95%;max-width:1400px;margin:0 auto;overflow:visible;box-shadow:0 30px 60px #780b3014}.checkout-layout{grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:60px;padding:60px 50px;display:grid}.main-section-title{color:#222;margin-bottom:30px;font-size:1.8rem;font-weight:800}.step-card{background:#fff;border:1px solid #eee;border-radius:24px;margin-bottom:20px;padding:25px;transition:all .3s}.step-card.locked{opacity:.4;pointer-events:none}.step-header{align-items:center;gap:15px;display:flex}.step-number{background:var(--Main);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.step-card.completed .step-number{border:2.5px solid var(--Main);color:var(--Main);background:0 0}.step-title{color:#333;font-size:1.3rem;font-weight:700}.step-body{margin-top:25px}.method-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.method-option{cursor:pointer;border:2px solid #f0f0f0;border-radius:18px;align-items:center;padding:20px;display:flex}.method-option.selected{border-color:var(--Main);background:#fdf2f2}.method-option .icon{color:var(--Main);margin-right:15px;font-size:2rem}.text-content .label{color:#333;font-weight:700;display:block}.text-content .sublabel{color:#777;font-size:.85rem}.price-tag{color:var(--Main);margin-left:auto;font-weight:800}.modern-form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.full-width{grid-column:span 2}.modern-input{box-sizing:border-box;background:#f9f9f9;border:1px solid #eee;border-radius:14px;width:100%;padding:16px;font-size:1rem}.modern-input:focus{border-color:var(--Main);background:#fff;outline:none}.continue-action-btn{background:var(--Main);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;margin-top:20px;padding:18px;font-size:1rem;font-weight:700}.summary-sidebar{height:100%;position:relative}.summary-card{background:#fdfdfd;border:1px solid #eee;border-radius:35px;flex-direction:column;max-height:calc(100vh - 80px);display:flex;position:sticky;top:30px;overflow:hidden;box-shadow:0 15px 40px #00000008}.summary-scroll-content{flex:1;padding:30px 30px 0;overflow-y:auto}.summary-footer-fixed{background:#fff;border-top:1px solid #f5f5f5;padding:20px 30px 30px}.summary-scroll-content::-webkit-scrollbar{width:4px}.summary-scroll-content::-webkit-scrollbar-thumb{background:#eee;border-radius:10px}.summary-item{align-items:center;gap:15px;margin-bottom:20px;display:flex}.item-img-container{background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative;box-shadow:0 4px 10px #0000000d}.item-img-container img{object-fit:contain;width:50px;height:50px}.item-qty-badge{background:var(--Main);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex;position:absolute;top:-8px;right:-8px}.item-name{color:#333;font-weight:700;display:block}.item-price{color:var(--Main);font-size:.9rem;font-weight:800}.summary-totals .row{justify-content:space-between;margin-bottom:10px;font-weight:600;display:flex}.summary-totals .free{color:#10b981;font-weight:800}.summary-totals .divider{background:#eee;height:1px;margin:15px 0}.summary-totals .total{color:#222;font-size:1.15rem}.final-price{color:var(--Main);font-size:1.5rem;font-weight:900}.complete-order-btn{background:var(--Main);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;margin-top:15px;padding:18px;font-size:1.1rem;font-weight:800}.coupon-section{gap:10px;margin-bottom:25px;display:flex}.coupon-input{border:1px solid #eee;border-radius:12px;flex:1;min-width:0;padding:14px}.apply-coupon-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#222;border:none;border-radius:12px;padding:0 20px;font-weight:600}.payment-options-list{flex-direction:column;gap:15px;margin-top:10px;display:flex}.payment-method-row{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:24px;flex-direction:column;padding:22px 25px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.payment-method-row.selected{border:2px solid var(--Main);box-shadow:0 10px 20px #6d1a2d0d}.method-header{align-items:center;width:100%;display:flex}.radio-circle{border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-right:18px;display:flex}.payment-method-row.selected .radio-circle{border-color:var(--Main)}.radio-inner{background:var(--Main);border-radius:50%;width:12px;height:12px}.method-text{color:#333;font-size:1.1rem;font-weight:700}.brand-icons{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.icon-badge{color:#fff;border-radius:12px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:800;display:flex}.icon-badge.visa{background:#1a1f71}.icon-badge.mc{background:#eb001b}.icon-badge.apple{background:#000;padding:6px 18px}.paypal-text{color:#003087;background:#f0f4fc;border-radius:12px;padding:6px 18px;font-size:.85rem;font-weight:900}.cod-text{color:var(--Main);background:#fdf2f2;border-radius:12px;padding:6px 18px;font-size:.85rem;font-weight:900}.card-details-form{cursor:default;border-top:1px solid #f5f5f5;flex-direction:column;gap:18px;margin-top:25px;padding-top:25px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{color:#888;text-transform:uppercase;letter-spacing:.5px;padding-left:4px;font-size:.85rem;font-weight:700}.form-row-split{grid-template-columns:1fr 1fr;gap:15px;display:grid}.card-details-form .modern-input{color:#333;background:#fdfdfd;border:1.5px solid #eee;border-radius:14px;padding:16px;font-size:1rem;font-weight:600}.card-details-form .modern-input:focus{border-color:var(--Main);background:#fff;box-shadow:0 0 0 4px #6d1a2d0d}.fade-in{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.order-overlay-backdrop{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:16px;display:flex;position:fixed;top:0;left:0}.order-confirmation-card{text-align:center;background:#fff;border-radius:30px;width:90%;max-width:450px;padding:50px 40px;animation:.4s cubic-bezier(.175,.885,.32,1.275) popIn;box-shadow:0 20px 50px #0000004d}@keyframes popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.conf-icon-circle{color:#4caf50;justify-content:center;margin-bottom:20px;font-size:100px;display:flex}.order-confirmation-card h2{color:#1a202c;margin-bottom:15px;font-size:28px;font-weight:800}.order-confirmation-card p{color:#718096;margin-bottom:10px;line-height:1.5}.order-subtext{font-size:14px;color:#a0aec0!important;margin-bottom:30px!important}.back-to-menu-btn{background-color:var(--Main);color:#fff;cursor:pointer;border:none;border-radius:15px;padding:15px 40px;font-size:16px;font-weight:700;transition:transform .2s,background .2s}.back-to-menu-btn:hover{background-color:var(--Main);transform:translateY(-2px)}@media (width<=1024px){.checkout-layout{grid-template-columns:1fr;gap:32px;padding:40px 32px}.summary-card{max-height:none;position:relative;top:0}.cart-page-card{border-radius:28px}.page-breadcrumb-area{padding:50px 0 20px}.page-main-title{font-size:2.5rem}}@media (width<=768px){.cart-page-container{background-attachment:scroll;padding-bottom:40px}.page-breadcrumb-area{padding:40px 16px 16px}.page-main-title{font-size:2rem}.breadcrumb-text{font-size:.95rem}.breadcrumb-exit-btn{padding:8px 20px;font-size:.9rem}.cart-page-card{border-radius:24px 24px 0 0;width:100%;box-shadow:0 -10px 30px #780b300f}.checkout-layout{grid-template-columns:1fr;gap:20px;padding:24px 16px}.main-section-title{margin-bottom:20px;font-size:1.4rem}.step-card{border-radius:18px;margin-bottom:14px;padding:18px}.step-title{font-size:1.1rem}.step-body{margin-top:18px}.method-grid{grid-template-columns:1fr;gap:10px}.method-option{border-radius:14px;padding:14px 16px}.method-option .icon{margin-right:12px;font-size:1.5rem}.modern-form-grid{grid-template-columns:1fr;gap:12px}.full-width{grid-column:span 1}.modern-input{border-radius:12px;padding:14px;font-size:.95rem}.continue-action-btn{border-radius:14px;padding:16px;font-size:.95rem}.summary-card{border-radius:24px;max-height:none}.summary-scroll-content{padding:20px 20px 0}.summary-footer-fixed{padding:16px 20px 20px}.item-img-container{width:58px;height:58px}.item-img-container img{width:40px;height:40px}.payment-method-row{border-radius:18px;padding:16px 18px}.method-text{font-size:.95rem}.brand-icons{gap:6px}.icon-badge{border-radius:8px;padding:4px 10px;font-size:.7rem}.form-row-split{grid-template-columns:1fr;gap:12px}.card-details-form{gap:14px}.card-details-form .modern-input{padding:14px;font-size:.95rem}.coupon-section{gap:8px}.coupon-input{padding:12px}.complete-order-btn{border-radius:14px;padding:16px;font-size:1rem}}@media (width<=480px){.page-main-title{font-size:1.7rem}.checkout-layout{padding:16px 12px}.step-card{border-radius:16px;padding:14px}.step-number{border-radius:8px;width:28px;height:28px;font-size:.85rem}.step-title{font-size:1rem}.step-header{gap:10px}.summary-scroll-content{padding:16px 16px 0}.order-confirmation-card{border-radius:20px;padding:32px 20px}.order-confirmation-card h2{font-size:22px}.conf-icon-circle{font-size:70px}.back-to-menu-btn{padding:14px 30px;font-size:14px}}.navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#ffffffd9;border:1px solid #fff6;border-radius:50px;width:90%;max-width:1500px;transition:all .3s ease-in-out;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000000d}.navbar.scrolled{background:#fffffffa;top:10px;box-shadow:0 10px 30px #00000014}.navbar-container{justify-content:space-between;align-items:center;height:60px;padding:8px 30px;display:flex}.navbar .logo{color:var(--Main);cursor:pointer;font-family:Pacifico,cursive;font-size:26px;line-height:1}.navbar .links{gap:30px;display:flex}.navbar .links a{color:var(--text1);font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.navbar .links a:hover{color:var(--Main)}.navbar .icons{align-items:center;gap:8px;display:flex}.nav-user-section{gap:6px}.user-name{margin-left:2px}.nav-user-section,.cart-container{cursor:pointer;align-items:center;padding:5px;transition:transform .2s;display:flex;background:0 0!important;border:none!important}.nav-user-section:hover,.cart-container:hover{transform:translateY(-2px)}.nav-icon img,.cart-container img{width:24px;height:24px}.react-nav-icon{font-size:24px}.dropdown-arrow-icon{font-size:16px}.cart-container{position:relative}.cart-badge{background:var(--Main);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.nav-user-dropdown-container{position:relative}.user-dropdown-menu{opacity:0;visibility:hidden;background:#fff;border-radius:12px;width:170px;padding:8px 0;transition:all .2s;position:absolute;top:130%;right:0;transform:translateY(10px);box-shadow:0 10px 25px #0000001a}.nav-user-dropdown-container:hover .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{cursor:pointer;padding:10px 20px;font-size:14px}.dropdown-item:hover{color:var(--Main);background:#fdf2f2}.nav-toggle-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:none}.nav-toggle-btn span{background:var(--text1);width:22px;height:2px;transition:all .3s}@media (width<=768px){.navbar{width:92%}.nav-toggle-btn{order:1;display:flex}.navbar-brand-wrap{order:2}.navbar .icons{order:3}.user-name,.dropdown-arrow{display:none}.links-wrapper.active{transform:translateY(100vh)}.navbar .links a{font-size:22px;font-weight:600}.links-wrapper{z-index:-1;background:#fff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;width:100%;padding:90px 20px 40px;transition:transform .5s cubic-bezier(.77,.2,.05,1);position:fixed;top:-100vh;left:0;box-shadow:0 10px 30px #0000001a}.navbar .links{flex-direction:column;align-items:center;gap:20px}.mobile-only-actions{flex-direction:column;gap:10px;width:100%;margin-top:30px;display:flex}.mobile-only-actions button{background:#f5f5f5;border:none;border-radius:15px;padding:15px;font-size:16px;font-weight:600}.mobile-logout{color:#e63946!important;background:#fff0f1!important}.nav-toggle-btn.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle-btn.open span:nth-child(2){opacity:0}.nav-toggle-btn.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}.footer{margin-top:60px;padding:0 20px 30px;font-family:Inter,sans-serif}.footer-divider{border-top:1px solid #0000000f;max-width:1200px;margin:0 auto;padding-top:60px}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;padding-bottom:50px;display:flex}.footer-column{flex:1;min-width:200px}.footer-logo{color:var(--Main);margin:0;font-family:Pacifico,cursive;font-size:32px}.footer-heading{color:var(--Main);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.9rem;font-weight:700}.footer-list{margin:0;padding:0;list-style:none}.footer-list li{color:#4b5563;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.85rem;line-height:1.5;display:flex}.footer-list.links li a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s}.footer-list.links li a:hover{color:var(--Main);text-decoration:none}.footer-icon{width:18px;height:auto;margin-top:3px}.social-icons{flex-direction:row;align-items:center;gap:15px;display:flex}.social-circle{background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s;display:flex}.social-circle img{width:20px;height:20px;display:block}.social-circle:hover{background-color:var(--Main);border-color:var(--Main);transform:translateY(-3px)}.social-circle:hover img{filter:brightness(0)invert()}.footer-bottom{text-align:center;border-top:1px solid #0000000f;max-width:1200px;margin:0 auto;padding-top:25px}.footer-bottom p{color:#9ca3af;margin:0;font-size:.75rem}.auth-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;box-sizing:border-box;background:#2d101a66;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.auth-modal-card{background:var(--white);border:1px solid var(--border);box-sizing:border-box;border-radius:32px;width:90%;max-width:420px;max-height:95vh;padding:40px;animation:.4s cubic-bezier(.175,.885,.32,1.275) slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000026}.auth-close-btn{color:var(--text2);cursor:pointer;z-index:1;background:0 0;border:none;padding:0;font-size:30px;line-height:1;position:absolute;top:20px;right:25px}.auth-header{text-align:center;margin-bottom:30px}.auth-header h2{color:var(--Main);margin:0;font-size:28px;font-weight:850}.auth-header p{color:var(--text-grey);margin-top:8px;font-size:14px}.auth-form{flex-direction:column;gap:18px;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:var(--text1);font-size:13px;font-weight:700}.input-group input{border:1px solid var(--border);background:var(--Bg-Page);box-sizing:border-box;border-radius:14px;width:100%;padding:14px 18px;font-family:inherit;font-size:16px;transition:all .2s}.input-group input:focus{border-color:var(--Main);box-shadow:0 0 0 4px var(--Main-light);background:#fff;outline:none}.forgot-pass{color:var(--Main);text-align:right;font-size:12px;font-weight:600;text-decoration:none}.auth-submit-btn{background:var(--Main);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:16px;width:100%;margin-top:10px;padding:16px;font-size:16px;font-weight:700;transition:transform .2s}.auth-submit-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.auth-submit-btn:active{transform:translateY(0)}.auth-divider{text-align:center;margin:25px 0;position:relative}.auth-divider:before{content:"";background:var(--border);width:100%;height:1px;position:absolute;top:50%;left:0}.auth-divider span{color:var(--text2);background:#fff;padding:0 15px;font-size:12px;position:relative}.social-auth{justify-content:center;gap:15px;display:flex}.social-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;flex:1;justify-content:center;align-items:center;min-height:48px;padding:12px;transition:background .2s;display:flex}.social-btn:hover{background:var(--Bg-Soft)}.social-btn img{width:24px;height:24px}.auth-switch{text-align:center;color:var(--text2);margin-top:30px;font-size:14px}.auth-switch span{color:var(--Main);cursor:pointer;font-weight:700}@media (width<=480px){.auth-overlay{align-items:flex-end;padding:0}.auth-modal-card{border-radius:28px 28px 0 0;width:100%;max-width:100%;max-height:92vh;padding:28px 20px 36px;animation:.4s cubic-bezier(.175,.885,.32,1.275) slideUpMobile}.auth-close-btn{font-size:26px;top:14px;right:18px}.auth-header{margin-bottom:22px}.auth-header h2{font-size:24px}.auth-header p{font-size:13px}.auth-form{gap:14px}.input-group input{padding:14px 16px}.auth-submit-btn{border-radius:14px;padding:16px;font-size:16px}.auth-divider{margin:18px 0}.social-auth{gap:10px}.auth-switch{margin-top:22px;font-size:13px}}@media (width<=360px){.auth-modal-card{padding:24px 16px 30px}.auth-header h2{font-size:22px}.social-auth{flex-direction:column}}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.overlay-container{z-index:9999;justify-content:flex-end;display:flex;position:fixed;inset:0}.overlay-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;position:absolute;inset:0}.checkout-drawer{background:#fff;flex-direction:column;width:100%;max-width:420px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:relative}.drawer-header,.drawer-footer{flex-shrink:0}.drawer-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px;display:flex}.drawer-header h2{color:#111;margin:0;font-size:1.1rem;font-weight:700}.close-btn{cursor:pointer;color:#999;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:1.8rem;display:flex}.drawer-content{-webkit-overflow-scrolling:touch;flex:1;padding:24px;overflow-y:auto}.drawer-content.empty{justify-content:center;align-items:center;display:flex}.empty-msg{color:#999;text-align:center;margin:0;font-size:1rem;font-weight:500}.cart-item{border-bottom:1px solid #f5f5f5;align-items:center;gap:18px;margin-bottom:20px;padding-bottom:20px;display:flex}.item-img-minimal{object-fit:contain;background:0 0;flex-shrink:0;width:70px;height:70px}.item-info{flex:1;min-width:0}.item-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.item-name{color:#111;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2;overflow:hidden}.cart-qty-selector{background:#f7f7f7;border-radius:50px;flex-shrink:0;justify-content:space-between;align-items:center;min-width:110px;height:36px;padding:2px 8px;display:flex}.cart-qty-selector button{cursor:pointer;width:32px;height:32px;color:var(--Main);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.2rem;font-weight:400;transition:opacity .2s;display:flex}.cart-qty-selector button:hover{opacity:.5}.cart-qty-selector span{color:#111;text-align:center;min-width:20px;font-size:.95rem;font-weight:600}.drawer-footer{padding:20px 24px;padding-bottom:calc(20px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0}.subtotal-row{justify-content:space-between;margin-bottom:16px;font-size:1.1rem;font-weight:700;display:flex}.total-amount{color:var(--Main)}.progress-bar{background:#f0f0f0;border-radius:10px;height:4px;margin:12px 0 24px;overflow:hidden}.progress-fill{background:var(--Main);height:100%;transition:width .4s}.btn-view-cart,.btn-checkout{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50px;width:100%;margin-bottom:12px;padding:16px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-view-cart{color:var(--Main);border:1.5px solid var(--Main);background:#fff}.btn-checkout{background:var(--Main);color:#fff}.btn-checkout:hover{background:var(--Secondary);opacity:.9}@media (width<=768px){.checkout-drawer{border-radius:24px 24px 0 0;max-width:100%;max-height:92vh;animation:.3s cubic-bezier(.16,1,.3,1) slideInMobile;position:fixed;bottom:0;left:0;right:0}.overlay-container{align-items:flex-end}}@media (width<=480px){.checkout-drawer{border-radius:24px 24px 0 0;max-width:100%;max-height:92vh;animation:.3s cubic-bezier(.16,1,.3,1) slideInMobile;position:fixed;bottom:0;left:0;right:0}.overlay-container{align-items:flex-end}.drawer-header{padding:20px 20px 16px}.drawer-content{padding:16px 20px}.cart-item{gap:14px}.item-img-minimal{width:60px;height:60px}.item-name{font-size:.95rem}.cart-qty-selector{min-width:100px}.drawer-footer{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.subtotal-row{font-size:1rem}.btn-view-cart,.btn-checkout{margin-bottom:10px;padding:15px}}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.hero-section{justify-content:center;align-items:center;width:100%;padding:0;display:flex}.hero-card-adjustment{overflow:visible;margin-top:0!important;margin-bottom:50px!important;padding-top:20px!important;padding-bottom:40px!important}.hero-container{justify-content:space-between;align-items:center;gap:30px;width:100%;display:flex}.hero-content{z-index:2;flex:1.2}.hero-title{letter-spacing:-3px;flex-direction:column;margin:0;font-size:clamp(48px,6vw,82px);font-weight:800;line-height:1.1;display:flex}.text-burgundy{color:var(--Main)}.text-dark{color:var(--text1)}.hero-subtitle{color:#6b7280;margin:20px 0 30px;font-size:20px;font-weight:400}.search-bar-wrapper{background:var(--white);border:1px solid #eee;border-radius:100px;align-items:center;width:100%;max-width:380px;padding:8px 8px 8px 24px;display:flex;box-shadow:0 4px 20px #0000000d}.search-input-group{flex-grow:1;align-items:center;display:flex}.search-bar-wrapper input{width:100%;color:var(--text1);background:0 0;border:none;outline:none;font-size:16px}input::placeholder{color:#a8a7a7;opacity:.5}.search-btn{background-color:var(--Main);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.search-btn:hover{transform:scale(1.08);box-shadow:0 4px 12px #8000204d}.search-icon-img{filter:brightness(0)invert();width:20px;height:20px}.hero-image-container{flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.hero-image-container:before{content:"";filter:blur(40px);z-index:0;background:radial-gradient(circle,#b6345f40 0%,#fff0 70%);width:100%;height:100%;position:absolute}.main-cake-img{z-index:1;width:110%;height:auto;position:relative;transform:translate(-20px)}.cupcake-img{z-index:3;filter:drop-shadow(0 15px 30px #00000026);width:220px;position:absolute;bottom:-20px;right:-40px}@media (width<=1024px){.hero-container{text-align:center;flex-direction:column}.hero-title{letter-spacing:-2px;align-items:center;font-size:clamp(40px,7vw,60px)}.hero-subtitle{font-size:17px}.search-bar-wrapper{max-width:460px;margin:0 auto}.hero-image-container{width:80%;min-height:320px;margin:0 auto}.main-cake-img{width:85%;transform:none}.cupcake-img{width:160px;bottom:0;right:5%}}@media (width<=768px){.hero-image-container{display:none!important}.hero-container{text-align:center;justify-content:center}.hero-content{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.hero-card-adjustment{margin-bottom:20px!important;padding-top:100px!important;padding-bottom:50px!important}.hero-title{letter-spacing:-1.5px;align-items:center;font-size:clamp(36px,9vw,52px)}.hero-subtitle{margin:14px 0 22px;font-size:15px}.search-bar-wrapper{max-width:100%;margin:0 auto}}@media (width<=480px){.hero-title{letter-spacing:-1px;font-size:clamp(32px,10vw,40px)}.hero-card-adjustment{padding-top:90px!important;padding-bottom:40px!important}}.home-page{background-color:snow;padding-top:115px}.home-card-container{box-sizing:border-box;background:#fdfafac5;border:1px solid #fffc;border-radius:40px;width:90%;max-width:1400px;margin:0 auto 50px;padding:60px 40px 70px;transition:transform .4s,box-shadow .4s;position:relative;box-shadow:0 25px 60px #82052f1f,0 8px 20px #0000000a}.service-card-adjustment{padding:40px 20px!important}.section-header-centered{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.section-overline{letter-spacing:.45em;text-transform:uppercase;color:var(--Main);opacity:.5;margin-bottom:12px;font-size:.75rem;font-weight:750;display:block}.section-title{color:var(--Main);letter-spacing:-.03em;margin:0;font-size:3.5rem;font-weight:850;line-height:1}.section-subtitle{color:var(--Main);opacity:.7;max-width:600px;margin-top:15px;font-size:1.1rem;font-weight:350}.home-layout-inner{transition:all .5s;display:flex}.home-main-content{flex:1;min-width:0}.home-dynamic-sidebar{opacity:0;width:0;height:fit-content;transition:all .5s;position:sticky;top:100px;overflow:hidden}.sidebar-open .home-dynamic-sidebar{opacity:1;width:380px;margin-right:35px}.home-product-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.sidebar-open .home-product-grid{grid-template-columns:repeat(3,1fr)}.section-footer-btn{justify-content:center;margin-top:20px;display:flex}.view-menu-btn{color:#fff;background:#82052f;border-radius:50px;padding:14px 45px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s}.view-menu-btn:hover{background:#a5073c;transform:translateY(-3px);box-shadow:0 8px 20px #82052f33}@media (width<=1024px){.home-card-container{border-radius:32px;width:92%;padding:48px 32px 56px}.section-title{font-size:2.8rem}.home-product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.sidebar-open .home-product-grid{grid-template-columns:repeat(2,1fr)}.sidebar-open .home-dynamic-sidebar{width:300px;margin-right:24px}}@media (width<=768px){.home-page{padding-top:90px}.home-card-container{border-radius:24px;width:94%;margin-bottom:24px;padding:32px 20px 40px}.service-card-adjustment{padding:24px 16px!important}.section-header-centered{margin-bottom:32px}.section-title{letter-spacing:-.02em;font-size:2.2rem}.section-subtitle{margin-top:10px;font-size:.95rem}.home-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.sidebar-open .home-dynamic-sidebar{opacity:0;width:0;margin-right:0}.sidebar-open .home-product-grid{grid-template-columns:repeat(2,1fr)}.view-menu-btn{padding:12px 32px;font-size:.95rem}}@media (width<=480px){.home-page{padding-top:80px}.home-card-container{border-radius:20px 20px 0 0;width:100%;margin-bottom:16px;padding:24px 14px 32px}.section-title{font-size:1.9rem}.section-overline{letter-spacing:.3em;font-size:.65rem}.home-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.service-info-section{width:100%;padding:30px 0}.service-info-container{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1300px;margin:0 auto;padding:0 20px;display:grid}.service-item{background:var(--Bg-Soft);background:linear-gradient(145deg, var(--white) 0%, var(--Main-light) 100%);border:1px solid var(--Border);text-align:center;cursor:pointer;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;height:140px;padding:0 10px;transition:all .3s;display:flex;box-shadow:0 10px 25px #780b300d}.service-item:hover{border-color:#f7dadd;transform:translateY(-5px);box-shadow:0 12px 30px #780b3014}.service-icon{object-fit:contain;filter:drop-shadow(0 4px 10px #0000000d);width:35px;height:35px;margin-bottom:8px}.service-item h3{color:var(--Main);margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.service-item p{color:var(--Text-Muted);margin:4px 0 0;padding:0 5px;font-size:.75rem;line-height:1.2}@media (width<=1024px){.service-info-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=768px){.service-item{border-radius:20px;height:120px}.service-icon{width:30px;height:30px}.service-item h3{font-size:.85rem}}@media (width<=480px){.service-info-container{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px}.service-item{border-radius:18px;height:110px;padding:0 5px}.service-item h3{font-size:.8rem}}.categories-grid-wrapper{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;display:grid}.category-item{cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#fff 0%,#fff0f3 100%);border:1px solid #fffc;border-radius:28px;align-items:center;height:140px;padding:0 25px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #82052f0d}.category-item:hover{border-color:#f7dadd;transform:translateY(-8px);box-shadow:0 15px 35px #82052f1a}.category-item:active{transform:translateY(-4px)}.category-item:before{content:"";opacity:.4;z-index:2;background-image:radial-gradient(circle,#dbc3cb 3px,#0000 4px),radial-gradient(circle,#dbc3cb 6px,#0000 7px);background-position:14px 14px,0 0;background-repeat:no-repeat;width:30px;height:30px;position:absolute;top:15px;left:18px}.category-item h3{color:#82052f;z-index:3;white-space:nowrap;margin:0;font-size:1.5rem;font-weight:850;line-height:1;position:relative;transform:translateY(12px)}.category-item h3:after{content:"";background:linear-gradient(90deg,#d6a6b3 0%,#d6a6b300 100%);border-radius:10px;width:60px;height:6px;margin-top:8px;display:block}.category-image{object-fit:contain;z-index:1;filter:drop-shadow(0 10px 20px #0000001a);pointer-events:none;transition:transform .3s;position:absolute;top:50%;right:-10px;transform:translateY(-50%);width:auto!important;height:125%!important}.category-item:hover .category-image{transform:translateY(-50%)scale(1.05)}@media (width<=1200px){.categories-grid-wrapper{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=1024px){.categories-grid-wrapper{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=768px){.categories-grid-wrapper{grid-template-columns:repeat(2,1fr);gap:14px}.category-item{border-radius:20px;height:120px;padding:0 18px}.category-item h3{font-size:1.2rem}}@media (width<=600px){.categories-grid-wrapper{grid-template-columns:repeat(2,1fr);gap:12px}.category-item{border-radius:18px;height:110px;padding:0 16px}.category-item h3{font-size:1.1rem}.category-item h3:after{width:40px;height:4px}}@media (width<=400px){.categories-grid-wrapper{grid-template-columns:1fr;gap:12px}.category-item{height:110px}}.product-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:28px;flex-direction:column;padding:15px;transition:transform .3s;display:flex;position:relative;box-shadow:0 8px 20px #0000000a}.product-card:hover{transform:translateY(-5px)}.wishlist-btn{cursor:pointer;z-index:2;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 10px #0000000d}.wishlist-btn:hover{transform:scale(1.1)}.product-image-link{width:100%;text-decoration:none;display:block}.product-image-container{justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:15px;display:flex}.product-image{object-fit:contain;filter:drop-shadow(0 10px 15px #00000014);max-width:100%;max-height:100%}.product-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.product-title{color:#2d3748;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.product-price{color:#82052f;white-space:nowrap;background-color:#fdf4f6;border-radius:10px;align-items:center;gap:4px;padding:6px 10px;font-size:.95rem;font-weight:800;display:flex}.currency-icon{width:auto;height:14px;display:block}.product-description{color:#6b7280;min-height:40px;margin-bottom:20px;font-size:.85rem;line-height:1.4}.add-to-cart-btn{background-color:var(--Main);color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;font-weight:600;transition:background-color .3s;display:flex}.add-to-cart-btn:hover{background-color:#650826}.quantity-selector{box-sizing:border-box;background-color:#f8f3f5;border-radius:50px;justify-content:space-between;align-items:center;height:50px;padding:6px;display:flex}.qty-btn{width:38px;height:38px;color:var(--Main);cursor:pointer;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 2px 4px #0000000d}.qty-number{color:var(--Main);font-size:1.1rem;font-weight:800}.product-card.out-of-stock .product-image{opacity:.6;filter:grayscale(.8)drop-shadow(0 10px 15px #00000014)}.out-of-stock-badge{color:#2d3748;text-transform:uppercase;pointer-events:none;background:#ffffffe6;border:1px solid #ddd;border-radius:20px;padding:8px 16px;font-size:.8rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.out-of-stock-btn{color:#718096;cursor:not-allowed;background-color:#e2e8f0;border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;height:50px;font-weight:600;display:flex}.product-card.out-of-stock:hover{transform:none}@media (width<=1024px){.product-image-container{height:180px}.product-title{font-size:1rem}}@media (width<=768px){.product-card{border-radius:22px;padding:12px}.product-image-container{height:160px;margin-bottom:12px}.product-title{font-size:.95rem}.product-price{padding:5px 8px;font-size:.85rem}.product-description{min-height:38px;margin-bottom:14px;font-size:.8rem}.add-to-cart-btn{height:44px;font-size:.9rem}.wishlist-btn{width:36px;height:36px;top:10px;right:10px}.product-card:hover{transform:none}}@media (width<=480px){.product-card{border-radius:18px;padding:10px}.product-image-container{height:130px;margin-bottom:10px}.product-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.88rem;display:-webkit-box;overflow:hidden}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;margin-bottom:10px;font-size:.75rem;display:-webkit-box;overflow:hidden}.add-to-cart-btn{gap:6px;height:40px;font-size:.82rem}}.detail-sidebar{width:100%;padding-bottom:20px;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards slideIn}.detail-glass-card{background:#fff;border:1px solid #f0f0f0;border-radius:32px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 25px 50px #0000000f}.detail-hero-section{background:radial-gradient(circle,#fdf4f6 0%,#fff 70%);justify-content:center;align-items:center;height:200px;display:flex;position:relative}.side-close-btn{cursor:pointer;z-index:10;width:36px;height:36px;color:var(--Main);background:#fff;border:1px solid #f0f0f0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:all .2s;display:flex;position:absolute;top:15px;left:15px;box-shadow:0 4px 10px #0000000d}.floating-img{object-fit:contain;filter:drop-shadow(0 8px 12px #00000014);max-width:70%;max-height:70%}.detail-body{padding:18px 24px}.category-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.mini-badge{color:var(--Main);text-transform:uppercase;background:#fff5f7;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:700}.star-rating{align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.gold-star{color:#ffb800}.review-count{color:#a0aec0;font-size:11px}.detail-title{color:#1a202c;margin:0 0 4px;font-size:24px;font-weight:700}.detail-price-tag{align-items:center;gap:6px;margin-bottom:12px;display:flex}.price-curr{height:14px}.price-amt{color:var(--Main);font-size:22px;font-weight:800}.tax-label{color:#a0aec0;margin-top:4px;font-size:10px}.detail-bio{color:#718096;margin-bottom:15px;font-size:13px;line-height:1.6}.section-label{color:#a0aec0;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700}.ingredients-chips{flex-wrap:wrap;gap:6px;margin-bottom:15px;display:flex}.ing-chip{color:#4a5568;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:600}.nutro-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.nutro-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;padding:10px;display:flex}.nutro-label{color:#a0aec0;font-size:8px;font-weight:700}.nutro-val{color:#2d3748;font-size:12px;font-weight:700}.detail-footer{background:#fff;padding:20px 24px 30px}.btn-add-main{background-color:var(--Main);color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;height:52px;font-size:16px;font-weight:600;box-shadow:0 4px 12px #780b3026}.qty-pill{box-sizing:border-box;background-color:#f8f3f5;border-radius:50px;justify-content:space-between;align-items:center;width:100%;height:52px;padding:0 8px;display:flex}.qty-pill-btn{aspect-ratio:1;width:40px;height:40px;color:var(--Main);cursor:pointer;background-color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001f}.qty-pill-val{color:var(--Main);-webkit-user-select:none;user-select:none;text-align:center;flex-grow:1;font-size:1.2rem;font-weight:800}.detail-sidebar-overlay{display:none}@media (width<=768px){.detail-sidebar-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;background:#00000073;animation:.25s forwards fadeOverlay;position:fixed;inset:0}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.detail-sidebar{z-index:2001;align-items:flex-end;width:100%;height:auto;padding:0;display:flex;position:fixed;bottom:0;left:0;right:0}.detail-glass-card{-webkit-overflow-scrolling:touch;z-index:2002;border-radius:28px 28px 0 0;width:100%;max-height:85vh;animation:.35s cubic-bezier(.175,.885,.32,1.275) forwards slideUp;overflow-y:auto;transform:translateY(100%)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.detail-glass-card:before{content:"";background:#e0e0e0;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:14px auto 0;display:block}.detail-hero-section{height:250px}.floating-img{filter:drop-shadow(0 12px 20px #0000001f);max-width:90%;max-height:90%}.detail-title{font-size:22px}.detail-body{padding:20px 22px}.detail-footer{padding:16px 22px calc(16px + env(safe-area-inset-bottom,12px))}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.testimonial-section{width:100%}.testimonial-layout-inner{align-items:center;gap:16px;display:flex;position:relative}.testimonial-swiper-box{flex:1;min-width:0}.nav-btn-circle{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000000f}.nav-btn-circle:hover{background:var(--Main);border-color:var(--Main)}.nav-btn-circle:hover .nav-icon{filter:brightness(0)invert()}.nav-icon{width:18px;height:18px;display:block}.custom-pagination{justify-content:center;gap:6px;margin-top:24px;display:flex}.custom-pagination .swiper-pagination-bullet{opacity:1;background:#ddd;border-radius:50%;width:8px;height:8px;transition:all .3s}.custom-pagination .swiper-pagination-bullet-active{background:var(--Main);border-radius:4px;width:24px}.testimonial-card-item{box-sizing:border-box;background:#fff;border:1px solid #f0e8ec;border-radius:24px;flex-direction:column;gap:16px;height:100%;padding:24px;transition:box-shadow .3s;display:flex}.testimonial-card-item:hover{box-shadow:0 12px 30px #82052f14}.card-top-row{justify-content:space-between;align-items:flex-start;display:flex}.user-profile-box{align-items:center;gap:12px;display:flex}.user-avatar-sm{object-fit:cover;border-radius:50%;flex-shrink:0;width:46px;height:46px}.user-name-txt{color:#1a202c;margin:0;font-size:.95rem;font-weight:700}.user-role-txt{color:#a0aec0;margin:2px 0 0;font-size:.8rem}.quote-icon-small img{opacity:.4;width:28px;height:28px}.testimonial-content{flex-direction:column;flex:1;gap:10px;display:flex}.star-rating-row{gap:3px;display:flex}.star-icon-sm{width:16px;height:16px}.testimonial-quote-text{color:#4a5568;margin:0;font-size:.9rem;font-style:italic;line-height:1.6}@media (width<=1024px){.nav-btn-circle{width:40px;height:40px}.nav-icon{width:16px;height:16px}}@media (width<=768px){.testimonial-layout-inner{gap:8px}.nav-btn-circle{width:36px;height:36px}.nav-icon{width:14px;height:14px}.testimonial-card-item{border-radius:18px;gap:12px;padding:18px}.user-avatar-sm{width:40px;height:40px}.user-name-txt{font-size:.88rem}.testimonial-quote-text{font-size:.85rem}.custom-pagination{margin-top:18px}}@media (width<=480px){.nav-btn-circle{display:none}.testimonial-layout-inner{gap:0}.testimonial-card-item{border-radius:16px;padding:16px}.user-avatar-sm{width:36px;height:36px}.quote-icon-small img{width:22px;height:22px}.star-icon-sm{width:14px;height:14px}.testimonial-quote-text{font-size:.82rem}}.filter-sidebar{z-index:10;width:100%;max-width:380px;position:sticky;top:100px}.filter-glass-card{background:#fff;border:1px solid #f0f0f0;border-radius:32px;flex-direction:column;max-height:calc(100vh - 150px);padding:24px;display:flex;box-shadow:0 25px 60px #82052f14}.filter-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.filter-header-actions{align-items:center;gap:12px;display:flex}.filter-close-x{cursor:pointer;color:#333;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:none}.filter-header h3{color:#1a202c;margin:0;font-size:22px;font-weight:700}.clear-all-btn{color:#82052f;cursor:pointer;background:#fff5f7;border:none;border-radius:10px;padding:6px 14px;font-size:11px;font-weight:700}.filter-scroll-area{flex-grow:1;padding-right:8px;overflow-y:auto}.filter-group{border-bottom:1px solid #f7fafc;padding:18px 0}.group-trigger{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.trigger-label{color:#2d3748;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.filter-main-icon{color:#bcbcbc;opacity:.8;font-size:18px}.chevron-icon{color:#a0aec0;font-size:16px;transition:transform .3s}.chevron-icon.open{transform:rotate(180deg)}.group-list{flex-direction:column;gap:12px;margin-top:15px;display:flex}.filter-item{cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.filter-item-left{align-items:center;gap:10px;display:flex}.filter-text{color:#4a5568;font-size:14px;font-weight:600}.filter-count{color:#a0aec0;font-size:12px}.checkbox-wrapper{width:20px;height:20px;position:relative}.hidden-input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute}.checkbox-box{border:2px solid #e2e8f0;border-radius:6px;width:20px;height:20px;transition:all .2s;position:absolute;top:0;left:0}.hidden-input:checked~.checkbox-box{background-color:var(--Main);border-color:var(--Main)}.hidden-input:checked~.checkbox-box:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.price-slider-container{padding:10px 0}.styled-range{width:100%;accent-color:var(--Main)}.price-display{justify-content:space-between;margin-top:12px;display:flex}.price-pill{color:#2d3748;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:10px;padding:6px 12px;font-size:11px;font-weight:700}@media (width<=768px){.filter-backdrop{z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:none;position:fixed;inset:0}.filter-backdrop.active{display:block}.filter-sidebar{z-index:1000;visibility:hidden;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;right:100px}.filter-sidebar.open{visibility:visible;pointer-events:auto}.filter-glass-card{border-radius:32px 32px 0 0;width:100%;max-height:80vh;padding:24px;transition:transform .4s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:0;left:0;transform:translateY(100%)}.filter-sidebar.open .filter-glass-card{transform:translateY(0)}.filter-close-x{display:flex}.filter-scroll-area{max-height:60vh}}.header-container{flex-direction:column;gap:1.5rem;width:100%;margin-bottom:2rem;display:flex}.header-main-row{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.filter-toggle-btn{height:56px;color:var(--Main);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:28px;align-items:center;gap:10px;padding:0 24px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000a}.filter-toggle-btn.active{background:var(--Main);color:#fff;border-color:var(--Main)}.filter-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #780b301a}.search-container{flex:1}.search-inner{background:#fff;border:1px solid #eee;border-radius:28px;align-items:center;height:56px;padding:0 8px 0 24px;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000a}.search-inner:focus-within{border-color:var(--Main);box-shadow:0 8px 25px #780b301a}.search-input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search-submit-btn{background-color:var(--Main);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex}.search-icon{filter:brightness(0)invert();width:18px;height:18px}.header-controls{align-items:center;gap:1.5rem;display:flex}.results-indicator{color:#666;white-space:nowrap;font-size:.9rem}.highlight-text{color:#111;font-weight:800}.sort-dropdown-container{position:relative}.sort-trigger-btn{cursor:pointer;height:48px;color:var(--Main);background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:10px;padding:0 18px;font-weight:600;transition:all .2s;display:flex}.sort-trigger-btn.active,.sort-trigger-btn:hover{background:#fdf2f5}.sort-menu{z-index:1000;background:#fff;border:1px solid #eee;border-radius:12px;width:180px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 30px #0000001a}.sort-menu-item{text-align:left;cursor:pointer;color:#444;background:0 0;border:none;width:100%;padding:12px 16px;font-size:.9rem}.sort-menu-item:hover,.sort-menu-item.selected{color:var(--Main);background:#fdf2f5;font-weight:600}.filter-shelf{padding-top:5px}.tags-flex{flex-wrap:wrap;gap:10px;display:flex}.active-filter-tag{color:var(--Main);background:#fdf2f5;border:1px solid #780b301a;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;font-weight:600;display:flex}.remove-tag-btn{cursor:pointer;color:var(--Main);background:0 0;border:none;padding:0;font-size:16px;line-height:1}.clear-all-action{color:#888;cursor:pointer;background:0 0;border:1px dashed #ccc;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600}@media (width<=1024px){.header-controls{gap:1rem}.results-indicator{display:none}.filter-toggle-btn{padding:0 18px;font-size:14px}}@media (width<=768px){.header-container{gap:1rem;margin-bottom:1.25rem}.header-main-row{gap:10px}.filter-toggle-btn{border-radius:24px;gap:8px;height:48px;padding:0 16px;font-size:13px}.search-inner{border-radius:24px;height:48px;padding:0 6px 0 16px}.search-input{font-size:.9rem}.search-submit-btn{width:38px;height:38px}.search-icon{width:16px;height:16px}.header-controls{flex-wrap:wrap;gap:8px}.sort-trigger-btn{border-radius:10px;height:42px;padding:0 14px;font-size:13px}.sort-menu{width:160px}.active-filter-tag{gap:6px;padding:5px 10px;font-size:.78rem}.tags-flex{gap:8px}}@media (width<=480px){.header-main-row{flex-wrap:wrap}.filter-toggle-btn{flex:none;height:44px;padding:0 14px}.search-container{flex:100%;order:3}.header-controls{flex:auto;justify-content:flex-end}.sort-trigger-btn{height:40px;padding:0 12px;font-size:12px}}.menu-hero{background-image:url(/assets/menu-RIaFcMYY.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:400px;margin-top:0;display:flex;position:relative;top:0}.menu-hero-overlay{background-color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.menu-hero-content{text-align:center;padding-top:80px}.menu-title{color:var(--Main);letter-spacing:-.5px;margin:0;padding:8px 0;font-size:2.5rem;font-weight:600}.breadcrumb-link{color:#444;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:var(--Main);text-decoration:underline}.breadcrumb-separator{color:#888;margin:0 4px}.breadcrumb-active{color:var(--Main)}@media (width<=768px){.menu-hero{height:280px}.menu-title{font-size:2rem}}.menu-page{min-height:100vh;padding-bottom:80px}.menu-section{z-index:10;box-sizing:border-box;background:#fff;border-radius:40px;width:95%;max-width:1450px;margin:-40px auto 0;padding:40px;position:relative;box-shadow:0 20px 50px #780b300d}.menu-layout-inner{flex-wrap:nowrap;align-items:flex-start;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.dynamic-sidebar{opacity:0;align-self:flex-start;width:0;height:fit-content;transition:all .5s cubic-bezier(.4,0,.2,1);position:sticky;top:100px;overflow:visible}.sidebar-open .dynamic-sidebar{opacity:1;width:380px;margin-right:40px}.sidebar-content-wrapper{width:380px}.menu-main-content{flex:1;min-width:0}.menu-product-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:30px;transition:all .5s;display:grid}.sidebar-open .menu-product-grid{grid-template-columns:repeat(3,1fr)}.out-of-stock-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:30px;transition:all .5s;display:grid}.search-results-wrapper{justify-content:center;align-items:center;width:100%;margin:20px 0 30px;display:flex}.search-status-tag{background:var(--white);border:1px solid var(--border);border-radius:100px;align-items:center;padding:6px 8px 6px 20px;display:flex;box-shadow:0 4px 15px #0000000d}.results-text{color:var(--text2);white-space:nowrap;font-size:.85rem}.query-highlight{color:var(--text1);font-weight:700}.divider-line{background:var(--border);width:1px;height:18px;margin:0 15px}.view-all-link-btn{color:var(--Main);cursor:pointer;background-color:#0000;border:1px solid #780b3026;border-radius:100px;padding:6px 16px;font-size:.75rem;font-weight:600;transition:all .3s}.view-all-link-btn:hover{background-color:var(--Main);color:#fff;border-color:var(--Main)}.mobile-product-overlay{display:none}@media (width<=1024px){.menu-section{padding:30px}.menu-product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.sidebar-open .menu-product-grid{grid-template-columns:repeat(2,1fr)}.sidebar-open .dynamic-sidebar{width:300px;margin-right:28px}.sidebar-content-wrapper{width:300px}}@media (width<=768px){.menu-section{border-radius:24px 24px 0 0;width:100%;margin:-20px auto 0;padding:20px}.menu-product-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}.sidebar-open .dynamic-sidebar{width:0;margin-right:0}.sidebar-open .menu-product-grid{grid-template-columns:repeat(2,1fr)}.mobile-product-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;display:block;position:fixed;inset:0}}@media (width<=480px){.menu-section{padding:14px}.menu-product-grid{gap:10px}.search-status-tag{border-radius:16px;flex-wrap:wrap;gap:8px;padding:10px 14px}.divider-line{display:none}}.order-form-wrapper{flex-direction:column;align-items:center;min-height:100vh;padding:0 24px 80px;transition:all .5s ease-in-out;display:flex}.order-form-container{z-index:10;box-sizing:border-box;background:#fff;border-radius:40px;width:100%;max-width:1355px;margin-top:-96px;padding:50px;position:relative;box-shadow:0 30px 60px #700d2b14}.all-in-one-layout{align-items:start;gap:40px;transition:all .5s;display:grid}.centered-view{grid-template-columns:1fr;max-width:800px;margin:0 auto}.split-view{grid-template-columns:1fr 400px}.form-sections-column{flex-direction:column;gap:30px;display:flex}.form-card{border:var(--border-color);background:#fff;border-radius:24px;padding:35px;animation:.4s ease-out forwards fadeIn;box-shadow:0 30px 60px #700d2b0a}.card-header-flex{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.card-title{color:var(--Main);border-left:4px solid var(--Main);margin:0 0 20px;padding-left:15px;font-size:1.3rem}.reset-link{color:var(--text-grey);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;text-decoration:underline}.reset-link:hover{color:var(--Main)}.category-inline-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px;display:grid}.cat-mini-card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:14px;align-items:flex-end;height:85px;padding:12px 15px;display:flex;position:relative;overflow:hidden}.cat-mini-card.selected{border:2px solid var(--Main);background-color:#fdf8f9}.cat-card-image-wrapper{z-index:1;width:100px;height:100px;position:absolute;top:-15px;right:-15px}.cat-card-image-wrapper img{object-fit:contain;filter:drop-shadow(-4px 4px 8px #0000001a);width:100%;height:100%}.cat-card-title{color:var(--Main);z-index:2;margin:0;font-size:1.1rem;font-weight:700}.size-row{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.size-item{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;padding:15px;font-family:inherit;transition:all .2s;display:flex}.size-item.active{background:var(--Main);border-color:var(--Main);color:#fff}.size-item span{font-size:.8rem}.field-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.field-group label{color:var(--text-dark);font-size:.9rem;font-weight:700}.base-input{border:1.5px solid var(--border);box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:16px;font-family:inherit;font-size:1rem;transition:all .3s}.base-input:focus{border-color:var(--Main);box-shadow:0 0 0 4px var(--Main-light)}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.toggle-container{background:#f5f5f5;border-radius:12px;padding:4px;display:flex}.toggle-container button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-family:inherit;font-weight:700;transition:all .3s}.toggle-container button.active{color:var(--Main);background:#fff;box-shadow:0 4px 10px #0000000d}.modern-upload{border:2px dashed var(--border);text-align:center;border-radius:12px;padding:20px}.upload-btn{cursor:pointer;color:var(--Main);justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.checkbox-card{border:1.5px solid var(--border);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:18px;transition:all .3s;display:flex}.checkbox-card.checked{background:var(--Main-light);border-color:var(--Main)}.check-info{align-items:center;gap:12px;font-weight:700;display:flex}.custom-check{border:2px solid #ddd;border-radius:4px;flex-shrink:0;width:20px;height:20px;transition:all .3s;position:relative}.checkbox-card.checked .custom-check{background:var(--Main);border-color:var(--Main)}.checkbox-card.checked .custom-check:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;transition:all .3s;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.receipt-column{position:sticky;top:90px}.sticky-receipt{background:#fff;border:1px solid #f0f0f0;border-radius:28px;padding:30px;box-shadow:0 25px 50px -12px #0000000d}.receipt-main-title{color:var(--text-dark);text-align:center;margin-bottom:25px;font-size:1.1rem;font-weight:700}.receipt-details{flex-direction:column;gap:15px;margin-bottom:30px;display:flex}.r-line{justify-content:space-between;font-size:.95rem;display:flex}.r-label{color:var(--text-grey)}.r-value{color:var(--text-dark);font-weight:600}.writing-line{flex-direction:column;gap:4px}.writing-line .r-value{font-style:italic}.r-line.addon,.r-line.addon .r-value,.r-line.addon .r-label{color:var(--Main)}.receipt-footer{border-top:2px dashed #f0f0f0;padding-top:25px}.total-container{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.total-label{color:var(--text-dark);font-size:1.1rem;font-weight:700}.total-price-wrapper{color:var(--text-dark);align-items:baseline;gap:4px;display:flex}.currency{font-size:.9rem;font-weight:700}.amount{font-size:2.2rem;font-weight:800}.add-cart-btn{background:var(--Main);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;padding:18px;font-size:1.1rem;font-weight:700;transition:all .2s}.add-cart-btn:hover{background:var(--Main);transform:translateY(-2px)}.add-cart-btn.inactive{color:#ccc;cursor:not-allowed;background:#f0f0f0}@media (width<=1100px){.split-view{grid-template-columns:1fr 34px}.order-form-container{border-radius:32px;padding:40px}.category-inline-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.order-form-wrapper{padding:0 16px 60px}.order-form-container{border-radius:28px;margin-top:-60px;padding:28px 20px}.split-view{grid-template-columns:1fr}.receipt-column{position:relative;top:0}.all-in-one-layout{gap:24px}.form-card{border-radius:18px;padding:22px 18px}.card-title{font-size:1.1rem}.category-inline-grid,.size-row{grid-template-columns:repeat(2,1fr);gap:10px}.form-row{grid-template-columns:1fr;gap:14px}.amount{font-size:1.8rem}}@media (width<=480px){.order-form-wrapper{padding:0 10px 50px}.order-form-container{border-radius:22px;margin-top:-40px;padding:20px 14px}.form-card{border-radius:16px;padding:18px 14px}.category-inline-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cat-mini-card{height:70px;padding:10px 12px}.cat-card-title{font-size:.9rem}.cat-card-image-wrapper{width:75px;height:75px}.size-row{grid-template-columns:1fr;gap:8px}.size-item{flex-direction:row;justify-content:space-between;align-items:center;padding:12px}.base-input{padding:13px;font-size:.95rem}.toggle-container button{padding:10px 6px;font-size:.85rem}.add-cart-btn{border-radius:14px;padding:15px;font-size:1rem}.amount{font-size:1.6rem}.sticky-receipt{border-radius:22px;padding:22px 18px}}.custom-page-container{background:#fbf8f9;min-height:100vh}.custom-form-section{padding:56px 24px 90px}.custom-form-shell{max-width:1280px;margin:0 auto}@media (width<=1024px){.custom-form-section{padding:48px 20px 70px}}@media (width<=768px){.custom-form-section{padding:32px 16px 60px}}@media (width<=480px){.custom-form-section{padding:24px 12px 48px}}.about-page{background-color:#fcfafb;flex-direction:column;align-items:center;width:100%;padding:0 24px 80px;display:flex}.floating-card-wrapper{z-index:10;box-sizing:border-box;background:#fff;border-radius:40px;width:100%;max-width:1355px;margin-top:-40px;padding:60px;position:relative;box-shadow:0 30px 60px #700d2b14}.about-section{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.about-section:last-child{margin-bottom:0}.badge{background:var(--Main-light);color:var(--Main);letter-spacing:1px;border-radius:4px;margin-bottom:16px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.h1-display{color:var(--Main);margin-bottom:20px;font-size:42px;font-weight:800;line-height:1.1}.h2-title{color:var(--Main);margin-bottom:16px;font-size:34px;font-weight:800}.p-lead,.p-body{color:var(--text-muted);margin-bottom:25px;font-size:16px;line-height:1.6}.stats-grid{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:12px;max-width:450px;padding-top:25px;display:grid}.stat-unit{background:var(--Main-light);text-align:center;border-radius:12px;padding:15px 5px}.stat-val{color:var(--Main);font-size:24px;font-weight:800;display:block}.stat-lab{text-transform:uppercase;color:var(--text-dark);opacity:.7;font-size:9px;font-weight:700}.img-frame img{object-fit:cover;border-radius:24px;width:100%;height:400px;animation:.4s ease-out forwards fadeIn}.bullet-card{background:var(--Main-light);border:1px solid #780b3014;border-radius:20px;padding:25px}.bullet-list{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.bullet-item{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.bullet-item svg{color:var(--Main)}@media (width<=768px){.about-page{padding:0 16px 40px}.floating-card-wrapper{border-radius:24px;margin-top:-20px;padding:30px 20px}.about-section{grid-template-columns:1fr;gap:24px;margin-bottom:50px}.about-section.reverse .image-column{display:block}.about-section .image-column{order:-1}.h1-display{font-size:30px}.h2-title{font-size:24px}.p-lead,.p-body{font-size:15px}.img-frame img{height:260px}.stats-grid{grid-template-columns:repeat(3,1fr);max-width:100%}.bullet-card{padding:18px}}@media (width<=480px){.stats-grid{grid-template-columns:1fr;gap:8px}.bullet-list{grid-template-columns:1fr}.stat-unit{justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.img-frame img{height:220px}}.contact-page-root{background-color:#fcfafb;flex-direction:column;align-items:center;min-height:auto;padding:80px 24px;display:flex}.contact-main-card{z-index:10;background:#fff;border-radius:40px;grid-template-columns:1fr 380px;width:100%;max-width:1355px;margin-top:-120px;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 50px #700d2b1a}.contact-form-side{padding:50px}.contact-form-header h2{color:#700d2b;letter-spacing:-1px;margin:0 0 10px;font-size:36px;font-weight:800}.contact-form-header p{color:#666;margin-bottom:30px;font-size:15px}.contact-grid-2col{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-field-group{flex-direction:column;margin-bottom:20px;display:flex}.contact-field-group label{text-transform:uppercase;color:#700d2b;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700}.contact-field-group input,.contact-field-group textarea{box-sizing:border-box;color:#333;background:#fff;border:1px solid #e2e2e2;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-size:15px}.contact-field-group textarea{resize:none;min-height:120px}.contact-page-submit-btn{cursor:pointer;padding:18px;transition:all .2s;color:#fff!important;background:#700d2b!important;border:none!important;border-radius:12px!important;width:100%!important;font-size:16px!important;font-weight:700!important}.contact-page-submit-btn:hover{transform:translateY(-1px);background:#8b1135!important}.contact-info-side{background:#f8f1f3;flex-direction:column;padding:50px 35px;display:flex}.contact-info-header h3{color:#333;margin:0 0 8px;font-size:24px;font-weight:800}.contact-info-header p{color:#777;margin-bottom:30px;font-size:14px}.contact-items-container{flex-direction:column;gap:15px;display:flex}.contact-item-row{background:#fff;border-radius:15px;align-items:center;gap:15px;padding:16px;display:flex}.contact-item-icon{color:#700d2b;background:#fcf6f7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:14px;display:flex}.contact-item-text{flex-direction:column;display:flex}.contact-label{text-transform:uppercase;color:#a0a0a0;letter-spacing:.5px;font-size:11px;font-weight:600}.contact-value{color:#333;margin-top:1px;font-size:14px;font-weight:600}.contact-social-section{margin-top:auto;padding-top:30px}.contact-social-section h4{color:#333;margin-bottom:15px;font-size:14px;font-weight:700}.contact-social-icons-row{gap:10px;display:flex}.contact-social-box{color:#700d2b;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;text-decoration:none;transition:all .2s;display:flex}@media (width<=1024px){.contact-main-card{grid-template-columns:1fr 300px;margin-top:-80px}.contact-form-side{padding:36px}.contact-info-side{padding:36px 24px}.contact-form-header h2{font-size:28px}}@media (width<=850px){.contact-page-root{padding:40px 16px 60px}.contact-main-card{border-radius:28px;grid-template-columns:1fr;margin-top:0}.contact-form-side{padding:30px 24px}.contact-form-header h2{letter-spacing:-.5px;font-size:26px}.contact-info-side{border-radius:0 0 28px 28px;padding:30px 24px}.contact-social-section{margin-top:24px;padding-top:20px}}@media (width<=600px){.contact-grid-2col{grid-template-columns:1fr;gap:0}.contact-form-side{padding:24px 16px}.contact-form-header h2{font-size:22px}.contact-form-header p{font-size:13px}.contact-field-group input,.contact-field-group textarea{padding:12px 14px;font-size:14px}.contact-page-submit-btn{padding:15px!important;font-size:15px!important}.contact-info-side{padding:24px 16px}.contact-info-header h3{font-size:20px}.contact-item-row{padding:12px}}:root{--MainLight:#fdf2f5;--background:#fdfafb;--text1:#1a202c;--text2:#718096;--border:#f2e8eb;--white:#fff;--boxshadow:0 15px 40px #780b3014}*{box-sizing:border-box}body{background-color:var(--background);margin:0;font-family:Inter,sans-serif}.dashboard-page-wrapper{justify-content:center;min-height:100vh;padding:100px 40px 60px;display:flex}.dashboard-main-card{background:var(--white);border:1px solid var(--border);width:100%;max-width:1450px;box-shadow:var(--boxshadow);border-radius:32px;grid-template-columns:300px 1fr;display:grid;overflow:hidden}.dashboard-sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;padding:40px 24px;display:flex}.dashboard-profile-header{align-items:center;gap:14px;margin-bottom:30px;display:flex}.dashboard-avatar{background:var(--MainLight);width:55px;height:55px;color:var(--Main);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.profile-info h3{color:var(--text1);margin:0;font-size:16px}.profile-info p{color:var(--text2);margin:2px 0 0;font-size:12px}.dashboard-loyalty-card{background:#fff9fa;border:1px solid #fceef2;border-radius:18px;margin-bottom:30px;padding:20px}.tier-badge{color:var(--Main);background:#fff;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:800}.percentage{font-size:14px;font-weight:800}.dashboard-loyalty-bar{background:#eee;border-radius:10px;width:100%;height:8px;margin:12px 0;overflow:hidden}.dashboard-loyalty-fill{background:var(--Main);width:85%;height:100%}.dashboard-menu{flex-direction:column;gap:6px;margin-bottom:auto;display:flex}.dashboard-menu-item{width:100%;color:var(--text2);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.dashboard-menu-item:hover{background:var(--MainLight);color:var(--Main)}.dashboard-menu-item.active{background:var(--Main);color:#fff}.dashboard-signout{color:var(--Main);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:30px;padding:12px;font-weight:700;display:flex}.dashboard-content-area{background:#fff;padding:40px;overflow-y:auto}.dashboard-welcome-banner h1{color:var(--text1);margin:0 0 5px;font-size:24px}.dashboard-welcome-banner p{color:var(--text2);margin:0 0 30px}.dashboard-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;display:grid}.stat-box{border:1px solid var(--border);background:#fff;border-radius:20px;padding:24px}.stat-box-top{justify-content:space-between;align-items:flex-start;display:flex}.stat-label{text-transform:uppercase;color:var(--text2);font-size:11px;font-weight:700}.stat-value{margin:5px 0 0;font-size:26px;font-weight:800}.stat-note{color:var(--text2);margin:10px 0 0;font-size:12px}.stat-icon{width:45px;height:45px;color:var(--Main);background:var(--MainLight);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.dashboard-row{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.content-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:24px}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-header h2{margin:0;font-size:18px}.text-btn{color:var(--Main);cursor:pointer;background:0 0;border:none;font-weight:700}.mini-product-card{border:1px solid var(--border);border-radius:16px;gap:15px;margin-bottom:12px;padding:15px;display:flex}.mini-product-card img{object-fit:cover;border-radius:12px;flex-shrink:0;width:75px;height:75px}.mini-info{flex-direction:column;flex:1;min-width:0;display:flex}.cat{color:var(--Main);text-transform:uppercase;font-size:10px;font-weight:800}.mini-info h4{white-space:nowrap;text-overflow:ellipsis;margin:4px 0 10px;font-size:15px;overflow:hidden}.mini-bottom{justify-content:space-between;font-weight:800;display:flex}.dashboard-order-item{border:1px solid var(--border);border-radius:16px;justify-content:space-between;margin-bottom:10px;padding:15px;display:flex}.order-item-left{gap:12px;display:flex}.order-icon-box{background:var(--MainLight);width:40px;height:40px;color:var(--Main);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.status-badge{border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.status-badge.processing{color:#b8860b;background:#fff6d8}.fav-btn{border:1px solid var(--border);cursor:pointer;color:var(--Main);background:#fff;border-radius:10px;padding:6px}.setting-item{border:1px solid var(--border);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:15px;transition:all .2s;display:flex}.setting-item:hover{background:var(--MainLight);border-color:var(--Main)}.setting-left{align-items:center;gap:15px;display:flex}.s-icon{width:40px;height:40px;color:var(--Main);background:var(--MainLight);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.setting-item h4{margin:0;font-size:14px}.setting-item p{color:var(--text2);margin:2px 0 0;font-size:12px}@media (width<=768px){.dashboard-page-wrapper{background:#fdfafb;min-height:calc(100vh - 80px);margin-top:80px;padding:0}.dashboard-main-card{width:100%;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;display:flex}.dashboard-sidebar{background:#fff;border-bottom:1px solid #eee;flex-direction:column;gap:20px;padding:20px 16px;display:flex}.dashboard-menu{flex-direction:column;gap:12px;display:flex}.dashboard-menu-item{background:#f5f5f5;border-radius:90px;justify-content:flex-start;width:100%;padding:14px 20px;font-weight:600}.dashboard-menu-item.active{background:var(--Main);color:#fff}.dashboard-content-area{padding:24px 16px}.content-card,.stat-box,.dashboard-loyalty-card{background:#fff;border-radius:20px;width:100%;margin-bottom:16px;padding:20px;box-shadow:0 4px 12px #00000008}.dashboard-stats-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.dashboard-row{flex-direction:column;gap:16px;display:flex}.dashboard-signout{background:#fff;border:1px solid #eee;border-radius:999px;justify-content:center;width:100%;padding:12px}}:root{--Chat-Main:#70132c;--Chat-Accent:#a61d3f}.chatbot-toggle{background:var(--Chat-Main);cursor:pointer;z-index:9999;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;animation:3s ease-in-out infinite chatbotFloat;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 25px #70132c4d}.chatbot-toggle-img{object-fit:contain;width:100%;height:100%}.chatbot-box{z-index:10000;background:#fff;border:1px solid #70132c1a;border-radius:22px;flex-direction:column;width:360px;height:580px;animation:.3s chatbotPopUp;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 20px 50px #00000026}.chatbot-header{color:#fff;background:var(--Chat-Main);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.chatbot-header-left{align-items:center;gap:12px;display:flex}.chatbot-avatar{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:48px;display:flex;overflow:hidden}.chatbot-avatar img{object-fit:contain;width:100%;height:90%}.chatbot-header h3{margin:0;font-size:17px;font-weight:700}.chatbot-header p{opacity:.8;margin:0;font-size:12px}.chatbot-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:8px;transition:all .2s;display:flex}.chatbot-body{background:var(--Chat-Bg);-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;padding:15px;display:flex;overflow-y:auto}.chat-message{border-radius:18px;max-width:80%;padding:12px 16px;font-size:14px;line-height:1.5}.bot-message{color:#333;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 4px 10px #00000008}.user-message{background:var(--Chat-Main);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.quick-replies{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.quick-reply-btn{border:1px solid var(--Chat-Main);color:var(--Chat-Main);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:20px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.quick-reply-btn:hover{background:var(--Chat-Main);color:#fff}.chatbot-footer{background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;gap:10px;padding:15px;box-sizing:border-box!important;flex-direction:row!important;align-items:center!important;display:flex!important}.chatbot-footer input{min-width:0;box-sizing:border-box!important;background:#f8fafc!important;border:1.5px solid #e2e8f0!important;border-radius:12px!important;outline:none!important;flex:4!important;height:48px!important;padding:0 15px!important;font-family:inherit!important;font-size:16px!important}.chatbot-footer input:focus{border-color:var(--Chat-Main)!important;background:#fff!important}.send-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:var(--Chat-Main)!important;color:#fff!important;box-sizing:border-box!important;border:none!important;border-radius:12px!important;flex:0 0 48px!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;padding:0!important;display:flex!important}.send-btn:hover{background:var(--Chat-Accent)!important}.typing-message span{background:var(--Chat-Main);border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.4s ease-in-out infinite typingBounce;display:inline-block}@media (width<=480px){.chatbot-toggle,.chatbot-box{z-index:1000;position:fixed}.detail-sidebar-overlay{z-index:2000}.detail-sidebar{z-index:2001}.detail-glass-card{z-index:2002}}@media (width<=360px){.chatbot-box{height:90vh}.chatbot-avatar{width:40px;height:38px}}@keyframes chatbotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes chatbotPopUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chatbotPopUpMobile{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}
