@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");.noe-layout{display:flex;gap:0;width:100%;max-width:1280px;margin:0 auto;min-height:100vh;font-family:Plus Jakarta Sans,system-ui,sans-serif}.noe-main{flex:1;min-width:0;padding-bottom:100px}.noe-overlay-block{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem}.noe-overlay-card{background:#fff;border-radius:1.25rem;padding:2.5rem 2rem;max-width:420px;width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);text-align:center}.noe-overlay-icon{font-size:2rem;margin-bottom:1rem}.noe-overlay-card h3{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 .5rem}.noe-overlay-card p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.noe-sidebar{display:none}@media (min-width:1024px){.noe-sidebar{display:block;width:220px;flex-shrink:0;position:sticky;top:80px;align-self:flex-start;max-height:calc(100vh - 100px);overflow-y:auto;padding:1.25rem 0 1.25rem 1rem;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}}.noe-sidebar-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:0 0 .75rem .75rem}.noe-sidebar-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.noe-sidebar-link{display:flex;align-items:center;width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#6b7280;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:all .15s;font-family:inherit;line-height:1.3}.noe-sidebar-link:hover{background:#f3f4f6;color:#111827}.noe-sidebar-link--active{background:#111827;color:#fff;font-weight:600}.noe-sidebar-link--active:hover{background:#1f2937;color:#fff}.noe-sidebar-count{margin-left:auto;font-size:.6875rem;font-weight:700;background:rgba(0,0,0,.06);color:#9ca3af;padding:1px 6px;border-radius:999px;font-variant-numeric:tabular-nums}.noe-sidebar-link--active .noe-sidebar-count{background:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.8)}.noe-search-wrap{padding:16px 18px 0}.noe-search{display:flex;align-items:center;gap:8px;border:1px solid #d8dadd;border-radius:10px;padding:10px 12px;background:#fff;color:#9ca3af;transition:border-color .15s}.noe-search:focus-within{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.08)}.noe-search svg{flex:none;color:#9ca3af}.noe-search-input{flex:1;border:none;outline:none;font-size:14px;font-family:inherit;color:#111827;background:transparent}.noe-search-input::-moz-placeholder{color:#9ca3af}.noe-search-input::placeholder{color:#9ca3af}.noe-search-clear{border:none;background:transparent;font-size:14px;cursor:pointer;color:#9ca3af;padding:2px 4px}.noe-cat-tabs-wrap{position:sticky;top:64px;z-index:40;border-bottom:1px solid #eee}.noe-cat-menu-btn,.noe-cat-tabs-wrap{background:#fff;display:flex;align-items:center}.noe-cat-menu-btn{justify-content:center;width:44px;height:42px;flex-shrink:0;border:none;border-right:1px solid #eee;color:var(--sk-primary,#111827);cursor:pointer;transition:all .15s}.noe-cat-menu-btn:hover{background:#f9fafb}.noe-cat-tabs{flex:1;min-width:0;display:flex;gap:0;padding:0 16px 0 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.noe-cat-tabs::-webkit-scrollbar{display:none}.noe-mobile-cats-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);animation:noeFadeIn .2s ease}.noe-mobile-cats-modal-content{width:100%;max-width:480px;background:#fff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 -10px 25px -5px rgba(0,0,0,.1);animation:noeSlideUp .25s cubic-bezier(.16,1,.3,1)}.noe-mobile-cats-modal-header{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}.noe-mobile-cats-modal-title{font-size:1.125rem;font-weight:800;color:#111827;margin:0 0 4px;letter-spacing:.06em;text-transform:uppercase}.noe-mobile-cats-modal-subtitle{font-size:.875rem;color:#6b7280;margin:0}.noe-mobile-cats-modal-close{position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--sk-primary,#16a34a);cursor:pointer;transition:transform .15s}.noe-mobile-cats-modal-close:hover{transform:scale(1.1)}.noe-mobile-cats-modal-body{flex:1;overflow-y:auto;padding:0 1.5rem 2.5rem}.noe-mobile-cats-list{list-style:none;padding:0;margin:0}.noe-mobile-cats-item-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.125rem .5rem;font-size:.9375rem;font-weight:600;color:#111827;text-align:left;background:transparent;cursor:pointer;border:none;border-bottom:1px solid #e5e7eb;transition:all .15s}.noe-mobile-cats-item-btn:hover{padding-left:.75rem;color:var(--sk-primary,#16a34a)}.noe-mobile-cats-item-btn--active{color:var(--sk-primary,#16a34a);font-weight:700}.noe-mobile-cats-item-name{flex:1}.noe-mobile-cats-item-count{font-size:.875rem;font-weight:500;color:#6b7280;font-variant-numeric:tabular-nums}@keyframes noeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes noeSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:1024px){.noe-cat-tabs-wrap{display:none}}.noe-cat-tab{flex:none;font-family:inherit;font-size:.8125rem;font-weight:700;color:#6b7280;padding:.875rem 1rem;border:none;border-bottom:3px solid transparent;background:transparent;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px;transition:all .15s;text-transform:uppercase;letter-spacing:.01em}.noe-cat-tab:hover{color:#111827}.noe-cat-tab--active{color:#111827;border-bottom-color:#111827}.noe-cat-count{font-size:10.5px;font-weight:700;background:rgba(0,0,0,.06);color:#9ca3af;padding:1px 6px;border-radius:999px;font-variant-numeric:tabular-nums}.noe-cat-tab--active .noe-cat-count{background:rgba(0,0,0,.08);color:#111827}.noe-sections{padding:0 18px}.noe-section{padding-top:24px}.noe-section-title{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 4px;letter-spacing:-.01em}.noe-section-desc{font-size:13px;color:#6b7280;margin:0 0 16px}.noe-items-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:640px){.noe-items-grid{grid-template-columns:1fr 1fr}}.noe-item-card{display:flex;flex-direction:column;border:1px solid #e7e8ea;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative;overflow:hidden}.noe-item-card:hover{border-color:transparent;box-shadow:0 4px 16px rgba(16,24,40,.08);transform:translateY(-2px)}.noe-item-card:active{transform:scale(.99)}.noe-item-img{width:100%;height:200px;position:relative;background:linear-gradient(135deg,#fde7c9,#f6c79a);overflow:hidden}.noe-item-info{flex:1;padding:12px 14px 14px;display:flex;flex-direction:column;min-height:0}.noe-item-name{font-size:.9375rem;font-weight:700;color:#111827;line-height:1.3;margin:0 0 4px}.noe-item-desc,.noe-item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.noe-item-desc{font-size:.8125rem;color:#6b7280;line-height:1.35;flex:1;margin:0 0 8px}.noe-item-price{font-size:.9375rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums;margin:0}.noe-item-add{position:absolute;bottom:12px;right:12px;width:34px;height:34px;border-radius:50%;border:1px solid #e7e8ea;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111827;transition:all .15s;box-shadow:0 2px 6px rgba(0,0,0,.06)}.noe-item-add:hover{background:#111827;color:#fff;border-color:#111827}.noe-deals-grid{display:grid;gap:16px}.noe-item-card--deal{border-color:#e7e8ea;background:#fff;overflow:hidden}.noe-item-card--deal:hover{border-color:transparent}.noe-deal-img-fill{position:relative;width:100%;height:100%;min-height:260px;background:linear-gradient(135deg,#fde7c9,#f6c79a);overflow:hidden}.noe-deal-badge{top:10px;left:10px;font-size:11px;font-weight:700;font-family:inherit;background:#f59e0b;color:#fff;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;z-index:2}.noe-deal-badge,.noe-deal-overlay{position:absolute;pointer-events:none}.noe-deal-overlay{inset:0;display:flex;align-items:flex-end;z-index:1;background:none;border-radius:16px}.noe-deal-overlay-text{padding:10px 12px;margin:10px;background:hsla(0,0%,100%,.88);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:10px;pointer-events:auto;width:auto}.noe-deal-overlay-name{font-size:.9375rem;font-weight:700;color:#111827;line-height:1.3;-webkit-line-clamp:2;margin:0 0 1px}.noe-deal-overlay-desc,.noe-deal-overlay-name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.noe-deal-overlay-desc{font-size:.8125rem;color:#4b5563;line-height:1.35;-webkit-line-clamp:1;margin:0 0 2px}.noe-deal-overlay-price{font-size:.875rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums}.noe-item-card--deal .noe-item-add{background:hsla(0,0%,100%,.92);border-color:transparent;color:#f59e0b;z-index:3;backdrop-filter:blur(4px)}.noe-item-card--deal .noe-item-add:hover{background:#f59e0b;border-color:#f59e0b;color:#fff}.noe-deals-grid--count-1{grid-template-columns:1fr}.noe-deals-grid--count-1 .noe-deal-img-fill{min-height:340px}.noe-deals-grid--count-1 .noe-deal-overlay-name{font-size:1.25rem}.noe-deals-grid--count-2{grid-template-columns:1fr 1fr}.noe-deals-grid--count-2 .noe-deal-img-fill{min-height:300px}.noe-deals-grid--count-3{grid-template-columns:3fr 2fr;grid-template-rows:1fr 1fr}.noe-deals-grid--count-3 .noe-item-card--deal:first-child{grid-row:span 2}.noe-deals-grid--count-3 .noe-item-card--deal:first-child .noe-deal-img-fill{min-height:100%;height:100%}.noe-deals-grid--count-3 .noe-item-card--deal:first-child .noe-deal-overlay-name{font-size:1.125rem}.noe-deals-grid--count-3 .noe-item-card--deal:not(:first-child) .noe-deal-img-fill{min-height:220px}.noe-deals-grid--count-4{grid-template-columns:1fr 1fr}.noe-deals-grid--count-4 .noe-deal-img-fill{min-height:260px}@media (max-width:639px){.noe-deals-grid--count-2,.noe-deals-grid--count-3,.noe-deals-grid--count-4{grid-template-columns:1fr}.noe-deals-grid--count-3 .noe-item-card--deal:first-child{grid-row:auto}.noe-deals-grid--count-3 .noe-item-card--deal:first-child .noe-deal-img-fill{min-height:280px;height:auto}.noe-deal-img-fill{min-height:240px}}.noe-empty{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:14px}.noe-navbar-sticky{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05)}.noe-navbar-content{max-width:1280px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.noe-navbar-logo{font-size:1.35rem;font-weight:900;color:#111827;text-decoration:none;letter-spacing:-.03em;font-family:var(--headline-font),Inter,system-ui,sans-serif;display:inline-flex;align-items:center}.noe-logo-dot{color:var(--accent-color,#fe8028)}.noe-navbar-logo-img{height:40px;width:auto;max-width:200px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;display:block}.noe-navbar-right{display:flex;align-items:center;gap:.75rem}.noe-navbar-cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .15s}.noe-navbar-cart-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.noe-navbar-cart-badge{position:absolute;top:-2px;right:-2px;background:#ea580c;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}.noe-cover{position:relative;width:calc(100% - 2.5rem);max-width:1280px;margin:1.25rem auto 2rem;height:320px;background:#f3f4f6;overflow:visible}.noe-cover img,.noe-cover__img{-o-object-fit:cover;object-fit:cover;border-radius:12px}.noe-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px}@media (max-width:640px){.noe-cover{width:100%;margin:0 0 2rem;height:200px}.noe-cover img,.noe-cover-placeholder,.noe-cover__img{border-radius:0}}.noe-logo-wrapper{position:absolute;bottom:-40px;left:2rem;z-index:10}.noe-circle-logo{width:88px;height:88px;border-radius:50%;background:#fff;border:4px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden;display:flex;align-items:center;justify-content:center}.noe-circle-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.noe-circle-logo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f9fafb;color:#4b5563;font-weight:700;font-size:1.5rem}.noe-cover-actions{position:absolute;top:1rem;right:1.25rem;display:flex;gap:.5rem;z-index:5}.noe-cover-action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.9);backdrop-filter:blur(4px);border:none;color:#374151;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .15s}.noe-cover-action-btn:hover{background:#fff;color:#111827;transform:scale(1.05)}.noe-info-container{max-width:1280px;margin:0 auto;padding:0 1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.noe-info-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width:768px){.noe-info-grid{flex-direction:column;gap:1.25rem}}.noe-info-left{flex:1;padding-top:1.5rem}.noe-info-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-top:.25rem;margin-bottom:.5rem}.noe-info-name{font-size:2rem;font-weight:800;color:#111827;letter-spacing:-.02em;margin:0}.noe-info-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.noe-rating{display:inline-flex;align-items:center;gap:.25rem}.noe-rating-star{color:#f59e0b;font-size:1.1rem}.noe-rating-score{font-weight:700;color:#111827}.noe-rating-count{color:#6b7280}.noe-info-meta-sep{color:#d1d5db}.noe-info-address{color:#4b5563}.noe-info-right{flex-shrink:0;width:320px}@media (max-width:768px){.noe-info-right{width:100%}}.noe-toggle-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.02)}.noe-toggle-pill{display:flex;background:#f3f4f6;border-radius:999px;padding:3px;margin-bottom:.75rem}.noe-toggle-pill-btn{flex:1;text-align:center;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;color:#4b5563;background:transparent;border:none;border-radius:999px;cursor:pointer;transition:all .15s;font-family:inherit}.noe-toggle-pill-btn:hover{color:#111827}.noe-toggle-pill-btn--active{background:#fff;color:#111827;box-shadow:0 1px 3px rgba(0,0,0,.08)}.noe-toggle-details{display:flex;flex-direction:column;gap:.35rem}.noe-toggle-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.noe-toggle-detail-label{color:#6b7280}.noe-toggle-detail-value{font-weight:600;color:#111827}@media (max-width:640px){.noe-cover{height:160px;margin-bottom:2.75rem}.noe-logo-wrapper{left:50%;transform:translateX(-50%);bottom:-32px}.noe-circle-logo{width:72px;height:72px}.noe-info-left{text-align:center}.noe-info-meta{justify-content:center}.noe-info-name{font-size:1.5rem}}.noe-navbar-address-wrapper{flex:1;display:flex;justify-content:center;max-width:500px;margin:0 1.5rem}.noe-navbar-address-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;color:#1f2937;font-size:.875rem;font-weight:500;max-width:100%;transition:all .15s}.noe-navbar-address-btn:hover{background:#e5e7eb;border-color:#d1d5db}.noe-navbar-address-static{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:#4b5563;padding:.375rem .875rem}.noe-navbar-pin-icon{flex-shrink:0;color:#6b7280}.noe-navbar-address-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noe-navbar-chevron{flex-shrink:0;color:#6b7280}@media (max-width:768px){.noe-navbar-address-wrapper{display:none}}body:has(.order-flow-layout),html:has(.order-flow-layout){background-color:#fff!important;background:#fff!important;overflow-x:clip}.flow-shell{--flow-primary:#1f2022;--flow-primary-container:#2d2e32;--flow-on-primary:#fff;--flow-on-primary-container:#b3b5bb;--flow-secondary:var(--sk-primary,#f63440);--flow-secondary-container:var(--sk-primary-dark,#c8222b);--flow-on-secondary:#fff;--flow-accent:var(--flow-secondary);--flow-accent-hover:var(--flow-secondary-container);--flow-accent-light:color-mix(in srgb,var(--flow-secondary) 10%,#fff);--flow-accent-rgb:246,52,64;--flow-bg:#fff;--flow-card-bg:#fff;--flow-surface-container:#f9fafb;--flow-surface-container-low:#fcfcfd;--flow-surface-alt:#f3f4f6;--flow-text:#111827;--flow-text-secondary:#4b5563;--flow-text-muted:#9ca3af;--flow-border:#e5e7eb;--flow-border-light:rgba(0,0,0,.04);--flow-radius:1rem;--flow-radius-sm:0.75rem;--flow-radius-pill:9999px;--flow-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--flow-shadow-lg:0 10px 40px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);--flow-shadow-glow:0 4px 20px rgba(255,184,0,.25);--flow-shadow-hover:0 8px 30px rgba(0,0,0,.12);--flow-transition:0.2s cubic-bezier(0.4,0,0.2,1);--flow-transition-spring:0.4s cubic-bezier(0.34,1.56,0.64,1);display:flex;flex-direction:column;min-height:100dvh;width:100%;background:#fff;font-family:var(--sk-font-body,"Inter","Manrope",system-ui,-apple-system,sans-serif);color:var(--flow-text);position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cust-detail-card{border-radius:.75rem;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);background:#fff}.cust-detail-card__body{padding:1.5rem}.cust-detail-card__name{font-family:var(--sk-font-heading,"Noto Serif",serif);font-size:2rem;line-height:1.3;font-weight:600;color:var(--flow-primary);margin:0 0 .5rem}.cust-detail-card__desc{font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:1rem;line-height:1.6;color:var(--flow-text-secondary);margin:0}.cust-section{margin-bottom:3rem}.cust-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cust-section__title{font-size:1.5rem;line-height:1.4;font-weight:800;color:#191919;margin:0}.cust-add-btn,.cust-section__title{font-family:var(--sk-font-body,"Manrope",sans-serif)}.cust-add-btn{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--flow-secondary-container);color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 1px 3px rgba(0,0,0,.12)}.cust-add-btn:hover:not(:disabled){background:#9a4600}.cust-add-btn:disabled{opacity:.5;cursor:not-allowed}@media (min-width:1024px){.cust-add-btn{flex:0 0 auto;width:16rem;justify-content:space-between}}.flow-success__icon{width:5rem;height:5rem;border-radius:50%;background:var(--flow-accent-light);color:var(--flow-accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:flow-pop .5s cubic-bezier(.34,1.56,.64,1)}.flow-success__info-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;background:var(--flow-card-bg);border:1px solid var(--flow-border);border-radius:var(--flow-radius-sm);font-size:.875rem;font-weight:500;color:var(--flow-text)}.flow-success__info-icon{font-size:1.125rem;flex-shrink:0}.stripe-payment-wrapper{margin-top:1rem;animation:flow-fade-in .3s ease-out both}.stripe-payment-form{display:flex;flex-direction:column;gap:1rem}.stripe-pay-btn{display:flex;align-items:center;justify-content:space-between}.stripe-pay-btn:disabled{opacity:.5;cursor:not-allowed}.stripe-payment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;color:var(--flow-text-secondary);font-size:.875rem}.stripe-payment-spinner{width:2rem;height:2rem;border:3px solid var(--flow-border);border-top-color:var(--flow-accent);border-radius:50%;animation:stripe-spin .8s linear infinite}@keyframes stripe-spin{to{transform:rotate(1turn)}}.stripe-payment-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:color-mix(in srgb,#ef4444 8%,var(--flow-card-bg));border:1px solid color-mix(in srgb,#ef4444 25%,transparent);border-radius:var(--flow-radius);text-align:center}.stripe-payment-error p{margin:0;font-size:.875rem;color:#dc2626;font-weight:500}.stripe-retry-btn{padding:.5rem 1.25rem;border:1px solid var(--flow-border);border-radius:var(--flow-radius-pill);background:var(--flow-card-bg);color:var(--flow-text);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background var(--flow-transition)}.stripe-retry-btn:hover{background:var(--flow-surface-container)}@keyframes flow-slide-in{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes flow-pop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes flow-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes flow-card-enter{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes flow-cart-item-in{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes flow-success-icon{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15);opacity:1}70%{transform:scale(.95)}to{transform:scale(1);opacity:1}}@keyframes flow-success-ring{0%{box-shadow:0 0 0 0 rgba(22,163,74,.4)}70%{box-shadow:0 0 0 20px rgba(22,163,74,0)}to{box-shadow:0 0 0 0 rgba(22,163,74,0)}}.flow-success__icon{animation:flow-success-icon .6s cubic-bezier(.34,1.56,.64,1) .1s both,flow-success-ring 1.2s ease-out .5s}@keyframes flow-bar-slide-up{0%{transform:translateX(-50%) translateY(100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes upsellBounce{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes slideUpBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width:640px){@keyframes slideUpBottom{0%{transform:translateX(-50%) translateY(100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}}.flow-receipt{width:100%;background:var(--flow-card-bg,#f8f5f0);border:1px solid var(--flow-border,rgba(0,0,0,.06));border-radius:var(--flow-radius,12px);padding:1.25rem;text-align:left}.flow-receipt__header{display:flex;justify-content:space-between;align-items:flex-start}.flow-receipt__title{font-family:var(--sk-font-heading,"Noto Serif",serif);font-size:1rem;font-weight:700;color:var(--flow-text,#01261f);margin:0}.flow-receipt__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.75rem;color:var(--flow-text-secondary,#5c7972)}.flow-receipt__divider{height:1px;background:var(--flow-border,rgba(0,0,0,.08));margin:.75rem 0}.flow-receipt__type{display:flex;align-items:center;gap:.5rem;font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.875rem;color:var(--flow-text,#01261f);font-weight:600}.flow-receipt__type-icon{font-size:1.25rem}.flow-receipt__items{display:flex;flex-direction:column;gap:.625rem}.flow-receipt__item{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.flow-receipt__item-left{display:flex;gap:.5rem;flex:1;min-width:0}.flow-receipt__item-qty{font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.8125rem;font-weight:700;color:var(--flow-accent,#e8a020);flex-shrink:0;min-width:1.5rem}.flow-receipt__item-info{display:flex;flex-direction:column;gap:.125rem}.flow-receipt__item-name{font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.875rem;font-weight:600;color:var(--flow-text,#01261f);line-height:1.3}.flow-receipt__item-extras{display:flex;flex-direction:column;gap:1px;margin-top:.125rem}.flow-receipt__item-extra{display:block;font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.75rem;font-weight:600;color:var(--flow-accent,#d4500a);line-height:1.4}.flow-receipt__item-extra-price{font-weight:500;opacity:.8}.flow-receipt__item-instructions{display:block;font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.6875rem;font-style:italic;color:var(--flow-text-muted,#9ca3af);margin-top:.125rem;line-height:1.4}.flow-receipt__item-price{font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.875rem;font-weight:700;color:var(--flow-text,#01261f);flex-shrink:0}.flow-receipt__totals{display:flex;flex-direction:column;gap:.25rem}.flow-receipt__total-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.875rem;color:var(--flow-text-secondary,#5c7972)}.flow-receipt__total-row--grand{font-size:1.125rem;font-weight:700;color:var(--flow-text,#01261f);border-top:2px solid var(--flow-accent,#e8a020);margin-top:.375rem;padding-top:.5rem}.flow-receipt__notes{font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.8125rem;color:var(--flow-text-secondary,#5c7972);line-height:1.5}.flow-receipt__notes strong{color:var(--flow-text,#01261f);display:block;margin-bottom:.25rem}.flow-receipt__notes p{margin:0}.flow-receipt__payment{display:flex;align-items:center;gap:.5rem;font-family:var(--sk-font-body,"Manrope",sans-serif);font-size:.8125rem;color:var(--flow-text-secondary,#5c7972)}.flow-receipt__payment-icon{font-size:1.125rem}@media (min-width:768px){.flow-receipt{padding:1.75rem}}.flow-sidebar-backdrop{background:transparent}@media (max-width:1023px){.flow-sidebar-backdrop{background:rgba(0,0,0,.4)!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}}.flow-sidebar{display:flex;flex-direction:column;position:fixed;background:#fff;font-family:var(--sk-font-body,Manrope,sans-serif);z-index:60;visibility:hidden;opacity:0;top:52px;right:max(1rem,calc((100vw - 1280px) / 2 + 1rem));bottom:auto;left:auto;width:380px;max-height:calc(100dvh - 64px);border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 48px rgba(0,0,0,.12),0 4px 16px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04);transform:translateY(-8px) scale(.98);transform-origin:top right;transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .2s ease,visibility 0s .25s}@media (max-width:1023px){.flow-sidebar{top:auto;left:0;right:0;bottom:0;width:100%;max-height:92dvh;border-radius:20px 20px 0 0;border:none;box-shadow:0 -8px 40px rgba(0,0,0,.18);transform:translateY(100%);transform-origin:bottom center;opacity:1;transition:transform .35s cubic-bezier(.32,.72,0,1),visibility 0s .35s}}.flow-sidebar--open{transform:translateY(0) scale(1);visibility:visible;opacity:1;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .15s ease,visibility 0s 0s}@media (max-width:1023px){.flow-sidebar--open{transform:translateY(0);transition:transform .35s cubic-bezier(.32,.72,0,1),visibility 0s 0s}}.flow-sidebar__drag-handle{display:none}@media (max-width:1023px){.flow-sidebar__drag-handle{display:flex;justify-content:center;padding:10px 0 4px;flex-shrink:0}.flow-sidebar__drag-handle span{width:36px;height:4px;border-radius:99px;background:#d1d5db}}.flow-sidebar__header{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:.875rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fff;flex-shrink:0;border-radius:16px 16px 0 0}@media (max-width:1023px){.flow-sidebar__header{padding:.5rem 1rem .75rem;border-radius:0}}.flow-sidebar__title{font-size:1.0625rem;font-weight:700;color:var(--flow-text,#1a1c1c);margin:0;letter-spacing:-.01em}.flow-sidebar__items{padding:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.flow-sidebar__item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);transition:background .15s ease}.flow-sidebar__item:hover{background:rgba(0,0,0,.015)}.flow-sidebar__item:last-child{border-bottom:none}.flow-sidebar__item-img{width:48px;height:48px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:#f3f4f6}.flow-sidebar__item-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.flow-sidebar__item-name{font-size:.875rem;font-weight:600;color:var(--flow-text,#1a1c1c);line-height:1.3}.flow-sidebar__item-desc{font-size:.75rem;color:var(--flow-text-muted,#9ca3af);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.flow-sidebar__item-mods-list{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:2px}.flow-sidebar__item-mod,.flow-sidebar__item-note{font-size:.6875rem;color:var(--flow-text-muted,#9ca3af)}.flow-sidebar__item-note{font-style:italic}.flow-sidebar__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;flex-shrink:0}.flow-sidebar__item-price{font-size:.875rem;font-weight:600;color:var(--flow-text,#1a1c1c);white-space:nowrap}.flow-sidebar__item-qty{display:inline-flex;align-items:center;gap:0;border-radius:8px;overflow:hidden;border:1.5px solid var(--flow-border,#e5e7eb);background:#fafafa}.flow-sidebar__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;background:transparent;border:none;cursor:pointer;color:var(--flow-text,#1a1c1c);transition:background .15s ease}.flow-sidebar__qty-btn:hover{background:rgba(0,0,0,.06)}.flow-sidebar__qty-btn--remove{color:#dc2626}.flow-sidebar__qty-val{width:22px;text-align:center;font-size:.8125rem;font-weight:700;color:var(--flow-text,#1a1c1c);border-left:1.5px solid var(--flow-border,#e5e7eb);border-right:1.5px solid var(--flow-border,#e5e7eb);line-height:28px}.flow-sidebar__footer{padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(0,0,0,.06);background:#fff;flex-shrink:0;margin-top:auto;border-radius:0 0 16px 16px}@media (max-width:1023px){.flow-sidebar__footer{border-radius:0}}.flow-sidebar__fee-line{padding:.125rem 0;font-size:.8125rem;font-weight:400;color:var(--flow-text-secondary,#6b7280)}.flow-sidebar__fee-line,.flow-sidebar__total{display:flex;justify-content:space-between;align-items:center}.flow-sidebar__total{margin-bottom:.375rem;margin-top:.375rem;font-size:.9375rem;font-weight:700;color:var(--flow-text,#1a1c1c)}.flow-sidebar__total-price{font-size:1.0625rem;font-weight:800;color:var(--flow-secondary,#d4500a)}.flow-sidebar__checkout-btn{width:100%;height:46px;border-radius:var(--flow-radius-pill,999px);border:none;background:var(--flow-secondary,#d4500a);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .18s ease,transform .1s ease,box-shadow .18s ease;letter-spacing:-.01em;box-shadow:0 2px 8px rgba(0,0,0,.1)}.flow-sidebar__checkout-btn:hover{background:var(--flow-accent-hover,#c44a09);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.flow-sidebar__checkout-btn:active{transform:translateY(0);box-shadow:0 1px 4px rgba(0,0,0,.08)}.flow-sidebar__progress-section{margin:.5rem 0}.flow-sidebar__progress-track{width:100%;height:6px;background:#e5e7eb;border-radius:99px;overflow:hidden}.flow-sidebar__progress-fill{height:100%;background:linear-gradient(90deg,var(--flow-secondary,#d4500a),color-mix(in srgb,var(--flow-secondary,#d4500a) 80%,#fff));border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1);min-width:4px}.flow-sidebar__progress-label{display:block;text-align:center;font-size:.75rem;font-weight:600;color:var(--flow-secondary,#d4500a);margin-top:.3rem}.flow-sidebar__progress-label--met{color:#16a34a}.acct-fab{position:fixed;bottom:5rem;left:1rem;z-index:200;width:2.75rem;height:2.75rem;border-radius:50%;border:2px solid hsla(0,0%,100%,.15);background:rgba(30,30,40,.85);backdrop-filter:blur(12px);color:#e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 4px 16px rgba(0,0,0,.35)}.acct-fab:hover{transform:scale(1.1);background:rgba(50,50,65,.92);box-shadow:0 6px 24px rgba(0,0,0,.45)}.acct-fab:active{transform:scale(.96)}.acct-fab--logged-in{background:var(--color-primary,#4f46e5);border-color:hsla(0,0%,100%,.25)}.acct-fab__icon{width:1.25rem;height:1.25rem;display:flex}.acct-fab__icon svg{width:100%;height:100%}.acct-fab__initials{font-size:.8rem;font-weight:700;letter-spacing:.02em;line-height:1}@media (max-width:1023px){body:has(.flow-sidebar--open) .acct-fab{display:none!important}}.acct-overlay{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:flex-start;padding:0 0 1rem 1rem;animation:acctOverlayIn .2s ease}@keyframes acctOverlayIn{0%{opacity:0}to{opacity:1}}.acct-modal{background:var(--color-surface,#1a1a2a);border:1px solid hsla(0,0%,100%,.1);border-radius:1.25rem;width:100%;max-width:32rem;max-height:calc(100dvh - 5rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.6);animation:acctModalIn .22s cubic-bezier(.34,1.56,.64,1)}@keyframes acctModalIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.acct-modal__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.07);flex-shrink:0}.acct-close{margin-left:auto;flex-shrink:0}.acct-tabs{display:flex;gap:.25rem;background:hsla(0,0%,100%,.06);padding:.2rem;border-radius:.65rem;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.acct-tabs::-webkit-scrollbar{display:none}.acct-tab{flex:0 0 auto;padding:.4rem .5rem;border-radius:.45rem;border:none;background:transparent;color:hsla(0,0%,100%,.5);font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;justify-content:center;gap:.3rem;white-space:nowrap}.acct-tab:hover{color:hsla(0,0%,100%,.85)}.acct-tab--active{background:hsla(0,0%,100%,.12);color:#fff}.acct-modal__body{overflow-y:auto;flex:1;padding:1.25rem 1.25rem 1.5rem;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.12) transparent}.acct-form{display:flex;flex-direction:column;gap:.85rem}.acct-form--compact{gap:.65rem}.acct-form__hero{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem;text-align:center}.acct-form__title{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.acct-form__subtitle{font-size:.8rem;color:hsla(0,0%,100%,.5);margin:0;max-width:22rem}.acct-field{display:flex;flex-direction:column;gap:.3rem}.acct-field--sm{flex:0 0 8rem}.acct-field--grow{flex:1}.acct-field-row{display:flex;gap:.65rem}.acct-label{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.05em}.acct-optional{font-weight:400;text-transform:none;opacity:.6}.acct-input{padding:.6rem .85rem;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:.6rem;color:#fff;font-size:.9rem;outline:none;transition:border-color .15s,background .15s;width:100%;box-sizing:border-box}.acct-input:focus{border-color:var(--color-primary,#4f46e5);background:rgba(79,70,229,.08)}.acct-input::-moz-placeholder{color:hsla(0,0%,100%,.3)}.acct-input::placeholder{color:hsla(0,0%,100%,.3)}.acct-input--pw{padding-right:2.8rem}.acct-pw-wrap{position:relative}.acct-pw-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:hsla(0,0%,100%,.4);padding:.2rem;display:flex;transition:color .15s}.acct-pw-toggle:hover{color:hsla(0,0%,100%,.8)}.acct-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:hsla(0,0%,100%,.65);cursor:pointer}.acct-checkbox input{accent-color:var(--color-primary,#4f46e5)}.acct-btn{padding:.65rem 1.25rem;border-radius:.65rem;border:none;font-size:.88rem;font-weight:600;cursor:pointer;transition:opacity .15s,transform .12s;text-align:center}.acct-btn:active{transform:scale(.97)}.acct-btn:disabled{opacity:.5;cursor:not-allowed}.acct-btn--primary{background:var(--color-primary,#4f46e5);color:#fff}.acct-btn--primary:hover:not(:disabled){opacity:.9}.acct-btn--ghost{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.75);border:1px solid hsla(0,0%,100%,.12)}.acct-btn--ghost:hover:not(:disabled){background:hsla(0,0%,100%,.13)}.acct-btn--danger{color:#f87171}.acct-btn-row{display:flex;gap:.65rem}.acct-btn-row .acct-btn{flex:1}.acct-icon-btn{width:2rem;height:2rem;border-radius:.5rem;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.6);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.acct-icon-btn:hover{background:hsla(0,0%,100%,.12);color:#fff}.acct-icon-btn--danger:hover{background:hsla(0,91%,71%,.15);color:#f87171;border-color:hsla(0,91%,71%,.3)}.acct-icon-btn--primary{background:var(--color-primary,#4f46e5);color:#fff;border-color:transparent}.acct-icon-btn--primary:hover{opacity:.85}.acct-link{background:none;border:none;color:var(--color-primary,#818cf8);cursor:pointer;font-size:inherit;padding:0;font-weight:600;text-decoration:underline}.acct-link:hover{opacity:.8}.acct-icon{display:flex;align-items:center;justify-content:center}.acct-icon--xs{width:.85rem;height:.85rem}.acct-icon--sm{width:1rem;height:1rem}.acct-icon--lg{width:2rem;height:2rem}.acct-icon svg{width:100%;height:100%}.acct-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6)}.acct-avatar--lg{width:3.5rem;height:3.5rem}.acct-avatar--lg .acct-icon{width:1.5rem;height:1.5rem}.acct-avatar--initials{background:var(--color-primary,#4f46e5);color:#fff;font-weight:700;font-size:1rem}.acct-avatar-row{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.acct-avatar-name{font-weight:700;color:#fff;font-size:.95rem}.acct-avatar-email{font-size:.78rem;color:hsla(0,0%,100%,.45);margin-top:.1rem}.acct-panel{display:flex;flex-direction:column;gap:.85rem}.acct-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.acct-panel__title{font-size:.95rem;font-weight:700;color:#fff;margin:0}.acct-error{background:hsla(0,91%,71%,.15);border:1px solid hsla(0,91%,71%,.3);color:#fca5a5;border-radius:.55rem}.acct-error,.acct-success{padding:.6rem .85rem;font-size:.82rem}.acct-success{background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.3);color:#6ee7b7;border-radius:.55rem}.acct-switch{text-align:center;font-size:.8rem;color:hsla(0,0%,100%,.45);margin:0}.acct-divider{height:1px;background:hsla(0,0%,100%,.08);margin:.25rem 0}.acct-address-list{display:flex;flex-direction:column;gap:.6rem}.acct-address-card{display:flex;align-items:flex-start;gap:.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;padding:.75rem .85rem;transition:border-color .15s}.acct-address-card--default{border-color:var(--color-primary,#4f46e5);background:rgba(79,70,229,.08)}.acct-address-card__body{flex:1;min-width:0}.acct-address-card__label{font-size:.8rem;font-weight:700;color:hsla(0,0%,100%,.75);margin-bottom:.25rem;display:flex;align-items:center;gap:.4rem}.acct-address-card__line{font-size:.82rem;color:hsla(0,0%,100%,.5)}.acct-address-card__actions{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.acct-badge{font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:.3rem;background:var(--color-primary,#4f46e5);color:#fff;text-transform:uppercase;letter-spacing:.04em}.acct-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;color:hsla(0,0%,100%,.35);font-size:.85rem;text-align:center}.acct-empty p{margin:0}@media (max-width:480px){.acct-overlay{align-items:flex-end;justify-content:stretch;padding:0}.acct-modal{max-width:100%;border-radius:1.25rem 1.25rem 0 0;max-height:92dvh}}.acct-hint{display:block;font-size:.75rem;color:hsla(0,0%,100%,.45);margin-top:.35rem;line-height:1.4}.acct-delivery-section{border-top:1px solid hsla(0,0%,100%,.08);padding-top:1rem;margin-top:.25rem}.acct-address-card__line--bell{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:hsla(0,0%,100%,.7);font-weight:500}.acct-address-bell-icon{font-size:.75rem;opacity:.8}.acct-address-card__note{font-size:.78rem;color:hsla(0,0%,100%,.45);font-style:italic}.co-page{padding:0 1rem 6rem;max-width:1080px;margin:0 auto;width:100%}.co-topbar{gap:.75rem;padding:1rem 0 1.5rem}.co-topbar,.co-topbar__back{display:flex;align-items:center}.co-topbar__back{justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid var(--flow-border,#e5e7eb);background:var(--flow-card-bg,#fff);color:var(--flow-text,#191919);cursor:pointer;flex-shrink:0;transition:background .15s,box-shadow .15s}.co-topbar__back:hover{background:var(--flow-surface-container,#f9f9fa);box-shadow:var(--flow-shadow,0 1px 3px rgba(0,0,0,.06))}.co-topbar__title{font-size:1.375rem;font-weight:700;color:var(--flow-text,#191919);margin:0;letter-spacing:-.01em}.co-layout,.co-left{display:flex;flex-direction:column;gap:1.25rem}.co-card{background:var(--flow-card-bg,#fff);border:1px solid var(--flow-border,#e5e7eb);border-radius:1rem;padding:1.25rem;box-shadow:var(--flow-shadow,0 1px 3px rgba(0,0,0,.06))}.co-card__title{font-size:1.0625rem;font-weight:700;color:var(--flow-text,#191919);margin:0 0 1rem;letter-spacing:-.01em}.co-detail-row{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 0;border:none;background:none;width:100%;text-align:left;font-family:inherit;color:inherit}.co-detail-row+.co-detail-row{border-top:1px solid color-mix(in srgb,var(--flow-border,#e5e7eb) 60%,transparent)}.co-detail-row--clickable{cursor:pointer;border-radius:.5rem;margin:0 -.5rem;padding:.75rem .5rem;transition:background .15s}.co-detail-row--clickable:hover{background:var(--flow-surface-container,#f9f9fa)}.co-detail-row__icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:var(--flow-accent-light,#fff0e8);color:var(--flow-accent,#ff6b2c);font-size:1rem;margin-top:.125rem}.co-detail-row__icon svg{width:18px;height:18px}.co-detail-row__content{flex:1;min-width:0}.co-detail-row__primary{display:block;font-weight:600;font-size:.9375rem;color:var(--flow-text,#191919);line-height:1.35}.co-detail-row__primary--placeholder{color:var(--flow-text-secondary,#6b7280);font-weight:500}.co-detail-row__secondary{display:block;font-size:.8125rem;color:var(--flow-text-secondary,#6b7280);margin-top:.125rem;line-height:1.35}.co-detail-row__hint{display:block;font-size:.75rem;color:var(--flow-text-muted,#9ca3af);margin-top:.25rem;line-height:1.4}.co-detail-row__chevron{flex-shrink:0;color:var(--flow-text-secondary,#6b7280);margin-top:.25rem}.co-inline-input{display:block;width:100%;border:1px solid var(--flow-border,#e5e7eb);border-radius:.625rem;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;color:var(--flow-text,#191919);background:var(--flow-card-bg,#fff);outline:none;transition:border-color .15s,box-shadow .15s}.co-inline-input::-moz-placeholder{color:var(--flow-text-muted,#9ca3af)}.co-inline-input::placeholder{color:var(--flow-text-muted,#9ca3af)}.co-inline-input:focus{border-color:var(--flow-accent,#ff6b2c);box-shadow:0 0 0 3px rgba(255,107,44,.1)}.co-inline-input+.co-inline-input{margin-top:.5rem}.co-textarea{display:block;width:100%;border:1px solid var(--flow-border,#e5e7eb);border-radius:.625rem;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;color:var(--flow-text,#191919);background:var(--flow-card-bg,#fff);outline:none;resize:vertical;min-height:3.5rem;transition:border-color .15s,box-shadow .15s}.co-textarea::-moz-placeholder{color:var(--flow-text-muted,#9ca3af)}.co-textarea::placeholder{color:var(--flow-text-muted,#9ca3af)}.co-textarea:focus{border-color:var(--flow-accent,#ff6b2c);box-shadow:0 0 0 3px rgba(255,107,44,.1)}.co-payment-opt__desc{display:block;font-size:.8125rem;color:var(--flow-text-secondary,#6b7280);margin-top:.0625rem}.co-summary-card{background:var(--flow-card-bg,#fff);border:1px solid var(--flow-border,#e5e7eb);border-radius:1rem;padding:1.25rem;box-shadow:var(--flow-shadow,0 1px 3px rgba(0,0,0,.06))}.co-summary-restaurant{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--flow-border,#e5e7eb);margin-bottom:.75rem}.co-summary-restaurant__name{font-weight:600;font-size:.9375rem;color:var(--flow-text,#191919)}.co-summary-restaurant__type{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--flow-accent,#ff6b2c);background:var(--flow-accent-light,#fff0e8);padding:.25rem .625rem;border-radius:9999px}.co-summary-restaurant__type svg{width:14px;height:14px}.co-summary-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:.5rem 0;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:800;color:var(--flow-text,#191919);transition:color .15s}.co-summary-toggle:hover{color:var(--flow-accent-hover,#d4500a)}.co-summary-toggle svg{color:inherit}.co-summary-items{padding:.25rem 0 .5rem}.co-summary-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.375rem 0}.co-summary-item+.co-summary-item{border-top:1px dashed color-mix(in srgb,var(--flow-border,#e5e7eb) 60%,transparent)}.co-summary-item__left{display:flex;gap:.375rem;min-width:0;flex:1}.co-summary-item__qty{font-weight:700;color:var(--flow-accent,#ff6b2c);flex-shrink:0;font-size:.875rem}.co-summary-item__name{display:block;font-weight:500}.co-summary-item__name,.co-summary-item__price{font-size:.875rem;color:var(--flow-text,#191919)}.co-summary-item__price{font-weight:600;flex-shrink:0;margin-left:.75rem}.co-summary-divider{height:1px;background:var(--flow-border,#e5e7eb);margin:.625rem 0}.co-summary-totals{display:flex;flex-direction:column;gap:.375rem}.co-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--flow-text-secondary,#6b7280)}.co-summary-row--total{font-size:1.0625rem;font-weight:800;color:var(--flow-text,#191919);padding-top:.5rem;border-top:2px solid var(--flow-text,#191919);margin-top:.375rem}.co-summary-warning{display:flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.5rem .75rem;background:rgba(211,47,47,.06);border:1px solid rgba(211,47,47,.18);border-radius:.5rem;font-size:.8125rem;color:#7a1212;line-height:1.45}.co-summary-warning strong{color:var(--flow-error,#d32f2f)}.co-summary-hint{margin-top:.5rem;padding:.4rem .75rem;background:color-mix(in srgb,#16a34a 8%,transparent);border:1px solid color-mix(in srgb,#16a34a 20%,transparent);border-radius:.5rem;font-size:.8125rem;color:#15803d;line-height:1.45}.co-cta-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.9375rem 1.5rem;margin-top:1rem;border:none;border-radius:9999px;background:var(--flow-accent,#ff6b2c);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 16px rgba(255,107,44,.3)}.co-cta-btn:hover:not(:disabled){background:var(--flow-accent-hover,#d4500a);box-shadow:0 6px 24px rgba(255,107,44,.4);transform:translateY(-1px)}.co-cta-btn:active:not(:disabled){transform:translateY(0)}.co-cta-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.co-cta-btn__price{font-weight:800;font-size:1.0625rem}.co-cta-error{margin:.5rem 0 0;font-size:.8125rem;color:var(--flow-error,#d32f2f);text-align:center}.co-cta-legal{margin:.625rem 0 0;font-size:.6875rem;color:var(--flow-text-muted,#9ca3af);text-align:center;line-height:1.5}.co-cta-legal a{color:var(--flow-text-secondary,#6b7280);text-decoration:underline;text-underline-offset:2px}.co-mobile-sticky{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.75rem 1rem max(.75rem,env(safe-area-inset-bottom));background:var(--flow-card-bg,#fff);border-top:1px solid var(--flow-border,#e5e7eb);box-shadow:0 -4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:.5rem}.co-mobile-sticky .co-cta-btn{margin-top:0}@media (min-width:768px){.co-page{padding:0 2rem 4rem}.co-layout{flex-direction:row;align-items:flex-start;gap:1.5rem}.co-left{flex:1;min-width:0}.co-right{flex:0 0 360px;position:sticky;top:5rem}.co-mobile-sticky{display:none!important}.co-hide-on-mobile{display:flex!important}}@media (max-width:767px){.co-hide-on-mobile{display:none!important}}@media (min-width:1024px){.co-page{padding:0 3rem 4rem}.co-checkout-page .co-layout{flex-direction:row;align-items:flex-start;justify-content:center;gap:1.5rem;max-width:1100px;margin:0 auto;width:100%}.co-checkout-page .co-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.co-checkout-page .co-right{flex:0 0 360px;position:sticky;top:1.5rem}}.co-order-toggle{display:flex;gap:0;background:var(--flow-surface-container,#f1f3f5);border-radius:.75rem;padding:.25rem}.co-order-toggle__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:.625rem;background:transparent;color:var(--flow-text-secondary,#5c7972);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.co-order-toggle__btn--active{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1)}.co-order-toggle__btn--active,.co-order-toggle__btn:hover:not(.co-order-toggle__btn--active){color:var(--flow-text,#191919)}.co-tip-subtitle{font-size:.8125rem;color:var(--flow-text-secondary,#5c7972);margin:.25rem 0 0}.co-consent-card{padding:.875rem 1.25rem!important}.co-consent-label{display:flex;align-items:flex-start;gap:.75rem;font-size:.8125rem;color:var(--flow-text,#191919);cursor:pointer;line-height:1.5}.co-consent-checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--flow-accent,#ff6b2c);flex-shrink:0;cursor:pointer}.co-address-modal{max-width:480px;padding:0}.co-address-modal__body{padding:1rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;max-height:65vh;overflow-y:auto}.co-address-error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;color:#b91c1c;font-size:.8125rem;line-height:1.4}.co-address-list{gap:.5rem}.co-address-list__title{font-size:.8125rem;font-weight:600;color:var(--flow-text-secondary,#5c7972);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.04em}.co-address-card{align-items:center;gap:.75rem;padding:.875rem 1rem;border:1.5px solid var(--flow-border,#e5e7eb);border-radius:.75rem;transition:border-color .15s,box-shadow .15s}.co-address-card:hover:not(.co-address-card--disabled){border-color:var(--flow-accent,#ff6b2c);box-shadow:0 0 0 2px rgba(255,107,44,.15)}.co-address-card--disabled{cursor:not-allowed}.co-address-card--selected{background:rgba(255,107,44,.04)}.co-address-card__icon{font-size:1.25rem;flex-shrink:0}.co-address-card__info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.co-address-card__label{font-size:.8125rem;font-weight:700;color:var(--flow-text,#191919)}.co-address-card__street{font-size:.8125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-address-card__city{font-size:.75rem;color:var(--flow-text-secondary,#5c7972)}.co-address-card__status{flex-shrink:0;display:flex;align-items:center}.co-address-card__fee{font-size:.75rem;font-weight:600;color:var(--flow-success,#059669)}.co-address-card__badge--out{font-size:.6875rem;font-weight:600;color:#b91c1c;background:#fef2f2;padding:.125rem .5rem;border-radius:1rem}.co-address-guest{display:flex;flex-direction:column;gap:.5rem}.co-modal-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:1rem;animation:co-fade-in .2s ease-out}.co-modal-dialog{border-radius:1.25rem;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:co-slide-up .25s ease-out}.co-modal-dialog,.co-modal-header{background:var(--flow-card-bg,#fff)}.co-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem .75rem;position:sticky;top:0;border-radius:1.25rem 1.25rem 0 0;z-index:1}.co-modal-header__title{font-size:1.125rem;font-weight:700;color:var(--flow-text,#191919);margin:0;letter-spacing:-.01em}.co-modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--flow-border,#e5e7eb);background:var(--flow-card-bg,#fff);color:var(--flow-text-secondary,#6b7280);cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.co-modal-close:hover{background:var(--flow-surface-container,#f9f9fa);color:var(--flow-text,#191919)}.co-modal-body{padding:.75rem 1.25rem 1.25rem}@keyframes co-fade-in{0%{opacity:0}to{opacity:1}}@keyframes co-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.co-address-card{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border:2px solid var(--flow-border,#e5e7eb);border-radius:.875rem;background:var(--flow-card-bg,#fff);cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;text-align:left;width:100%;font-family:inherit;color:inherit}.co-address-card:hover{border-color:color-mix(in srgb,var(--flow-accent,#ff6b2c) 50%,transparent);background:var(--flow-surface-container,#f9f9fa)}.co-address-card--selected{border-color:var(--flow-accent,#ff6b2c);background:var(--flow-accent-light,#fff0e8);box-shadow:0 0 0 1px var(--flow-accent,#ff6b2c)}.co-address-card--disabled{opacity:.5;pointer-events:none}.co-address-card__radio{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--flow-border,#d1d5db);margin-top:.125rem;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.co-address-card--selected .co-address-card__radio{border-color:var(--flow-accent,#ff6b2c);background:var(--flow-accent,#ff6b2c)}.co-address-card__radio-dot{width:.5rem;height:.5rem;border-radius:50%;background:#fff;opacity:0;transition:opacity .15s}.co-address-card--selected .co-address-card__radio-dot{opacity:1}.co-address-card__content{flex:1;min-width:0}.co-address-card__label{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.co-address-card__label-text{font-weight:700;font-size:.9375rem;color:var(--flow-text,#191919)}.co-address-card__default-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .4rem;border-radius:9999px;background:var(--flow-accent,#ff6b2c);color:#fff}.co-address-card__street{display:block;font-size:.875rem;color:var(--flow-text,#191919);font-weight:500}.co-address-card__city{display:block;font-size:.8125rem;color:var(--flow-text-secondary,#6b7280);margin-top:.125rem}.co-address-card__zone{margin-top:.5rem;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.co-address-card__zone-chip{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:.1875rem .5rem;border-radius:9999px}.co-address-card__zone-chip--fail{background:rgba(211,47,47,.08);color:#d32f2f}.co-form-group{margin-bottom:1rem}.co-form-group:last-child{margin-bottom:0}.co-form-label{font-size:.8125rem;font-weight:600;margin-bottom:.375rem}.co-form-input,.co-form-label{display:block;color:var(--flow-text,#191919)}.co-form-input{width:100%;border:1px solid var(--flow-border,#e5e7eb);border-radius:.625rem;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;background:var(--flow-card-bg,#fff);outline:none;transition:border-color .15s,box-shadow .15s}.co-form-input::-moz-placeholder{color:var(--flow-text-muted,#9ca3af)}.co-form-input::placeholder{color:var(--flow-text-muted,#9ca3af)}.co-form-input:focus{border-color:var(--flow-accent,#ff6b2c);box-shadow:0 0 0 3px rgba(255,107,44,.1)}.co-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.co-address-list{display:flex;flex-direction:column;gap:.75rem}.co-add-address-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;border:2px dashed var(--flow-border,#d1d5db);border-radius:.875rem;background:transparent;color:var(--flow-accent,#ff6b2c);font-size:.9375rem;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s;width:100%}.co-add-address-btn:hover{border-color:var(--flow-accent,#ff6b2c);background:var(--flow-accent-light,#fff0e8)}.co-delivery-chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.co-delivery-chip{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:.1875rem .5rem;border-radius:9999px;background:var(--flow-accent-light,#fff0e8);color:var(--flow-accent,#ff6b2c)}.co-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,107,44,.2);border-top:2px solid var(--flow-accent,#ff6b2c);border-radius:50%;animation:co-spin .6s linear infinite}.co-spinner--white{border-color:#fff hsla(0,0%,100%,.3) hsla(0,0%,100%,.3)}@keyframes co-spin{to{transform:rotate(1turn)}}.flow-sidebar__items{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.flow-sidebar__items:has(~.flow-sidebar__upsell){flex:0 1 auto;max-height:45%}.flow-sidebar__upsell{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c8ddd8 transparent;background:#f3f4f6;padding:1rem;margin:1rem;border-radius:1rem;border:none}.flow-sidebar__upsell-heading{font-size:1.0625rem;font-weight:800;color:#111827;margin:0 0 .75rem;letter-spacing:-.01em}.flow-sidebar__upsell-section{margin-bottom:1rem}.flow-sidebar__upsell-section:last-child{margin-bottom:0}.flow-sidebar__upsell-label{font-size:.6875rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.flow-sidebar__upsell-list{display:grid;grid-template-rows:auto auto;grid-auto-flow:column;grid-auto-columns:240px;gap:.75rem;overflow-x:auto;padding-bottom:.75rem;scrollbar-width:none}.flow-sidebar__upsell-list::-webkit-scrollbar{display:none}.flow-sidebar__upsell-card{display:flex;flex-direction:column;padding:.75rem;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:.75rem;transition:box-shadow .18s,transform .12s;position:relative;min-height:100px}.flow-sidebar__upsell-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05);transform:translateY(-2px)}.flow-sidebar__upsell-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.flow-sidebar__upsell-card-name{font-size:.8125rem;font-weight:700;color:#1a2e28;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.flow-sidebar__upsell-card-desc{display:none}.flow-sidebar__upsell-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.flow-sidebar__upsell-card-price{font-size:.8125rem;font-weight:700;color:#1a2e28}.flow-sidebar__upsell-add{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid var(--flow-secondary,#d4500a);background:#fff;color:var(--flow-secondary,#d4500a);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.flow-sidebar__upsell-add:hover{background:var(--flow-secondary,#d4500a);color:#fff;transform:scale(1.05)}.noe-beta-badge{background-color:var(--primary-color,#01261e);color:#fff;font-size:.6rem;font-weight:800;padding:2px 6px;border-radius:4px;letter-spacing:.5px;margin-left:4px;align-self:flex-start;margin-top:2px}