:root{--haaply-cream:#fbf6d9;--haaply-cream-light:#fffdf3;--haaply-green:#5f7f35;--haaply-green-dark:#496426;--haaply-green-light:#edf3df;--haaply-black:#11110f;--haaply-charcoal:#252522;--haaply-white:#fff;--haaply-text-primary:#11110f;--haaply-text-secondary:#5d6258;--haaply-text-muted:#858b81;--haaply-text-inverse:#fff;--haaply-bg:#fffdf7;--haaply-bg-secondary:#f5f4ee;--haaply-bg-brand:var(--haaply-cream);--haaply-border:#e4e4dc;--haaply-border-light:#eeeeea;--haaply-border-brand:var(--haaply-green);--haaply-success:#4f7d32;--haaply-success-bg:#edf6e8;--haaply-warning:#a66b16;--haaply-warning-bg:#fff4df;--haaply-danger:#c43d35;--haaply-danger-bg:#fff0ee;--haaply-info:#376d8f;--haaply-info-bg:#edf5fa;--haaply-font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--haaply-font-size-xs:.75rem;--haaply-font-size-sm:.875rem;--haaply-font-size-md:1rem;--haaply-font-size-lg:1.125rem;--haaply-font-size-xl:1.375rem;--haaply-font-size-2xl:1.75rem;--haaply-font-size-3xl:2.25rem;--haaply-font-weight-regular:400;--haaply-font-weight-medium:500;--haaply-font-weight-semibold:600;--haaply-font-weight-bold:700;--haaply-space-1:.25rem;--haaply-space-2:.5rem;--haaply-space-3:.75rem;--haaply-space-4:1rem;--haaply-space-5:1.25rem;--haaply-space-6:1.5rem;--haaply-space-8:2rem;--haaply-space-10:2.5rem;--haaply-space-12:3rem;--haaply-radius-sm:.5rem;--haaply-radius-md:.75rem;--haaply-radius-lg:1rem;--haaply-radius-xl:1.25rem;--haaply-radius-pill:999px;--haaply-shadow-sm:0 1px 3px #11110f14;--haaply-shadow-md:0 4px 14px #11110f1a;--haaply-shadow-lg:0 10px 30px #11110f1f;--haaply-content-max-width:1280px;--haaply-mobile-padding:1rem;--haaply-tablet-padding:1.5rem;--haaply-desktop-padding:2rem;--haaply-touch-target:44px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;margin:0;padding:0;font-size:16px}body{background:var(--haaply-bg);min-width:320px;min-height:100vh;color:var(--haaply-text-primary);font-family:var(--haaply-font-family);font-size:var(--haaply-font-size-md);font-weight:var(--haaply-font-weight-regular);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}#root{min-height:100vh}@media (width>=640px){:root{--haaply-mobile-padding:var(--haaply-tablet-padding)}}@media (width>=1024px){:root{--haaply-mobile-padding:var(--haaply-desktop-padding)}}.haaply-button{min-height:var(--haaply-touch-target);border-radius:var(--haaply-radius-md);font-size:var(--haaply-font-size-sm);font-weight:var(--haaply-font-weight-semibold);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;transition:background-color .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.haaply-button:not(:disabled):active{transform:translateY(1px)}.haaply-button-primary{background:var(--haaply-green);color:var(--haaply-white)}.haaply-button-primary:hover:not(:disabled){background:var(--haaply-green-dark)}.haaply-button-secondary{background:var(--haaply-white);color:var(--haaply-charcoal);border-color:var(--haaply-border)}.haaply-button-secondary:hover:not(:disabled){background:#f4edc7}.haaply-button-danger{background:var(--haaply-danger);color:var(--haaply-white)}.haaply-button-ghost{color:var(--haaply-green);border-color:var(--haaply-border);background:0 0}.haaply-button-ghost:hover:not(:disabled){background:var(--haaply-green-light);border-color:var(--haaply-green)}.haaply-button-full{width:100%}.haaply-button:disabled{cursor:not-allowed;background:var(--haaply-border-light)!important;color:var(--haaply-text-muted)!important;border-color:var(--haaply-border-light)!important;opacity:1!important;box-shadow:none!important;transform:none!important}.haaply-card{background:var(--haaply-white);border:1px solid var(--haaply-border-light);border-radius:var(--haaply-radius-lg);box-shadow:var(--haaply-shadow-sm)}.haaply-badge{border-radius:var(--haaply-radius-pill);min-height:26px;font-size:var(--haaply-font-size-xs);font-weight:var(--haaply-font-weight-semibold);justify-content:center;align-items:center;padding:.25rem .6rem;line-height:1;display:inline-flex}.haaply-badge-default{background:var(--haaply-bg-secondary);color:var(--haaply-text-secondary)}.haaply-badge-success{background:var(--haaply-success-bg);color:var(--haaply-success)}.haaply-badge-warning{background:var(--haaply-warning-bg);color:var(--haaply-warning)}.haaply-badge-danger{background:var(--haaply-danger-bg);color:var(--haaply-danger)}.haaply-badge-info{background:var(--haaply-info-bg);color:var(--haaply-info)}.haaply-input{width:100%;min-height:var(--haaply-touch-target);background:var(--haaply-white);color:var(--haaply-text-primary);border:1px solid var(--haaply-border);border-radius:var(--haaply-radius-md);outline:none;padding:.7rem .85rem;transition:border-color .16s,box-shadow .16s}.haaply-input::placeholder{color:var(--haaply-text-muted)}.haaply-input:focus{border-color:var(--haaply-green);box-shadow:0 0 0 3px #5f7f3524}.haaply-input-wrapper{width:100%}.haaply-input-label{color:var(--haaply-text-primary);font-size:var(--haaply-font-size-sm);font-weight:var(--haaply-font-weight-semibold);margin-bottom:.4rem;display:block}.haaply-input-error{border-color:var(--haaply-danger)}.haaply-input-error:focus{border-color:var(--haaply-danger);box-shadow:0 0 0 3px #c43d351f}.haaply-input-error-text{color:var(--haaply-danger);font-size:var(--haaply-font-size-xs);margin:.35rem 0 0}.haaply-page-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 16px}@media (width<=380px){.haaply-page-container{padding:0 12px}}@media (width>=640px){.haaply-page-container{padding:0 24px}}@media (width>=1024px){.haaply-page-container{padding:0 32px}}.haaply-feedback{padding:var(--haaply-space-8) var(--haaply-space-4);text-align:center;color:var(--haaply-text-secondary)}.haaply-feedback-title{margin:0 0 var(--haaply-space-2);color:var(--haaply-text-primary);font-size:var(--haaply-font-size-lg);font-weight:var(--haaply-font-weight-semibold)}.haaply-feedback-message{font-size:var(--haaply-font-size-sm);color:var(--haaply-text-muted);margin:0}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.customer-layout-wrapper{background-color:var(--haaply-bg-main,#fcfaf8);flex-direction:column;min-height:100vh;display:flex}.customer-main-content{flex:1;padding-bottom:0}.customer-mobile-nav{z-index:50;background:var(--haaply-white);border-top:1px solid var(--haaply-border-light,#e8e8e8);height:52px;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000a}.customer-nav-item{color:var(--haaply-text-muted,#7c7c7c);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;width:100%;padding:0 2px;font-size:.55rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex;overflow:hidden}.customer-nav-item.active,.customer-nav-item:hover{color:var(--haaply-green)}@media (width>=1024px){.customer-mobile-nav{display:none}}.customer-basket-summary{right:0;bottom:calc(52px + env(safe-area-inset-bottom));z-index:45;padding:.5rem .75rem;position:fixed;left:0}.customer-basket-summary-inner{background-color:var(--haaply-green);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex;box-shadow:0 4px 12px #00000026}.customer-basket-info{align-items:center;gap:1rem;display:flex}.customer-basket-icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.customer-basket-badge{background:var(--haaply-orange,#f5a623);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.customer-basket-text{flex-direction:column;display:flex}.customer-basket-amount{font-size:1rem;font-weight:700;line-height:1.2}.customer-basket-view-text{opacity:.9;font-size:.7rem}.customer-basket-link{color:#fff;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}@media (width>=1024px){.customer-basket-summary{display:none}}.customer-menu-button{color:var(--haaply-text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.customer-logo{flex-direction:column;align-items:center;text-decoration:none;display:flex}.customer-logo-mark{color:var(--haaply-charcoal);letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.1}.customer-logo-sub{letter-spacing:.1em;color:var(--haaply-text-muted);text-transform:uppercase;font-size:.5rem;font-weight:800}.customer-icon-button{color:var(--haaply-charcoal);justify-content:center;align-items:center;display:flex}.customer-header-cart-pill{background-color:var(--haaply-green-dark,#165620);color:#fff;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;text-decoration:none;display:flex}.customer-header-cart-info{flex-direction:column;align-items:flex-start;line-height:1;display:flex}.cart-item-count{opacity:.9;font-size:.6rem;font-weight:600}.cart-total-price{font-size:.75rem;font-weight:700}:root{--haaply-bg-main:#f9f7f4}.customer-basket-summary{background:linear-gradient(to top, var(--haaply-bg-main) 70%, transparent);padding:8px 16px;bottom:52px}.customer-drawer-backdrop{z-index:100;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.customer-drawer-backdrop.open{opacity:1;visibility:visible}.customer-drawer{background:var(--haaply-bg-main,#fcfaf8);z-index:101;flex-direction:column;width:280px;max-width:80vw;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.customer-drawer.open{transform:translate(0)}.customer-drawer-header{border-bottom:1px solid var(--haaply-border-light,#e8e8e8);justify-content:space-between;align-items:center;padding:16px;display:flex}.customer-drawer-close{color:var(--haaply-text-primary);cursor:pointer;background:0 0;border:none;padding:8px}.customer-drawer-content{flex:1;padding:16px 0;overflow-y:auto}.customer-drawer-item{color:var(--haaply-charcoal,#222);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.customer-drawer-item:hover,.customer-drawer-item.active{color:var(--haaply-green,#1e712a);background:#1656200d}.customer-drawer-footer{border-top:1px solid var(--haaply-border-light,#e8e8e8);padding:16px 20px}.profile-dashboard-card{background:#fff;border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 2px 12px #0000000a}.profile-dashboard-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.profile-avatar{background:var(--haaply-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.profile-dashboard-title{color:var(--haaply-charcoal);margin:0 0 4px;font-size:1.25rem;font-weight:800}.profile-dashboard-subtitle{color:var(--haaply-text-secondary);margin:0;font-size:.85rem}.profile-menu-list{flex-direction:column;gap:8px;display:flex}.profile-menu-item{background:var(--haaply-bg-main);color:var(--haaply-charcoal);cursor:pointer;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:16px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.profile-menu-item:hover{background:#1656200d}.profile-menu-item.disabled{opacity:.6;pointer-events:none}.profile-menu-item-left{align-items:center;gap:12px;display:flex}.profile-menu-item-left svg{color:var(--haaply-green)}.profile-menu-badge{background:var(--haaply-border-light);color:var(--haaply-text-secondary);border-radius:12px;padding:2px 8px;font-size:.65rem}.empty-state-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:60px 20px;display:flex}.empty-state-icon{color:var(--haaply-border);margin-bottom:24px}.empty-state-title{color:var(--haaply-charcoal);margin:0 0 12px;font-size:1.5rem;font-weight:800}.empty-state-desc{color:var(--haaply-text-secondary);max-width:300px;margin:0 0 32px;line-height:1.5}.customer-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:0 1.2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.customer-btn-content{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.customer-btn:active:not(:disabled){transform:scale(.98)}.customer-btn:focus-visible{outline:2px solid var(--haaply-green);outline-offset:2px}.customer-btn-primary{background:var(--haaply-green);color:#fff;box-shadow:0 2px 8px #5f7f3540}.customer-btn-primary:hover:not(:disabled){background:var(--haaply-green-dark);transform:translateY(-1px);box-shadow:0 4px 12px #5f7f3559}.customer-btn-secondary{color:var(--haaply-charcoal);background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000d}.customer-btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.customer-btn-outline{color:var(--haaply-green);border-color:var(--haaply-green);background:0 0}.customer-btn-outline:hover:not(:disabled){background:var(--haaply-green-light)}.customer-btn-danger{color:#fff;background:#dc2626;box-shadow:0 2px 8px #dc262640}.customer-btn-danger:hover:not(:disabled){background:#b91c1c}.customer-btn-ghost{color:var(--haaply-charcoal);background:0 0}.customer-btn-ghost:hover:not(:disabled){background:#f3f4f6}.customer-btn:disabled{cursor:not-allowed;opacity:.8;color:#9ca3af!important;box-shadow:none!important;background:#f3f4f6!important;border-color:#e5e7eb!important;transform:none!important}.customer-btn-loading{cursor:wait}.customer-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.75s linear infinite customer-spin}@keyframes customer-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customer-btn-full{width:100%}.customer-btn-compact{border-radius:12px;height:36px;min-height:36px;padding:0 .5rem;font-size:.85rem}.customer-footer-desktop{color:var(--haaply-text-secondary,#4b5563);background-color:#f9fafb;border-top:1px solid #e5e7eb;margin-top:40px;padding:40px 20px 20px;font-family:inherit;display:none}@media (width>=1024px){.customer-footer-desktop{display:block}}.customer-footer-content{flex-flow:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;display:flex}.customer-footer-brand h3{color:var(--haaply-text-primary,#111827);margin:0 0 4px;font-size:1.5rem;font-weight:700}.customer-footer-brand>p{color:var(--haaply-orange,#f97316);margin:0 0 16px;font-weight:500}.customer-footer-legal-info,.customer-footer-support{margin-bottom:16px;font-size:.9rem;line-height:1.5}.customer-footer-legal-info p,.customer-footer-support p{margin:2px 0}.customer-footer-links h4{color:var(--haaply-text-primary,#111827);margin:0 0 16px;font-size:1.1rem;font-weight:600}.customer-footer-links ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.customer-footer-links a{color:var(--haaply-text-secondary,#4b5563);font-size:.95rem;text-decoration:none;transition:color .2s}.customer-footer-links a:hover{color:var(--haaply-orange,#f97316);text-decoration:underline}.customer-footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #e5e7eb;max-width:1200px;margin:40px auto 0;padding-top:20px;font-size:.85rem}.customer-home{background:var(--haaply-bg);min-height:100vh;padding-bottom:0}.customer-header{z-index:50;background:var(--haaply-white);border-bottom:1px solid var(--haaply-border-light);position:sticky;top:0;box-shadow:0 1px 2px #00000005}.customer-header-inner{justify-content:space-between;align-items:center;height:60px;display:flex}.customer-logo{color:var(--haaply-green);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.customer-header-actions{align-items:center;gap:.4rem;display:flex}.customer-account-button{display:none}@media (width>=480px){.customer-account-button{color:var(--haaply-green);background:0 0;border:none;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}}.customer-icon-button,.customer-cart-button{width:40px;height:40px;color:var(--haaply-text-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.customer-icon-button:active,.customer-cart-button:active{background:var(--haaply-cream)}.customer-cart-count{background:var(--haaply-green);color:var(--haaply-white);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.customer-search-section{padding:.25rem 0}.customer-search-input{background:var(--haaply-white);border:1px solid var(--haaply-border-light);width:100%;height:40px;color:var(--haaply-text-primary);border-radius:8px;outline:none;padding:0 40px 0 12px;font-size:.85rem;transition:all .2s}.customer-search-input:focus{border-color:var(--haaply-green,#16a34a);background:var(--haaply-white,#fff);box-shadow:inset 0 2px 4px #00000005,0 0 0 3px #16a34a1a}.customer-search-clear{width:28px;height:24px;color:var(--haaply-text-muted,#94a3b8);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:48px;transform:translateY(-50%)}.customer-search-clear:hover{background:#0000000d}.customer-search-button{background:var(--haaply-green,#16a34a);width:36px;height:28px;color:var(--haaply-white,#fff);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.customer-search-button:hover{transform:translateY(-50%)scale(1.05)}.customer-search-button:active{transform:translateY(-50%)scale(.95)}.customer-category-section{padding:.25rem 0}.customer-category-container{background:var(--haaply-charcoal,#252522);border-radius:12px;padding:.5rem}.customer-category-nav{scrollbar-width:none;-ms-overflow-style:none;gap:.4rem;padding:.25rem 0;display:flex;overflow-x:auto}.customer-category-nav::-webkit-scrollbar{display:none}.customer-category-item{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.35rem;min-width:68px;padding:.25rem;display:flex}.customer-category-icon-wrap{background:#ffffff1a;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;overflow:hidden}.customer-category-item.active .customer-category-icon-wrap{border-color:var(--haaply-green);background:var(--haaply-white)}.customer-category-fallback,.customer-category-icon-text{color:var(--haaply-white);font-size:1.25rem;font-weight:700}.customer-category-item.active .customer-category-fallback,.customer-category-item.active .customer-category-icon-text{color:var(--haaply-green)}.customer-category-icon-wrap img{object-fit:cover;width:100%;height:100%}.customer-category-name{color:#ffffffb3;text-align:center;font-size:.6rem;font-weight:600;line-height:1.1;transition:color .2s}.customer-category-item.active .customer-category-name{color:var(--haaply-white);font-weight:700}.customer-category-loading,.customer-category-error{color:#ffffffb3;text-align:center;width:100%;padding:1rem;font-size:.75rem}.customer-brand-message-section{padding:.25rem 0}.customer-brand-message-card{background:var(--haaply-cream,#fdfbf7);border:1px solid var(--haaply-border-light,#f1f5f9);border-radius:12px;align-items:center;gap:.8rem;padding:.75rem 1rem;display:flex;box-shadow:0 2px 8px #00000005}.customer-brand-message-icon{background:var(--haaply-green-light,#dcfce7);color:var(--haaply-green,#16a34a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:28px;display:flex}.customer-products-section{padding:0 0 1rem}.customer-products-header-modern{flex-direction:column;margin-bottom:1rem;display:flex}.customer-products-header-row{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.haaply-green-icon{color:var(--haaply-green,#16a34a);vertical-align:text-bottom}.customer-product-count{color:var(--haaply-text-muted,#64748b);margin-top:.25rem;font-size:.75rem;font-weight:600;display:block}.customer-products-header-actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.customer-view-all-modern,.customer-sort-button-modern{background:var(--haaply-white);border:1px solid var(--haaply-border-light);color:var(--haaply-charcoal);cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:flex}.customer-view-all-modern:active,.customer-sort-button-modern:active{background:var(--haaply-cream,#fdfbf7);transform:scale(.97)}.customer-products-loading,.customer-products-error,.customer-products-empty{text-align:center;color:var(--haaply-text-muted);padding:2rem 0;font-size:.85rem;font-weight:600}.customer-products-error{color:var(--haaply-error)}.customer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;display:grid}.customer-product-card{background:var(--haaply-white);border:1px solid var(--haaply-border-light);border-radius:12px;flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.customer-product-image-container{aspect-ratio:5/4;background:var(--haaply-cream,#fdfbf7);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.customer-product-img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .3s}.customer-product-placeholder{background:var(--haaply-cream,#fdfbf7);width:100%;height:100%;color:var(--haaply-green);border-bottom:1px solid var(--haaply-border-light);justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.customer-product-favourite{width:28px;height:28px;color:var(--haaply-text-muted);cursor:pointer;z-index:2;background:#fffffff2;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 4px #0000000d}.customer-product-content{flex-direction:column;flex:1;min-width:0;padding:.5rem;display:flex}.customer-product-tag-container{min-height:0;margin-bottom:.25rem}.customer-product-tag{background:var(--haaply-cream);color:var(--haaply-green-dark);text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:.15rem .35rem;font-size:.6rem;font-weight:700;display:inline-block}.customer-product-titles{flex:1;margin-bottom:.4rem}.customer-product-title{color:var(--haaply-charcoal,#252522);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.customer-product-tamil{color:var(--haaply-text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:.15rem 0 0;font-size:.6rem;line-height:1.2;display:-webkit-box;overflow:hidden}.customer-product-variants-container{flex-wrap:wrap;gap:6px;margin-top:4px;margin-bottom:6px;display:flex}.customer-product-variant-btn{color:var(--haaply-text-secondary);background:var(--haaply-white);border:1px solid var(--haaply-border);cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:4px 8px;font-size:.6rem;font-weight:600;transition:all .15s;display:inline-flex}.customer-product-variant-btn:hover{border-color:var(--haaply-green);color:var(--haaply-green-dark)}.customer-product-variant-btn.active{background:var(--haaply-green);color:var(--haaply-white);border-color:var(--haaply-green)}.customer-product-stock-low{color:#eab308;margin:0 0 .25rem;font-size:.6rem;font-weight:700}.customer-product-stock-out{color:var(--haaply-error);margin:0 0 .25rem;font-size:.6rem;font-weight:700}.customer-product-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:4px;margin-top:auto;display:flex}.customer-product-prices{flex-direction:column;line-height:1.1;display:flex}.customer-product-price{color:var(--haaply-text-primary);letter-spacing:-.02em;font-size:1rem;font-weight:800}.customer-product-unit-price{color:var(--haaply-text-muted);margin-top:.1rem;font-size:.6rem}.customer-product-actions{flex-shrink:0}.customer-product-add-btn{background:var(--haaply-white);border:1px solid var(--haaply-green);width:70px;color:var(--haaply-green);cursor:pointer;text-transform:uppercase;border-radius:6px;padding:.35rem 0;font-size:.75rem;font-weight:700;transition:all .2s}.customer-product-add-btn:hover:not(:disabled){background:var(--haaply-green-light)}.customer-product-add-btn:active:not(:disabled){background:var(--haaply-green);color:var(--haaply-white)}.customer-product-add-btn:disabled{border-color:var(--haaply-border);color:var(--haaply-text-muted);background:var(--haaply-cream);cursor:not-allowed}.customer-product-quantity-control{background:var(--haaply-green);border-radius:12px;justify-content:space-between;align-items:center;width:84px;height:36px;display:flex;overflow:hidden}.customer-product-quantity-control .qty-btn{color:var(--haaply-white);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:100%;font-size:1rem;font-weight:800;display:flex}.customer-product-quantity-control .qty-btn:active{background:#0000001a}.customer-product-quantity-control .qty-btn:disabled{opacity:.4;cursor:not-allowed}.customer-product-quantity-control .qty-val{color:var(--haaply-white);text-align:center;min-width:20px;font-size:.75rem;font-weight:700}@media (width>=640px){.customer-home{padding-bottom:0}.customer-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.customer-mobile-nav{display:none}}@media (width>=1024px){.customer-header-inner{height:72px}.customer-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.customer-product-card{transition:transform .16s,box-shadow .16s}.customer-product-card:hover{box-shadow:var(--haaply-shadow-md);transform:translateY(-3px)}}.customer-product-card-link{color:inherit;width:100%;min-width:0;text-decoration:none;display:block}.customer-product-card-link:hover{color:inherit;text-decoration:none}.customer-search{background-color:var(--haaply-white);border:1px solid var(--haaply-border-light);border-radius:8px;align-items:center;height:40px;margin-top:0;display:flex;position:relative;box-shadow:0 2px 6px #0000000a}.customer-search-input{width:100%;height:100%;color:var(--haaply-text-primary);background:0 0;border:none;outline:none;padding:0 40px 0 12px;font-size:.85rem}.customer-search-input::placeholder{color:var(--haaply-text-muted)}.customer-search-clear,.customer-search-button-right{width:40px;height:100%;color:var(--haaply-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.customer-category-container-dark{background-color:var(--haaply-charcoal,#1a1c1e);-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:12px;margin-top:4px;padding:8px 12px;overflow-x:auto}.customer-category-container-dark::-webkit-scrollbar{display:none}.customer-category-nav{gap:16px;min-width:min-content;display:flex}.customer-category-item-dark{cursor:pointer;color:var(--haaply-white);opacity:.9;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;transition:opacity .2s;display:flex}.customer-category-item-dark:hover{opacity:1}.customer-category-item-dark.active{color:var(--haaply-cream,#fdfbf7);opacity:1}.customer-category-icon-wrap{justify-content:center;align-items:center;height:32px;display:flex}.customer-category-item-dark.active .customer-category-icon-wrap{color:var(--haaply-green-light,#a3d9a5)}.customer-category-name{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.65rem;font-weight:700}.customer-brand-message-card{background:linear-gradient(135deg,#f0f8ed 0%,#e6f4e1 100%);border-radius:12px;justify-content:space-between;align-items:center;margin-top:0;padding:10px 14px;display:flex;box-shadow:0 4px 12px #1656200d}.customer-brand-message-content{align-items:flex-start;gap:8px;display:flex}.customer-brand-message-content h3{color:var(--haaply-green-dark);margin:0 0 4px;font-size:.85rem;font-weight:700;line-height:1.2}.customer-brand-message-content p{color:var(--haaply-green-dark);opacity:.8;margin:0;font-size:.7rem;font-weight:500}.customer-brand-message-graphic .bowl-graphic{background-color:var(--haaply-green-light);opacity:.5;border-radius:50%;width:24px;height:24px}.customer-products-header-modern{margin-top:0;margin-bottom:12px}.customer-products-header-row{justify-content:space-between;align-items:center;width:100%;display:flex}.customer-product-count{color:var(--haaply-text-muted);margin:0;font-size:.8rem;font-weight:600}.customer-basket-summary-inner{background-color:var(--haaply-green-dark,#165620);border-radius:12px;box-shadow:0 4px 20px #16562033}.customer-basket-icon-wrapper .customer-basket-badge{background:var(--haaply-white);color:var(--haaply-green-dark)}.customer-basket-amount{font-size:.8rem;line-height:1.2}.customer-basket-amount br{content:"";margin-top:2px;display:block}.customer-basket-amount{flex-direction:column;display:flex}.customer-basket-link{background-color:var(--haaply-green);border-radius:8px;padding:8px 16px;font-size:.8rem}.customer-product-card{border-radius:12px;box-shadow:0 4px 12px #0000000a}.customer-product-image-container{aspect-ratio:16/10;background-color:#f6f6f6;border-radius:12px 12px 0 0}.customer-product-favourite{width:24px;height:24px;color:var(--haaply-text-muted);border-radius:8px;top:6px;right:6px}.customer-product-favourite.active{color:var(--haaply-green-dark)}.customer-product-favourite .bookmark-icon{margin-top:2px}.customer-product-veg-indicator{border:1px solid var(--haaply-green);background-color:#fff;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:6px;left:6px}.veg-dot{background-color:var(--haaply-green);border-radius:50%;width:6px;height:6px}.customer-product-tag{color:var(--haaply-green-dark);background-color:#e6f4e1;border-radius:4px;font-weight:800}.customer-product-stock-low{color:var(--haaply-error);align-items:center;gap:4px;font-size:.65rem;display:flex}.stock-dot{background-color:var(--haaply-error);border-radius:50%;width:6px;height:6px}.customer-product-actions{width:84px}.customer-product-add-btn{border-radius:12px;width:100%;height:36px;padding:0;font-size:.85rem;font-weight:700}.customer-product-quantity-control{border-radius:12px;width:100%;height:36px}.customer-product-quantity-control .qty-btn{width:32px;font-size:1.1rem}.customer-sort-container{position:relative}.customer-sort-dropdown{background:var(--haaply-white);border:1px solid var(--haaply-border-light);z-index:999;border-radius:10px;flex-direction:column;min-width:170px;max-width:90vw;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.customer-sort-option{color:var(--haaply-charcoal);border:none;border-bottom:1px solid var(--haaply-border-light);text-align:left;cursor:pointer;background:0 0;padding:10px 14px;font-size:.8rem;font-weight:500;transition:background .2s,color .2s}.customer-sort-option:last-child{border-bottom:none}.customer-sort-option:hover{background:var(--haaply-cream,#fdfbf7)}.customer-sort-option.selected{color:var(--haaply-green,#16a34a);background:var(--haaply-green-light,#dcfce7);font-weight:600}.pd-page{background:var(--haaply-bg-secondary);min-height:100vh;padding-bottom:24px}.pd-top-bar{align-items:center;padding:16px 0;display:flex}.pd-back-link{color:var(--haaply-text-secondary);align-items:center;gap:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.pd-back-link:hover{color:var(--haaply-text-primary)}.pd-layout{grid-template-columns:minmax(0,1fr);gap:24px;display:grid}.pd-image-card{aspect-ratio:1;background:var(--haaply-cream);border:1px solid var(--haaply-border-light);border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000008}.pd-image{object-fit:cover;width:100%;height:100%}.pd-image-placeholder{color:var(--haaply-green);opacity:.5;font-size:2rem;font-weight:700}.pd-badge{background:var(--haaply-green);color:var(--haaply-white);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px;box-shadow:0 2px 8px #0000001a}.pd-content{flex-direction:column;display:flex}.pd-category{color:var(--haaply-green-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.8rem;font-weight:700}.pd-title{color:var(--haaply-text-primary);margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.pd-tamil{color:var(--haaply-text-secondary);margin:6px 0 0;font-size:1.1rem}.pd-price-row{align-items:flex-end;gap:12px;margin-top:16px;display:flex}.pd-price{color:var(--haaply-text-primary);font-size:1.85rem;font-weight:800;line-height:1}.pd-unit-price{color:var(--haaply-text-muted);margin-bottom:2px;font-size:.9rem}.pd-unit-badge{background:var(--haaply-bg);border:1px solid var(--haaply-border);color:var(--haaply-text-secondary);border-radius:8px;width:fit-content;margin-top:16px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.pd-stock{margin-top:16px;font-size:.85rem;font-weight:600}.pd-stock.in-stock{color:var(--haaply-success)}.pd-stock.low-stock{color:var(--haaply-warning)}.pd-stock.out-of-stock{color:var(--haaply-danger)}.pd-actions{border-top:1px solid var(--haaply-border-light);margin-top:24px;padding-top:24px}.pd-action-row{align-items:center;gap:16px;display:flex}.pd-qty-selector{border:1px solid var(--haaply-border);background:var(--haaply-white);border-radius:12px;align-items:center;height:48px;display:flex;overflow:hidden}.pd-qty-btn{width:48px;height:100%;color:var(--haaply-text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.pd-qty-btn:hover:not(:disabled){background:var(--haaply-bg-secondary)}.pd-qty-btn:disabled{color:var(--haaply-text-muted);cursor:not-allowed}.pd-qty-val{text-align:center;min-width:40px;color:var(--haaply-text-primary);font-size:1rem;font-weight:700}.pd-add-btn{background:var(--haaply-green);height:48px;color:var(--haaply-white);cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;display:flex}.pd-add-btn:hover:not(:disabled){background:var(--haaply-green-dark)}.pd-add-btn:active:not(:disabled){transform:scale(.98)}.pd-add-btn:disabled{background:var(--haaply-text-muted);cursor:not-allowed;transform:none}.pd-in-cart-state{flex-direction:column;gap:12px;display:flex}.pd-in-cart-state .pd-qty-selector{justify-content:space-between;width:100%}.pd-section{background:var(--haaply-white);border:1px solid var(--haaply-border-light);border-radius:16px;margin-top:32px;padding:24px;box-shadow:0 2px 8px #00000005}.pd-section h2{color:var(--haaply-charcoal);margin:0 0 12px;font-size:1.25rem;font-weight:800}.pd-section p{color:var(--haaply-text-secondary);margin:0;font-size:.95rem;line-height:1.6}.pd-info-grid{gap:20px;margin-top:24px;display:grid}.pd-info-item{flex-direction:column;gap:4px;display:flex}.pd-info-label{color:var(--haaply-text-primary);font-size:.9rem;font-weight:700}.pd-info-value{color:var(--haaply-text-secondary);font-size:.9rem;line-height:1.5}.pd-nutrition-placeholder{background:var(--haaply-bg);border:1px dashed var(--haaply-border);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:32px 24px;display:flex}.pd-nutrition-placeholder span{color:var(--haaply-green);font-size:1.1rem;font-weight:700}.pd-nutrition-placeholder p{color:var(--haaply-text-muted);margin:0;font-size:.85rem}.pd-loading,.pd-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:24px;display:flex}.pd-error h1{color:var(--haaply-charcoal);margin-bottom:12px}.pd-error p{color:var(--haaply-text-secondary);margin-bottom:24px}.pd-btn-outline{border:1px solid var(--haaply-border);background:var(--haaply-white);color:var(--haaply-text-primary);border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none}@media (width>=1024px){.pd-page{padding-bottom:64px}.pd-layout{grid-template-columns:minmax(0,480px) minmax(0,1fr);align-items:start;gap:48px}.pd-image-card{position:sticky;top:32px}.pd-title{font-size:2.25rem}.pd-info-grid{grid-template-columns:1fr 1fr}}.customer-cart-page{padding-bottom:80px}.customer-cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.customer-cart-empty h1{color:var(--haaply-text);margin-bottom:.5rem;font-size:1.5rem}.customer-cart-empty p{color:var(--haaply-text-secondary);margin-bottom:1.5rem}.customer-cart-empty-icon{color:var(--haaply-border);margin-bottom:1rem}.cart-layout{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}@media (width>=768px){.cart-layout{flex-direction:row;align-items:flex-start}}.cart-items-col{flex:1}.cart-header-title{color:var(--haaply-text);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.cart-header-count{background:var(--haaply-cream);color:var(--haaply-green-dark);border-radius:12px;padding:.2rem .6rem;font-size:.9rem;font-weight:600}.cart-item-card{background:var(--haaply-white);border:1px solid var(--haaply-border);border-radius:16px;flex-direction:column;margin-bottom:1rem;padding:1rem;display:flex;box-shadow:0 4px 12px #00000005}.cart-item-top{gap:1rem;margin-bottom:1rem;display:flex}.cart-item-image{object-fit:cover;border:1px solid var(--haaply-border);border-radius:12px;width:70px;height:70px}.cart-item-placeholder{background:var(--haaply-cream);width:70px;height:70px;color:var(--haaply-green-dark);text-transform:uppercase;border-radius:12px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-name{color:var(--haaply-text);margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.cart-item-variant{color:var(--haaply-text-secondary);background:var(--haaply-cream);border-radius:8px;align-self:flex-start;margin-bottom:.25rem;padding:.1rem .5rem;font-size:.85rem;display:inline-block}.cart-item-price{color:var(--haaply-text);font-weight:700}.cart-item-bottom{border-top:1px solid var(--haaply-border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.cart-item-actions{align-items:center;gap:1rem;display:flex}.cart-quantity-controls{border:1px solid var(--haaply-border);background:var(--haaply-white);border-radius:8px;align-items:center;display:flex;overflow:hidden}.cart-quantity-btn{width:32px;height:32px;color:var(--haaply-green-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-weight:600;transition:background .15s;display:flex}.cart-quantity-btn:hover:not(:disabled){background:var(--haaply-cream)}.cart-quantity-btn:disabled{opacity:.3;cursor:not-allowed}.cart-quantity-value{text-align:center;width:30px;color:var(--haaply-text);font-size:.9rem;font-weight:600}.cart-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.25rem;padding:.5rem;font-size:.85rem;font-weight:500;transition:background .15s;display:flex}.cart-remove-btn:hover{background:#fef2f2}.cart-item-total{color:var(--haaply-text);font-size:1.1rem;font-weight:700}@media (width>=600px){.cart-item-card{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}.cart-item-top{flex:1;align-items:center;margin-bottom:0}.cart-item-bottom{border-top:none;flex:1;justify-content:flex-end;gap:2rem;padding-top:0}}.cart-summary-col{flex:1;max-width:100%}@media (width>=768px){.cart-summary-col{max-width:380px;position:sticky;top:20px}}.cart-summary-card{background:var(--haaply-white);border:1px solid var(--haaply-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000008}.cart-summary-card h2{color:var(--haaply-text);margin-bottom:1.5rem;font-size:1.25rem}.cart-summary-row{color:var(--haaply-text-secondary);justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.cart-summary-total{border-top:1px dashed var(--haaply-border);color:var(--haaply-text);justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.cart-checkout-btn{background:var(--haaply-green);width:100%;color:var(--haaply-white);text-align:center;cursor:pointer;border:none;border-radius:12px;margin-top:1.5rem;padding:1rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:block}.cart-checkout-btn:hover{opacity:.9}.address-card{background:var(--haaply-white);border:1px solid var(--haaply-border-light);border-radius:12px;flex-direction:column;gap:8px;margin-bottom:16px;padding:16px;display:flex}.address-card.default-address{border-color:var(--haaply-green);background:#16562008}.address-card-header{justify-content:space-between;align-items:flex-start;display:flex}.address-card-title{color:var(--haaply-charcoal);align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:700;display:flex}.address-default-badge{background:var(--haaply-green);color:#fff;text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:600}.address-card-text{color:var(--haaply-text-secondary);margin:0;font-size:.85rem;line-height:1.4}.address-card-actions{border-top:1px solid var(--haaply-border-light);align-items:center;gap:12px;margin-top:8px;padding-top:12px;display:flex}.address-action-btn{color:var(--haaply-green);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.address-action-btn.delete{color:var(--haaply-orange)}.address-form-container{background:var(--haaply-white);border-radius:12px;margin-bottom:24px;padding:20px;box-shadow:0 4px 12px #0000000d}.address-form-title{color:var(--haaply-charcoal);margin:0 0 16px;font-size:1.1rem;font-weight:700}.address-form-group{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.address-form-group label{color:var(--haaply-charcoal);font-size:.8rem;font-weight:600}.address-form-group input,.address-form-group textarea{border:1px solid var(--haaply-border);border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.address-form-group input:focus,.address-form-group textarea:focus{border-color:var(--haaply-green)}.address-form-row{gap:12px;display:flex}.address-form-row>*{flex:1}.address-form-actions{gap:12px;margin-top:24px;display:flex}.address-card.selected-address{border:2px solid var(--haaply-green);background:#1656200d}.spinner-small{border:2px solid #0000001a;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.customer-checkout-page{padding:32px 0 80px}.customer-checkout-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.customer-checkout-header p{margin:0 0 4px}.customer-checkout-header h1{margin:0}.customer-checkout-layout{grid-template-columns:minmax(0,1fr) 380px;gap:32px;display:grid}.customer-checkout-form{flex-direction:column;gap:24px;display:flex}.customer-checkout-section{border:1px solid #ddd;border-radius:12px;padding:24px}.customer-checkout-section h2{margin-top:0}.customer-checkout-section label{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.customer-checkout-section input,.customer-checkout-section textarea,.customer-checkout-section select{box-sizing:border-box;width:100%;font:inherit;border:1px solid #ccc;border-radius:8px;padding:12px}.customer-checkout-section textarea{resize:vertical;min-height:90px}.customer-checkout-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.customer-checkout-payment{border:1px solid #ddd;border-radius:8px;flex-direction:column;gap:6px;padding:16px;display:flex}.customer-checkout-summary{border:1px solid #ddd;border-radius:12px;height:fit-content;padding:24px;position:sticky;top:20px}.customer-checkout-summary h2{margin-top:0}.customer-checkout-summary-items{border-bottom:1px solid #ddd;flex-direction:column;gap:12px;margin-bottom:20px;padding-bottom:20px;display:flex}.customer-checkout-summary-items>div{justify-content:space-between;gap:16px;display:flex}.customer-checkout-summary-line,.customer-checkout-summary-total{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.customer-checkout-summary-total{border-top:1px solid #ddd;padding-top:16px;font-size:18px}.customer-checkout-summary button{width:100%}.customer-checkout-error{color:#b00020;background:#fff0f0;border-radius:8px;margin-bottom:20px;padding:12px 16px}.customer-checkout-empty{text-align:center;padding:60px 20px}@media (width<=768px){.customer-checkout-layout{grid-template-columns:1fr}.customer-checkout-summary{position:static}.customer-checkout-row{grid-template-columns:1fr}.customer-checkout-header{flex-direction:column;align-items:flex-start;gap:12px}.customer-checkout-mobile-sticky{z-index:100;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #ddd;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000000d}.customer-checkout-summary-bottom-button{display:none}.customer-checkout-page{padding-bottom:140px}}@media (width>=769px){.customer-checkout-mobile-sticky{display:none}}.checkout-validation-msg{color:var(--haaply-orange,#d9534f);text-align:center;margin-bottom:8px;font-size:.85rem;font-weight:500}.co-container{flex-direction:column;gap:1.5rem;padding:1rem 0 3rem;display:flex}.co-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.co-title{color:var(--haaply-charcoal,#1f2937);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.co-count{color:var(--haaply-text-secondary,#6b7280);background:#f3f4f6;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.co-filter-tabs{background:#f3f4f6;border-radius:12px;gap:.5rem;margin-bottom:.5rem;padding:.35rem;display:flex}.co-tab{text-align:center;color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.6rem;font-size:.9rem;font-weight:700;transition:all .2s}.co-tab.active{color:var(--haaply-green,#16a34a);background:#fff;box-shadow:0 1px 3px #0000001a}.co-list{flex-direction:column;gap:1rem;display:flex}.co-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000005}.co-card:active{transform:scale(.99)}.co-card-header{border-bottom:1px dashed #e5e7eb;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.co-card-header-left{flex-direction:column;gap:.35rem;display:flex}.co-order-id{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.co-delivery-date{color:var(--haaply-charcoal,#1f2937);align-items:center;gap:.35rem;font-size:1.05rem;font-weight:800;display:flex}.co-delivery-time{color:#4b5563;align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.co-badges{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.co-status-badge{white-space:nowrap;letter-spacing:.02em;border-radius:8px;align-items:center;padding:.35rem .6rem;font-size:.75rem;font-weight:800;display:inline-flex}.co-status-success{color:#166534;background:#dcfce7}.co-status-active{color:#1e40af;background:#eff6ff}.co-status-danger{color:#991b1b;background:#fee2e2}.co-status-warning{color:#b45309;background:#fef3c7}.co-status-neutral{color:#374151;background:#f3f4f6}.co-card-body{flex-direction:column;gap:.75rem;display:flex}.co-item-summary{color:var(--haaply-charcoal,#1f2937);align-items:flex-start;gap:.5rem;font-size:.95rem;font-weight:600;line-height:1.4;display:flex}.co-item-more{color:#6b7280;background:#f3f4f6;border-radius:6px;margin-top:.25rem;padding:.15rem .5rem;font-size:.85rem;font-weight:600;display:inline-block}.co-payment-info{color:#4b5563;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.85rem;display:flex}.co-payment-method{color:var(--haaply-charcoal,#1f2937);font-weight:700}.co-card-footer{border-top:1px dashed #e5e7eb;justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:1.25rem;display:flex}.co-total-wrap{flex-direction:column;display:flex}.co-total-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.7rem;font-weight:700}.co-total-amount{color:var(--haaply-charcoal,#1f2937);font-size:1.25rem;font-weight:800}.co-empty{text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;padding:4rem 1rem;display:flex}.co-empty-icon{color:#9ca3af;background:#f9fafb;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;display:flex}.co-empty-title{color:var(--haaply-charcoal,#1f2937);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.co-empty-desc{color:#6b7280;max-width:300px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.co-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s linear infinite co-shimmer}@keyframes co-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.co-skeleton-card{border-radius:16px;height:240px;margin-bottom:1rem}.customer-order-confirmation{min-height:100vh;padding:48px 0 80px}.customer-order-confirmation-card{text-align:center;max-width:760px;margin:0 auto 32px}.customer-order-success-icon{color:#557d27;background:#e9f5d7;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:38px;font-weight:700;display:flex}.customer-order-eyebrow{color:#557d27;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:700}.customer-order-confirmation-card h1{margin:0;font-size:36px;line-height:1.2}.customer-order-message{color:#666;max-width:580px;margin:14px auto 24px;line-height:1.6}.customer-order-id{background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;gap:6px;padding:14px 22px;display:inline-flex}.customer-order-id span{color:#777;font-size:13px}.customer-order-id strong{word-break:break-all;font-size:14px}.customer-order-details-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;display:grid}.customer-order-info-card,.customer-order-items-card,.customer-order-status-card,.customer-order-next{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:24px}.customer-order-info-card h2,.customer-order-items-card h2,.customer-order-next h2{margin:0 0 20px;font-size:20px}.customer-order-info-row{border-bottom:1px solid #eee;justify-content:space-between;gap:20px;padding:10px 0;display:flex}.customer-order-info-row span{color:#777}.customer-order-address{flex-direction:column;gap:8px;padding-top:14px;display:flex}.customer-order-address span{color:#777}.customer-order-items-card{margin-bottom:20px}.customer-order-items{flex-direction:column;display:flex}.customer-order-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.customer-order-item>div{flex-direction:column;gap:4px;display:flex}.customer-order-item span,.customer-order-item small{color:#777}.customer-order-totals{max-width:420px;margin:24px 0 0 auto}.customer-order-totals>div{justify-content:space-between;padding:8px 0;display:flex}.customer-order-grand-total{border-top:1px solid #ddd;margin-top:10px;font-size:18px;padding-top:16px!important}.customer-order-status-card{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px;display:grid}.customer-order-status-card>div{flex-direction:column;gap:5px;display:flex}.customer-order-status-card span{color:#777;font-size:13px}.customer-order-status-card small{color:#557d27;text-transform:capitalize;font-size:12px;font-weight:600}.customer-order-next{margin-bottom:32px}.customer-order-steps{flex-direction:column;gap:22px;display:flex}.customer-order-step{align-items:flex-start;gap:16px;display:flex}.customer-order-step>span{color:#fff;background:#557d27;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.customer-order-step strong{margin-bottom:4px;display:block}.customer-order-step p{color:#777;margin:0;font-size:14px;line-height:1.5}.customer-order-actions{flex-direction:column;align-items:center;gap:14px;display:flex}.customer-order-view-orders{color:#557d27;font-weight:600;text-decoration:none}.customer-order-loading,.customer-order-error{text-align:center;max-width:600px;margin:100px auto}.customer-order-error p{margin-bottom:24px}@media (width<=700px){.customer-order-confirmation{padding:32px 0 60px}.customer-order-confirmation-card h1{font-size:28px}.customer-order-details-grid,.customer-order-status-card{grid-template-columns:1fr}.customer-order-info-card,.customer-order-items-card,.customer-order-status-card,.customer-order-next{padding:20px}.customer-order-item{align-items:flex-start}.customer-order-totals{max-width:none}}.nutrition-page{padding-bottom:2rem}.nutrition-header{background:var(--haaply-cream);text-align:center;border-bottom:1px solid var(--haaply-border);margin-bottom:2rem;padding:2rem 1.5rem}.nutrition-header h1{color:var(--haaply-text);margin-bottom:.5rem;font-size:1.75rem}.nutrition-header p{color:var(--haaply-text-secondary);max-width:600px;margin:0 auto;font-size:.95rem}.nutrition-layout{flex-direction:column;gap:2rem;display:flex}@media (width>=768px){.nutrition-layout{flex-direction:row;align-items:flex-start}}.nutrition-list-col{flex:1}.nutrition-search{border:1px solid var(--haaply-border);border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-size:.95rem}.nutrition-filters{scrollbar-width:none;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.nutrition-filters::-webkit-scrollbar{display:none}.nutrition-filter-btn{border:1px solid var(--haaply-border);background:var(--haaply-white);color:var(--haaply-text-secondary);cursor:pointer;white-space:nowrap;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s}.nutrition-filter-btn.active{background:var(--haaply-green);color:var(--haaply-white);border-color:var(--haaply-green)}.nutrition-product-item{background:var(--haaply-white);border:1px solid var(--haaply-border);cursor:pointer;border-radius:12px;align-items:center;margin-bottom:.75rem;padding:1rem;transition:all .15s;display:flex}.nutrition-product-item.active{border-color:var(--haaply-green);background:var(--haaply-cream)}.nutrition-product-item:hover{border-color:var(--haaply-green)}.nutrition-item-img{object-fit:cover;border-radius:8px;width:50px;height:50px;margin-right:1rem}.nutrition-item-placeholder{background:var(--haaply-cream);width:50px;height:50px;color:var(--haaply-text-secondary);border-radius:8px;justify-content:center;align-items:center;margin-right:1rem;font-size:.6rem;font-weight:600;display:flex}.nutrition-item-info{flex:1}.nutrition-item-title{color:var(--haaply-text);margin-bottom:.15rem;font-size:1rem;font-weight:600}.nutrition-item-cat{color:var(--haaply-text-secondary);font-size:.75rem}.nutrition-details-col{flex:1;position:sticky;top:20px}.nutrition-panel{background:var(--haaply-white);border:1px solid var(--haaply-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000008}.np-header{margin-bottom:1.5rem}.np-badge{background:var(--haaply-cream);color:var(--haaply-green-dark);text-transform:uppercase;border-radius:12px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.np-title{color:var(--haaply-text);margin-bottom:.25rem;font-size:1.5rem}.np-calories-card{background:var(--haaply-cream);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.np-calories-label{color:var(--haaply-text-secondary);text-transform:uppercase;font-size:.9rem;font-weight:600}.np-calories-value{color:var(--haaply-text);font-size:2rem;font-weight:700;line-height:1}.np-calories-unit{color:var(--haaply-text-secondary);margin-left:.25rem;font-size:1rem}.np-macros{margin-bottom:1.5rem}.np-macros h3{color:var(--haaply-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.95rem}.np-macro-row{margin-bottom:1rem}.np-macro-top{justify-content:space-between;margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:flex}.np-macro-name{color:var(--haaply-text)}.np-macro-val{color:var(--haaply-text-secondary)}.np-macro-bar-bg{background:#f1f5f9;border-radius:4px;height:8px;overflow:hidden}.np-macro-bar-fill{background:var(--haaply-green);border-radius:4px;height:100%;transition:width .3s}.np-macro-fill-protein{background:#3b82f6}.np-macro-fill-carbs{background:#f59e0b}.np-macro-fill-fiber{background:#10b981}.np-macro-fill-fats{background:#ef4444}.np-basis-note{color:var(--haaply-text-secondary);text-align:center;border:1px dashed var(--haaply-border);background:#f8fafc;border-radius:8px;padding:.75rem;font-size:.8rem}.np-empty{text-align:center;color:var(--haaply-text-secondary);padding:3rem 1rem}.np-empty-icon{color:var(--haaply-border);margin-bottom:1rem}.np-empty h3{color:var(--haaply-text);margin-bottom:.5rem;font-size:1.1rem}.np-select-prompt{text-align:center;background:var(--haaply-white);border:1px solid var(--haaply-border);color:var(--haaply-text-secondary);border-radius:16px;padding:3rem 1rem}.pd-nutrition-section{border-top:1px solid var(--haaply-border);margin-top:3rem;padding-top:2rem}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 140px);padding:1rem;display:flex}.auth-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000000a}.auth-title{color:#1a1a1a;text-align:center;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600}.auth-subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:.95rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-input-group{flex-direction:column;gap:.5rem;display:flex}.auth-input-group label{color:#333;font-size:.875rem;font-weight:500}.auth-input{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.auth-input:focus{background:#fff;border-color:#2b5c40;outline:none;box-shadow:0 0 0 3px #2b5c401a}.auth-mobile-input{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.auth-mobile-input:focus-within{background:#fff;border-color:#2b5c40;box-shadow:0 0 0 3px #2b5c401a}.auth-prefix{color:#666;background:#f5f5f5;border-right:1px solid #e5e5e5;padding:.875rem .5rem .875rem 1rem;font-weight:500}.auth-mobile-input input{background:0 0;border:none;outline:none;flex:1;padding:.875rem 1rem;font-size:1rem}.auth-error{color:#dc2626;text-align:center;background:#fef2f2;border-radius:6px;margin:0;padding:.5rem;font-size:.875rem}.auth-text-button{color:#2b5c40;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s}.auth-text-button:hover{opacity:.8}.auth-text-button:disabled{opacity:.5;cursor:not-allowed}.otp-input{text-align:center;letter-spacing:.5em;font-size:1.5rem;font-weight:500}.profile-details{background:#fafafa;border:1px solid #eee;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.profile-details p{color:#333;margin:.5rem 0}.profile-details strong{color:#666;margin-right:.5rem}@media (width<=480px){.auth-card{box-shadow:none;border:1px solid #f0f0f0;padding:1.5rem 1.25rem}.auth-title{margin-bottom:.25rem;font-size:1.5rem}.auth-subtitle{margin-bottom:1.5rem;font-size:.875rem}.auth-form{gap:1rem}.auth-input{padding:.75rem .875rem}.auth-mobile-input{flex-direction:row;align-items:stretch;width:100%;display:flex}.auth-prefix{flex-shrink:0;justify-content:center;align-items:center;min-width:fit-content;padding:.75rem .75rem .75rem 1rem;display:flex}.auth-mobile-input input{flex:auto;width:100%;min-width:0;padding:.75rem .875rem}.otp-input{letter-spacing:.25em;padding:.75rem .5rem;font-size:1.25rem}}
