@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.fixed{position:fixed}.block{display:block}.inline{display:inline}.table-row{display:table-row}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}.admin-empty{background:#fff;padding:50px;text-align:center}.admin-editor-backdrop{position:fixed;inset:0;background:#0008;z-index:50}.admin-editor{position:fixed;z-index:51;inset:0 0 0 auto;width:min(760px,100%);background:#fff;padding:28px;overflow:auto;animation:slideIn .25s ease}.admin-editor .drawer-head{margin-bottom:28px}.admin-editor .drawer-head h2{margin-top:8px}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.editor-checks{display:flex;gap:28px;align-items:center;margin:18px 0}.editor-checks .checkbox{margin:0}.option-editor-head{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:30px;margin-top:25px}.option-editor-head h3{font-size:24px;margin-bottom:5px}.option-editor-head p{font-size:12px}.admin-option-group{border:1px solid var(--line);border-radius:14px;padding:18px;margin:18px 0}.group-head{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center}.group-head input{font-size:18px;font-weight:800}.danger{color:#a31212}.admin-options{display:grid;gap:8px;margin:15px 0}.admin-option-row{display:grid;grid-template-columns:1fr 110px 90px 42px;gap:8px;align-items:center}.admin-option-row .checkbox{margin:0}.editor-actions{position:sticky;bottom:-28px;background:#fff;border-top:1px solid var(--line);padding:18px 0 28px;margin-top:30px;display:flex;justify-content:space-between;align-items:center}.form-error{background:#fff0f0;color:#8c1717;padding:12px;border-radius:10px;font-size:13px}@media(max-width:650px){.admin-empty{padding:35px 20px}.admin-editor{padding:20px 16px 95px}.editor-grid{grid-template-columns:1fr}.editor-checks{align-items:start;flex-direction:column;gap:12px}.option-editor-head{align-items:start;gap:15px}.option-editor-head .button{min-height:44px;padding:0 12px}.group-head{grid-template-columns:1fr}.admin-option-row{grid-template-columns:1fr 85px 42px}.admin-option-row .checkbox{grid-row:2;grid-column:1/3}.editor-actions{bottom:-95px;gap:20px}}.google-button{width:100%;height:54px;border:1px solid #c7c7c7;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:13px;font-weight:750;color:#171717;transition:border-color .2s,background .2s}.google-button:hover{border-color:#000;background:#fafafa}.google-button svg{width:20px;height:20px;flex:0 0 20px}.auth-divider{display:flex;align-items:center;gap:14px;margin:27px 0;color:#8a8a8a;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e8e8e8;flex:1}.email-verification{max-width:520px}.email-verification-icon{width:62px;height:62px;margin-bottom:34px;display:grid;place-items:center;border-radius:50%;background:#000;color:#fff}.email-verification-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.email-verification h2{margin:14px 0 18px;font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em}.email-verification>p:not(.eyebrow,.success,.form-error){max-width:460px;color:#6b6b6b;font-size:16px;line-height:1.6}.email-verification strong{color:#000}.email-verification .success,.email-verification .form-error{margin:24px 0 0}.verification-actions{margin-top:30px;display:flex;flex-direction:column;align-items:flex-start}.verification-actions .text-button{margin-top:18px}.verification-actions .muted{color:#6b6b6b;margin-top:12px}@media(max-width:900px){.email-verification{max-width:none}.email-verification-icon{margin-bottom:24px}}.onboarding-backdrop{position:fixed;inset:0;background:#000b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:90}.onboarding-modal{position:fixed;z-index:91;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(620px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;background:#fff;padding:clamp(24px,4vw,45px);border-radius:18px}.onboarding-modal h1{font-size:clamp(38px,5vw,56px);margin:16px 0}.onboarding-modal>p:not(.eyebrow){font-size:14px;margin-bottom:28px}.onboarding-progress{display:flex;gap:6px;margin-bottom:25px}.onboarding-progress span{height:3px;background:#ddd;flex:1}.onboarding-progress span.active{background:#000}.onboarding-modal label small{display:block;color:#777;font-weight:400;margin-top:2px}.onboarding-modal input:disabled{background:#f5f5f5;color:#777}.health-fields{margin-top:5px}.onboarding-warning{background:#f5f5f5;padding:12px;font-size:11px;margin:5px 0 18px}.onboarding-actions{display:flex;justify-content:space-between;gap:12px}.onboarding-actions .button:last-child{flex:1}@media(max-width:650px){.onboarding-modal{inset:0;width:100%;height:100dvh;max-height:none;transform:none;border-radius:0;padding:25px 20px;display:block}.onboarding-modal h1{font-size:40px}.onboarding-actions{position:sticky;bottom:-25px;background:#fff;padding:14px 0 25px}}.account-subnav{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid #e8e8e8;font-size:13px;font-weight:700}.account-subnav a{display:inline-flex;align-items:center;min-height:40px}.addresses-page{max-width:none;border-top:0;padding-top:64px}.addresses-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:46px}.addresses-title h1{margin:14px 0 0;font-size:clamp(48px,6vw,72px)}.addresses-title .button{min-width:130px}.address-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),520px));gap:18px}.address-list .address-card{position:relative;margin:0;min-height:320px;padding:30px;background:#fff;border:1px solid #dedede;border-radius:18px;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,border-color .2s}.address-list .address-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#000}.address-list .address-card:hover{transform:translateY(-2px);border-color:#aaa}.address-list .address-card>div:first-child{flex:1;padding-left:6px}.address-list .address-card>div:first-child>span{display:inline-flex;background:#000;color:#fff;border-radius:20px;padding:6px 10px;font-size:9px;font-weight:800;letter-spacing:.08em}.address-list .address-card h2{font-size:29px;margin:24px 0 12px}.address-list .address-card p{font-size:15px;line-height:1.72;color:#333;margin:0}.address-list .address-card small{display:block;color:#777;border-top:1px solid #eee;padding-top:14px;margin-top:16px}.address-actions{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #e8e8e8;padding:18px 0 0 6px;margin-top:24px}.address-actions .text-button{font-size:11px;font-weight:750;text-decoration:none;background:#f5f5f5;color:#171717;border-radius:9px;padding:10px 13px;margin:0}.address-actions .text-button:hover{background:#e9e9e9}.address-actions .danger{margin-left:auto;background:transparent;color:#9f1f1f}.address-modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:60}.address-modal{position:fixed;z-index:61;inset:0 0 0 auto;width:min(560px,100%);background:#fff;padding:30px;overflow:auto;animation:slideIn .25s ease}.address-modal .drawer-head{margin-bottom:32px}.address-modal .drawer-head h2{font-size:34px}.address-modal form{padding-bottom:30px}@media(max-width:650px){.account-subnav{padding-bottom:14px}.addresses-page{padding-top:42px}.addresses-title{align-items:center;margin-bottom:32px}.addresses-title h1{font-size:43px}.addresses-title .button{min-width:0;min-height:44px;padding:0 16px}.address-list{grid-template-columns:1fr}.address-list .address-card{min-height:290px;padding:24px 22px}.address-modal{padding:20px}.address-actions .danger{margin-left:0}}.products-section .product-grid>.empty-state{grid-column:1 / -1;width:100%;min-height:320px;display:grid;place-content:center}.address-type{border:0;padding:0;margin:0 0 24px}.address-type legend{font-size:12px;font-weight:750;margin-bottom:10px}.address-type-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.address-type-options button{min-height:50px;border:1px solid #dedede;border-radius:11px;background:#fff;font-size:13px;font-weight:700;transition:border-color .2s,background .2s,color .2s}.address-type-options button:hover{border-color:#888}.address-type-options button.selected{background:#000;color:#fff;border-color:#000}.custom-address-label{margin-top:14px;margin-bottom:0}@media(max-width:390px){.address-type-options{grid-template-columns:1fr}.address-type-options button{min-height:46px}}app-orders .subpage{max-width:none}.subpage>.empty-state{width:100%;min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 24px}.subpage>.empty-state h2{font-size:clamp(30px,4vw,42px);margin:0 0 22px}.subpage>.empty-state p{margin:0 0 34px;max-width:440px}.subpage>.empty-state .button{min-width:150px}.account-shop-nav{min-height:56px;margin-bottom:34px;display:flex;align-items:center;gap:20px}.account-shop-back{display:inline-flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #bdbdbd;font-size:12px;font-weight:750;transition:border-color .2s}.account-shop-back:hover{border-color:#000}.account-shop-back span{font-size:17px;font-weight:400}@media(max-width:650px){.subpage>.empty-state{min-height:340px;padding:58px 12px}.subpage>.empty-state h2{font-size:31px;margin-bottom:18px}.subpage>.empty-state p{margin-bottom:28px}.account-shop-nav{min-height:50px;margin-bottom:28px}.account-shop-back{gap:8px;font-size:11px}}.icon-nav{gap:10px}.desktop-nav.icon-nav a,.header-icon{width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:12px;color:#171717;transition:background .2s,color .2s}.desktop-nav.icon-nav a:hover,.header-icon:hover{background:#f2f2f2}.desktop-nav.icon-nav a.active{background:#000;color:#fff}.desktop-nav.icon-nav a.active:after{display:none}.icon-nav svg,.header-icon svg,.icon-cart svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-cart{display:flex;align-items:center;gap:7px;padding:9px 11px}.icon-cart span{margin-left:0}.mode-switch{font-size:11px;background:#f5f5f5;padding:10px 12px;border-radius:10px}.account-trigger{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;overflow:hidden;border:1px solid #e2e2e2;border-radius:50%;background:#f5f5f5;color:#000;transition:border-color .2s,transform .2s}.account-trigger:hover{border-color:#000;transform:translateY(-1px)}.account-trigger img{width:100%;height:100%;object-fit:cover}.account-trigger span{font-size:11px;font-weight:850;letter-spacing:.02em}.account-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-admin-link{align-items:center;gap:10px}.mobile-admin-link span{padding:5px 7px;border-radius:5px;background:#000;color:#fff;font-size:8px;font-weight:850;letter-spacing:.1em}.mobile-admin-link b{margin-left:auto;font-size:16px}.drawer-head h2[aria-label="Ton panier"]{width:44px;height:44px;display:grid;place-items:center;margin:0;border-radius:50%;background:#000;color:#fff}.drawer-cart-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.desktop-mode-switch{display:none}.icon-cart{display:flex}.icon-cart svg{width:20px;height:20px}.account-trigger{width:38px;height:38px;flex-basis:38px}.mobile-menu{box-shadow:0 18px 30px #00000012;border-bottom:1px solid #e8e8e8}.mobile-menu a{min-height:42px;display:flex;align-items:center;font-weight:700}.mobile-menu .mobile-admin-link{margin-top:6px;padding:14px;border-radius:12px;background:#f5f5f5}}@media(max-width:420px){.account-trigger{width:36px;height:36px;flex-basis:36px}.header-actions{gap:4px}.icon-cart{padding:8px 9px}}.shop-page{padding:clamp(55px,8vw,110px) var(--pad) clamp(90px,12vw,150px)}.shop-heading{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:64px}.shop-heading .eyebrow{grid-column:1/-1}.shop-heading h1{font-size:clamp(54px,6vw,86px);margin:20px 0 0}.shop-heading>p:last-child{max-width:300px;margin:0 0 8px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,320px));gap:52px 24px;align-items:start}.shop-product{min-width:0}.shop-product-visual{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:#f5f5f5}.shop-product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.shop-product:hover .shop-product-visual img{transform:scale(1.035)}.shop-card-arrow{position:absolute;right:14px;bottom:14px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#000;font-size:20px;box-shadow:0 4px 18px #00000012;transition:transform .2s,background .2s}.shop-product:hover .shop-card-arrow{transform:translateY(-2px);background:#000;color:#fff}.shop-product-copy{padding:17px 3px 0}.shop-product-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.shop-product-copy h2{min-width:0;margin:0;font-size:clamp(21px,1.7vw,27px);line-height:1.05}.shop-product-title strong{flex:none;font-size:14px;white-space:nowrap}.shop-product-copy p{display:-webkit-box;min-height:40px;margin:10px 0 0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shop-state{min-height:400px;grid-column:1/-1}@media(max-width:1000px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 20px}}@media(max-width:650px){.shop-page{padding:45px 16px 100px}.shop-heading{display:block;margin-bottom:38px}.shop-heading h1{font-size:48px}.shop-heading>p:last-child{margin-top:20px;font-size:14px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 12px}.shop-product-visual{border-radius:14px}.shop-card-arrow{right:9px;bottom:9px;width:38px;height:38px;font-size:17px}.shop-product-copy{padding:13px 2px 0}.shop-product-title{display:block}.shop-product-copy h2{font-size:19px}.shop-product-title strong{display:block;margin-top:7px;font-size:12px}.shop-product-copy p{min-height:34px;margin-top:8px;font-size:10px;line-height:1.45}}@media(max-width:359px){.shop-grid{grid-template-columns:1fr}.shop-product-visual{aspect-ratio:1/1}}.admin-page .filter-tabs{gap:10px;padding:4px 2px 18px;margin-bottom:22px}.admin-page .filter-tabs button{padding:11px 16px}.admin-page .admin-empty{min-height:240px;padding:64px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.admin-page .admin-empty h2{font-size:28px;margin:0 0 16px}.admin-page .admin-empty p{margin:0;line-height:1.7}@media(max-width:650px){.admin-page .filter-tabs{margin-right:-16px;padding-bottom:14px;margin-bottom:16px}.admin-page .admin-empty{min-height:280px;padding:55px 20px}.admin-page .admin-empty h2{font-size:25px;margin-bottom:14px}}.admin-page .admin-empty h2{margin-bottom:22px}.admin-page .admin-empty .button{margin-top:30px}.customers-admin .admin-title{align-items:end}.customers-admin .admin-title>div>p:last-child{margin:14px 0 0}.customer-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 180px 170px;gap:10px;margin-bottom:24px}.customer-search{position:relative;margin:0}.customer-search svg{position:absolute;left:15px;top:15px;width:19px;height:19px;fill:none;stroke:#777;stroke-width:1.8}.customer-search input{padding-left:44px}.customer-toolbar select{padding:0 13px}.customer-table{background:#fff;border:1px solid #e4e4e4;border-radius:14px;overflow:hidden}.customer-row{width:100%;display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(220px,1.2fr) 110px 100px 120px 30px;gap:16px;align-items:center;padding:17px 20px;border:0;border-bottom:1px solid #ededed;background:#fff;text-align:left;color:#171717}.customer-row:not(.customer-head):hover{background:#fafafa}.customer-row:last-child{border-bottom:0}.customer-head{font-size:9px;font-weight:800;letter-spacing:.1em;color:#777;background:#fafafa}.customer-identity{display:flex;align-items:center;gap:12px;min-width:0}.customer-identity i{width:42px;height:42px;display:grid;place-items:center;background:#111;color:#fff;border-radius:50%;font-size:11px;font-style:normal;font-weight:800;flex:none}.customer-identity>span,.customer-contact{display:flex;flex-direction:column;min-width:0}.customer-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-row small{color:#888;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:4px}.customer-status,.role-badge{display:inline-flex;width:max-content;border-radius:20px;padding:7px 10px;background:#e5f7ec;color:#126537;font-size:9px;text-transform:uppercase;letter-spacing:.05em}.customer-status.disabled{background:#f1f1f1;color:#777}.role-badge{background:#f1f1f1;color:#444}.role-badge.admin{background:#111;color:#fff}.row-arrow{font-size:18px}.customer-drawer-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:60}.customer-drawer{position:fixed;z-index:61;inset:0 0 0 auto;width:min(650px,100%);background:#fff;padding:30px;overflow:auto;animation:slideIn .25s ease}.customer-drawer .drawer-head{margin-bottom:30px}.customer-drawer .drawer-head h2{margin-top:8px}.customer-drawer form{padding-bottom:28px}.drawer-note{background:#f5f5f5;padding:15px;font-size:12px;margin-bottom:24px}.customer-profile-head{display:flex;align-items:center;gap:17px;background:#f5f5f5;padding:20px;margin-bottom:26px}.customer-profile-head>span{width:58px;height:58px;display:grid;place-items:center;background:#000;color:#fff;border-radius:50%;font-weight:800}.customer-profile-head h3{font-size:24px;margin:0 0 5px}.customer-profile-head p{margin:0;font-size:12px}.customer-danger{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:25px}.customer-danger p{font-size:12px;margin:7px 0 0}.customer-danger .button{min-height:46px}.auth-delete-note{font-size:10px;background:#fff8e8;color:#735200;padding:12px;margin-top:20px}@media(max-width:1100px){.customer-row{grid-template-columns:minmax(190px,1.2fr) minmax(190px,1fr) 95px 80px 25px}.customer-row>span:nth-child(5){display:none}.customer-head>span:nth-child(5){display:none}}@media(max-width:760px){.customer-toolbar{grid-template-columns:1fr 1fr}.customer-search{grid-column:1/-1}.customer-table{border:0;background:transparent;display:grid;gap:10px}.customer-head{display:none}.customer-row{grid-template-columns:1fr auto;padding:17px;border:1px solid #e4e4e4;border-radius:12px}.customer-row>.customer-contact{grid-column:1}.customer-row>span:nth-child(3),.customer-row>span:nth-child(4){grid-row:2}.customer-row>span:nth-child(4){justify-self:end}.customer-row>.row-arrow{grid-column:2;grid-row:1}.customer-drawer{padding:22px 18px 90px}.customer-danger{align-items:start;flex-direction:column}.customers-admin .admin-title{align-items:start}.customers-admin .admin-title .button{min-height:44px;padding:0 13px}}.customer-identity>img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}.customer-profile-head>span{overflow:hidden}.customer-profile-head>span img{width:100%;height:100%;object-fit:cover}.customer-table{overflow-x:auto}.customer-row{min-width:920px;min-height:76px;font-size:13px;padding:18px 22px}.customer-head{min-height:58px;font-size:12px;font-weight:800;letter-spacing:.025em;color:#333;background:#f1f1ef}.customer-row strong{font-size:14px}.customer-row small{font-size:11px;line-height:1.4}.customer-status,.role-badge{font-size:10px;padding:8px 11px}.row-arrow{font-size:21px;font-weight:700}@media(max-width:760px){.customer-table{overflow:visible}.customer-row{min-width:0;min-height:0;font-size:13px}.customer-row strong{font-size:14px}}.order-toolbar{display:grid;grid-template-columns:minmax(300px,1fr) auto;align-items:end;gap:20px;margin-bottom:24px}.order-search{width:100%}.order-results{color:#6b6b6b;font-size:12px;white-space:nowrap}.order-date-range{display:flex;align-items:end;gap:10px;margin:0}.order-date-range label{min-width:180px;margin:0}.order-date-range label>span{color:#6b6b6b;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.order-date-range input{min-height:48px;background:#fff}.order-date-range .text-button{min-height:48px;padding:0 12px}.order-filter-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.admin-orders-page .filter-tabs{padding-bottom:3px}.order-detail-trigger{border:0;border-bottom:1px solid #aaa;padding:7px 0;background:transparent;font-size:11px;font-weight:750}.order-detail-trigger span{margin-left:8px}.order-customer-line{display:flex;align-items:center;gap:12px;margin-top:8px}.orders-mobile .order-customer-line h2{margin:0}.order-customer-avatar{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#111;color:#fff;font-size:10px;font-weight:850;letter-spacing:-.02em}.order-customer-avatar img{width:100%;height:100%;object-fit:cover}.admin-order-backdrop{position:fixed;z-index:60;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-order-drawer{position:fixed;z-index:61;inset:0 0 0 auto;width:min(720px,100%);padding:30px;overflow-y:auto;background:#fff;animation:slideIn .25s ease}.admin-order-drawer .drawer-head{align-items:flex-start;margin-bottom:28px}.admin-order-drawer .drawer-head h2{margin:8px 0 6px;font-size:30px}.admin-order-drawer .drawer-head small{color:#777;font-size:11px}.admin-order-status{padding:18px;border-radius:12px;background:#f5f5f5}.admin-order-status label{margin:0}.admin-order-status select{margin-top:4px;background:#fff;font-weight:750}.admin-order-section{padding:34px 0;border-bottom:1px solid #e8e8e8}.admin-order-section h3{margin:0 0 20px;font-size:22px}.admin-order-section-title{display:flex;align-items:center;justify-content:space-between}.admin-order-section-title>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#000;color:#fff;font-size:11px;font-weight:800}.admin-order-edit-note{margin:-8px 0 18px;color:#6b6b6b;font-size:11px}.admin-order-items{display:grid;gap:9px}.admin-order-items article{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:15px;padding:13px;border-radius:12px;background:#f5f5f5}.admin-order-items img{width:74px;height:84px;border-radius:8px;object-fit:cover}.admin-order-items h4{margin:0 0 7px;font-size:16px}.admin-order-items p{margin:0 0 5px;font-size:11px}.admin-order-items small{display:block;margin-top:4px;color:#6b6b6b;font-size:10px}.admin-order-line-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.admin-quantity-editor{display:grid;grid-template-columns:30px 34px 30px;align-items:center;overflow:hidden;border:1px solid #d8d8d8;border-radius:9px;background:#fff}.admin-quantity-editor button{width:30px;height:32px;border:0;background:#fff;font-size:17px}.admin-quantity-editor button:hover:not(:disabled){background:#eee}.admin-quantity-editor span{text-align:center;font-size:11px;font-weight:800}.admin-order-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.admin-order-info-grid small,.admin-delivery-note small{color:#777;font-size:8px;font-weight:800;letter-spacing:.1em}.admin-order-info-grid p{margin:8px 0 0;font-size:12px}.admin-delivery-note{margin-top:20px;padding:15px;border-radius:10px;background:#f5f5f5}.admin-delivery-note p{margin:7px 0 0;font-size:12px}.admin-order-totals{padding:28px 0 70px}.admin-order-totals dl{margin:0}.admin-order-totals dl>div{display:flex;justify-content:space-between;gap:25px;margin:14px 0}.admin-order-totals dd{margin:0;font-weight:700}@media(max-width:1050px){.order-toolbar{grid-template-columns:1fr;gap:10px}.order-search{width:100%}.order-date-range{display:grid;grid-template-columns:1fr 1fr}.order-date-range label{min-width:0}.order-date-range .text-button{grid-column:1 / -1;justify-self:start}}@media(max-width:650px){.order-filter-row{width:100%;min-width:0;align-items:flex-start;flex-direction:column-reverse;gap:10px}.admin-orders-page .filter-tabs{width:calc(100% + 16px);max-width:calc(100% + 16px);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.admin-orders-page .filter-tabs::-webkit-scrollbar{display:none}.admin-orders-page .filter-tabs button{flex:0 0 auto;scroll-snap-align:center}.admin-order-drawer{padding:22px 18px}.admin-order-info-grid{grid-template-columns:1fr;gap:18px}.admin-order-items article{grid-template-columns:62px 1fr}.admin-order-items img{width:62px;height:72px}.admin-order-line-actions{grid-column:2;align-items:flex-start}}.promotion-list{display:grid;gap:10px}.promotion-list article{display:grid;grid-template-columns:1.1fr .8fr 1fr .75fr 1.35fr auto 48px;align-items:center;gap:20px;padding:22px;background:#fff;border:1px solid #e7e7e7;border-radius:14px}.promotion-list article>div{display:flex;flex-direction:column;gap:7px}.promotion-list small{color:#777;font-size:8px;font-weight:800;letter-spacing:.09em}.promotion-list strong{font-size:13px}.promotion-code strong{font-size:18px;letter-spacing:.04em}.promotion-status{padding:7px 10px;border-radius:20px;background:#e5f7ec;color:#126537;font-size:9px;font-weight:800}.promotion-status.inactive{background:#eee;color:#777}.promotion-edit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.promo-editor .promo-code-input{text-transform:uppercase;font-weight:800;letter-spacing:.05em}.promo-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-top:30px;padding-top:24px;border-top:1px solid #e8e8e8}.promo-editor-actions .danger{margin-right:auto}.promo-empty{min-height:360px}@media(max-width:1100px){.promotion-list article{grid-template-columns:1fr 1fr 1fr auto}.promotion-list article>div:nth-child(4),.promotion-list article>div:nth-child(5){display:none}}@media(max-width:650px){.promotions-admin .admin-title{align-items:flex-start}.promotions-admin .admin-title .button{min-height:44px;padding:0 13px}.promotion-list article{grid-template-columns:1fr auto;padding:18px}.promotion-list article>div:nth-child(2),.promotion-list article>div:nth-child(3){display:none}.promotion-status{grid-column:1}.promotion-edit{grid-column:2;grid-row:1}.promo-editor-actions{align-items:stretch;flex-direction:column}.promo-editor-actions .danger{margin-right:0;align-self:flex-start}.promo-editor-actions .button{width:100%}}.orders-page{max-width:none}.customer-orders{display:grid;gap:12px}.customer-order-card{display:flex;justify-content:space-between;gap:30px;background:#f5f5f5;border:1px solid transparent;border-radius:14px;padding:25px;transition:background .2s,border-color .2s,transform .2s}.customer-order-card:hover{background:#fff;border-color:#ddd;transform:translateY(-2px)}.customer-order-card h2{font-size:23px;margin:10px 0}.customer-order-title{display:flex;align-items:flex-start;gap:10px}.customer-order-title svg{width:23px;height:23px;flex:0 0 23px;margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.customer-order-title span{min-width:0}.customer-order-card p{margin:0}.customer-order-card>div:last-child{display:grid;grid-template-columns:auto auto;align-items:center;justify-items:end;gap:12px 22px}.customer-order-card>div:last-child strong{font-size:20px}.customer-order-card>div:last-child b{grid-column:2;font-size:20px}.order-tabs{width:max-content;margin:-18px 0 34px;padding:4px;display:flex;gap:4px;border-radius:14px;background:#f1f1f1}.order-tabs button{position:relative;width:50px;height:46px;padding:0;display:grid;place-items:center;border:0;border-radius:11px;background:transparent;color:#6b6b6b;transition:background .2s,color .2s}.order-tabs button:hover{color:#000}.order-tabs button.active{background:#000;color:#fff}.order-tabs button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.order-tabs button>span{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:20px;background:#fff;color:#000;font-size:9px;font-weight:850;box-shadow:0 1px 4px #0002}.compact-order-empty>svg{width:38px;height:38px;margin:0 auto;fill:none;stroke:#000;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.compact-order-empty h2{margin-top:18px!important}@media(max-width:600px){.order-tabs{margin-top:-14px;margin-bottom:28px}.customer-orders{gap:10px}.customer-order-card{flex-direction:column;gap:18px;padding:19px 18px;border-radius:12px}.customer-order-card small{font-size:10px}.customer-order-card h2{margin:8px 0 7px;font-size:19px;line-height:1.08;letter-spacing:-.035em}.customer-order-title{gap:8px}.customer-order-title svg{width:19px;height:19px;flex-basis:19px;margin-top:0}.customer-order-card p{font-size:13px}.customer-order-card>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-order-card>div:last-child strong{font-size:18px}.customer-order-card>div:last-child .status{padding:6px 8px;font-size:9px}.customer-order-card>div:last-child b{margin-left:auto;font-size:17px}}.order-detail-page{max-width:none}.order-detail-page>.back-link{display:inline-block;margin-bottom:55px}.order-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:50px}.order-detail-head .eyebrow{margin-bottom:14px}.order-detail-head h1{margin:0;font-size:clamp(40px,5vw,68px);letter-spacing:-.055em}.order-detail-head>.status{margin-bottom:8px}.order-progress{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:60px}.order-progress>div{position:relative;padding-top:23px;color:#999;font-size:10px;font-weight:700}.order-progress>div:before{content:"";position:absolute;top:5px;left:0;right:0;height:2px;background:#e1e1e1}.order-progress>div:first-child:before{left:8px}.order-progress>div:last-child:before{right:calc(100% - 8px)}.order-progress i{position:absolute;z-index:1;top:0;left:0;width:12px;height:12px;border:2px solid #ddd;border-radius:50%;background:#fff}.order-progress .done{color:#000}.order-progress .done:before,.order-progress .done i{border-color:#000;background:#000}.order-progress .current span{font-weight:900}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(40px,7vw,100px);align-items:start}.order-detail-section{padding:0 0 45px;margin-bottom:45px;border-bottom:1px solid #e8e8e8}.order-detail-section h2,.order-detail-summary h2{font-size:25px;margin-bottom:25px}.order-detail-items{display:grid;gap:10px}.order-detail-items article{display:grid;grid-template-columns:86px 1fr auto;align-items:center;gap:18px;padding:15px;background:#f5f5f5;border-radius:12px}.order-detail-items img{width:86px;height:100px;object-fit:cover;border-radius:8px}.order-detail-items h3{margin:0 0 8px;font-size:18px}.order-detail-items p{margin:0 0 6px;font-size:12px}.order-detail-items small{display:block;margin-top:5px;color:#6b6b6b}.delivery-detail>p{margin-bottom:14px}.delivery-detail>span{display:inline-block;margin-top:12px;padding:10px 13px;border-radius:20px;background:#f5f5f5;font-size:11px;font-weight:750}.delivery-instructions{margin-top:22px;padding:16px;background:#f5f5f5;border-radius:10px}.delivery-instructions small{font-size:8px;font-weight:800;letter-spacing:.1em}.delivery-instructions p{margin:7px 0 0}.order-detail-summary{position:sticky;top:100px;padding:28px;background:#f5f5f5;border-radius:14px}.order-detail-summary dl{margin:0 0 28px}.order-detail-summary dl>div{display:flex;justify-content:space-between;gap:20px;margin:15px 0}.order-detail-summary dd{margin:0}.order-cancelled{margin-bottom:45px;padding:20px;border-radius:12px;background:#fff0f0;color:#8c1c1c}.order-cancelled p{margin:6px 0 0;color:#8c1c1c}.order-not-found{min-height:420px}@media(max-width:850px){.order-detail-grid{grid-template-columns:1fr}.order-detail-summary{position:static}.order-progress{overflow-x:auto;grid-template-columns:repeat(6,minmax(105px,1fr));padding-bottom:10px}}@media(max-width:600px){.order-detail-page>.back-link{margin-bottom:38px}.order-detail-head{align-items:flex-start;flex-direction:column;margin-bottom:38px}.order-detail-head h1{font-size:35px;overflow-wrap:anywhere}.order-progress{margin-bottom:42px}.order-detail-items article{grid-template-columns:68px 1fr}.order-detail-items img{width:68px;height:82px}.order-detail-items article>strong{grid-column:2}.order-detail-summary{padding:22px}.order-detail-section{margin-bottom:32px;padding-bottom:32px}}.product-image-field{border:0;padding:0;margin:8px 0 28px}.product-image-field>legend{font-size:12px;font-weight:750;margin-bottom:10px}.sr-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.image-dropzone{min-height:280px;border:1.5px dashed #bdbdbd;border-radius:16px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px;cursor:pointer;transition:border-color .2s,background .2s}.image-dropzone:hover,.image-dropzone.dragging{border-color:#000;background:#f3f3f3}.image-dropzone svg{width:38px;height:38px;fill:none;stroke:#000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:20px}.image-dropzone strong{font-size:18px}.image-dropzone span{font-size:13px;color:#666;margin-top:7px}.image-dropzone small{font-size:10px;color:#999;margin-top:18px}.product-image-preview{height:390px;position:relative;overflow:hidden;border-radius:16px;background:#eee}.product-image-preview>img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;inset:auto 14px 14px;display:flex;gap:8px;justify-content:flex-end}.image-action{width:52px;height:52px;display:grid;place-items:center;border:0;border-radius:12px;background:#fff;color:#000;padding:0;cursor:pointer;box-shadow:0 3px 18px #0002}.image-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.image-action.danger{color:#b42318}.admin-add-button{width:58px;height:58px;display:grid;place-items:center;border:0;border-radius:50%;background:#000;color:#fff;font-size:32px;font-weight:300;line-height:1;cursor:pointer;transition:transform .2s,background .2s}.admin-add-button:hover{transform:translateY(-2px);background:#242424}.product-edit-button{width:48px;height:48px;display:grid;place-items:center;border:1px solid #e2e2e2;border-radius:50%;background:#fff;color:#000;cursor:pointer;transition:background .2s,transform .2s}.product-edit-button:hover{background:#f3f3f3;transform:translateY(-1px)}.product-edit-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.upload-progress{position:absolute;left:0;right:0;bottom:0;height:5px;background:#ddd}.upload-progress span{display:block;height:100%;background:#000;transition:width .2s}.editor-checks.vertical{flex-direction:column;align-items:flex-start;justify-content:center}.product-editor .form-error{margin-top:12px}.volume-selector{border:0;padding:0;margin:8px 0 28px}.volume-selector>legend{font-size:12px;font-weight:750;margin-bottom:7px}.volume-selector>p{font-size:12px;margin:0 0 14px}.volume-choice-list{display:grid;gap:9px}.volume-choice{min-height:76px;border:1px solid #e3e3e3;border-radius:14px;padding:13px 15px;display:grid;grid-template-columns:1fr 155px;align-items:center;gap:18px;background:#fafafa;transition:border-color .2s,background .2s}.volume-choice.selected{border-color:#111;background:#fff}.volume-toggle{display:flex;grid-template-columns:none;align-items:center;gap:12px;margin:0;cursor:pointer}.volume-toggle input{position:absolute;opacity:0;width:1px;height:1px}.volume-toggle>span{width:42px;height:24px;border-radius:99px;background:#d2d2d2;padding:3px;transition:.2s}.volume-toggle>span:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0002;transition:transform .2s}.volume-toggle input:checked+span{background:#000}.volume-toggle input:checked+span:after{transform:translate(18px)}.volume-toggle input:focus-visible+span{outline:3px solid #000;outline-offset:3px}.volume-toggle strong{font-size:15px}.volume-extra{margin:0;gap:5px;color:#666;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.volume-extra>span{display:flex;align-items:center;gap:7px;color:#000;font-size:13px;text-transform:none}.volume-extra input{padding:10px;text-align:right}.volume-choice.custom{grid-template-columns:145px 1fr 155px}.custom-volume-name{margin:0}.custom-volume-name input{padding:11px}@media(max-width:650px){.image-dropzone{min-height:230px;padding:25px}.product-image-preview{height:300px}.image-overlay{inset:auto 10px 10px}.volume-choice,.volume-choice.custom{grid-template-columns:1fr;gap:12px;padding:15px}.volume-extra{max-width:180px}.custom-volume-name{width:100%}}.saved-address-loading{margin-bottom:24px;padding:18px;border-radius:12px;background:#f5f5f5;color:#6b6b6b;font-size:13px}.saved-addresses{margin-bottom:28px}.saved-addresses-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.saved-addresses-head h3{margin:0;font-size:16px;letter-spacing:-.02em}.saved-addresses-head .text-button{font-size:11px}.saved-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.saved-address-card{min-height:142px;padding:17px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;border:1px solid #e0e0e0;border-radius:14px;background:#fff;color:#6b6b6b;text-align:left;font-size:12px;line-height:1.4;transition:border-color .2s,background .2s}.saved-address-card:hover{border-color:#999}.saved-address-card.selected{border:2px solid #000;padding:16px;background:#fafafa}.saved-address-title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#000}.saved-address-title strong{font-size:14px}.saved-address-title small{padding:5px 7px;border-radius:20px;background:#000;color:#fff;font-size:8px;letter-spacing:.06em}.checkout-success{min-height:calc(100dvh - 166px);max-width:760px;margin:0 auto;padding:70px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.checkout-success-icon{width:74px;height:74px;margin-bottom:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#000}.checkout-success-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkout-success .eyebrow{margin-bottom:20px}.checkout-success h1{margin:0 0 22px;font-size:clamp(58px,7vw,96px);line-height:.94;letter-spacing:-.06em}.checkout-success-lead{margin:0 0 36px;color:#6b6b6b;font-size:18px}.checkout-success-delivery{width:min(100%,560px);padding:24px 28px;display:flex;flex-direction:column;gap:8px;border-radius:16px;background:#f5f5f5}.checkout-success-delivery span{color:#6b6b6b;font-size:9px;font-weight:800;letter-spacing:.14em}.checkout-success-delivery strong{font-size:18px}.checkout-success-delivery small{color:#6b6b6b;font-size:14px}.checkout-success-actions{margin-top:32px;display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}.checkout-success-thanks{margin:0 0 24px;color:#000;font-size:clamp(22px,2.5vw,30px);font-weight:700;letter-spacing:-.035em;line-height:1.1}.checkout-success-number{margin:-20px 0 30px;color:#000;font-size:13px;font-weight:800;letter-spacing:.08em}.promo-box{margin:24px 0 8px;padding:18px 0;border-block:1px solid #ddd}.promo-trigger{width:100%;padding:4px 0;display:flex;align-items:center;gap:11px;border:0;background:transparent;color:#000;font-size:13px;font-weight:800;text-align:left;cursor:pointer}.promo-trigger>span{width:20px;height:20px;display:grid;place-items:center;border:1px solid #cfcfcf;border-radius:50%;font-size:15px;font-weight:500;line-height:1;transition:.2s}.promo-trigger:hover>span{border-color:#000;background:#000;color:#fff}.promo-entry{padding-top:18px;animation:promoReveal .2s ease}.promo-entry>label{margin:0 0 9px;color:#6b6b6b;font-size:10px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.promo-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.promo-input-row input{min-width:0;height:52px;padding:0 16px;border-radius:10px;background:#fff;text-transform:uppercase;font-size:14px}.promo-apply{height:52px;padding:0 18px;border:1px solid #000;border-radius:10px;background:#000;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.promo-apply:disabled{border-color:#aaa;background:#aaa;cursor:not-allowed}.promo-applied{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.promo-check{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#000;color:#fff;font-size:14px}.promo-applied>span:nth-child(2){display:flex;flex-direction:column;gap:2px}.promo-applied small{color:#6b6b6b;font-size:8px;font-weight:800;letter-spacing:.12em}.promo-applied strong{font-size:13px;letter-spacing:.04em}.promo-remove{padding:6px 0;border:0;border-bottom:1px solid #999;background:transparent;color:#6b6b6b;font-size:10px;cursor:pointer}.promo-remove:hover{border-color:#000;color:#000}.promo-error{margin:10px 0 0;color:#a32222;font-size:11px;line-height:1.4}.discount-line{color:#126537}.discount-line dd{font-weight:800}@keyframes promoReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.checkout-email-verification{margin:36px 0 10px;padding:20px;border:1px solid #d9b86c;border-radius:14px;background:#fffaf0}.checkout-email-verification strong{font-size:15px}.checkout-email-verification p{margin:6px 0 0;color:#6b6b6b;font-size:13px}.checkout-verification-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:18px}.checkout-verification-actions .text-button{margin:0;font-size:12px}.checkout-email-verification>small{display:block;margin-top:14px;color:#6b6b6b;line-height:1.4}@media(max-width:650px){.checkout-success{min-height:calc(100dvh - 106px);padding:40px 0}.checkout-success-icon{width:64px;height:64px;margin-bottom:24px}.checkout-success h1{font-size:54px}.checkout-success-lead{margin-bottom:28px;font-size:16px}.checkout-success-delivery{padding:22px 18px}.checkout-success-actions{width:100%;margin-top:26px;flex-direction:column;gap:10px}.checkout-success-actions .button{width:100%}.saved-addresses-head{align-items:flex-start;flex-direction:column;gap:10px}.saved-address-grid{grid-template-columns:1fr}.saved-address-card{min-height:125px}}.profile-photo-card{width:100%;max-width:600px;display:grid;grid-template-columns:132px 1fr;gap:30px;align-items:center;background:#f5f5f5;padding:28px;margin:0 0 42px;border-radius:20px}.profile-avatar,.account-avatar{overflow:hidden;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-weight:850;letter-spacing:-.04em;flex:0 0 auto}.profile-avatar{width:132px;height:132px;font-size:34px}.profile-avatar img,.account-avatar img{width:100%;height:100%;object-fit:cover}.profile-photo-copy h2{font-size:25px;margin:0 0 8px}.profile-photo-copy>p{font-size:13px;max-width:430px;margin:0 0 20px}.profile-photo-actions{display:flex;align-items:center;gap:22px}.profile-photo-actions .button{min-height:46px;padding:0 19px}.profile-photo-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;padding:0;border:0}.profile-upload-progress{height:4px;background:#dedede;overflow:hidden;margin:18px 0 7px;border-radius:99px}.profile-upload-progress span{display:block;height:100%;background:#000;transition:width .2s}.profile-photo-copy small{color:#6b6b6b}.profile-photo-copy .form-error{margin:16px 0 0}.account-profile-head{display:flex;align-items:center;gap:32px;padding:30px 0 38px}.account-profile-head .account-head{padding:0}.account-avatar{width:112px;height:112px;font-size:28px}.profile-form .form-note{margin:10px 0 26px;border-radius:12px;line-height:1.5}.profile-save-button{min-width:220px}@media(max-width:650px){.profile-photo-card{grid-template-columns:84px 1fr;gap:18px;padding:20px;margin-bottom:34px}.profile-avatar{width:84px;height:84px;font-size:23px}.profile-photo-actions{align-items:flex-start;flex-direction:column;gap:14px}.profile-photo-actions .button{width:100%;min-height:44px}.account-profile-head{display:block;padding:20px 0 30px}.account-profile-head .account-avatar{display:none}.account-profile-head .account-head{width:100%}.account-profile-head .account-head h1{margin-top:12px}.profile-page h1{margin-bottom:30px}.profile-form .form-note{margin:6px 0 24px;padding:17px 18px}.profile-save-button{width:100%;min-height:58px;margin:0;border-radius:14px}}.delivery-meta{display:flex;align-items:center;gap:0}.volume-meta,.price-meta{white-space:nowrap}.price-meta{text-align:right}@media(max-width:900px){.product-photo{height:auto;min-height:0;aspect-ratio:4/3;position:relative;top:auto;overflow:hidden}.product-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%}}@media(max-width:650px){.product-photo{height:auto;min-height:0;aspect-ratio:5/4}.product-photo .back-link{top:14px;left:14px;padding:10px 13px;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.configurator{padding:38px 22px 0}.configurator h1{font-size:clamp(46px,14vw,56px);margin:15px 0 22px}.product-description{font-size:16px;line-height:1.55;margin-bottom:6px}.meta-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px 22px;padding:22px 0 24px;align-items:center}.meta-row .delivery-meta{grid-column:1/-1;line-height:1.4;white-space:normal}.meta-row .volume-meta{grid-column:1;justify-self:start}.meta-row .price-meta{grid-column:2;justify-self:end}.ingredients{margin:22px 0 12px;padding:22px 0}.ingredients summary{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:15px}.ingredients summary span{float:none;flex:none}.add-bar{z-index:5;margin:0 -22px;padding:12px 22px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.add-bar .button{width:100%;min-height:56px}}.settings-admin .admin-title{align-items:start}.settings-admin .admin-title p:last-child{max-width:520px;margin:15px 0 0}.settings-card{max-width:820px;background:#fff;border:1px solid #e7e7e7;border-radius:18px;padding:clamp(26px,4vw,48px);display:grid;grid-template-columns:1fr minmax(260px,320px);gap:clamp(35px,7vw,90px);align-items:start}.settings-card-copy h2{font-size:34px;margin:14px 0}.settings-card-copy>p:last-child{font-size:14px;max-width:390px}.money-input{position:relative}.money-input input{padding-right:55px;font-size:28px;font-weight:800}.money-input span{position:absolute;right:20px;top:17px;font-size:20px;font-weight:800}.settings-preview{margin:14px 0 3px;font-size:13px}.settings-hint{font-size:11px;margin-bottom:22px}.settings-card form .button{width:100%}.settings-card form .success,.settings-card form .form-error{margin:16px 0}@media(max-width:760px){.settings-card{grid-template-columns:1fr;gap:25px}.admin-layout .admin-sidebar nav{justify-content:flex-start;overflow-x:auto}.admin-layout .admin-sidebar nav a{flex:0 0 auto;padding-inline:12px}.admin-layout .admin-sidebar nav a:nth-child(n+4){display:block}}:root{--ink: #171717;--muted: #6b6b6b;--soft: #f5f5f5;--line: #e8e8e8;--pad: clamp(20px,4vw,72px);font-family:Inter,Geist,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000;background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}body,button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;line-height:.98}p{color:var(--muted);line-height:1.6}:focus-visible{outline:3px solid #000;outline-offset:3px}.brand{font-size:20px;font-weight:900;letter-spacing:-.045em}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--muted)}.lead{font-size:clamp(18px,2vw,22px)}.button{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:0 25px;border:1px solid #000;border-radius:14px;background:#000;color:#fff;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px);background:#242424}.button.full{width:100%}.button.ghost{background:#fff;color:#000;border-color:var(--line)}.text-button{border:0;background:transparent;padding:0;text-decoration:underline;text-underline-offset:4px;color:var(--muted)}.text-link{font-weight:700;padding:15px 2px;border-bottom:1px solid #bbb}.text-link span{margin-left:20px}.button-row{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.site-header{height:76px;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:sticky;top:0;background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:30;border-bottom:1px solid #e8e8e8bf}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:650}.desktop-nav a{padding:28px 0;position:relative}.desktop-nav a.active:after{content:"";position:absolute;height:2px;background:#000;left:0;right:0;bottom:20px}.header-actions{justify-self:end;display:flex;align-items:center;gap:22px;font-size:14px;font-weight:650}.cart-trigger{border:0;background:#000;color:#fff;border-radius:12px;padding:11px 15px}.cart-trigger span{margin-left:8px;background:#fff;color:#000;display:inline-grid;place-items:center;border-radius:50%;width:20px;height:20px;font-size:11px}.menu-trigger{display:none;border:0;background:none;padding:8px}.menu-trigger i{display:block;width:22px;height:2px;background:#000;margin:5px}.mobile-menu{display:none}footer{background:#080808;color:#fff;padding:70px var(--pad) 35px;min-height:290px}.brand-light{color:#fff}.footer-links{display:flex;gap:28px;flex-wrap:wrap;margin:70px 0 55px;color:#ccc;font-size:14px}footer small{color:#777}.hero{display:grid;grid-template-columns:47% 53%;min-height:calc(100dvh - 76px);padding-left:var(--pad)}.hero-copy{align-self:center;padding:60px 40px 70px 0}.hero h1{font-size:clamp(52px,6.3vw,96px);margin:22px 0 28px}.hero .lead{margin-bottom:46px}.hero-image{position:relative;min-height:600px;overflow:hidden;background:#eee8de}.hero-image img{width:100%;height:100%;object-fit:cover}.image-note{position:absolute;bottom:25px;right:25px;background:#fff;border-radius:50%;width:112px;height:112px;display:grid;place-items:center;text-align:center;font-size:11px;font-weight:800;line-height:1.35}.section{padding:clamp(80px,11vw,170px) var(--pad)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:70px}.section-heading h2{font-size:clamp(44px,6vw,82px);margin:18px 0 0}.section-heading>p{max-width:300px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-visual{height:min(52vw,700px);display:block;overflow:hidden;position:relative;background:var(--soft)}.product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-visual:hover img{transform:scale(1.025)}.product-visual>span{position:absolute;top:20px;left:20px;background:#fff;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font-size:11px;font-weight:800}.product-card-copy{display:grid;grid-template-columns:1fr auto;gap:20px;padding:25px 2px}.product-card h3{font-size:34px;margin-bottom:14px}.product-card-copy p{max-width:420px;margin-bottom:0}.product-card-copy>div:last-child{text-align:right}.price{font-size:13px;color:#000!important;white-space:nowrap}.circle-link{display:inline-grid;place-items:center;width:48px;height:48px;background:#000;color:#fff;border-radius:50%;margin-top:22px;font-size:20px}.story{min-height:90vh;background:#080808;color:#fff;display:grid;grid-template-columns:58% 42%}.story>img{width:100%;height:100%;object-fit:cover;min-height:750px}.story-copy{padding:var(--pad);align-self:center}.story h2{font-size:clamp(52px,7vw,100px);margin:26px 0 38px}.story-copy>p:not(.eyebrow){color:#aaa;max-width:440px;font-size:18px;margin-bottom:42px}.light-button{background:#fff;color:#000;border-color:#fff}.drawer-backdrop{position:fixed;inset:0;background:#0007;z-index:40}.cart-drawer{position:fixed;z-index:41;inset:0 0 0 auto;background:#fff;width:min(480px,100%);padding:26px;display:flex;flex-direction:column;animation:slideIn .3s}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px}.drawer-head h2{font-size:30px;margin:0}.icon-button{border:0;background:var(--soft);border-radius:50%;width:42px;height:42px;font-size:26px}.cart-list{overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:85px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{width:85px;height:105px;object-fit:cover}.cart-item p{font-size:12px;line-height:1.4;margin:7px 0}.quantity{display:inline-flex;border:1px solid var(--line);border-radius:8px}.quantity button{border:0;background:#fff;width:30px;height:28px}.quantity span{width:25px;text-align:center;padding-top:5px;font-size:12px}.cart-item .text-button{display:block;font-size:11px;margin-top:8px}.drawer-total{display:flex;justify-content:space-between;font-size:20px;padding:22px 0}.cart-drawer>.button{margin-top:10px}.empty-state{text-align:center;margin:auto;padding:50px 20px}.empty-state>span{font-size:60px}.empty-state h3,.empty-state h2{font-size:35px;margin:24px 0 12px}.cart-drawer .empty-state h3{margin:38px 0 18px}.cart-drawer .empty-state p{margin:0 0 34px}.empty-state.page{min-height:55vh;display:grid;place-content:center;gap:20px}.product-detail{display:grid;grid-template-columns:55% 45%;align-items:start}.product-photo{height:calc(100dvh - 76px);position:sticky;top:76px;background:#eee8de}.product-photo img{width:100%;height:100%;object-fit:cover}.back-link{font-weight:700;font-size:13px}.product-photo .back-link{position:absolute;top:20px;left:20px;background:#fff;padding:13px 17px;border-radius:12px}.configurator{padding:clamp(42px,6vw,90px) clamp(25px,5vw,78px)}.configurator h1{font-size:clamp(56px,6vw,88px);margin:18px 0 24px}.product-description{font-size:18px}.meta-row{display:flex;justify-content:space-between;padding:22px 0 30px;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}.meta-row span:first-child:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#19a15f;margin-right:8px}.option-group{border:0;padding:34px 0 0;margin:0}.option-group.volume-group{padding-top:20px}.option-group legend{font-size:20px;font-weight:800;width:100%;margin-bottom:15px}.option-group legend.option-group-label-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.option-group small{float:right;color:var(--muted);font-size:10px}.option-list{display:grid;gap:9px}.option{min-height:58px;display:flex;align-items:center;padding:0 16px;background:#fff;border:1px solid var(--line);border-radius:12px}.option:before{content:"";width:18px;height:18px;border:1.5px solid #aaa;border-radius:50%;margin-right:12px}.option span:first-of-type{margin-right:auto;font-weight:650}.option span:last-child{font-size:12px;color:var(--muted)}.option.selected{border-color:#000;background:#fafafa}.option.selected:before{border:5px solid #000}.ingredients{border-block:1px solid var(--line);margin:18px 0 20px;padding:22px 0}.ingredients summary{font-weight:800;cursor:pointer;list-style:none}.ingredients summary span{float:right}.ingredients>div{padding-top:20px}.badges{display:flex;gap:8px;margin-bottom:18px}.badges span{background:var(--soft);border-radius:20px;padding:7px 11px;font-size:11px}.add-bar{position:sticky;bottom:0;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 0;display:flex;justify-content:space-between;align-items:center}.add-bar>div{display:flex;flex-direction:column}.add-bar strong{font-size:21px}.add-bar .button span{display:none}.page-container{padding:clamp(45px,6vw,90px) var(--pad)}.checkout>.back-link{display:inline-block;margin-bottom:60px}.checkout-heading h1{font-size:clamp(52px,6vw,86px);margin:20px 0 60px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:clamp(40px,8vw,120px);align-items:start}.checkout form h2{font-size:25px;margin:40px 0 22px}.checkout form h2:first-child{margin-top:0}label{display:grid;gap:8px;font-size:12px;font-weight:750;margin-bottom:18px}input,textarea,select{border:1px solid var(--line);border-radius:11px;padding:15px;background:#fff;width:100%}input:focus,textarea:focus,select:focus{border-color:#000;outline:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.payment-placeholder{border:1px solid #000;border-radius:12px;padding:17px;display:flex;flex-direction:column;margin-bottom:25px}.payment-placeholder small{color:var(--muted);margin-top:5px}.order-summary{background:var(--soft);padding:28px;position:sticky;top:100px}.summary-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid #ddd;align-items:center;font-size:13px}.summary-item img{width:60px;height:65px;object-fit:cover}.summary-item small{display:block;color:var(--muted)}.order-summary dl>div{display:flex;justify-content:space-between;margin:15px 0}.order-summary dd{margin:0}.grand-total{font-size:20px;font-weight:800;border-top:1px solid #ccc;padding-top:20px}.success-panel{min-height:50vh;display:grid;place-items:start;align-content:center}.success-panel>span{display:grid;place-items:center;width:70px;height:70px;background:#000;color:#fff;border-radius:50%;font-size:30px}.success-panel h2{font-size:50px;margin:30px 0 10px}.auth-page{min-height:100dvh;display:grid;grid-template-columns:48% 52%}.auth-intro{background:#0a0a0a;color:#fff;padding:50px var(--pad);display:flex;flex-direction:column;justify-content:space-between}.auth-intro h1{font-size:clamp(52px,6vw,86px);margin:20px 0}.auth-form{padding:clamp(40px,8vw,100px);align-self:center}.auth-switch{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:35px}.auth-switch button{border:0;background:none;padding:15px 0;color:var(--muted)}.auth-switch .active{color:#000;border-bottom:2px solid #000}.checkbox{display:flex;grid-template-columns:18px 1fr;align-items:center;font-weight:400}.checkbox input{width:18px}.auth-form .text-button{margin-top:22px}.success{background:#edf8f1;color:#126638;padding:14px;border-radius:10px}.account-head{padding:30px 0 70px}.account-head h1{font-size:clamp(48px,6vw,80px);margin:20px 0}.account-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.account-cards a{background:var(--soft);min-height:230px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.account-cards span{font-size:11px}.account-cards h2{font-size:27px;margin-bottom:8px}.account-cards p{font-size:13px}.account-cards b{align-self:end}.logout{margin:40px 0}.subpage{border-top:1px solid var(--line);padding:70px 0;max-width:850px}.subpage h1{font-size:52px;margin:20px 0 40px}.order-card,.address-card{background:var(--soft);padding:25px;display:flex;justify-content:space-between;margin-bottom:24px}.order-card>div:last-child{text-align:right;display:flex;flex-direction:column;gap:15px}.status{display:inline-block;border-radius:20px;padding:7px 10px;background:#eee;font-size:10px;font-weight:800}.status.preparing{background:#fff0d8;color:#8a5200}.status.confirmed{background:#e9f1ff;color:#164e99}.status.ready{background:#e4f7eb;color:#106b35}.timeline{display:flex;justify-content:space-between;margin:45px 0;position:relative;font-size:11px}.timeline:before{content:"";height:2px;background:#ddd;position:absolute;left:0;right:0;top:-12px}.timeline div:before{content:"";display:block;width:8px;height:8px;background:#ddd;border-radius:50%;position:absolute;top:-15px}.timeline .done:before,.timeline .current:before{background:#000}.timeline .current{font-weight:800}.address-card>div>span{font-size:9px;background:#000;color:#fff;padding:5px 8px}.profile-form{max-width:600px}.form-note{font-size:12px;background:var(--soft);padding:14px}.admin-layout{min-height:100dvh;background:#f4f4f2;display:grid;grid-template-columns:230px 1fr}.admin-sidebar{background:#0b0b0b;color:#fff;position:sticky;top:0;height:100dvh;padding:35px 25px;display:flex;flex-direction:column}.admin-sidebar .brand span{display:block;font-size:8px;color:#777}.admin-sidebar nav{display:grid;gap:8px;margin-top:70px}.admin-sidebar nav a{padding:12px 14px;border-radius:8px;color:#999;font-size:14px}.admin-sidebar nav a.active{background:#222;color:#fff}.admin-sidebar>button{margin-top:auto;border:0;background:none;color:#888;text-align:left}.admin-main{min-width:0}.admin-mobile-head{display:none}.admin-page{padding:clamp(30px,5vw,70px)}.admin-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.admin-title h1{font-size:clamp(45px,5vw,70px);margin:15px 0 0}.admin-title>span{background:#e4f7eb;color:#106b35;padding:10px;border-radius:20px;font-size:11px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metrics article{background:#fff;padding:22px;min-height:180px;display:flex;flex-direction:column}.metrics strong{font-size:42px;margin:auto 0 5px}.metrics span,.metrics small{font-size:10px;color:var(--muted)}.admin-section-head{display:flex;justify-content:space-between;align-items:center;margin:55px 0 20px}.admin-table{background:#fff}.table-row{display:grid;grid-template-columns:1fr 1.5fr 1fr 1fr 1fr;align-items:center;padding:17px 20px;border-bottom:1px solid var(--line);font-size:12px}.filter-tabs{display:flex;gap:7px;overflow:auto}.filter-tabs button{border:0;border-radius:20px;background:#fff;padding:10px 14px;white-space:nowrap;font-size:11px}.filter-tabs button.active{background:#000;color:#fff}.orders-mobile{margin-top:15px}.orders-mobile article{background:#fff;display:flex;justify-content:space-between;padding:20px;margin-bottom:8px}.orders-mobile h2{font-size:20px;margin:8px 0}.orders-mobile>article>div:last-child{display:flex;flex-direction:column;align-items:end;gap:16px}.orders-mobile select{padding:8px;font-size:11px}.admin-products{display:grid;gap:10px}.admin-products article{background:#fff;padding:14px;display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center}.admin-products img{width:100px;height:100px;object-fit:cover}.admin-products h2{margin:9px 0}.schema-note{margin-top:35px;background:#111;color:#fff;padding:30px}.schema-note p{color:#aaa}.schema-note code{background:#292929;padding:10px;display:inline-block}@keyframes slideIn{0%{transform:translate(100%)}to{transform:none}}@media(max-width:900px){.desktop-nav,.account-link{display:none}.site-header{grid-template-columns:1fr auto}.menu-trigger{display:block}.header-actions{gap:6px}.mobile-menu{display:grid;position:absolute;top:75px;left:0;right:0;background:#fff;padding:20px var(--pad);gap:18px}.hero{grid-template-columns:1fr;padding:0}.hero-copy{padding:60px var(--pad)}.hero-image{min-height:58vh}.product-detail,.checkout-grid,.auth-page,.story{grid-template-columns:1fr}.product-photo{position:relative;top:0;height:auto;min-height:0;aspect-ratio:4/3;overflow:hidden}.order-summary{position:static;grid-row:1}.auth-intro{min-height:45vh;gap:80px}.account-cards{grid-template-columns:1fr}.account-cards a{min-height:170px}.story>img{min-height:65vh}.metrics{grid-template-columns:1fr 1fr}}@media(min-width:651px)and (max-width:1100px){.admin-layout{grid-template-columns:clamp(160px,19vw,190px) minmax(0,1fr)}.admin-sidebar{padding:28px 16px}.admin-sidebar .brand{font-size:18px}.admin-sidebar nav{gap:5px;margin-top:48px}.admin-sidebar nav a{padding:11px 10px;font-size:12px}.admin-page{padding:38px 28px}.admin-title{margin-bottom:36px}.admin-title h1{font-size:clamp(44px,6vw,58px)}.admin-orders-page .order-toolbar{grid-template-columns:1fr;gap:18px}.admin-orders-page .order-date-range{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px}.admin-orders-page .order-date-range label{min-width:0}.admin-orders-page .order-date-range .text-button{grid-column:auto;justify-self:auto}.admin-orders-page .order-filter-row{min-width:0;align-items:flex-start;flex-direction:column;gap:10px}.admin-orders-page .filter-tabs{width:100%;max-width:100%;overflow-x:auto;scrollbar-width:none}.admin-orders-page .filter-tabs::-webkit-scrollbar{display:none}.admin-orders-page .orders-mobile article{gap:24px;padding:18px}.admin-orders-page .orders-mobile>article>div:first-child{min-width:0}.admin-orders-page .orders-mobile h2{font-size:18px}}@media(max-width:650px){.site-header{height:66px}.cart-trigger{font-size:0;background:#000;padding:8px}.cart-trigger span{margin:0}.hero-copy{padding:55px 20px 50px}.hero h1{font-size:48px}.hero-image{min-height:52vh}.image-note{width:90px;height:90px}.button-row{align-items:stretch;flex-direction:column;gap:10px}.button-row .text-link{text-align:center}.section{padding:85px 20px}.section-heading{display:block;margin-bottom:40px}.section-heading h2{font-size:45px}.product-grid{grid-template-columns:1fr;gap:50px}.product-visual{height:105vw}.product-card h3{font-size:30px}.story>img{min-height:58vh}.story-copy{padding:70px 22px}.story h2{font-size:55px}.product-photo{height:auto;min-height:0;aspect-ratio:5/4}.configurator{padding:40px 20px 0}.configurator h1{font-size:55px}.add-bar{margin:0 -20px;padding:12px 20px}.add-bar .button span{display:inline}.add-bar>div{display:none}.page-container{padding:40px 20px}.checkout-heading h1{font-size:48px}.form-row{grid-template-columns:1fr;gap:0}.order-summary{margin:0 -20px}.auth-intro{min-height:38vh;padding:30px 20px}.auth-intro h1{font-size:45px}.auth-form{padding:45px 20px}.account-head h1{font-size:46px}.subpage h1{font-size:42px}.order-card{display:block}.timeline{display:grid;gap:25px;margin-left:15px}.timeline:before{width:2px;height:100%;left:-13px;top:0}.timeline div:before{left:-16px;top:auto}.admin-layout{display:block}.admin-sidebar{height:auto;position:fixed;z-index:20;bottom:0;top:auto;width:100%;padding:8px}.admin-sidebar>.brand,.admin-sidebar>button{display:none}.admin-sidebar nav{margin:0;display:flex;justify-content:space-around}.admin-sidebar nav a{font-size:10px;padding:10px 5px}.admin-sidebar nav a:nth-child(n+4){display:none}.admin-mobile-head{display:flex;padding:22px 20px;justify-content:space-between;background:#fff}.admin-page{padding:35px 16px 100px}.metrics{grid-template-columns:1fr 1fr}.metrics article{min-height:145px}.metrics strong{font-size:34px}.table-row{grid-template-columns:1fr 1fr 1fr}.table-row span:nth-child(2),.table-row span:nth-child(3){display:none}.admin-products article{grid-template-columns:78px 1fr}.admin-products img{width:78px;height:90px}.admin-products .button{grid-column:1/-1}.footer-links{display:grid;grid-template-columns:1fr 1fr}html,body{max-width:100%;overflow-x:hidden}.admin-main{width:100%;max-width:100vw;overflow-x:hidden}.admin-mobile-head{height:72px;padding:0 20px;align-items:center}.admin-mobile-head .brand{font-size:20px}.admin-mobile-head>span{padding:6px 8px;border-radius:6px;background:#000;color:#fff;font-size:8px;font-weight:850;letter-spacing:.12em}.admin-page{width:100%;min-width:0;padding:34px 18px 96px}.admin-title{min-width:0;align-items:center;gap:18px;margin-bottom:38px}.admin-title>div{min-width:0}.admin-title h1{font-size:46px}.admin-add-button{width:48px;height:48px;flex:0 0 48px;font-size:27px}.admin-products{width:100%;min-width:0}.admin-products article{width:100%;min-width:0;grid-template-columns:72px minmax(0,1fr) 42px;gap:12px;padding:13px}.admin-products img{width:72px;height:82px;border-radius:8px}.admin-products article>div{min-width:0}.admin-products article>div>span{font-size:9px}.admin-products h2{margin:6px 0;font-size:19px}.admin-products p{margin:0;overflow-wrap:anywhere;font-size:11px;line-height:1.45}.admin-products .product-edit-button{width:42px;height:42px}.admin-sidebar{z-index:50;inset:auto 0 0;width:auto;padding:7px 8px calc(7px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px #0002}.admin-sidebar nav{width:100%;justify-content:flex-start;gap:4px;overflow-x:auto;scrollbar-width:none}.admin-sidebar nav::-webkit-scrollbar{display:none}.admin-sidebar nav a,.admin-sidebar nav a:nth-child(n+4){min-width:max-content;display:flex;flex:0 0 auto;padding:10px 12px;font-size:10px}}.admin-sidebar nav a{display:flex;align-items:center;gap:12px}.admin-sidebar nav a svg{display:block;width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:650px){.admin-sidebar nav{justify-content:space-around;gap:3px;overflow:visible}.admin-sidebar nav a,.admin-sidebar nav a:nth-child(n+4){min-width:0;width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;padding:0;font-size:0}.admin-sidebar nav a span{display:none}.admin-sidebar nav a svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.admin-layout .admin-sidebar nav{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;overflow:hidden}.admin-layout .admin-sidebar nav a,.admin-layout .admin-sidebar nav a:nth-child(n+4){width:44px;min-width:0;justify-self:center;flex:none}}.metric-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.metrics .metric-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:50%;background:var(--soft);color:var(--black)}.metrics .metric-icon svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:650px){.metrics .metric-icon{width:34px;height:34px;flex-basis:34px}.metrics .metric-icon svg{width:18px;height:18px}}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
