@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--color-primary:#1e3a5f;--color-primary-medium:#2b4f78;--color-primary-light:#456e98;--color-accent:#b08d57;--color-accent-light:#d8c095;--color-accent-pale:#f7f4ee;--color-gold:#b08d57;--color-gold-light:#f7f4ee;--color-urgency:#ff6b35;--color-bg:#f7f4ee;--color-bg-alt:#fff;--color-bg-hover:#f2eadc;--color-text:#1c1c1c;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-danger:#ff6b35;--color-danger-light:#fff0ea;--font-family:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:50%;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 12px 40px #00000026;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--z-dropdown:100;--z-sticky:200;--z-modal-backdrop:300;--z-modal:400;--z-toast:500}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-family);font-size:inherit;background:0 0;border:none;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .2s}input,select,textarea{font-family:var(--font-family);font-size:inherit;border:none;outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--transition-base) ease forwards}.animate-fade-in-up{animation:fadeInUp var(--transition-slow) ease forwards}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.container{width:100%;max-width:1600px;margin:0 auto;padding:0 10px}@media (width>=768px){.container{padding:0 14px}}@media (width>=1024px){.container{padding:0 18px}}.page-wrapper{min-height:100vh;padding-top:94px;padding-bottom:80px}@media (width>=768px){.page-wrapper{padding-top:94px;padding-bottom:var(--space-xl)}}@media (width<=1023px){.page-wrapper{padding-top:94px}}@media (width<=900px){.page-wrapper{padding-top:144px}}@media (width<=767px){.container{padding-left:14px;padding-right:14px}.page-wrapper{padding-top:170px;padding-bottom:92px}}.section-header{margin-bottom:var(--space-md);padding:0 var(--space-md);justify-content:space-between;align-items:center;display:flex}.section-title{color:#1c1c1c;letter-spacing:-.3px;align-items:center;gap:6px;font-size:20px;font-weight:700;display:flex}.section-title svg{color:#1e3a5f;stroke-width:2.5px}.section-link{color:#1e3a5f;transition:color var(--transition-fast);align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.section-link:hover{color:#b08d57}.toast{background:var(--color-text);color:#fff;border-radius:var(--radius-sm);z-index:var(--z-toast);animation:fadeInUp var(--transition-base) ease, fadeIn var(--transition-base) ease;box-shadow:var(--shadow-lg);padding:12px 24px;font-size:14px;font-weight:500;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}@media (prefers-color-scheme:dark){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body{color:#1c1c1c;background-color:#f7f4ee}img,video{filter:none}input,select,textarea{color:#1c1c1c;background-color:#fff}}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only}:root{--color-primary:#2d5016;--color-primary-medium:#3a6b1a;--color-primary-light:#5a9a28;--color-accent:#ffc107;--color-accent-light:#ffd54f;--color-accent-pale:#fffde7;--color-gold:#ffc107;--color-gold-light:#fffde7}.auth-required{z-index:var(--z-modal);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1118276b;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.auth-required__card{text-align:center;background:#fff;border-radius:18px;width:min(380px,100%);padding:24px;animation:.2s scaleIn;box-shadow:0 22px 60px #11182747}.auth-required__icon{color:#2d5016;background:#f1f8e9;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 12px;font-size:24px;display:flex}.auth-required__card h2{color:#1c1c1c;margin-bottom:8px;font-size:22px;font-weight:800;line-height:1.2}.auth-required__card p{color:#6b7280;margin-bottom:18px;font-size:14px;line-height:1.45}.auth-required__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-required__btn{border-radius:10px;height:46px;font-size:14px;font-weight:800;transition:background .18s,border-color .18s}.auth-required__btn--login{color:#fff;background:#2d5016}.auth-required__btn--login:hover{background:#3a6b1a}.auth-required__btn--signup{color:#2d5016;background:#f1f8e9;border:1.5px solid #2d5016}.auth-required__btn--signup:hover{background:#e4f0d6}.auth-required__close{color:#6b7280;margin-top:12px;font-size:13px;font-weight:700}.navbar{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(16px);background:#f7f4eefa;border-bottom:1px solid #1e3a5f1f;position:fixed;top:0;left:0;right:0}.navbar__container{width:100%;max-width:1600px;margin:0 auto;padding:0 12px;position:relative}.navbar__bar{align-items:center;gap:14px;height:80px;display:flex}.navbar__brand-link{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__brand-logo-wrap{background:#fff;border:1px solid #1e3a5f1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex;overflow:hidden;box-shadow:0 4px 12px #1e3a5f1a}.navbar__brand-logo{object-fit:contain;width:100%;height:100%}.navbar__brand-copy{flex-direction:column;min-width:0;display:flex}.navbar__brand-name{color:#1e3a5f;letter-spacing:.3px;font-size:20px;font-weight:800;line-height:1.1}.navbar__brand-tagline{color:#8a6a3e;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:2px;font-size:11px;line-height:1.2;overflow:hidden}.navbar__mode-switch{background:#fff;border:1px solid #b08d5747;border-radius:12px;flex-shrink:0;align-items:center;gap:3px;padding:3px;display:inline-flex}.navbar__mode-btn{color:#1e3a5f;border-radius:9px;justify-content:center;align-items:center;min-width:88px;height:40px;padding:0 14px;font-size:13px;font-weight:800;transition:background .18s,color .18s,box-shadow .18s;display:flex}.navbar__mode-btn--active{color:#fff;background:#1e3a5f;box-shadow:0 6px 14px #1e3a5f38}.navbar__address-pill{color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #b08d5747;border-radius:14px;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-width:260px;max-width:340px;padding:10px 14px;transition:background .18s;display:inline-flex}.navbar__address-pill:hover{background:#f7f4ee}.navbar__address-copy{text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}.navbar__address-label{color:#1c1c1c;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;line-height:1.15;overflow:hidden}.navbar__address-text{color:#687466;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden}.navbar__chevron{color:#6b7280;flex-shrink:0;width:15px;height:15px}.navbar__search{background:#fff;border:1px solid #b08d5747;border-radius:999px;flex:1;align-items:center;gap:8px;min-width:0;max-width:400px;height:46px;margin-left:auto;padding:0 14px;display:flex}.navbar__search-icon{color:#9ca3af;flex-shrink:0;width:17px;height:17px}.navbar__search-input{color:#1c1c1c;background:0 0;border:none;outline:none;flex:1;font-size:13px}.navbar__search-input::placeholder{color:#9ca3af}.navbar__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.navbar__cart{color:#1e3a5f;background:#efe3d1;border:1px solid #b08d5766;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;text-decoration:none;transition:background .18s,color .18s;display:inline-flex;position:relative}.navbar__action-icon{width:20px;height:20px}.navbar__cart-badge{color:#fff;background:#ff6b35;border:2px solid #f7f4eefa;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:-5px;right:-5px}.navbar__signin{color:#fff;background:#1e3a5f;border-radius:13px;flex-shrink:0;align-items:center;gap:7px;height:46px;padding:0 16px;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.navbar__user-btn{color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #b08d5747;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;transition:background .18s;display:inline-flex}.navbar__user-btn:hover{background:#f7f4ee}.navbar__avatar{color:#fff;background:#1e3a5f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:inline-flex}.navbar__avatar--large{flex-shrink:0;width:40px;height:40px;font-size:14px}.navbar__avatar-icon{width:17px;height:17px}.navbar__menu-toggle{color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #b08d5747;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:background .18s;display:inline-flex}.navbar__menu-toggle:hover{background:#f7f4ee}.navbar__menu-toggle svg{width:20px;height:20px}.navbar__backdrop{z-index:calc(var(--z-dropdown) - 1);cursor:default;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0;position:fixed;inset:0}.navbar__menu{width:min(360px,100vw - 24px);z-index:var(--z-dropdown);background:#fff;border:1px solid #1e3a5f1a;border-radius:18px;position:absolute;top:calc(100% + 8px);right:12px;overflow:hidden;box-shadow:0 20px 48px #11182724}.navbar__menu--address{width:min(420px,100vw - 24px);left:0;right:auto}.navbar__menu--user{width:min(280px,100vw - 24px)}.navbar__menu-section{flex-direction:column;gap:4px;padding:10px;display:flex}.navbar__menu-user{border-bottom:1px solid #1e3a5f14;align-items:center;gap:12px;margin-bottom:2px;padding:8px 6px 12px;display:flex}.navbar__menu-user--address{align-items:flex-start}.navbar__menu-name{color:#1c1c1c;font-size:14px;font-weight:800;line-height:1.2}.navbar__menu-email{color:#687466;font-size:12px;line-height:1.35}.dropdown-link{color:#1c1c1c;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.dropdown-link--danger{color:#c2410c}.dropdown-link--danger:hover{color:#9a3412;background:#fff0ea}.navbar__address-list{flex-direction:column;gap:6px;padding:4px 0 10px;display:flex}.navbar__address-item{text-align:left;cursor:pointer;background:#f7f4ee;border:1px solid #1e3a5f14;border-radius:12px;flex-direction:column;gap:2px;width:100%;padding:10px 12px;transition:background .15s;display:flex}.navbar__address-item:hover{background:#efe3d1}.navbar__address-item-title{color:#1c1c1c;font-size:13px;font-weight:800}.navbar__address-item-text{color:#687466;font-size:12px;line-height:1.35}.navbar__address-empty{color:#687466;padding:2px 0 6px;font-size:12px;line-height:1.4}.navbar__address-form{border-top:1px solid #1e3a5f14;flex-direction:column;gap:8px;padding-top:10px;display:flex}.navbar__address-form input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;height:40px;padding:0 12px;font-size:13px}.navbar__address-form input:focus{border-color:#b08d5780}.navbar__selected-area{color:#2d5016;background:#f1f8e9;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:12.5px;font-weight:800;display:flex}.navbar__area-hint{color:#9ca3af;font-size:12px;font-weight:600}.navbar__address-save{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:10px;width:100%;height:42px;padding:0 14px;font-size:13px;font-weight:800;transition:background .18s}@media (width<=900px){.navbar__bar{flex-wrap:wrap;gap:8px;height:auto;min-height:0;padding:10px 0 8px}.navbar__brand-link{flex:auto;order:1;min-width:0}.navbar__actions{order:2;gap:8px;margin-left:auto}.navbar__mode-switch{flex-shrink:0;order:3}.navbar__search{border-radius:10px;flex:1 1 0;order:4;min-width:0;max-width:none;height:42px;margin-left:0}.navbar__address-pill{border-radius:10px;flex:100%;order:5;min-width:0;max-width:none;height:40px;padding:0 12px}.navbar__address-label{font-size:12px}.navbar__address-text{font-size:11px}.navbar__menu-toggle{display:inline-flex}.navbar__signin{border-radius:12px;gap:0;width:44px;height:44px;padding:0}.navbar__signin span{display:none}.navbar__cart,.navbar__signin,.navbar__menu-toggle,.navbar__user-btn{border-radius:12px;width:44px;height:44px}.navbar__brand-logo-wrap{border-radius:12px;width:50px;height:50px}.navbar__user-btn .navbar__avatar{width:36px;height:36px;font-size:14px}.navbar__brand-name{font-size:16px}.navbar__brand-tagline{font-size:10px;display:block}.navbar__mode-btn{min-width:72px;height:38px;padding:0 10px;font-size:12px}}@media (width<=520px){.navbar__brand-logo-wrap{border-radius:10px;width:44px;height:44px}.navbar__brand-name{font-size:14px}.navbar__brand-tagline{font-size:9px}.navbar__brand-copy{max-width:140px}.navbar__cart,.navbar__signin,.navbar__menu-toggle,.navbar__user-btn{border-radius:10px;width:40px;height:40px}.navbar__user-btn .navbar__avatar{width:32px;height:32px;font-size:13px}.navbar__mode-btn{border-radius:8px;min-width:64px;height:36px;padding:0 8px;font-size:12px}.navbar__search,.navbar__address-pill{height:38px}.navbar__menu{border-radius:14px;width:calc(100vw - 16px);right:0}}.navbar__mode-btn--active,.navbar__signin{color:#fff!important;background:#2d5016!important}.navbar__signin:hover{background:#3a6b1a!important}.navbar__cart{color:#1c1c1c!important;background:#ffc107!important;border-color:#ffc10766!important}.navbar__cart:hover{color:#1c1c1c!important;background:#f0b400!important}.navbar__avatar{color:#fff!important;background:#2d5016!important}.navbar__address-save{background:#2d5016!important}.navbar__address-save:hover{background:#3a6b1a!important}.navbar__brand-name{color:#2d5016!important}.navbar__menu--address{left:0!important;right:auto!important}@media (width<=900px){.navbar__menu--address{margin:0 8px;width:calc(100vw - 16px)!important;left:0!important;right:0!important}}.navbar__address-wrap{flex-shrink:0;position:relative}.navbar__address-wrap .navbar__menu--address{width:min(420px,100vw - 24px);z-index:var(--z-dropdown);position:absolute;top:calc(100% + 8px);left:0;right:auto}@media (width<=900px){.navbar__address-wrap{flex:100%;order:5}.navbar__address-wrap .navbar__menu--address{width:100%;left:0;right:0}}.navbar__detect-btn{color:#2d5016;cursor:pointer;background:#f1f8e9;border:1.5px solid #8aae5d;border-radius:10px;align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:11px 14px;font-size:13px;font-weight:800;transition:background .15s;display:flex}.navbar__detect-btn:hover{background:#c8e6c9}.navbar__areas{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.navbar__areas-title{color:#687466;letter-spacing:.3px;font-size:11px;font-weight:800}.navbar__area-select{color:#2d5016;cursor:pointer;appearance:none;background-color:#f9fff6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232D5016' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1.5px solid #2d501633;border-radius:10px;height:44px;padding:0 36px 0 12px;font-size:13.5px;font-weight:700;transition:border-color .18s}.navbar__area-select:focus{border-color:#2d5016;outline:none}.navbar__delivery-error{color:#c0442e;text-align:center;background:#fff0ea;border-radius:10px;margin-top:8px;padding:10px 12px;font-size:12.5px;font-weight:700}.navbar__map-placeholder{background:#f9fff6;border:1.5px dashed #2d501640;border-radius:12px;justify-content:center;align-items:center;min-height:120px;margin-bottom:12px;display:flex;overflow:hidden}.navbar__map-inner{text-align:center;padding:20px 16px}.navbar__map-pin{color:#2d5016;margin-bottom:6px}.navbar__map-label{color:#2d5016;margin-bottom:4px;font-size:13px;font-weight:800}.navbar__map-sub{color:#687466;font-size:11px;line-height:1.4}@media (width<=900px){.navbar__address-wrap .navbar__menu--address{z-index:9999!important;border-radius:0!important;width:100%!important;max-height:100dvh!important;margin:0!important;position:fixed!important;inset:0!important;overflow-y:auto!important}.navbar__address-wrap .navbar__menu-section{padding:16px 14px 100px!important}}@media (width>=901px){.navbar__address-wrap .navbar__menu--address{max-height:80vh;overflow-y:auto}}.navbar__mode-btn{color:#2d5016!important}.navbar__mode-btn--active{color:#fff!important;background:#2d5016!important}.navbar__address-label{color:#2d5016!important}.navbar__address-text{color:#3a6b1a!important}.navbar__chevron,.navbar__brand-name{color:#2d5016!important}.navbar__brand-tagline{color:#3a6b1a!important}.navbar__menu-name{color:#2d5016!important}.dropdown-link{color:#1c1c1c!important}.dropdown-link:hover{color:#2d5016!important;background:#f1f8e9!important}.bottom-nav{z-index:var(--z-sticky);border-top:1px solid var(--color-border);padding:var(--space-xs) 0;padding-bottom:max(var(--space-xs), env(safe-area-inset-bottom));background:#fff;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000f}.bottom-nav__item{padding:var(--space-xxs) var(--space-sm);border-radius:var(--radius-sm);transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:2px;min-width:56px;text-decoration:none;display:flex;position:relative}.bottom-nav__icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.bottom-nav__icon{color:var(--color-text-muted);transition:all var(--transition-fast);font-size:22px}.bottom-nav__label{color:var(--color-text-muted);transition:all var(--transition-fast);font-size:10px;font-weight:500;line-height:1}.bottom-nav__item--active .bottom-nav__icon{color:var(--color-accent);transform:translateY(-1px)}.bottom-nav__item--active .bottom-nav__label{color:var(--color-accent);font-weight:600}.bottom-nav__item--active:before{content:"";background:var(--color-accent);border-radius:0 0 3px 3px;width:24px;height:3px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.bottom-nav__badge{background:var(--color-danger);color:#fff;border-radius:var(--radius-full);border:1.5px solid #fff;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;animation:.3s bounce;display:flex;position:absolute;top:-6px;right:-10px}@media (width>=768px){.bottom-nav{display:none}}@media (width<=767px){.bottom-nav{min-height:64px;padding-top:7px;padding-bottom:max(7px, env(safe-area-inset-bottom))}.bottom-nav__item{min-width:52px;padding:3px 6px}.bottom-nav__icon{font-size:21px}.bottom-nav__label{font-size:10px}}.scroll-controls{z-index:235;pointer-events:none}.scroll-controls__btn{color:#fff;pointer-events:auto;background:#2d5016;border:1px solid #ffffff73;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;right:18px;box-shadow:0 10px 24px #2d50163d}.scroll-controls__btn--top{top:104px}.scroll-controls__btn--bottom{bottom:28px}.scroll-controls--cart-visible .scroll-controls__btn--bottom{bottom:84px;right:18px}.scroll-controls__btn:hover{background:#3a6b1a;transform:translateY(-1px)}.scroll-controls svg{width:22px;height:22px}.navbar-menu-open .scroll-controls{display:none}@media (width<=767px){.scroll-controls__btn{width:34px;height:34px;right:9px;box-shadow:0 8px 18px #2d501638}.scroll-controls__btn--top{top:196px}.scroll-controls__btn--bottom{bottom:78px}.scroll-controls--cart-visible .scroll-controls__btn--bottom{bottom:140px;right:9px}}.cart-summary-bar{z-index:220;color:#1e3a5f;justify-content:space-between;align-items:center;gap:var(--space-md);background:#f7f4ee;border-top:1px solid #1e3a5f1f;border-radius:0;width:100%;min-height:72px;padding:0 max(78px,50vw - 722px);font-size:18px;font-weight:800;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000014}.cart-summary-bar span{align-items:center;gap:8px;display:inline-flex}.cart-summary-bar span:last-child{color:#fff;background:#4a612f;border-radius:13px;justify-content:center;min-width:252px;height:48px;padding:0 24px;box-shadow:0 10px 22px #4a612f47}@media (width<=767px){.cart-summary-bar{border-radius:0;min-height:68px;padding:0 16px;font-size:15px;bottom:64px}.cart-summary-bar span:last-child{min-width:142px;height:48px;padding:0 16px}}.login-page{box-sizing:border-box;background:linear-gradient(135deg,#f1f8e9 0%,#fff 50%,#f1f8e9 100%);justify-content:center;align-items:center;min-height:100dvh;padding:40px 20px;display:flex}.login-card{box-sizing:border-box;background:#fff;border:1px solid #2d50161a;border-radius:20px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 16px 48px #2d50161f}.login-top{text-align:center;flex-direction:column;align-items:center;margin-bottom:8px;display:flex}.login-logo-circle{background:#fff;border:2px solid #2d50162e;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:14px;display:flex;overflow:hidden;box-shadow:0 6px 20px #2d501626}.login-logo-img{object-fit:contain;width:80%;height:80%}.login-title{color:#2d5016;margin-bottom:4px;font-size:24px;font-weight:800}.login-subtitle{color:#687466;font-size:13px}.login-clerk-wrap{box-sizing:border-box;width:100%}@media (width<=480px){.login-page{padding:24px 16px}.login-card{border-radius:18px;padding:26px 20px}.login-title{font-size:21px}.login-logo-circle{width:64px;height:64px}}.signup-page{box-sizing:border-box;background:linear-gradient(135deg,#f1f8e9 0%,#fff 50%,#f1f8e9 100%);justify-content:center;align-items:center;min-height:100dvh;padding:40px 20px;display:flex}.signup-card{box-sizing:border-box;background:#fff;border:1px solid #2d50161a;border-radius:20px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 16px 48px #2d50161f}.signup-top{text-align:center;flex-direction:column;align-items:center;margin-bottom:8px;display:flex}.signup-logo-circle{background:#fff;border:2px solid #2d50162e;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:14px;display:flex;overflow:hidden;box-shadow:0 6px 20px #2d501626}.signup-logo-img{object-fit:contain;width:80%;height:80%}.signup-title{color:#2d5016;margin-bottom:4px;font-size:24px;font-weight:800}.signup-subtitle{color:#687466;font-size:13px}.signup-clerk-wrap{box-sizing:border-box;width:100%}.cl-otpCodeField,.cl-otpCodeFieldInputContainer,.cl-otpCodeFieldInputs{width:100%!important;max-width:100%!important}.cl-otpCodeFieldInputs{justify-content:space-between!important;gap:8px!important;display:flex!important}.cl-otpCodeFieldInput{flex:1 1 0!important;width:auto!important;min-width:0!important;height:46px!important;min-height:46px!important}.cl-otpCodeFieldInput input{box-sizing:border-box!important;width:100%!important;height:46px!important}@media (width<=480px){.signup-page{padding:24px 16px}.signup-card{border-radius:18px;padding:26px 20px}.signup-title{font-size:21px}.signup-logo-circle{width:64px;height:64px}}.category-card{align-items:center;gap:var(--space-xs);cursor:pointer;text-align:center;flex-direction:column;transition:transform .2s;display:flex}.category-card:hover{transform:translateY(-2px)}.category-card:active{transform:scale(.95)}.category-card__icon{background:var(--cat-bg,var(--color-bg-alt));border-radius:var(--radius-full);border:1px solid #e5e7eb;justify-content:center;align-items:center;width:72px;height:72px;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.category-card:hover .category-card__icon{transform:scale(1.05);box-shadow:0 4px 16px #0000001f}.category-card__icon-img{object-fit:cover;width:100%;height:100%}.category-card__fallback{color:#1e3a5f;font-size:28px;font-weight:800;line-height:1}.category-card__name{color:#1c1c1c;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:80px;font-size:11px;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.category-card--small .category-card__icon{border-radius:var(--radius-full);width:72px;height:72px}.category-card--small .category-card__fallback{font-size:28px}.category-card--small .category-card__name{max-width:72px;font-size:11px;font-weight:600}.category-card--medium .category-card__icon{border-radius:var(--radius-full);width:72px;height:72px}.category-card--medium .category-card__fallback{font-size:32px}.category-card--large{text-align:center;width:100%;min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;gap:8px;padding:0}.category-card--large .category-card__icon{border-radius:var(--radius-full);background:#f7f4ee;border:4px solid #fff;flex-shrink:0;width:86px;height:86px;box-shadow:0 12px 26px #1e3a5f1f}.category-card--large .category-card__icon-img{width:100%;height:100%}.category-card--large .category-card__fallback{font-size:28px}.category-card--large .category-card__name{color:#1e3a5f;max-width:112px;font-size:13px;font-weight:800}.category-card--large:hover{box-shadow:none;transform:translateY(-3px)}.category-card__fallback{color:#2d5016!important;background:#f1f8e9!important}.category-card__name{color:#2d5016!important}.product-card{cursor:pointer;background:#fff;border:1px solid #1e3a5f1f;border-radius:12px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 14px #1e3a5f12}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e3a5f21}.product-card__image-container{aspect-ratio:1;background:#f7f4ee;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-fallback{color:#1e3a5f;background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:26px;font-weight:800;display:flex}.product-card__discount-badge{color:#fff;z-index:2;background:#ff6b35;border-radius:5px;padding:4px 6px;font-size:10px;font-weight:700;line-height:1;position:absolute;top:8px;left:8px}.product-card__stock-badge{z-index:2;color:#1e3a5f;background:#f7f4ee;border-radius:5px;padding:3px 6px;font-size:10px;font-weight:800;line-height:1;position:absolute;bottom:8px;right:8px}.product-card__stock-badge--out{color:#ff6b35;background:#fff0ea}.product-card__wholesale-badge{z-index:2;color:#fff;letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#2b4f78;border-radius:5px;max-width:calc(50% - 4px);padding:3px 6px;font-size:9px;font-weight:800;position:absolute;top:8px;right:8px;overflow:hidden}.product-card__info{flex-direction:column;flex:1;padding:8px 10px 10px;display:flex}.product-card__delivery-badge{color:#b08d57;align-items:center;gap:3px;margin-bottom:3px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.product-card__delivery-badge svg{width:11px;height:11px}.product-card__name{color:#1c1c1c;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.product-card__weight{display:none}.product-card__ws-price{color:#1e3a5f;background:#f7f4ee;border-radius:4px;margin-bottom:4px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.product-card__variants{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.product-card__variant{color:#1e3a5f;cursor:pointer;background:#f7f4ee;border:1px solid #b08d5747;border-radius:5px;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;padding:3px 6px;transition:background .15s;display:flex}.product-card__variant span{white-space:nowrap;color:#1e3a5f;font-size:9px;font-weight:800;line-height:1.2}.product-card__variant strong{color:#1e3a5f;white-space:nowrap;font-size:11px;line-height:1.1}.product-card__bottom{justify-content:space-between;align-items:center;gap:6px;margin-top:auto;padding-top:6px;display:flex}.product-card__price-group{flex-direction:column;gap:0;min-width:0;display:flex}.product-card__price{color:#1e3a5f;font-size:15px;font-weight:700;line-height:1.1}.product-card__mrp{color:#9ca3af;font-size:11px;line-height:1.1;text-decoration:line-through}.product-card__add-btn{color:#1e3a5f;cursor:pointer;background:#fff;border:1.5px solid #b08d57;border-radius:8px;flex-shrink:0;min-width:68px;height:34px;font-size:12px;font-weight:700;transition:background .18s,color .18s}.product-card__add-btn--disabled,.product-card__add-btn--disabled:hover{cursor:not-allowed;color:#9ca3af;background:#f3f4f6;border-color:#e5e7eb}.product-card__stepper{background:#1e3a5f;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;min-width:68px;height:34px;display:flex;overflow:hidden}.product-card__stepper-btn{color:#fff;cursor:pointer;justify-content:center;align-items:center;width:26px;height:34px;font-size:14px;transition:background .15s;display:flex}.product-card__stepper-btn:hover{background:#ffffff26}.product-card__stepper-count{text-align:center;color:#fff;flex:1;font-size:13px;font-weight:700}.product-card--compact .product-card__image-container{aspect-ratio:1}.product-card--compact .product-card__name{font-size:12px}@media (width<=767px){.product-card{border-radius:10px}.product-card__image-container{aspect-ratio:1;height:auto}.product-card__info{padding:7px 8px 9px}.product-card__delivery-badge{margin-bottom:2px;font-size:9px}.product-card__name{margin-bottom:5px;font-size:12px}.product-card__variants{gap:3px;margin-bottom:6px}.product-card__variant{padding:2px 5px}.product-card__variant span{font-size:8px}.product-card__variant strong{font-size:10px}.product-card__bottom{gap:5px;padding-top:5px}.product-card__price{font-size:14px}.product-card__mrp{font-size:10px}.product-card__add-btn,.product-card__stepper{border-radius:7px;min-width:60px;height:30px;font-size:11px}.product-card__stepper-btn{width:24px;height:30px}.product-card__stepper-count{font-size:12px}.product-card__discount-badge{padding:3px 5px;font-size:9px;top:6px;left:6px}.product-card__wholesale-badge{padding:2px 5px;font-size:8px;top:6px;right:6px}}.product-card__add-btn{color:#4a612f!important;border-color:#8aae5d!important}.product-card__add-btn:hover{color:#fff!important;background:#2d5016!important;border-color:#2d5016!important}.product-card__stepper{background:#4a612f!important}.product-card__price{color:#4a612f!important}.product-card__delivery-badge{color:#3a6b1a!important}.product-card__variant{color:#2d5016!important;background:#f1f8e9!important;border-color:#2d501640!important}.product-card__variant span,.product-card__variant strong{color:#2d5016!important}.product-card__variant:hover{background:#c8e6c9!important}.product-card__variant--active{background:#c8e6c9!important;border-color:#4a612f!important;box-shadow:0 0 0 1.5px #4a612f4d!important}.product-card__ws-price{color:#2d5016!important;background:#e8f5e9!important}.product-card__wholesale-badge{background:#2d5016!important}.home{background:linear-gradient(90deg,#f0f7e8bd,#0000 20% 82%,#fff4d6b8),#fff;position:relative;overflow:hidden}.home>*{z-index:1;position:relative}.home__wholesale-banner{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%);border-radius:10px;justify-content:center;align-items:center;gap:10px;margin:8px 0 0;padding:10px 16px;font-size:13px;font-weight:700;animation:.4s fadeInDown;display:flex}.home__wholesale-banner svg{font-size:16px}.home__wholesale-banner-sep{opacity:.5}.home-hero{color:#fff;background:linear-gradient(135deg,#d4922a 0%,#e8a838 30%,#f5c563 60%,#e8a838 100%);border-radius:16px;margin:12px 0;padding:36px 24px 28px;position:relative;overflow:hidden;box-shadow:0 14px 30px #b4781e40,inset 0 1px #fff3}.home-hero:before{content:"🛍️";opacity:.12;pointer-events:none;font-size:64px;position:absolute;top:12px;left:20px;transform:rotate(-15deg)}.home-hero:after{content:"";opacity:.1;pointer-events:none;font-size:58px;position:absolute;bottom:8px;right:20px;transform:rotate(12deg)}.home-hero__intro{text-align:center;z-index:1;max-width:920px;margin:0 auto;position:relative}.home-hero h1{color:#fffdf5;letter-spacing:3px;text-shadow:0 4px 18px #783c0059;max-width:860px;margin:0 auto 6px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5vw,72px);font-weight:800;line-height:1}.home-hero__intro p{color:#ffffffeb;font-size:16px;font-weight:500}.home-hero__semicircle{justify-content:center;margin-bottom:4px;display:flex}.home-hero__arc{justify-content:center;align-items:flex-end;gap:2px;display:inline-flex}.home-hero__arc-letter{color:#fffdf8;text-shadow:0 3px 12px #783c004d;transform:rotate(var(--letter-angle)) translateY(var(--letter-lift,0px));font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1;display:inline-block}.home-hero__offers-pill{text-align:center;z-index:1;margin:16px 0 14px;position:relative}.home-hero__offers-pill span{-webkit-backdrop-filter:blur(6px);color:#fff;letter-spacing:2px;text-transform:uppercase;background:#ffffff38;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:6px;padding:8px 22px;font-size:13px;font-weight:800;display:inline-flex}.home-hero__coupons{z-index:1;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:4px;display:flex;position:relative}.home-hero__coupon-card{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:12px;align-items:center;gap:10px;min-width:220px;padding:12px 16px;transition:transform .2s,background .2s;animation:.5s both couponSlideIn;display:flex}.home-hero__coupon-card:first-child{animation-delay:.1s}.home-hero__coupon-card:nth-child(2){animation-delay:.2s}.home-hero__coupon-card:nth-child(3){animation-delay:.3s}.home-hero__coupon-card:hover{background:#ffffff47;transform:translateY(-2px)}@keyframes couponSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-hero__coupon-icon{background:#ffffff40;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.home-hero__coupon-info{flex-direction:column;gap:2px;display:flex}.home-hero__coupon-info strong{letter-spacing:.3px;font-size:14px;font-weight:800}.home-hero__coupon-info span{opacity:.85;font-size:11px;line-height:1.3}.home-hero__coupon-code{white-space:nowrap;background:#00000026;border-radius:6px;margin-left:auto;padding:4px 8px;font-size:10px}.home-hero__coupon-code strong{font-weight:800}.home-hero--wholesale{background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 40%,#3b82f6 70%,#2563eb 100%);box-shadow:0 14px 30px #2563eb40,inset 0 1px #ffffff26}.home-hero--wholesale:before{content:"📦"}.home-hero--wholesale:after{content:"🏪"}.home-offers{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:14px;margin-bottom:10px;display:grid}.home-hero__panel{background:#fff;border:1px solid #1e3a5f1a;border-radius:14px;min-width:0;padding:18px;box-shadow:0 8px 24px #1e3a5f14}.home-hero__panel--festival{background:linear-gradient(135deg,#fffbf0,#fff);border-color:#d4922a26}.home-hero__panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.home-hero__panel-head span{color:#b26a2c;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:800;display:block}.home-hero__panel-head h2{color:#1e3a5f;font-size:22px;font-weight:800;line-height:1.15}.home-hero__panel-head>a{color:#1e3a5f;white-space:nowrap;align-items:center;gap:4px;font-size:12px;font-weight:800;transition:color .2s;display:flex}.home-hero__panel-head>a:hover{color:#1e3a5f}.home-hero__festival-desc{color:#687466;margin:-4px 0 12px;font-size:13px;line-height:1.4}.home-hero__offers-scroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:10px;padding:4px 2px 6px;display:flex;overflow-x:auto}.home-hero__offer-card{scroll-snap-align:start;min-width:150px;max-width:170px;color:inherit;background:#fbfaf6;border:1px solid #eee9dc;border-radius:10px;flex-shrink:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.home-hero__offer-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #1e3a5f1f}.home-hero__offer-card img{object-fit:cover;width:100%;height:100px}.home-hero__offer-card-body{padding:8px 10px 10px}.home-hero__offer-badge{color:#1e3a5f;text-transform:uppercase;background:#f7f4ee;border-radius:4px;margin-bottom:4px;padding:2px 6px;font-size:9px;font-weight:800;display:inline-block}.home-hero__offer-badge--festive{color:#b26a2c;background:#fff3e0}.home-hero__offer-card h3{color:#1e3a5f;min-height:30px;margin:0;font-size:12px;font-weight:700;line-height:1.25}.home-hero__offer-card strong{color:#1e3a5f;font-size:14px;font-weight:800}.home-hero__offer-card--festive{border-color:#d4922a33}.home-hero__offer-card--festive .home-hero__offer-card-body strong{color:#b26a2c}.home__section--categories{border:1px solid #b08d5729;border-radius:14px;margin:14px 0 4px;padding:20px 16px 22px;box-shadow:0 10px 28px #1e3a5f14;background:linear-gradient(135deg,#fffffffa,#fafcf4fa)!important}.home__section--categories .section-header{margin-bottom:14px;padding:0 2px}.home__category-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;padding:0;display:grid}.home__section{padding:11px 0;animation:none;background:0 0!important}.home__scroll-wrap{position:relative}.home__scroll-btn{z-index:3;border-radius:var(--radius-full);color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #1e3a5f1f;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #1e3a5f29}.home__scroll-btn:hover{background:#f0fff4;transform:translateY(-50%)scale(1.08)}.home__scroll-btn--left{left:0}.home__scroll-btn--right{right:0}.home__deals-scroll{gap:var(--space-sm);scroll-snap-type:x mandatory;scroll-behavior:smooth;min-height:0;padding:0 8px 4px;display:flex;overflow-x:auto}.home__deals-item{scroll-snap-align:start;flex-shrink:0;min-width:152px;max-width:168px}.home__footer{color:#27301f;padding:26px var(--space-md) 16px;margin-top:var(--space-xl);background:#f7f8f3;border-top:1px solid #e2e8d8}.home__footer-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr 1fr;align-items:center;max-width:1200px;margin:0 auto;display:grid}.home__footer-brand{flex-direction:column;gap:4px;display:flex}.home__footer-logo{border-radius:var(--radius-full);color:#b08d57;width:44px;height:44px;margin-bottom:var(--space-xxs);background:#ffffff1f;justify-content:center;align-items:center;display:flex}.home__footer-logo svg{width:24px;height:24px}.home__footer-logo img{object-fit:contain;width:100%;height:100%}.home__footer-name{letter-spacing:-.5px;font-size:20px;font-weight:800}.home__footer-tagline{opacity:.72;font-size:13px}.home__footer-col-title{opacity:.82;margin-bottom:6px;font-size:14px;font-weight:700}.home__footer-links-col{flex-direction:column;display:flex}.home__footer-links{flex-direction:column;gap:4px;display:flex}.home__footer-links a{opacity:.72;transition:opacity var(--transition-fast);font-size:13px}.home__footer-links a:hover{opacity:1}.home__footer-social-col{flex-direction:column;display:flex}.home__footer-social{gap:var(--space-sm);display:flex}.home__footer-social-link{border-radius:var(--radius-full);color:#1e3a5f;width:40px;height:40px;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;font-size:18px;display:flex}.home__footer-social-link:hover{background:#efe3d1;transform:translateY(-2px)}.home__footer-divider{background:#e2e8d8;max-width:1200px;height:1px;margin:18px auto 10px}.home__footer-copy{opacity:.58;text-align:center;max-width:1200px;margin:0 auto;font-size:12px}@media (width<=767px){.home-hero{margin-top:8px;padding:24px 14px 20px}.home-hero h1{letter-spacing:2px;font-size:clamp(36px,12vw,52px)}.home-hero__intro p{font-size:13px}.home-hero__offers-pill span{letter-spacing:1.5px;padding:6px 16px;font-size:11px}.home-hero__coupons{flex-direction:column;gap:8px}.home-hero__coupon-card{min-width:0;padding:10px 12px}.home-hero__coupon-icon{width:32px;height:32px;font-size:15px}.home-hero__coupon-info strong{font-size:13px}.home-hero__coupon-info span{font-size:10px}.home-hero__coupon-code{padding:3px 6px;font-size:9px}.home-hero:before,.home-hero:after{font-size:40px}.home-offers{grid-template-columns:1fr;gap:10px}.home-hero__panel{padding:12px}.home-hero__panel-head h2{font-size:18px}.home-hero__offer-card{min-width:130px;max-width:150px}.home-hero__offer-card img{height:80px}.home-hero__offer-card h3{min-height:26px;font-size:11px}.home__section--categories{padding:14px 10px 16px}.home__category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home__wholesale-banner{flex-wrap:wrap;justify-content:center;gap:6px;padding:8px 12px;font-size:11px}.home__footer-grid{gap:var(--space-lg);text-align:center;grid-template-columns:1fr}.home__footer-brand,.home__footer-links-col{align-items:center}.home__footer-links{justify-content:center;gap:var(--space-md);flex-flow:wrap}.home__footer-social-col{align-items:center}.home__footer-social{justify-content:center}}@media (width>=768px){.home__category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.home__deals-item{min-width:172px;max-width:200px}.home-hero__offer-card{min-width:155px;max-width:180px}}@media (width>=1024px){.home__category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.home__scroll-btn{opacity:1;pointer-events:auto;width:36px;height:36px;transition:opacity .2s,transform .2s,background .2s;transform:translateY(-50%)scale(1)}.home__scroll-btn--left{left:4px}.home__scroll-btn--right{right:4px}.home__scroll-btn:hover{background:#f8faf9}}.home{background:#fcfbf7}.home--wholesale{background:#f7f4ee}.home__wholesale-banner{color:#1e3a5f;background:linear-gradient(135deg,#f7f4ee 0%,#d9ecd0 100%);box-shadow:inset 0 0 0 1px #1e3a5f14}.home-hero,.home-hero--wholesale{background:linear-gradient(135deg,#1e3a5f 0%,#b08d57 48%,#dbeccd 100%);box-shadow:0 14px 30px #1e3a5f2e,inset 0 1px #ffffff26}.home-hero:before,.home-hero:after,.home-hero--wholesale:before,.home-hero--wholesale:after{content:""}.home-hero__offer-card{min-width:168px;max-width:184px}.home-hero__offer-card-body{flex-direction:column;min-height:104px;display:flex}.home-hero__offer-bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.home-hero__offer-bottom button{color:#1e3a5f;background:#fff;border:1px solid #8aae5d;border-radius:8px;min-width:54px;height:30px;font-size:12px;font-weight:800}.home-hero__offer-bottom button:hover{color:#fff;background:#1e3a5f}@media (width<=767px){.home-hero__offer-card{min-width:154px;max-width:164px}.home__deals-scroll{gap:10px;padding:0 2px 6px}.home__deals-item{min-width:min(72vw,230px);max-width:min(72vw,230px)}}@keyframes ribbonScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.home__mode-ribbon{-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#2d5016 0%,#3a6b1a 48%,#4a8b2a 100%);border-radius:12px;margin:10px 0 0;position:relative;overflow:hidden;box-shadow:0 3px 12px #2d501633,inset 0 1px #ffffff1a}.home__mode-marquee{white-space:nowrap;position:relative;overflow:hidden}.home__mode-marquee:before,.home__mode-marquee:after{content:"";z-index:2;pointer-events:none;width:40px;position:absolute;top:0;bottom:0}.home__mode-marquee:before{background:linear-gradient(90deg,#2d501699,#0000);left:0}.home__mode-marquee:after{background:linear-gradient(-90deg,#2d501699,#0000);right:0}.home__mode-ribbon--wholesale .home__mode-marquee:before{background:linear-gradient(90deg,#7b5e1a99,#0000)}.home__mode-ribbon--wholesale .home__mode-marquee:after{background:linear-gradient(-90deg,#7b5e1a99,#0000)}.home__mode-track{animation:20s linear infinite ribbonScroll;display:inline-flex}.home__mode-slide{color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;align-items:center;gap:14px;padding:11px 20px;font-size:13px;font-weight:700;display:inline-flex}.home__mode-slide svg{opacity:.9;flex-shrink:0;font-size:16px}.home__mode-slide strong{letter-spacing:1.5px;text-shadow:0 1px 3px #00000026;font-weight:900}.home__mode-dot{opacity:.45;font-size:9px}.home-hero,.home-hero--wholesale{background:linear-gradient(135deg,#1e3a5ff0 0%,#2a4b72e6 52%,#b08d57fa 100%),url(/logo-mark.webp) right 24px center/210px no-repeat;border:1px solid #1e3a5f1f}.home-hero h1{font-family:var(--font-family);letter-spacing:1px;text-shadow:0 5px 18px #143a1f47}.home-hero__offers-pill span,.home-hero__coupon-card{background:#fff3}.home-offers{gap:16px}.home-hero__panel,.home__section--categories{background:#fff;border-color:#1e3a5f1f;box-shadow:0 10px 26px #1e3a5f14}.home-hero__panel-head span,.home-hero__offer-badge,.home-hero__offer-badge--festive{color:#1e3a5f}.home-hero__offer-badge,.home-hero__offer-badge--festive{background:#f7f4ee}.home-hero__offer-card{background:#fff;border-color:#1e3a5f1f;flex-direction:column;display:flex}.home-hero__offer-card img{aspect-ratio:4/3;height:auto}.home-hero__offer-card-body{flex:1}.home-hero__offer-bottom button{color:#1e3a5f;background:#f7f4ee;border-color:#b9d7ad}.home__deals-scroll{align-items:stretch}@media (width<=767px){.home__mode-ribbon{border-radius:10px}.home__mode-slide{letter-spacing:.6px;gap:10px;padding:9px 14px;font-size:11px}.home__mode-marquee:before,.home__mode-marquee:after{width:24px}.home-hero,.home-hero--wholesale{background:linear-gradient(135deg,#1e3a5ff2,#2a4b72e6),url(/logo-mark.webp) right 10px top 10px/92px no-repeat;border-radius:14px;margin:10px 0;padding:20px 12px 16px}.home-hero__coupons{grid-template-columns:1fr;display:grid}.home-hero__coupon-card{width:100%}.home-hero__offer-card{min-width:148px;max-width:156px}.home__category-grid{gap:10px}.home__deals-item{min-width:min(58vw,188px);max-width:min(58vw,188px)}}.home-hero h1{color:#fffdf8;letter-spacing:2px;text-shadow:0 5px 18px #0b1b3052;font-family:Georgia,Times New Roman,serif}.home-hero__offers-pill span{background:#f7f4ee38;border-color:#f7f4ee6b}.home-hero__coupon-card{background:#f7f4ee2e;border-color:#f7f4ee52}.home-offers{display:block}.home-offers>.home-hero__panel:not(.home-hero__panel--festival){display:none}.home-hero__panel,.home__section--categories{border-color:#1e3a5f21;box-shadow:0 10px 28px #1e3a5f14;background:#fff!important}.home-hero__panel--festival .home-hero__panel-head span,.home-hero__festival-desc{display:none}.home-hero__panel-head span,.home-hero__panel-head h2,.home-hero__offer-card h3,.home-hero__offer-card strong,.home__footer-name,.home-hero__panel-head>a,.home__scroll-btn,.home__footer-social-link{color:#1e3a5f}.home-hero__offer-bottom button,.home-hero__offer-stepper{color:#1e3a5f;background:#fff;border:1px solid #b08d5785}.home-hero__offer-bottom button:hover,.home-hero__offer-stepper button:hover{color:#fff;background:#1e3a5f}.home-hero__offer-stepper{border-radius:8px;grid-template-columns:26px 1fr 26px;align-items:center;width:78px;min-width:78px;height:30px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.home-hero__offer-stepper button{width:26px;height:100%;color:inherit;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:17px;line-height:1;display:flex;min-width:0!important}.home-hero__offer-stepper span{text-align:center;min-width:0}.home__category-scroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:18px;padding:2px 40px 8px;display:flex;overflow-x:auto}.home__category-scroll .category-card{scroll-snap-align:start;flex:0 0 112px}.home__deals-item{min-width:150px;max-width:166px}.home__footer-name,.home__footer-social-link{color:#fff}.home__footer-logo,.home__footer-social-link{background:#b08d573d}@media (width<=767px){.home-hero,.home-hero--wholesale{background:radial-gradient(circle at 12% 12%,#b08d576b,#0000 30%),linear-gradient(135deg,#1e3a5f 0%,#2b4f78 58%,#b08d57 100%)}.home__section--categories{padding:14px 0}.home__category-scroll{gap:14px;padding:2px 36px 8px}.home__category-scroll .category-card{flex-basis:94px}.home__deals-item{min-width:min(46vw,160px);max-width:min(46vw,160px)}}.home-hero__panel-head h2,.home-hero__panel-head>a,.home__scroll-btn,.home__footer-social-link{color:#1e3a5f}.home__footer-logo{color:#fff}@media (width<=767px){.home-hero__arc{gap:1px}.home-hero__arc-letter{font-size:clamp(28px,8vw,38px)}}.home__section-title-link{cursor:pointer;transition:color .2s}.home__section-title-link:hover{color:#b08d57;text-underline-offset:3px;text-decoration:underline}.home,.home--wholesale{background:linear-gradient(#f1f8e9 0%,#fff 34%,#f1f8e9 100%)!important}.home__mode-ribbon{background:linear-gradient(135deg,#2d5016 0%,#3a6b1a 48%,#4a8b2a 100%)!important;box-shadow:0 3px 12px #2d501633!important}.home__mode-ribbon--wholesale{background:linear-gradient(135deg,#7b5e1a 0%,#a67c28 48%,#c9952e 100%)!important;box-shadow:0 3px 12px #7b5e1a40!important}.home-hero,.home-hero--wholesale{background:radial-gradient(circle at 18% 18%,#ffc10773,#0000 30%),linear-gradient(135deg,#2d5016 0%,#3a6b1a 52%,#ffc107 100%)!important;border:1px solid #ffc1074d!important;box-shadow:0 16px 34px #2d501633!important}.home-hero__panel,.home__section--categories{border-color:#2d50161f!important;box-shadow:0 10px 28px #2d501612!important}.home-hero__panel--festival{background:linear-gradient(135deg,#fff,#f1f8e9)!important}.home-hero__panel-head span{color:#3a6b1a!important}.home-hero__panel-head h2,.home-hero__offer-card strong,.home__footer-name,.home-hero__panel-head>a,.home__scroll-btn{color:#2d5016!important}.home-hero__offer-badge,.home-hero__offer-badge--festive{color:#2d5016!important;background:#f1f8e9!important}.home-hero__offer-bottom button{color:#2d5016!important;background:#fff!important;border:1px solid #8aae5d!important}.home-hero__offer-bottom button:hover,.home-hero__offer-stepper button:hover,.home__scroll-btn:hover{color:#fff!important;background:#2d5016!important}.home-hero__offer-stepper{color:#2d5016!important;border:1px solid #8aae5d!important}.home__footer{color:#fff!important;background:#2d5016!important;border-top-color:#ffc1074d!important}.home__footer-col-title{color:#ffc107!important}.home__footer-links a{color:#fffc!important}.home__footer-links a:hover{color:#ffc107!important;opacity:1!important}.home__footer-social-link{color:#fff!important;background:#ffc10733!important}.home__footer-social-link:hover{color:#2d5016!important;background:#ffc107!important}.home__footer-copy{color:#ffffff8c!important}.home__footer-divider{background:#ffffff26!important}.home__footer-tagline{color:#ffffffb3!important}.home-hero__offer-card h3,.home-hero__offer-card strong,.section-title,.section-link,.home__section-title-link{color:#2d5016!important}.home__section-title-link:hover{color:#3a6b1a!important}.home__delivery-areas{background:linear-gradient(135deg,#f1f8e9,#fffde7);border:1px solid #2d501624;border-radius:16px;margin:14px 0 6px;padding:16px 18px}.home__delivery-areas-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.home__delivery-areas-icon{color:#fff;background:#2d5016;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.home__delivery-areas-copy{flex-direction:column;gap:2px;display:flex}.home__delivery-areas-copy strong{color:#2d5016;font-size:15px;font-weight:800}.home__delivery-areas-copy span{color:#4a5a3e;font-size:12.5px}.home__delivery-areas-chips{flex-wrap:wrap;gap:8px;display:flex}.home__delivery-chip{color:#2d5016;background:#fff;border:1.5px solid #2d501633;border-radius:999px;align-items:center;gap:5px;padding:7px 12px;font-size:13px;font-weight:700;display:inline-flex}.home__delivery-chip svg{color:#b08d57;width:14px;height:14px}@media (width<=767px){.home__delivery-areas{border-radius:14px;padding:14px}.home__delivery-areas-copy strong{font-size:14px}.home__delivery-chip{padding:6px 10px;font-size:12px}}.app{background:linear-gradient(90deg, #1e3a5f09, transparent 18%, transparent 82%, #ffc1070f), var(--color-bg);flex-direction:column;min-height:100vh;display:flex;position:relative}.app__main{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}
