.phone-fields{display:grid;gap:.75rem;margin:.5rem 0 1rem}.phone-fields-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-weight:600}.phone-fields-row{display:grid;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:10px;background:#fafaf8}.phone-fields-remove{justify-self:start}.profile-photo-field{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile-photo-preview{width:88px;height:88px;border-radius:50%;object-fit:cover;background:#ece8df;flex-shrink:0}.profile-photo-preview--empty{display:grid;place-items:center;color:var(--color-muted);font-size:.9rem}.profile-photo-upload{cursor:pointer}@media (max-width: 640px){.phone-fields-header{flex-wrap:wrap;align-items:flex-start}.shop-phone-fields-row{align-items:stretch}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;padding:1rem;z-index:1200}.modal{width:min(420px,100%);padding:1.5rem}.login-modal{width:min(520px,100%);max-height:90vh;overflow-y:auto}.customer-type-fieldset{border:1px solid var(--color-border);border-radius:var(--radius);padding:.85rem 1rem;margin:0 0 1rem;display:grid;gap:.5rem}.customer-type-fieldset legend{padding:0 .35rem;font-weight:600}.customer-type-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.full-width{width:100%}.switch-mode{margin-top:1rem}@media (max-width: 640px){.modal-header{flex-wrap:wrap;gap:.5rem}}.favorite-heart-btn{position:absolute;top:.35rem;right:.35rem;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fffffff2;cursor:pointer;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.favorite-heart-btn:hover,.favorite-heart-btn:focus-visible{background:transparent;outline:none}.favorite-heart-btn:not(.favorite-heart-btn--toolbar):hover,.favorite-heart-btn:not(.favorite-heart-btn--toolbar):focus-visible{transform:scale(1.08)}.favorite-heart-btn:disabled{opacity:.65;cursor:wait}.favorite-heart-btn__icon{font-size:1.35rem;line-height:1;color:#fff;-webkit-text-stroke:1px rgba(0,0,0,.35)}.favorite-heart-btn.is-active .favorite-heart-btn__icon{color:#e11d48;-webkit-text-stroke:0}.favorite-heart-btn--toolbar{position:static;width:auto;height:auto;margin:0;padding:.75rem 1.25rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;filter:none;color:var(--color-primary);cursor:pointer;line-height:1.2;font-weight:600}.favorite-heart-btn--toolbar:hover,.favorite-heart-btn--toolbar:focus-visible{transform:translateY(-1px)}.favorite-heart-btn--toolbar .favorite-heart-btn__icon{font-size:1.15rem;color:var(--color-primary);-webkit-text-stroke:.75px rgba(31,111,74,.35)}.favorite-heart-btn--toolbar.is-active .favorite-heart-btn__icon{color:#e11d48;-webkit-text-stroke:0}.favorite-feedback-toast{position:fixed;left:50%;bottom:1.25rem;z-index:1200;transform:translate(-50%);padding:.55rem .9rem;border-radius:.5rem;background:#14281eeb;color:#fff;font-size:.9rem;box-shadow:0 8px 24px #00000038;pointer-events:none}.product-detail-gallery-wrap{position:relative}@media (max-width: 768px){.favorite-heart-btn{width:1.85rem;height:1.85rem}.favorite-heart-btn__icon{font-size:1.2rem}}.catalog-with-filters{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:1.25rem;align-items:start;min-width:0}.product-filter-fab,.product-filter-backdrop,.product-filter-close{display:none}.product-filter-toolbox{padding:1.25rem;position:sticky;top:var(--site-sticky-top);width:100%;min-width:0;max-width:100%;box-sizing:border-box;overflow-x:hidden;container-type:inline-size;container-name:filter-toolbox}.product-filter-toolbox-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.product-filter-toolbox h2{margin:0;font-size:.85rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.product-filter-form{display:grid;gap:.75rem;min-width:0;width:100%}.product-filter-form .field{margin-bottom:0;min-width:0;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.product-filter-form .field.field--amount,.product-filter-form .field.field--date,.product-filter-form .field.field--status,.product-filter-form .field.field--qty{width:100%;max-width:100%}.product-filter-form .field>input,.product-filter-form .field>select,.product-filter-form .field>.customer-filter-combobox,.product-filter-form .field>.country-field-combobox{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.product-filter-form .field.field--amount>input,.product-filter-form .field.field--date>input,.product-filter-form .field.field--status>select,.product-filter-form .field.field--qty>input{width:100%;max-width:100%}@container filter-toolbox (min-width: 22rem){.product-filter-form .field{display:grid;grid-template-columns:minmax(0,6.75rem) minmax(0,1fr);align-items:center;column-gap:.75rem;row-gap:.35rem}.product-filter-form .field.field--amount,.product-filter-form .field.field--date,.product-filter-form .field.field--status{grid-template-columns:minmax(0,6.75rem) minmax(0,1fr)}.product-filter-form .field.field--amount>input,.product-filter-form .field.field--date>input,.product-filter-form .field.field--status>select{width:100%;max-width:100%;justify-self:stretch}}.product-filter-actions{display:grid;gap:.5rem;margin-top:.25rem}.catalog-results{min-width:0}.catalog-results .grid-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width: 600px){.catalog-results .grid-products{grid-template-columns:repeat(auto-fill,minmax(min(100%,180px),1fr))}}@media (min-width: 1200px){.catalog-results .grid-products{grid-template-columns:repeat(4,minmax(0,1fr))}}.catalog-results-header{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.catalog-results-header-main{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.catalog-results-header-main h2{margin:0}.catalog-results-create-btn{margin-left:auto;flex-shrink:0}.catalog-results-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.catalog-results-count{margin:.25rem 0 0;font-size:.95rem}.catalog-loading-more{margin:1.5rem 0 0;text-align:center}.catalog-scroll-sentinel{height:1px;width:100%}@media (max-width: 1100px){.catalog-with-filters{grid-template-columns:1fr}.product-filter-fab{display:inline-flex;align-items:center;justify-content:center;position:fixed;left:max(1rem,env(safe-area-inset-left,0px));bottom:max(1rem,env(safe-area-inset-bottom,0px));z-index:1110;min-height:3rem;padding:.75rem 1.15rem;border:none;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:600;box-shadow:0 8px 24px #1f6f4a59;cursor:pointer}.product-filter-fab:hover,.product-filter-fab:focus-visible{background:var(--color-primary-dark)}.product-filter-fab.is-open{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);box-shadow:0 8px 24px #1f293329}.product-filter-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1090;background:#1f293373;opacity:0;pointer-events:none;transition:opacity .2s ease}.product-filter-backdrop.is-open{opacity:1;pointer-events:auto}.product-filter-toolbox{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:1100;width:100%;max-height:min(85vh,calc(100dvh - 4.5rem));margin:0;padding:1rem 1.15rem calc(1rem + env(safe-area-inset-bottom,0px));border-radius:16px 16px 0 0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateY(110%);visibility:hidden;transition:transform .25s ease,visibility .25s ease;box-shadow:0 -12px 32px #1f29332e}.product-filter-toolbox.is-open{transform:translateY(0);visibility:visible}.product-filter-toolbox-header{position:sticky;top:0;z-index:1;margin:-.15rem 0 1rem;padding-bottom:.5rem;background:var(--color-surface)}.product-filter-close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg);color:var(--color-text);font-size:1.35rem;line-height:1;cursor:pointer}.product-filter-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;padding-left:7.5rem}.catalog-results-header-main{flex-wrap:wrap;align-items:flex-start}.catalog-results-create-btn{margin-left:0}}.customer-filter-field{position:relative}.customer-filter-combobox{position:relative;display:grid;gap:.35rem}.customer-filter-status{font-size:.85rem}.customer-filter-suggestions{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:120;margin:0;padding:.35rem 0;list-style:none;max-height:240px;max-width:min(100vw - 1rem,100%);overflow-x:hidden;overflow-y:auto;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 8px 24px #0000001f;box-sizing:border-box}.customer-filter-suggestions button{width:100%;display:grid;gap:.15rem;padding:.65rem .85rem;border:none;background:transparent;color:var(--color-text);text-align:left;cursor:pointer;font:inherit;overflow:hidden}.customer-filter-suggestions button:hover,.customer-filter-suggestions button.is-active{background:#0000000d}.customer-filter-suggestions strong{font-size:.95rem}.customer-filter-suggestions strong,.customer-filter-suggestions .muted{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-origin-fold{position:absolute;top:0;left:0;z-index:3;pointer-events:none}.country-origin-fold__trigger{position:relative;display:block;padding:0;border:none;background:transparent;cursor:default;pointer-events:auto;line-height:0}.country-origin-fold__wrap{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;border-radius:0 0 6px;box-shadow:2px 2px 10px #0000003d;background:#fffffff5}.country-origin-fold--sm .country-origin-fold__wrap{width:clamp(3.25rem,14vw,3.85rem)}.country-origin-fold--md .country-origin-fold__wrap{width:clamp(3.85rem,16vw,4.85rem)}.country-origin-fold__flag{display:block;width:100%;height:100%;object-fit:cover}.country-origin-fold__emoji{display:grid;place-items:center;width:100%;height:100%;font-size:clamp(1.35rem,5vw,1.65rem);line-height:1}.country-origin-fold--md .country-origin-fold__emoji{font-size:clamp(1.55rem,5.5vw,1.9rem)}.country-origin-fold__label{position:absolute;top:calc(100% + .35rem);left:0;z-index:4;padding:.35rem .6rem;border-radius:4px;background:#141414e6;color:#fff;font-size:.78rem;font-weight:600;line-height:1.2;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(-2px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;pointer-events:none}.country-origin-fold--md .country-origin-fold__label{font-size:.85rem}.country-origin-fold__label.is-visible{opacity:1;visibility:visible;transform:translateY(0)}@media (hover: hover) and (pointer: fine){.country-origin-fold:hover .country-origin-fold__label,.country-origin-fold:focus-within .country-origin-fold__label{opacity:1;visibility:visible;transform:translateY(0)}.country-origin-fold__trigger{cursor:help}}@media (hover: none),(pointer: coarse){.country-origin-fold__trigger{cursor:pointer}}.product-catalog-rating{position:absolute;top:0;left:0;z-index:4;display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .42rem .22rem .36rem;border-radius:999px;background:#fff;box-shadow:2px 2px 10px #0003;color:var(--color-text);font-size:.78rem;font-weight:700;line-height:1;pointer-events:none}.product-catalog-rating__star{color:#c47f17;font-size:.9rem;line-height:1}.product-catalog-rating__value{font-variant-numeric:tabular-nums}@media (max-width: 768px){.product-catalog-rating{font-size:.72rem;padding:.18rem .36rem .2rem .32rem}.product-catalog-rating__star{font-size:.82rem}}.price-display{white-space:nowrap}.price-display__currency{font-size:.7em}.product-card{overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .15s ease}.product-card:hover{transform:translateY(-2px)}.product-image{position:relative;aspect-ratio:1 / 1;background:#ece8df;flex-shrink:0;overflow:hidden}.product-image img,.placeholder-image{width:100%;height:100%;object-fit:cover}.placeholder-image{display:grid;place-items:center;font-size:2.75rem;color:var(--color-primary);background:linear-gradient(135deg,#ece8df,#f8faf8)}.product-body{padding:.45rem .4rem .5rem;display:flex;flex-direction:column;gap:.25rem;min-width:0;width:100%;box-sizing:border-box}.product-category{font-size:.8rem;color:var(--color-primary);font-weight:700;line-height:1.2}.product-title{margin:0;font-size:.875rem;line-height:1.35;width:100%;max-width:100%;min-width:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:.45rem;font-size:.92rem}@media (max-width: 768px){.product-body{padding:.35rem .3rem .4rem;gap:.15rem}.product-title{font-size:.8rem}.product-footer{flex-wrap:wrap;font-size:.85rem}}.order-progress{display:flex;flex-direction:column;gap:.65rem}.order-progress-heading{display:flex;flex-direction:column;gap:.15rem}.order-progress-headline{margin:0;font-size:1.05rem;font-weight:700;color:var(--color-text);line-height:1.25}.order-progress-meta,.order-progress-caption{margin:0;font-size:.9rem}.order-progress-pipeline{display:flex;flex-direction:column;gap:.4rem}.order-progress-track{list-style:none;margin:0;padding:0;display:flex;align-items:center;width:100%}.order-progress-step{display:flex;align-items:center;flex:1 1 0;min-width:0}.order-progress-step:first-child{flex:0 0 auto}.order-progress-connector{flex:1 1 auto;height:3px;margin:0 .2rem;border-radius:999px;background:var(--color-border);min-width:.75rem}.order-progress-connector--filled{background:var(--color-primary)}.order-progress-node{flex:0 0 auto;width:2.35rem;height:2.35rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;background:var(--color-surface);border:2px solid var(--color-border);color:var(--color-muted)}.order-progress-step--done .order-progress-node,.order-progress-step--current .order-progress-node{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.order-progress-step--current .order-progress-node{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 25%,transparent)}.order-progress-step--cancelled .order-progress-node{border-color:#f1c0c0;color:#b42318;background:#fff5f5}.order-progress-labels{display:flex;justify-content:space-between;gap:.35rem}.order-progress-step-label{font-size:.72rem;color:var(--color-muted);line-height:1.2;flex:1 1 0;text-align:center}.order-progress-step-label:first-child{text-align:left}.order-progress-step-label:last-child{text-align:right}.order-progress-step-label--done,.order-progress-step-label--current{color:var(--color-text);font-weight:600}.order-progress--compact .order-progress-headline{font-size:1rem}.order-progress--compact .order-progress-node{width:2rem;height:2rem;font-size:1.05rem}.order-progress--compact .order-progress-connector{height:3px}.order-progress--cancelled .order-progress-headline{color:#b42318}.home-active-orders{margin:0 0 1.25rem}.home-active-orders-list{display:flex;flex-direction:column;gap:.75rem}.home-active-order-card{display:flex;gap:.85rem;align-items:flex-start;padding:.9rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.home-active-order-card:hover,.home-active-order-card:focus-visible{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));box-shadow:0 12px 28px #1f6f4a1f;outline:none}.home-active-order-thumb{width:2.75rem;height:2.75rem;border-radius:50%;object-fit:cover;background:#ece8df;flex:0 0 auto}.home-active-order-thumb--empty{display:grid;place-items:center;color:var(--color-primary);font-weight:700;font-size:.85rem}.home-active-order-body{flex:1 1 auto;min-width:0}.home-active-order-chevron{flex:0 0 auto;align-self:center;color:var(--color-muted);font-size:1.25rem;line-height:1}.home-active-order-card:nth-child(n+3){display:none}@media (min-width: 900px){.home-active-orders-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.home-active-order-card:nth-child(n+3){display:flex}.home-active-order-card:nth-child(n+4){display:none}}.purchase-detail-progress{margin:0 0 1rem;padding:1rem 1.1rem;background:color-mix(in srgb,var(--color-primary) 6%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-primary) 18%,var(--color-border));border-radius:var(--radius)}.purchase-detail-progress .order-progress-headline{font-size:1.2rem}.order-progress--admin .order-progress-step-label{font-size:.65rem}.order-progress--admin .order-progress-node{width:2.1rem;height:2.1rem;font-size:1.05rem}.order-thumb-stack{display:flex;flex-shrink:0;align-items:stretch;gap:3px;height:72px}.order-thumb-stack-item{display:block;height:100%;object-fit:cover;background:#ece8df;border-radius:8px}.order-thumb-stack-item--empty{display:grid;place-items:center;color:var(--color-muted);font-weight:700;font-size:.95rem}.order-thumb-stack--list.order-thumb-stack--count-0 .order-thumb-stack-item,.order-thumb-stack--list.order-thumb-stack--count-1 .order-thumb-stack-item{width:72px}.order-thumb-stack--list.order-thumb-stack--count-2 .order-thumb-stack-item{width:48px}.order-thumb-stack--list.order-thumb-stack--count-3 .order-thumb-stack-item{width:40px}.order-thumb-stack--list.order-thumb-stack--count-4 .order-thumb-stack-item{width:34px}.order-thumb-stack--list.order-thumb-stack--count-5 .order-thumb-stack-item{width:30px}.order-thumb-stack--list.order-thumb-stack--count-6 .order-thumb-stack-item{width:28px}.order-thumb-stack--home{flex-direction:column;align-items:center;width:2.75rem;height:auto;gap:.25rem}.order-thumb-stack--home .order-thumb-stack-item{width:2.75rem;height:2.75rem;border-radius:50%;flex-shrink:0}.order-thumb-stack--home .order-thumb-stack-item--empty{color:var(--color-primary);font-size:.85rem}@media (max-width: 768px){.purchase-list .order-thumb-stack--list{height:56px}.purchase-list .order-thumb-stack--list.order-thumb-stack--count-0 .order-thumb-stack-item,.purchase-list .order-thumb-stack--list.order-thumb-stack--count-1 .order-thumb-stack-item{width:56px}.purchase-list .order-thumb-stack--list.order-thumb-stack--count-2 .order-thumb-stack-item{width:38px}}.home-welcome-hero{position:relative;overflow:hidden;margin-bottom:1.25rem;padding:1.15rem 1.2rem 1rem;border-radius:calc(var(--radius) + 4px);border:1px solid color-mix(in srgb,var(--color-primary) 22%,white);background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 14%,white),#fff8eb 58%,#fff);box-shadow:var(--shadow)}.home-welcome-hero__glow{position:absolute;top:-3rem;right:-2rem;width:11rem;height:11rem;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 35%,transparent),transparent 70%);pointer-events:none}.home-welcome-hero__content{position:relative;display:flex;align-items:flex-start;gap:.9rem}.home-welcome-hero__icon-wrap{flex:0 0 auto;display:grid;place-items:center;width:3.1rem;height:3.1rem;border-radius:1rem;color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 12%,white);border:1px solid color-mix(in srgb,var(--color-primary) 20%,white);box-shadow:0 8px 18px color-mix(in srgb,var(--color-primary) 18%,transparent)}.home-welcome-hero__icon-wrap svg{width:1.55rem;height:1.55rem;fill:currentColor}.home-welcome-hero__copy{min-width:0;flex:1}.home-welcome-hero__headline{display:grid;grid-template-areas:"stack";min-height:2lh;line-height:1.35}.home-welcome-hero__line,.home-welcome-hero__final{grid-area:stack;margin:0;font-size:clamp(1.05rem,2.8vw,1.35rem);font-weight:700;line-height:1.35;color:var(--color-text)}.home-welcome-hero__line[aria-hidden=true],.home-welcome-hero__final[aria-hidden=true]{visibility:hidden}.home-welcome-hero__line{display:flex;flex-wrap:nowrap;align-items:baseline;column-gap:.35ch;white-space:nowrap}.home-welcome-hero__prefix{flex:0 0 auto;color:var(--color-text)}.home-welcome-hero__role-slot{display:inline-block;flex:0 1 auto;min-width:26ch;white-space:nowrap}.home-welcome-hero__role{background:linear-gradient(90deg,var(--color-primary),#2d8a5d);-webkit-background-clip:text;background-clip:text;color:transparent}.home-welcome-hero__final{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;background:linear-gradient(90deg,var(--color-primary-dark),var(--color-accent));-webkit-background-clip:text;background-clip:text;color:transparent}.home-welcome-hero__cursor{display:inline-block;margin-left:1px;color:var(--color-accent);font-weight:400;animation:home-welcome-cursor-blink 1s step-end infinite}@keyframes home-welcome-cursor-blink{50%{opacity:0}}.home-welcome-hero__advantages{display:flex;flex-direction:column;gap:.5rem;margin:.9rem 0 0;padding:0;list-style:none}@media (min-width: 769px){.home-welcome-hero__advantages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .65rem}}@media (min-width: 1100px){.home-welcome-hero__advantages{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-welcome-hero__advantage{display:flex;align-items:center;gap:.55rem;min-width:0;min-height:2.15rem;padding:.45rem .65rem;border-radius:.75rem;border:1px solid color-mix(in srgb,var(--color-border) 80%,var(--color-primary));background:#ffffffc7}.home-welcome-hero__advantage-icon{flex:0 0 auto;display:grid;place-items:center;width:1.35rem;height:1.35rem;color:var(--color-primary)}.home-welcome-hero__advantage-icon svg{width:1.1rem;height:1.1rem;fill:currentColor}.home-welcome-hero__advantage-label,.home-welcome-hero__advantage-typewriter{min-width:0;font-size:.9rem;font-weight:600;line-height:1.3;color:var(--color-text)}.home-welcome-hero__advantage-typewriter{display:inline-flex;align-items:baseline;column-gap:.35ch;white-space:nowrap}.home-welcome-hero__advantage-dynamic{display:inline-block;white-space:nowrap;vertical-align:top}.home-welcome-hero__advantage-copy{position:relative;min-width:0;flex:1}.home-welcome-hero__advantage-prefix{color:var(--color-text)}.home-welcome-hero__advantage-role{background:linear-gradient(90deg,var(--color-primary),#2d8a5d);-webkit-background-clip:text;background-clip:text;color:transparent}.home-welcome-hero__advantage-cursor{display:inline-block;margin-left:1px;color:var(--color-accent);font-weight:400;animation:home-welcome-cursor-blink 1s step-end infinite}.home-welcome-hero__advantage-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.home-welcome-hero{padding:1rem .95rem .85rem;margin-bottom:1rem}.home-welcome-hero__content{gap:0}.home-welcome-hero__icon-wrap{display:none}.home-welcome-hero__headline{min-height:2lh}.home-welcome-hero__line,.home-welcome-hero__final{font-size:clamp(.9rem,3.6vw,1.05rem)}.home-welcome-hero__role-slot{min-width:0}.home-welcome-hero__advantage{min-height:2.15rem;padding:.45rem .6rem}.home-welcome-hero__advantage-label,.home-welcome-hero__advantage-typewriter{font-size:.84rem}}@media (prefers-reduced-motion: reduce){.home-welcome-hero__cursor,.home-welcome-hero__advantage-cursor{animation:none}}.catalog-section{padding:1.5rem 0 4rem}@media (max-width: 768px){.catalog-section{padding:1rem 0 2.5rem}}.product-recommendations-panel{margin-top:2.5rem;padding:1.25rem 1rem 1.5rem;border:1px solid #d5dde8;border-radius:12px;background:#f6f8fb;box-shadow:0 1px #0f172a0a}.product-recommendations-panel__header{padding-bottom:.85rem;margin-bottom:1rem;border-bottom:1px solid #d5dde8}.product-recommendations__title{margin:0;font-size:.95rem;font-weight:700;line-height:1.3;color:var(--color-muted);letter-spacing:.01em;white-space:nowrap}@media (min-width: 769px){.product-recommendations__title{font-size:1rem}}.product-recommendations-panel__body .grid-products{margin-top:0}.product-page .product-recommendations-panel{margin-top:2rem}.profile-recommendations.product-recommendations-panel,.cart-page .product-recommendations-panel,.order-page .product-recommendations-panel{margin-top:2.5rem}.menu-item-label{display:inline-flex;align-items:center;gap:.55rem;min-width:0;max-width:100%}.menu-item-label__icon{width:1.1rem;height:1.1rem;flex-shrink:0}.menu-item-label__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-nav-link{display:inline-flex;align-items:center;gap:.4rem}.header-nav-link .menu-item-label__icon{width:1rem;height:1rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;max-width:100%;margin:0;padding:0;border:0;background:none;text-align:left;text-decoration:none;font:inherit;cursor:pointer}.back-link__icon{width:1rem;height:1rem;flex-shrink:0}.user-profile-dropdown-item,.row-actions-menu-item{display:flex;align-items:center}@media (min-width: 769px){.menu-item-label,.header-nav-link,.back-link{gap:.3rem}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery-main{aspect-ratio:1;background:#ece8df;border-radius:var(--radius);overflow:hidden}.product-gallery-main img,.product-gallery-main .placeholder-image{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.product-gallery-thumb{flex:0 0 4.5rem;width:4.5rem;height:4.5rem;padding:0;border:2px solid transparent;border-radius:calc(var(--radius) - 2px);background:#ece8df;overflow:hidden;cursor:pointer;opacity:.75;transition:border-color .15s ease,opacity .15s ease}.product-gallery-thumb:hover{opacity:1}.product-gallery-thumb.is-active{border-color:var(--accent, #b42318);opacity:1}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery--compact{width:120px;max-width:100%}.product-gallery--compact .product-gallery-main img,.product-gallery--compact .product-gallery-main .placeholder-image{object-fit:cover}.product-gallery--compact .product-gallery-thumb{flex:0 0 2.25rem;width:2.25rem;height:2.25rem}.product-gallery--detail{width:min(100%,28rem);margin:0 0 1.25rem}.product-page{padding:2rem 0 4rem;display:grid;gap:1rem}.product-page-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.product-page-back{text-decoration:none}.product-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto;flex-wrap:wrap}.product-page-share-wrap{display:flex;align-items:center;gap:.65rem}.product-page-share,.favorite-heart-btn--toolbar{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex-shrink:0}.product-page-share-icon{width:1.15rem;height:1.15rem;flex-shrink:0}.product-page-action-label{display:none}@media (min-width: 769px){.product-page-action-label{display:inline}}@media (max-width: 768px){.product-page-share,.favorite-heart-btn--toolbar{padding:.6rem;min-width:2.75rem;min-height:2.75rem}}.product-page-share-feedback{font-size:.9rem;white-space:nowrap}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:1.5rem}.product-detail-gallery-wrap{position:relative;min-width:0}.product-detail-image{aspect-ratio:1;background:#ece8df;border-radius:var(--radius);overflow:hidden}.product-detail-image img,.product-detail-image .placeholder-image{width:100%;height:100%;object-fit:cover}.product-detail-body{display:flex;flex-direction:column;gap:1rem}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem}.product-volume-pricing{margin:0}.product-volume-pricing ul{margin:.35rem 0 0;padding-left:1.2rem}.purchase-total{margin:0;font-size:1.1rem}.btn-inline{width:fit-content;align-self:flex-start}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem}.field.product-quantity-field{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;margin-bottom:0}.field.product-quantity-field input{width:5.5rem;flex:0 0 auto;margin:0}@media (max-width: 800px){.product-page{padding:1rem 0 2.5rem}.product-detail{grid-template-columns:1fr;padding:1rem;gap:1.25rem}}.product-reviews-page{padding:2rem 0 4rem;display:grid;gap:1rem}.product-reviews-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-end;padding:1.25rem}.product-reviews-header h1{margin:0 0 .35rem;font-size:1.35rem}.product-reviews-sort{min-width:12rem;margin:0}.product-reviews-list{display:grid;gap:.75rem}.product-review-card{padding:1rem 1.15rem}.product-review-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.product-review-author{display:flex;gap:.75rem;align-items:center;min-width:0}.product-review-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;background:#ece8df;flex-shrink:0}.product-review-avatar--empty{display:grid;place-items:center;color:#fff;background:var(--color-primary);font-weight:700}.product-review-author p{margin:.15rem 0 0;font-size:.85rem}.product-review-comment{margin:.85rem 0 0;white-space:pre-wrap}.review-stars{color:#c47f17;letter-spacing:.05em;font-size:1.05rem}.review-stars-empty{color:#d0d5dd}.product-review-summary{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;margin:.75rem 0 1rem}.product-review-summary-meta{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem;min-width:0}.product-review-summary-action{flex-shrink:0;white-space:nowrap}.product-review-summary strong{font-size:1.05rem;white-space:nowrap}@media (max-width: 480px){.product-review-summary{gap:.5rem}.product-review-summary-meta{gap:.35rem}.product-review-summary-action{padding:.45rem .75rem;font-size:.9rem}}.product-review-form{display:grid;gap:.85rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.product-review-grade-picker{display:flex;gap:.35rem;flex-wrap:wrap}.product-review-grade-picker button{width:2.4rem;height:2.4rem;border-radius:8px;border:1px solid var(--color-border);background:#fff;cursor:pointer;font-size:1.1rem;color:#d0d5dd}.product-review-grade-picker button.is-selected,.product-review-grade-picker button:hover{color:#c47f17;border-color:#e4b56a;background:#fff8eb}@media (max-width: 768px){.product-reviews-page{padding:1rem 0 2.5rem}.product-review-card-top{flex-direction:column}}.profile-page{padding:2rem 0 4rem;display:grid;gap:1.5rem}.profile-layout{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr);gap:2rem;align-items:start;min-height:420px}.profile-sidebar{width:100%;max-width:280px;min-width:0;padding:1.25rem;position:sticky;top:calc(var(--site-sticky-top) + 1rem)}.profile-sidebar h2{margin:0 0 .85rem;font-size:.85rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.profile-content{min-height:320px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem}.profile-content-feedback{width:100%;max-width:640px;margin:0 auto}.profile-content-feedback--toast{position:sticky;top:.75rem;z-index:6;margin-bottom:.75rem;animation:profile-feedback-in .25s ease-out}@keyframes profile-feedback-in{0%{opacity:0;transform:translateY(-.35rem)}to{opacity:1;transform:translateY(0)}}.profile-section-feedback{margin:0;padding:.75rem 1rem;border-radius:8px;font-weight:500}.profile-section-feedback--success{background:#e8f5ee;color:#1f6b43;border:1px solid #b8dcc8}.profile-section-feedback--error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.profile-detail-view{display:grid;gap:.85rem}.profile-detail-row,.purchase-detail-row{display:grid;grid-template-columns:10.5rem minmax(0,1fr);column-gap:.85rem;row-gap:.15rem;align-items:start}.profile-detail-row>dt,.purchase-detail-row>dt{margin:0;color:var(--color-muted);font-weight:500;line-height:1.4}.profile-detail-row>dd,.purchase-detail-row>dd{margin:0;min-width:0;overflow-wrap:break-word;word-break:break-word;text-align:left;line-height:1.4}.profile-detail-country-value{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.profile-detail-country-value .country-flag,.profile-detail-country-value .country-flag-emoji{flex-shrink:0}.profile-phone-view-list{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.profile-content>*{width:100%}.profile-section{padding:1.5rem;max-width:640px;margin:0 auto}.profile-section--wide{max-width:900px}.favorites-tabs{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin:0 0 1rem}.favorites-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:auto;max-width:100%;padding:.55rem .95rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.favorites-tab:hover{border-color:var(--color-primary)}.favorites-tab.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.admin-customer-cart{max-width:640px;margin:1.25rem auto 0}.admin-customer-cart .cart-list{margin-top:.5rem}.admin-customer-cart .cart-total{margin-top:1rem;text-align:right}.admin-customer-cart-line-meta p{margin:0}.admin-customer-cart .cart-row-body h3{margin:0 0 .25rem;font-size:1rem}.admin-line-customer{margin:0 0 .75rem;padding:.55rem .75rem;background:var(--color-surface-muted, #f3f4f6);border-radius:.4rem;border:1px solid var(--color-border, #e5e7eb)}.admin-line-customer .profile-detail-row{margin:0}.admin-line-customer .profile-detail-row>dt{font-weight:600;color:var(--color-text-muted, #6b7280)}.admin-line-customer .profile-detail-row>dd{font-size:.98rem}.admin-line-customer-username{font-weight:400}.admin-cart-line-row .admin-customer-cart-line-meta{flex-shrink:0;text-align:right}.admin-liked-product-block+.admin-liked-product-block{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--color-border)}.profile-section--wide .admin-table.purchase-list .admin-cart-line-row{align-items:stretch}.profile-section--wide .admin-cart-line-row .purchase-list-row-top{align-items:center}.profile-section--catalog{max-width:none}.profile-empty{min-height:320px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.section-header h2,.section-header h3,.section-header h4{margin:0}.section-header .row-actions-menu{margin-left:auto}.profile-menu{display:grid;gap:.5rem;min-width:0}.profile-menu-btn{display:flex;align-items:center;width:100%;min-width:0;max-width:100%;text-align:left;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:8px;padding:.65rem .85rem;font-size:.95rem;cursor:pointer;font-weight:600;transition:background .15s ease,color .15s ease,border-color .15s ease}.profile-menu-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.profile-menu-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.profile-menu-btn .menu-item-label{flex:1;min-width:0;width:100%}.profile-menu-btn .menu-item-label__text{white-space:normal;overflow-wrap:break-word;text-overflow:unset;line-height:1.3}.password-field{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.password-field input{width:100%}.password-toggle{align-self:flex-start;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-primary);border-radius:999px;padding:.45rem .75rem;font-size:.85rem;cursor:pointer;white-space:nowrap}.password-toggle:hover{background:var(--color-bg)}.admin-table{display:grid;gap:1rem}.admin-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-top:1px solid var(--color-border);padding-top:1rem}.admin-row>.product-gallery--compact{flex-shrink:0}.admin-row-body{min-width:0;flex:1}.admin-row--clickable{width:100%;text-align:left;background:none;border:none;border-top:1px solid var(--color-border);padding:1rem 0 0;cursor:pointer;font:inherit;color:inherit}.admin-row--clickable:hover{opacity:.85}.admin-list-hint{margin:.35rem 0 0;font-size:.9rem}.admin-list-row{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;border:1px solid var(--color-border);border-radius:10px;padding:.85rem 1rem;border-top:1px solid var(--color-border);transition:border-color .15s ease,box-shadow .15s ease}.admin-list-row:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #0000000f}.admin-list-row-main{flex:1 1 0;width:0;display:flex;align-items:center;gap:.75rem;min-width:0;padding:0;border:none;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}.admin-list-row-chevron{flex-shrink:0;color:var(--color-muted);font-size:1.35rem;line-height:1}.admin-list-row-main--with-thumb{gap:1rem}.admin-list-row-link{border:1px solid var(--color-border)}.admin-list-row-link .admin-list-row-chevron{align-self:center}.profile-section-header-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.field-checkbox{display:flex;align-items:center;gap:.5rem}.field-checkbox input{width:auto}.profile-detail-view--compact{margin-bottom:1rem}.account-status{font-weight:600}.account-status--created{color:#92610a}.account-status--active{color:#1f6b43}.account-status--deactivated{color:#667085}.account-status--deleted{color:#b42318}.order-status{display:inline-block;font-weight:600}.order-status--pending{color:#b54708}.order-status--confirmed{color:#175cd3}.order-status--preparing{color:#0e7490}.order-status--ready{color:#1f6b43}.order-status--completed{color:#027a48}.order-status--cancelled{color:#b42318}.lot-status{display:inline-block;font-weight:600}.lot-status--created{color:#b54708}.lot-status--ready{color:#1f6b43}.lot-status--archived{color:#475467}.lot-status--deleted{color:#b42318}.product-status{display:inline-block;font-weight:600}.product-status--created{color:#b54708}.product-status--ready{color:#1f6b43}.product-status--deleted{color:#b42318}.admin-actions{display:flex;flex-wrap:wrap;gap:.5rem}.purchase-order-actions{margin:0 0 1.25rem}.profile-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.profile-form-actions--end{flex-wrap:nowrap;justify-content:flex-end}.address-intro{margin-top:0}.address-form h3{margin:0 0 .75rem;font-size:1rem}.purchase-fulfillment{margin-top:.35rem;font-size:.9rem}.purchase-list{display:flex;flex-direction:column;gap:.75rem}.purchase-list-row-main{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;flex:1 1 auto;width:auto;min-width:0;padding:0;border:none;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}.purchase-list-row-top{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.purchase-list-row-heading{flex:1 1 auto;min-width:0}.purchase-list-row-heading strong{display:block;margin:0 0 .2rem;font-size:1rem;line-height:1.35}.purchase-list-row-heading p,.purchase-list-row-main .purchase-fulfillment,.purchase-list-row-main .purchase-row-date{margin:0}.purchase-list-row-main .admin-list-row-chevron{align-self:center}.purchase-list-row-main--static{cursor:default}.admin-list-row.purchase-list-row>.admin-list-row-main.purchase-list-row-main{flex:1 1 auto;width:auto;min-width:0;flex-direction:column;align-items:stretch}.purchase-list-row-top .product-gallery--compact{flex-shrink:0;width:72px}.purchase-list-row-top .product-gallery--compact .product-gallery-thumbs{display:none}.purchase-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.purchase-row:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #0000000f}.purchase-row-body{flex:1;min-width:0}.purchase-row-body h3{margin:0 0 .25rem;font-size:1rem;line-height:1.35}.purchase-row-body p{margin:0}.purchase-row-meta{flex-shrink:0;text-align:right;min-width:8.5rem}.purchase-row-meta p{margin:.2rem 0 0;font-size:.85rem}.purchase-row-date{margin-top:.35rem!important;font-size:.85rem}.purchase-row-thumb{width:72px;height:72px;flex-shrink:0;border-radius:8px;object-fit:cover;background:#ece8df}.purchase-row-thumb--empty{display:block}.purchase-detail-page{padding:2rem 0 4rem;display:grid;gap:1rem;max-width:720px}.purchase-detail-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.purchase-detail-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto;flex-wrap:wrap}.purchase-detail-share-wrap{display:flex;align-items:center;gap:.65rem}.purchase-detail-share{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex-shrink:0}.purchase-detail-share-icon{width:1.15rem;height:1.15rem;flex-shrink:0}.purchase-detail-action-label{display:none}@media (min-width: 769px){.purchase-detail-action-label{display:inline}}@media (max-width: 768px){.purchase-detail-share{padding:.6rem;min-width:2.75rem;min-height:2.75rem}}.purchase-detail-share-feedback{font-size:.9rem;white-space:nowrap}.purchase-detail-back{display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin:0;padding:0;text-align:left;text-decoration:none;justify-self:start;align-self:start}.section-header .purchase-detail-back{display:block;margin-bottom:.35rem}.purchase-detail-card{padding:1.5rem;display:grid;gap:1.25rem}.purchase-detail-card>.purchase-detail-header.section-header{margin-bottom:0}.purchase-detail-card>.purchase-detail-progress{margin:0 0 -.5rem}.purchase-detail-header h1{margin:.35rem 0 .25rem;font-size:1.35rem}.purchase-detail-meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex:1;min-width:0}.purchase-detail-date,.purchase-detail-item-count{margin:0;font-size:.9rem}.purchase-detail-item-count{text-align:right;flex-shrink:0}.purchase-detail-description{margin:0;line-height:1.55;color:var(--color-text)}.purchase-detail-summary{margin:0;display:grid;gap:.65rem;border-top:1px solid var(--color-border);padding-top:1rem}.order-lines{display:grid;gap:1.25rem}.order-line-card{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:start;border-top:1px solid var(--color-border);padding-top:1rem}.order-line-card h2{margin:0 0 .35rem;font-size:1.1rem}.admin-order-edit-lines-title{margin:1.5rem 0 .75rem;font-size:1.1rem}.admin-order-edit-lines{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.admin-order-edit-line-body h3{margin:0 0 .35rem;font-size:1.05rem}.order-line-qty-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.75rem}.order-line-qty-row .field.field--qty{margin-bottom:0}.order-line-qty-row .order-line-subtotal{margin:0;text-align:right}.admin-order-add-product{margin:.5rem 0 1.25rem}.admin-order-product-results{list-style:none;margin:.5rem 0 0;padding:0;border:1px solid var(--color-border);border-radius:var(--radius);max-height:14rem;overflow:auto}.admin-order-product-result{width:100%;display:flex;justify-content:space-between;gap:1rem;padding:.65rem .85rem;border:0;border-bottom:1px solid var(--color-border);background:transparent;text-align:left;cursor:pointer}.admin-order-product-results li:last-child .admin-order-product-result{border-bottom:0}.admin-order-product-result:hover{background:#0000000a}.admin-volume-pricing{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.admin-volume-pricing-row{display:grid;grid-template-columns:minmax(5.5rem,7rem) minmax(7rem,9rem) minmax(8rem,1fr) auto;gap:.75rem;align-items:end}.admin-volume-pricing-row .field{display:flex;flex-direction:column;align-items:stretch;margin-bottom:0}.admin-volume-pricing-row .field>input{width:100%}.admin-order-lot-alloc-row .field{margin-bottom:0}@media (max-width: 640px){.admin-volume-pricing-row{grid-template-columns:1fr}.profile-page>h1{display:none}}.admin-photo-gallery{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.admin-photo-item{position:relative;width:7rem}.admin-photo-item img{width:7rem;height:7rem;object-fit:cover;border-radius:var(--radius);background:#ece8df;display:block}.admin-photo-actions{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.35rem}.admin-photo-primary{font-size:.8rem;color:var(--muted, #666)}.admin-product-lots{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.admin-product-lots .section-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:.75rem}.admin-product-lots .section-header h3{margin:.25rem 0 0}.admin-lot-form{display:flex;flex-direction:column;gap:.75rem}.admin-order-lot-alloc{width:100%;margin-top:.75rem;padding-top:.75rem;border-top:1px dashed rgba(0,0,0,.12)}.admin-order-lot-alloc-row{display:grid;grid-template-columns:minmax(0,1fr) 6rem auto;gap:.5rem;align-items:end;margin-bottom:.5rem}.admin-order-lot-view{margin:.5rem 0 0;padding-left:1.1rem}@media (max-width: 640px){.admin-order-lot-alloc-row{grid-template-columns:1fr}}.field.admin-order-status-field{margin:0;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.admin-order-complete-panel{margin:0 0 1.25rem;padding:1rem 1.1rem;border:1px solid color-mix(in srgb,var(--color-primary) 22%,var(--color-border));border-radius:var(--radius);background:color-mix(in srgb,var(--color-primary) 6%,var(--color-surface));display:grid;gap:.75rem}.admin-order-complete-panel h3{margin:0;font-size:1.05rem}.admin-order-complete-panel .admin-order-lot-alloc{margin-top:0;padding-top:.65rem}.btn-small{padding:.25rem .45rem;font-size:.75rem}.btn-inline{width:fit-content}@media (max-width: 768px){.profile-page{padding:1rem 0 2.5rem}.profile-layout{grid-template-columns:1fr;gap:1rem}.profile-sidebar{display:none}.profile-section{padding:1rem;max-width:none}.profile-section--wide{padding:1rem .75rem}.purchase-list{gap:.65rem}.purchase-list .admin-list-row,.purchase-list .purchase-list-row{width:100%;box-sizing:border-box;padding:.65rem .5rem;gap:.35rem}.purchase-list-row-main{gap:.3rem}.purchase-list-row-top{gap:.55rem}.purchase-list .purchase-row-thumb,.purchase-list .purchase-row-thumb--empty{width:56px;height:56px}.purchase-list-row-top .product-gallery--compact{width:56px}.purchase-list-row-heading strong{font-size:.95rem}.purchase-list .purchase-fulfillment{margin-top:.15rem;font-size:.85rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.purchase-list .purchase-row-date{margin-top:.1rem!important;font-size:.8rem}.purchase-list-row-main .admin-list-row-chevron{align-self:flex-start;margin-top:.1rem}.profile-detail-row,.purchase-detail-row{grid-template-columns:minmax(0,1fr) minmax(0,2fr);column-gap:.75rem}.profile-detail-row>dt,.purchase-detail-row>dt{font-size:.9rem}.section-header{flex-wrap:nowrap;align-items:center;gap:.65rem}.section-header>:first-child{flex:1;min-width:0}.section-header>h2{flex:0 1 auto;min-width:auto;white-space:nowrap;font-size:1.15rem;line-height:1.25}.section-header .btn,.section-header .row-actions-menu,.section-header .profile-section-header-actions{flex-shrink:0;align-self:center}.section-header>.btn{white-space:nowrap;padding:.55rem .85rem;font-size:.9rem}.section-header .row-actions-menu,.section-header .profile-section-header-actions{margin-left:auto}.purchase-row{flex-wrap:nowrap;align-items:flex-start}.purchase-row-meta{text-align:right;min-width:0}.purchase-detail-page{padding:1rem 0 2.5rem}.purchase-detail-card{padding:1rem}.order-line-card{grid-template-columns:1fr}.order-line-card .product-gallery--compact{width:96px}.admin-row{flex-direction:row;flex-wrap:nowrap;align-items:flex-start}.admin-row>.row-actions-menu{flex-shrink:0;align-self:flex-start;margin-left:auto}.admin-list-row{flex-wrap:nowrap;align-items:flex-start;width:100%;box-sizing:border-box}.admin-list-row-main{flex:1 1 0;width:0;min-width:0;align-self:stretch}.admin-list-row-main--with-thumb{align-items:flex-start}.admin-list-row>.row-actions-menu{flex-shrink:0;align-self:flex-start}.profile-photo-field{flex-wrap:wrap}}.cart-page{padding:2rem 0 4rem;display:grid;gap:1rem;max-width:820px}.cart-back{text-decoration:none}.cart-list{display:grid;gap:.75rem}.cart-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem}.cart-row-thumb{width:72px;height:72px;flex-shrink:0;border-radius:8px;object-fit:cover;background:#ece8df}.cart-row-thumb--empty{display:block}.cart-row-body{flex:1;min-width:0}.cart-row-body h2{margin:0 0 .25rem;font-size:1rem}.cart-row-body p{margin:0}.cart-row-actions{display:grid;gap:.35rem;justify-items:end;flex-shrink:0;min-width:0}.cart-line-qty-row{flex-wrap:nowrap;width:100%;justify-content:space-between;margin-bottom:0}.cart-line-qty-row .order-line-subtotal{flex-shrink:0;white-space:nowrap}.cart-remove-btn{color:#b42318;justify-self:end}.cart-summary{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cart-summary .btn{margin-left:auto}.cart-total{margin:0;font-size:1.05rem}@media (max-width: 768px){.cart-page{padding:1rem 0 2.5rem}.cart-row{flex-wrap:wrap}.cart-row-actions{width:100%;justify-items:stretch}.cart-line-qty-row{gap:.5rem}}.order-page{padding:2rem 0 4rem;display:grid;gap:1rem;justify-items:center}.order-back,.order-page>h1,.order-card,.order-page>.error{width:100%;max-width:520px}.order-back{font-size:.95rem}.order-card{padding:1.5rem;min-width:0;overflow:hidden}.order-card .field{min-width:0;width:100%}.order-card .field input,.order-card .field select{width:100%;max-width:100%;box-sizing:border-box}.order-card .field select{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-summary{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.order-summary h2{margin:0 0 .35rem;overflow-wrap:anywhere}.order-total{margin:.5rem 0 1rem;font-size:1.1rem}.order-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.order-fulfillment{margin:0 0 1rem;padding:0;border:none;display:grid;gap:.65rem}.order-fulfillment legend{font-weight:700;margin-bottom:.35rem}.order-fulfillment-option{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:10px;cursor:pointer}.order-fulfillment-option span{display:grid;gap:.15rem}.order-fulfillment-detail{font-size:.92rem}.order-address-picker{display:grid;gap:.45rem;margin-bottom:1rem;min-width:0;width:100%}.order-address-manage{font-size:.92rem}.order-address-empty{display:grid;gap:.75rem}.order-address-empty .btn{text-decoration:none;width:fit-content}.order-select-wrap{display:block;width:100%;max-width:100%;min-width:0;overflow:hidden}.row-actions-menu{position:relative;flex-shrink:0}.row-actions-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:1px solid var(--color-border);border-radius:.5rem;background:#fff;color:var(--color-text);cursor:pointer}.row-actions-menu-trigger:hover,.row-actions-menu.is-open .row-actions-menu-trigger{background:var(--color-bg)}.row-actions-menu-dots{display:block;width:4px;height:4px;border-radius:50%;background:currentColor;box-shadow:0 -7px 0 currentColor,0 7px 0 currentColor}.row-actions-menu-dropdown{position:absolute;top:calc(100% + .35rem);right:0;z-index:120;min-width:11rem;max-width:min(18rem,calc(100vw - 1rem));padding:.35rem 0;border:1px solid var(--color-border);border-radius:.65rem;background:#fff;box-shadow:0 10px 24px #0f172a1f}.row-actions-menu-item{display:block;width:100%;padding:.65rem 1rem;border:none;background:none;color:var(--color-text);text-align:left;font:inherit;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-actions-menu-item:hover{background:var(--color-bg)}.row-actions-menu-item--danger{color:#b42318}.confirm-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a73}.confirm-dialog{width:min(100%,420px);padding:1.25rem 1.5rem}.confirm-dialog h3{margin:0 0 .75rem}.confirm-dialog-message{margin:0 0 1.25rem}.confirm-dialog-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.75rem}.confirm-dialog-confirm--danger{background:#b42318;border-color:#b42318}.confirm-dialog-confirm--danger:hover{background:#912018;border-color:#912018}.ios-toggle-field{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.ios-toggle-copy{display:grid;gap:.2rem;min-width:0;flex:1}.ios-toggle-label{font-weight:600;font-size:.95rem}.ios-toggle-description{font-size:.85rem;line-height:1.35}.ios-toggle{flex-shrink:0;padding:0;border:none;background:transparent;cursor:pointer}.ios-toggle:disabled{opacity:.55;cursor:not-allowed}.ios-toggle-track{display:block;position:relative;width:3rem;height:1.75rem;border-radius:999px;background:#d1d1d6;transition:background-color .2s ease}.ios-toggle.is-on .ios-toggle-track{background:#34c759}.ios-toggle-knob{position:absolute;top:2px;left:2px;width:1.45rem;height:1.45rem;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000002e;transition:transform .2s ease}.ios-toggle.is-on .ios-toggle-knob{transform:translate(1.25rem)}.ios-toggle:focus-visible .ios-toggle-track{outline:2px solid var(--color-primary, #2563eb);outline-offset:2px}.country-flag{display:inline-block;width:1.25em;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px #00000014;vertical-align:middle}.country-flag--sm{width:1.1em}.country-flag--lg{width:1.6em}.country-flag-emoji{font-size:1.05rem;line-height:1;vertical-align:middle}.country-flag-emoji--lg{font-size:1.25rem}.country-flag-emoji[hidden]{display:none}.country-flag+.country-flag-emoji{display:none}.country-flag[style*="display: none"]+.country-flag-emoji{display:inline}.country-field-combobox{position:relative;display:grid;gap:.35rem}.country-field-input-wrap{position:relative;display:flex;align-items:center;gap:.45rem}.country-field-selected-flag{flex-shrink:0;padding-left:.65rem;display:inline-flex;align-items:center}.country-field-input-wrap input{flex:1;min-width:0;width:auto;padding-right:2rem}.country-field-selected-flag+input{padding-left:0}.country-field-clear{position:absolute;right:.35rem;width:1.75rem;height:1.75rem;border:none;border-radius:999px;background:transparent;color:var(--color-muted, #666);font-size:1.2rem;line-height:1;cursor:pointer}.country-field-clear:hover{background:#0000000f;color:var(--color-text, #1a1a1a)}.country-field-status{font-size:.85rem}.country-field-suggestions{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:120;margin:0;padding:.35rem 0;list-style:none;max-height:240px;overflow-y:auto;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 8px 24px #0000001f}.country-field-suggestions button{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.55rem;padding:.55rem .85rem;border:none;background:transparent;color:var(--color-text);text-align:left;cursor:pointer;font:inherit}.country-field-option{display:inline-flex;flex-direction:row;align-items:center;gap:.55rem;min-width:0}.country-field-option .country-flag,.country-field-option .country-flag-emoji{flex-shrink:0}.country-field-option-name{min-width:0}.country-field-suggestions button:hover,.country-field-suggestions button.is-active{background:#0000000d}.opening-hours-form{display:grid;gap:1.25rem}.opening-hours-intro{margin:0}.opening-hours-calendar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.opening-hours-field{display:grid;gap:.35rem}.opening-hours-field label{font-size:.85rem;font-weight:600;color:var(--color-muted)}.opening-hours-field select,.opening-hours-field input,.opening-hours-field textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);font:inherit}.opening-hours-preview{display:grid;gap:.35rem;padding:1rem 1.1rem;border:1px dashed var(--color-border);border-radius:10px;background:#00000005}.opening-hours-preview p{margin:0;font-weight:600}.opening-hours-comment textarea{resize:vertical;min-height:110px}.store-opening-hours-comment{margin:.35rem 0 0;color:var(--color-muted);line-height:1.5}@media (max-width: 760px){.opening-hours-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}}.website-settings{display:grid;gap:0}.website-settings-tabs{display:flex;flex-wrap:wrap;gap:.25rem;border-bottom:1px solid var(--color-border);margin-bottom:1.25rem}.website-settings-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.7rem 1rem;border:1px solid var(--color-border);border-bottom:none;border-radius:8px 8px 0 0;background:#00000008;margin-bottom:-1px;cursor:pointer;font:inherit;font-size:.92rem;font-weight:600;color:var(--color-muted);transition:background .15s ease,color .15s ease}.website-settings-tab:hover{color:var(--color-text);background:#0000000d}.website-settings-tab.is-active{background:var(--color-surface);color:var(--color-text);position:relative;z-index:1}.website-settings-panel{display:grid;gap:1rem}.website-settings-intro{margin:0}.website-shop-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.website-shop-list+.btn{margin-top:1rem}.website-shop-item{display:flex;justify-content:flex-start;gap:.75rem;align-items:center;width:100%;box-sizing:border-box;padding:.9rem 1rem;border:1px solid var(--color-border);border-radius:10px}.website-shop-item-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;flex:1 1 0;width:0;min-width:0;display:flex;align-items:center;gap:.75rem;padding:0}.website-shop-item-main:hover strong{text-decoration:underline}.website-shop-item-body{min-width:0;flex:1 1 auto}.website-shop-item-main .admin-list-row-chevron{flex-shrink:0;margin-left:auto}.website-shop-item p,.website-shop-item-main p{margin:.25rem 0 0}.website-shop-phone-whatsapp{margin-top:.35rem;margin-bottom:0}.shop-phone-fields-row{align-items:end}.website-shop-form{display:grid;gap:.75rem;padding:1rem}.website-shop-form h4{margin:0}.website-shop-hours{display:grid;gap:.75rem;padding-top:.25rem}.website-shop-hours h5{margin:0;font-size:.95rem}.header-shop-list,.footer-shop-list{display:grid;gap:.35rem}.header-shop-entry,.footer-shop-entry{display:grid;gap:.1rem}@media (max-width: 760px){.website-shop-item{flex-wrap:nowrap;align-items:flex-start}.website-shop-item-main{align-self:stretch}.website-shop-item-main .admin-list-row-chevron{align-self:center}.website-shop-item>.row-actions-menu{flex-shrink:0;align-self:flex-start}.website-settings-tabs{gap:.35rem}.website-settings-tab{flex:1 1 auto;border-radius:8px;border-bottom:1px solid var(--color-border);margin-bottom:0}.website-settings-tab.is-active{border-color:var(--color-primary)}}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem;background:linear-gradient(180deg,#f7f5f0,#eef3ef)}.admin-login-card{width:min(100%,420px);padding:2rem}.admin-login-card h1{margin:0 0 .5rem;color:var(--color-primary)}.admin-login-intro{margin:0 0 1.25rem}.admin-login-footer{margin:1.25rem 0 0;text-align:center}.admin-login-footer a{color:var(--color-primary);font-weight:600}@media (max-width: 640px){.admin-login-card{padding:1.25rem}}.store-phone-contact{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem}.store-phone-number{font-weight:600;color:inherit}.store-phone-channels{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.4rem}.store-phone-channel{display:inline-flex;align-items:center;gap:.28rem;padding:.15rem .5rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-muted);font-size:.8rem;font-weight:600;line-height:1.2;text-decoration:none}a.store-phone-channel:hover{color:var(--color-primary);border-color:var(--color-primary);text-decoration:none}.store-phone-channel-icon{width:.85rem;height:.85rem;flex-shrink:0}.store-contact-shop-hint{color:var(--color-muted);font-size:.85rem;font-weight:500}.contact-page{padding:2rem 0 4rem}main.container.contact-page{width:min(94vw,1100px);max-width:1100px}.contact-card{padding:2rem;width:100%}.contact-intro{margin:0 0 1.5rem;color:var(--color-muted)}.contact-layout{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:3rem;width:100%;text-align:left}.contact-layout--single{flex-direction:column;gap:1.5rem}.contact-layout-column{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;min-width:0;text-align:left}.contact-layout-column--general,.contact-layout-column--shops{flex:1 1 0}.contact-general-info,.contact-shops-info{display:flex;flex-direction:column;gap:1.25rem;width:100%}.contact-item{display:grid;gap:.35rem;width:100%}.contact-label{font-size:.85rem;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.contact-item a{font-size:1.15rem;font-weight:600;color:var(--color-primary)}.contact-item a:hover{text-decoration:underline}.contact-item a.store-phone-channel{font-size:.8rem;font-weight:600;color:var(--color-muted)}.contact-item a.store-phone-channel:hover{color:var(--color-primary);text-decoration:none}.contact-facebook-link{display:inline-flex;align-items:center;gap:.4rem}.contact-facebook-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.contact-phone-list{display:grid;gap:.75rem}.contact-phone-entry{display:grid;gap:.25rem}.contact-general-info .store-phone-number{font-size:1.15rem;font-weight:600;color:var(--color-primary)}.store-opening-hours-summary{margin:0;font-size:1rem;font-weight:500;color:var(--color-text)}.store-opening-hours-comment{margin:.35rem 0 0;color:var(--color-muted);line-height:1.5;font-size:.95rem;font-weight:500}.contact-shop-list{display:grid;gap:1.15rem;width:100%}.contact-shop-entry{display:grid;gap:.35rem;width:100%;min-width:0;margin:0;padding:.85rem 1rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.contact-shop-entry legend{padding:0 .4rem;font-size:1rem;font-weight:700;color:var(--color-primary)}.contact-shop-entry>a,.contact-shop-entry .store-phone-number{font-size:1rem;font-weight:500;color:var(--color-text)}.contact-shop-entry>a:hover,.contact-shop-entry .store-phone-number:hover{color:var(--color-primary);text-decoration:underline}.contact-shop-phone-entry,.footer-shop-phone-entry{margin-top:.1rem}.contact-shop-hours{display:grid;gap:.15rem;margin-top:.15rem}.contact-shop-hours .store-opening-hours-summary,.contact-shop-hours .store-opening-hours-comment{margin:0;font-size:.92rem}@media (max-width: 760px){.contact-page{padding:1rem 0 2.5rem}.contact-card{padding:1.25rem}.contact-layout{flex-direction:column;gap:1.5rem}}.legal-page{padding:2rem 0 4rem;max-width:760px}.legal-page h1{margin:0 0 .75rem}.legal-intro{margin:0 0 2rem}.legal-section{padding:1.75rem 2rem;margin-bottom:1.25rem}.legal-section h2{margin:0 0 1rem;font-size:1.2rem}.legal-details{display:grid;gap:.85rem;margin:0}.legal-details>div{display:grid;grid-template-columns:10.5rem minmax(0,1fr);column-gap:.85rem;row-gap:.15rem;align-items:start}.legal-details dt{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);line-height:1.4}.legal-details dd{margin:0;min-width:0;overflow-wrap:break-word;word-break:break-word;line-height:1.4}.legal-prose{display:grid;gap:.85rem;color:var(--color-text);line-height:1.6}.legal-prose h3{margin:.5rem 0 0;font-size:1rem}.legal-prose p{margin:0}.legal-prose a{color:var(--color-primary);font-weight:600}.legal-updated{margin:.5rem 0 0;font-size:.85rem}@media (max-width: 768px){.legal-page{padding:1rem 0 2.5rem}.legal-section{padding:1.25rem 1rem}.legal-details>div{grid-template-columns:minmax(0,1fr) minmax(0,2fr);column-gap:.75rem}}.admin-banner-wrap{width:100%;padding:.2rem 0;background:#dc2626;color:#fff;border-bottom:1px solid #b91c1c;text-align:center;font-size:.85rem;font-weight:600;line-height:1.2}.guest-auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:1rem;background:#0f172a73}.guest-auth-modal{width:min(420px,100%);padding:1.5rem;display:grid;gap:1rem}.guest-auth-modal-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.guest-auth-modal-header h2{margin:0;font-size:1.25rem}.guest-auth-modal-text{margin:0;color:var(--color-muted);font-size:.95rem}.guest-auth-actions{display:flex;flex-wrap:wrap;gap:.75rem}.guest-auth-actions .btn{flex:1 1 10rem}.guest-auth-dismiss{justify-self:center;font-size:.9rem}.guest-auth-banner{width:100%;background:#eef6f1;border-bottom:1px solid #c5ddd0;color:var(--color-text)}.guest-auth-banner-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding-top:.4rem;padding-bottom:.4rem}.guest-auth-banner-text{margin:0;flex:1 1 12rem;font-size:.875rem;line-height:1.3}.guest-auth-banner-actions{display:flex;flex-wrap:nowrap;gap:.4rem}.guest-auth-banner-btn{padding:.3rem .75rem;font-size:.8rem;white-space:nowrap}@media (max-width: 640px){.guest-auth-banner-inner{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem;padding-top:.3rem;padding-bottom:.3rem;text-align:center}.guest-auth-banner-text{flex:1 1 100%;font-size:.75rem;line-height:1.25}.guest-auth-banner-actions{flex:0 0 auto;justify-content:center}.guest-auth-banner-btn{padding:.25rem .6rem;font-size:.75rem}}.walkthrough{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1150;pointer-events:auto}.walkthrough-backdrop{position:absolute;top:0;right:0;bottom:0;left:0}.walkthrough-backdrop-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c}.walkthrough-hole{position:absolute;border-radius:10px;box-shadow:0 0 0 9999px #0f172a8c;outline:2px solid rgba(255,255,255,.85);pointer-events:none;transition:top .2s ease,left .2s ease,width .2s ease,height .2s ease}.walkthrough-card{position:absolute;z-index:1;width:min(360px,calc(100vw - 2rem));padding:1.1rem 1.2rem 1.2rem;display:grid;gap:.65rem;box-shadow:0 12px 40px #0f172a40;max-height:calc(100vh - 2rem);overflow:auto}.walkthrough-card--center{top:50%;left:50%;transform:translate(-50%,-50%)}.walkthrough-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.walkthrough-progress{margin:0;font-size:.8rem;color:var(--color-muted)}.walkthrough-card h2{margin:0;font-size:1.15rem;line-height:1.3}.walkthrough-body{margin:0;color:var(--color-muted);font-size:.95rem;line-height:1.45}.walkthrough-actions{display:flex;justify-content:flex-end;margin-top:.25rem}.walkthrough-actions .btn{min-width:7rem}@media (max-width: 640px){.walkthrough-card:not(.walkthrough-card--center){left:1rem!important;right:1rem;width:auto;top:auto!important;bottom:1rem}}body.walkthrough-active .product-filter-fab{z-index:1160}.site-top-fixed{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-surface)}.site-top-spacer{height:var(--site-top-spacer-height);flex-shrink:0}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;min-height:72px}.header-left{display:flex;align-items:center;gap:1.5rem;min-width:0;flex:1}.brand{font-size:1.25rem;font-weight:800;color:var(--color-primary);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.header-contacts{font-size:.85rem;border-left:1px solid var(--color-border);padding-left:1.25rem}.header-contacts-layout{display:flex;align-items:flex-start;gap:1.75rem}.header-contacts-column{display:flex;flex-direction:column;gap:.15rem;min-width:0}.header-contacts-column--info{flex-shrink:0}.header-contacts-column--shops{display:none}.header-contacts--with-shop-addresses .header-contacts-column--shops{display:flex}.header-contacts-line{line-height:1.35}.header-contacts a{color:var(--color-muted)}.header-contacts a:hover{color:var(--color-primary)}.header-contacts .store-phone-contact{gap:.3rem .45rem}.header-contacts .store-phone-number{color:var(--color-muted);font-weight:600;white-space:nowrap}.header-contacts .store-phone-channel{padding:.1rem .4rem;font-size:.72rem;background:transparent}.header-contacts a.store-phone-channel{white-space:nowrap}.store-contact-shop-hint{color:var(--color-muted);font-size:.8rem;font-weight:500}.header-contact-facebook{display:inline-flex;align-items:center;gap:.3rem}.header-contact-facebook-icon{width:.95rem;height:.95rem;flex-shrink:0}.header-contact-location{display:inline-block;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-shop-name{font-weight:600}.header-nav{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:center;flex-shrink:0}.header-menu-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(47,93,70,.25);border-radius:10px;background:linear-gradient(135deg,#f3faf6,#e8f2ec);color:var(--color-primary);cursor:pointer;flex-shrink:0}.header-menu-toggle:hover,.header-menu-toggle.is-open{box-shadow:0 2px 8px #2f5d4629}.header-menu-toggle-bars{display:flex;flex-direction:column;justify-content:space-between;width:1.15rem;height:.85rem}.header-menu-toggle-bars>span{display:block;height:2px;border-radius:1px;background:currentColor;transition:transform .15s ease,opacity .15s ease}.header-menu-toggle.is-open .header-menu-toggle-bars>span:nth-child(1){transform:translateY(.325rem) rotate(45deg)}.header-menu-toggle.is-open .header-menu-toggle-bars>span:nth-child(2){opacity:0}.header-menu-toggle.is-open .header-menu-toggle-bars>span:nth-child(3){transform:translateY(-.325rem) rotate(-45deg)}.header-mobile-nav-backdrop,.header-mobile-nav{display:none}.header-account{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.header-nav>a{font-weight:600;white-space:nowrap}.link-btn{background:none;border:none;color:var(--color-primary);cursor:pointer;font-weight:600}.user-profile-menu{position:relative}.user-profile-trigger{display:inline-flex;align-items:center;gap:.55rem;padding:.35rem .65rem .35rem .35rem;border:1px solid rgba(47,93,70,.25);border-radius:999px;background:linear-gradient(135deg,#f3faf6,#e8f2ec);color:var(--color-primary);cursor:pointer;font-weight:700;box-shadow:0 1px 3px #2f5d461f;transition:box-shadow .15s ease,transform .15s ease}.user-profile-trigger:hover,.user-profile-menu.is-open .user-profile-trigger{box-shadow:0 4px 12px #2f5d462e;transform:translateY(-1px)}.user-profile-avatar{width:2rem;height:2rem;border-radius:50%;display:grid;place-items:center;background:var(--color-primary);color:#fff;font-size:.8rem;font-weight:800;flex-shrink:0}.user-profile-avatar--photo{object-fit:cover;display:block;background:#ece8df}.user-profile-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.user-profile-chevron{width:.45rem;height:.45rem;margin-right:.1rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);flex-shrink:0;opacity:.7;transition:transform .15s ease,opacity .15s ease}.user-profile-menu.is-open .user-profile-chevron,.user-profile-menu:hover .user-profile-chevron{opacity:1}.user-profile-menu.is-open .user-profile-chevron{transform:rotate(-135deg) translateY(1px)}.user-profile-dropdown{position:absolute;top:calc(100% + .45rem);right:0;min-width:220px;max-width:min(18rem,calc(100vw - 1rem));padding:.35rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:120;box-sizing:border-box}.user-profile-menu.is-open .user-profile-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:none}.user-profile-dropdown-item{display:block;width:100%;padding:.65rem .75rem;border:none;border-radius:8px;background:none;color:var(--color-text);text-align:left;font:inherit;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile-dropdown-item:hover{background:#f3f6f4;color:var(--color-primary)}.user-profile-dropdown-item.is-active{background:#eef6f1;color:var(--color-primary);font-weight:600}.user-profile-dropdown-divider{height:1px;margin:.35rem 0;background:var(--color-border)}.user-profile-dropdown-item--logout{color:#b42318;font-weight:600}.user-profile-dropdown-item--logout:hover{background:#fef3f2;color:#912018}@media (max-width: 768px){.header-inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"menu spacer account";align-items:center;column-gap:.75rem;row-gap:0;min-height:0;padding:.65rem 0}.header-menu-toggle{display:inline-flex;grid-area:menu;position:relative;z-index:130}.header-inner>.header-menu-toggle.is-open{opacity:0;pointer-events:none}.header-left,.brand,.header-nav{display:none}.header-account{grid-area:account;justify-self:end}.header-mobile-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#141c186b;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.header-mobile-nav-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.header-mobile-nav{display:flex;flex-direction:column;gap:.25rem;position:fixed;top:0;left:0;bottom:0;z-index:120;width:min(18.5rem,calc(100vw - 3rem));padding:max(.65rem,env(safe-area-inset-top,0px)) 1rem max(1.5rem,env(safe-area-inset-bottom,0px));background:var(--color-surface);border-right:1px solid var(--color-border);box-shadow:var(--shadow);transform:translate(-105%);visibility:hidden;pointer-events:none;transition:transform .2s ease,visibility .2s ease;overflow-y:auto;box-sizing:border-box}.header-mobile-nav.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.header-mobile-nav-header{display:flex;align-items:center;gap:.65rem;margin:0 0 .5rem;padding:0 0 .85rem;border-bottom:1px solid var(--color-border)}.header-mobile-nav-close{display:inline-flex;position:relative;z-index:1;opacity:1;pointer-events:auto;flex-shrink:0}.header-mobile-nav-title{margin:0;min-width:0;flex:1 1 auto;padding:0;border:none;min-height:0;color:var(--color-primary);font-size:1.05rem;font-weight:800;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-mobile-nav>a{display:block;padding:.8rem .65rem;border-radius:8px;color:var(--color-text);font-weight:600}.header-mobile-nav>a:hover{background:#f3f6f4;color:var(--color-primary)}.user-profile-name{max-width:7rem}}@media (max-width: 900px){.header-contacts{display:none}}@media (max-width: 640px){.header-inner{padding:.75rem 0}}.site-footer{padding:2rem 0 3rem;border-top:1px solid var(--color-border);margin-top:2rem}.site-footer .container{width:min(94vw,1280px)}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2.5rem;width:100%}.footer-content--single{justify-content:center}.footer-shops-column{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;font-size:.9rem;flex:1.35 1 auto;text-align:left}.footer-section-label{font-size:.85rem;font-weight:700;color:var(--color-text);text-transform:uppercase;letter-spacing:.04em}.footer-shop-list{display:flex;flex-direction:column;gap:1rem;width:100%}.footer-info-column{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;font-size:.9rem;flex:.65 1 auto;text-align:right}.footer-shop-entry{display:flex;flex-direction:column;gap:.25rem;max-width:100%;padding-top:.75rem;border-top:1px solid var(--color-border)}.footer-shop-entry:first-child{padding-top:0;border-top:none}.footer-shop-entry a{white-space:nowrap}.footer-shop-entry .store-phone-contact,.footer-info-column .store-phone-contact{justify-content:inherit}.footer-shop-entry .store-phone-number,.footer-info-column .store-phone-number{color:var(--color-muted);font-weight:600;white-space:nowrap}.footer-shop-entry .store-phone-channel,.footer-info-column .store-phone-channel{white-space:nowrap;background:transparent}.footer-shop-entry a.store-phone-channel:hover,.footer-info-column a.store-phone-channel:hover{color:var(--color-primary)}@media (max-width: 640px){.footer-content{flex-direction:column;align-items:stretch;gap:0}.footer-shops-column,.footer-info-column{align-items:center;text-align:center;width:100%;flex:1 1 auto}.footer-shops-column{padding-bottom:1.5rem}.footer-info-column{padding-top:1.5rem;border-top:1px solid var(--color-border);gap:.65rem}.footer-shop-list{gap:1.25rem}.footer-shop-entry{padding-top:1.25rem;align-items:center}.footer-shop-entry:first-child{padding-top:.25rem}.footer-shop-entry a{white-space:normal}}.footer-shops-column a,.footer-info-column a{color:var(--color-muted)}.footer-shops-column a:hover,.footer-info-column a:hover{color:var(--color-primary)}.footer-contact-facebook{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.footer-contact-facebook-icon{width:1rem;height:1rem;flex-shrink:0}.footer-shop-entry a{color:var(--color-muted)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1.25rem;width:100%}.footer-legal{margin:.25rem 0 0;font-size:.75rem;color:var(--color-muted);line-height:1.5;flex:1 1 auto;text-align:left}.footer-app-version{margin:.25rem 0 0;font-size:.7rem;color:var(--color-muted);opacity:.75;font-variant-numeric:tabular-nums;white-space:nowrap;flex:0 0 auto;text-align:right}.footer-legal a{color:var(--color-muted);text-decoration:underline;text-underline-offset:2px}.footer-legal a:hover{color:var(--color-primary)}@media (max-width: 640px){.footer-bottom{flex-direction:column;align-items:center}.footer-legal,.footer-app-version{text-align:center}}.mobile-cart-fab{display:none}@media (max-width: 1100px){.mobile-cart-fab{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;position:fixed;left:50%;bottom:max(1rem,env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:1110;min-height:3rem;min-width:3rem;padding:.65rem 1rem;border:none;border-radius:999px;background:#2563eb;color:#fff;font-weight:700;font-size:1rem;line-height:1;text-decoration:none;cursor:pointer;box-shadow:0 8px 24px #2563eb59;font-family:inherit}.mobile-cart-fab:hover,.mobile-cart-fab:focus-visible{background:#1d4ed8;color:#fff}.mobile-cart-fab__icon{width:1.35rem;height:1.35rem;flex-shrink:0}.mobile-cart-fab__label{min-width:1ch}}body.walkthrough-active .mobile-cart-fab{display:none!important}:root{--color-primary: #1f6f4a;--color-primary-dark: #155437;--color-accent: #d4a017;--color-bg: #f7f5f0;--color-surface: #ffffff;--color-text: #1f2933;--color-muted: #6b7280;--color-border: #e5e7eb;--radius: 12px;--shadow: 0 10px 30px rgba(31, 41, 51, .08);--site-header-height: 73px;--admin-banner-band-height: 1.375rem;--site-sticky-top: var(--site-header-height);--site-top-spacer-height: var(--site-header-height);font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:var(--color-text);background:var(--color-bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(94vw,1280px);margin:0 auto}@media (min-width: 1200px){.container{width:min(70vw,1280px)}}.btn{border:none;border-radius:999px;padding:.75rem 1.25rem;cursor:pointer;font-weight:600;transition:transform .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.btn-secondary{background:#fff;color:var(--color-primary);border:1px solid var(--color-border)}.card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow)}.grid{display:grid;gap:1.5rem}.grid-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width: 600px){.grid-products{grid-template-columns:repeat(auto-fill,minmax(min(100%,180px),1fr))}}@media (max-width: 480px){.btn{padding:.7rem 1rem}}.field{display:grid;grid-template-columns:minmax(8.5rem,10.5rem) minmax(0,1fr);align-items:center;column-gap:.75rem;row-gap:.35rem;margin-bottom:1rem}.field>input,.field>select,.field>textarea,.field>.password-field,.field>.country-field-combobox,.field>.customer-filter-combobox{width:100%;min-width:0;margin:0}.field:has(.password-field){align-items:start}.field>.password-field{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.field>.password-field input{width:100%;min-width:0}.field>.password-field .password-toggle{align-self:flex-start}.field.field--title{grid-template-columns:minmax(5.5rem,7rem) minmax(22rem,1fr)}.field.field--title>input{width:100%}.field input,.field select,.field textarea{border:1px solid var(--color-border);border-radius:8px;padding:.65rem .75rem}.field:has(>textarea),.field.field-block{display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.field:has(>textarea)>textarea{width:100%}.field>.muted{grid-column:1 / -1;margin:0;font-size:.9rem}.field:has(>.muted){align-items:start}.field .category-field-custom{grid-column:2}.field:has(.category-field-custom){align-items:start}.field.field--qty{grid-template-columns:auto auto;width:fit-content;max-width:100%}.field.field--qty>input{width:4.5rem;justify-self:start}.field.field--amount{grid-template-columns:minmax(8.5rem,10.5rem) auto}.field.field--amount>input{width:10rem;max-width:100%;justify-self:start}.field.field--date{grid-template-columns:minmax(8.5rem,10.5rem) auto}.field.field--date>input{width:10.5rem;max-width:100%;justify-self:start}.field.field--status{grid-template-columns:minmax(8.5rem,10.5rem) auto}.field.field--status>select{width:12rem;max-width:100%;justify-self:start}@media (max-width: 768px){.field{grid-template-columns:minmax(6.5rem,1fr) minmax(0,2fr)}.field.field--title{grid-template-columns:minmax(5rem,1fr) minmax(0,3fr)}}.category-field-custom{margin-top:.25rem}.muted{color:var(--color-muted)}.error{color:#b42318;margin-top:.5rem}.success{color:var(--color-primary);margin-top:.5rem}
