@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{color-scheme:light;--bg: #f5F5F5;--surface: rgba(255, 255, 255, .92);--surface-strong: #fffdfa;--border: rgba(0, 59, 97, .14);--text: hsl(204 35% 7%);--muted: rgba(12, 20, 24, .72);--primary: #003b61;--primary-hover: #052c47;--primary-soft: #bfced8;--primary-contrast: #f9f8f4;--color-white: #fff;--secondary: rgba(191, 206, 216, .58);--secondary-hover: rgba(191, 206, 216, .82);--danger: #a02a2a;--danger-bg: #fff1eb;--input-bg: rgba(255, 255, 255, .97);--focus: #003b61;--shadow-soft: 0 20px 50px rgba(0, 59, 97, .12);--shadow-card: 0 18px 36px rgba(0, 59, 97, .1);--radius: 28px;--radius-md: 22px;--radius-sm: 16px;--container: 1180px;--site-header-height: 56px;font-family:Omnes,Segoe UI,sans-serif}.field input:focus-visible,.button:focus-visible,.nav-link:focus-visible{outline:2px solid transparent;box-shadow:0 0 0 4px color-mix(in srgb,var(--focus) 18%,transparent);border-color:var(--focus)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@font-face{font-family:Omnes;src:url(/fonts/Omnes%20Light.woff) format("woff");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Omnes;src:url(/fonts/Omnes%20Regular.woff) format("woff");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Omnes;src:url(/fonts/Omnes%20Medium.woff) format("woff");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Omnes;src:url(/fonts/Omnes%20SemiBold.woff) format("woff");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Omnes;src:url(/fonts/Omnes%20Bold.woff) format("woff");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Omnes;src:url(/fonts/Omnes%20Black.woff) format("woff");font-style:normal;font-weight:800;font-display:swap}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{margin:0;color:var(--text);background:var(--bg);font-family:Omnes,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}img{display:block;max-width:100%}@keyframes spin{to{transform:rotate(360deg)}}@keyframes nav-page-forward-enter{0%{opacity:.98;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes nav-page-back-enter{0%{opacity:.98;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes toast-in{0%{opacity:0;transform:translateY(-14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-bar-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-sheet-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes status-pop-in{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@keyframes status-draw-in{0%{stroke-dashoffset:60}to{stroke-dashoffset:0}}@keyframes status-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}}.page{min-height:100vh;padding:1.25rem}@media (max-width: 700px){.page{padding:.85rem}}.page-center{display:grid;place-items:center}.portal-shell,.dashboard-shell{width:min(100%,var(--container));margin:0 auto}#account-menu-page,#account-page{padding:0}.container{padding:.8rem}.header-actions{display:flex;justify-content:flex-end}.page-dashboard{padding-block:1rem 2rem}.page-nav-slide{overflow:hidden}.page-nav-forward .dashboard-main-menu,.page-nav-forward .dashboard-main-addresses,.page-nav-forward .dashboard-main-add-address,.page-nav-forward .dashboard-main-notifications{animation:nav-page-forward-enter .32s cubic-bezier(.32,.72,0,1)}.page-nav-back .dashboard-main-home,.page-nav-back .dashboard-main-menu{animation:nav-page-back-enter .26s cubic-bezier(.32,.72,0,1)}.site-header{display:flex;justify-content:center}.site-header-dashboard{position:fixed;top:0;left:0;right:0;z-index:20;width:min(100%,var(--container));margin-inline:auto;align-items:center;justify-content:center;min-height:var(--site-header-height);padding-inline:1.25rem;padding-top:env(safe-area-inset-top,0px);border-bottom:1px solid transparent;background:transparent;box-shadow:0 8px 24px #003b6100;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,backdrop-filter .2s ease}@media (max-width: 700px){.site-header-dashboard{padding-inline:.85rem}}.site-header-dashboard .site-logo-link{margin:0 auto}.site-header-scrolled{border-bottom-color:#fff6;background:#f5f0e899;box-shadow:0 8px 24px #003b611a;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.site-header-scrolled{background:#f5f0e8}}.dashboard-main:has(>.site-header-dashboard){padding-top:calc(var(--site-header-height) + env(safe-area-inset-top,0px))}.site-logo-link{display:inline-flex;align-items:center}.site-logo{width:100%;max-width:120px}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-tone-default{background:var(--surface)}.card-tone-soft{background:color-mix(in srgb,var(--surface-strong) 88%,var(--primary-soft))}.card-padding-md{padding:1rem}.card-padding-lg{padding:clamp(1.2rem,3vw,1.5rem)}.form-card{padding:clamp(1.35rem,3vw,2rem)}.loading-card{display:grid;justify-items:center;gap:.6rem;padding:1.5rem;width:min(100%,380px);text-align:center;background:none;box-shadow:none}.loading-card p{margin:0;color:var(--muted)}.loading-gif{width:88px;height:88px}.loading-title{margin:.4rem 0 0;font-size:1.25rem;font-weight:800;color:var(--primary)}.status-card{display:grid;justify-items:center;padding:clamp(1.5rem,4vw,2rem);width:min(100%,380px);text-align:center;background:none;box-shadow:none}.status-icon{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:999px;animation:status-pop-in .4s cubic-bezier(.2,.9,.3,1.2) both}.status-icon svg{stroke-dasharray:60;animation:status-draw-in .5s .25s ease both}.status-icon-success{background:#eaf6ef;color:#1e9e5e}.status-icon-error{background:#fdeceb;color:#d64430}.status-icon-info{background:#eaf1fa;color:#2a6fc9}.status-title{margin:28px 0 0;font-size:1.35rem;font-weight:800;color:var(--primary);animation:status-fade-up .4s .2s ease both}.status-message{margin:12px 0 0;font-size:.95rem;color:var(--muted);line-height:1.55;animation:status-fade-up .4s .3s ease both}.status-actions{display:grid;gap:12px;width:100%;margin-top:36px;animation:status-fade-up .4s .4s ease both}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:var(--radius-sm);padding:.65rem 1.15rem;cursor:pointer;font-weight:400;letter-spacing:.11rem;font-family:Omnes,Segoe UI,sans-serif;transition:transform .12s ease,background-color .12s ease,opacity .12s ease,box-shadow .12s ease}.button:disabled{opacity:.65;cursor:wait}.button-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);padding:.4rem;border-radius:999px;background:transparent;color:var(--primary);box-shadow:none}.button-icon:hover:not(:disabled){transform:translateY(-50%);background:transparent}.button-icon-right{left:auto;right:0}.menu-icon{width:28px;height:28px;fill:currentColor}.button-primary{background:var(--primary);color:var(--primary-contrast);box-shadow:0 14px 28px #003b612e}.button-primary:hover:not(:disabled){background:var(--primary-hover)}.button-soft{background:var(--primary-soft);color:var(--primary)}.button-soft:hover:not(:disabled){background:color-mix(in srgb,var(--primary-soft) 86%,white)}.button-secondary{background:var(--secondary);color:var(--text)}.button-secondary:hover:not(:disabled){background:var(--secondary-hover)}.form-stack .button{width:100%}.button-md{min-height:2rem}.button-lg{min-height:2rem;padding-inline:1.4rem;font-size:1rem;font-weight:400;letter-spacing:.11rem}.button-full{width:100%}.section-title{margin:0;font-size:1.4rem;color:var(--primary);font-weight:700}.section-copy{margin:.4rem 0 1rem;color:var(--muted);line-height:1.6}.form-stack{display:grid;gap:1rem}.field{display:grid;gap:.45rem}.field label{font-weight:700;color:var(--primary)}.field input{width:100%;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input-bg);color:var(--text);padding:.9rem 1rem;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.field input::placeholder{color:color-mix(in srgb,var(--muted) 75%,transparent)}.field-error{margin:0;color:var(--danger);font-size:.92rem}.field-optional{color:var(--muted);font-weight:500}.field-row{display:flex;flex-wrap:wrap;gap:.9rem}.field-row>.field{flex:1 1 160px;min-width:0}.phone-input{display:flex;align-items:stretch;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input-bg);overflow:hidden}.phone-input input{flex:1;min-width:0;border:0;background:transparent;padding:.9rem 1rem;color:var(--text);outline:none}.phone-input-prefix{display:flex;align-items:center;gap:.4rem;padding:0 .85rem;border-right:1px solid var(--border);background:color-mix(in srgb,var(--secondary) 45%,white);flex-shrink:0}.phone-flag{font-size:1.05rem;line-height:1}.phone-code{font-weight:700;font-size:.9rem;color:var(--text)}.phone-chevron{width:12px;height:12px;color:var(--muted)}.select-wrapper{position:relative}.select-wrapper select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input-bg);color:var(--text);padding:.9rem 2.4rem .9rem 1rem;font:inherit;cursor:pointer}.select-chevron{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;width:14px;height:14px;color:var(--muted)}.option-pill-group{display:grid;gap:.75rem}.option-pill{display:flex;align-items:center;gap:.85rem;width:100%;border:1.5px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface-strong) 88%,var(--bg));padding:1rem 1.1rem;text-align:left;cursor:pointer;font:inherit;transition:border-color .12s ease,background-color .12s ease}.option-pill:hover{border-color:color-mix(in srgb,var(--primary) 40%,var(--border))}.option-pill-active{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 30%,white)}.option-pill-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-pill-active .option-pill-radio{border-color:var(--primary)}.option-pill-radio-dot{width:11px;height:11px;border-radius:50%;background:transparent}.option-pill-active .option-pill-radio-dot{background:var(--primary)}.option-pill-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0}.option-pill-label{flex:1;font-weight:600;font-size:.92rem;color:var(--text)}.option-pill-trailing{width:18px;height:18px;color:var(--muted);flex-shrink:0}.alert{margin:0 0 .75rem;border-radius:var(--radius-md);padding:.75rem .85rem;line-height:1.35}.alert-error{background:var(--danger-bg);color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 28%,transparent)}.alert-success{background:color-mix(in srgb,#a8d8b8 35%,white);color:#1b5e35;border:1px solid color-mix(in srgb,#1b5e35 28%,transparent)}.menu-toggle{display:inline-flex}#dashboard-menu-toggle:hover:not(:disabled){background:transparent}#dashboard-menu-toggle:focus-visible{box-shadow:none}.nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;border:0;background:transparent;text-align:left;color:var(--text);font-weight:400;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background-color .12s ease}.nav-link:hover:not(:disabled){transform:translate(3px);border-color:color-mix(in srgb,var(--primary) 22%,white);background:#bfced83d}.menu-link-copy{flex:1}.menu-link-icon{width:1.1rem;height:1.1rem;color:var(--primary);flex-shrink:0}.next-order-card{display:grid;gap:1.1rem}.next-order-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.next-order-label{margin:0;font-size:.8rem;font-weight:800;letter-spacing:.03em;color:var(--muted);text-transform:uppercase}.next-order-days-pill{flex-shrink:0;background:color-mix(in srgb,#a8d8b8 55%,white);color:#1b5e35;font-size:.75rem;font-weight:800;padding:.3rem .7rem;border-radius:999px;white-space:nowrap}.next-order-summary{display:flex;align-items:center;gap:.9rem}.next-order-date-badge{width:56px;height:56px;border-radius:15px;background:color-mix(in srgb,var(--primary-soft) 45%,white);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.next-order-date-badge-month{font-size:.68rem;font-weight:700;color:var(--primary);text-transform:uppercase}.next-order-date-badge-day{font-size:1.35rem;font-weight:800;color:var(--primary)}.next-order-copy{display:grid;gap:.1rem;min-width:0}.next-order-date,.next-order-hint{margin:0}.next-order-date{font-weight:800;font-size:1.05rem;color:var(--primary)}.next-order-hint{font-size:.8rem;color:var(--muted)}.next-order-actions{display:grid;gap:.75rem}.next-order-primary-action{min-height:3.25rem}.next-order-actions-inline{display:flex;gap:.75rem}@media (max-width: 320px){.next-order-actions-inline{flex-direction:column}}.next-order-action{flex:1;min-height:3.25rem;border:1.5px solid var(--primary);border-radius:var(--radius-sm);background:#fff;color:var(--primary);font-family:inherit;font-weight:700;font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:background-color .12s ease}.next-order-action:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 8%,white)}.next-order-action:disabled{opacity:.65;cursor:wait}.next-order-action-icon{width:15px;height:15px;fill:currentColor;flex-shrink:0}.next-order-action-skeleton{flex:1;display:block}.next-order-empty-card{display:grid;gap:.35rem;min-height:220px;align-content:start}.next-order-empty-label,.next-order-empty-title,.next-order-empty-copy{margin:0}.next-order-empty-label{color:var(--muted);font-size:.95rem;text-transform:uppercase}.next-order-empty-title{color:var(--primary);font-size:clamp(1.35rem,4vw,1.8rem);line-height:1.08}.next-order-empty-copy{color:var(--muted);line-height:1.45}.credit-card{display:grid;gap:.9rem}.credit-card-top{display:flex;align-items:center;gap:.75rem}.credit-card-icon{flex-shrink:0;width:42px;height:42px;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--primary-soft) 45%,white);display:flex;align-items:center;justify-content:center}.credit-card-icon-svg{width:22px;height:22px;fill:var(--primary)}.credit-card-summary{min-width:0;flex:1}.credit-card-label{margin:0;font-size:.75rem;font-weight:800;letter-spacing:.03em;color:var(--muted);text-transform:uppercase}.credit-card-amount{margin:2px 0 0;font-weight:600;font-size:1.6rem;line-height:1.1;color:var(--primary)}.credit-card-note{display:flex;gap:.6rem;align-items:flex-start;background:var(--bg);border-radius:var(--radius-sm);padding:.85rem .9rem}.credit-card-note p{margin:0;font-size:.84rem;line-height:1.5;color:var(--muted)}.credit-card-note-icon{flex-shrink:0;width:17px;height:17px;margin-top:1px;fill:var(--muted)}.toast-viewport{position:fixed;top:max(16px,env(safe-area-inset-top,0px));left:0;right:0;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:0 1rem;pointer-events:none}.toast{position:relative;display:flex;align-items:flex-start;gap:.75rem;width:100%;max-width:420px;background:var(--surface-strong);border:1px solid var(--border);border-left:4px solid var(--toast-accent);border-radius:14px;padding:.875rem .875rem .95rem;box-shadow:0 10px 30px #14284629;overflow:hidden;pointer-events:auto;animation:toast-in .28s cubic-bezier(.2,.9,.3,1) both}.toast-success{--toast-accent: #1e9e5e;--toast-tint: #eaf6ef}.toast-error{--toast-accent: #d64430;--toast-tint: #fdeceb}.toast-warning{--toast-accent: #e5980b;--toast-tint: #fff5e6}.toast-info{--toast-accent: #2a6fc9;--toast-tint: #eaf1fa}.toast-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--toast-tint);color:var(--toast-accent);flex-shrink:0}.toast-icon svg{width:20px;height:20px;fill:none;stroke:currentColor}.toast-body{flex:1;min-width:0}.toast-title{margin:0;font-weight:800;font-size:.9rem;color:var(--primary);line-height:1.3}.toast-message{margin:.15rem 0 0;font-size:.82rem;color:var(--muted);line-height:1.4}.toast-close{display:flex;flex-shrink:0;border:0;background:transparent;color:#aab2bb;padding:2px;cursor:pointer}.toast-close svg{width:16px;height:16px;fill:none;stroke:currentColor}.toast-bar{position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--toast-accent);opacity:.55;transform-origin:left;animation:toast-bar-shrink linear both}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a141e8c;display:flex;align-items:flex-end;justify-content:center;animation:modal-backdrop-in .22s ease both}.modal-dialog{position:relative;width:100%;max-width:480px;background:var(--surface-strong);border-radius:24px 24px 0 0;box-shadow:var(--shadow-soft);padding:1.75rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom,0px));display:grid;gap:.9rem;animation:modal-sheet-in .26s cubic-bezier(.2,.9,.3,1) both}.modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;border-radius:50%;background:color-mix(in srgb,var(--secondary) 45%,white);display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-close-icon{width:16px;height:16px;fill:var(--primary)}.modal-title{margin:0;padding-right:2rem;font-weight:800;font-size:1.15rem;line-height:1.35;color:var(--primary)}.modal-description{margin:0;color:var(--muted);line-height:1.5;font-size:.92rem}.modal-cancel{border:none;background:none;color:var(--primary);font-family:inherit;font-weight:700;font-size:.92rem;padding:.5rem;cursor:pointer;justify-self:center}.modal-cancel:disabled{opacity:.5;cursor:not-allowed}.modal-cancel-danger{color:#c0392b}.modal-dialog-sheet{max-width:560px;height:88%;max-height:88vh;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden}.modal-sheet-header{flex-shrink:0;padding:.6rem 0 0}.modal-sheet-grabber{width:44px;height:5px;border-radius:3px;background:#dfe0e2;margin:0 auto .5rem}.modal-sheet-header-row{position:relative;display:flex;align-items:center;padding:.35rem 1.4rem 1rem;border-bottom:1px solid #f0eee9}.modal-sheet-title{flex:1;margin:0;text-align:center;font-weight:600;font-size:1.1rem;color:var(--primary);padding-right:2rem}.modal-sheet-close{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:.25rem;display:flex}.modal-sheet-body{flex:1;overflow-y:auto;padding:1.4rem}.modal-sheet-footer{flex-shrink:0;display:grid;gap:.6rem;padding:1rem 1.4rem calc(1rem + env(safe-area-inset-bottom,0px));border-top:1px solid #f0eee9}.subscription-option-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.subscription-option{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-radius:16px;border:1.5px solid #ececec;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.subscription-option-checked{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 25%,white)}.subscription-option-checkbox{margin-top:.15rem;width:18px;height:18px;accent-color:var(--primary);flex-shrink:0;cursor:pointer}.subscription-option-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.subscription-option-label{font-weight:700;font-size:.92rem;color:var(--primary)}.subscription-option-hygiene-note,.subscription-option-current-address{font-size:.8rem;color:var(--muted)}.swap-current-pill{display:flex;align-items:center;gap:.6rem;margin-top:1rem;padding:.7rem .9rem;border-radius:14px;background:#f6f5f1}.swap-current-pill-label{font-size:.68rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.swap-current-pill-title{font-weight:800;font-size:.88rem;color:var(--primary)}.swap-current-pill-price{margin-left:auto;font-weight:800;font-size:.88rem;color:var(--primary)}.swap-plan-list{display:flex;flex-direction:column;gap:.7rem;margin-top:1rem}.swap-plan-item{width:100%;display:flex;align-items:center;gap:.8rem;border:1.5px solid #ececec;border-radius:16px;background:#faf9f6;font-family:inherit;padding:.8rem;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.swap-plan-item:hover{border-color:var(--primary-soft);background:color-mix(in srgb,var(--primary-soft) 20%,white)}.swap-plan-image-wrapper{flex-shrink:0;width:58px;height:58px;border-radius:13px;background:#f4f2ee;overflow:hidden}.swap-plan-image{width:100%;height:100%;object-fit:cover;display:block}.swap-plan-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem;text-align:left}.swap-plan-title{font-weight:800;font-size:.9rem;color:var(--primary);line-height:1.25}.swap-plan-subtitle{font-size:.78rem;color:var(--muted)}.swap-plan-price{font-weight:800;font-size:.85rem;color:var(--primary)}.swap-plan-chevron{flex-shrink:0;width:20px;height:20px;fill:var(--primary)}.modal-sheet-section-title{margin:1.5rem 0 .9rem;font-weight:600;font-size:1.05rem;color:var(--primary)}.modal-sheet-section-title:first-child{margin-top:0}.order-modal-items{display:flex;flex-direction:column}.order-modal-item{display:flex;align-items:center;gap:.9rem;padding:.75rem 0;border-bottom:1px solid #f2efe9}.order-modal-item:last-child{border-bottom:none}.order-modal-item-image-wrapper{width:52px;height:52px;border-radius:12px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden;flex-shrink:0}.order-modal-item-image{width:100%;height:100%;object-fit:contain;display:block}.order-modal-item-image-placeholder{width:100%;height:100%;display:block}.order-modal-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.order-modal-item-title{margin:0;font-weight:600;font-size:.92rem;color:var(--primary)}.order-modal-item-qty{margin:.15rem 0 0;font-size:.82rem;color:var(--muted)}.order-modal-item-price{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.order-modal-item-price-before{font-size:.78rem;color:var(--muted);text-decoration:line-through}.order-modal-item-price-final{font-weight:700;font-size:.92rem;color:var(--primary)}.order-modal-detail-card,.order-modal-tracking{background:#f6f5f1;border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:.4rem}.order-modal-detail-line{margin:0;font-size:.88rem;color:var(--muted)}.order-modal-detail-line span{color:var(--primary);font-weight:700}.order-modal-detail-status{font-weight:800}.order-modal-address{background:#f6f5f1;border-radius:16px;padding:1rem}.order-modal-address-line{margin:0;font-size:.88rem;color:var(--primary);line-height:1.55}.order-modal-edit-button{margin-top:1.5rem}.order-modal-tracking-number{margin:0;font-size:.88rem;font-weight:700;color:var(--primary)}.order-modal-tracking-button{align-self:flex-start;height:2.6rem;padding:0 1.1rem;border:1.5px solid var(--primary);border-radius:999px;background:#fff;color:var(--primary);font-family:inherit;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:.45rem;cursor:pointer}.order-modal-tracking-button:disabled{opacity:.5;cursor:not-allowed}.order-modal-tracking-icon{width:15px;height:15px;fill:currentColor}.order-modal-summary{display:flex;flex-direction:column;gap:.75rem}.order-modal-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--muted)}.order-modal-summary-highlight{color:#2f8a5f;font-weight:700}.order-modal-summary-discount{color:#a8710d;font-weight:700}.order-modal-summary-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:800;color:var(--primary);padding-top:.6rem;border-top:1px solid #eeeae3}:root{--bottom-tab-bar-height: 60px;--bottom-tab-bar-gap: 12px}.app-viewport-with-tabs{padding-bottom:calc(var(--bottom-tab-bar-height) + var(--bottom-tab-bar-gap) * 2 + env(safe-area-inset-bottom))}.bottom-tab-bar{position:fixed;left:var(--bottom-tab-bar-gap);right:var(--bottom-tab-bar-gap);bottom:calc(var(--bottom-tab-bar-gap) + env(safe-area-inset-bottom));z-index:40;margin-inline:auto;width:min(100% - var(--bottom-tab-bar-gap) * 2,var(--container) - var(--bottom-tab-bar-gap) * 2);border-radius:24px;border:1px solid rgba(255,255,255,.4);background:#f5f0e899;box-shadow:0 -4px 16px #003b6114,0 8px 24px #003b611a;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.bottom-tab-bar{background:#f5f0e8}}.bottom-tab-bar__list{display:flex;align-items:stretch;justify-content:space-around;height:var(--bottom-tab-bar-height);margin:0;padding:0;list-style:none}.bottom-tab-bar__item{display:flex;flex:1}.bottom-tab-bar__link{display:flex;flex:1;min-width:44px;min-height:44px;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#003b618c;text-decoration:none;transition:color .16s ease}.bottom-tab-bar__link:focus-visible{border-radius:16px;outline:2px solid var(--focus);outline-offset:2px}.bottom-tab-bar__link--active{color:var(--primary)}.bottom-tab-bar__icon{width:22px;height:22px}.bottom-tab-bar__label{font-size:.7rem;font-weight:600;line-height:1}@keyframes a2hs-sheet-up{0%{transform:translateY(102%)}to{transform:translateY(0)}}@keyframes a2hs-fade-in{0%{opacity:0}to{opacity:1}}@keyframes a2hs-banner-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.a2hs-close-button{border:none;background:color-mix(in srgb,var(--secondary) 45%,white);color:var(--muted);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.a2hs-discreet-banner{position:fixed;top:0;left:0;right:0;z-index:900;display:flex;align-items:center;gap:.7rem;padding:calc(.7rem + env(safe-area-inset-top,0px)) .9rem .7rem;background:var(--surface-strong);box-shadow:var(--shadow-card);animation:a2hs-banner-down .26s cubic-bezier(.2,.9,.3,1) both}.a2hs-discreet-icon{width:40px;height:40px;border-radius:11px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden;flex-shrink:0}.a2hs-discreet-icon img{width:100%;height:100%;display:block;object-fit:cover}.a2hs-discreet-text{flex:1;min-width:0}.a2hs-discreet-title{margin:0;font-weight:800;font-size:.82rem;line-height:1.25;color:var(--primary)}.a2hs-discreet-subtitle{margin:.1rem 0 0;font-size:.72rem;color:var(--muted)}.a2hs-discreet-cta{border:none;background:var(--primary);color:var(--primary-contrast);font-family:inherit;font-weight:700;font-size:.76rem;padding:.55rem .85rem;border-radius:999px;cursor:pointer;flex-shrink:0}.a2hs-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a141e8c;display:flex;align-items:flex-end;justify-content:center;animation:a2hs-fade-in .2s ease both}.a2hs-sheet{position:relative;width:100%;max-width:480px;background:var(--surface-strong);border-radius:24px 24px 0 0;box-shadow:var(--shadow-soft);padding:.6rem 1.4rem calc(1.5rem + env(safe-area-inset-bottom,0px));animation:a2hs-sheet-up .32s cubic-bezier(.2,.9,.3,1) both}.a2hs-sheet-grabber{width:44px;height:5px;border-radius:3px;background:var(--border);margin:0 auto 1rem}.a2hs-sheet-header{display:flex;align-items:center;gap:.9rem}.a2hs-sheet-icon{width:52px;height:52px;border-radius:14px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden;flex-shrink:0}.a2hs-sheet-icon img{width:100%;height:100%;display:block;object-fit:cover}.a2hs-sheet-header-text{flex:1;min-width:0}.a2hs-sheet-title{margin:0;font-weight:800;font-size:1.05rem;line-height:1.25;color:var(--primary)}.a2hs-sheet-subtitle{margin:.2rem 0 0;font-size:.8rem;color:var(--muted)}.a2hs-sheet-steps{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin:1.2rem 0 0;padding:0}.a2hs-sheet-step{display:flex;align-items:center;gap:.75rem}.a2hs-sheet-step-number{width:30px;height:30px;border-radius:10px;background:color-mix(in srgb,var(--primary-soft) 25%,white);color:var(--primary);font-weight:800;font-size:.82rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.a2hs-sheet-step-text{flex:1;font-size:.85rem;color:var(--primary);line-height:1.4}.a2hs-sheet-step-icon{width:30px;height:30px;border-radius:9px;background:color-mix(in srgb,var(--secondary) 35%,white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.a2hs-sheet-benefits{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin:1.2rem 0 0;padding:0}.a2hs-sheet-benefits li{display:flex;align-items:center;gap:.7rem;font-size:.85rem;color:var(--primary)}.a2hs-sheet-primary{width:100%;height:52px;margin-top:1.3rem;border:none;border-radius:26px;background:var(--primary);color:var(--primary-contrast);font-family:inherit;font-weight:700;font-size:.95rem;cursor:pointer}.a2hs-sheet-secondary{display:block;width:100%;height:42px;margin-top:.3rem;border:none;background:transparent;color:var(--muted);font-family:inherit;font-weight:700;font-size:.85rem;cursor:pointer}.login-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);padding:0 30px 40px}.login-content{flex:1;display:flex;flex-direction:column;width:min(100%,400px);margin:0 auto}.login-logo{margin-top:54px;display:flex;justify-content:center}.login-logo img{width:150px;height:auto}.login-heading{margin-top:44px}.login-title{margin:0;font-size:clamp(1.6rem,6vw,1.9rem);font-weight:600;color:var(--primary);line-height:1.15}.login-subtitle{margin:1rem 0 0;color:var(--muted);line-height:1.5}.login-form{margin-top:2rem;display:grid;gap:1rem}.login-field{position:relative;display:grid;gap:.45rem}.login-field input{width:100%;height:62px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--input-bg);padding:0 20px;color:var(--text);outline:none;transition:border-color .12s ease}.login-field input::placeholder{color:color-mix(in srgb,var(--muted) 75%,transparent)}.login-field input:focus-visible{border-color:var(--primary)}.login-field-password input{padding-right:56px}.login-password-toggle{position:absolute;right:16px;top:31px;transform:translateY(-50%);border:none;background:transparent;padding:6px;display:flex;cursor:pointer;color:var(--muted)}.login-password-toggle:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}.login-password-toggle-icon{width:22px;height:22px}.login-submit{height:62px;margin-top:.25rem;font-size:1.05rem}.login-forgot-block{display:flex;justify-content:center;margin-top:1.75rem}.login-forgot-link{color:var(--primary);font-weight:500;text-decoration:underline;text-underline-offset:.2rem;font-size:.85rem}.login-forgot-link:hover,.login-forgot-link:focus-visible{color:var(--primary-hover)}.dashboard-hero h1{margin:0}.dashboard-shell{position:relative;display:grid;grid-template-columns:1fr;gap:0;align-items:start}.site-header-menu{padding:.85rem 0;max-height:3rem}.page-header-title{margin:0;text-align:center;font-size:1.2rem;font-weight:600}.menu-customer-summary{display:grid;gap:.2rem}.menu-customer-name,.menu-customer-email{margin:0}.menu-customer-name{font-size:1.5rem;font-weight:700}.menu-customer-email{color:var(--muted);line-height:1.4;font-size:1rem}.menu-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--primary)}.dashboard-main{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.home-banner{background:var(--primary);padding:1.6rem 1.2rem 4rem}.home-banner-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.home-banner-greeting{margin:0;color:var(--primary-contrast);font-weight:400;font-size:clamp(1.15rem,5vw,1.45rem);line-height:1.25}.home-banner-greeting strong{font-weight:600}.home-banner-notification{position:relative;flex-shrink:0;margin-top:2px;border:none;background:transparent;padding:4px;display:flex;cursor:pointer;color:var(--primary-contrast)}.home-banner-notification:focus-visible{outline:2px solid var(--primary-contrast);outline-offset:2px;border-radius:var(--radius-sm)}.home-banner-notification-icon{width:26px;height:26px;fill:currentColor}.home-banner-notification-badge{position:absolute;top:-4px;right:-5px;width:16px;height:16px;border-radius:50%;background:#2f8a5f;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.dashboard-main-home{min-height:calc(100vh - 56px);align-content:start;margin-top:-24px;background:var(--bg);border-radius:28px 28px 0 0;position:relative;padding:1.375rem 1.25rem}.dashboard-home-content{width:min(100%,560px);margin:0 auto;display:grid;gap:1.5rem}@media (max-width: 700px){.dashboard-home-content{width:100%}}#account-page{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}#dashboard-shell{display:flex;flex-direction:column;align-items:stretch;height:100%}#home-banner{flex-shrink:0;padding-top:calc(1.6rem + env(safe-area-inset-top,0px))}#dashboard-main{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--bottom-tab-bar-height) + var(--bottom-tab-bar-gap) * 2 + env(safe-area-inset-bottom));scrollbar-width:none;-ms-overflow-style:none}#dashboard-main::-webkit-scrollbar{display:none}.dashboard-main-menu{min-height:calc(100vh - 96px);align-content:start;width:min(100%,540px);margin:0 auto}.dashboard-main-menu .alert{width:100%}.addresses-list{display:grid;gap:1rem}.addresses-empty{margin:0;color:var(--muted);text-align:center;padding:2rem 0}.address-card{overflow:hidden;border-radius:20px;box-shadow:0 4px 14px #14284612}.address-card-has-subscription{border:2px solid #003b61;box-shadow:0 6px 18px #103a5c1a}.address-card-subscription-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem .75rem;padding:.75rem 1.25rem;background:#e9f1f8;border-bottom:1px solid #d6e4f1}.address-card-subscription-badge{display:inline-flex;align-items:center;gap:.45rem;color:#003b61;font-weight:800;font-size:.85rem;letter-spacing:.01em}.address-card-subscription-icon{width:17px;height:17px;fill:currentColor;flex-shrink:0}.address-card-subscription-next{color:#3f6484;font-weight:600;font-size:.78rem;white-space:nowrap}.address-card-body{position:relative;display:grid;gap:.3rem}.address-card-badges{position:absolute;top:4%;right:4%;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;max-width:65%}.address-card-title-padded{padding-right:6.5rem}.address-badge{display:inline-flex;align-items:center;padding:.28rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;white-space:nowrap}.address-badge-default{background:color-mix(in srgb,var(--primary-soft) 55%,white);color:var(--primary)}.address-badge-pickup{background:color-mix(in srgb,#a8d8b8 55%,white);color:#1b5e35}.address-company{margin:0;font-weight:800;color:var(--primary);font-size:.98rem}.address-name{margin:.35rem 0 0;font-weight:700;font-size:1.02rem;color:var(--text)}.address-line{margin:0;color:var(--muted);line-height:1.45;font-size:.92rem}.addresses-add-block{margin-bottom:1rem}.addresses-add-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.address-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #ececec}.address-action-button{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.85rem;padding:.5rem .75rem;border-radius:999px;border:1.5px solid var(--primary);background:#fff;color:var(--primary);font-size:.85rem;font-weight:700;cursor:pointer;transition:background-color .12s ease,opacity .12s ease}.address-action-button:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 8%,white)}.address-action-button:disabled{opacity:.45;cursor:not-allowed}.address-action-button-remove{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 45%,transparent)}.address-action-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}.address-action-skeleton{flex:1;display:block}.dashboard-main-add-address{min-height:calc(100vh - 96px);width:min(100%,540px);margin:0 auto;align-content:start}.add-address-form{display:grid;gap:1.1rem;align-content:start}.add-address-question{margin:0;color:var(--muted);font-weight:600;font-size:.92rem}.add-address-divider{border:0;height:1px;background:var(--border);margin:.25rem 0}.add-address-section-title{margin:0;font-size:1rem;font-weight:800;color:var(--primary)}.add-address-submit{margin-top:.25rem}.relay-recap{display:flex;align-items:center;gap:.75rem;border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));background:color-mix(in srgb,var(--primary-soft) 22%,white);padding:.9rem 1rem}.relay-recap-icon{width:18px;height:18px;color:var(--primary);flex-shrink:0}.relay-recap-info{flex:1;min-width:0;display:grid;gap:.15rem}.relay-recap-name{margin:0;font-weight:800;font-size:.85rem;color:var(--primary)}.relay-recap-address{margin:0;font-size:.8rem;color:var(--muted)}.relay-recap-change{border:0;background:transparent;color:var(--primary);font-weight:700;font-size:.82rem;cursor:pointer;flex-shrink:0}.add-address-relay-screen{display:grid;gap:1rem;align-content:start}.relay-search-label{margin:0;font-weight:600;font-size:.85rem;color:var(--text)}.relay-search-row{display:grid;gap:.6rem}@media (min-width: 768px){.relay-search-row{display:flex}}.relay-search-input{flex:1;min-width:0;display:flex;align-items:center;gap:.6rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input-bg);padding:0 .9rem}.relay-search-input input{flex:1;min-width:0;border:0;background:transparent;padding:.85rem 0;color:var(--text);outline:none}.relay-search-icon{width:17px;height:17px;color:var(--muted);flex-shrink:0}.relay-locate-button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:var(--primary);cursor:pointer;flex-shrink:0;transition:background-color .12s ease}.relay-locate-button:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 10%,white)}.relay-locate-button:disabled{opacity:.6;cursor:wait}.relay-locate-icon{width:17px;height:17px;flex-shrink:0}.relay-locate-spinner{width:15px;height:15px;border-radius:999px;border:2px solid color-mix(in srgb,var(--primary-soft) 58%,white);border-top-color:var(--primary);animation:spin .7s linear infinite}.relay-search-button{flex-shrink:0}.relay-results-count{margin:0;color:var(--muted);font-weight:600;font-size:.78rem}.relay-loading{display:flex;align-items:center;gap:.6rem;padding:1.1rem;color:var(--muted);font-size:.85rem}.relay-spinner{width:18px;height:18px;border-radius:999px;border:2px solid color-mix(in srgb,var(--primary-soft) 58%,white);border-top-color:var(--primary);animation:spin .7s linear infinite;flex-shrink:0}.relay-error{padding:.9rem 1rem;border-radius:var(--radius-md);background:var(--danger-bg);border:1px solid color-mix(in srgb,var(--danger) 28%,transparent);color:var(--danger);font-size:.85rem}.relay-empty{margin:0;padding:1.25rem;text-align:center;color:var(--muted);font-size:.85rem}.relay-list{display:grid;gap:1rem}.relay-card{border-radius:18px;border:1.5px solid color-mix(in srgb,var(--border) 90%,transparent);background:var(--surface);box-shadow:0 4px 14px #1428460f;padding:1.1rem;display:grid;gap:.5rem}.relay-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.relay-card-name{margin:0;font-weight:800;font-size:.92rem;color:var(--primary)}.relay-card-tags{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.relay-card-distance,.relay-card-carrier{border-radius:12px;padding:.22rem .6rem;font-size:.68rem;font-weight:700;white-space:nowrap}.relay-card-distance{background:var(--primary);color:var(--primary-contrast)}.relay-card-carrier{background:color-mix(in srgb,var(--primary-soft) 45%,white);color:var(--primary)}.relay-card-address{margin:0;color:var(--muted);font-size:.85rem;line-height:1.5}.relay-card-hours-title{margin:.4rem 0 0;font-weight:700;font-size:.82rem;color:var(--text)}.relay-card-hours{display:grid;grid-template-columns:auto 1fr;gap:.15rem .75rem;font-size:.8rem;color:var(--muted)}.relay-card-hours-day{font-weight:700;color:var(--text)}.relay-card-choose{margin-top:.6rem}.upcoming-orders-section{padding:1.375rem 0 .25rem}.upcoming-orders-empty{margin:0;color:var(--muted);text-align:center;padding:1.5rem 1.375rem}.upcoming-orders-slider{display:flex;gap:.875rem;overflow-x:auto;padding-bottom:2.75rem;scroll-snap-type:x mandatory;scroll-padding-left:1.375rem;-webkit-overflow-scrolling:touch}.upcoming-orders-slider::-webkit-scrollbar{height:0}.upcoming-order-slide-spacer{flex:0 0 1.375rem;scroll-snap-align:none}.upcoming-order-slide-spacer-end{flex-basis:35%}.upcoming-order-slide{flex:0 0 80%;min-width:0;scroll-snap-align:start;display:flex}.upcoming-order-card{display:flex;flex-direction:column;width:100%;min-width:0;gap:0}.upcoming-order-eyebrow{display:flex;align-items:center;gap:.5rem;color:color-mix(in srgb,var(--primary) 55%,#2f8a5f);margin-bottom:.75rem}.upcoming-order-eyebrow-muted{color:var(--muted)}.upcoming-order-eyebrow-dot{width:8px;height:8px;border-radius:999px;background:currentColor;flex-shrink:0}.upcoming-order-eyebrow-label{font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.upcoming-order-summary{width:100%;border:1.5px solid #e4e8ec;background:#f8f9fb;border-radius:16px;padding:.9rem;display:flex;align-items:center;gap:.9rem;font-family:inherit;text-align:left;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.upcoming-order-summary:hover{background:#eef1f5;border-color:#c9d3dd}.upcoming-order-summary-static{cursor:default}.upcoming-order-summary-static:hover{background:#f8f9fb;border-color:#e4e8ec}.upcoming-order-date-badge{width:50px;height:50px;border-radius:13px;background:color-mix(in srgb,var(--primary-soft) 45%,white);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.upcoming-order-date-badge-month{font-size:.68rem;font-weight:700;color:var(--primary);text-transform:uppercase}.upcoming-order-date-badge-day{font-size:1.05rem;font-weight:800;color:var(--primary)}.upcoming-order-info{flex:1;min-width:0;display:flex;flex-direction:column}.upcoming-order-date{font-weight:800;font-size:.95rem;color:var(--primary)}.upcoming-order-desc{margin-top:.15rem;color:var(--muted);font-size:.82rem}.upcoming-order-detail-link{margin-top:.3rem;color:var(--primary);font-weight:700;font-size:.78rem}.upcoming-order-estimate{margin-top:.3rem;color:var(--muted);font-size:.75rem;font-style:italic}.upcoming-order-summary-icon{width:18px;height:18px;fill:#9aa2ab;flex-shrink:0}.upcoming-order-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.upcoming-order-action{flex:1;min-height:2.75rem;border:1.5px solid var(--primary);border-radius:999px;background:#fff;color:var(--primary);font-family:inherit;font-weight:700;font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:background-color .12s ease}.upcoming-order-action:hover{background:color-mix(in srgb,var(--primary) 8%,white)}.upcoming-order-action-icon{width:15px;height:15px;fill:currentColor;flex-shrink:0}.upcoming-order-action-skeleton{flex:1;display:block}.previous-orders-list-section{display:flex;flex-direction:column;gap:.9rem;padding-top:.5rem}.previous-orders-list{display:grid;grid-template-columns:minmax(0,1fr);gap:.9rem;min-width:0}.previous-orders-empty{margin:0;color:var(--muted);text-align:center;padding:1.5rem 0}#previous-orders-sentinel{height:1px}.previous-order-card{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;min-width:0;max-width:100%;overflow:hidden}.previous-order-top{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.4rem .75rem}.previous-order-summary{margin:0;min-width:0;font-weight:700;font-size:.95rem;color:var(--primary)}.previous-order-dot{color:var(--primary-soft);font-weight:600;margin-inline:.35rem}.previous-order-price{color:var(--primary)}.previous-order-number{margin:0;flex-shrink:0;font-weight:600;font-size:.85rem;color:var(--muted);white-space:nowrap}.previous-order-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;min-width:0}.previous-order-tile,.previous-order-tile-skeleton{aspect-ratio:1;background:color-mix(in srgb,var(--primary-soft) 25%,white);border-radius:14px;overflow:hidden;min-width:0;display:flex;align-items:center;justify-content:center}.previous-order-tile-skeleton{display:block}.previous-order-tile-image{width:100%;height:100%;object-fit:contain;display:block}.previous-order-tile-placeholder{width:100%;height:100%;display:block}.previous-order-tile-more{font-weight:800;font-size:1.05rem;color:var(--muted)}.previous-order-status{display:flex;align-items:center;gap:.5rem}.previous-order-status-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0;background:var(--muted)}.previous-order-status-dot-delivered{background:var(--primary)}.previous-order-status-dot-shipped{background:#2f8a5f}.previous-order-status-dot-cancelled{background:var(--danger)}.previous-order-status-dot-pending{background:#3f6484}.previous-order-status-label{font-weight:800;font-size:.95rem;color:var(--muted)}.previous-order-status-label-delivered{color:var(--primary)}.previous-order-status-label-shipped{color:#2f8a5f}.previous-order-status-label-cancelled{color:var(--danger)}.previous-order-status-label-pending{color:#3f6484}.previous-order-reorder{width:100%;min-height:3.25rem;border:1.5px solid var(--primary);border-radius:var(--radius-sm);background:#fff;color:var(--primary);font-family:inherit;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background-color .12s ease}.previous-order-reorder:hover{background:color-mix(in srgb,var(--primary) 8%,white)}.previous-order-reorder-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}.edit-order-body{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}.edit-order-address-card{display:flex;align-items:center;gap:.75rem}.edit-order-address-icon{width:18px;height:18px;flex-shrink:0;fill:var(--primary)}.edit-order-address-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.edit-order-address-label{font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.edit-order-address-value{font-weight:800;font-size:.85rem;color:var(--primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-order-address-edit{flex-shrink:0;border:none;background:transparent;color:var(--primary);font-family:inherit;font-weight:700;font-size:.82rem;cursor:pointer;text-decoration:underline}.edit-order-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.4rem .15rem .7rem}.edit-order-section-title{margin:0;font-weight:700;font-size:1.05rem;color:var(--primary)}.edit-order-section-badge{flex-shrink:0;background:color-mix(in srgb,var(--primary-soft) 45%,white);color:var(--primary);font-size:.72rem;font-weight:500;padding:.25rem .6rem;border-radius:11px;white-space:nowrap}.edit-order-section-badge-onetime{background:#fdf1dd;color:#8a6420}.edit-order-subscription-list,.edit-order-onetime-list{display:flex;flex-direction:column;gap:.75rem}.edit-order-subscription-card{padding:0;overflow:hidden}.edit-order-subscription-row{width:100%;border:none;background:transparent;padding:.9rem;display:flex;align-items:center;gap:.85rem;cursor:pointer;font-family:inherit;text-align:left}.edit-order-subscription-image-wrapper{width:60px;height:60px;border-radius:14px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden;flex-shrink:0}.edit-order-subscription-image,.edit-order-subscription-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.edit-order-subscription-info{flex:1;min-width:0}.edit-order-subscription-name{margin:0;font-weight:800;font-size:.92rem;color:var(--primary);line-height:1.25}.edit-order-subscription-price{margin:.2rem 0 0;font-size:.8rem;color:var(--muted)}.edit-order-subscription-edit-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;color:var(--primary);font-weight:700;font-size:.78rem}.edit-order-subscription-edit-link svg{width:12px;height:12px;fill:var(--primary)}.edit-order-subscription-chevron-wrapper{width:28px;height:28px;border-radius:50%;background:#f2f5f8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.edit-order-subscription-chevron-wrapper svg{width:14px;height:14px;fill:#5a7591}.edit-order-subscription-toggle{width:100%;border:none;border-top:1px solid #f2efe9;background:#fbfbf9;padding:.65rem .9rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:inherit}.edit-order-subscription-toggle-label{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.8rem;color:var(--muted)}.edit-order-subscription-toggle-count{background:var(--primary);color:#fff;font-size:.65rem;font-weight:800;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center}.edit-order-subscription-toggle-icon{width:16px;height:16px;fill:none;stroke:#8b939d;transition:transform .2s}.edit-order-subscription-toggle-icon-open{transform:rotate(180deg)}.edit-order-subscription-content{padding:.25rem .9rem .85rem;background:#fbfbf9;display:flex;flex-direction:column}.edit-order-subscription-content-item{display:flex;align-items:center;gap:.8rem;padding:.55rem 0}.edit-order-subscription-content-item-image-wrapper{width:44px;height:44px;border-radius:11px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden;flex-shrink:0}.edit-order-subscription-content-item-image,.edit-order-subscription-content-item-image-placeholder{width:100%;height:100%;display:block;object-fit:contain}.edit-order-subscription-content-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.edit-order-subscription-content-item-name{font-weight:700;font-size:.82rem;color:var(--primary);line-height:1.25}.edit-order-subscription-content-item-desc{margin-top:.1rem;font-size:.74rem;color:var(--muted)}.edit-order-subscription-content-item-qty{flex-shrink:0;font-weight:800;font-size:.8rem;color:var(--muted)}.edit-order-onetime-card{width:100%;border:none;display:flex;align-items:center;gap:.85rem;cursor:pointer;font-family:inherit;text-align:left}.edit-order-onetime-image-wrapper{width:60px;height:60px;border-radius:14px;background:#faf1df;overflow:hidden;flex-shrink:0}.edit-order-onetime-image,.edit-order-onetime-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.edit-order-onetime-info{flex:1;min-width:0}.edit-order-onetime-name-row{display:flex;align-items:center;gap:.5rem}.edit-order-onetime-name{font-weight:800;font-size:.92rem;color:var(--primary)}.edit-order-onetime-badge{background:#fdf1dd;color:#8a6420;font-size:.65rem;font-weight:800;padding:.15rem .45rem;border-radius:9px;white-space:nowrap}.edit-order-onetime-price{display:block;margin-top:.2rem;font-size:.8rem;color:var(--muted)}.edit-order-onetime-edit-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;color:var(--primary);font-weight:700;font-size:.78rem}.edit-order-onetime-edit-link svg{width:12px;height:12px;fill:var(--primary)}.edit-order-totals-card{display:flex;flex-direction:column;gap:.5rem}.edit-order-suggested-section{margin-top:.5rem}.edit-order-suggested-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 .15rem .5rem}.edit-order-suggested-title{margin:0;max-width:220px;font-weight:700;font-size:1rem;color:var(--primary);line-height:1.3}.edit-order-suggested-view-all{flex-shrink:0;border:none;background:color-mix(in srgb,var(--primary-soft) 45%,white);color:var(--primary);font-family:inherit;font-weight:500;font-size:.78rem;padding:.5rem .75rem;border-radius:20px;cursor:pointer}.edit-order-suggested-slider{display:flex;gap:.85rem;overflow-x:auto;padding:.2rem .15rem .4rem}.edit-order-suggested-slider::-webkit-scrollbar{height:0}.edit-order-suggested-slide{flex:0 0 150px}.subscriptions-tabs{display:flex;gap:1.6rem;border-bottom:1px solid #eee9e1;margin-bottom:.4rem}.subscriptions-tab{display:flex;align-items:center;gap:.45rem;border:none;background:transparent;padding:0 0 .75rem;margin-bottom:-1px;border-bottom:2.5px solid transparent;font-family:inherit;font-weight:700;font-size:.95rem;color:var(--muted);cursor:pointer}.subscriptions-tab-current{font-weight:800;color:var(--primary);border-bottom-color:var(--primary)}.subscriptions-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#c9ced4;color:#fff;font-size:.65rem;font-weight:800}.subscriptions-tab-current .subscriptions-tab-count{background:var(--primary)}.subscriptions-type-filters{display:flex;gap:.55rem;overflow-x:auto;padding-top:.9rem;padding-bottom:.15rem}.subscriptions-type-filters::-webkit-scrollbar{height:0}.subscriptions-type-chip{flex-shrink:0;border:1.5px solid #dfe3e8;background:#fff;color:#5a6470;font-family:inherit;font-weight:700;font-size:.82rem;padding:.5rem .95rem;border-radius:19px;cursor:pointer;white-space:nowrap;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.subscriptions-type-chip-current{border-color:var(--primary);background:var(--primary);color:#fff}.subscriptions-list{display:grid;align-content:start;gap:1rem;padding-top:.5rem}.subscriptions-empty{margin:0;color:var(--muted);text-align:center;padding:2rem 0}.subscription-card{overflow:hidden;border-radius:20px;box-shadow:0 4px 14px #14284612}.subscription-card-inactive .subscription-card-image-wrapper,.subscription-card-inactive .subscription-card-info{opacity:.55}.subscription-card-head{width:100%;display:flex;align-items:center;gap:.85rem;padding:1.1rem;border:none;background:#fff;font-family:inherit;text-align:left;cursor:pointer;transition:background-color .12s ease}.subscription-card-head:hover{background:#f2f6fa}.subscription-card-image-wrapper{width:66px;height:66px;border-radius:14px;background:#eef1f4;overflow:hidden;flex-shrink:0}.subscription-card-image,.subscription-card-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.subscription-card-info{flex:1;min-width:0;display:flex;flex-direction:column}.subscription-card-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.subscription-card-title{font-weight:800;font-size:.97rem;color:var(--primary)}.subscription-card-freq{background:#eef4fa;color:#3f6484;font-size:.68rem;font-weight:700;padding:.18rem .55rem;border-radius:11px}.subscription-card-variant{margin-top:.25rem;color:var(--muted);font-size:.82rem}.subscription-card-price{margin-top:.2rem;font-weight:800;font-size:.9rem;color:var(--primary)}.subscription-card-cta{margin-top:.35rem;font-weight:700;font-size:.78rem;color:var(--primary)}.subscription-card-chevron{width:20px;height:20px;fill:#9aa2ab;flex-shrink:0}.subscription-card-reactivate{padding:0 1.1rem 1.1rem}.subscription-card-content{border-top:1px solid #f2efe9}.subscription-card-content-toggle{width:100%;border:none;background:transparent;padding:.9rem 1.1rem;display:flex;align-items:center;justify-content:space-between;font-family:inherit;cursor:pointer}.subscription-card-content-label{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.85rem;color:var(--primary)}.subscription-card-content-count{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--primary);color:#fff;font-size:.68rem;font-weight:800}.subscription-card-content-arrow{width:18px;height:18px;fill:#8b939d;flex-shrink:0}.subscription-card-content-list{margin:0;padding:0 1.1rem .5rem;list-style:none;display:grid}.subscription-card-content-item{display:flex;align-items:center;gap:.85rem;padding:.7rem 0;border-top:1px solid #f5f2ec}.subscription-card-content-item-image-wrapper{width:50px;height:50px;border-radius:11px;background:#f4f2ee;overflow:hidden;flex-shrink:0}.subscription-card-content-item-image,.subscription-card-content-item-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.subscription-card-content-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.subscription-card-content-item-name{font-weight:800;font-size:.87rem;color:var(--primary)}.subscription-card-content-item-desc{margin-top:.1rem;color:var(--muted);font-size:.78rem}.subscription-card-content-item-qty{font-weight:700;font-size:.85rem;color:var(--muted)}.edit-subscription-body{padding-top:1rem;display:grid;gap:1rem;padding-bottom:2rem}.edit-subscription-recap,.edit-subscription-form{padding:1.1rem}.edit-subscription-recap-head{display:flex;gap:1rem}.edit-subscription-recap-image-wrapper{width:96px;height:96px;border-radius:18px;background:#eef4fa;overflow:hidden;flex-shrink:0}.edit-subscription-recap-image,.edit-subscription-recap-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.edit-subscription-recap-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.edit-subscription-recap-title{margin:0;font-weight:600;font-size:1.1rem;color:var(--primary);line-height:1.15}.edit-subscription-recap-variant{margin:0;color:var(--muted);font-size:.85rem}.edit-subscription-recap-price{margin:0;font-weight:700;color:var(--primary);font-size:.9rem}.edit-subscription-recap-frequency{margin:.3rem 0 0;font-weight:700;color:var(--primary);font-size:.85rem}.edit-subscription-recap-next{margin:.3rem 0 0;font-size:.82rem;color:var(--muted)}.edit-subscription-recap-next span{color:var(--primary);font-weight:700}.edit-subscription-recap-actions{display:flex;gap:.75rem;margin-top:1rem}.edit-subscription-recap-action{flex:1;height:50px;border:none;border-radius:25px;background:color-mix(in srgb,var(--primary-soft) 45%,white);color:var(--primary);font-family:inherit;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.55rem;cursor:pointer}.edit-subscription-recap-action svg{width:17px;height:17px}.edit-subscription-form-title{margin:0;font-weight:600;font-size:1.1rem;color:var(--primary)}.edit-subscription-info-note{display:flex;gap:.7rem;background:#f6f5f1;border-radius:14px;padding:.85rem .9rem;margin-top:.9rem;font-size:.8rem;color:var(--muted);line-height:1.5}.edit-subscription-info-note svg{width:18px;height:18px;flex-shrink:0;color:#8a8f96}.edit-subscription-section-title{margin:1.6rem 0 .65rem;font-weight:600;font-size:.92rem;color:var(--primary)}.edit-subscription-bundle-count{margin:-.35rem 0 .85rem;font-size:.8rem;color:var(--muted)}.bundle-item-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media (min-width: 768px){.bundle-item-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.bundle-item-grid{grid-template-columns:repeat(4,1fr)}}.bundle-item-card{display:flex;flex-direction:column;gap:.5rem;transition:opacity .12s ease}.bundle-item-card-unselected{opacity:.5}.bundle-item-image-wrapper{aspect-ratio:1;align-self:center;border-radius:14px;background:#eef4fa;overflow:hidden}.bundle-item-image,.bundle-item-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.bundle-item-info{display:flex;flex-direction:column;align-items:center;gap:.1rem;text-align:center}.bundle-item-label{font-weight:700;font-size:.82rem;color:#5a6470}.bundle-item-weight{font-size:.72rem;color:var(--muted)}.bundle-item-stepper{display:flex;align-items:center;justify-content:center;gap:.85rem}.bundle-item-stepper-button{width:34px;height:34px;border-radius:50%;border:none;background:#eef1f4;color:var(--primary);font-family:inherit;font-size:1.15rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.bundle-item-stepper-button:disabled{background:#f2f4f6;color:#c3cbd3;cursor:default}.bundle-item-stepper-button-primary{background:var(--primary);color:#fff}.bundle-item-stepper-button-primary:disabled{background:#e4e8ec;color:#b3bcc6}.bundle-item-stepper-qty{min-width:16px;text-align:center;font-weight:800;font-size:.95rem;color:var(--primary)}.size-option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.size-option-card{display:flex;align-items:center;gap:.7rem;padding:.7rem;border-radius:14px;border:2px solid var(--border);background:#fff;color:var(--primary);font-family:inherit;text-align:left;cursor:pointer}.size-option-card-active{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 30%,white)}.size-option-card-skeleton,.option-pill-skeleton{cursor:default}.size-option-image-wrapper{width:52px;height:52px;border-radius:12px;background:#eef4fa;overflow:hidden;flex-shrink:0}.size-option-image,.size-option-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.size-option-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.size-option-label{font-weight:600;font-size:.92rem;line-height:1.1}.size-option-weight{font-size:.72rem;font-weight:600;color:var(--muted)}.size-option-check{width:18px;height:18px;color:var(--primary);flex-shrink:0}.edit-subscription-content-list{display:flex;flex-direction:column;gap:.6rem}.edit-subscription-content-item{display:flex;align-items:center;gap:.85rem;background:#faf9f6;border-radius:16px;padding:.7rem}.edit-subscription-content-item-image-wrapper{width:58px;height:58px;border-radius:13px;background:#eef4fa;overflow:hidden;flex-shrink:0}.edit-subscription-content-item-image,.edit-subscription-content-item-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.edit-subscription-content-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.edit-subscription-content-item-name{font-weight:600;font-size:.9rem;color:var(--primary);line-height:1.25}.edit-subscription-content-item-desc{font-size:.78rem;color:var(--muted)}.edit-subscription-content-item-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 .55rem;border-radius:15px;background:var(--primary);color:#fff;font-weight:600;font-size:.78rem;flex-shrink:0}.edit-subscription-address{display:flex;align-items:center;gap:.6rem;margin:1.1rem 0 0;font-size:.85rem;color:var(--muted)}.edit-subscription-address svg{width:16px;height:16px;color:#8a8f96}.edit-subscription-address span{color:var(--primary);font-weight:700}.edit-subscription-form>.button{margin-top:1.2rem}.edit-subscription-swap-section{display:flex;flex-direction:column;gap:.75rem}.edit-subscription-swap-card{width:100%;display:flex;align-items:center;gap:.9rem;border:1.5px solid var(--border);border-radius:18px;background:color-mix(in srgb,var(--primary-soft) 22%,white);font-family:inherit;padding:1rem 1.1rem;cursor:pointer;transition:background-color .12s ease}.edit-subscription-swap-card:hover{background:color-mix(in srgb,var(--primary-soft) 34%,white)}.edit-subscription-swap-card-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--primary-soft) 55%,white);display:flex;align-items:center;justify-content:center}.edit-subscription-swap-card-icon svg{width:21px;height:21px;fill:var(--primary)}.edit-subscription-swap-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem;text-align:left}.edit-subscription-swap-card-title{font-weight:800;font-size:.97rem;color:var(--primary)}.edit-subscription-swap-card-subtitle{font-size:.8rem;color:var(--muted)}.edit-subscription-swap-card-chevron{flex-shrink:0;width:20px;height:20px;fill:var(--primary)}.edit-subscription-cancel-section{margin-top:.75rem}.edit-subscription-cancel{width:100%;margin-top:.4rem;border:none;background:transparent;display:flex;align-items:center;justify-content:center;gap:.55rem;color:var(--primary);font-family:inherit;font-weight:500;font-size:.9rem;text-decoration:underline;cursor:pointer}.edit-subscription-cancel svg{width:17px;height:17px}.reschedule-options>div{display:flex;flex-direction:column;gap:.75rem}.reschedule-calendar{background:color-mix(in srgb,var(--primary-soft) 30%,white);border-radius:16px;padding:1rem}.reschedule-calendar-header{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-bottom:.85rem}.reschedule-calendar-nav{border:none;background:transparent;cursor:pointer;padding:.25rem;display:flex;color:var(--primary)}.reschedule-calendar-nav svg{width:18px;height:18px}.reschedule-calendar-label{font-weight:800;font-size:.92rem;color:var(--primary);text-transform:capitalize}.reschedule-calendar-dow{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:.4rem}.reschedule-calendar-dow-cell{text-align:center;font-size:.68rem;font-weight:700;color:#7c8894}.reschedule-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.reschedule-calendar-day,.reschedule-calendar-day-empty{height:38px;border-radius:11px}.reschedule-calendar-day-empty{visibility:hidden}.reschedule-calendar-day{border:2px solid transparent;background:transparent;color:var(--primary);font-family:inherit;font-weight:700;font-size:.82rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.reschedule-calendar-day:disabled{cursor:default}.reschedule-calendar-day-past{color:#b3bcc6}.reschedule-calendar-day-selected{background:var(--primary);color:#fff}.account-menu-content{width:100%;display:grid;gap:.85rem;padding-bottom:1rem}.account-details-card{display:flex;align-items:center;gap:1rem}.account-details-avatar{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:color-mix(in srgb,var(--primary-soft) 35%,white);flex-shrink:0}.account-details-avatar-icon{width:24px;height:24px;color:var(--primary)}.account-details-info{min-width:0;display:grid;gap:2px}.account-details-label,.account-details-name,.account-details-email{margin:0}.account-details-label{font-size:.85rem;color:var(--muted)}.account-details-name{font-weight:600;font-size:1.1rem;color:var(--primary)}.account-details-email{font-size:.85rem;color:color-mix(in srgb,var(--muted) 70%,white);overflow-wrap:anywhere}.membership-card{display:grid;gap:.85rem}.membership-card-header{display:flex;align-items:center;justify-content:space-between}.membership-card-title{font-weight:600;font-size:.95rem;color:var(--primary)}.membership-card-chevron{width:1.1rem;height:1.1rem;color:var(--primary);flex-shrink:0}.membership-card-tier{margin:0;font-weight:600;font-size:clamp(1.6rem,6vw,2.1rem);letter-spacing:.5px;text-transform:uppercase}.membership-card-progress{display:flex;gap:5px}.membership-card-step{flex:1;min-width:0;display:grid;gap:6px}.membership-card-bar{height:5px;border-radius:3px;background:#e6e2da}.membership-card-step-label{margin:0;font-size:.68rem;font-weight:600;text-align:center;color:#b3bcc6}.membership-card-step-label-done{color:var(--primary);font-weight:700}.membership-card-step-label-current{font-weight:700}.membership-card-copy{margin:0;font-size:.85rem;color:var(--muted);line-height:1.5}.account-menu-items{display:grid;gap:.85rem}.account-menu-item{display:flex;align-items:center;gap:1rem;width:100%;border:0;cursor:pointer;text-align:left;font-family:inherit;transition:transform .12s ease,background-color .12s ease}.account-menu-item:hover{transform:translate(2px)}.account-menu-item-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:color-mix(in srgb,var(--primary-soft) 35%,white);color:var(--primary);flex-shrink:0}.account-menu-item-icon svg{width:22px;height:22px}.account-menu-item-label{flex:1;font-weight:600;font-size:1rem;color:var(--primary)}.account-legal-card{padding:.2rem 1.1rem}.account-legal-link{border-top:1px solid rgba(0,59,97,.08)}.account-legal-link:first-child{border-top:0}.account-logout-button{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;cursor:pointer;font-family:inherit}.account-logout-button:disabled{cursor:not-allowed;opacity:.7}.account-logout-label{font-weight:600;font-size:.95rem;color:var(--primary)}.account-logout-icon{width:1.3rem;height:1.3rem;color:var(--primary)}.products-content{width:min(100%,560px);margin:0 auto;display:grid;gap:1rem}.products-filter-bar{display:flex;align-items:center;gap:.625rem}.products-filter-button{height:48px;border:none;border-radius:999px;background:var(--surface-strong);box-shadow:var(--shadow-card);padding:0 1.25rem;font-family:inherit;font-weight:700;font-size:.9rem;color:var(--primary);display:flex;align-items:center;gap:.5rem;cursor:default}.products-filter-button-icon{width:48px;padding:0;justify-content:center;flex-shrink:0}.products-filter-icon{width:18px;height:18px;fill:currentColor;flex-shrink:0}.products-filter-chevron{width:13px;height:13px}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.products-empty{margin:0;color:var(--muted);text-align:center;padding:1.5rem 0}.product-card{display:flex;flex-direction:column;gap:.5rem;min-width:0;cursor:pointer}.product-card:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:22px}.product-card-media{position:relative;aspect-ratio:1;border-radius:22px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden}.product-card-image{width:100%;height:100%;object-fit:cover;display:block}.product-card-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.8rem}.product-card-favorite{position:absolute;bottom:12px;right:12px;width:42px;height:42px;border-radius:50%;border:none;background:#7878786b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:default}.product-card-favorite-icon{width:21px;height:21px;fill:#fff}.product-card-name{margin:0;font-weight:700;font-size:.95rem;color:var(--primary);line-height:1.2}.product-card-price-row{display:flex;align-items:center;gap:.5rem}.product-card-price{font-weight:700;font-size:.95rem;color:var(--primary)}.product-card-badge{color:#fff;font-size:.68rem;font-weight:800;padding:.25rem .6rem;border-radius:12px;white-space:nowrap}.product-card-old-price{margin:-.2rem 0 0;font-size:.8rem;font-weight:600;color:var(--muted);text-decoration:line-through}#product-detail-page{padding:0}.product-detail-page{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}.product-detail-page-inline{position:static;inset:auto;overflow:visible;min-height:0}.product-detail-page-inline .product-detail-scroll{flex:none;overflow-y:visible;padding-bottom:0}.product-detail-back-button{position:absolute;top:calc(1.5rem + env(safe-area-inset-top,0px));left:1.25rem;z-index:30;width:44px;height:44px;border-radius:50%;border:none;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);color:var(--primary);cursor:pointer}.product-detail-back-button svg{width:20px;height:20px;fill:currentColor}.product-detail-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(6.5rem + env(safe-area-inset-bottom,0px));scrollbar-width:none;-ms-overflow-style:none}.product-detail-scroll::-webkit-scrollbar{display:none}.product-detail-media{position:relative}.product-detail-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.product-detail-slider::-webkit-scrollbar{height:0}.product-detail-night-toggle{position:absolute;top:calc(1.5rem + env(safe-area-inset-top,0px));right:1.25rem;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid #d2d2d2;background:#fff;overflow:hidden;padding:0;cursor:pointer}.product-detail-night-toggle:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--primary);transform:rotate(175deg);transform-origin:75% bottom;transition:transform .5s ease-in-out}.product-detail-night-toggle-active{border-color:var(--primary)}.product-detail-night-toggle-active:before{transform:rotate(0)}.product-detail-night-toggle-icon{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform-origin:75% bottom;transition:transform .5s ease-in-out}.product-detail-night-toggle-icon svg{width:20px;height:20px;fill:currentColor}.product-detail-night-toggle-icon-moon{color:var(--primary);transform:rotate(0)}.product-detail-night-toggle-icon-sun{color:#fff;transform:rotate(-175deg)}.product-detail-night-toggle-icon-hidden{transform:rotate(175deg)}.product-detail-night-toggle-icon-visible{transform:rotate(0)}.product-detail-slide{flex:0 0 100%;aspect-ratio:1/1.05;scroll-snap-align:center;background:color-mix(in srgb,var(--primary-soft) 20%,white);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-slide-image{width:90%;height:90%;object-fit:cover;display:block;border-radius:20px}.product-detail-slide-placeholder{color:var(--muted);font-size:.85rem}.product-detail-dots{display:flex;justify-content:center;gap:7px}.product-detail-dot{width:8px;height:8px;border-radius:4px;background:#cdd2d8;transition:all .2s}.product-detail-dot-active{width:22px;background:var(--primary)}.product-detail-info,.product-detail-error,.product-detail-skeleton{width:min(100%,560px);margin:0 auto;padding:1.25rem 1.375rem 0}.product-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.product-detail-title{flex:1;min-width:0;margin:0;font-weight:600;font-size:1.5rem;color:var(--primary);line-height:1.2}.product-detail-title-actions{display:flex;gap:12px;flex-shrink:0}.product-detail-icon-button{width:52px;height:52px;border-radius:50%;border:1.5px solid var(--border);background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;cursor:default}.product-detail-icon-button svg{width:22px;height:22px;fill:currentColor}.product-detail-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}.product-detail-price{font-weight:600;font-size:1.6rem;color:var(--primary)}.product-detail-badge{color:#fff;font-size:.78rem;font-weight:800;padding:5px 12px;border-radius:13px;white-space:nowrap}.product-detail-old-price{margin:6px 0 0;font-size:.94rem;font-weight:600;color:var(--muted);text-decoration:line-through}.product-detail-section{margin-top:16px}.product-detail-section-label{margin:0;font-size:.94rem;color:var(--primary)}.product-detail-format-current{color:var(--muted);margin-left:6px}.product-detail-format-group{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.product-detail-format-option{border:1.5px solid #dfe3e8;background:#fff;color:var(--primary);font-family:inherit;font-weight:600;font-size:.94rem;padding:15px 22px;border-radius:28px;cursor:pointer;transition:border-color .12s ease}.product-detail-format-option-active{border-color:var(--primary);font-weight:800}.product-detail-color-group{display:flex;gap:20px;margin-top:16px;flex-wrap:wrap}.product-detail-color-option{border:none;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.product-detail-color-ring{width:56px;height:56px;border-radius:50%;border:2px solid #e6e2da;display:flex;align-items:center;justify-content:center;transition:border-color .12s ease}.product-detail-color-option-active .product-detail-color-ring{border-color:var(--primary)}.product-detail-color-swatch{width:44px;height:44px;border-radius:50%;background:#e5e5e5;box-shadow:inset 0 0 0 1px #00000014}.product-detail-color-name{font-size:.8rem;font-weight:600;color:var(--muted);text-align:center}.product-detail-color-option-active .product-detail-color-name{color:var(--primary);font-weight:800}.product-detail-qty-stepper{display:inline-flex;align-items:center;gap:8px;background:#eef0f2;border-radius:26px;padding:6px;margin-top:14px}.product-detail-qty-button{width:44px;height:44px;border-radius:50%;border:none;background:#fff;color:var(--primary);font-size:24px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-card)}.product-detail-qty-button:disabled{color:#c3cbd3;cursor:default;box-shadow:none}.product-detail-qty-value{min-width:34px;text-align:center;font-size:1.1rem;font-weight:800;color:var(--primary)}.product-detail-hygiene-preview{width:100%;border:1.5px solid var(--border);background:#fff;border-radius:18px;padding:16px;display:flex;align-items:center;gap:14px;cursor:pointer;font-family:inherit;text-align:left}.product-detail-hygiene-preview svg{width:20px;height:20px;fill:#9aa2ab;flex-shrink:0}.product-detail-hygiene-preview-thumbs{display:flex;flex-shrink:0}.product-detail-hygiene-preview-thumb{width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--primary-soft) 25%,white);overflow:hidden;border:2px solid #fff}.product-detail-hygiene-preview-thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-detail-hygiene-preview-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.product-detail-hygiene-preview-title{font-weight:800;font-size:.875rem;color:var(--primary)}.product-detail-hygiene-preview-subtitle{font-size:.78rem;color:var(--muted)}.product-detail-hygiene-section-label{margin-top:22px}.product-detail-hygiene-subtitle{margin:6px 0 0;font-size:.8rem;color:var(--muted);line-height:1.5}.product-detail-hygiene-recap{margin-top:14px;background:#eef4fa;border:1px solid #d3e2f0;border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px}.product-detail-hygiene-recap svg{width:18px;height:18px;fill:#103a5c;flex-shrink:0}.product-detail-hygiene-recap-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.product-detail-hygiene-recap-label{font-size:.72rem;font-weight:700;color:#3f6484;text-transform:uppercase}.product-detail-hygiene-recap-title{font-weight:800;font-size:.84rem;color:#103a5c}.product-detail-hygiene-recap-address{font-size:.75rem;color:#5a7591}.product-detail-hygiene-recap-change{border:none;background:transparent;color:#103a5c;font-family:inherit;font-weight:700;font-size:.8rem;cursor:pointer;flex-shrink:0}.product-detail-description{margin-top:28px;border-top:1px solid #e8e5df;padding-top:20px}.product-detail-section-title{margin:0 0 8px;font-weight:800;font-size:1rem;color:var(--primary)}.product-detail-description-text{margin:0;font-size:.9rem;color:var(--muted);line-height:1.6}.product-detail-cta-inline{margin-top:26px}.product-detail-cta-bar{position:absolute;left:0;right:0;bottom:0;z-index:20;background:var(--bg);padding:1rem 1.375rem calc(1.625rem + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 24px #003b610f}.product-detail-cta{width:100%;height:58px;border:none;border-radius:var(--radius-sm);background:var(--primary);color:#fff;font-family:inherit;font-weight:400;font-size:1rem;letter-spacing:.11rem;display:flex;align-items:center;justify-content:center;gap:10px;cursor:default}.product-detail-cta svg{width:19px;height:19px;fill:currentColor}
