:root,[data-theme=light]{--primary: #dc2626;--primary-hover: #b91c1c;--primary-active: #991b1b;--primary-contrast: #ffffff;--primary-soft: rgba(220, 38, 38, .1);--primary-border: rgba(220, 38, 38, .28);--accent: #ef4444;--bg: #f5f6f8;--surface: #ffffff;--surface-2: #f1f2f4;--surface-3: #e5e7eb;--text: #18181b;--muted: #71717a;--border: #e4e4e7;--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .1);--warning: #d97706;--warning-soft: rgba(217, 119, 6, .11);--success: #16835d;--success-soft: rgba(22, 131, 93, .1);--info: #2563eb;--info-soft: rgba(37, 99, 235, .1);--shadow-sm: 0 5px 18px rgba(24, 24, 27, .06);--shadow: 0 18px 50px rgba(24, 24, 27, .1);--shadow-lg: 0 28px 85px rgba(24, 24, 27, .15);--radius-sm: 10px;--radius: 14px;--radius-lg: 20px;--radius-xl: 28px;--container: 1320px;color-scheme:light}[data-theme=dark]{--primary: #ef4444;--primary-hover: #f87171;--primary-active: #dc2626;--primary-contrast: #ffffff;--primary-soft: rgba(239, 68, 68, .13);--primary-border: rgba(239, 68, 68, .34);--accent: #f87171;--bg: #0d0d0f;--surface: #17171a;--surface-2: #202024;--surface-3: #2a2a30;--text: #fafafa;--muted: #a1a1aa;--border: #303036;--danger: #f87171;--danger-soft: rgba(248, 113, 113, .13);--warning: #fbbf24;--warning-soft: rgba(251, 191, 36, .12);--success: #4ade80;--success-soft: rgba(74, 222, 128, .11);--info: #60a5fa;--info-soft: rgba(96, 165, 250, .12);--shadow-sm: 0 6px 20px rgba(0, 0, 0, .25);--shadow: 0 18px 55px rgba(0, 0, 0, .4);--shadow-lg: 0 28px 90px rgba(0, 0, 0, .55);color-scheme:dark}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .18s ease,color .18s ease}body.no-scroll{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}button,a,input,select,textarea{transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--primary-soft);outline-offset:2px}::selection{background:var(--primary);color:var(--primary-contrast)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.78}.btn{min-height:42px;padding:0 1rem;border:0;border-radius:11px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;font-weight:750}.btn-primary{background:var(--primary);color:var(--primary-contrast);box-shadow:0 8px 20px var(--primary-soft)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-ghost{background:var(--surface-2);color:var(--text)}.btn-ghost:hover{background:var(--primary-soft);color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.input{width:100%;min-height:44px;padding:0 .85rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:11px;outline:0}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.grid{display:grid;gap:1rem}.page{padding:1.5rem}.muted{color:var(--muted)}.primary-action,.secondary-action{min-height:48px;padding:0 1.25rem;border-radius:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:800}.primary-action{border:0;background:var(--primary);color:var(--primary-contrast);box-shadow:0 10px 24px var(--primary-soft)}.primary-action:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.primary-action:active:not(:disabled){background:var(--primary-active);transform:translateY(0)}.primary-action:disabled{cursor:not-allowed;opacity:.65}.secondary-action{background:var(--surface);color:var(--text);border:1px solid var(--border)}.secondary-action:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.icon-button{width:40px;height:40px;padding:0;border:0;border-radius:50%;background:var(--surface-2);color:var(--text);display:grid;place-items:center;cursor:pointer}.icon-button:hover{background:var(--primary-soft);color:var(--primary)}.store-shell{min-height:100vh;background:var(--bg);color:var(--text)}.store-container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.store-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--surface) 94%,transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.announcement-bar{background:#18181b;color:#fff;font-size:.76rem}[data-theme=dark] .announcement-bar{background:#09090b}.announcement-content{min-height:32px;display:flex;align-items:center;justify-content:space-between}.announcement-center{color:#bde9fa}.main-header-row,.secondary-nav{background:var(--surface)}.main-header-content{min-height:76px;display:flex;align-items:center;gap:16px;position:relative}.store-brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-size:1.5rem;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.store-brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--primary);color:#fff;box-shadow:0 9px 22px #48a6c938}.category-wrapper{position:relative}.category-trigger{min-height:46px;padding:0 15px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:750}.category-trigger:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.category-popover{position:absolute;top:calc(100% + 13px);left:0;z-index:60;width:min(680px,calc(100vw - 40px));padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-lg)}.category-popover-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.category-popover-heading button{border:0;background:transparent;color:var(--muted);cursor:pointer}.category-popover-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.category-popover-grid>button{padding:10px;border:0;border-radius:14px;background:var(--surface);color:var(--text);display:flex;gap:11px;text-align:left;cursor:pointer}.category-popover-grid>button:hover{background:var(--surface-2)}.category-popover-grid>button>span{width:42px;height:42px;flex:0 0 auto;border-radius:12px;display:grid;place-items:center;background:var(--primary-soft)!important;color:var(--primary);font-weight:900}.category-popover-grid div{display:grid;gap:2px}.category-popover-grid small{color:var(--muted)}.desktop-search{flex:1;min-width:160px;min-height:48px;padding:0 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;gap:10px;cursor:text;text-align:left}.desktop-search:hover{border-color:var(--primary)}.desktop-search span{flex:1}.desktop-search kbd{padding:3px 7px;border:1px solid var(--border);border-bottom-width:2px;border-radius:7px;background:var(--surface);color:var(--muted);font-size:.7rem}.header-actions{display:flex;align-items:center;gap:4px}.header-actions>button{min-width:62px;padding:7px;border:0;border-radius:11px;background:transparent;color:var(--text);display:grid;place-items:center;gap:3px;position:relative;cursor:pointer}.header-actions>button:hover{background:var(--primary-soft);color:var(--primary)}.header-actions small{font-size:.67rem;white-space:nowrap}.action-count{position:absolute;top:0;right:8px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.63rem;font-weight:850}.mobile-menu-button{display:none;border:0;background:transparent;color:var(--text);cursor:pointer}.secondary-nav{border-top:1px solid var(--border)}.secondary-nav-content{min-height:40px;display:flex;align-items:center;gap:24px;font-size:.8rem}.secondary-nav-content button,.secondary-nav-content a{padding:0;border:0;background:transparent;color:var(--text);text-decoration:none;cursor:pointer}.secondary-nav-content button:hover,.secondary-nav-content a:hover,.secondary-nav-content .sale-link{color:var(--primary)}.secondary-spacer{flex:1}.sale-link{font-weight:800}.mobile-nav-panel{display:none}.hero-section{padding-top:26px;display:grid;grid-template-columns:minmax(0,1.9fr) minmax(285px,.85fr);gap:18px}.hero-main{min-height:440px;border-radius:var(--radius-xl);overflow:hidden;position:relative;display:grid;grid-template-columns:1.05fr .95fr;background:radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--primary) 20%,transparent),transparent 35%),linear-gradient(135deg,var(--primary-soft),var(--surface-2))}.hero-copy{padding:clamp(38px,5vw,68px);align-self:center;position:relative;z-index:3}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-weight:850;font-size:.72rem}.hero-copy h1{max-width:660px;margin:14px 0 16px;color:var(--text);font-size:clamp(2.65rem,4.5vw,4.55rem);line-height:.98;letter-spacing:-.065em}.hero-copy h1 em{color:var(--primary);font-style:normal}.hero-copy>p{max-width:560px;color:var(--muted);line-height:1.65;font-size:1rem}.hero-actions{display:flex;gap:10px;margin-top:26px;flex-wrap:wrap}.hero-trust{margin-top:22px;display:flex;gap:18px;color:var(--muted);font-size:.8rem}.hero-trust span{display:flex;align-items:center;gap:6px}.hero-art{position:relative;min-height:400px}.hero-blob{position:absolute;width:340px;height:340px;top:50%;left:50%;border-radius:50%;background:color-mix(in srgb,var(--surface) 72%,transparent);box-shadow:var(--shadow);transform:translate(-50%,-50%)}.hero-product{position:absolute;filter:drop-shadow(0 28px 35px rgba(24,24,27,.2))}.hero-product-main{width:245px;right:12%;top:76px;transform:rotate(-7deg)}.hero-product-small{width:135px;left:5%;bottom:45px;transform:rotate(9deg)}.floating-note{position:absolute;z-index:4;padding:10px 12px;border:1px solid var(--border);border-radius:15px;background:color-mix(in srgb,var(--surface) 94%,transparent);color:var(--text);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:9px}.floating-note svg{color:var(--primary)}.floating-note div{display:grid;gap:1px}.floating-note strong{font-size:.76rem}.floating-note span{color:var(--muted);font-size:.66rem}.note-one{right:4%;bottom:48px}.note-two{left:4%;top:38px}.hero-side-promos{display:grid;gap:18px}.side-promo{min-height:211px;padding:28px;border-radius:var(--radius-xl);overflow:hidden;position:relative}.side-promo span{text-transform:uppercase;letter-spacing:.09em;font-size:.67rem;font-weight:800;opacity:.75}.side-promo h2{max-width:220px;margin:9px 0 20px;font-size:1.65rem;line-height:1.05;letter-spacing:-.035em;position:relative;z-index:2}.side-promo button{padding:0;border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:800;position:relative;z-index:2}.side-promo>svg{position:absolute;right:13px;bottom:-6px;opacity:.14;transform:rotate(-12deg)}.promo-dark{background:#18181b;color:#fff}.promo-dark button{color:#aee3f7}.promo-light{background:var(--primary-soft);color:var(--text)}.promo-light button{color:var(--primary)}.benefit-strip{margin-top:24px;border-block:1px solid var(--border);background:var(--surface)}.benefit-grid{min-height:88px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.benefit-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text);border-right:1px solid var(--border)}.benefit-grid>div:last-child{border-right:0}.benefit-grid svg{color:var(--primary)}.benefit-grid span{display:grid;gap:2px}.benefit-grid strong{font-size:.83rem}.benefit-grid small{color:var(--muted);font-size:.71rem}.store-section{padding-block:56px 8px;scroll-margin-top:150px}.section-heading{margin-bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:15px}.section-heading>div>span{color:var(--primary);text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:850}.section-heading h2{margin:5px 0 0;color:var(--text);font-size:clamp(1.8rem,3vw,2.45rem);letter-spacing:-.045em}.section-heading>button{padding:0;border:0;background:transparent;color:var(--muted);display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:700}.section-heading>button:hover{color:var(--primary)}.category-carousel{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.category-card,.store-product-card{border:1px solid var(--border);background:var(--surface);color:var(--text)}.category-card{padding:10px 10px 14px;border-radius:19px;cursor:pointer;text-align:left}.category-card:hover,.category-card.active{border-color:var(--primary);box-shadow:0 16px 35px #48a6c91f;transform:translateY(-4px)}.category-art{aspect-ratio:1;margin-bottom:10px;border-radius:15px;display:grid;place-items:center;overflow:hidden;position:relative}.category-art:before,.category-art:after,.product-orbit{content:"";position:absolute;border:1px solid color-mix(in srgb,var(--primary) 22%,transparent);border-radius:50%}.category-art:before{width:75%;height:75%}.category-art:after{width:48%;height:48%}.category-art span{position:relative;z-index:2;width:42px;height:42px;border-radius:13px;background:color-mix(in srgb,var(--surface) 80%,transparent);color:var(--primary);display:grid;place-items:center;font-weight:900;font-size:1.1rem}.category-card strong{display:block;color:var(--text);font-size:.84rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-card small{color:var(--muted);font-size:.67rem}.catalog-section{padding-bottom:70px}.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product-card{border-radius:21px;overflow:hidden}.store-product-card:hover{border-color:var(--primary);box-shadow:0 22px 55px #48a6c91f;transform:translateY(-5px)}.product-card-media{padding:10px;position:relative}.product-card-media>a{display:block;height:100%}.product-visual{width:100%;aspect-ratio:1.22;border-radius:16px;display:grid;place-items:center;position:relative;overflow:hidden}.product-visual.compact{width:74px;height:74px;aspect-ratio:auto;border-radius:15px;flex:0 0 auto}.product-visual img{position:relative;z-index:2;width:100%;height:100%;padding:12px;object-fit:contain}.product-visual-icon{width:48%;height:48%;color:var(--primary);position:relative;z-index:2}.orbit-one{width:74%;height:74%}.orbit-two{width:46%;height:46%}.product-badge{position:absolute;top:20px;left:20px;padding:5px 9px;border-radius:9px;background:var(--primary);color:#fff;font-size:.66rem;font-weight:850}.favorite-button{position:absolute;top:20px;right:20px;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:50%;background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--text);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm)}.favorite-button:hover,.favorite-button.active{color:var(--primary);border-color:var(--primary-border);background:var(--primary-soft)}.store-product-body{padding:10px 17px 18px}.product-rating{display:flex;align-items:center;gap:4px;color:var(--accent);font-size:.74rem;font-weight:800}.product-rating span,.product-meta,.installment{color:var(--muted)}.product-rating span{font-weight:500}.store-product-body h3{min-height:42px;margin:9px 0 10px;color:var(--text);font-size:.96rem;line-height:1.35}.product-card-title{color:inherit;text-decoration:none}.product-card-title:hover{color:var(--primary)}.product-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-price-row strong{color:var(--text);font-size:1.14rem}.product-price-row del{color:var(--muted);font-size:.76rem}.installment{min-height:18px;margin:5px 0 13px;font-size:.68rem}.add-cart-button{width:100%;min-height:42px;border:0;border-radius:12px;background:var(--surface-2);color:var(--text);display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:800;font-size:.81rem}.add-cart-button:hover{background:var(--primary);color:#fff}.empty-catalog{padding:60px;border-radius:22px;background:var(--surface-2);color:var(--muted);text-align:center}.newsletter-section,.store-footer{background:#18181b;color:#fff}[data-theme=dark] .newsletter-section,[data-theme=dark] .store-footer{background:#09090b}.newsletter-section{margin-top:24px}.newsletter-content{min-height:235px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.newsletter-content>div>span{color:#aee3f7;text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:850}.newsletter-content h2{margin:7px 0;font-size:2.2rem;letter-spacing:-.045em}.newsletter-content p{max-width:620px;color:#b4b4bc}.newsletter-cta{min-height:48px;padding:0 20px;border:0;border-radius:13px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-weight:850}.footer-grid{padding-block:52px 42px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid p,.footer-grid a,.footer-grid button,.footer-bottom{color:#b4b4bc}.footer-grid a,.footer-grid button{padding:0;border:0;background:transparent;text-decoration:none;cursor:pointer}.footer-grid a:hover,.footer-grid button:hover{color:#fff}.footer-bottom{min-height:64px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;font-size:.74rem}.modal-backdrop,.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-backdrop{padding:20px;display:grid;place-items:center}.modal{width:min(680px,96vw);max-height:92vh;overflow:hidden;border-radius:22px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-lg);animation:modal-in .18s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.modal-header{min-height:67px;padding:0 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0;font-size:1.14rem}.modal-content{max-height:calc(92vh - 67px);padding:20px 22px 24px;overflow:auto}.search-modal{width:min(760px,96vw)}.wide-modal,.checkout-modal{width:min(980px,96vw)}.drawer-backdrop{display:flex;justify-content:flex-end}.drawer{width:min(480px,100vw);height:100%;background:var(--surface);color:var(--text);box-shadow:-25px 0 80px #0000004d;display:flex;flex-direction:column;animation:drawer-in .22s ease}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:none}}.drawer-header{padding:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawer-header h2{margin:0;font-size:1.3rem}.drawer-header p{margin:4px 0 0;color:var(--muted);font-size:.76rem}.drawer-content{flex:1;min-height:0;overflow:auto}.empty-state{min-height:300px;padding:36px;border:1px dashed var(--border);border-radius:18px;background:var(--surface);color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state>span{width:54px;height:54px;border-radius:17px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.empty-state h3{margin:14px 0 6px;color:var(--text)}.empty-state p{max-width:420px;margin:0 0 16px;line-height:1.55}.cart-layout{min-height:100%;display:flex;flex-direction:column}.cart-items,.favorite-list{padding:8px 18px 18px}.cart-item,.favorite-item,.search-result{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--border)}.cart-item-main,.search-result-info{min-width:0;display:grid;gap:4px}.cart-item-main span,.favorite-item span,.search-result-info small{color:var(--muted);font-size:.76rem}.quantity-control{min-width:96px;height:32px;border:1px solid var(--border);border-radius:9px;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.quantity-control button{height:100%;padding:0;border:0;background:var(--surface-2);display:grid;place-items:center;cursor:pointer}.quantity-control b{text-align:center;font-size:.76rem}.remove-item{align-self:start;padding:5px;border:0;background:transparent;color:var(--danger);cursor:pointer}.cart-summary{margin-top:auto;padding:20px;border-top:1px solid var(--border);background:var(--surface-2)}.cart-summary>div{padding:5px 0;display:flex;justify-content:space-between;gap:20px;font-size:.78rem}.cart-total{margin-top:10px;padding-top:15px!important;border-top:1px solid var(--border);font-size:.95rem!important}.checkout-button{width:100%;margin-top:16px}.favorite-item-actions{display:grid;gap:5px}.favorite-item-actions button,.mini-add-button{padding:8px 10px;border:0;border-radius:9px;background:var(--primary-soft);color:var(--primary);cursor:pointer;font-size:.69rem;font-weight:750}.modal-search-field{min-height:52px;padding:0 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);display:flex;align-items:center;gap:10px}.modal-search-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.modal-search-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.modal-search-field button{padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer}.search-meta{padding:12px 2px 6px;color:var(--muted);display:flex;justify-content:space-between;font-size:.69rem}.account-modal{width:min(760px,96vw)}.account-modal .modal-content{padding:0}.friendly-auth{display:grid;grid-template-columns:.86fr 1.14fr;background:var(--surface)}.auth-welcome-panel{padding:34px;border-right:1px solid var(--border);background:radial-gradient(circle at top left,color-mix(in srgb,var(--primary) 23%,transparent),transparent 45%),var(--surface-2);display:flex;flex-direction:column;justify-content:center}.auth-welcome-icon{width:52px;height:52px;margin-bottom:22px;border-radius:16px;background:var(--primary);color:#fff;display:grid;place-items:center;box-shadow:0 12px 28px #48a6c93d}.auth-kicker{color:var(--primary);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.auth-welcome-panel h3{margin:8px 0 12px;font-size:1.7rem;line-height:1.08;letter-spacing:-.04em}.auth-welcome-panel>p{margin:0;color:var(--muted);line-height:1.6;font-size:.83rem}.auth-benefits{margin-top:24px;display:grid;gap:9px}.auth-benefits span{color:var(--text);display:flex;align-items:center;gap:8px;font-size:.76rem;font-weight:700}.auth-benefits svg{color:var(--primary)}.auth-form-panel{padding:30px}.auth-tabs{margin-bottom:22px;padding:4px;border-radius:12px;background:var(--surface-2);display:grid;grid-template-columns:1fr 1fr}.auth-tabs button{min-height:40px;border:0;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;font-weight:750}.auth-tabs button.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.auth-form{display:grid;gap:14px}.auth-form label,.checkout-register-form label,.checkout-fields label,.professional-form label{display:grid;gap:6px;color:var(--text);font-size:.74rem;font-weight:750}.auth-form label{position:relative}.auth-form label small{position:absolute;top:0;right:0;color:var(--muted);font-weight:500}.auth-input-wrap{min-height:48px;padding:0 13px;border:1px solid var(--border);border-radius:12px;background:var(--surface);display:flex;align-items:center;gap:10px}.auth-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.auth-input-wrap>svg{flex:0 0 auto;color:var(--muted)}.auth-input-wrap:focus-within>svg{color:var(--primary)}.auth-input-wrap input{flex:1;min-width:0;min-height:46px;padding:0;border:0;outline:0;background:transparent;color:var(--text)}.password-visibility{width:34px;height:34px;padding:0;border:0;border-radius:9px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.password-visibility:hover{background:var(--primary-soft);color:var(--primary)}.auth-submit{width:100%;margin-top:2px}.form-error,.inline-error{margin:0;padding:10px 12px;border:1px solid color-mix(in srgb,var(--danger) 32%,transparent);border-radius:10px;background:var(--danger-soft);color:var(--danger);font-size:.72rem}.demo-access{margin-top:18px;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);display:grid;gap:8px;font-size:.69rem}.demo-access strong{color:var(--text)}.demo-access-buttons{display:grid;grid-template-columns:1fr 1fr;gap:7px}.demo-access-buttons button{min-height:36px;padding:0 8px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--muted);cursor:pointer;font-size:.67rem}.demo-access-buttons button:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.account-profile{padding:30px;text-align:center}.account-avatar{width:66px;height:66px;margin:4px auto 11px;border-radius:20px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.account-name span{color:var(--muted);font-size:.69rem}.account-name h3{margin:4px 0}.account-name p{margin:0;color:var(--muted);font-size:.78rem}.role-pill{width:max-content;margin:12px auto 20px;padding:6px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;gap:5px;font-size:.69rem;font-weight:800}.account-links{border:1px solid var(--border);border-radius:14px;overflow:hidden;display:grid;text-align:left}.account-links a{min-height:48px;padding:0 14px;border-bottom:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-size:.79rem}.account-links a:hover{background:var(--primary-soft);color:var(--primary)}.account-links>:last-child{border-bottom:0}.logout-button{margin-top:18px;padding:9px 13px;border:0;border-radius:10px;background:transparent;color:var(--danger);display:inline-flex;align-items:center;gap:7px;cursor:pointer}.logout-button:hover{background:var(--danger-soft)}.form-grid,.checkout-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.professional-form{display:grid;gap:14px}.wide-field,.checkout-fields .wide{grid-column:1 / -1}.professional-form input,.professional-form select,.professional-form textarea,.checkout-register-form input,.checkout-fields input,.checkout-fields select,.account-form-card input,.account-form-card select,.account-form-card textarea{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:11px;outline:0;background:var(--surface);color:var(--text)}.professional-form textarea,.account-form-card textarea{min-height:110px;padding-block:10px;resize:vertical}.professional-form input:focus,.professional-form select:focus,.professional-form textarea:focus,.checkout-register-form input:focus,.checkout-fields input:focus,.checkout-fields select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.modal-actions,.success-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:8px}.checkout-account-gate,.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.checkout-register-form,.checkout-order-summary{padding:20px;border-radius:17px;background:var(--surface-2);display:grid;gap:13px}.payment-option,.saved-address-selector{min-height:60px;padding:10px 13px;border:1px solid var(--border);border-radius:12px;background:var(--surface);display:flex;align-items:center;gap:10px}.checkout-line,.checkout-grand-total{padding:9px 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:18px;font-size:.73rem}.checkout-grand-total{padding-block:16px;border-bottom:0;font-size:.9rem}.checkout-order-summary .primary-action{width:100%}.success-state{min-height:420px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.success-state>svg{color:var(--primary)}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{height:100vh;padding:1rem;position:sticky;top:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column}.brand{margin:.25rem .3rem 1.5rem;display:flex;align-items:center;gap:.7rem;font-size:1.25rem;font-weight:850}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center}.brand>span:last-child{display:grid;line-height:1}.brand small{margin-top:5px;color:var(--muted);font-size:.6rem}.nav{display:grid;gap:.35rem}.nav a{padding:.78rem;border-radius:11px;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.7rem;font-size:.86rem}.nav a:hover,.nav a.active{background:var(--primary-soft);color:var(--primary)}.sidebar-bottom{margin-top:auto}.store-return{padding:12px;border:1px solid var(--border);border-radius:11px;color:var(--muted);display:flex;align-items:center;gap:8px;text-decoration:none;font-size:.78rem}.content{min-width:0}.topbar{min-height:72px;padding:0 1.4rem;position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.admin-topbar-actions{display:flex;align-items:center;gap:8px}.admin-user-chip{margin-left:4px;padding-left:12px;border-left:1px solid var(--border);display:flex;align-items:center;gap:8px}.admin-user-chip>div{display:grid}.admin-user-chip strong{font-size:.74rem}.admin-user-chip small{color:var(--muted);font-size:.63rem}.admin-page{max-width:1280px;margin:0 auto}.admin-page-heading{margin-bottom:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.admin-page-heading h1{margin:4px 0 5px;font-size:2rem;letter-spacing:-.04em}.admin-page-heading p{margin:0;color:var(--muted)}.admin-kicker{color:var(--primary);text-transform:uppercase;font-size:.67rem;letter-spacing:.09em;font-weight:850}.admin-tabs{margin-bottom:16px;border-bottom:1px solid var(--border);display:flex;gap:5px}.admin-tabs button{padding:11px 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);display:flex;align-items:center;gap:7px;cursor:pointer}.admin-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.module-toolbar{margin-bottom:18px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.module-toolbar select{min-height:43px;padding:0 38px 0 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text)}.toolbar-search{flex:1;min-width:240px;max-width:520px;min-height:43px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);display:flex;align-items:center;gap:9px}.toolbar-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.toolbar-search svg{color:var(--muted)}.toolbar-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.result-count{margin-left:auto;color:var(--muted);font-size:.76rem;font-weight:700}.admin-table-card,.professional-table,.dashboard-panel,.metric-card,.role-card,.coupon-card,.category-admin-card,.detail-panel,.shipment-card,.account-form-card,.address-card,.customer-order-card{border:1px solid var(--border);border-radius:17px;background:var(--surface);color:var(--text)}.admin-table-card,.professional-table{overflow:hidden}.professional-table{box-shadow:var(--shadow-sm)}.professional-table-head,.professional-table-row{padding:0 18px;display:grid;grid-template-columns:minmax(250px,1.55fr) minmax(110px,.65fr) minmax(130px,.75fr) minmax(150px,.8fr) minmax(180px,.9fr);gap:14px;align-items:center}.professional-table-head{min-height:46px;background:var(--surface-2);color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:.63rem;font-weight:850}.professional-table-row{min-height:76px;border-top:1px solid var(--border);font-size:.78rem}.professional-table-row:hover{background:var(--surface-2)}.product-table-cell,.admin-user-cell{min-width:0;display:flex;align-items:center;gap:11px}.product-table-cell>img,.product-table-cell>i,.admin-user-cell i{width:48px;height:48px;flex:0 0 auto;border:1px solid var(--border);border-radius:12px;background:var(--primary-soft);color:var(--primary);object-fit:contain;display:grid;place-items:center}.row-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.row-actions button,.table-action{min-height:34px;padding:0 9px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;font-size:.69rem}.row-actions button:hover,.table-action:hover{border-color:var(--primary);color:var(--primary)}.metric-grid{margin-bottom:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{min-height:138px;padding:18px;display:flex;gap:14px;box-shadow:var(--shadow-sm)}.metric-icon{width:43px;height:43px;flex:0 0 auto;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.metric-card small,.metric-card p{color:var(--muted)}.metric-card strong{display:block;margin:7px 0 4px;font-size:1.55rem;letter-spacing:-.035em}.dashboard-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:18px}.dashboard-panel{padding:19px}.dashboard-panel>header span{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;font-size:.63rem;font-weight:850}.dashboard-panel>header h2{margin:4px 0 17px;font-size:1.1rem}.role-card-grid,.coupon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.role-card,.coupon-card{padding:18px}.role-card-icon,.promotion-icon,.category-admin-icon{background:var(--primary-soft);color:var(--primary)}.status-badge,.publication-status,.admin-role-badge,.status-active{width:max-content;padding:6px 9px;border-radius:999px;background:var(--surface-2);color:var(--muted);display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:850}.status-success,.status-active,.publication-status.active{background:var(--primary-soft);color:var(--primary)}.status-danger{background:var(--danger-soft);color:var(--danger)}.status-warning{background:var(--warning-soft);color:var(--warning)}.status-info{background:var(--info-soft);color:var(--info)}.account-page,.product-detail-page{padding-block:34px 70px}.account-shell{display:grid;grid-template-columns:245px 1fr;gap:22px;align-items:start}.account-sidebar{position:sticky;top:175px;border:1px solid var(--border);border-radius:19px;background:var(--surface);overflow:hidden}.account-sidebar-user{min-height:87px;padding:15px;background:var(--surface-2);display:flex;align-items:center;gap:10px}.account-sidebar-user>span{width:42px;height:42px;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.account-sidebar nav{padding:9px;display:grid}.account-sidebar nav a{min-height:44px;padding:0 11px;border-radius:10px;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:9px;font-size:.76rem}.account-sidebar nav a:hover,.account-sidebar nav a.active{background:var(--primary-soft);color:var(--primary)}.account-content{min-width:0}.module-heading{margin-bottom:20px}.module-heading>span,.module-heading>div>span{color:var(--primary);font-size:.67rem;text-transform:uppercase;letter-spacing:.09em;font-weight:850}.module-heading h1{margin:5px 0 6px;font-size:2rem;letter-spacing:-.045em}.module-heading p{margin:0;color:var(--muted)}.module-heading.with-action{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-card-grid,.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-form-card,.address-card{padding:18px}.customer-order-list{display:grid;gap:9px}.customer-order-card{width:100%;min-height:76px;padding:11px 14px;display:grid;grid-template-columns:1.3fr auto minmax(90px,auto) auto;align-items:center;gap:13px;cursor:pointer;text-align:left}.customer-order-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:start}.product-gallery{display:grid;gap:11px}.product-main-image{aspect-ratio:1.08;border:1px solid var(--border);border-radius:25px;background:var(--surface-2);display:grid;place-items:center;overflow:hidden}.product-main-image img{width:100%;height:100%;padding:34px;object-fit:contain}.product-thumbnails{display:flex;gap:8px;overflow:auto}.product-thumbnails button{width:74px;height:74px;flex:0 0 auto;border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden;cursor:pointer}.product-thumbnails button.active{border:2px solid var(--primary)}.product-thumbnails img{width:100%;height:100%;padding:5px;object-fit:contain}.product-detail-brand{color:var(--primary);text-transform:uppercase;letter-spacing:.09em;font-size:.68rem;font-weight:850}.product-detail-info h1{margin:9px 0 7px;color:var(--text);font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-.055em}.product-detail-sku,.product-description{color:var(--muted)}.product-detail-price{margin-top:25px;display:flex;align-items:baseline;gap:11px}.product-detail-price strong{color:var(--text);font-size:2rem}.detail-offer-badge{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.67rem;font-weight:850}.product-description{margin:22px 0;line-height:1.7;white-space:pre-line}.stock-message{color:var(--primary);display:flex;align-items:center;gap:7px;font-size:.76rem;font-weight:750}.buy-row{margin:22px 0;display:flex;gap:9px}.buy-row .primary-action{flex:1}.favorite-detail-button{width:48px;height:48px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer}.favorite-detail-button:hover,.favorite-detail-button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.spin{animation:ikomise-spin .8s linear infinite}@keyframes ikomise-spin{to{transform:rotate(360deg)}}@media (max-width: 1120px){.hero-section{grid-template-columns:1fr}.hero-side-promos{grid-template-columns:repeat(2,1fr)}.category-carousel{grid-template-columns:repeat(4,1fr)}.store-product-grid{grid-template-columns:repeat(3,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 880px){.store-container{width:min(var(--container),calc(100% - 24px))}.announcement-center,.category-wrapper,.secondary-nav,.header-actions{display:none}.desktop-search{margin-left:auto;max-width:360px}.desktop-search kbd{display:none}.mobile-menu-button{display:block}.mobile-nav-panel{padding:10px 12px 14px;border-top:1px solid var(--border);background:var(--surface);display:grid;gap:5px}.mobile-nav-panel button{min-height:43px;padding:0 12px;border:0;border-radius:10px;background:var(--surface-2);color:var(--text);display:flex;align-items:center;gap:9px;text-align:left}.hero-main,.checkout-account-gate,.checkout-grid,.dashboard-grid,.account-shell,.product-detail-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:20px}.hero-art{min-height:310px}.benefit-grid{grid-template-columns:repeat(2,1fr);padding:12px 0}.store-product-grid{grid-template-columns:repeat(2,1fr)}.newsletter-content{padding-block:42px;grid-template-columns:1fr;gap:18px}.footer-grid{grid-template-columns:repeat(2,1fr)}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.professional-table{overflow-x:auto}.professional-table-head,.professional-table-row{min-width:880px}.account-sidebar{position:static}}@media (max-width: 680px){.store-header{position:static}.announcement-content{justify-content:center}.announcement-content span:last-child{display:none}.main-header-content{min-height:68px;gap:10px}.store-brand{font-size:1.25rem}.desktop-search{flex:0 0 44px;width:44px;min-width:44px;height:44px;padding:0;justify-content:center}.desktop-search span{display:none}.hero-section{padding-top:12px}.hero-main{min-height:auto;border-radius:21px}.hero-copy{padding:32px 24px 10px}.hero-copy h1{font-size:2.55rem}.hero-art{min-height:260px}.hero-blob{width:240px;height:240px}.hero-product-main{width:180px;right:12%;top:28px}.hero-product-small{width:95px;bottom:24px}.hero-side-promos,.metric-grid,.role-card-grid,.coupon-grid,.account-card-grid,.address-grid,.form-grid,.checkout-fields{grid-template-columns:1fr}.category-carousel,.store-product-grid{grid-template-columns:repeat(2,1fr)}.store-product-grid{gap:9px}.store-product-card{border-radius:15px}.product-card-media{padding:6px}.store-product-body{padding:8px 10px 12px}.store-product-body h3{min-height:38px;font-size:.78rem}.product-price-row strong{font-size:.9rem}.product-price-row del,.installment,.product-rating span{display:none}.add-cart-button{min-height:38px;font-size:.69rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.modal-backdrop{padding:0;align-items:end}.modal{width:100%;max-height:94vh;border-radius:20px 20px 0 0}.friendly-auth{grid-template-columns:1fr}.auth-welcome-panel{padding:24px;border-right:0;border-bottom:1px solid var(--border)}.auth-welcome-panel>p,.auth-benefits{display:none}.auth-welcome-icon{width:44px;height:44px;margin-bottom:13px}.auth-welcome-panel h3{margin-bottom:0;font-size:1.35rem}.auth-form-panel{padding:22px}.demo-access-buttons{grid-template-columns:1fr}.module-heading.with-action,.admin-page-heading{align-items:flex-start;flex-direction:column}.module-toolbar{align-items:stretch}.module-toolbar select,.toolbar-search{width:100%;max-width:none}.result-count{margin-left:0}.customer-order-card{grid-template-columns:1fr auto}.buy-row{flex-wrap:wrap}.buy-row .primary-action{order:3;flex-basis:100%}.success-actions,.modal-actions{flex-direction:column}.success-actions button,.modal-actions button{width:100%}}.account-menu-wrapper,.account-trigger{position:relative}.account-trigger.active{color:var(--primary)}.header-account-avatar{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:var(--surface-2);display:grid;place-items:center;overflow:hidden}.account-popover{position:absolute;z-index:200;top:calc(100% + 14px);right:0;width:310px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 24px 60px #0000002e,0 8px 18px #00000014;overflow:hidden;animation:account-popover-enter .16s ease-out}.account-popover:before{content:"";position:absolute;top:-7px;right:22px;width:14px;height:14px;border-top:1px solid var(--border);border-left:1px solid var(--border);background:var(--surface);transform:rotate(45deg)}.account-popover-user{position:relative;min-height:86px;padding:16px;border-bottom:1px solid var(--border);color:var(--text);display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;text-decoration:none}.account-popover-user:hover{background:var(--surface-2)}.account-popover-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.account-popover-user-data{min-width:0;display:grid;gap:3px}.account-popover-user-data strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem}.account-popover-user-data small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem}.account-popover-user>svg{color:var(--muted)}.account-popover-links{padding:8px;display:grid}.account-popover-links button,.account-popover-links a{width:100%;min-height:46px;padding:0 11px;border:0;border-radius:10px;background:transparent;color:var(--text);display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;text-align:left;text-decoration:none;cursor:pointer;font:inherit;font-size:.78rem}.account-popover-links button:hover,.account-popover-links a:hover{background:var(--primary-soft);color:var(--primary)}.account-popover-links button>svg:first-child,.account-popover-links a>svg:first-child{color:var(--primary)}.account-popover-links small{min-width:24px;padding:4px 7px;border-radius:999px;background:var(--surface-2);color:var(--muted);text-align:center;font-size:.65rem;font-weight:800}.account-popover-logout{width:calc(100% - 16px);min-height:48px;margin:0 8px 8px;padding:0 11px;border:0;border-top:1px solid var(--border);border-radius:10px;background:transparent;color:var(--danger);display:flex;align-items:center;gap:10px;cursor:pointer;font:inherit;font-size:.78rem}.account-popover-logout:hover{background:var(--danger-soft)}.forgot-password-button{width:max-content;margin:-3px 0 0 auto;padding:2px 0;border:0;background:transparent;color:var(--primary);cursor:pointer;font-size:.72rem;font-weight:700}.forgot-password-button:hover{text-decoration:underline}.forgot-back-button{margin-bottom:20px;padding:0;border:0;background:transparent;color:var(--primary);display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-weight:750}.form-success{margin:0;padding:11px 12px;border:1px solid color-mix(in srgb,var(--success) 35%,transparent);border-radius:10px;background:color-mix(in srgb,var(--success) 12%,transparent);color:var(--success);font-size:.72rem;line-height:1.5}@keyframes account-popover-enter{0%{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 760px){.account-popover{position:fixed;top:76px;right:14px;left:14px;width:auto}.account-popover:before{display:none}}.header-actions .account-trigger{width:auto;min-width:54px;height:auto;padding:4px 6px;border:0;border-radius:10px;background:transparent;box-shadow:none;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.header-actions .account-trigger:hover,.header-actions .account-trigger:focus,.header-actions .account-trigger.active{border:0;background:transparent;box-shadow:none;color:var(--primary)}.header-actions .account-trigger small{color:inherit}.header-account-avatar{width:37px;height:37px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center;transition:border-color .15s ease,color .15s ease,transform .15s ease}.account-trigger:hover .header-account-avatar,.account-trigger.active .header-account-avatar{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.account-login-popover{width:340px}.popover-login{padding:18px}.popover-login-heading{margin-bottom:18px;display:flex;align-items:center;gap:11px}.popover-login-icon{width:43px;height:43px;flex:0 0 43px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.popover-login-heading div{min-width:0;display:grid;gap:3px}.popover-login-heading strong{color:var(--text);font-size:.95rem}.popover-login-heading small{color:var(--muted);font-size:.72rem}.popover-login-form{display:grid;gap:13px}.popover-login-form label{color:var(--text);display:grid;gap:6px;font-size:.72rem;font-weight:700}.popover-input-wrap{height:43px;padding:0 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;gap:9px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.popover-input-wrap:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-soft);color:var(--primary)}.popover-input-wrap input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:none;background:transparent;color:var(--text);font:inherit;font-size:.78rem}.popover-input-wrap input::placeholder{color:var(--muted)}.popover-password-toggle{width:29px;height:29px;flex:0 0 29px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.popover-password-toggle:hover{background:var(--surface-3);color:var(--primary)}.popover-forgot-button{width:max-content;margin:-4px 0 0 auto;padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-size:.7rem;font-weight:700}.popover-forgot-button:hover{text-decoration:underline}.popover-login-submit{width:100%;min-height:43px;padding:0 16px;border:0;border-radius:11px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;transition:background .15s ease,transform .15s ease}.popover-login-submit:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.popover-login-submit:disabled{cursor:wait;opacity:.7}.popover-login-link{justify-self:center;padding:2px;border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-size:.72rem;font-weight:700}.popover-login-link:hover{text-decoration:underline}.popover-register-row{padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:center;gap:5px;color:var(--muted);font-size:.7rem}.popover-register-row button{padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-weight:800}.popover-register-row button:hover{text-decoration:underline}.popover-login-error,.popover-login-success{margin:0;padding:9px 10px;border-radius:9px;font-size:.69rem;line-height:1.45}.popover-login-error{border:1px solid rgba(239,68,68,.28);background:#ef444417;color:#ef4444}.popover-login-success{border:1px solid rgba(34,197,94,.28);background:#22c55e17;color:#22c55e}@media (max-width: 760px){.account-login-popover{width:auto}}.order-details-modal{width:min(1120px,96vw)}.order-details-modal .modal-content{padding:0}.order-details{background:var(--bg)}.order-details-summary{padding:22px 24px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--surface),var(--surface-2));display:flex;align-items:center;justify-content:space-between;gap:24px}.order-summary-identity{min-width:0;display:flex;align-items:center;gap:14px}.order-summary-icon{width:50px;height:50px;flex:0 0 50px;border:1px solid color-mix(in srgb,var(--primary) 28%,transparent);border-radius:15px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.order-summary-identity>div{min-width:0}.order-summary-kicker{color:var(--muted);font-size:.68rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.order-summary-identity h3{margin:3px 0 5px;color:var(--text);font-size:1.12rem;line-height:1.2}.order-summary-date{color:var(--muted);display:flex;align-items:center;gap:6px;font-size:.72rem}.order-summary-status{display:flex;align-items:center;gap:28px}.status-pair{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.order-summary-total{padding-left:24px;border-left:1px solid var(--border);display:grid;justify-items:end;gap:3px}.order-summary-total span{color:var(--muted);font-size:.7rem}.order-summary-total strong{color:var(--primary);font-size:1.32rem}.order-detail-layout{padding:22px 24px 26px;display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:20px}.order-detail-main,.order-detail-aside{min-width:0;display:grid;gap:18px}.order-detail-aside{position:sticky;top:0}.order-section-card,.order-aside-card{border:1px solid var(--border);border-radius:17px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.order-section-card{padding:20px}.order-aside-card{padding:18px}.order-section-heading,.order-aside-heading{display:flex;align-items:center;gap:11px}.order-section-heading{margin-bottom:18px}.order-aside-heading{margin-bottom:17px}.order-section-icon,.order-aside-heading>span{width:39px;height:39px;flex:0 0 39px;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.order-section-heading h3,.order-aside-heading h3{margin:0;color:var(--text);font-size:.9rem}.order-section-heading p,.order-aside-heading p{margin:3px 0 0;color:var(--muted);font-size:.68rem}.order-products-list{display:grid}.order-product-item{min-height:76px;padding:13px 0;border-top:1px solid var(--border);display:grid;grid-template-columns:50px minmax(160px,1fr) minmax(100px,auto) 70px minmax(100px,auto);align-items:center;gap:13px}.order-product-item:first-child{padding-top:0;border-top:0}.order-product-item:last-child{padding-bottom:0}.order-product-image{width:48px;height:48px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);color:var(--muted);display:grid;place-items:center}.order-product-information{min-width:0;display:grid;gap:5px}.order-product-information strong{overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.order-product-information span{color:var(--muted);display:flex;align-items:center;gap:4px;font-size:.65rem}.order-product-unit,.order-product-quantity,.order-product-total{display:grid;gap:4px}.order-product-unit span,.order-product-quantity span,.order-product-total span{color:var(--muted);font-size:.62rem}.order-product-unit strong,.order-product-quantity strong,.order-product-total strong{color:var(--text);font-size:.75rem}.order-product-quantity{justify-items:center}.order-product-total{justify-items:end}.order-product-total strong{color:var(--primary);font-size:.82rem}.shipments-list{display:grid;gap:14px}.shipment-card{padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.shipment-card-head{padding-bottom:14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:14px}.shipment-seller{min-width:0;display:flex;align-items:center;gap:10px}.shipment-truck-icon{width:37px;height:37px;flex:0 0 37px;border-radius:11px;background:var(--surface);color:var(--primary);display:grid;place-items:center}.shipment-seller>div{min-width:0;display:grid;gap:3px}.shipment-seller strong{overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.shipment-seller span{color:var(--muted);font-size:.66rem}.shipment-tracking{margin-top:13px;padding:10px 12px;border:1px dashed var(--border);border-radius:10px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;gap:10px}.shipment-tracking span{color:var(--muted);font-size:.65rem}.shipment-tracking strong{color:var(--text);font-size:.7rem;letter-spacing:.03em}.shipment-timeline{padding-top:17px}.shipment-timeline-event{display:grid;grid-template-columns:22px 1fr;gap:10px}.timeline-marker-column{min-height:70px;display:flex;flex-direction:column;align-items:center}.timeline-marker{width:13px;height:13px;flex:0 0 13px;border:2px solid var(--border);border-radius:50%;background:var(--surface);color:#fff;display:grid;place-items:center}.shipment-timeline-current .timeline-marker{width:18px;height:18px;flex-basis:18px;border-color:var(--primary);background:var(--primary)}.timeline-line{width:2px;min-height:48px;flex:1;background:var(--border)}.timeline-event-content{padding:0 0 18px}.timeline-event-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.timeline-event-title strong{color:var(--text);font-size:.74rem}.timeline-event-title time{flex:0 0 auto;color:var(--muted);font-size:.61rem}.timeline-event-content p{margin:5px 0;color:var(--muted);font-size:.68rem;line-height:1.5}.timeline-location{color:var(--muted);display:flex;align-items:center;gap:4px;font-size:.62rem}.empty-shipment-state{min-height:76px;padding:15px;border:1px dashed var(--border);border-radius:12px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;gap:12px}.empty-shipment-state div{display:grid;gap:4px}.empty-shipment-state strong{color:var(--text);font-size:.75rem}.empty-shipment-state span{font-size:.67rem}.shipment-update-button{min-height:38px;margin-top:4px;padding:0 14px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font:inherit;font-size:.69rem;font-weight:750}.shipment-update-button:hover{border-color:var(--primary);color:var(--primary)}.delivery-recipient{padding:12px;border-radius:12px;background:var(--surface-2);display:flex;align-items:center;gap:10px}.delivery-avatar{width:37px;height:37px;flex:0 0 37px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.delivery-recipient>div{display:grid;gap:2px}.delivery-recipient span{color:var(--muted);font-size:.62rem}.delivery-recipient strong{color:var(--text);font-size:.74rem}.delivery-address{margin:15px 0;color:var(--muted);display:grid;gap:5px;font-style:normal;font-size:.7rem;line-height:1.45}.delivery-phone{width:100%;min-height:39px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:.7rem;font-weight:750}.delivery-phone:hover{border-color:var(--primary);color:var(--primary)}.order-total-rows{display:grid}.order-total-rows>div{min-height:40px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:14px}.order-total-rows span{color:var(--muted);font-size:.69rem}.order-total-rows strong{color:var(--text);font-size:.72rem}.order-total-rows .discount-value{color:var(--success)}.order-coupon{margin-top:13px;padding:10px 11px;border:1px dashed color-mix(in srgb,var(--primary) 40%,var(--border));border-radius:10px;background:var(--primary-soft);display:flex;align-items:center;justify-content:space-between;gap:10px}.order-coupon span{color:var(--muted);font-size:.64rem}.order-coupon strong{color:var(--primary);font-size:.68rem}.order-grand-total{margin-top:15px;padding-top:15px;border-top:1px solid var(--border);display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.order-grand-total span{color:var(--text);font-size:.78rem;font-weight:750}.order-grand-total strong{color:var(--primary);font-size:1.15rem}.payment-status-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.payment-status-actions button{min-height:39px;padding:0 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;font:inherit;font-size:.66rem;font-weight:750}.payment-status-actions button:hover{border-color:var(--primary);color:var(--primary)}.payment-status-actions button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.cancel-order-button{width:100%;min-height:44px;padding:0 16px;border:1px solid color-mix(in srgb,var(--danger) 40%,transparent);border-radius:12px;background:color-mix(in srgb,var(--danger) 10%,transparent);color:var(--danger);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font:inherit;font-size:.72rem;font-weight:800}.cancel-order-button:hover{background:var(--danger);color:#fff}@media (max-width: 900px){.order-detail-layout{grid-template-columns:1fr}.order-detail-aside{position:static;grid-template-columns:1fr 1fr;align-items:start}.cancel-order-button{grid-column:1 / -1}}@media (max-width: 700px){.order-details-summary{align-items:flex-start;flex-direction:column}.order-summary-status{width:100%;justify-content:space-between}.order-summary-total{padding-left:15px}.order-detail-layout{padding:15px}.order-product-item{grid-template-columns:44px 1fr auto}.order-product-unit,.order-product-quantity{display:none}.order-product-total{grid-column:3}.order-detail-aside{grid-template-columns:1fr}.timeline-event-title{align-items:flex-start;flex-direction:column;gap:3px}}@media (max-width: 480px){.order-details-modal{width:100vw;max-height:100vh;border-radius:0}.order-details-modal .modal-content{max-height:calc(100vh - 67px)}.order-details-summary{padding:17px}.order-summary-status{align-items:flex-start;flex-direction:column;gap:12px}.order-summary-total{width:100%;padding:12px 0 0;border-top:1px solid var(--border);border-left:0;justify-items:start}.shipment-card-head,.shipment-tracking{align-items:flex-start;flex-direction:column}}.store-product-grid{gap:18px}.store-product-card{overflow:hidden;border-radius:18px;box-shadow:0 8px 28px color-mix(in srgb,var(--text) 7%,transparent)}.product-card-media{aspect-ratio:1 / .88;padding:12px;background:linear-gradient(180deg,var(--surface-2),var(--surface))}.product-card-media>a,.product-card-media .product-visual{height:100%}.store-product-body{padding:15px 16px 17px;display:flex;min-height:190px;flex-direction:column}.product-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-product-body h3{min-height:44px;margin:7px 0 10px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.35}.product-price-row{align-items:baseline}.add-cart-button{margin-top:auto}.drawer{width:min(520px,100vw);border-left:1px solid var(--border)}.drawer-header{min-height:82px;padding:20px 24px;background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.drawer-header .icon-button{width:40px;height:40px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);display:grid;place-items:center;cursor:pointer}.cart-items,.favorite-list{padding:12px 22px 22px}.cart-item,.favorite-item{grid-template-columns:82px minmax(0,1fr) auto;gap:14px;padding:16px 0}.cart-item .product-visual.compact,.favorite-item .product-visual.compact{width:82px;height:82px;border:1px solid var(--border);border-radius:15px}.cart-item-main strong,.favorite-item>div>strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.35}.cart-item-main>span,.favorite-item>div>span{color:var(--primary);font-size:.88rem;font-weight:800}.quantity-control{width:112px;height:38px;margin-top:4px;border-radius:11px}.quantity-control button:hover{background:var(--primary-soft);color:var(--primary)}.remove-item{width:36px;height:36px;border-radius:10px;background:var(--danger-soft);display:grid;place-items:center}.remove-item:hover{background:var(--danger);color:#fff}.cart-summary{padding:22px 24px 24px;box-shadow:0 -12px 30px color-mix(in srgb,var(--text) 6%,transparent)}.cart-summary>div{padding:7px 0;font-size:.84rem}.cart-summary>p{margin:11px 0 0;color:var(--muted);text-align:center;font-size:.72rem}.favorite-item-actions{min-width:90px;gap:7px}.favorite-item-actions button{min-height:36px;padding:0 12px}.favorite-item-actions .text-danger{background:var(--danger-soft);color:var(--danger)}@media (max-width: 880px){.store-header{position:sticky}.main-header-content{min-height:70px}.header-actions{display:flex;margin-left:2px}.header-actions>button,.account-trigger{min-width:42px;width:42px;height:42px;padding:0;border-radius:12px}.header-actions small{display:none}.header-actions>button:first-child,.account-menu-wrapper{display:none}.action-count{top:-3px;right:-3px}.mobile-menu-button{width:42px;height:42px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.mobile-nav-panel{max-height:calc(100vh - 70px);padding:12px;overflow-y:auto;box-shadow:0 20px 35px color-mix(in srgb,var(--text) 10%,transparent)}.mobile-nav-panel button{min-height:48px;border:1px solid transparent;font-weight:700}.mobile-nav-panel button:hover{border-color:var(--primary-border);background:var(--primary-soft);color:var(--primary)}}@media (max-width: 680px){.store-container{width:min(var(--container),calc(100% - 20px))}.announcement-bar{display:none}.main-header-row{border-bottom:1px solid var(--border)}.main-header-content{min-height:64px;gap:7px}.store-brand{gap:7px;font-size:1.1rem}.store-brand-mark{width:36px;height:36px;border-radius:11px}.desktop-search,.header-actions>button,.mobile-menu-button{flex:0 0 40px;width:40px;min-width:40px;height:40px}.header-actions{gap:2px}.hero-copy{padding:28px 20px 8px}.hero-copy h1{font-size:clamp(2rem,11vw,2.65rem)}.hero-side-promos{grid-template-columns:1fr}.benefit-strip{overflow:hidden}.benefit-grid{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.benefit-grid::-webkit-scrollbar{display:none}.benefit-grid>div{min-width:78%;padding:14px 16px;border-right:1px solid var(--border);scroll-snap-align:start}.store-section{padding-top:38px}.section-heading{align-items:flex-end;gap:10px}.section-heading h2{font-size:1.42rem}.section-heading>button{min-height:38px;padding:0 10px;white-space:nowrap}.category-carousel{display:flex;gap:10px;margin-inline:-10px;padding:2px 10px 10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.category-carousel::-webkit-scrollbar{display:none}.category-card{min-width:145px;scroll-snap-align:start}.store-product-grid{gap:10px}.store-product-card{border-radius:16px}.product-card-media{aspect-ratio:1 / .94;padding:7px}.favorite-button{top:8px;right:8px;width:36px;height:36px}.product-badge{top:9px;left:9px;max-width:calc(100% - 58px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-product-body{min-height:154px;padding:10px 11px 12px}.product-meta{font-size:.62rem}.store-product-body h3{min-height:38px;margin:5px 0 7px;font-size:.78rem}.product-price-row{flex-wrap:wrap;gap:3px 7px}.product-price-row strong{font-size:.96rem}.add-cart-button{min-height:40px;padding:0 7px;font-size:.68rem}.drawer-backdrop{align-items:flex-end;justify-content:center}.drawer{width:100%;height:min(92dvh,820px);border:1px solid var(--border);border-bottom:0;border-radius:24px 24px 0 0;animation:drawer-up .22s ease}@keyframes drawer-up{0%{transform:translateY(100%)}to{transform:none}}.drawer:before{content:"";width:42px;height:4px;margin:9px auto 0;border-radius:999px;background:var(--border)}.drawer-header{min-height:68px;padding:12px 16px 14px}.drawer-header h2{font-size:1.13rem}.drawer-content{overscroll-behavior:contain}.cart-items,.favorite-list{padding:4px 14px 18px}.cart-item,.favorite-item{grid-template-columns:70px minmax(0,1fr) auto;gap:10px;padding:13px 0}.cart-item .product-visual.compact,.favorite-item .product-visual.compact{width:70px;height:70px;border-radius:13px}.cart-item-main strong,.favorite-item>div>strong{font-size:.82rem}.quantity-control{width:104px;height:36px}.remove-item{width:34px;height:34px}.cart-summary{padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.checkout-button{min-height:48px}.favorite-item{grid-template-columns:68px minmax(0,1fr)}.favorite-item-actions{grid-column:1 / -1;grid-template-columns:1fr auto;min-width:0}.favorite-item-actions button{min-height:40px}.empty-state{min-height:60vh;margin:12px;padding:24px}}@media (max-width: 390px){.store-brand>span:last-child{display:none}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-cart-button svg{display:none}.cart-item{grid-template-columns:62px minmax(0,1fr) auto}.cart-item .product-visual.compact{width:62px;height:62px}}.payment-voucher-card{gap:14px}.voucher-history{display:grid;gap:9px}.voucher-file{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);color:var(--text);text-decoration:none}.voucher-file:hover{border-color:var(--primary)}.voucher-file span{min-width:0;display:grid;gap:3px}.voucher-file strong,.voucher-file small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voucher-file small{color:var(--muted)}.voucher-upload-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 15px;border-radius:14px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer;text-align:center}.voucher-upload-button:hover{background:var(--primary-hover)}.voucher-upload-button.disabled{opacity:.65;cursor:wait}.voucher-upload-button input{display:none}@media (max-width: 640px){.customer-order-card{grid-template-columns:minmax(0,1fr) auto;align-items:start}.customer-order-card .order-leading{grid-column:1 / -1}.customer-order-card .order-statuses{justify-content:flex-start;flex-wrap:wrap}.customer-order-card>strong{align-self:center}.voucher-upload-button{width:100%;position:sticky;bottom:0}}.mobile-header-actions,.mobile-store-nav,.mobile-category-backdrop,.mobile-account-backdrop,.panel-more-backdrop{display:none}.account-sidebar{display:flex;flex-direction:column;min-height:520px}.account-sidebar nav{flex:1}.account-sidebar nav a span,.account-sidebar-logout{white-space:nowrap}.account-sidebar-logout{width:100%;min-height:46px;padding:0 14px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--danger);display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:750}.account-sidebar-logout:hover{border-color:color-mix(in srgb,var(--danger) 24%,transparent);background:var(--danger-soft)}.account-panel-link{color:var(--primary)!important}.app-shell{min-height:100vh;grid-template-columns:272px minmax(0,1fr)}.content{min-width:0;background:var(--bg)}.sidebar{width:auto;min-height:100vh;padding:22px 16px 18px;border-right:1px solid var(--border);display:flex;flex-direction:column}.sidebar .brand{min-height:58px;padding:0 10px 18px;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent)}.sidebar .brand>span:last-child{display:grid;gap:2px}.sidebar .brand small{opacity:.68;font-size:.68rem;font-weight:700}.sidebar .nav{flex:1;padding-top:20px;display:grid;align-content:start;gap:5px}.sidebar .nav a,.sidebar-bottom a{min-height:46px;padding:0 13px;border-radius:12px;display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:720}.sidebar-bottom{padding-top:14px;border-top:1px solid color-mix(in srgb,currentColor 12%,transparent);display:grid;gap:4px}.panel-admin .sidebar{border-color:#ffffff14;background:#111827;color:#f8fafc}.panel-admin .sidebar .brand-mark{background:#fff;color:#111827}.panel-admin .sidebar .nav a,.panel-admin .sidebar-bottom a{color:#cbd5e1}.panel-admin .sidebar .nav a:hover,.panel-admin .sidebar .nav a.active,.panel-admin .sidebar-bottom a:hover{background:#ffffff1a;color:#fff}.panel-seller .sidebar{background:linear-gradient(180deg,var(--primary-soft),transparent 180px),var(--surface)}.panel-seller .sidebar .brand-mark{background:var(--primary);color:#fff}.panel-seller .sidebar .nav a.active{background:var(--primary);color:#fff;box-shadow:0 12px 24px color-mix(in srgb,var(--primary) 20%,transparent)}.topbar{position:sticky;top:0;z-index:35;min-height:76px;padding:0 28px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.panel-heading{display:flex;align-items:center;gap:11px}.panel-heading-icon{width:40px;height:40px;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.panel-heading>div{display:grid;gap:2px}.panel-heading strong{font-size:.96rem}.panel-heading small{color:var(--muted);font-size:.72rem}.admin-topbar-actions{position:relative;gap:8px}.panel-icon-button{width:42px;min-width:42px;padding:0}.panel-user-menu{position:relative}.admin-user-chip{min-height:46px;padding:5px 8px 5px 6px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);display:grid;grid-template-columns:34px minmax(100px,1fr) auto;align-items:center;gap:9px;cursor:pointer;text-align:left}.admin-user-chip>span{width:34px;height:34px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.admin-user-chip>div{display:grid;gap:1px}.admin-user-chip strong,.admin-user-chip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-chip strong{font-size:.78rem}.admin-user-chip small{color:var(--muted);font-size:.67rem}.panel-user-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:60;width:210px;padding:7px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.panel-user-popover a,.panel-user-popover button{width:100%;min-height:43px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:var(--text);display:flex;align-items:center;gap:9px;text-decoration:none;cursor:pointer;font-size:.78rem;font-weight:700}.panel-user-popover a:hover,.panel-user-popover button:hover{background:var(--surface-2)}.panel-user-popover button:last-child{color:var(--danger)}.admin-page{width:min(1480px,100%);margin-inline:auto;padding:28px}.admin-page-heading{margin-bottom:20px}.module-toolbar{border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-sm)}.professional-table{border:1px solid var(--border);border-radius:17px;background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden}.professional-table-row:last-child{border-bottom:0}.seller-welcome{min-height:180px;margin-bottom:20px;padding:30px;border:1px solid var(--primary-border);border-radius:22px;background:radial-gradient(circle at 90% 15%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 34%),linear-gradient(135deg,var(--surface),var(--primary-soft));display:flex;align-items:center;justify-content:space-between;gap:24px}.seller-welcome>div>span{color:var(--primary);text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:850}.seller-welcome h1{margin:8px 0 6px;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.045em}.seller-welcome p{margin:0;color:var(--muted)}.seller-metric-grid .metric-card{border-color:var(--primary-border)}.seller-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);gap:18px}.seller-orders-panel>header,.seller-actions-panel>header{display:flex;align-items:center;justify-content:space-between}.seller-orders-panel>header>a{color:var(--primary);display:inline-flex;align-items:center;gap:5px;text-decoration:none;font-size:.75rem;font-weight:800}.seller-quick-actions{display:grid;gap:9px}.seller-quick-actions>a{min-height:68px;padding:12px;border:1px solid var(--border);border-radius:13px;color:var(--text);display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;text-decoration:none}.seller-quick-actions>a:hover{border-color:var(--primary-border);background:var(--primary-soft)}.seller-quick-actions>a>svg:first-child{color:var(--primary)}.seller-quick-actions span{display:grid;gap:2px}.seller-quick-actions small{color:var(--muted);font-size:.68rem}@media (max-width: 1100px){.app-shell{grid-template-columns:230px minmax(0,1fr)}.seller-dashboard-grid{grid-template-columns:1fr}}@media (max-width: 880px){body{padding-bottom:env(safe-area-inset-bottom)}.store-shell{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.store-header{position:sticky;top:0;z-index:70}.announcement-bar,.category-wrapper,.desktop-search,.header-actions,.secondary-nav,.mobile-menu-button,.mobile-nav-panel{display:none!important}.main-header-row{border-bottom:1px solid var(--border)}.main-header-content{min-height:62px;gap:10px}.store-brand{font-size:1.2rem}.store-brand-mark{width:37px;height:37px;border-radius:11px}.mobile-header-actions{margin-left:auto;display:flex;align-items:center;gap:7px}.mobile-header-actions button{width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);display:grid;place-items:center;cursor:pointer}.mobile-store-nav{position:fixed;right:0;bottom:0;left:0;z-index:85;min-height:calc(64px + env(safe-area-inset-bottom));padding:6px 7px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -12px 35px color-mix(in srgb,var(--text) 8%,transparent)}.mobile-store-nav>a,.mobile-store-nav>button{min-width:0;min-height:52px;padding:4px 2px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;cursor:pointer;font-size:.62rem;font-weight:750}.mobile-store-nav>a.active,.mobile-store-nav>button.active,.mobile-store-nav>a:hover,.mobile-store-nav>button:hover{background:var(--primary-soft);color:var(--primary)}.mobile-nav-icon{position:relative;display:grid;place-items:center}.mobile-nav-icon b{position:absolute;top:-8px;right:-11px;min-width:17px;height:17px;padding:0 4px;border:2px solid var(--surface);border-radius:999px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.56rem}.mobile-category-backdrop,.mobile-account-backdrop,.panel-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;padding-top:80px;background:#00000094;display:flex;align-items:flex-end;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-category-sheet,.mobile-account-sheet,.panel-more-sheet{width:100%;max-height:min(78vh,680px);padding:8px 14px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;background:var(--surface);color:var(--text);box-shadow:0 -20px 60px #0000003d;overflow-y:auto;animation:production-sheet-in .18s ease-out}.mobile-category-sheet:before,.mobile-account-sheet:before,.panel-more-sheet:before{content:"";width:38px;height:4px;margin:2px auto 7px;border-radius:999px;background:var(--border);display:block}.mobile-category-sheet>header,.mobile-account-sheet>header,.panel-more-sheet>header{min-height:58px;padding:0 2px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.mobile-category-list,.mobile-account-links,.panel-more-sheet>nav{padding:10px 0;display:grid;gap:5px}.mobile-category-list button,.mobile-account-links a,.mobile-account-links button,.panel-more-sheet>nav a{width:100%;min-height:50px;padding:0 13px;border:0;border-radius:12px;background:transparent;color:var(--text);display:flex;align-items:center;gap:11px;text-align:left;text-decoration:none;cursor:pointer;font-weight:720}.mobile-category-list button{justify-content:space-between}.mobile-category-list button:hover,.mobile-account-links a:hover,.mobile-account-links button:hover,.panel-more-sheet>nav a:hover{background:var(--surface-2)}.mobile-account-user{min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:10px}.mobile-account-user>span{width:43px;height:43px;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.mobile-account-user>div{min-width:0;display:grid;gap:2px}.mobile-account-user strong,.mobile-account-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-user small{color:var(--muted);font-size:.7rem}.mobile-panel-link{color:var(--primary)!important}.mobile-account-logout,.panel-more-logout{width:100%;min-height:50px;padding:0 13px;border:1px solid color-mix(in srgb,var(--danger) 24%,transparent);border-radius:12px;background:var(--danger-soft);color:var(--danger);display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:800}.store-footer{margin-bottom:0}.footer-grid{grid-template-columns:1fr 1fr}.account-page{padding-top:16px;padding-bottom:30px}.account-shell{display:block}.account-sidebar{min-height:0;margin-bottom:15px;padding:12px;border:1px solid var(--border);border-radius:17px;background:var(--surface);position:static}.account-sidebar-user{padding:4px 3px 12px;border-bottom:1px solid var(--border)}.account-sidebar nav{padding-top:10px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.account-sidebar nav::-webkit-scrollbar{display:none}.account-sidebar nav a{flex:0 0 auto;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2)}.account-sidebar nav a.active{border-color:var(--primary);background:var(--primary);color:#fff}.account-sidebar-logout{margin-top:10px;border-color:color-mix(in srgb,var(--danger) 22%,transparent);justify-content:center}.account-content{min-width:0}.account-card-grid{grid-template-columns:1fr}.account-form-card{padding:17px;border-radius:17px}.professional-form{grid-template-columns:1fr!important}.customer-order-card{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px}.customer-order-card .order-leading,.customer-order-card .order-statuses{grid-column:1 / -1}.customer-order-card>strong{grid-column:1}.app-shell{display:block;min-height:100vh}.app-shell .sidebar{display:none}.app-shell .content{min-height:100vh;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.topbar{min-height:64px;padding:0 12px}.panel-heading-icon{width:36px;height:36px;border-radius:11px}.panel-heading small,.panel-icon-button{display:none}.admin-user-chip{min-height:40px;grid-template-columns:32px auto;padding:4px}.admin-user-chip>div,.admin-user-chip>svg{display:none}.admin-user-chip>span{width:32px;height:32px}.panel-user-popover{position:fixed;top:58px;right:12px;width:210px}.admin-page{width:100%;padding:18px 12px 24px}.admin-page-heading{align-items:stretch;gap:14px}.admin-page-heading h1{font-size:1.7rem}.admin-page-heading>button,.admin-page-heading>a{width:100%}.module-toolbar{padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.module-toolbar .toolbar-search{grid-column:1 / -1}.module-toolbar select{min-width:0;width:100%}.module-toolbar .result-count{grid-column:1 / -1;justify-self:start}.metric-grid,.seller-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-card{min-height:118px;padding:14px;align-items:flex-start}.metric-card>div strong{font-size:1.35rem}.dashboard-grid,.seller-dashboard-grid{grid-template-columns:1fr}.dashboard-panel{border-radius:17px}.compact-order-list>div{grid-template-columns:minmax(0,1fr) auto;gap:8px}.compact-order-list>div>strong{grid-column:1 / -1;text-align:left}.seller-welcome{min-height:0;padding:22px 18px;border-radius:18px;align-items:stretch;flex-direction:column}.seller-welcome h1{font-size:2rem}.seller-welcome .btn{width:100%}.professional-table{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.professional-table-head{display:none!important}.professional-table-row{min-width:0!important;margin-bottom:10px;padding:14px!important;border:1px solid var(--border)!important;border-radius:15px;background:var(--surface);box-shadow:var(--shadow-sm)}.products-table .professional-table-row,.orders-table .professional-table-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}.products-table .product-table-cell,.orders-table .professional-table-row>span:first-child,.orders-table .professional-table-row>span:nth-child(2),.products-table .row-actions,.orders-table .row-actions,.orders-table .status-pair{grid-column:1 / -1}.products-table .professional-table-row>span,.orders-table .professional-table-row>span{min-width:0}.products-table .row-actions,.orders-table .row-actions{padding-top:10px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:7px}.products-table .row-actions button,.orders-table .row-actions button{flex:1 1 42px;min-height:40px;justify-content:center}.admin-mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:90;min-height:calc(64px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -12px 35px color-mix(in srgb,var(--text) 8%,transparent)}.admin-mobile-nav a,.admin-mobile-nav button{min-height:52px;padding:4px 2px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;cursor:pointer;font-size:.62rem;font-weight:750}.admin-mobile-nav a.active{background:var(--primary-soft);color:var(--primary)}.panel-admin .admin-mobile-nav a.active{background:#111827;color:#fff}.modal-backdrop{padding:0;place-items:end center}.modal{width:100%;max-height:92dvh;border-radius:22px 22px 0 0}.modal-content{max-height:calc(92dvh - 62px);padding:16px 14px calc(18px + env(safe-area-inset-bottom))}.modal-header{min-height:62px;padding:0 14px}.drawer-backdrop{align-items:flex-end}.drawer{width:100%;height:min(88dvh,760px);border-radius:22px 22px 0 0;animation:production-sheet-in .18s ease-out}.drawer-header{min-height:62px;padding:0 14px}.cart-summary{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.search-modal .search-meta span:last-child{display:none}.search-result{grid-template-columns:58px minmax(0,1fr)}.search-result .mini-add-button{grid-column:1 / -1;width:100%}}@media (max-width: 520px){.store-container{width:calc(100% - 20px)}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}.metric-grid,.seller-metric-grid{grid-template-columns:1fr 1fr}.metric-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px}.metric-icon{width:34px;height:34px}.module-toolbar{grid-template-columns:1fr}.module-toolbar .toolbar-search,.module-toolbar .result-count{grid-column:1}.account-sidebar-user small{max-width:220px}}@keyframes production-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.product-image-carousel{min-width:0;display:grid;gap:10px}.product-carousel-stage{position:relative;aspect-ratio:1.08;border:1px solid var(--border);border-radius:22px;background:var(--surface-2);display:grid;place-items:center;overflow:hidden;touch-action:pan-y}.product-carousel-stage>img{width:100%;height:100%;padding:clamp(18px,4vw,34px);object-fit:contain;-webkit-user-select:none;user-select:none}.product-carousel-empty{width:100%;height:100%;color:var(--muted);display:grid;place-items:center}.product-carousel-arrow{position:absolute;top:50%;width:42px;height:42px;padding:0;border:1px solid color-mix(in srgb,var(--border) 75%,transparent);border-radius:999px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);display:grid;place-items:center;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}.product-carousel-arrow:hover{border-color:var(--primary);color:var(--primary)}.product-carousel-arrow.previous{left:12px}.product-carousel-arrow.next{right:12px}.product-carousel-counter{position:absolute;right:12px;bottom:12px;min-width:48px;height:28px;padding:0 9px;border-radius:999px;background:color-mix(in srgb,var(--text) 78%,transparent);color:var(--surface);display:grid;place-items:center;font-size:.7rem;font-weight:800}.product-carousel-thumbnails{display:flex;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.product-carousel-thumbnails button{width:72px;height:72px;flex:0 0 auto;padding:4px;border:1px solid var(--border);border-radius:11px;background:var(--surface);cursor:pointer;overflow:hidden}.product-carousel-thumbnails button.active{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.product-carousel-thumbnails img{width:100%;height:100%;object-fit:contain}.product-image-carousel.compact .product-carousel-stage{aspect-ratio:16 / 8;min-height:220px;border-radius:16px}.product-image-carousel.compact .product-carousel-stage>img{padding:16px}.product-image-carousel.compact .product-carousel-thumbnails{display:none}.product-form-modal{width:min(820px,96vw)}.product-form-steps{margin-bottom:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-form-steps button{min-width:0;min-height:44px;padding:0 10px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--muted);display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-size:.76rem;font-weight:750}.product-form-steps button>span{width:22px;height:22px;flex:0 0 auto;border-radius:999px;background:var(--surface-2);display:grid;place-items:center;font-size:.68rem}.product-form-steps button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.product-form-steps button.complete{color:var(--text)}.product-form-steps button.complete>span{background:var(--primary);color:#fff}.product-form-step{min-height:360px}.product-simple-grid{gap:14px}.product-simple-grid label{color:var(--text);display:grid;gap:7px;font-size:.76rem;font-weight:750}.product-simple-grid .input{width:100%;min-height:46px}.product-simple-grid textarea.input{min-height:150px;padding:12px;resize:vertical}.product-field-wide{grid-column:1 / -1}.product-publication-options{margin-top:18px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);display:flex;gap:18px;flex-wrap:wrap}.product-publication-options label{min-height:36px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.78rem;font-weight:750}.product-publication-options input{width:18px;height:18px;accent-color:var(--primary)}.product-images-step{display:grid;gap:14px}.product-image-dropzone{min-height:104px;padding:16px;border:1px dashed color-mix(in srgb,var(--primary) 55%,var(--border));border-radius:14px;background:var(--primary-soft);color:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-align:center}.product-image-dropzone.uploading{cursor:wait}.product-image-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.product-image-list{display:grid;gap:7px}.product-image-list article{min-height:54px;padding:6px 8px 6px 6px;border:1px solid var(--border);border-radius:11px;background:var(--surface);display:grid;grid-template-columns:44px minmax(0,1fr) 34px 34px;align-items:center;gap:8px}.product-image-list img{width:44px;height:44px;border-radius:8px;background:var(--surface-2);object-fit:contain}.product-image-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:750}.product-image-list button{width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--muted);display:grid;place-items:center;cursor:pointer}.product-images-empty{min-height:84px;border:1px solid var(--border);border-radius:12px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:9px;font-size:.78rem;font-weight:700}.product-form-actions{align-items:center}.product-form-actions>span{flex:1}.panel-admin.app-shell{grid-template-columns:236px minmax(0,1fr)}.panel-admin .topbar{min-height:62px;padding-inline:20px;box-shadow:none}.panel-admin .panel-heading small,.panel-admin .admin-page-heading p,.panel-admin .admin-kicker{display:none}.panel-admin .admin-page{padding:20px 22px 30px}.panel-admin .admin-page-heading{margin-bottom:14px}.panel-admin .admin-page-heading h1{margin:0;font-size:1.65rem;letter-spacing:-.035em}.panel-admin .module-toolbar{margin-bottom:12px;padding:8px;border-radius:12px;box-shadow:none}.panel-admin .toolbar-search,.panel-admin .module-toolbar select{min-height:40px;border-radius:9px}.panel-admin .professional-table,.panel-admin .metric-card,.panel-admin .dashboard-panel,.panel-admin .role-card,.panel-admin .coupon-card,.panel-admin .category-admin-card{border-radius:12px;box-shadow:none}.panel-admin .professional-table-head,.panel-admin .professional-table-row{padding-inline:14px}.panel-admin .professional-table-head{min-height:40px}.panel-admin .professional-table-row{min-height:64px}.panel-admin .product-table-cell>img,.panel-admin .product-table-cell>i,.panel-admin .admin-user-cell i{width:40px;height:40px;border-radius:9px}.panel-admin .metric-grid{margin-bottom:12px;gap:10px}.panel-admin .metric-card{min-height:98px;padding:13px;gap:10px}.panel-admin .metric-icon{width:38px;height:38px;border-radius:10px}.panel-admin .metric-card strong{margin:4px 0 0;font-size:1.35rem}.panel-admin .metric-card p{display:none}.panel-admin .dashboard-grid{gap:12px}.panel-admin .dashboard-panel{padding:14px}.panel-admin .dashboard-panel>header span{display:none}.panel-admin .dashboard-panel>header h2{margin:0 0 12px;font-size:1rem}.panel-admin .compact-order-list>div{min-height:52px;padding-block:8px}@media (max-width: 880px){.store-header{position:sticky;top:0;z-index:80;overflow:visible}.main-header-row{background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.main-header-content{min-height:56px;padding-inline:2px}.store-brand{min-width:0;gap:8px;font-size:1.12rem}.store-brand-mark{width:34px;height:34px;border-radius:10px}.mobile-header-actions{margin-left:auto}.mobile-header-actions button{width:auto;height:38px;padding:0 11px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);display:inline-flex;align-items:center;gap:7px;font-size:.72rem;font-weight:750}.mobile-category-backdrop{padding-top:0}.mobile-category-sheet{max-height:min(82dvh,720px)}.product-detail-page{padding-top:16px}.product-carousel-stage{aspect-ratio:1;border-radius:17px}.product-carousel-stage>img{padding:18px}.product-carousel-arrow{width:38px;height:38px}.product-carousel-arrow.previous{left:8px}.product-carousel-arrow.next{right:8px}.product-carousel-thumbnails button{width:62px;height:62px}.product-form-modal{width:100vw}.product-form-modal .modal-content{padding:14px}.product-form-steps{margin-bottom:14px;gap:5px}.product-form-steps button{min-height:40px;padding:0 5px;gap:4px;font-size:.65rem}.product-form-steps button>span{width:20px;height:20px}.product-form-step{min-height:0}.product-simple-grid{grid-template-columns:1fr}.product-field-wide{grid-column:1}.product-image-carousel.compact .product-carousel-stage{min-height:170px}.product-form-actions{position:sticky;bottom:-14px;z-index:4;margin:16px -14px -14px;padding:11px 14px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);display:grid;grid-template-columns:auto 1fr auto}.product-form-actions>span{display:none}.product-form-actions .btn{min-width:0;padding-inline:12px}.product-form-actions .btn-primary{grid-column:3}.panel-admin .topbar{min-height:56px;padding-inline:10px}.panel-admin .panel-heading small,.panel-admin .panel-heading-icon{display:none}.panel-admin .panel-heading strong{font-size:.9rem}.panel-admin .admin-page{padding:14px 10px 22px}.panel-admin .admin-page-heading{margin-bottom:10px}.panel-admin .admin-page-heading h1{font-size:1.4rem}.panel-admin .admin-page-heading>button,.panel-admin .admin-page-heading>a{min-height:42px}.panel-admin .module-toolbar{padding:7px;gap:6px}.panel-admin .professional-table-row{margin-bottom:7px;padding:11px!important;border-radius:11px;box-shadow:none}.panel-admin .metric-grid{gap:7px}.panel-admin .metric-card{min-height:82px;padding:10px}.panel-admin .metric-card small{font-size:.63rem}.panel-admin .metric-card strong{font-size:1.15rem}.panel-admin .dashboard-panel{padding:11px}}@media (max-width: 420px){.store-brand>span:last-child{max-width:110px;overflow:hidden;text-overflow:ellipsis}.mobile-header-actions button{padding-inline:9px}.product-form-steps button{font-size:0}.product-form-steps button>span{font-size:.66rem}.product-form-steps button.active{font-size:.65rem}}.store-search-area{position:relative;z-index:95;flex:1;min-width:220px}.store-search-form{min-height:48px;padding:0 6px 0 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;gap:10px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.store-search-area.open .store-search-form,.store-search-form:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-soft)}.store-search-form input{flex:1;min-width:0;height:44px;padding:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.store-search-form input::-webkit-search-cancel-button{display:none}.store-search-clear,.store-search-submit{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.store-search-clear{width:32px;height:32px;padding:0;border-radius:9px;background:transparent;color:var(--muted)}.store-search-clear:hover{background:var(--surface-3);color:var(--text)}.store-search-submit{min-height:38px;padding:0 14px;border-radius:11px;background:var(--primary);color:#fff;gap:7px;font-size:.76rem;font-weight:800}.store-search-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:110;max-height:min(66vh,610px);border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-lg);overflow:hidden;animation:store-search-in .14s ease-out}@keyframes store-search-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.store-search-dropdown-header{min-height:48px;padding:0 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.store-search-dropdown-header small{color:var(--muted);font-size:.7rem}.store-search-results{max-height:min(48vh,460px);padding:7px;overflow-y:auto;overscroll-behavior:contain}.store-search-result{min-width:0;padding:7px;border-radius:13px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:8px}.store-search-result:hover{background:var(--surface-2)}.store-search-result-link{min-width:0;color:inherit;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:11px;text-decoration:none}.store-search-result-link .product-visual{width:58px;height:58px;border-radius:11px}.store-search-result-copy{min-width:0;display:grid;gap:2px}.store-search-result-copy small{color:var(--muted);font-size:.66rem}.store-search-result-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.store-search-result-copy b{color:var(--primary);font-size:.78rem}.store-search-add{width:38px;height:38px;padding:0;border:0;border-radius:11px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;cursor:pointer}.store-search-add:disabled{opacity:.42;cursor:not-allowed}.store-search-empty{min-height:170px;padding:24px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center}.store-search-empty strong{color:var(--text)}.store-search-empty span{font-size:.75rem}.store-search-all{width:100%;min-height:50px;padding:0 15px;border:0;border-top:1px solid var(--border);background:var(--surface);color:var(--primary);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:800}.store-search-all:hover{background:var(--primary-soft)}.mobile-category-strip-shell{display:none}.search-page{padding-block:34px 56px}.search-page-header{margin-bottom:24px;display:grid;grid-template-columns:minmax(240px,.7fr) minmax(360px,1.3fr);align-items:end;gap:24px}.search-page-header>div>span{color:var(--primary);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.search-page-header h1{margin:5px 0 0;font-size:clamp(1.45rem,3vw,2.2rem);letter-spacing:-.04em}.search-page-form{min-height:52px;padding:0 6px 0 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface);display:flex;align-items:center;gap:10px}.search-page-form:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.search-page-form input{flex:1;min-width:0;height:48px;padding:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.search-page-clear{width:32px;height:32px;padding:0;border:0;border-radius:9px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.search-page-submit{min-height:40px;padding:0 18px;border:0;border-radius:11px;background:var(--primary);color:#fff;cursor:pointer;font-weight:800}.search-page-layout{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:22px}.search-filter-panel{position:sticky;top:118px;padding:17px;border:1px solid var(--border);border-radius:17px;background:var(--surface);display:grid;gap:18px}.search-filter-heading{padding-bottom:13px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}.search-filter-heading strong{display:inline-flex;align-items:center;gap:8px}.search-filter-heading button{padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer;font-size:.72rem;font-weight:800}.search-filter-field,.search-price-filter,.search-price-filter label{display:grid;gap:8px;color:var(--text);font-size:.74rem;font-weight:750}.search-price-filter{padding:0;border:0;margin:0}.search-price-filter legend{margin-bottom:9px;font-size:.74rem;font-weight:750}.search-price-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.search-filter-select{position:relative;display:block}.search-filter-select select,.search-price-filter input{width:100%;min-height:43px;padding:0 34px 0 11px;border:1px solid var(--border);border-radius:11px;outline:0;background:var(--surface-2);color:var(--text);font:inherit}.search-price-filter input{padding-right:10px}.search-filter-select select:focus,.search-price-filter input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.search-filter-select svg{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:var(--muted);pointer-events:none}.search-stock-filter{min-height:43px;display:flex;align-items:center;gap:9px;cursor:pointer;font-size:.75rem;font-weight:720}.search-stock-filter input{width:18px;height:18px;accent-color:var(--primary)}.search-results-panel{min-width:0}.search-results-toolbar{min-height:50px;margin-bottom:15px;padding:0 2px;display:flex;align-items:center;justify-content:space-between;gap:14px}.search-results-toolbar>span{color:var(--muted);display:inline-flex;align-items:center;gap:7px;font-size:.76rem;font-weight:750}.search-results-toolbar>label{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.72rem;font-weight:750}.search-filter-select.compact select{min-width:190px;min-height:40px;background:var(--surface)}.search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-page-state{min-height:360px;padding:36px;border:1px dashed var(--border);border-radius:18px;background:var(--surface);color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.search-page-state strong{color:var(--text);font-size:1rem}.search-page-state button{min-height:40px;padding:0 15px;border:0;border-radius:11px;background:var(--primary);color:#fff;cursor:pointer;font-weight:800}@media (max-width: 1080px){.search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 880px){.main-header-content{min-height:auto;padding-block:9px 10px;display:grid;grid-template-columns:minmax(0,1fr);gap:9px}.store-brand{width:max-content}.store-search-area{width:100%;min-width:0}.store-search-form{min-height:44px;padding-left:12px;border-radius:13px}.store-search-form input{height:40px;font-size:.82rem}.store-search-submit{min-height:34px;padding-inline:11px}.store-search-dropdown{top:calc(100% + 7px);max-height:min(58dvh,520px);border-radius:15px}.store-search-results{max-height:min(41dvh,360px)}.store-search-result{grid-template-columns:minmax(0,1fr) 38px}.store-search-result-link{grid-template-columns:52px minmax(0,1fr)}.store-search-result-link .product-visual{width:52px;height:52px}.mobile-category-strip-shell{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);display:block}.mobile-category-strip{width:100%;padding:8px 10px;display:flex;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;scroll-snap-type:x proximity}.mobile-category-strip::-webkit-scrollbar{display:none}.mobile-category-strip button{flex:0 0 auto;min-height:34px;padding:0 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text);scroll-snap-align:start;cursor:pointer;font-size:.72rem;font-weight:750;white-space:nowrap}.mobile-category-strip button.active{border-color:var(--primary);background:var(--primary);color:#fff}.mobile-category-backdrop,.mobile-category-sheet,.mobile-header-actions{display:none!important}.category-carousel{width:100%;padding:2px 2px 10px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(128px,38vw);grid-template-columns:none;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;scroll-snap-type:x mandatory}.category-carousel::-webkit-scrollbar{display:none}.category-card{width:auto;min-width:0;scroll-snap-align:start}.search-page{padding-block:20px 38px}.search-page-header{margin-bottom:16px;grid-template-columns:1fr;gap:15px}.search-page-layout{grid-template-columns:1fr;gap:16px}.search-filter-panel{position:static;padding:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.search-filter-heading,.search-stock-filter{grid-column:1 / -1}.search-results-toolbar{align-items:flex-end}}@media (max-width: 620px){.store-search-submit span{display:none}.store-search-submit{width:36px;padding:0}.store-search-dropdown-header{min-height:44px}.search-page-form{padding-left:11px}.search-page-submit{padding-inline:13px}.search-filter-panel{grid-template-columns:1fr}.search-filter-heading,.search-stock-filter{grid-column:auto}.search-results-toolbar{align-items:stretch;flex-direction:column}.search-results-toolbar>label{align-items:stretch;flex-direction:column;gap:6px}.search-filter-select.compact select{width:100%;min-width:0}.search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}}@media (max-width: 390px){.store-search-form{gap:7px}.store-search-result-link{grid-template-columns:46px minmax(0,1fr);gap:8px}.store-search-result-link .product-visual{width:46px;height:46px}.store-search-dropdown-header small{display:none}.mobile-category-strip button{min-height:32px;padding-inline:11px;font-size:.68rem}}.admin-mobile-nav{display:none}.panel-menu-page{max-width:980px}.panel-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.panel-menu-grid>a,.panel-menu-grid>button{min-height:112px;padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px;text-decoration:none;cursor:pointer;font:inherit;font-weight:800;text-align:left}.panel-menu-grid>a svg,.panel-menu-grid>button svg{color:var(--primary)}.panel-menu-grid>a:hover,.panel-menu-grid>button:hover{border-color:var(--primary);transform:translateY(-1px)}.panel-menu-grid>button.danger{color:var(--danger)}.panel-menu-grid>button.danger svg{color:var(--danger)}.promotion-modal{width:min(940px,96vw)}.promotion-modal-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:20px;align-items:start}.promotion-editor,.promotion-history{min-width:0}.promotion-product-summary{margin-bottom:20px;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-2);display:flex;justify-content:space-between;gap:18px}.promotion-product-summary>div:first-child,.promotion-price-preview{min-width:0;display:grid;gap:4px}.promotion-product-summary small,.promotion-section-heading small,.promotion-price-preview small,.promotion-toggle small{color:var(--muted);font-size:.72rem}.promotion-product-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotion-product-summary span{color:var(--muted);font-size:.72rem}.promotion-price-preview{flex:0 0 auto;text-align:right}.promotion-price-preview del{color:var(--muted);font-size:.76rem}.promotion-price-preview strong{color:var(--primary);font-size:1.25rem}.promotion-section-heading{min-height:48px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.promotion-section-heading>div{display:grid;gap:3px}.promotion-section-heading>div>span{font-weight:850}.promotion-kind-selector{margin-bottom:14px;padding:4px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);display:grid;grid-template-columns:1fr 1fr;gap:4px}.promotion-kind-selector button{min-height:42px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;font-weight:800}.promotion-kind-selector button.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.promotion-value-field,.promotion-date-grid label{display:grid;gap:7px;color:var(--text);font-size:.76rem;font-weight:750}.promotion-value-field>div{min-height:48px;border:1px solid var(--border);border-radius:13px;background:var(--surface);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;overflow:hidden}.promotion-value-field>div:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.promotion-value-field b{padding:0 14px;color:var(--primary)}.promotion-value-field .input{min-width:0;min-height:46px;padding-inline:4px;border:0;border-radius:0;box-shadow:none}.promotion-date-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.promotion-toggle{margin-top:15px;padding:13px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2);display:flex;align-items:flex-start;gap:10px;cursor:pointer}.promotion-toggle input{width:18px;height:18px;margin-top:2px;accent-color:var(--primary)}.promotion-toggle span{display:grid;gap:2px}.promotion-save-button{min-height:48px;margin-top:15px}.promotion-history{padding-left:20px;border-left:1px solid var(--border)}.promotion-list{max-height:520px;padding-right:3px;display:grid;gap:10px;overflow-y:auto}.promotion-item{padding:13px;border:1px solid var(--border);border-radius:14px;background:var(--surface);display:grid;gap:12px}.promotion-item-main{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center}.promotion-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center}.promotion-item-main>div{min-width:0;display:grid;gap:4px}.promotion-item-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotion-item-main span{color:var(--muted);display:flex;align-items:center;gap:5px;font-size:.7rem}.promotion-item-footer{padding-top:10px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}.promotion-item-footer em{padding:5px 8px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:.66rem;font-style:normal;font-weight:850}.promotion-item-footer em.active{background:var(--primary-soft);color:var(--primary)}.promotion-item-footer>div{display:flex;gap:6px}.promotion-item-footer button{width:36px;height:36px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer}.promotion-item-footer button.danger{color:var(--danger)}.promotion-loading,.promotion-empty{min-height:180px;border:1px dashed var(--border);border-radius:16px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.store-product-card.product-on-sale{border-color:color-mix(in srgb,var(--danger) 30%,var(--border))}.product-badge.sale{background:var(--danger);color:#fff;display:inline-flex;align-items:center;gap:4px}.product-price-block{min-height:66px;display:grid;align-content:start;gap:3px}.offer-price-label{color:var(--danger);font-size:.64rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.product-price-row del{color:var(--muted)}.product-savings{color:var(--danger);font-size:.68rem;font-weight:750}.weekly-offers-section{padding:24px;border:1px solid color-mix(in srgb,var(--danger) 22%,var(--border));border-radius:24px;background:linear-gradient(135deg,var(--surface),var(--danger-soft))}.weekly-offers-section .section-heading>div>span,.weekly-offers-section .section-heading>div>span svg{color:var(--danger)}.weekly-offers-section .section-heading>div>span{display:inline-flex;align-items:center;gap:6px}.weekly-offers-section .section-heading>a,.mobile-offers-link,.secondary-nav-content .sale-link{color:var(--danger);text-decoration:none;font-weight:850}.offers-page{padding-block:28px 80px}.offers-hero{min-height:230px;margin:20px 0 34px;padding:clamp(24px,5vw,48px);border:1px solid color-mix(in srgb,var(--danger) 24%,var(--border));border-radius:28px;background:linear-gradient(135deg,var(--surface),var(--danger-soft));display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden}.offers-hero>div{max-width:650px}.offers-kicker{color:var(--danger);display:inline-flex;align-items:center;gap:7px;font-size:.75rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.offers-hero h1{margin:10px 0 8px;font-size:clamp(2rem,5vw,3.5rem);line-height:1;letter-spacing:-.05em}.offers-hero p{margin:0;color:var(--muted)}.offers-hero>svg{flex:0 0 auto;color:var(--danger);opacity:.65}.offers-results{min-height:300px}.offers-empty{margin-top:30px}.product-detail-price.active-offer{padding:14px 16px;border:1px solid color-mix(in srgb,var(--danger) 26%,var(--border));border-radius:15px;background:var(--danger-soft);display:grid;gap:5px}.product-detail-price.active-offer>small,.product-detail-price.active-offer>span{color:var(--danger);font-weight:800}.product-detail-price.active-offer>div{display:flex;align-items:baseline;gap:10px}.product-detail-price.active-offer strong{color:var(--danger)}.detail-offer-badge.sale{background:var(--danger);color:#fff}.mobile-category-strip a{flex:0 0 auto;min-height:36px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);display:inline-flex;align-items:center;justify-content:center}@media (max-width: 880px){.app-shell .content{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.admin-mobile-nav{position:fixed;inset:auto 0 0 0;z-index:300;width:100%;min-width:0;height:calc(68px + env(safe-area-inset-bottom));padding:6px max(6px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(6px,env(safe-area-inset-right));border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -10px 30px #00000024;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;box-sizing:border-box;overflow:hidden;isolation:isolate}.admin-mobile-nav a,.admin-mobile-nav button{min-width:0;min-height:54px;padding:4px 1px;border:0;border-radius:11px;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;font-size:.6rem;font-weight:800;line-height:1;white-space:nowrap;overflow:hidden}.admin-mobile-nav a svg,.admin-mobile-nav button svg{flex:0 0 auto}.admin-mobile-nav a span,.admin-mobile-nav button span{max-width:100%;overflow:hidden;text-overflow:ellipsis}.admin-mobile-nav a.active{background:var(--primary-soft);color:var(--primary)}.panel-admin .admin-mobile-nav a.active{background:#111827;color:#fff}.panel-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-modal{width:100%;max-height:96dvh}.promotion-modal .modal-header{position:sticky;top:0;z-index:3;background:var(--surface)}.promotion-modal .modal-content{max-height:calc(96dvh - 62px);padding-bottom:calc(22px + env(safe-area-inset-bottom))}.promotion-modal-layout{grid-template-columns:1fr;gap:22px}.promotion-history{padding:20px 0 0;border-top:1px solid var(--border);border-left:0}.promotion-list{max-height:none;overflow:visible}.weekly-offers-section{padding:18px 14px;border-radius:20px}.offers-hero{min-height:190px;border-radius:22px}.offers-hero>svg{width:54px;height:54px}}@media (max-width: 560px){.panel-menu-grid{grid-template-columns:1fr 1fr;gap:10px}.panel-menu-grid>a,.panel-menu-grid>button{min-height:98px;padding:14px;border-radius:15px}.promotion-product-summary{align-items:flex-start;flex-direction:column}.promotion-price-preview{width:100%;padding-top:11px;border-top:1px solid var(--border);text-align:left}.promotion-date-grid{grid-template-columns:1fr}.promotion-item-main strong{white-space:normal}.offers-page{padding-top:18px}.offers-hero{margin-top:14px;padding:22px 18px;align-items:flex-start}.offers-hero>svg{display:none}.offers-hero h1{font-size:2rem}.product-price-block{min-height:61px}.product-savings{display:block;line-height:1.2}}.flash-offers-empty{min-height:150px;border:1px dashed color-mix(in srgb,var(--danger) 35%,var(--border));border-radius:18px;background:color-mix(in srgb,var(--danger-soft) 58%,var(--surface));color:var(--danger);display:grid;place-items:center;align-content:center;gap:8px;text-align:center}.flash-offers-empty strong{color:var(--text)}.offer-category-card{text-decoration:none}.offer-category-art{background:linear-gradient(145deg,var(--danger-soft),var(--surface-2));color:var(--danger)}.offer-category-art:before,.offer-category-art:after{border-color:color-mix(in srgb,var(--danger) 24%,transparent)}.offer-category-art>svg{position:relative;z-index:2}.search-offers-filter{min-height:46px;padding:0 11px;border:1px solid color-mix(in srgb,var(--danger) 24%,var(--border));border-radius:12px;background:color-mix(in srgb,var(--danger-soft) 58%,var(--surface));display:flex;align-items:center;gap:9px;cursor:pointer;font-size:.75rem;font-weight:800}.search-offers-filter input{width:18px;height:18px;accent-color:var(--danger)}.search-offers-filter>span{color:var(--danger);display:inline-flex;align-items:center;gap:7px}.store-search-dropdown-actions{border-top:1px solid var(--border);display:grid;grid-template-columns:auto minmax(0,1fr)}.store-search-dropdown-actions .store-search-all{border-top:0}.store-search-offers-link{min-height:50px;padding:0 16px;border-right:1px solid var(--border);background:var(--danger-soft);color:var(--danger);display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-weight:850}.store-search-offers-link:hover{filter:brightness(.98)}.offers-search-link{width:fit-content;min-height:42px;margin-top:18px;padding:0 16px;border-radius:12px;background:var(--danger);color:#fff;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:850}@media (max-width: 880px){.search-filter-heading,.search-stock-filter,.search-offers-filter{grid-column:1 / -1}}@media (max-width: 620px){.store-search-dropdown-actions{grid-template-columns:1fr}.store-search-offers-link{min-height:44px;border-right:0;border-bottom:1px solid var(--border)}.search-filter-heading,.search-stock-filter,.search-offers-filter{grid-column:auto}}.weekly-offers-section{position:relative;padding:clamp(20px,3vw,34px);border:1px solid color-mix(in srgb,var(--danger) 42%,var(--border));background:radial-gradient(circle at 96% 0%,color-mix(in srgb,var(--danger) 22%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--danger-soft) 88%,var(--surface)),var(--surface));box-shadow:0 20px 55px color-mix(in srgb,var(--danger) 12%,transparent);overflow:hidden}.weekly-offers-section:before{content:"";position:absolute;width:170px;height:170px;top:-105px;right:-60px;border:34px solid color-mix(in srgb,var(--danger) 9%,transparent);border-radius:50%;pointer-events:none}.offers-section-heading{position:relative;z-index:1;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.offers-section-title{display:flex;align-items:center;gap:14px}.offers-section-icon{width:52px;height:52px;flex:0 0 auto;border-radius:16px;background:var(--danger);color:#fff;display:grid;place-items:center;box-shadow:0 12px 24px color-mix(in srgb,var(--danger) 28%,transparent)}.offers-section-title span:not(.offers-section-icon){color:var(--danger);font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.offers-section-title h2{margin:2px 0 0;font-size:clamp(1.7rem,3vw,2.45rem);letter-spacing:-.04em}.offers-section-title p{margin:5px 0 0;color:var(--muted);font-size:.86rem}.offers-section-heading>a{min-height:42px;padding:0 16px;border-radius:12px;background:var(--danger);color:#fff;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:850;white-space:nowrap}.offers-empty-state{min-height:165px;border:1px dashed color-mix(in srgb,var(--danger) 40%,var(--border));border-radius:20px;background:color-mix(in srgb,var(--surface) 78%,transparent);display:grid;place-items:center;align-content:center;gap:7px;text-align:center}.offers-empty-state svg,.offers-empty-state strong{color:var(--danger)}.offers-empty-state span{color:var(--muted);font-size:.82rem}.store-product-card.product-on-sale{position:relative;border-color:color-mix(in srgb,var(--danger) 44%,var(--border));box-shadow:0 12px 34px color-mix(in srgb,var(--danger) 9%,transparent);overflow:hidden}.store-product-card.product-on-sale:hover{border-color:color-mix(in srgb,var(--danger) 68%,var(--border));box-shadow:0 18px 42px color-mix(in srgb,var(--danger) 15%,transparent)}.product-offer-ribbon{position:absolute;top:14px;left:-31px;z-index:4;width:108px;min-height:25px;background:var(--danger);color:#fff;display:grid;place-items:center;transform:rotate(-42deg);font-size:.63rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 5px 14px color-mix(in srgb,var(--danger) 30%,transparent)}.product-badge.sale{top:13px;left:auto;right:13px;padding:7px 10px;border-radius:10px;box-shadow:0 8px 18px color-mix(in srgb,var(--danger) 25%,transparent)}.product-on-sale .offer-price-label{width:fit-content;padding:3px 7px;border-radius:999px;background:var(--danger-soft)}.product-on-sale .product-price-row strong{font-size:1.35rem}.product-on-sale .product-savings{width:fit-content;padding:4px 7px;border-radius:7px;background:color-mix(in srgb,var(--danger-soft) 78%,var(--surface))}.offers-hero{position:relative;min-height:280px;border-color:color-mix(in srgb,var(--danger) 42%,var(--border));background:radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--danger) 30%,transparent),transparent 30%),linear-gradient(135deg,var(--danger),color-mix(in srgb,var(--danger) 72%,#111));color:#fff;box-shadow:0 24px 70px color-mix(in srgb,var(--danger) 22%,transparent)}.offers-hero:after{content:"";position:absolute;right:-75px;bottom:-100px;width:260px;height:260px;border:42px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}.offers-hero-copy{position:relative;z-index:2}.offers-hero .offers-kicker,.offers-hero p{color:#ffffffd1}.offers-hero h1{color:#fff;max-width:620px}.offers-hero .offers-search-link{background:#fff;color:var(--danger)}.offers-hero-summary{position:relative;z-index:2;width:min(330px,100%);padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#ffffff1c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:auto 1fr;gap:13px 15px}.offers-hero-summary>svg{grid-row:1 / 4;color:#fff}.offers-hero-summary>div{display:grid;gap:1px}.offers-hero-summary strong{color:#fff;font-size:1.28rem;line-height:1}.offers-hero-summary span{color:#ffffffbd;font-size:.72rem}.product-offer-highlight{padding:16px;border:1px solid color-mix(in srgb,var(--danger) 44%,var(--border));border-radius:17px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--danger) 20%,transparent),transparent 44%),linear-gradient(135deg,var(--danger-soft),var(--surface));display:grid;gap:13px;box-shadow:0 14px 32px color-mix(in srgb,var(--danger) 10%,transparent)}.product-offer-highlight-main{display:flex;align-items:center;gap:12px}.product-offer-highlight-icon{width:46px;height:46px;flex:0 0 auto;border-radius:14px;background:var(--danger);color:#fff;display:grid;place-items:center}.product-offer-highlight-main>div{display:grid;gap:2px}.product-offer-highlight-main small{color:var(--muted);font-weight:750}.product-offer-highlight-main strong{color:var(--danger);font-size:1.18rem}.product-offer-highlight-meta{padding-top:11px;border-top:1px solid color-mix(in srgb,var(--danger) 18%,var(--border));display:flex;flex-wrap:wrap;gap:9px 16px}.product-offer-highlight-meta span{color:var(--danger);display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:850}.product-detail-price.active-offer{padding:17px 18px}.product-detail-price.active-offer>div{align-items:center;flex-wrap:wrap}.product-detail-price.active-offer strong{font-size:clamp(2rem,5vw,2.7rem)}.product-detail-normal-price{color:var(--muted);display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:700}@media (max-width: 760px){.offers-section-heading,.offers-section-title{align-items:flex-start}.offers-section-icon{width:44px;height:44px;border-radius:13px}.offers-section-title p{display:none}.offers-section-heading>a{min-height:38px;padding-inline:12px;font-size:.76rem}.offers-hero{min-height:0;align-items:stretch;flex-direction:column}.offers-hero-summary{width:100%}.product-offer-highlight-meta{display:grid}}@media (max-width: 480px){.weekly-offers-section{padding:18px 14px;border-radius:20px}.offers-section-heading{gap:10px}.offers-section-title{gap:9px}.offers-section-icon{width:39px;height:39px}.offers-section-title h2{font-size:1.5rem}.offers-section-title span:not(.offers-section-icon){font-size:.6rem}.offers-section-heading>a{padding-inline:10px}.offers-hero{padding:23px 18px;border-radius:22px}.offers-hero h1{font-size:2.15rem}.product-offer-highlight{padding:14px}}.storefront-home{overflow:clip}.store-product-card{height:100%;min-width:0;border-radius:22px;background:var(--surface);display:flex;flex-direction:column;box-shadow:0 10px 32px color-mix(in srgb,var(--text) 7%,transparent);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.store-product-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--primary) 55%,var(--border));box-shadow:0 20px 48px color-mix(in srgb,var(--text) 11%,transparent)}.product-card-media{aspect-ratio:1.16 / 1;padding:12px;background:linear-gradient(180deg,var(--surface-2),var(--surface));overflow:hidden}.product-card-media>a{height:100%;border-radius:17px;overflow:hidden}.product-card-media .product-visual{height:100%;aspect-ratio:auto;border-radius:17px;transition:transform .22s ease}.store-product-card:hover .product-card-media .product-visual{transform:scale(1.025)}.product-card-media .product-visual img{padding:16px}.product-card-badges{position:absolute;top:20px;left:20px;z-index:4;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.product-card-promo-badge,.product-card-featured-badge{min-height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;font-size:.68rem;font-weight:900;box-shadow:0 8px 18px #00000024}.product-card-promo-badge{background:var(--danger);color:#fff}.product-card-featured-badge{background:color-mix(in srgb,var(--surface) 94%,transparent);color:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card-media .favorite-button{top:20px;right:20px;z-index:5;width:38px;height:38px;border-color:color-mix(in srgb,var(--border) 72%,transparent);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-product-body{flex:1;min-height:0;padding:15px 17px 17px;display:flex;flex-direction:column}.product-card-topline{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card-topline>span:first-child{min-width:0;color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-topline>span:last-child{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:800}.product-card-topline i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 12%,transparent)}.product-card-topline .is-available{color:#16834a}.product-card-topline .is-unavailable{color:var(--danger)}.store-product-body h3{min-height:45px;margin:9px 0 5px;font-size:.98rem;line-height:1.38;letter-spacing:-.015em}.product-card-seller{margin:0 0 14px;color:var(--muted);font-size:.69rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price-block{min-height:64px;margin-top:auto;display:grid;align-content:end;gap:5px}.product-price-row{min-height:29px}.product-price-row strong{color:var(--text);font-size:1.32rem;letter-spacing:-.035em}.product-on-sale .product-price-row strong{color:var(--danger)}.product-price-row del{font-size:.76rem}.product-card-saving,.product-card-stock-copy{width:fit-content;min-height:23px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:800}.product-card-saving{background:var(--danger-soft);color:var(--danger)}.product-card-stock-copy{padding-left:0;color:var(--muted)}.add-cart-button{min-height:44px;margin-top:13px;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));border-radius:13px;background:var(--primary-soft);color:var(--primary)}.add-cart-button:hover:not(:disabled){border-color:var(--primary);background:var(--primary);color:#fff}.add-cart-button:disabled{opacity:.55;cursor:not-allowed}.store-product-card.product-on-sale{border-color:color-mix(in srgb,var(--danger) 28%,var(--border));box-shadow:0 12px 36px color-mix(in srgb,var(--danger) 8%,transparent)}.store-product-card.product-on-sale:hover{border-color:color-mix(in srgb,var(--danger) 56%,var(--border))}.storefront-hero{grid-template-columns:minmax(0,1.7fr) minmax(300px,.72fr);gap:16px}.storefront-hero-main{min-height:480px;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));background:radial-gradient(circle at 86% 18%,color-mix(in srgb,var(--primary) 28%,transparent),transparent 31%),radial-gradient(circle at 62% 92%,color-mix(in srgb,var(--primary) 14%,transparent),transparent 27%),linear-gradient(135deg,color-mix(in srgb,var(--primary-soft) 88%,var(--surface)),var(--surface));box-shadow:0 24px 70px color-mix(in srgb,var(--text) 8%,transparent)}.storefront-hero-main .hero-copy{padding:clamp(34px,4.6vw,64px)}.storefront-hero-main .hero-copy h1{max-width:610px;font-size:clamp(2.55rem,4.2vw,4.35rem)}.storefront-hero-main .hero-copy>p{max-width:540px;margin:0}.hero-primary-action,.hero-secondary-action{min-height:48px;padding:0 18px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:.84rem;font-weight:850}.hero-primary-action{background:var(--primary);color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--primary) 25%,transparent)}.hero-secondary-action{border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 84%,transparent);color:var(--text)}.hero-primary-action:hover,.hero-secondary-action:hover{transform:translateY(-2px)}.hero-stats{margin-top:26px;display:flex;align-items:center;gap:0}.hero-stats>div{min-width:92px;padding-right:20px;margin-right:20px;border-right:1px solid var(--border);display:grid;gap:2px}.hero-stats>div:last-child{padding-right:0;margin-right:0;border-right:0}.hero-stats strong{color:var(--text);font-size:1.25rem;letter-spacing:-.04em}.hero-stats span{color:var(--muted);font-size:.67rem;font-weight:750}.storefront-hero-main .hero-art{min-height:480px}.storefront-hero-main .hero-blob{width:min(360px,85%);height:min(360px,85%);border:1px solid color-mix(in srgb,var(--surface) 78%,transparent);background:color-mix(in srgb,var(--surface) 70%,transparent);box-shadow:0 28px 70px color-mix(in srgb,var(--text) 14%,transparent)}.hero-featured-product{position:absolute;z-index:3;top:50%;left:50%;width:min(285px,76%);padding:11px;border:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-radius:25px;background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--text);box-shadow:0 24px 54px color-mix(in srgb,var(--text) 16%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-decoration:none;transform:translate(-48%,-50%) rotate(-3deg);transition:transform .2s ease}.hero-featured-product:hover{transform:translate(-48%,-53%) rotate(-1deg)}.hero-featured-visual{height:215px;border-radius:19px;overflow:hidden}.hero-featured-visual .product-visual{height:100%;aspect-ratio:auto;border-radius:19px}.hero-featured-visual .product-visual img{padding:18px}.hero-featured-info{padding:12px 8px 7px;display:grid;gap:5px}.hero-featured-info>span{color:var(--primary);font-size:.66rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.hero-featured-info>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.hero-featured-info>div{display:flex;align-items:baseline;gap:8px}.hero-featured-info b{color:var(--primary);font-size:1.08rem}.hero-featured-info del{color:var(--muted);font-size:.72rem}.hero-mini-product{position:absolute;z-index:4;right:3%;bottom:35px;width:112px;height:112px;padding:8px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:0 18px 38px color-mix(in srgb,var(--text) 13%,transparent);transform:rotate(7deg)}.hero-mini-product .product-visual{width:100%;height:100%;aspect-ratio:auto;border-radius:16px}.storefront-hero-main .note-two{top:33px;left:2%;max-width:210px}.storefront-hero .hero-side-promos{gap:16px}.storefront-hero .side-promo{min-height:232px;padding:26px;border:1px solid var(--border);border-radius:24px;color:inherit;display:block;text-align:left;text-decoration:none;cursor:pointer;box-shadow:0 14px 38px color-mix(in srgb,var(--text) 7%,transparent);transition:transform .18s ease,box-shadow .18s ease}.storefront-hero .side-promo:hover{transform:translateY(-3px);box-shadow:0 20px 46px color-mix(in srgb,var(--text) 11%,transparent)}.storefront-hero .side-promo>div:first-child{position:relative;z-index:3}.storefront-hero .side-promo h2{max-width:230px;margin-bottom:18px}.storefront-hero .side-promo h2 strong{color:inherit;font-size:1.12em}.storefront-hero .side-promo b{display:inline-flex;align-items:center;gap:6px;font-size:.78rem}.promo-offers{background:radial-gradient(circle at 90% 92%,rgba(255,255,255,.17),transparent 32%),linear-gradient(135deg,var(--danger),color-mix(in srgb,var(--danger) 72%,#111));color:#fff!important;border-color:color-mix(in srgb,var(--danger) 65%,transparent)!important}.promo-catalog{width:100%;background:radial-gradient(circle at 94% 85%,color-mix(in srgb,var(--primary) 20%,transparent),transparent 35%),linear-gradient(135deg,var(--surface),var(--primary-soft));color:var(--text)!important}.side-promo-product{position:absolute!important;z-index:2!important;right:-7px;bottom:-17px;width:126px;height:126px;padding:7px;border-radius:50%;background:color-mix(in srgb,var(--surface) 16%,transparent);opacity:.9;transform:rotate(-7deg)}.side-promo-product .product-visual{width:100%;height:100%;aspect-ratio:auto;border-radius:50%;background:transparent!important}.side-promo-product .product-visual img{padding:15px}.storefront-home .benefit-strip{margin-top:20px;border:0;background:transparent}.storefront-home .benefit-grid{min-height:0;padding:10px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:0 12px 36px color-mix(in srgb,var(--text) 6%,transparent);gap:4px}.storefront-home .benefit-grid>.benefit-item{min-width:0;min-height:72px;padding:12px 15px;border-right:0;border-radius:15px;justify-content:flex-start;transition:background .16s ease}.storefront-home .benefit-grid>.benefit-item:hover{background:var(--surface-2)}.benefit-icon{width:42px;height:42px;flex:0 0 auto;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid!important;place-items:center}.benefit-icon svg{color:inherit}.storefront-home .benefit-grid strong{font-size:.8rem}.storefront-home .benefit-grid small{line-height:1.35}.storefront-content{padding-bottom:70px}.product-carousel-section{padding-top:54px;scroll-margin-top:145px}.product-carousel-heading{margin-bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.product-carousel-heading>div:first-child{min-width:0}.product-carousel-heading>div:first-child>span{color:var(--primary);font-size:.69rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.product-carousel-heading h2{margin:4px 0 0;color:var(--text);font-size:clamp(1.65rem,2.8vw,2.35rem);letter-spacing:-.045em}.product-carousel-heading p{margin:6px 0 0;color:var(--muted);font-size:.82rem}.product-carousel-heading-actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}.product-carousel-heading-actions>a{min-height:40px;padding:0 13px;border-radius:11px;color:var(--primary);display:inline-flex;align-items:center;gap:5px;text-decoration:none;font-size:.76rem;font-weight:850}.product-carousel-heading-actions>button{width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer}.product-carousel-heading-actions>button:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.product-carousel-shell{position:relative}.product-carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(235px,275px);gap:17px;padding:4px 2px 20px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--primary) 28%,transparent) transparent}.product-carousel-track:after{content:"";width:1px}.product-carousel-track>.store-product-card{scroll-snap-align:start}.product-carousel-track::-webkit-scrollbar{height:5px}.product-carousel-track::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--primary) 28%,transparent)}.category-product-carousels{scroll-margin-top:140px}.storefront-category-browser{padding-top:58px}.storefront-category-browser .category-carousel{overflow-x:auto;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(126px,1fr);padding:4px 2px 14px;scroll-snap-type:inline mandatory;scrollbar-width:thin}.storefront-category-browser .category-card{min-width:126px;scroll-snap-align:start}.storefront-status-card{margin-top:52px}.storefront-footer-cta .newsletter-cta{text-decoration:none}@media (min-width: 1380px){.product-carousel-track{grid-auto-columns:minmax(245px,280px)}}@media (max-width: 1120px){.storefront-hero{grid-template-columns:1fr}.storefront-hero .hero-side-promos{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-hero .side-promo{min-height:210px}.storefront-home .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.storefront-hero{padding-top:14px;gap:12px}.storefront-hero-main{min-height:0;grid-template-columns:1fr;border-radius:22px}.storefront-hero-main .hero-copy{padding:27px 22px 13px}.storefront-hero-main .hero-copy h1{margin-top:11px;font-size:clamp(2.15rem,11vw,3.35rem);line-height:1}.storefront-hero-main .hero-copy>p{font-size:.88rem;line-height:1.55}.hero-actions{margin-top:20px}.hero-primary-action,.hero-secondary-action{min-height:46px;padding-inline:14px}.hero-stats{margin-top:21px}.hero-stats>div{min-width:0;flex:1;padding-right:12px;margin-right:12px}.hero-stats strong{font-size:1.05rem}.storefront-hero-main .hero-art{min-height:355px}.storefront-hero-main .hero-blob{width:290px;height:290px}.hero-featured-product{width:min(250px,72%);transform:translate(-50%,-48%) rotate(-2deg)}.hero-featured-product:hover{transform:translate(-50%,-50%) rotate(0)}.hero-featured-visual{height:178px}.hero-mini-product{right:5%;bottom:23px;width:92px;height:92px}.storefront-hero-main .note-two{top:14px;left:16px;max-width:165px;padding:8px 10px}.storefront-hero-main .note-two span{display:none}.storefront-hero .hero-side-promos{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none}.storefront-hero .hero-side-promos::-webkit-scrollbar{display:none}.storefront-hero .side-promo{min-width:min(82vw,330px);min-height:190px;padding:23px;scroll-snap-align:start}.storefront-hero .side-promo h2{max-width:205px;font-size:1.45rem}.side-promo-product{width:112px;height:112px}.storefront-home .benefit-strip{margin-top:14px}.storefront-home .benefit-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,78vw);grid-template-columns:none;gap:8px;padding:8px;overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none}.storefront-home .benefit-grid::-webkit-scrollbar{display:none}.storefront-home .benefit-grid>.benefit-item{min-height:66px;padding:10px 12px;background:var(--surface-2);scroll-snap-align:start}.product-carousel-section{padding-top:42px}.product-carousel-heading{align-items:flex-start}.product-carousel-heading h2{font-size:1.65rem}.product-carousel-heading p{max-width:260px;font-size:.75rem}.product-carousel-heading-actions>button{display:none}.product-carousel-heading-actions>a{min-height:36px;padding:0 8px;white-space:nowrap}.product-carousel-track{grid-auto-columns:minmax(222px,76vw);gap:13px;margin-inline:calc(var(--store-gutter, 16px) * -1);padding-inline:var(--store-gutter, 16px);scrollbar-width:none}.product-carousel-track::-webkit-scrollbar{display:none}.storefront-category-browser{padding-top:44px}.storefront-category-browser .category-carousel{grid-auto-columns:116px;margin-inline:-2px}.store-product-body{padding:14px 15px 15px}.store-product-body h3{font-size:.93rem}.product-card-media{padding:10px}.product-card-media .favorite-button{top:17px;right:17px}.product-card-badges{top:17px;left:17px}}@media (max-width: 420px){.hero-actions{display:grid;grid-template-columns:1fr}.hero-primary-action,.hero-secondary-action{width:100%}.hero-stats span{font-size:.61rem}.product-carousel-heading{gap:8px}.product-carousel-heading-actions>a{font-size:.7rem}.product-carousel-track{grid-auto-columns:minmax(216px,84vw)}}.compact-storefront-home{overflow:visible}.compact-benefit-strip{margin-top:12px!important}.compact-benefit-strip .benefit-grid{max-width:980px;padding:6px;grid-template-columns:repeat(3,minmax(0,1fr));border-radius:16px;box-shadow:0 8px 24px color-mix(in srgb,var(--text) 5%,transparent)}.compact-benefit-strip .benefit-item{min-height:58px!important;padding:8px 12px!important;gap:10px}.compact-benefit-strip .benefit-icon{width:36px;height:36px;border-radius:11px}.compact-benefit-strip strong{font-size:.76rem!important}.compact-benefit-strip small{font-size:.65rem}.compact-storefront-content{padding-top:18px;padding-bottom:44px}.compact-category-browser{padding-top:0!important}.compact-section-heading{margin-bottom:13px;align-items:center}.compact-section-heading h1,.compact-section-heading h2{margin:0;font-size:clamp(1.25rem,2vw,1.7rem);letter-spacing:-.035em}.compact-section-heading>div>span{margin-bottom:2px;font-size:.65rem}.compact-section-heading>button{min-height:34px;padding:0 11px;border-radius:10px;font-size:.72rem}.compact-category-carousel{grid-auto-columns:104px!important;gap:10px;padding-bottom:8px!important}.compact-category-carousel .category-card{min-width:104px!important;min-height:118px;padding:9px;border-radius:15px;gap:6px}.compact-category-carousel .category-art{height:62px;border-radius:11px}.compact-category-carousel .category-art>span{font-size:1.4rem}.compact-category-carousel .category-card strong{font-size:.74rem;line-height:1.2}.compact-category-carousel .category-card small{font-size:.62rem}.compact-storefront-content .product-carousel-section{padding-top:28px}.compact-storefront-content .product-carousel-heading{margin-bottom:12px;align-items:center}.compact-storefront-content .product-carousel-heading h2{margin:0;font-size:clamp(1.2rem,2vw,1.55rem)}.compact-storefront-content .product-carousel-heading p,.compact-storefront-content .product-carousel-heading>div:first-child>span{display:none}.compact-storefront-content .product-carousel-heading-actions>a{min-height:34px;padding-inline:9px;font-size:.7rem}.compact-storefront-content .product-carousel-heading-actions>button{width:34px;height:34px;border-radius:10px}.compact-storefront-content .product-carousel-track{grid-auto-columns:minmax(205px,228px);gap:12px;padding-bottom:12px}.compact-product-card{border-radius:16px;box-shadow:0 7px 22px color-mix(in srgb,var(--text) 6%,transparent)}.compact-product-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px color-mix(in srgb,var(--text) 9%,transparent)}.compact-product-card .product-card-media{aspect-ratio:1.22 / 1;padding:8px}.compact-product-card .product-card-media>a,.compact-product-card .product-card-media .product-visual{border-radius:12px}.compact-product-card .product-card-media .product-visual img{padding:10px}.compact-product-card .product-card-badges{top:13px;left:13px;max-width:calc(100% - 54px)}.compact-product-card .product-card-promo-badge,.compact-product-card .product-card-featured-badge,.product-card-stock-badge{min-height:25px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;font-size:.62rem;font-weight:900;box-shadow:0 5px 14px #0000001f}.product-card-stock-badge{background:color-mix(in srgb,var(--text) 82%,transparent);color:#fff}.compact-product-card .favorite-button{top:13px;right:13px;width:32px;height:32px}.compact-product-card .store-product-body{padding:11px 12px 12px}.product-card-brand{color:var(--muted);font-size:.62rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-product-card .store-product-body h3{min-height:38px;margin:6px 0 9px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.86rem;line-height:1.3}.compact-product-card .product-price-block{min-height:48px;gap:2px}.compact-product-card .product-price-block>del{color:var(--muted);font-size:.67rem}.compact-product-card .product-price-row{min-height:25px;display:flex;align-items:baseline;justify-content:space-between;gap:7px}.compact-product-card .product-price-row strong{font-size:1.08rem}.compact-product-card .product-price-row span{color:var(--danger);font-size:.59rem;font-weight:850;white-space:nowrap}.compact-product-card .add-cart-button{min-height:37px;margin-top:9px;border-radius:10px;font-size:.74rem}.compact-product-card.product-sold-out .product-card-media .product-visual{filter:grayscale(.25);opacity:.72}.compact-product-card.product-sold-out .add-cart-button{border-color:var(--border);background:var(--surface-2);color:var(--muted);opacity:1}.compact-product-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:14px}.compact-offers-page{min-height:60vh;padding-top:22px;padding-bottom:56px}.offers-page-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.offers-page-topbar .back-link,.offers-filter-link{min-height:36px;padding:0 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:.73rem;font-weight:800}.offers-filter-link{color:var(--primary)}.offers-page-header{margin:16px 0 18px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--danger) 24%,var(--border));border-radius:17px;background:linear-gradient(115deg,color-mix(in srgb,var(--danger-soft) 85%,var(--surface)),var(--surface));display:flex;align-items:center;justify-content:space-between;gap:16px}.offers-page-header>div{min-width:0;display:flex;align-items:center;gap:12px}.offers-page-icon{width:43px;height:43px;flex:0 0 auto;border-radius:13px;background:var(--danger);color:#fff;display:grid;place-items:center}.offers-page-header h1{margin:0;font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.04em}.offers-page-header p{margin:3px 0 0;color:var(--muted);font-size:.75rem}.offers-page-header>strong{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:var(--surface);color:var(--danger);font-size:.7rem}.compact-offers-page .offers-results{margin-top:0}.compact-offers-page .offers-empty{margin-top:20px}@media (max-width: 760px){.compact-benefit-strip{margin-top:8px!important}.compact-benefit-strip .benefit-grid{grid-auto-columns:minmax(210px,72vw)!important;padding:5px;border-radius:14px}.compact-benefit-strip .benefit-item{min-height:54px!important;background:transparent!important}.compact-storefront-content{padding-top:13px;padding-bottom:28px}.compact-category-carousel{grid-auto-columns:92px!important;gap:8px;margin-inline:calc(var(--store-gutter, 16px) * -1)!important;padding-inline:var(--store-gutter, 16px)!important}.compact-category-carousel .category-card{min-width:92px!important;min-height:106px;padding:7px;border-radius:13px}.compact-category-carousel .category-art{height:54px}.compact-storefront-content .product-carousel-section{padding-top:22px}.compact-storefront-content .product-carousel-heading{margin-bottom:9px}.compact-storefront-content .product-carousel-heading h2{font-size:1.15rem}.compact-storefront-content .product-carousel-track{grid-auto-columns:minmax(168px,47vw);gap:10px;padding-bottom:8px}.compact-product-card .product-card-media{aspect-ratio:1.12 / 1;padding:6px}.compact-product-card .store-product-body{padding:9px 10px 10px}.compact-product-card .store-product-body h3{min-height:36px;font-size:.8rem}.compact-product-card .product-price-row{align-items:flex-start;flex-direction:column;gap:1px}.compact-product-card .product-price-row strong{font-size:1rem}.compact-product-card .product-price-block{min-height:54px}.compact-product-card .add-cart-button{min-height:35px;font-size:.7rem}.compact-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compact-offers-page{padding-top:12px;padding-bottom:36px}.offers-page-header{margin:12px 0 14px;padding:13px;border-radius:14px}.offers-page-icon{width:38px;height:38px;border-radius:11px}.offers-page-header h1{font-size:1.35rem}.offers-page-header p{max-width:220px;font-size:.68rem}.offers-page-header>strong{display:none}}@media (max-width: 380px){.compact-storefront-content .product-carousel-track{grid-auto-columns:minmax(158px,49vw)}.compact-product-grid{gap:8px}.compact-product-card .product-card-promo-badge,.compact-product-card .product-card-featured-badge,.product-card-stock-badge{padding-inline:6px;font-size:.57rem}.compact-product-card .favorite-button{width:30px;height:30px}}.mobile-topbar-search,.account-mobile-card{display:none}.account-input-shell,.address-phone-input{position:relative;display:flex;align-items:center}.account-input-shell>svg,.address-phone-input>svg{position:absolute;left:13px;z-index:1;color:var(--muted);pointer-events:none}.account-input-shell .input,.address-phone-input .input{width:100%;padding-left:40px}.account-input-shell.is-disabled{opacity:.78}.profile-card-grid{align-items:start}.profile-form-card{min-width:0;display:flex;flex-direction:column;gap:18px}.profile-form-card>header{display:flex;align-items:flex-start;gap:12px}.profile-form-card>header>span{width:42px;height:42px;flex:0 0 auto;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.profile-form-card>header h2,.profile-form-card>header p{margin:0}.profile-form-card>header h2{font-size:1rem}.profile-form-card>header p{margin-top:3px;color:var(--muted);font-size:.74rem}.profile-fields{display:grid;gap:14px}.profile-fields label{min-width:0}.profile-submit{align-self:flex-start;min-width:180px}.account-address-grid{grid-template-columns:repeat(auto-fit,minmax(285px,1fr))}.account-address-card{position:relative;min-width:0;min-height:252px;padding:18px;display:flex;flex-direction:column;gap:15px;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.account-address-card:hover{border-color:color-mix(in srgb,var(--primary) 42%,var(--border));box-shadow:var(--shadow-sm);transform:translateY(-1px)}.account-address-card.is-default{border-color:color-mix(in srgb,var(--primary) 58%,var(--border));box-shadow:0 0 0 2px var(--primary-soft)}.account-address-card.is-default:after{content:"";position:absolute;top:0;right:0;width:72px;height:72px;background:linear-gradient(135deg,transparent 50%,var(--primary-soft) 50%);pointer-events:none}.address-card-header{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.address-card-icon{width:42px;height:42px;flex:0 0 auto;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.address-card-header>div{min-width:0;display:grid;gap:4px}.address-card-header h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem}.address-card-header em{width:max-content;padding:4px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:inline-flex;align-items:center;gap:5px;font-size:.63rem;font-style:normal;font-weight:850}.address-card-body{min-width:0;display:grid;gap:7px}.address-card-body strong{font-size:.84rem}.address-card-body p,.address-card-body span,.address-card-body small{margin:0;color:var(--muted);line-height:1.5}.address-card-body p,.address-card-body span{font-size:.76rem}.address-card-body small{display:inline-flex;align-items:center;gap:6px;font-size:.72rem}.address-card-actions{margin-top:auto;padding-top:13px;border-top:1px solid var(--border);display:flex;align-items:center;gap:7px;flex-wrap:wrap}.address-card-actions button{min-height:36px;padding:0 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:.68rem;font-weight:780}.address-card-actions button:hover{border-color:var(--primary);color:var(--primary)}.address-card-actions .address-default-button{flex:1 1 100%;border-color:color-mix(in srgb,var(--primary) 30%,var(--border));background:var(--primary-soft);color:var(--primary)}.address-card-actions .address-delete-button{color:var(--danger)}.address-form-modal{width:min(760px,96vw)}.address-form{display:grid;gap:16px}.address-form-section{padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-2);display:grid;gap:14px}.address-form-section-title{display:flex;align-items:center;gap:8px;color:var(--text);font-size:.8rem;font-weight:850}.address-form-section-title svg{color:var(--primary)}.address-label-options{display:flex;gap:7px;flex-wrap:wrap}.address-label-options button{min-height:34px;padding:0 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer;font-size:.7rem;font-weight:780}.address-label-options button.active{border-color:var(--primary);background:var(--primary);color:#fff}.address-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.address-form-grid textarea.input{min-height:88px;padding-top:11px;resize:vertical}.address-default-toggle{min-height:66px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);display:grid;grid-template-columns:20px 34px minmax(0,1fr);align-items:center;gap:10px;cursor:pointer}.address-default-toggle>input{position:absolute;opacity:0;pointer-events:none}.address-default-toggle>span{grid-column:1 / 3;width:34px;height:34px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:transparent;display:grid;place-items:center}.address-default-toggle>input:checked+span{border-color:var(--primary);background:var(--primary);color:#fff}.address-default-toggle>div{grid-column:3;min-width:0;display:grid;gap:2px}.address-default-toggle strong{font-size:.76rem}.address-default-toggle small{color:var(--muted);font-size:.68rem}.account-order-card{grid-template-columns:minmax(240px,1.25fr) minmax(180px,auto) auto auto}.account-order-total{display:grid;gap:2px;text-align:right}.account-order-total small{color:var(--muted);font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.account-order-open{color:var(--primary);display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:800;white-space:nowrap}@media (max-width: 880px){.store-header{position:sticky!important;top:0;z-index:90;box-shadow:0 8px 24px color-mix(in srgb,var(--text) 7%,transparent)}.main-header-row{background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.main-header-content{min-height:58px!important;padding-block:7px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center;gap:8px!important}.category-wrapper,.store-search-area,.header-actions,.announcement-bar,.secondary-nav{display:none!important}.store-brand{width:auto!important;min-width:0;gap:7px;font-size:1.05rem!important}.store-brand-mark{width:38px!important;height:38px!important;border-radius:12px!important}.mobile-topbar-search{min-width:0;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;gap:8px;overflow:hidden;text-decoration:none;font-size:.74rem;font-weight:650}.mobile-topbar-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-header-actions{margin:0;display:flex!important;align-items:center;gap:6px}.mobile-header-actions>button,.mobile-header-actions>a{position:relative;width:40px;height:40px;flex:0 0 40px;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);display:grid;place-items:center;text-decoration:none;cursor:pointer}.mobile-header-actions>a.mobile-header-account,.mobile-header-actions>button.mobile-header-account{border-color:color-mix(in srgb,var(--primary) 26%,var(--border));background:var(--primary-soft);color:var(--primary)}.mobile-header-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border:2px solid var(--surface);border-radius:999px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.56rem;font-weight:850}.mobile-category-strip-shell{border-top:0!important;box-shadow:none}.mobile-category-strip{padding-block:6px!important}.mobile-category-strip button,.mobile-category-strip .mobile-offers-link{min-height:32px;padding:0 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text);display:inline-flex;align-items:center;text-decoration:none;font-size:.68rem;font-weight:760;white-space:nowrap}.mobile-category-strip .mobile-offers-link{border-color:color-mix(in srgb,var(--primary) 38%,var(--border));background:var(--primary-soft);color:var(--primary)}.account-page{width:min(var(--container),calc(100% - 20px));padding-top:10px!important;padding-bottom:28px!important}.account-mobile-card{margin-bottom:12px;border:1px solid var(--border);border-radius:17px;background:var(--surface);box-shadow:var(--shadow-sm);display:block;overflow:hidden}.account-mobile-user{min-height:68px;padding:11px 12px;background:linear-gradient(135deg,var(--primary-soft),var(--surface));display:grid;grid-template-columns:42px minmax(0,1fr) 38px;align-items:center;gap:10px}.account-mobile-avatar{width:42px;height:42px;border-radius:13px;background:var(--primary);color:#fff;display:grid;place-items:center}.account-mobile-user>div{min-width:0;display:grid;gap:2px}.account-mobile-user strong,.account-mobile-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-mobile-user strong{font-size:.82rem}.account-mobile-user small{color:var(--muted);font-size:.67rem}.account-mobile-user>button{width:38px;height:38px;padding:0;border:1px solid color-mix(in srgb,var(--danger) 20%,var(--border));border-radius:11px;background:var(--danger-soft);color:var(--danger);display:grid;place-items:center;cursor:pointer}.account-mobile-tabs{padding:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.account-mobile-tabs a{min-width:0;min-height:52px;padding:7px 5px;border:1px solid transparent;border-radius:11px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;text-decoration:none;font-size:.64rem;font-weight:780}.account-mobile-tabs a.active{border-color:color-mix(in srgb,var(--primary) 28%,var(--border));background:var(--primary-soft);color:var(--primary)}.account-mobile-panel{min-height:42px;margin:0 8px 8px;padding:0 11px;border-radius:11px;background:var(--surface-2);color:var(--primary);display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:.7rem;font-weight:800}.account-shell{display:block!important}.account-sidebar{display:none!important}.account-content{min-width:0}.account-page-heading{margin-bottom:14px}.account-page-heading h1{margin-block:3px 4px;font-size:1.45rem}.account-page-heading p{font-size:.75rem;line-height:1.45}.account-card-grid,.profile-card-grid,.account-address-grid{grid-template-columns:1fr!important;gap:11px}.profile-form-card,.account-address-card{border-radius:15px}.profile-form-card{padding:15px;gap:15px}.profile-submit{width:100%;min-width:0}.account-address-card{min-height:0;padding:15px}.address-add-button{width:100%}.account-order-card{min-height:0;padding:13px;grid-template-columns:minmax(0,1fr) auto!important;gap:10px;border-radius:15px}.account-order-card .order-leading{grid-column:1 / -1}.account-order-card .order-statuses{grid-column:1 / -1;display:flex;gap:5px;flex-wrap:wrap}.account-order-total{grid-column:1;text-align:left}.account-order-open{grid-column:2;justify-self:end}.address-form-modal{width:100%;max-height:min(92dvh,780px);border-radius:20px 20px 0 0}.address-form-modal .modal-content{padding:13px}.address-form-section{padding:13px;border-radius:14px}.address-form-grid{grid-template-columns:1fr!important}.address-form-actions{position:sticky;bottom:-13px;z-index:2;margin:0 -13px -13px;padding:11px 13px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}}@media (max-width: 500px){.store-brand>span:last-child{display:none}.mobile-topbar-search{padding-inline:10px}.mobile-header-actions>button,.mobile-header-actions>a{width:38px;height:38px;flex-basis:38px}.module-heading.with-action.account-page-heading{align-items:stretch}.address-card-actions button{flex:1 1 calc(50% - 4px)}.address-card-actions .address-default-button{flex-basis:100%}}@media (max-width: 360px){.main-header-content{gap:6px!important}.mobile-topbar-search span{font-size:0}.mobile-topbar-search span:after{content:"Buscar";font-size:.72rem}.account-mobile-tabs a{font-size:.59rem}}@media (max-width: 880px){.store-header{display:none!important}.store-shell>main{padding-top:0;padding-bottom:calc(76px + env(safe-area-inset-bottom))}}@media (max-width: 760px){html,body,#root,.store-shell,.storefront-home{max-width:100%;overflow-x:clip}.compact-storefront-home{width:100%}.compact-benefit-strip .benefit-grid.store-container,.compact-storefront-content.store-container{width:calc(100% - 24px)!important;max-width:680px;margin-inline:auto!important}.compact-benefit-strip{margin-top:10px!important}.compact-benefit-strip .benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;gap:5px;padding:5px!important;overflow:hidden!important}.compact-benefit-strip .benefit-item{min-width:0!important;min-height:74px!important;padding:8px 4px!important;border-radius:11px;flex-direction:column;justify-content:center!important;gap:6px!important;text-align:center}.compact-benefit-strip .benefit-icon{width:31px;height:31px;border-radius:9px}.compact-benefit-strip .benefit-icon svg{width:16px;height:16px}.compact-benefit-strip .benefit-item>span:last-child{min-width:0}.compact-benefit-strip strong{display:block;font-size:.62rem!important;line-height:1.2}.compact-benefit-strip small{display:none}.compact-storefront-content{padding-top:14px!important;padding-bottom:20px!important}.compact-section-heading,.compact-storefront-content .product-carousel-heading{width:100%;padding-inline:2px}.compact-section-heading h1,.compact-section-heading h2,.compact-storefront-content .product-carousel-heading h2{font-size:1.08rem!important}.storefront-category-browser,.category-product-carousels,.product-carousel-section,.product-carousel-shell{width:100%;min-width:0;max-width:100%}.compact-category-carousel{width:100%;margin-inline:0!important;padding:2px 0 8px!important;grid-auto-columns:86px!important;gap:8px!important;scroll-padding-inline:0}.compact-category-carousel .category-card{min-width:86px!important;min-height:99px;padding:7px 6px}.compact-category-carousel .category-art{height:49px}.compact-category-carousel .category-card strong{font-size:.68rem}.compact-category-carousel .category-card small{font-size:.56rem}.compact-storefront-content .product-carousel-section{padding-top:20px}.compact-storefront-content .product-carousel-track{width:100%;max-width:100%;margin-inline:0!important;padding:2px 0 9px!important;grid-auto-columns:calc((100% - 10px)/2)!important;gap:10px!important;scroll-padding-inline:0}.compact-storefront-content .product-carousel-track:after{display:none}.compact-storefront-content .product-carousel-track:has(>.store-product-card:only-child){grid-auto-columns:min(210px,66vw)!important;justify-content:center}.compact-product-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.compact-product-card{width:100%;min-width:0}.compact-product-card .product-card-media{aspect-ratio:1 / .92}.compact-product-card .product-card-media .product-visual img{padding:7px}.compact-product-card .store-product-body h3{min-height:34px;font-size:.76rem}.compact-product-card .product-price-row strong{font-size:.98rem}.compact-product-card .product-price-row span{font-size:.52rem}.compact-product-card .add-cart-button{min-height:35px;padding-inline:7px;font-size:.68rem}}@media (max-width: 380px){.compact-benefit-strip .benefit-grid.store-container,.compact-storefront-content.store-container{width:calc(100% - 18px)!important}.compact-storefront-content .product-carousel-track{grid-auto-columns:calc((100% - 8px)/2)!important;gap:8px!important}.compact-product-grid{gap:8px!important}.compact-product-card .store-product-body{padding:8px}.compact-product-card .add-cart-button{font-size:.63rem}}.mobile-home-welcome{display:none}.footer-trust-row{display:flex;flex-wrap:wrap;gap:7px}.footer-trust-row span{padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#d4d4d8;font-size:.66rem;font-weight:700}.footer-info-group span{color:#b4b4bc;font-size:.78rem;line-height:1.45}.mobile-access-heading{min-width:0;display:grid;gap:3px}.mobile-access-heading small{color:var(--muted);font-size:.7rem}@media (max-width: 880px){.store-shell{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}.store-shell>main{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}.mobile-home-welcome{position:sticky;top:0;z-index:64;width:100%;max-height:62px;border-bottom:1px solid color-mix(in srgb,var(--border) 80%,transparent);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 8px 24px color-mix(in srgb,var(--text) 7%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:block;overflow:hidden;opacity:1;transform:translateY(0);transition:max-height .18s ease,opacity .16s ease,transform .18s ease,border-color .18s ease}.mobile-home-welcome.is-hidden{max-height:0;border-color:transparent;opacity:0;transform:translateY(-100%);pointer-events:none}.mobile-home-welcome-content{min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px}.mobile-home-welcome-mark{width:30px;height:30px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.86rem;font-weight:900;box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 28%,transparent)}.mobile-home-welcome strong{color:var(--text);font-size:1rem;letter-spacing:-.025em}.mobile-store-nav{min-height:calc(72px + env(safe-area-inset-bottom))!important;padding:8px 8px env(safe-area-inset-bottom)!important;align-items:end;overflow:visible}.mobile-store-nav>a,.mobile-store-nav>button{min-height:54px!important;padding:5px 2px 3px!important;overflow:visible}.mobile-store-nav>.mobile-search-primary{min-height:64px!important;margin-top:-25px;padding-top:0!important;background:transparent!important;color:var(--primary)!important;gap:2px}.mobile-search-primary-icon{width:54px;height:54px;border:5px solid var(--surface);border-radius:19px;background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 88%,white),var(--primary));color:#fff;display:grid;place-items:center;box-shadow:0 11px 25px color-mix(in srgb,var(--primary) 34%,transparent),0 2px 5px #0000001f;transform:translateY(-1px);transition:transform .15s ease}.mobile-store-nav>.mobile-search-primary:active .mobile-search-primary-icon{transform:translateY(1px) scale(.96)}.mobile-store-nav>.mobile-search-primary>span:last-child{color:var(--primary);font-weight:850}.mobile-store-nav>.mobile-search-primary.active{background:transparent!important}.mobile-access-sheet{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.mobile-access-sheet .mobile-account-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-access-sheet .mobile-account-links a,.mobile-access-sheet .mobile-account-links button{min-height:76px;padding:12px 10px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;font-size:.75rem}.mobile-access-sheet .mobile-account-links svg{color:var(--primary)}.mobile-access-sheet .mobile-account-logout{margin-top:4px}.store-footer{margin-top:26px;padding-bottom:12px}.store-footer .footer-grid{width:calc(100% - 24px)!important;padding:28px 0 18px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.footer-brand-block{grid-column:1 / -1;padding:3px 2px 12px}.footer-brand-block .footer-brand{font-size:1.3rem;letter-spacing:-.04em}.footer-brand-block p{max-width:330px;margin:0;font-size:.78rem;line-height:1.5}.footer-trust-row{margin-top:3px;gap:5px}.footer-trust-row span{padding:5px 8px;font-size:.58rem}.store-footer .footer-link-group{min-width:0;min-height:142px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff0b;gap:8px}.store-footer .footer-link-group strong{margin-bottom:2px;color:#fff;font-size:.78rem}.store-footer .footer-link-group a,.store-footer .footer-link-group button,.store-footer .footer-link-group span{font-size:.69rem;line-height:1.4;text-align:left}.footer-account-group{grid-column:1 / -1;min-height:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center!important;gap:8px!important}.footer-account-group strong{grid-column:1 / -1}.footer-account-group a,.footer-account-group button{min-height:39px;padding:0 10px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:11px;background:#ffffff0f!important;display:flex;align-items:center;justify-content:center;text-align:center!important}.store-footer .footer-bottom{width:calc(100% - 24px)!important;min-height:72px;padding:13px 0 18px;align-items:center!important;flex-direction:row!important;justify-content:space-between!important;gap:12px!important;font-size:.64rem}.store-footer .footer-bottom span:last-child{text-align:right}}@media (max-width: 390px){.mobile-store-nav>a,.mobile-store-nav>button{font-size:.57rem!important}.mobile-search-primary-icon{width:51px;height:51px;border-radius:17px}.store-footer .footer-link-group{padding:12px}}.product-carousel-buttons{display:flex;align-items:center;gap:7px}.product-carousel-buttons>button{width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,opacity .15s ease}.product-carousel-buttons>button:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.product-carousel-buttons>button:disabled{opacity:.35;cursor:default}.product-carousel-viewport{width:100%;overflow:hidden;touch-action:pan-y}.product-carousel-track,.compact-storefront-content .product-carousel-track{width:100%;max-width:none;margin:0!important;padding:3px 0 6px!important;display:flex;gap:0!important;overflow:visible;scroll-snap-type:none;scrollbar-width:none;transition:transform .32s cubic-bezier(.22,.72,.25,1);will-change:transform}.product-carousel-track:after,.compact-storefront-content .product-carousel-track:after{display:none}.product-carousel-track::-webkit-scrollbar{display:none}.product-carousel-slide{min-width:100%;flex:0 0 100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.product-carousel-slide>.store-product-card{width:100%;min-width:0}.product-carousel-pagination{min-height:24px;padding-top:9px;display:flex;align-items:center;justify-content:center;gap:6px}.product-carousel-pagination>button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:color-mix(in srgb,var(--muted) 32%,transparent);cursor:pointer;transition:width .17s ease,background .17s ease}.product-carousel-pagination>button.active{width:23px;background:var(--primary)}.storefront-category-browser .category-carousel{scrollbar-width:none}.storefront-category-browser .category-carousel::-webkit-scrollbar{display:none}@media (max-width: 1179px){.product-carousel-slide{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 819px){.product-carousel-slide{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}}@media (max-width: 519px){.product-carousel-heading{align-items:center}.product-carousel-heading-actions{gap:5px}.product-carousel-heading-actions>a{min-height:34px;padding-inline:8px;font-size:.67rem}.product-carousel-buttons{gap:4px}.product-carousel-buttons>button{width:34px;height:34px;border-radius:10px}.product-carousel-slide{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-carousel-pagination{padding-top:7px}.mobile-home-welcome{will-change:max-height,opacity,transform}}@media (prefers-reduced-motion: reduce){.product-carousel-track,.mobile-home-welcome{transition:none!important}}.panel-admin,.panel-seller{background:var(--bg)}.panel-admin .content,.panel-seller .content{min-height:100vh;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--primary) 8%,transparent),transparent 360px),var(--bg)}.panel-admin .sidebar,.panel-seller .sidebar{border-right:1px solid var(--border);background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 7%,var(--surface)) 0,var(--surface) 180px);color:var(--text);box-shadow:12px 0 34px color-mix(in srgb,var(--text) 5%,transparent)}.panel-admin .sidebar .brand,.panel-seller .sidebar .brand{border-bottom-color:var(--border);color:var(--text)}.panel-admin .sidebar .brand-mark,.panel-seller .sidebar .brand-mark{background:var(--primary);color:var(--primary-contrast);box-shadow:0 9px 22px color-mix(in srgb,var(--primary) 28%,transparent)}.panel-admin .sidebar .brand small,.panel-seller .sidebar .brand small{color:var(--muted);opacity:1}.panel-admin .sidebar .nav a,.panel-admin .sidebar-bottom a,.panel-seller .sidebar .nav a,.panel-seller .sidebar-bottom a{border:1px solid transparent;color:var(--muted)}.panel-admin .sidebar .nav a:hover,.panel-admin .sidebar .nav a.active,.panel-admin .sidebar-bottom a:hover,.panel-seller .sidebar .nav a:hover,.panel-seller .sidebar .nav a.active,.panel-seller .sidebar-bottom a:hover{border-color:var(--primary-border);background:var(--primary-soft);color:var(--primary)}.panel-admin .sidebar .nav a.active,.panel-seller .sidebar .nav a.active{box-shadow:inset 3px 0 0 var(--primary)}.panel-admin .sidebar-bottom,.panel-seller .sidebar-bottom{border-top-color:var(--border)}.panel-admin .topbar,.panel-seller .topbar{min-height:74px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 10px 28px color-mix(in srgb,var(--text) 4%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel-admin .panel-heading-icon,.panel-seller .panel-heading-icon,.panel-admin .admin-user-chip>span,.panel-seller .admin-user-chip>span{background:var(--primary-soft);color:var(--primary)}.panel-admin .admin-user-chip,.panel-seller .admin-user-chip,.panel-admin .panel-icon-button,.panel-seller .panel-icon-button{border:1px solid var(--border);background:var(--surface)}.panel-admin .admin-user-chip:hover,.panel-seller .admin-user-chip:hover,.panel-admin .panel-icon-button:hover,.panel-seller .panel-icon-button:hover{border-color:var(--primary-border);background:var(--primary-soft);color:var(--primary)}.panel-admin .admin-page,.panel-seller .admin-page{padding-top:26px}.panel-admin .admin-page-heading,.panel-seller .admin-page-heading{min-height:138px;padding:24px 26px;border:1px solid var(--border);border-radius:22px;background:radial-gradient(circle at 92% 15%,color-mix(in srgb,var(--primary) 15%,transparent),transparent 34%),linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--primary-soft) 52%,var(--surface)));box-shadow:var(--shadow-sm)}.panel-admin .admin-page-heading h1,.panel-seller .admin-page-heading h1{margin-top:6px;color:var(--text)}.panel-admin .admin-page-heading p,.panel-seller .admin-page-heading p{max-width:700px}.panel-admin .admin-kicker,.panel-seller .admin-kicker{color:var(--primary)}.panel-admin .module-toolbar,.panel-seller .module-toolbar,.panel-admin .professional-table,.panel-seller .professional-table,.panel-admin .dashboard-panel,.panel-seller .dashboard-panel,.panel-admin .metric-card,.panel-seller .metric-card,.panel-admin .role-card,.panel-seller .role-card,.panel-admin .coupon-card,.panel-seller .coupon-card,.panel-admin .category-admin-card,.panel-seller .category-admin-card{border-color:var(--border);background:color-mix(in srgb,var(--surface) 97%,var(--primary-soft));box-shadow:var(--shadow-sm)}.panel-admin .module-toolbar,.panel-seller .module-toolbar{padding:11px}.panel-admin .toolbar-search,.panel-seller .toolbar-search,.panel-admin .module-toolbar select,.panel-seller .module-toolbar select{background:var(--surface)}.panel-admin .professional-table-head,.panel-seller .professional-table-head{background:color-mix(in srgb,var(--primary-soft) 42%,var(--surface-2));color:var(--muted)}.panel-admin .professional-table-row:hover,.panel-seller .professional-table-row:hover{background:color-mix(in srgb,var(--primary-soft) 48%,var(--surface))}.panel-admin .metric-card,.panel-seller .metric-card{position:relative;overflow:hidden}.panel-admin .metric-card:after,.panel-seller .metric-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:var(--primary);opacity:.75}.panel-admin .metric-icon,.panel-seller .metric-icon,.panel-admin .metric-green,.panel-admin .metric-blue,.panel-admin .metric-violet,.panel-admin .metric-orange,.panel-seller .metric-green,.panel-seller .metric-blue,.panel-seller .metric-violet,.panel-seller .metric-orange{background:var(--primary-soft);color:var(--primary)}.panel-admin .dashboard-panel>header span,.panel-seller .dashboard-panel>header span{color:var(--primary)}.panel-admin .row-actions button:hover,.panel-admin .table-action:hover,.panel-seller .row-actions button:hover,.panel-seller .table-action:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.panel-admin .panel-menu-grid>a,.panel-admin .panel-menu-grid>button,.panel-seller .panel-menu-grid>a,.panel-seller .panel-menu-grid>button{background:color-mix(in srgb,var(--surface) 97%,var(--primary-soft))}@media (max-width: 880px){.panel-admin .topbar,.panel-seller .topbar{min-height:60px;padding-inline:12px}.panel-admin .panel-heading-icon,.panel-seller .panel-heading-icon{display:grid}.panel-admin .panel-heading strong,.panel-seller .panel-heading strong{font-size:.9rem}.panel-admin .admin-page,.panel-seller .admin-page{padding:14px 10px 24px}.panel-admin .admin-page-heading,.panel-seller .admin-page-heading{min-height:0;padding:18px;border-radius:18px;align-items:stretch;flex-direction:column}.panel-admin .admin-page-heading h1,.panel-seller .admin-page-heading h1{font-size:1.55rem}.panel-admin .admin-mobile-nav,.panel-seller .admin-mobile-nav{background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel-admin .admin-mobile-nav a.active,.panel-seller .admin-mobile-nav a.active{background:var(--primary-soft);color:var(--primary)}}@media (max-width: 520px){.panel-admin .admin-page-heading,.panel-seller .admin-page-heading{padding:16px}.panel-admin .metric-card,.panel-seller .metric-card{min-height:108px;padding:12px}}.account-admin-shell{min-width:0}.account-admin-header{min-height:72px;margin-bottom:12px;padding:14px 16px;border:1px solid var(--border);border-radius:17px;background:radial-gradient(circle at 94% 18%,color-mix(in srgb,var(--primary) 13%,transparent),transparent 34%),var(--surface);box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:11px}.account-admin-header>span{width:42px;height:42px;flex:0 0 auto;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.account-admin-header>div{min-width:0;display:grid;gap:3px}.account-admin-header strong{color:var(--text);font-size:1rem}.account-admin-header small{color:var(--muted);font-size:.74rem}.account-admin-nav{margin-bottom:18px;padding:7px;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-sm);display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.account-admin-nav::-webkit-scrollbar{display:none}.account-admin-nav a{flex:0 0 auto;min-height:40px;padding:0 11px;border:1px solid transparent;border-radius:10px;color:var(--muted);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.72rem;font-weight:800;white-space:nowrap}.account-admin-nav a:hover,.account-admin-nav a.active{border-color:var(--primary-border);background:var(--primary-soft);color:var(--primary)}.account-admin-outlet{min-width:0}.account-admin-outlet .admin-page{width:100%;max-width:none;margin:0;padding:0}.account-admin-outlet .admin-page-heading{min-height:118px;margin-bottom:16px;padding:20px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 92% 16%,color-mix(in srgb,var(--primary) 12%,transparent),transparent 36%),color-mix(in srgb,var(--surface) 97%,var(--primary-soft));box-shadow:var(--shadow-sm)}.account-admin-outlet .admin-page-heading h1{margin-top:5px;color:var(--text);font-size:clamp(1.55rem,3vw,2rem)}.account-admin-outlet .admin-page-heading p{max-width:680px}.account-admin-outlet .module-toolbar,.account-admin-outlet .professional-table,.account-admin-outlet .dashboard-panel,.account-admin-outlet .metric-card,.account-admin-outlet .role-card,.account-admin-outlet .coupon-card,.account-admin-outlet .category-admin-card{border-color:var(--border);background:color-mix(in srgb,var(--surface) 98%,var(--primary-soft));box-shadow:var(--shadow-sm)}.account-admin-outlet .metric-icon,.account-admin-outlet .metric-green,.account-admin-outlet .metric-blue,.account-admin-outlet .metric-violet,.account-admin-outlet .metric-orange{background:var(--primary-soft);color:var(--primary)}.account-admin-outlet .professional-table-head{background:color-mix(in srgb,var(--primary-soft) 40%,var(--surface-2));color:var(--muted)}.account-admin-outlet .professional-table-row:hover{background:color-mix(in srgb,var(--primary-soft) 44%,var(--surface))}@media (max-width: 880px){.account-mobile-tabs{grid-template-columns:repeat(auto-fit,minmax(68px,1fr))}.account-admin-header{min-height:64px;margin-bottom:10px;padding:11px 12px;border-radius:15px}.account-admin-header>span{width:38px;height:38px;border-radius:11px}.account-admin-nav{margin-bottom:13px;padding:6px;border-radius:13px}.account-admin-nav a{min-height:38px;padding-inline:10px;font-size:.68rem}.account-admin-outlet .admin-page-heading{min-height:0;padding:16px;border-radius:16px;align-items:stretch;flex-direction:column}.account-admin-outlet .admin-page-heading>button,.account-admin-outlet .admin-page-heading>a{width:100%;justify-content:center}}@media (max-width: 520px){.account-mobile-tabs a{min-height:54px;padding-inline:3px;font-size:.59rem}.account-admin-header small{font-size:.68rem}.account-admin-nav a span{display:inline}}.role-policy-banner{margin-bottom:16px;padding:14px 16px;border:1px solid var(--border);border-radius:15px;background:var(--primary-soft);color:var(--text);display:flex;align-items:flex-start;gap:12px}.role-policy-banner>svg{flex:0 0 auto;margin-top:1px;color:var(--primary)}.role-policy-banner strong,.role-policy-banner span{display:block}.role-policy-banner strong{margin-bottom:3px;font-size:.84rem}.role-policy-banner span{color:var(--muted);font-size:.75rem;line-height:1.5}.admin-role-badge.role-buyer{background:var(--surface-2);color:var(--text)}.admin-role-badge.role-seller{background:var(--primary-soft);color:var(--primary)}.admin-role-badge.role-admin{background:var(--danger-soft);color:var(--danger)}.user-role-modal{width:min(700px,96vw)}.role-modal-intro{padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);display:flex;align-items:flex-start;gap:12px}.role-modal-intro>span{width:40px;height:40px;flex:0 0 auto;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.role-modal-intro strong,.role-modal-intro p{display:block}.role-modal-intro strong{margin:1px 0 4px;font-size:.88rem}.role-modal-intro p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.5}.role-option-list{margin-top:14px;display:grid;gap:10px}.role-option-card{position:relative;min-height:94px;padding:13px 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface);display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.role-option-card:hover{border-color:var(--primary);transform:translateY(-1px)}.role-option-card.selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 14%,transparent)}.role-option-card>input{width:17px;height:17px;margin:0;accent-color:var(--primary)}.role-option-icon{width:42px;height:42px;border-radius:12px;background:var(--surface-2);color:var(--primary);display:grid;place-items:center}.role-option-card.selected .role-option-icon{background:var(--surface)}.role-option-copy{min-width:0}.role-option-copy strong,.role-option-copy small,.role-option-copy em{display:block}.role-option-copy strong{margin-bottom:3px;font-size:.86rem}.role-option-copy small{color:var(--text);font-size:.73rem}.role-option-copy em{margin-top:4px;color:var(--muted);font-size:.68rem;font-style:normal;line-height:1.45}.current-role-label{padding:5px 8px;border-radius:999px;background:var(--surface);color:var(--muted);font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.role-change-note{margin-top:12px;padding:11px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--muted);display:flex;align-items:flex-start;gap:9px;font-size:.72rem;line-height:1.45}.role-change-note>svg{flex:0 0 auto;color:var(--primary)}.role-change-note.warning{border-color:color-mix(in srgb,var(--danger) 35%,var(--border));background:var(--danger-soft);color:var(--text)}.role-change-note.warning>svg{color:var(--danger)}.role-modal-actions{padding-top:3px}@media (max-width: 700px){.role-policy-banner{padding:12px}.user-role-modal .modal-content{padding:14px}.role-option-card{min-height:0;padding:12px;grid-template-columns:auto auto minmax(0,1fr);align-items:flex-start}.current-role-label{grid-column:2 / -1;width:max-content}.role-modal-actions{display:grid;grid-template-columns:1fr 1fr}.role-modal-actions .btn{width:100%}}.finance-heading{align-items:flex-end;gap:24px}.finance-date-filter{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px;min-width:230px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-sm, 0 8px 24px rgba(0, 0, 0, .06))}.finance-date-filter svg{grid-row:1 / span 2;color:var(--primary)}.finance-date-filter span{color:var(--muted);font-size:.76rem;font-weight:700}.finance-date-filter input{min-width:0;border:0;padding:0;color:var(--text);background:transparent;font:inherit;font-weight:700;outline:none}.finance-metric-grid{margin-bottom:22px}.finance-toolbar{margin-bottom:14px}.finance-sellers-table .professional-table-head,.finance-sellers-table .professional-table-row{grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(130px,.8fr)) minmax(145px,.7fr)}.finance-sellers-table .professional-table-row>span:nth-child(2) b,.finance-sellers-table .professional-table-row>span:nth-child(3) b,.finance-sellers-table .professional-table-row>span:nth-child(4) b{font-variant-numeric:tabular-nums}.finance-modal{width:min(1040px,calc(100vw - 28px));max-height:min(92vh,920px)}.finance-modal .modal-content{padding:0}.finance-modal-body{display:grid;gap:18px;padding:20px;overflow:auto}.finance-modal-loading{min-height:240px;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted)}.finance-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.finance-summary-strip article{display:grid;gap:8px;padding:15px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.finance-summary-strip span,.finance-payout-form header span,.finance-modal-section>header span,.seller-finance-panel>header span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.78rem;font-weight:700}.finance-summary-strip strong{font-size:1.35rem;font-variant-numeric:tabular-nums}.finance-modal-section{display:grid;gap:12px}.finance-modal-section>header,.finance-payout-form>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.finance-modal-section h3{margin:3px 0 0;font-size:1.04rem}.finance-payables-list{display:grid;gap:9px}.finance-payables-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:var(--surface);transition:border-color .18s ease,background .18s ease}.finance-payables-list article.is-selected{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));background:color-mix(in srgb,var(--primary) 8%,var(--surface))}.finance-payables-list label{display:flex;align-items:center;gap:12px;min-width:0;cursor:pointer}.finance-payables-list label input{width:18px;height:18px;accent-color:var(--primary)}.finance-payables-list label span,.finance-payable-amount,.finance-history-list article>span{display:grid;min-width:0;gap:3px}.finance-payables-list small,.finance-history-list small{color:var(--muted);overflow-wrap:anywhere}.finance-payable-amount{justify-items:end;min-width:150px}.finance-payable-amount strong,.finance-payout-form header strong,.finance-history-list article>strong{font-variant-numeric:tabular-nums}.finance-payable-amount input{width:125px;margin-top:5px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface);text-align:right;font:inherit;font-weight:700}.finance-payout-form{display:grid;gap:14px;padding:16px;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--border));border-radius:15px;background:color-mix(in srgb,var(--primary) 6%,var(--surface))}.finance-payout-form header strong{font-size:1.25rem}.finance-payout-form .form-grid label{display:grid;gap:7px;color:var(--muted);font-size:.78rem;font-weight:700}.finance-payout-form input,.finance-payout-form select{width:100%;min-width:0;padding:10px 11px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface);font:inherit}.finance-history-section{padding-top:2px}.finance-history-list{display:grid;gap:8px}.finance-history-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.finance-history-list article>strong{flex:0 0 auto;font-size:1rem}.finance-empty{padding:20px;border:1px dashed var(--border);border-radius:13px;color:var(--muted);background:var(--surface-2);text-align:center}.seller-finance-page{display:grid;gap:20px}.seller-finance-panel{overflow:hidden}.seller-payables-table .professional-table-head,.seller-payables-table .professional-table-row{grid-template-columns:minmax(170px,1.1fr) repeat(3,minmax(120px,.8fr)) minmax(160px,.9fr)}.seller-payables-table .professional-table-row>span:last-child{align-items:flex-start}.seller-finance-history{padding:0 18px 18px}@media (max-width: 900px){.finance-heading{align-items:stretch}.finance-date-filter{width:100%}.finance-summary-strip{grid-template-columns:1fr}.finance-sellers-table .professional-table-head,.seller-payables-table .professional-table-head{display:none}.finance-sellers-table .professional-table-row,.seller-payables-table .professional-table-row{grid-template-columns:1fr 1fr;gap:13px;padding:15px}.finance-sellers-table .professional-table-row>span:first-child,.finance-sellers-table .professional-table-row>span:last-child,.seller-payables-table .professional-table-row>span:first-child,.seller-payables-table .professional-table-row>span:last-child{grid-column:1 / -1}.finance-sellers-table .row-actions button{width:100%;justify-content:center}}@media (max-width: 640px){.finance-modal{width:100%;max-height:94vh;border-radius:18px 18px 0 0;align-self:end}.finance-modal-body{padding:14px}.finance-modal-section>header,.finance-payout-form>header{align-items:flex-start;flex-direction:column}.finance-payables-list article{grid-template-columns:1fr}.finance-payable-amount{justify-items:start;padding-left:30px}.finance-payable-amount input{width:100%;text-align:left}.finance-payout-form .form-grid.two-columns{grid-template-columns:1fr}.finance-history-list article{align-items:flex-start}.finance-sellers-table .professional-table-row,.seller-payables-table .professional-table-row{grid-template-columns:1fr}.finance-sellers-table .professional-table-row>span,.seller-payables-table .professional-table-row>span{grid-column:auto}}@media (max-width: 768px){input,select,textarea,button{font-size:16px}.modal-backdrop,.store-header,.mobile-store-nav,.mobile-admin-nav,.account-popover,.drawer-backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}*{scroll-behavior:auto!important}.professional-table.users-table .professional-table-row{grid-template-columns:1fr!important;gap:10px;padding:16px}.professional-table.users-table .professional-table-head{display:none}.professional-table.users-table .row-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.professional-table.users-table .row-actions button{width:100%;min-height:44px;justify-content:center}.address-form textarea,.address-form input,.checkout-fields input{transform:translateZ(0);contain:paint}}.product-variants-editor{margin-top:18px;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-2)}.product-variants-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.product-variants-heading div{display:grid;gap:3px}.product-variants-heading small{color:var(--muted)}.product-variant-row{display:grid;grid-template-columns:1.3fr repeat(3,1fr) 1.1fr .9fr .75fr auto;gap:8px;margin-top:8px;align-items:center}.variant-remove{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--surface)}@media (max-width: 900px){.product-variants-heading{align-items:stretch;flex-direction:column}.product-variant-row{grid-template-columns:1fr 1fr}.variant-remove{width:100%}}
