body:has(#customer-portal-app){background:linear-gradient(180deg,#fdf8f3 0%,#f5ebe0 100%);--cp-layout-max: 1024px}#customer-portal-app{max-width:var(--cp-layout-max);margin:0 auto;min-height:100dvh;background:var(--cp-bg, #fdf8f3);box-shadow:0 0 48px #2c241614}@media (min-width: 1080px){#customer-portal-app{border-left:1px solid rgba(44,36,22,.06);border-right:1px solid rgba(44,36,22,.06)}}.cp-app{--cp-ease: cubic-bezier(.16, 1, .3, 1);--cp-primary: #e8622a;--cp-primary-dark: #c44e1f;--cp-primary-light: #fef3eb;--cp-accent: #c9a45c;--cp-accent-light: #f0e0c4;--cp-bg: #f7f2eb;--cp-surface: #faf6f0;--cp-ink: #1c1510;--cp-text: #1c1510;--cp-text-muted: #6e5f52;--cp-border: rgba(28, 21, 16, .09);--cp-radius: 16px;--cp-radius-lg: 24px;--cp-shadow: 0 4px 24px -4px rgba(15, 12, 9, .08);--cp-shadow-lg: 0 16px 48px -12px rgba(232, 98, 42, .28);--cp-serif: "Cormorant Garamond", Georgia, serif;--cp-sans: "Outfit", system-ui, sans-serif;font-family:var(--cp-sans);color:var(--cp-text);background:var(--cp-bg);min-height:100dvh;width:100%;position:relative}.cp-products-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.cp-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.cp-products-grid{grid-template-columns:repeat(3,1fr)}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.cp-gradient-header{background:var(--cp-ink);position:relative;overflow:hidden}.cp-gradient-header:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(15,12,9,.55) 0%,rgba(15,12,9,.82) 100%),var(--cp-hero-image) center 40% / cover no-repeat;transform:scale(1.05);pointer-events:none}.cp-gradient-header:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 0%,rgba(232,98,42,.2) 0%,transparent 60%);pointer-events:none}.cp-gradient-header--catalog{padding:1.25rem 1.25rem 1.5rem;min-height:11rem;display:flex;flex-direction:column;justify-content:flex-end}.cp-header-home-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#fffc;text-decoration:none;margin-bottom:.75rem;transition:color .25s var(--cp-ease);position:relative;z-index:2}.cp-header-home-link:hover{color:#fff}.cp-brand-logo{display:block;height:4.5rem;width:auto;max-width:min(280px,80vw);margin-left:auto;margin-right:auto;-o-object-fit:contain;object-fit:contain;border-radius:.75rem;box-shadow:0 8px 28px #00000040;position:relative;z-index:2}.cp-brand-logo--compact{height:3rem;max-width:150px;margin:0;box-shadow:0 4px 16px #0003;flex-shrink:0}.cp-catalog-greeting{font-family:var(--cp-serif);font-size:clamp(1.375rem,4vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.15;position:relative;z-index:2}.cp-catalog-sub{font-size:.8125rem;color:#ffffff8c;margin-top:.25rem;position:relative;z-index:2}.cp-subheader{position:sticky;top:0;z-index:40;background:rgba(255,252,249,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--cp-border);padding:.875rem 1rem;min-height:3.5rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px #2c24160a}.cp-subheader-back{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--cp-primary-light);border-radius:999px;cursor:pointer;margin-left:-.25rem;color:var(--cp-primary);transition:transform .25s var(--cp-ease),background .25s var(--cp-ease)}.cp-subheader-back:hover{transform:scale(1.05);background:#fde8d8}.cp-subheader-title{font-family:var(--cp-serif);font-size:1.25rem;font-weight:600;color:var(--cp-text);flex:1;line-height:1.3}.cp-main{padding-top:1rem}.cp-section{padding:0 1rem 1rem}.cp-section--top{padding-top:.25rem}.cp-alert-banner{margin:.75rem 1rem 0}.cp-alert--closed{background:#fff7ed;border:1px solid #fdba74;color:#9a3412;border-radius:14px;padding:.85rem 1rem;font-size:.875rem;font-weight:600;line-height:1.45}.cp-btn-primary{background:linear-gradient(135deg,var(--cp-primary) 0%,var(--cp-accent) 100%);color:#fff;font-weight:700;border:none;border-radius:14px;transition:transform .3s var(--cp-ease),box-shadow .3s var(--cp-ease);box-shadow:var(--cp-shadow-lg);cursor:pointer;position:relative;overflow:hidden}.cp-btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.15) 100%);opacity:0;transition:opacity .3s var(--cp-ease)}.cp-btn-primary:hover:not(:disabled):before{opacity:1}.cp-btn-primary:hover:not(:disabled){transform:translateY(-1px) scale(1.01)}.cp-btn-primary:active:not(:disabled){transform:scale(.98)}.cp-btn-primary:disabled{opacity:.55;box-shadow:none;pointer-events:none;cursor:not-allowed}.cp-card{background:var(--cp-surface);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow);border:1px solid var(--cp-border);transition:box-shadow .3s var(--cp-ease)}.cp-input{width:100%;border:1.5px solid var(--cp-border);border-radius:14px;padding:14px 16px;font-size:16px;background:var(--cp-surface);color:var(--cp-text);transition:border-color .25s var(--cp-ease),box-shadow .25s var(--cp-ease)}.cp-input:focus{outline:none;border-color:var(--cp-primary);box-shadow:0 0 0 4px #c4451e1a}.cp-search-input{width:100%;border-radius:14px;padding:.875rem 1rem .875rem 2.75rem;font-size:.875rem;font-weight:500;border:none;background:rgba(255,252,249,.95);color:var(--cp-text);box-shadow:0 8px 24px #2c24161f;transition:box-shadow .3s var(--cp-ease);position:relative;z-index:2}.cp-search-input:focus{outline:none;box-shadow:0 8px 32px #2c241629}.cp-category-bar{position:sticky;top:0;z-index:30;background:rgba(253,248,243,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--cp-border);padding:.625rem 1rem;margin-bottom:.5rem}.cp-category-pill{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;white-space:nowrap;transition:all .3s var(--cp-ease);border:1.5px solid transparent;cursor:pointer;background:transparent}.cp-category-pill.active{background:var(--cp-primary);color:#fff;box-shadow:0 4px 14px #c4451e59;transform:scale(1.02)}.cp-category-pill:not(.active){background:var(--cp-surface);color:var(--cp-text-muted);border-color:var(--cp-border)}.cp-category-pill:not(.active):hover{border-color:#c4451e40;color:var(--cp-primary)}.cp-product-card{background:#fff;border-radius:var(--cp-radius-lg);overflow:hidden;box-shadow:var(--cp-shadow);border:1px solid var(--cp-border);transition:transform .45s var(--cp-ease),box-shadow .45s var(--cp-ease);cursor:pointer;position:relative}.cp-product-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #fff0;transition:box-shadow .45s var(--cp-ease);pointer-events:none}.cp-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px -16px #0f0c0924}.cp-product-card:hover:after{box-shadow:inset 0 0 0 1px #e8622a26}.cp-product-card:active{transform:scale(.98)}.cp-product-card .cp-product-img{aspect-ratio:16 / 10;-o-object-fit:cover;object-fit:cover;width:100%;background:linear-gradient(145deg,#fde8d8,#fef3c7);transition:transform .5s var(--cp-ease)}.cp-product-card:hover .cp-product-img{transform:scale(1.03)}.cp-product-card .cp-product-img-placeholder{aspect-ratio:16 / 10;background:linear-gradient(145deg,#fde8d8 0%,#fef3c7 100%);display:flex;align-items:center;justify-content:center;font-size:48px}.cp-product-price{font-size:1.125rem;font-weight:800;color:var(--cp-primary);margin-top:.5rem}.cp-add-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--cp-primary),var(--cp-accent));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #c4451e66;border:none;cursor:pointer;padding:0;line-height:0;transition:transform .3s var(--cp-ease),box-shadow .3s var(--cp-ease)}.cp-add-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px #c4451e80}.cp-add-btn svg{width:1.125rem;height:1.125rem;display:block}.cp-qty-btn{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;border-radius:50%;background:var(--cp-bg);border:2px solid var(--cp-border);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:0;color:var(--cp-text);transition:border-color .25s var(--cp-ease),background .25s var(--cp-ease)}.cp-qty-btn:hover{border-color:var(--cp-primary);background:var(--cp-primary-light)}.cp-qty-btn svg{width:1.25rem;height:1.25rem;display:block}.cp-cart-bar{position:fixed;bottom:calc(72px + env(safe-area-inset-bottom,0px));left:16px;right:16px;max-width:calc(var(--cp-layout-max) - 32px);margin-left:auto;margin-right:auto;z-index:40;animation:cp-slide-up .45s var(--cp-ease)}@keyframes cp-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cp-bottom-nav{position:fixed;bottom:0;left:0;right:0;max-width:var(--cp-layout-max);margin-left:auto;margin-right:auto;background:rgba(255,252,249,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--cp-border);padding:8px 16px calc(8px + env(safe-area-inset-bottom,0px));display:flex;justify-content:space-around;z-index:50;box-shadow:0 -4px 24px #2c24160f}.cp-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;font-size:11px;font-weight:600;color:var(--cp-text-muted);border-radius:12px;transition:color .25s var(--cp-ease),background .25s var(--cp-ease),transform .25s var(--cp-ease);position:relative;border:none;background:transparent;cursor:pointer}.cp-nav-item.active{color:var(--cp-primary);background:var(--cp-primary-light)}.cp-nav-item:active{transform:scale(.95)}.cp-nav-item svg{width:22px;height:22px}.pac-container{z-index:200!important;font-family:DM Sans,system-ui,sans-serif}.cp-modal-overlay{position:fixed;inset:0;background:rgba(44,36,22,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:60;display:flex;flex-direction:column;justify-content:flex-end;animation:cp-fade-in .3s var(--cp-ease)}.cp-modal-sheet{background:var(--cp-surface);border-radius:var(--cp-radius-lg) var(--cp-radius-lg) 0 0;max-height:90dvh;max-width:var(--cp-layout-max);margin-left:auto;margin-right:auto;overflow-y:auto;animation:cp-sheet-up .4s var(--cp-ease)}.cp-product-modal-hero{width:100%;aspect-ratio:16 / 10;min-height:11rem;background:#f5ebe0;overflow:hidden}.cp-product-modal-hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 768px){.cp-modal-overlay--product{justify-content:center;align-items:center;padding:1.5rem}.cp-product-modal-sheet{width:100%;max-width:32rem;border-radius:var(--cp-radius-lg);max-height:min(90dvh,44rem);animation:cp-modal-pop .35s var(--cp-ease)}.cp-modal-handle--product{display:none}.cp-product-modal-hero{aspect-ratio:4 / 3;min-height:14rem;max-height:18rem}}@keyframes cp-modal-pop{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.cp-product-modal-body{padding:1.25rem 1.25rem 1.5rem}.cp-product-modal-footer{position:sticky;bottom:0;background:var(--cp-surface);border-top:1px solid var(--cp-border);padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 24px #2c24160f}.cp-perso-group{margin-top:1.25rem;padding:1rem;background:var(--cp-bg);border-radius:14px;border:1px solid var(--cp-border)}.cp-perso-group:first-of-type{margin-top:1rem}.cp-perso-group--invalid{border-color:#fecaca;background:#fef2f2}.cp-perso-group-hint--required{color:#dc2626}.cp-perso-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.cp-perso-group-title{font-size:.9375rem;font-weight:700;color:var(--cp-text);line-height:1.3}.cp-perso-group-hint{font-size:.75rem;font-weight:600;color:var(--cp-text-muted);white-space:nowrap}.cp-perso-chips{display:flex;flex-wrap:wrap;gap:.5rem}.cp-perso-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem .875rem;border-radius:12px;border:2px solid var(--cp-border);background:var(--cp-surface);cursor:pointer;transition:border-color .25s var(--cp-ease),background .25s var(--cp-ease),transform .25s var(--cp-ease);text-align:left;max-width:100%}.cp-perso-chip:active{transform:scale(.98)}.cp-perso-chip.selected{border-color:var(--cp-primary);background:var(--cp-primary-light);box-shadow:0 2px 10px #c4451e1f}.cp-perso-chip-name{font-size:.875rem;font-weight:600;color:var(--cp-text);line-height:1.25}.cp-perso-chip-price{font-size:.8125rem;font-weight:700;color:var(--cp-primary)}.cp-perso-chip-check{width:1.125rem;height:1.125rem;border-radius:50%;background:var(--cp-primary);color:#fff;font-size:.625rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.125rem}.cp-qty-row{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.5rem 0}.cp-qty-value{font-size:1.5rem;font-weight:800;min-width:2rem;text-align:center;color:var(--cp-text)}@keyframes cp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cp-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cp-modal-handle{width:40px;height:4px;background:var(--cp-border);border-radius:999px;margin:12px auto 0}.cp-option{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:2px solid var(--cp-border);border-radius:14px;margin-bottom:8px;cursor:pointer;transition:all .25s var(--cp-ease)}.cp-option.selected{border-color:var(--cp-primary);background:var(--cp-primary-light)}.cp-option-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--cp-border);display:flex;align-items:center;justify-content:center}.cp-option.selected .cp-option-radio{border-color:var(--cp-primary);background:var(--cp-primary)}.cp-option.selected .cp-option-radio:after{content:"";width:8px;height:8px;background:white;border-radius:50%}.cp-status-badge{font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px}.cp-status-created{background:#dbeafe;color:#1d4ed8}.cp-status-in_progress{background:#ffedd5;color:#c2410c}.cp-status-done{background:#dcfce7;color:#15803d}.cp-status-cancelled{background:#f1f5f9;color:#64748b}.cp-spinner{width:40px;height:40px;border:3px solid var(--cp-border);border-top-color:var(--cp-primary);border-radius:50%;animation:cp-spin .7s linear infinite}@keyframes cp-spin{to{transform:rotate(360deg)}}.cp-otp-input{font-size:28px;letter-spacing:12px;text-align:center;font-weight:700}.cp-alert{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px 16px;border-radius:12px;font-size:13px;line-height:1.4}.cp-content-pad{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.cp-content-pad-with-cart{padding-bottom:calc(160px + env(safe-area-inset-bottom,0px))}.cp-address-card{border:2px solid var(--cp-border);border-radius:14px;padding:14px 16px;cursor:pointer;transition:border-color .25s var(--cp-ease),background .25s var(--cp-ease)}.cp-address-card.selected{border-color:var(--cp-primary);background:var(--cp-primary-light)}.cp-inline-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.45}.cp-inline-warn{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.45}.cp-inline-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.45}.cp-cart-line{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--cp-border)}.cp-cart-line:last-of-type{border-bottom:none}.cp-cart-line-body{flex:1;min-width:0}.cp-cart-edit-btn{flex-shrink:0;font-size:.75rem;font-weight:700;color:var(--cp-primary);padding:.125rem .5rem;border-radius:999px;background:var(--cp-primary-light);border:1px solid #fde8d8}.cp-cart-edit-btn:hover{background:#fde8d8}.cp-cart-line-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.625rem}.cp-cart-qty{display:flex;align-items:center;gap:.5rem}.cp-cart-qty-value{font-size:.9375rem;font-weight:700;min-width:1.5rem;text-align:center;color:var(--cp-text)}.cp-qty-btn--sm{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.cp-qty-btn--sm svg{width:1rem;height:1rem}.cp-cart-remove{flex-shrink:0;width:1.75rem;height:1.75rem;border:none;background:#fef2f2;color:#dc2626;border-radius:999px;font-size:1.125rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.cp-cart-remove:hover{background:#fee2e2}.cp-clear-cart-btn{font-size:.8125rem;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;padding:.375rem .75rem;cursor:pointer;white-space:nowrap}.cp-clear-cart-btn:hover{background:#fee2e2}.cp-delivery-sector{background:var(--cp-bg);border:1px solid var(--cp-border);border-radius:10px;padding:.625rem .75rem;font-size:.8125rem;line-height:1.35}.cp-delivery-sector-meta{color:var(--cp-text-muted);margin-bottom:.375rem}.cp-delivery-sector-lines{list-style:none;margin:0;padding:0}.cp-delivery-sector-lines li{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.125rem 0;color:var(--cp-text)}.cp-delivery-sector-lines strong{font-weight:700;color:var(--cp-text)}.cp-delivery-sector-muted{color:var(--cp-text-muted);font-weight:500}.cp-delivery-sector-note{margin:.375rem 0 0;padding:.375rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.cp-delivery-sector-note.ok{background:#dcfce7;color:#15803d}.cp-delivery-sector-note.warn{background:#fff7ed;color:#9a3412}.cp-delivery-sector-note.info{background:#eff6ff;color:#1e40af}.cp-phone-fab{position:fixed;right:16px;z-index:55;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;border-radius:9999px;background:linear-gradient(135deg,#059669 0%,#10b981 100%);color:#fff;box-shadow:0 10px 28px #05966973;text-decoration:none;font-size:.8125rem;font-weight:700;line-height:1;transition:transform .3s var(--cp-ease),box-shadow .3s var(--cp-ease)}.cp-phone-fab:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 32px #05966980;color:#fff}.cp-phone-fab:active{transform:translateY(0)}.cp-phone-fab svg{display:block;width:1.375rem;height:1.375rem;flex-shrink:0}.cp-phone-fab-label{display:none;white-space:nowrap}.cp-confirmation-icon{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,#d1fae5,#a7f3d0);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:cp-confirm-pop .5s var(--cp-ease)}@keyframes cp-confirm-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.cp-login-card{margin-top:-2.5rem;position:relative;z-index:10}@media (min-width: 640px){.cp-phone-fab{width:auto;height:3.5rem;padding:0 1rem;gap:.5rem}.cp-phone-fab-label{display:inline}}@media (prefers-reduced-motion: reduce){.cp-product-card,.cp-btn-primary,.cp-nav-item,.cp-add-btn,.cp-cart-bar,.cp-confirmation-icon{animation:none!important;transition:none!important}}
