:root,[data-theme=light]{--primary: #ff5947;--primary-hover: #f14738;--primary-active: #d83b30;--primary-contrast: #ffffff;--primary-soft: rgba(255, 89, 71, .11);--primary-border: rgba(255, 89, 71, .3);--accent: #ff5947;--bg: #ffffff;--surface: #ffffff;--surface-2: #f4f7f8;--surface-3: #eaf0f2;--text: #06204a;--muted: #65748a;--border: #dfe7ec;--danger: #e5483d;--danger-soft: rgba(229, 72, 61, .1);--warning: #d88a05;--warning-soft: rgba(216, 138, 5, .11);--success: #0a9b58;--success-soft: rgba(10, 155, 88, .1);--info: #1769aa;--info-soft: rgba(23, 105, 170, .1);--shadow-sm: 0 6px 20px rgba(6, 32, 74, .055);--shadow: 0 18px 50px rgba(6, 32, 74, .1);--shadow-lg: 0 30px 90px rgba(6, 32, 74, .16);--radius-sm: 10px;--radius: 14px;--radius-lg: 20px;--radius-xl: 28px;--container: 1320px;--ikomise-navy: #06204a;--ikomise-coral: #ff5947;--ikomise-mint: #edf6f3;--ikomise-soft: #f4f7f8;color-scheme:light}[data-theme=dark]{--primary: #ff6554;--primary-hover: #ff7a6b;--primary-active: #ef4d3d;--primary-contrast: #ffffff;--primary-soft: rgba(255, 101, 84, .14);--primary-border: rgba(255, 101, 84, .34);--accent: #ff6554;--bg: #020b14;--surface: #07131d;--surface-2: #0c1b27;--surface-3: #132532;--text: #f5f8fc;--muted: #9caec1;--border: #203441;--danger: #ff8176;--danger-soft: rgba(255, 129, 118, .13);--warning: #ffc45c;--warning-soft: rgba(255, 196, 92, .12);--success: #58d99b;--success-soft: rgba(88, 217, 155, .11);--info: #74b9ff;--info-soft: rgba(116, 185, 255, .12);--shadow-sm: 0 7px 22px rgba(0, 0, 0, .25);--shadow: 0 20px 58px rgba(0, 0, 0, .42);--shadow-lg: 0 30px 95px rgba(0, 0, 0, .56);--ikomise-navy: #f5f8fc;--ikomise-coral: #ff6554;--ikomise-mint: #08252e;--ikomise-soft: #0c1b27;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-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-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%}}.product-variant-picker{padding:15px;border:1px solid var(--border);border-radius:16px;background:var(--surface-2);display:grid;gap:12px}.product-variant-picker-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-variant-picker-heading>div{display:grid;gap:3px}.product-variant-picker-heading strong{color:var(--text);font-size:.9rem}.product-variant-picker-heading small,.product-variant-picker-heading>span{color:var(--muted);font-size:.72rem}.product-variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-variant-options button{min-width:0;min-height:68px;padding:10px 11px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;cursor:pointer}.product-variant-options button:hover,.product-variant-options button.active{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.product-variant-options button.active{background:color-mix(in srgb,var(--primary-soft) 70%,var(--surface))}.product-variant-options button:disabled{opacity:.58;cursor:not-allowed;box-shadow:none}.product-variant-options button>span{min-width:0;display:grid;gap:3px}.product-variant-options button b,.product-variant-options button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-variant-options button b{font-size:.78rem}.product-variant-options button small{color:var(--muted);font-size:.66rem}.product-variant-options button>strong{color:var(--primary);font-size:.78rem;white-space:nowrap}.product-variant-options button em{grid-column:1 / -1;color:var(--danger);font-size:.64rem;font-style:normal;font-weight:800}.stock-message.unavailable{color:var(--muted)}.cart-item-variant{width:fit-content;max-width:100%;padding:3px 7px;border-radius:999px;background:var(--primary-soft);color:var(--primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;font-weight:800}.add-cart-button:is(a){text-decoration:none}@media (max-width: 768px){.account-page{padding-inline:8px}.account-admin-shell{width:100%;overflow:visible}.account-admin-header{margin-bottom:8px}.account-admin-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;overflow:visible}.account-admin-nav a{min-width:0;min-height:58px;padding:7px 3px;flex-direction:column;gap:4px;white-space:normal;text-align:center;line-height:1.15}.account-admin-nav a svg{flex:0 0 auto}.account-admin-outlet .admin-page-heading{margin-bottom:10px;padding:14px}.account-admin-outlet .admin-page-heading h1{font-size:1.38rem}.account-admin-outlet .admin-page-heading p{font-size:.74rem;line-height:1.45}.account-admin-outlet .module-toolbar{width:100%;margin-bottom:10px;padding:9px;display:grid;grid-template-columns:1fr;gap:8px}.account-admin-outlet .toolbar-search,.account-admin-outlet .module-toolbar select,.account-admin-outlet .result-count{width:100%;min-width:0;max-width:none;margin:0}.account-admin-outlet .professional-table{overflow:visible;border:0;background:transparent;box-shadow:none;display:grid;gap:10px}.account-admin-outlet .professional-table-head{display:none}.account-admin-outlet .professional-table-row{min-width:0;min-height:0;padding:13px!important;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-sm);display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px 10px;align-items:start}.account-admin-outlet .professional-table-row>span{min-width:0}.account-admin-outlet .professional-table-row>span:first-child,.account-admin-outlet .professional-table-row>.row-actions{grid-column:1 / -1}.account-admin-outlet .product-table-cell,.account-admin-outlet .admin-user-cell{align-items:flex-start}.account-admin-outlet .product-table-cell>span,.account-admin-outlet .admin-user-cell>b{min-width:0}.account-admin-outlet .product-table-cell b,.account-admin-outlet .product-table-cell small,.account-admin-outlet .admin-user-cell b,.account-admin-outlet .admin-user-cell small{overflow-wrap:anywhere}.account-admin-outlet .row-actions{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.account-admin-outlet .row-actions button,.account-admin-outlet .table-action{width:100%;min-width:0;min-height:42px}.account-admin-outlet .users-table .row-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.account-admin-outlet .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-admin-outlet .dashboard-grid,.account-admin-outlet .role-card-grid,.account-admin-outlet .coupon-grid,.account-admin-outlet .category-admin-grid{grid-template-columns:1fr!important}.account-admin-outlet .admin-tabs{overflow-x:auto;scrollbar-width:none}.account-admin-outlet .admin-tabs::-webkit-scrollbar{display:none}.account-admin-outlet .admin-tabs button{flex:1 0 auto;justify-content:center}.product-variant-options{grid-template-columns:1fr}}@media (max-width: 430px){.product-variants-editor{padding:11px}.product-variant-row{grid-template-columns:1fr}.product-variants-heading .btn{width:100%;justify-content:center}.account-admin-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.account-admin-outlet .professional-table-row{grid-template-columns:1fr!important}.account-admin-outlet .professional-table-row>span,.account-admin-outlet .professional-table-row>.row-actions{grid-column:1}.account-admin-outlet .row-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.account-admin-outlet .metric-grid{grid-template-columns:1fr 1fr}}.product-variant-heading-actions{display:flex!important;grid-auto-flow:column;gap:8px!important;align-items:center}.product-variants-empty{padding:18px;border:1px dashed var(--border);border-radius:14px;display:grid;gap:4px;color:var(--muted);background:var(--surface)}.product-variants-empty strong{color:var(--text)}.product-variant-list{display:grid;gap:12px}.product-variant-card{padding:14px;border:1px solid var(--border);border-radius:15px;background:var(--surface);display:grid;gap:14px}.product-variant-card>header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-variant-card>header>div:first-child{min-width:0;display:grid;gap:3px}.product-variant-card>header small{color:var(--muted);overflow-wrap:anywhere}.product-variant-card-actions{display:flex;align-items:center;gap:8px}.variant-active-toggle{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.75rem;font-weight:800}.product-variant-main-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-variant-main-fields label,.product-variant-image-select{min-width:0;display:grid;gap:6px;color:var(--muted);font-size:.72rem;font-weight:800}.product-variant-attributes{padding:12px;border-radius:13px;background:var(--surface-2);display:grid;gap:9px}.product-variant-attributes-title{display:grid;gap:2px}.product-variant-attributes-title small{color:var(--muted);font-size:.69rem}.product-variant-attribute-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr) auto;gap:8px;align-items:center}.variant-attribute-remove,.variant-remove{display:inline-grid;place-items:center;color:var(--danger);cursor:pointer}.variant-attribute-remove{width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.variant-attribute-remove:disabled{opacity:.35;cursor:not-allowed}.product-attribute-groups{display:grid;gap:14px}.product-attribute-group{display:grid;gap:8px}.product-attribute-group-title{display:flex;justify-content:space-between;gap:10px;align-items:center}.product-attribute-group-title strong{font-size:.82rem}.product-attribute-group-title span{color:var(--primary);font-size:.75rem;font-weight:800}.product-attribute-values{display:flex;flex-wrap:wrap;gap:8px}.product-attribute-values button{min-height:40px;padding:8px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text);font-weight:800;cursor:pointer}.product-attribute-values button:hover,.product-attribute-values button.active{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.product-attribute-values button.active{background:var(--primary-soft);color:var(--primary)}.product-attribute-values button:disabled{opacity:.38;text-decoration:line-through;cursor:not-allowed;box-shadow:none}.selected-child-variant{padding:11px 12px;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--border));border-radius:13px;background:color-mix(in srgb,var(--primary-soft) 65%,var(--surface));display:grid;gap:3px}.selected-child-variant span,.selected-child-variant small{color:var(--muted);font-size:.7rem}.selected-child-variant strong{color:var(--text);overflow-wrap:anywhere}@media (max-width: 900px){.product-variant-heading-actions{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.product-variant-main-fields{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.product-variant-card{padding:11px}.product-variant-card>header{align-items:stretch;flex-direction:column}.product-variant-card-actions{justify-content:space-between}.product-variant-main-fields,.product-variant-heading-actions,.product-variant-attribute-row{grid-template-columns:1fr}.variant-attribute-remove{width:100%}.product-attribute-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.product-attribute-values button{width:100%}}.product-variant-images-select{padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);display:grid;gap:10px}.product-variant-images-select>div:first-child{display:grid;gap:3px}.product-variant-images-select small{color:var(--muted);font-size:.7rem}.product-variant-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px}.product-variant-image-option{min-width:0;padding:5px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--muted);display:grid;gap:5px;cursor:pointer}.product-variant-image-option img{width:100%;aspect-ratio:1;border-radius:9px;object-fit:cover}.product-variant-image-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;font-weight:800}.product-variant-image-option.selected{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 2px var(--primary-soft)}.product-variant-images-empty{padding:8px 10px;border-radius:10px;background:var(--surface)}.product-card-matched-variant{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primary);font-size:.7rem;font-weight:800}.store-search-result-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primary);font-size:.68rem;font-style:normal;font-weight:750}@media (max-width: 560px){.product-variant-images-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}:root{--ik-navy: #06204a;--ik-red: #ff4939}[data-theme=dark]{--ik-navy: #f5f7fb}.ik-home{min-height:100vh;background:var(--bg)}.ik-home-content{padding-top:24px;padding-bottom:28px}.ik-hero{min-height:330px;border:1px solid var(--border);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1.02fr 1.18fr;background:linear-gradient(120deg,#edf5f3,#f8fbfa 48%,#e7f1ef);position:relative}[data-theme=dark] .ik-hero{background:linear-gradient(120deg,#06131e,#071a25 55%,#09212b)}.ik-hero-copy{position:relative;z-index:3;padding:38px 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.ik-hero h1{margin:0;color:var(--ik-navy);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:.98;letter-spacing:-.04em}.ik-hero h1 span{display:block;color:var(--ik-red)}.ik-hero p{max-width:520px;margin:20px 0;color:var(--muted);font-size:1.06rem;line-height:1.6}.ik-primary-button,.ik-seller-cta a{display:inline-flex;align-items:center;gap:12px;padding:14px 21px;border-radius:13px;background:var(--ik-red);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 10px 24px #ff493933}.ik-hero-benefits{display:flex;gap:40px;margin-top:24px;color:var(--ik-navy);font-weight:650}.ik-hero-benefits span{display:flex;align-items:center;gap:9px}.ik-hero-art{position:relative;min-height:330px;overflow:hidden}.ik-hero-orb{position:absolute;border-radius:50%;opacity:.9}.ik-hero-orb.orb-one{width:280px;height:280px;right:16%;top:-35px;background:#158c82}.ik-hero-orb.orb-two{width:330px;height:180px;right:22%;bottom:18px;background:#c9e2da}.ik-hero-product{position:absolute;z-index:2;object-fit:contain;filter:drop-shadow(0 22px 18px rgba(0,0,0,.23))}.ik-hero-product.product-1{width:310px;height:245px;left:30%;bottom:35px}.ik-hero-product.product-2{width:205px;height:210px;left:4%;bottom:20px}.ik-hero-product.product-3{width:180px;height:220px;right:4%;bottom:22px}.ik-hero-placeholder{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--ik-navy);opacity:.4}.ik-section{margin-top:22px}.ik-section-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}.ik-section-title h2{margin:0;color:var(--ik-navy);font-size:1.02rem}.ik-section-title a,.ik-section-title button{border:0;background:transparent;color:var(--ik-navy);display:flex;align-items:center;gap:6px;font-weight:700;text-decoration:none;cursor:pointer}.ik-store-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:14px}.ik-store-card{padding:15px 18px;border:1px solid var(--border);border-radius:13px;background:var(--surface);display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text)}.ik-store-avatar{width:54px;height:54px;flex:0 0 54px;border-radius:50%;display:grid;place-items:center;background:#087f78;color:#fff;font-size:1.55rem;font-weight:900}.ik-store-card>span:last-child{min-width:0;display:grid;gap:3px}.ik-store-card strong,.ik-store-card small,.ik-store-card em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ik-store-card small{color:var(--muted)}.ik-store-card em{color:#f3a500;font-style:normal;font-size:.82rem}.ik-see-all{padding:0 14px;display:flex;align-items:center;gap:8px;color:var(--ik-navy);text-decoration:none;white-space:nowrap;font-weight:700}.ik-market-grid{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:28px;align-items:start}.ik-category-row{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;padding:0 2px 8px}.ik-category-row::-webkit-scrollbar{display:none}.ik-category-bubble{min-width:94px;border:0;background:transparent;display:grid;justify-items:center;gap:8px;color:var(--ik-navy);cursor:pointer}.ik-category-bubble span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#f2efeb;color:var(--ik-navy);font-size:1.35rem;font-weight:900;border:2px solid transparent}.ik-category-bubble.active span,.ik-category-bubble:hover span{border-color:var(--ik-red)}.ik-category-bubble.sale span{background:#ff49391a;color:var(--ik-red)}.ik-category-bubble strong{font-size:.78rem;white-space:nowrap}.ik-products-title{margin-top:22px}.ik-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ik-featured-grid .store-product-card{border-radius:13px;box-shadow:none}.ik-featured-grid .store-product-body{padding:10px 12px 13px}.ik-featured-grid .product-card-brand,.ik-featured-grid .add-cart-button{display:none}.ik-featured-grid .product-card-media{aspect-ratio:1.2}.ik-featured-grid .product-card-title h3{font-size:.83rem}.ik-featured-grid .product-price-row strong{color:var(--ik-navy);font-size:1rem}.ik-seller-cta{min-height:210px;margin-top:6px;padding:32px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,#edf6f4,#e4f0ed);display:grid;grid-template-columns:1.25fr .75fr;gap:12px;align-items:center;overflow:hidden}[data-theme=dark] .ik-seller-cta{background:linear-gradient(135deg,#071c25,#082b31)}.ik-seller-cta h2{margin:0 0 10px;color:var(--ik-navy);font-size:1.45rem}.ik-seller-cta p{margin:0 0 22px;color:var(--muted);line-height:1.5}.ik-seller-box{width:150px;height:120px;border-radius:18px;display:grid;place-items:center;background:#c98c58;color:#fff;transform:rotate(-3deg);box-shadow:0 18px 30px #41251133}.ik-bottom-strip{margin-top:20px;min-height:70px;border-radius:16px;background:#06204a;color:#fff;display:flex;justify-content:center;gap:80px;align-items:center;padding:16px 30px}.ik-bottom-strip>div{display:flex;align-items:center;gap:15px}.ik-bottom-strip span{display:grid;gap:3px}.ik-bottom-strip small{color:#d5dfed}.product-detail-info h1{color:var(--ik-navy);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3.4rem);letter-spacing:-.035em}.product-detail-price strong{color:var(--ik-navy);font-size:clamp(2.2rem,3.4vw,3.6rem)}@media (max-width: 1000px){.ik-store-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ik-market-grid{grid-template-columns:1fr}.ik-seller-cta{order:-1}}@media (max-width: 720px){.ik-home-content{padding:12px 14px 110px}.ik-hero{min-height:360px;display:block;border-radius:22px;background:linear-gradient(120deg,#f7efe7,#fff 60%,#e9f1e8)}.ik-hero-copy{padding:28px 26px;min-height:360px;justify-content:flex-start}.ik-hero h1{max-width:72%;font-family:inherit;font-size:2.2rem;line-height:1.12}.ik-hero h1 span{color:var(--ik-navy)}.ik-hero p{max-width:64%;margin:17px 0;font-size:.96rem}.ik-hero-benefits{display:none}.ik-hero-art{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;pointer-events:none}.ik-hero-orb{display:none}.ik-hero-product.product-1{width:225px;height:180px;left:auto;right:-30px;bottom:10px}.ik-hero-product.product-2{width:145px;height:145px;left:auto;right:60px;bottom:0}.ik-hero-product.product-3,.ik-stores-section,.ik-bottom-strip,.ik-seller-cta{display:none}.ik-section{margin-top:28px}.ik-section-title h2{font-size:1.25rem}.ik-category-row{gap:15px;margin-right:-14px;padding-right:14px}.ik-category-bubble{min-width:76px}.ik-featured-grid{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;margin-right:-14px;padding-right:14px}.ik-featured-grid .store-product-card{min-width:204px}.mobile-store-nav{grid-template-columns:repeat(5,1fr);padding:8px 12px max(8px,env(safe-area-inset-bottom));border-radius:26px 26px 0 0}.mobile-store-nav>.mobile-search-primary{transform:translateY(-22px)}.mobile-store-nav>.mobile-search-primary .mobile-search-primary-icon{width:66px;height:66px;background:var(--ik-red);box-shadow:0 8px 24px #ff493957,0 0 0 7px var(--surface)}.product-detail-info h1{font-family:inherit;font-size:1.8rem}.product-detail-price strong{color:var(--ik-red);font-size:2.5rem}}.cart-page{padding-top:30px;padding-bottom:64px}.cart-page-mobile-header{display:none}.cart-page-heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.cart-page-heading>div{display:grid;gap:4px}.cart-page-heading span{color:var(--primary);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.cart-page-heading h1{margin:0;color:var(--ik-navy);font-size:clamp(2rem,4vw,3.15rem);letter-spacing:-.045em}.cart-page-heading p{margin:0 0 6px;color:var(--muted);font-weight:650}.cart-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}.cart-page-main,.cart-page-summary,.cart-page-empty{border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-sm)}.cart-page-main{padding:20px}.cart-page-items{display:grid;gap:14px}.cart-page-item{min-width:0;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;box-shadow:0 8px 22px color-mix(in srgb,var(--text) 5%,transparent)}.cart-page-item .product-visual.compact{width:150px;height:150px;border-radius:16px;background:var(--surface-2)}.cart-page-item .product-visual.compact img{width:100%;height:100%;object-fit:contain}.cart-page-item-info{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:6px 16px}.cart-page-item-info>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--ik-navy);font-size:1.12rem;line-height:1.25}.cart-page-item-info>span,.cart-page-item-info>small{grid-column:1;color:var(--muted)}.cart-page-item-info>small{font-size:.74rem;font-weight:700}.cart-page-item-info>b{grid-column:1;margin-top:8px;color:var(--ik-navy);font-size:1.3rem}.cart-page-item-actions{grid-column:1 / -1;margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-page-quantity{width:190px;min-height:50px;border:1px solid var(--border);border-radius:15px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;overflow:hidden}.cart-page-quantity button{height:100%;border:0;background:transparent;color:var(--ik-navy);display:grid;place-items:center;cursor:pointer}.cart-page-quantity button:hover{background:var(--surface-2)}.cart-page-quantity strong{text-align:center;font-size:1rem}.cart-page-remove{width:46px;height:46px;border:0;border-radius:13px;background:transparent;color:var(--ik-red);display:grid;place-items:center;cursor:pointer}.cart-page-remove:hover{background:color-mix(in srgb,var(--ik-red) 10%,transparent)}.cart-page-coupon{min-height:62px;margin-top:18px;padding:0 16px;border:1px solid var(--border);border-radius:17px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;color:var(--ik-navy)}.cart-page-coupon input{min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:.95rem}.cart-page-coupon button{padding:8px 4px;border:0;background:transparent;color:var(--ik-red);cursor:pointer;font-weight:850}.cart-page-coupon-error,.cart-page-coupon-success{margin:9px 4px 0;font-size:.78rem;font-weight:700}.cart-page-coupon-error{color:var(--danger)}.cart-page-coupon-success{color:var(--success)}.cart-page-summary{position:sticky;top:105px;padding:24px;display:grid;gap:16px}.cart-page-summary>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-page-summary>div span{color:var(--muted)}.cart-page-summary>div strong{color:var(--ik-navy)}.cart-page-summary .cart-page-discount strong{color:var(--success)}.cart-page-summary .cart-page-total{margin-top:5px;padding-top:20px;border-top:1px solid var(--border);align-items:baseline}.cart-page-summary .cart-page-total span{color:var(--ik-navy);font-size:1.25rem;font-weight:850}.cart-page-summary .cart-page-total strong{color:var(--ik-red);font-size:1.8rem}.cart-page-checkout,.cart-page-continue,.cart-page-empty button{width:100%;min-height:54px;border-radius:15px;cursor:pointer;font-weight:850}.cart-page-checkout{margin-top:6px;padding:0 18px;border:0;background:linear-gradient(135deg,#ff3d2e,#ff5849);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 13px 28px #ff49393d}.cart-page-checkout span{position:absolute;margin-left:310px;font-size:1.8rem;font-weight:400}.cart-page-continue{border:1px solid var(--ik-navy);background:transparent;color:var(--ik-navy)}.cart-page-empty{min-height:400px;padding:48px 24px;display:grid;place-items:center;align-content:center;text-align:center}.cart-page-empty>span{width:76px;height:76px;border-radius:24px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.cart-page-empty h2{margin:18px 0 4px;color:var(--ik-navy)}.cart-page-empty p{max-width:430px;margin:0 0 24px;color:var(--muted)}.cart-page-empty button{max-width:260px;border:0;background:var(--primary);color:#fff}.mobile-search-cancel,.mobile-search-suggestions,.search-mobile-results,.mobile-results-label{display:none}.search-results-toolbar>span em{font-style:normal}@media (max-width: 1000px){.cart-page-layout{grid-template-columns:minmax(0,1fr) 330px}}@media (max-width: 880px){.store-shell.cart-route>.store-header,.store-shell.search-route>.store-header,.store-shell.cart-route>.store-footer,.store-shell.search-route>.store-footer{display:none!important}.store-shell.cart-route>main,.store-shell.search-route>main{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}.cart-page{width:100%!important;max-width:none!important;padding:0 16px 112px}.cart-page-mobile-header{position:sticky;top:0;z-index:50;min-height:78px;margin:0 -16px 8px;padding:8px 16px 0;border-bottom:1px solid color-mix(in srgb,var(--border) 72%,transparent);background:color-mix(in srgb,var(--surface) 97%,transparent);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.cart-page-mobile-header h1{margin:0;color:var(--ik-navy);font-size:1.42rem;letter-spacing:-.03em}.cart-page-mobile-header>button,.cart-page-mobile-header>div button{width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--ik-navy);display:grid;place-items:center}.cart-page-mobile-header>div{justify-self:end;display:flex;align-items:center;gap:5px}.cart-page-header-count{position:relative;width:44px;height:44px;color:var(--ik-navy);display:grid;place-items:center}.cart-page-header-count b{position:absolute;top:1px;right:-1px;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--surface);border-radius:999px;background:var(--ik-red);color:#fff;display:grid;place-items:center;font-size:.64rem}.cart-page-heading{display:none}.cart-page-layout{display:block}.cart-page-main,.cart-page-summary{border:0;border-radius:0;background:transparent;box-shadow:none}.cart-page-main{padding:0}.cart-page-items{gap:13px}.cart-page-item{min-height:205px;padding:15px;border-radius:18px;grid-template-columns:126px minmax(0,1fr);gap:14px;box-shadow:0 7px 18px color-mix(in srgb,var(--text) 7%,transparent)}.cart-page-item .product-visual.compact{width:126px;height:158px;align-self:center;border-radius:14px}.cart-page-item-info{grid-template-columns:1fr;align-content:center;gap:4px}.cart-page-item-info>strong{font-size:1rem}.cart-page-item-info>span{font-size:.86rem}.cart-page-item-info>b{margin-top:10px;font-size:1.2rem}.cart-page-item-actions{margin-top:10px}.cart-page-quantity{width:148px;min-height:48px}.cart-page-coupon{min-height:62px;margin-top:16px;border-radius:17px;background:var(--surface);box-shadow:0 5px 15px color-mix(in srgb,var(--text) 5%,transparent)}.cart-page-summary{position:static;margin-top:16px;padding:18px 17px 0;border:1px solid var(--border);border-radius:18px;background:var(--surface);gap:14px}.cart-page-summary .cart-page-total{margin-top:2px;padding:18px 0 6px}.cart-page-summary .cart-page-total span{font-size:1.28rem}.cart-page-summary .cart-page-total strong{font-size:1.65rem}.cart-page-checkout{margin:10px -1px 0;width:calc(100% + 2px);min-height:58px}.cart-page-checkout span{position:absolute;right:34px;margin:0}.cart-page-continue{min-height:54px;margin-bottom:18px}.cart-page-empty{min-height:calc(100vh - 170px);border:0;box-shadow:none}.search-page{width:100%!important;max-width:none!important;padding:14px 14px 112px!important}.search-page-header{margin:0;display:block!important}.search-page-title{display:none!important}.search-page-form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.search-page-form{width:100%!important;max-width:none!important;min-height:48px!important;padding:0 11px!important;border:0!important;border-radius:13px!important;background:var(--surface-2)!important;box-shadow:none!important}.search-page-form input{font-size:16px!important}.search-page-submit{display:none!important}.mobile-search-cancel{padding:10px 0;border:0;background:transparent;color:var(--ik-navy);display:block;cursor:pointer;font-size:.82rem;font-weight:750}.mobile-search-suggestions{margin:14px -14px 0;padding:0 14px 12px;border-bottom:1px solid var(--border);display:grid}.mobile-search-suggestions button{min-height:45px;padding:0 6px;border:0;background:transparent;color:var(--text);display:flex;align-items:center;gap:13px;text-align:left;cursor:pointer}.mobile-search-suggestions button svg{color:var(--muted)}.search-page-layout{margin-top:0!important;display:block!important}.search-filter-panel{display:none!important}.search-results-panel{min-width:0;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.search-results-toolbar{min-height:52px;padding:0!important;border:0!important;display:flex!important;align-items:center;justify-content:space-between}.search-results-toolbar>span{color:var(--ik-navy);display:flex;align-items:baseline;gap:7px}.search-results-toolbar>span>svg{display:none}.mobile-results-label{display:inline;font-size:1rem}.search-results-toolbar>span em{color:var(--muted);font-size:.7rem}.search-results-toolbar>label{display:none!important}.search-desktop-results{display:none!important}.search-mobile-results{display:grid}.mobile-search-result{min-height:98px;padding:10px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:82px minmax(0,1fr) 38px;align-items:center;gap:12px}.mobile-search-result-visual{width:82px;height:82px;border-radius:13px;background:var(--surface-2);overflow:hidden}.mobile-search-result-visual .product-visual.compact{width:100%;height:100%;border-radius:inherit}.mobile-search-result-visual img{width:100%;height:100%;object-fit:contain}.mobile-search-result-copy{min-width:0;display:grid;gap:3px;text-decoration:none}.mobile-search-result-copy strong,.mobile-search-result-copy small,.mobile-search-result-copy em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-search-result-copy strong{color:var(--ik-navy);font-size:.9rem}.mobile-search-result-copy small{color:var(--muted);font-size:.72rem}.mobile-search-result-copy em{color:var(--primary);font-size:.68rem;font-style:normal;font-weight:750}.mobile-search-result-copy b{margin-top:3px;color:var(--ik-navy);font-size:.94rem}.mobile-search-result>button{width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:var(--ik-navy);display:grid;place-items:center}.mobile-search-result>button.active{color:var(--ik-red)}}@media (max-width: 430px){.cart-page{padding-right:12px;padding-left:12px}.cart-page-mobile-header{margin-right:-12px;margin-left:-12px;padding-right:12px;padding-left:12px}.cart-page-item{min-height:188px;padding:13px;grid-template-columns:110px minmax(0,1fr);gap:12px}.cart-page-item .product-visual.compact{width:110px;height:145px}.cart-page-item-info>strong{font-size:.92rem}.cart-page-item-info>span{font-size:.77rem}.cart-page-item-info>b{font-size:1.05rem}.cart-page-quantity{width:132px;min-height:44px}.cart-page-remove{width:40px;height:40px}}:root{--market-navy: #082653;--market-coral: #ff5947;--market-green: #00a45a;--market-line: #dfe5ea;--market-soft: #eef6f4}.store-header{position:relative;top:auto;border-bottom:0;box-shadow:none;background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none}.store-header .main-header-row{background:var(--surface)}.store-header .main-header-content{width:min(1400px,calc(100% - 72px));min-height:92px;gap:24px}.market-store-brand{min-width:172px;color:var(--market-navy);font-size:2.62rem;line-height:1;font-weight:900;letter-spacing:-.065em}.store-brand-wordmark{position:relative;display:inline-block}.store-brand-dot{position:absolute;top:-2px;right:3px;width:8px;height:8px;border-radius:50%;background:var(--market-coral)}.store-header .category-wrapper{flex:0 0 auto}.store-header .category-trigger{min-width:160px;min-height:50px;padding:0 22px;border:0;border-radius:999px;background:var(--market-navy);color:#fff;justify-content:center;gap:10px;font-size:.9rem;font-weight:800;box-shadow:0 7px 15px #08265321}.store-header .category-trigger:hover{border-color:transparent;background:#0d356d;color:#fff}.store-header .category-trigger svg:last-child{display:none}.store-header .store-search-area{flex:1 1 540px;max-width:545px;min-width:250px}.store-header .store-search-form{min-height:50px;padding:0 7px 0 25px;border:1px solid #cfd7df;border-radius:999px;background:var(--surface);gap:11px;box-shadow:none}.store-header .store-search-form>svg{display:none}.store-header .store-search-form input{height:48px;color:var(--text);font-size:.88rem}.store-header .store-search-form input::placeholder{color:#929aa7;opacity:1}.store-header .store-search-submit{width:42px;min-width:42px;height:42px;min-height:42px;padding:0;border-radius:50%;background:var(--market-coral);box-shadow:0 6px 13px #ff594742}.store-header .store-search-submit span{display:none}.market-header-actions{margin-left:auto;flex:0 0 auto;gap:14px}.market-header-actions>button,.market-header-actions .account-trigger{min-width:auto;min-height:44px;padding:7px 5px;border:0;border-radius:10px;background:transparent;color:var(--market-navy);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;position:relative;font-weight:800;white-space:nowrap}.market-header-actions>button:hover,.market-header-actions .account-trigger:hover,.market-header-actions .account-trigger.active{background:transparent;color:var(--market-coral)}.market-header-actions small{color:inherit;font-size:.78rem;font-weight:800}.market-header-actions .header-account-avatar{width:auto;height:auto;border:0;border-radius:0;background:transparent;color:inherit}.market-account-chevron{margin-left:-3px;flex:0 0 auto}.market-header-actions .account-menu-wrapper{flex:0 0 auto}.market-header-actions .account-trigger small{white-space:nowrap}.market-theme-toggle{width:42px;min-width:42px!important;padding-inline:4px!important}.market-theme-toggle svg{transition:transform .18s ease}.market-theme-toggle:hover svg{transform:rotate(12deg)}.market-header-cart{width:45px;padding-inline:4px!important}.market-header-cart .action-count,.market-header-favorite .action-count{top:1px;right:-1px;min-width:19px;height:19px;background:var(--market-coral)}.secondary-nav,.mobile-category-strip-shell{display:none!important}.home-route>.store-footer{display:none}.market-home{min-height:calc(100vh - 92px);padding:18px 0 34px;background:var(--surface);color:var(--market-navy)}.market-home-container{width:min(1400px,calc(100% - 72px));display:grid;gap:22px}.market-hero{height:320px;min-height:320px;border:0;border-radius:21px;overflow:hidden;display:grid;grid-template-columns:48% 52%;background:linear-gradient(110deg,#edf5f3,#f5f9f8 55%,#edf5f3)}.market-hero-copy{padding:27px 26px 22px 58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2}.market-hero h1{max-width:none;margin:0;color:var(--market-navy);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.45rem,3.25vw,3.35rem);line-height:1.01;letter-spacing:-.045em}.market-hero-title-line,.market-hero-title-accent{display:block}.market-hero-title-line{white-space:nowrap}.market-hero-title-accent{color:var(--market-coral);white-space:nowrap}.market-hero p{max-width:430px;margin:16px 0 14px;color:var(--market-navy);font-size:1rem;line-height:1.47}.market-primary-button{min-height:46px;padding:0 21px;border-radius:11px;background:var(--market-navy);color:#fff;display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:.88rem;font-weight:800}.market-hero-benefits{margin-top:19px;display:flex;align-items:center;gap:42px;color:var(--market-navy);font-size:.78rem;font-weight:700}.market-hero-benefits span{display:inline-flex;align-items:center;gap:9px}.market-hero-visual{min-width:0;min-height:320px;overflow:hidden}.market-hero-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.market-section{min-width:0}.market-section-heading{min-height:25px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:15px}.market-section-heading h2{margin:0;color:var(--market-navy);font-size:.88rem;font-weight:850}.market-store-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 190px;gap:22px;align-items:stretch}.market-store-card{min-width:0;min-height:100px;padding:13px 17px;border:1px solid var(--market-line);border-radius:12px;background:var(--surface);color:var(--market-navy);display:flex;align-items:center;gap:14px;text-decoration:none}.market-store-skeleton{pointer-events:none}.market-store-skeleton .market-store-avatar,.market-store-skeleton .market-store-copy i{background:linear-gradient(90deg,#edf1f3 25%,#f8fafb,#edf1f3 75%);background-size:200% 100%;animation:market-home-shimmer 1.2s linear infinite}.market-store-skeleton .market-store-copy i{width:92%;height:8px;border-radius:999px}.market-store-skeleton .market-store-copy i:nth-child(2){width:72%}.market-store-skeleton .market-store-copy i:nth-child(3){width:58%}@keyframes market-home-shimmer{to{background-position:-200% 0}}.market-store-avatar{width:58px;height:58px;flex:0 0 58px;border-radius:50%;overflow:hidden;background:#0a7f78;color:#fff;display:grid;place-items:center;font-size:1.55rem;font-weight:900}.market-store-avatar.avatar-2{background:#050505}.market-store-avatar.avatar-3{background:#ffb928;color:var(--market-navy)}.market-store-avatar.avatar-4{background:#191919}.market-store-avatar img{width:100%;height:100%;object-fit:cover}.market-store-copy{min-width:0;display:grid;gap:4px}.market-store-copy strong,.market-store-copy small,.market-store-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-store-copy strong{color:var(--market-navy);font-size:.82rem}.market-store-copy small{color:#697487;font-size:.68rem}.market-store-copy em{color:#f4a300;display:inline-flex;align-items:center;gap:4px;font-size:.68rem;font-style:normal}.market-all-stores{color:var(--market-navy);display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-size:.76rem;font-weight:750;white-space:nowrap}.market-content-grid{display:grid;grid-template-columns:minmax(0,1.78fr) minmax(390px,1fr);gap:32px;align-items:end}.market-main-column{min-width:0}.market-category-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;margin-bottom:20px}.market-category-item{min-width:0;padding:0;border:0;background:transparent;color:var(--market-navy);display:grid;justify-items:center;gap:8px;cursor:pointer}.market-category-image{width:62px;height:62px;border:2px solid transparent;border-radius:50%;overflow:hidden;background:#f3f0ec;display:grid;place-items:center;transition:border-color .14s ease,transform .14s ease}.market-category-item:hover .market-category-image,.market-category-item.active .market-category-image{border-color:var(--market-coral);transform:translateY(-2px)}.market-category-image img{width:100%;height:100%;object-fit:cover}.market-category-item strong{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:750}.market-products-heading{margin-top:6px}.market-heading-actions{display:flex;align-items:center;gap:15px}.market-heading-actions a,.market-heading-actions button{padding:0;border:0;background:transparent;color:var(--market-navy);display:inline-flex;align-items:center;gap:6px;text-decoration:none;cursor:pointer;font-size:.72rem;font-weight:750}.market-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.market-product-card{min-width:0;position:relative;border:1px solid var(--market-line);border-radius:10px;background:var(--surface);overflow:hidden}.market-product-image{height:108px;display:block;position:relative;background:#f3f0ec}.market-product-image .product-visual{width:100%;height:100%;aspect-ratio:auto;border-radius:0;background:transparent!important}.market-product-image .product-visual img{object-fit:contain;padding:5px}.market-product-heart{position:absolute;z-index:2;top:8px;right:8px;width:29px;height:29px;padding:0;border:0;border-radius:50%;background:#fffffff0;color:var(--market-navy);display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 10px #08265314;transition:color .14s ease,transform .14s ease,background .14s ease}.market-product-heart:hover{color:var(--market-coral);transform:scale(1.06)}.market-product-heart.active{background:var(--market-coral);color:#fff}.market-product-copy{min-height:82px;padding:9px 11px 10px;color:var(--market-navy);display:grid;align-content:start;gap:3px;text-decoration:none}.market-product-copy strong{min-height:31px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.25}.market-product-copy b{font-size:.92rem}.market-product-copy small{color:var(--market-green);font-size:.65rem;font-weight:850}.market-seller-card{min-height:224px;padding:27px 25px;border-radius:18px;overflow:hidden;background:#edf7f5;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.market-seller-copy{position:relative;z-index:2}.market-seller-card h2{margin:0 0 10px;color:var(--market-navy);font-size:1.22rem}.market-seller-card p{max-width:245px;margin:0 0 21px;color:var(--market-navy);font-size:.86rem;line-height:1.55}.market-seller-card a{min-height:48px;padding:0 20px;border-radius:10px;background:var(--market-coral);color:#fff;display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:.8rem;font-weight:850}.market-seller-visual{height:190px;margin:-9px -8px -8px 2px;overflow:visible}.market-seller-visual img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.market-bottom-strip{min-height:70px;padding:0 18%;border-radius:14px;background:var(--market-navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:65px}.market-bottom-strip>div{min-width:0;display:flex;align-items:center;gap:14px}.market-bottom-strip>div+div{min-height:40px;padding-left:65px;border-left:1px solid rgba(255,255,255,.45)}.market-bottom-strip span{min-width:0;display:grid;gap:2px}.market-bottom-strip strong{font-size:.75rem}.market-bottom-strip small{color:#ffffffe0;font-size:.67rem}.market-status-card{min-height:190px;border:1px dashed var(--market-line);border-radius:12px;color:#6c7685;display:flex;align-items:center;justify-content:center;gap:10px}.market-empty-products{min-height:190px;flex-direction:column;text-align:center}.market-empty-products span{max-width:330px}.market-status-card button{border:0;border-radius:8px;padding:8px 12px;background:var(--market-coral);color:#fff}[data-theme=dark] .store-header,[data-theme=dark] .market-home{background:#020b14}[data-theme=dark] .market-store-brand,[data-theme=dark] .market-header-actions>button,[data-theme=dark] .market-header-actions .account-trigger,[data-theme=dark] .market-section-heading h2,[data-theme=dark] .market-store-card,[data-theme=dark] .market-store-copy strong,[data-theme=dark] .market-all-stores,[data-theme=dark] .market-category-item,[data-theme=dark] .market-heading-actions a,[data-theme=dark] .market-heading-actions button,[data-theme=dark] .market-product-copy{color:#f5f7fb}[data-theme=dark] .market-hero{background:#03131e}[data-theme=dark] .store-header .store-search-form{border-color:#263747;background:#07131d}[data-theme=dark] .market-hero-visual{background:#03131e}[data-theme=dark] .market-hero-visual img{filter:brightness(.52) saturate(.88) contrast(1.13)}[data-theme=dark] .market-product-heart{background:#07131de6;color:#f5f7fb}[data-theme=dark] .market-product-heart.active{background:var(--market-coral);color:#fff}[data-theme=dark] .market-hero-copy{background:linear-gradient(90deg,#03131e 0%,rgba(3,19,30,.94) 80%,transparent 100%)}[data-theme=dark] .market-hero h1,[data-theme=dark] .market-hero p,[data-theme=dark] .market-hero-benefits,[data-theme=dark] .market-seller-card h2,[data-theme=dark] .market-seller-card p{color:#fff}[data-theme=dark] .market-store-skeleton .market-store-avatar,[data-theme=dark] .market-store-skeleton .market-store-copy i{background:linear-gradient(90deg,#12212d 25%,#1a2b38,#12212d 75%);background-size:200% 100%}[data-theme=dark] .market-store-card,[data-theme=dark] .market-product-card{border-color:#20313e;background:#07131d}[data-theme=dark] .market-category-image,[data-theme=dark] .market-product-image{background:#101b24}[data-theme=dark] .market-seller-card{background:#05252d}@media (max-width: 1220px){.store-header .main-header-content,.market-home-container{width:min(100% - 40px,1080px)}.store-header .main-header-content{gap:16px}.market-store-brand{min-width:auto;font-size:2rem}.store-header .category-trigger{min-width:140px}.market-header-actions{gap:7px}.market-store-row{grid-template-columns:repeat(2,minmax(0,1fr))}.market-all-stores{min-height:65px}.market-content-grid{grid-template-columns:1fr}.market-seller-card{max-width:650px}}@media (max-width: 760px){.store-header{display:block;position:relative}.store-header .main-header-content{width:calc(100% - 30px);min-height:92px;justify-content:center}.market-store-brand{min-width:0;font-size:2.4rem}.store-header .category-wrapper,.store-header .store-search-area,.market-header-actions,.mobile-topbar-search,.mobile-header-actions{display:none!important}.market-home{min-height:calc(100vh - 92px);padding:0 0 112px}.market-home-container{width:calc(100% - 28px);gap:24px}.market-hero{height:auto;min-height:360px;grid-template-columns:1fr;border-radius:20px;position:relative}.market-hero-copy{min-height:360px;padding:38px 28px;justify-content:flex-start;background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.83) 58%,transparent)}.market-hero h1{max-width:72%;font-family:inherit;font-size:2.22rem;line-height:1.08}.market-hero-title-line{white-space:normal}.market-hero-title-accent{display:none}.market-hero-slide-discover .market-hero-copy{background:linear-gradient(90deg,#fffffffa,#ffffffe6 58%,#ffffff38)}.market-hero-slide-discover .market-hero-copy h1{width:min(258px,74vw);max-width:74%;font-size:clamp(1.98rem,8.9vw,2.34rem);line-height:1.01}.market-hero-slide-discover .market-hero-title-accent{display:block;max-width:235px;margin-top:4px}.market-hero p{max-width:62%;margin:18px 0;font-size:.95rem}.market-hero-benefits{display:none}.market-hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;z-index:0}.market-hero-visual img{object-position:70% center}.market-stores-section,.market-seller-card,.market-bottom-strip{display:none}.market-content-grid{display:block}.market-section-heading h2{font-size:1.25rem}.market-category-row{display:flex;gap:15px;overflow-x:auto;margin-right:-14px;padding-right:14px;scrollbar-width:none}.market-category-item{min-width:76px}.market-category-image{width:76px;height:76px}.market-featured-grid{display:flex;gap:14px;overflow-x:auto;margin-right:-14px;padding-right:14px;scrollbar-width:none}.market-product-card{min-width:202px}.market-product-image{height:210px}.market-product-copy{min-height:105px;padding:12px}.market-product-copy strong{min-height:40px;font-size:.88rem}.market-product-copy b{color:var(--market-coral);font-size:1.12rem}[data-theme=dark] .market-hero-copy{background:linear-gradient(90deg,rgba(2,11,20,.98),rgba(2,11,20,.84) 58%,transparent)}}.market-hero{position:relative;display:block;height:326px;min-height:326px;isolation:isolate;background:#edf5f3}.market-hero-track{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.market-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:48.5% 51.5%;opacity:0;visibility:hidden;pointer-events:none;transform:translate(14px);transition:opacity .36s ease,transform .42s ease,visibility .36s ease}.market-hero-slide.active{z-index:1;opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.market-hero-copy{min-width:0;padding:28px 30px 27px 58px}.market-hero-kicker{min-height:27px;margin-bottom:10px;padding:0 12px;border-radius:999px;background:#ff49391a;color:var(--market-coral);display:inline-flex;align-items:center;font-size:.69rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.market-hero h1{width:100%;max-width:590px;font-size:clamp(2.22rem,2.8vw,3.16rem);line-height:.99;letter-spacing:-.04em;text-wrap:balance}.market-hero-title-line,.market-hero-title-accent{display:block;max-width:100%;white-space:normal;overflow-wrap:normal;word-break:normal}.market-hero p{margin:15px 0 14px}.market-hero-slide-discover .market-hero-copy{display:flex;flex-direction:column;justify-content:center}.market-hero-slide-discover .market-hero-copy h1{max-width:500px;font-size:clamp(2.05rem,2.55vw,2.9rem);line-height:.95}.market-hero-slide-discover .market-hero-title-line,.market-hero-slide-discover .market-hero-title-accent{max-width:100%}.market-hero-slide-discover .market-hero-title-line{white-space:nowrap}.market-hero-slide-discover .market-hero-title-accent{margin-top:4px}.market-hero-visual{position:relative;min-width:0;min-height:326px;overflow:hidden}.market-hero-main-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.market-hero-arrow{position:absolute;z-index:7;right:18px;bottom:17px;width:36px;height:36px;padding:0;border:1px solid rgba(6,32,74,.13);border-radius:50%;background:#ffffffe0;color:#06204a;display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 16px #06204a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .15s ease,background .15s ease}.market-hero-arrow:hover{background:#fff;transform:translateY(-2px)}.market-hero-arrow-previous{right:62px}.market-hero-dots{position:absolute;z-index:7;left:50%;bottom:19px;transform:translate(-50%);display:flex;align-items:center;gap:7px}.market-hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#06204a3b;cursor:pointer;transition:width .18s ease,background .18s ease}.market-hero-dots button.active{width:25px;background:var(--market-coral)}.market-hero-slide-offers{background:linear-gradient(112deg,#fff7f2,#f8f3ec 46%,#eef6f1)}.market-offer-visual,.market-sell-visual{position:relative;width:100%;height:100%;overflow:hidden}.market-visual-orb{position:absolute;display:block;border-radius:50%}.market-visual-orb-large{width:285px;height:285px;right:9%;top:-68px;background:#f7b77c;opacity:.54}.market-visual-orb-small{width:260px;height:112px;right:20%;bottom:34px;border-radius:50%;background:#cde5db}.market-offer-badge{position:absolute;z-index:3;right:7%;top:29px;padding:11px 14px;border-radius:15px;background:#ffffffe6;color:var(--market-coral);display:flex;align-items:center;gap:10px;box-shadow:0 13px 28px #432c1c1f;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.market-offer-badge span{display:grid;gap:1px}.market-offer-badge strong{font-size:.84rem}.market-offer-badge small{color:#697487;font-size:.63rem}.market-offer-products{position:absolute;top:0;right:0;bottom:0;left:0}.market-offer-product{position:absolute;z-index:2;border-radius:20px;background:#ffffffe6;box-shadow:0 17px 32px #2e332d26;overflow:hidden;transform:rotate(-2deg)}.market-offer-product .product-visual{width:100%;height:100%;aspect-ratio:auto;border-radius:0;background:transparent!important}.market-offer-product .product-visual img{object-fit:contain;padding:9px}.market-offer-product.product-1{width:220px;height:220px;left:18%;bottom:24px;z-index:4}.market-offer-product.product-2{width:165px;height:175px;left:49%;bottom:42px;transform:rotate(4deg)}.market-offer-product.product-3{width:130px;height:145px;right:5%;bottom:31px;transform:rotate(7deg)}.market-offer-placeholder{color:var(--market-navy);display:grid;place-items:center}.market-hero-slide-sell{background:linear-gradient(112deg,#edf7f5,#eef7f4 49%,#e0f0eb)}.market-sell-orb{width:340px;height:340px;right:7%;top:-93px;background:#0c897f;opacity:.9}.market-sell-visual>img{position:absolute;z-index:2;width:310px;height:265px;right:12%;bottom:-9px;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(36,54,45,.18))}.market-sell-stat{position:absolute;z-index:4;min-height:62px;padding:10px 13px;border-radius:14px;background:#ffffffed;color:var(--market-navy);display:flex;align-items:center;gap:9px;box-shadow:0 12px 26px #06204a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.market-sell-stat>span{display:grid;gap:1px}.market-sell-stat strong{font-size:.76rem}.market-sell-stat small{color:#697487;font-size:.61rem}.market-sell-stat-buyers{left:8%;top:44px}.market-sell-stat-store{right:5%;bottom:39px}.market-category-row::-webkit-scrollbar,.market-featured-grid::-webkit-scrollbar{display:none}[data-theme=dark] .market-hero,[data-theme=dark] .market-hero-slide-offers,[data-theme=dark] .market-hero-slide-sell{background:#03131e}[data-theme=dark] .market-hero-arrow{border-color:#ffffff21;background:#061622e0;color:#fff}[data-theme=dark] .market-hero-dots button{background:#ffffff4a}[data-theme=dark] .market-hero-dots button.active{background:var(--market-coral)}[data-theme=dark] .market-offer-product,[data-theme=dark] .market-offer-badge,[data-theme=dark] .market-sell-stat{background:#071b27ed;color:#fff}[data-theme=dark] .market-visual-orb-large{background:#6d392c}[data-theme=dark] .market-visual-orb-small{background:#17443f}[data-theme=dark] .market-sell-orb{background:#07534f}@media (min-width: 1321px){.market-hero-title-line,.market-hero-title-accent{white-space:nowrap}}@media (max-width: 1220px){.market-hero h1{font-size:clamp(2.1rem,3.2vw,2.7rem)}.market-hero-slide-discover .market-hero-copy h1{max-width:450px;font-size:clamp(1.98rem,2.45vw,2.55rem)}.market-hero-slide-discover .market-hero-title-line{white-space:normal}.market-hero-copy{padding-left:42px}.market-offer-product.product-1{left:10%}.market-offer-product.product-2{left:44%}.market-sell-stat-buyers{left:3%}}@media (max-width: 760px){.store-header .main-header-content{min-height:78px}.market-store-brand{font-size:2.15rem}.market-home{min-height:calc(100vh - 78px);padding-bottom:118px}.market-home-container{width:calc(100% - 24px);gap:22px}.market-hero{height:398px;min-height:398px;border-radius:18px}.market-hero-slide{grid-template-columns:1fr}.market-hero-copy{position:relative;z-index:3;min-height:398px;padding:30px 24px 70px;justify-content:flex-start;background:linear-gradient(90deg,#fffffffa,#ffffffe6 54%,#ffffff2b)}.market-hero-kicker{min-height:25px;margin-bottom:9px;font-size:.62rem}.market-hero h1{width:min(285px,78vw);max-width:78%;font-family:inherit;font-size:clamp(1.92rem,9.6vw,2.26rem);line-height:1.02;letter-spacing:-.045em;text-wrap:balance}.market-hero-title-line{white-space:normal}.market-hero-title-accent{display:none}.market-hero p{width:min(235px,64vw);max-width:64%;margin:18px 0 17px;font-size:.9rem;line-height:1.48}.market-hero-slide-discover .market-hero p{width:min(228px,60vw);max-width:60%}.market-primary-button{min-height:47px;padding:0 19px;font-size:.83rem}.market-hero-benefits{display:none}.market-hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;min-height:0}.market-hero-main-image{object-position:70% center}.market-hero-arrow{display:none}.market-hero-dots{bottom:16px}.market-hero-dots button{width:7px;height:7px}.market-hero-dots button.active{width:23px}.market-offer-visual,.market-sell-visual{position:absolute;top:0;right:0;bottom:0;left:0}.market-visual-orb-large{width:250px;height:250px;right:-78px;top:-30px}.market-visual-orb-small{width:230px;height:93px;right:-26px;bottom:48px}.market-offer-badge{right:14px;top:28px;padding:8px 10px;transform:scale(.86);transform-origin:top right}.market-offer-products{opacity:.88}.market-offer-product.product-1{width:170px;height:170px;left:auto;right:-18px;bottom:31px}.market-offer-product.product-2{width:118px;height:128px;left:auto;right:98px;bottom:49px}.market-offer-product.product-3{display:none}.market-sell-orb{width:280px;height:280px;right:-84px;top:-42px}.market-sell-visual>img{width:235px;height:210px;right:-18px;bottom:8px;opacity:.96}.market-sell-stat{display:none}.market-section-heading{min-height:26px;margin-bottom:10px}.market-section-heading h2{font-size:1.15rem;line-height:1.15}.market-products-heading{gap:8px}.market-products-heading h2{min-width:0;font-size:1.12rem}.market-heading-actions{flex:0 0 auto;gap:8px}.market-heading-actions a,.market-heading-actions button{font-size:.67rem;white-space:nowrap}.market-category-row{overscroll-behavior-inline:contain;scroll-snap-type:x proximity}.market-category-item{scroll-snap-align:start}.market-featured-grid{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory}.market-product-card{scroll-snap-align:start}.market-status-card{min-height:176px;padding:26px 22px;line-height:1.45}.market-empty-products span{max-width:285px}[data-theme=dark] .market-hero-copy{background:linear-gradient(90deg,#020b14fc,#020b14e8 54%,#020b1430)}}@media (max-width: 390px){.market-home-container{width:calc(100% - 20px)}.market-hero{height:382px;min-height:382px}.market-hero-copy{min-height:382px;padding:27px 20px 65px}.market-hero h1{width:245px;max-width:76%;font-size:1.94rem}.market-hero-slide-discover .market-hero-copy h1{width:236px;max-width:72%;font-size:1.9rem}.market-hero-slide-discover .market-hero-title-accent{max-width:210px}.market-hero p{width:205px;max-width:61%;font-size:.84rem}.market-hero-slide-discover .market-hero p{width:194px;max-width:58%}.market-primary-button{min-height:44px;padding-inline:16px}.market-category-image{width:70px;height:70px}.market-category-item{min-width:70px}.market-section-heading h2,.market-products-heading h2{font-size:1.05rem}.market-heading-actions a,.market-heading-actions button{font-size:.62rem}}@media (prefers-reduced-motion: reduce){.market-hero-slide,.market-hero-dots button,.market-hero-arrow{transition:none}}.store-search-area.open{z-index:151}.store-search-area.open .store-search-form{position:relative;z-index:154;border-color:#ff5947;box-shadow:0 0 0 4px #ff59471f,0 18px 44px #06204a21}.store-search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;padding:0;border:0;background:#030e1c6b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default}.store-search-dropdown{top:calc(100% + 15px);left:50%;right:auto;z-index:155;width:min(760px,calc(100vw - 40px));max-height:min(76vh,690px);border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:22px;background:var(--surface);box-shadow:0 30px 80px #03122640;transform:translate(-50%);overflow:hidden}.store-search-dropdown-header{min-height:72px;padding:14px 16px 13px 18px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,var(--surface-2))}.store-search-dropdown-header>div{min-width:0;display:flex;align-items:center;gap:11px}.store-search-dropdown-header>div>span:last-child{min-width:0;display:grid;gap:2px}.store-search-dropdown-header strong{color:var(--text);font-size:.9rem}.store-search-dropdown-header small{color:var(--muted);font-size:.7rem}.store-search-heading-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;background:#ff59471c;color:#ff5947;display:grid;place-items:center}.store-search-close{width:38px;height:38px;padding:0;border:0;border-radius:11px;background:var(--surface-2);color:var(--muted);display:grid;place-items:center;cursor:pointer}.store-search-close:hover{color:var(--text)}.store-search-quick-categories{padding:12px 18px 3px;display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}.store-search-quick-categories::-webkit-scrollbar{display:none}.store-search-quick-categories>span{margin-right:2px;color:var(--muted);font-size:.68rem;font-weight:750}.store-search-quick-categories button{min-height:31px;padding:0 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);white-space:nowrap;cursor:pointer;font-size:.68rem;font-weight:700}.store-search-quick-categories button:hover{border-color:#ff5947;color:#ff5947}.store-search-results{max-height:min(50vh,470px);padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow-y:auto}.store-search-result{min-height:84px;padding:7px;border:1px solid transparent;border-radius:15px;background:transparent;grid-template-columns:minmax(0,1fr) 38px;transition:background .15s ease,border-color .15s ease,transform .15s ease}.store-search-result:hover{border-color:var(--border);background:var(--surface-2);transform:translateY(-1px)}.store-search-result-link{grid-template-columns:66px minmax(0,1fr);gap:11px}.store-search-result-link .product-visual{width:66px;height:66px;border-radius:12px;background:var(--surface-3)}.store-search-result-copy{gap:2px}.store-search-result-copy strong{color:var(--text);font-size:.78rem}.store-search-result-copy small,.store-search-result-copy em{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-style:normal}.store-search-result-price{margin-top:2px;display:flex;align-items:center;gap:8px}.store-search-result-price b{color:#06204a;font-size:.78rem}.store-search-result-price i{color:#ff5947;display:inline-flex;align-items:center;gap:3px;font-size:.56rem;font-style:normal;font-weight:750}.store-search-add{width:38px;height:38px;border-radius:12px;background:#06204a;color:#fff}.store-search-add:hover:not(:disabled){background:#ff5947}.store-search-empty{grid-column:1 / -1;min-height:210px}.store-search-dropdown-actions{min-height:62px;padding:9px 12px;border-top:1px solid var(--border);background:var(--surface-2);display:grid;grid-template-columns:auto 1fr;gap:9px}.store-search-offers-link,.store-search-dropdown-actions .store-search-all{min-height:43px;border:0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.72rem;font-weight:800;text-decoration:none}.store-search-offers-link{padding:0 16px;background:#ff59471a;color:#ff5947}.store-search-dropdown-actions .store-search-all{background:#06204a;color:#fff}[data-theme=dark] .store-search-result-price b{color:#fff}[data-theme=dark] .store-search-add,[data-theme=dark] .store-search-dropdown-actions .store-search-all{background:#ff5947}.ikomise-modal-layer{z-index:5000;padding:26px;background:#030e1c94;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.account-modal{width:min(940px,calc(100vw - 34px));max-height:min(90vh,780px);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);border-radius:24px;box-shadow:0 34px 100px #03122652;overflow:hidden}.account-modal-register{width:min(1020px,calc(100vw - 34px))}.account-modal .modal-header{min-height:62px;padding:0 18px 0 24px;border-bottom:1px solid var(--border);background:var(--surface)}.account-modal .modal-header h2{color:#06204a;font-size:1rem;letter-spacing:-.02em}.account-modal .modal-header .icon-button{width:38px;height:38px;border-radius:12px;background:var(--surface-2)}.account-modal .modal-content{padding:0;overflow:auto}.account-modal .friendly-auth{min-height:540px;grid-template-columns:minmax(290px,.88fr) minmax(390px,1.12fr)}.account-modal-register .friendly-auth{grid-template-columns:minmax(290px,.76fr) minmax(500px,1.24fr)}.auth-welcome-panel{position:relative;padding:42px;border-right:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 78% 18%,rgba(11,143,130,.55),transparent 31%),linear-gradient(145deg,#06204a,#082e59 58%,#0b4655);color:#fff;overflow:hidden}.auth-welcome-panel:after{content:"";position:absolute;right:-80px;bottom:-105px;width:260px;height:260px;border-radius:50%;border:46px solid rgba(255,255,255,.055)}.auth-brand-row{position:absolute;top:28px;left:36px;display:inline-flex;align-items:flex-start;color:#fff;font-size:1.35rem;font-weight:900;letter-spacing:-.055em}.auth-brand-row span{width:7px;height:7px;margin:2px 0 0 3px;border-radius:50%;background:#ff5947}.auth-welcome-icon{position:relative;z-index:1;width:58px;height:58px;margin:44px 0 22px;border-radius:18px;background:#ff5947;box-shadow:0 16px 34px #ff594752}.auth-kicker{position:relative;z-index:1;color:#90dfd7}.auth-welcome-panel h3{position:relative;z-index:1;margin:9px 0 14px;color:#fff;font-size:clamp(1.75rem,2.6vw,2.45rem);line-height:1.03}.auth-welcome-panel>p{position:relative;z-index:1;max-width:360px;color:#ffffffbf;font-size:.82rem}.auth-benefits{position:relative;z-index:1;margin-top:28px;gap:11px}.auth-benefits span{color:#ffffffe6;font-size:.74rem}.auth-benefits svg{color:#90dfd7}.auth-form-panel{padding:34px 38px 38px;background:var(--surface)}.auth-tabs{margin-bottom:24px;padding:5px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.auth-tabs button{min-height:43px;border-radius:10px;font-size:.75rem}.auth-tabs button.active{background:var(--surface);color:#06204a;box-shadow:0 8px 24px #06204a14}.auth-mobile-heading{display:none}.auth-form{gap:15px}.auth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-input-wrap{min-height:50px;border-radius:13px;background:var(--surface-2)}.auth-input-wrap:focus-within{border-color:#ff5947;box-shadow:0 0 0 4px #ff59471a}.auth-input-wrap:focus-within>svg{color:#ff5947}.auth-password-rules{margin-top:-5px;display:flex;flex-wrap:wrap;gap:6px}.auth-password-rules span{padding:5px 8px;border-radius:999px;background:var(--surface-2);color:var(--muted);display:inline-flex;align-items:center;gap:4px;font-size:.6rem;font-weight:700}.auth-password-rules span.valid{background:#0ea05c1a;color:#0a9b58}.auth-terms-check{grid-template-columns:18px minmax(0,1fr)!important;align-items:start;gap:9px!important;color:var(--muted)!important;font-size:.65rem!important;font-weight:550!important;line-height:1.45}.auth-terms-check input{width:17px;height:17px;margin:1px 0 0;accent-color:#ff5947}.forgot-password-button,.forgot-back-button{color:#ff5947}.auth-feedback{margin:0;padding:10px 12px;border-radius:11px}.auth-submit{min-height:50px;margin-top:2px;border-radius:13px;background:linear-gradient(135deg,#ff5947,#ff4637);box-shadow:0 13px 26px #ff594738}.auth-submit:hover:not(:disabled){transform:translateY(-1px)}[data-theme=dark] .account-modal .modal-header h2,[data-theme=dark] .auth-tabs button.active{color:#fff}.search-page{width:min(100% - 44px,1320px);padding:34px 0 70px}.search-page-header{margin-bottom:18px;padding:30px 32px;border:1px solid var(--border);border-radius:22px;background:radial-gradient(circle at 92% 20%,rgba(12,137,127,.13),transparent 24%),var(--surface);grid-template-columns:minmax(280px,.78fr) minmax(430px,1.22fr);align-items:center;gap:34px}.search-page-title>span{color:#ff5947;font-size:.69rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.search-page-title h1{margin:6px 0 8px;color:#06204a;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.05;letter-spacing:-.045em}.search-page-title p{max-width:480px;margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}.search-page-form-row{min-width:0;position:relative}.search-page-form{min-height:58px;padding:0 7px 0 17px;border-radius:16px;background:var(--surface);box-shadow:0 12px 30px #06204a12}.search-page-form:focus-within{border-color:#ff5947;box-shadow:0 0 0 4px #ff59471a,0 12px 30px #06204a12}.search-page-form input{min-height:54px;font-size:.82rem}.search-page-submit{min-width:108px;min-height:44px;border-radius:12px;background:#ff5947;display:inline-flex;align-items:center;justify-content:center;gap:7px}.search-active-filters{margin:0 0 16px;display:flex;flex-wrap:wrap;gap:7px}.search-active-filters button{min-height:32px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:.66rem;font-weight:700}.search-active-filters button:not(.clear-all):hover{border-color:#ff5947;color:#ff5947}.search-active-filters .clear-all{border-color:transparent;background:transparent;color:#ff5947}.search-mobile-toolbar{display:none}.search-page-layout{grid-template-columns:274px minmax(0,1fr);gap:20px}.search-filter-panel{top:96px;padding:19px;border-radius:18px;box-shadow:0 12px 34px #06204a0e}.search-filter-mobile-header,.search-filter-apply{display:none}.search-filter-heading{padding-bottom:15px}.search-filter-heading strong{color:#06204a}.search-filter-field,.search-price-filter,.search-price-filter label{font-size:.72rem}.search-filter-select select,.search-price-filter input{min-height:45px;border-radius:12px;background:var(--surface-2)}.search-filter-switches{display:grid;gap:8px}.search-offers-filter,.search-stock-filter{padding:11px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.search-results-panel{min-width:0}.search-results-toolbar{min-height:54px;margin-bottom:13px;padding:0 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface)}.search-results-toolbar>span{color:#06204a}.search-results-toolbar em{color:var(--muted);font-style:normal}.search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.search-page-state{min-height:330px;border:1px dashed var(--border);border-radius:18px;background:var(--surface)}.search-page-empty-state>div{display:flex;gap:8px}.search-page-empty-state a,.search-page-empty-state button{min-height:40px;padding:0 15px;border-radius:11px;display:inline-flex;align-items:center;text-decoration:none;font-size:.7rem;font-weight:800}.search-page-empty-state a{border:1px solid var(--border);color:var(--text)}[data-theme=dark] .search-page-title h1,[data-theme=dark] .search-filter-heading strong,[data-theme=dark] .search-results-toolbar>span{color:#fff}.home-route>.store-footer,.store-shell.cart-route>.store-footer,.store-shell.search-route>.store-footer{display:block!important}.store-footer{margin-top:42px;padding:0 0 18px;border-top:0;background:#061f47;color:#fff}.footer-trust-strip{min-height:76px;padding:0 8px;border-bottom:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:center}.footer-trust-strip span{min-width:0;color:#ffffffe0;display:flex;align-items:center;justify-content:center;gap:9px;font-size:.7rem}.footer-trust-strip svg{flex:0 0 auto;color:#88d6ce}.store-footer .footer-grid{padding:36px 8px 28px;grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(150px,.72fr));gap:34px}.footer-brand-block{display:block}.footer-brand{color:#fff;display:inline-flex;align-items:flex-start;font-size:2rem;font-weight:900;letter-spacing:-.06em}.footer-brand>span{width:7px;height:7px;margin:4px 0 0 3px;border-radius:50%;background:#ff5947}.footer-brand-block p{max-width:390px;margin:14px 0 16px;color:#ffffffa6;font-size:.75rem;line-height:1.65}.footer-brand-badges{display:flex;flex-wrap:wrap;gap:7px}.footer-brand-badges span{min-height:29px;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0d;color:#ffffffd1;display:inline-flex;align-items:center;gap:5px;font-size:.59rem}.store-footer .footer-link-group{align-items:flex-start;gap:10px}.store-footer .footer-link-group strong{margin-bottom:3px;color:#fff;font-size:.78rem}.store-footer .footer-link-group a,.store-footer .footer-link-group button,.store-footer .footer-link-group span{padding:0;border:0;background:transparent;color:#ffffffa3;font-size:.68rem;line-height:1.45;text-align:left}.store-footer .footer-link-group a:hover,.store-footer .footer-link-group button:hover{color:#fff}.store-footer .footer-bottom{min-height:58px;padding:15px 8px 0;border-top:1px solid rgba(255,255,255,.1);color:#ffffff85;font-size:.62rem}@media (max-width: 760px){.store-shell.cart-route>.store-header,.store-shell.search-route>.store-header,.store-header{display:block!important}.store-header{position:sticky;top:0;z-index:120;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 8px 22px #06204a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.store-header .main-header-row{min-height:68px}.store-header .main-header-content{width:calc(100% - 24px);min-height:68px;padding:7px 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;justify-content:stretch;gap:9px}.market-store-brand{min-width:0;font-size:1.55rem;line-height:1}.store-brand-dot{width:6px;height:6px}.store-header .category-wrapper,.store-header .store-search-area,.market-header-actions{display:none!important}.mobile-topbar-search{min-width:0;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--muted);display:flex!important;align-items:center;gap:7px;text-decoration:none;font-size:.68rem;font-weight:700}.mobile-topbar-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-header-actions{display:flex!important;align-items:center;gap:5px}.mobile-header-actions>button,.mobile-header-actions>a{position:relative;width:39px;height:39px;min-width:39px;padding:0;border:0;border-radius:12px;background:transparent;color:#06204a;display:grid!important;place-items:center}.mobile-header-count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;border:2px solid var(--surface);border-radius:999px;background:#ff5947;color:#fff;display:grid;place-items:center;font-size:.56rem;font-weight:900}.mobile-category-strip-shell{display:none!important}.home-route .mobile-category-strip-shell{display:block!important;border-top:1px solid var(--border);background:var(--surface)}.mobile-category-strip{min-height:42px;padding:6px 0;gap:7px;overflow-x:auto;scrollbar-width:none}.mobile-category-strip::-webkit-scrollbar{display:none}.mobile-category-strip button,.mobile-category-strip a{min-height:30px;padding:0 11px;border-radius:999px;font-size:.62rem;white-space:nowrap}.secondary-nav{display:none!important}[data-theme=dark] .mobile-header-actions>button,[data-theme=dark] .mobile-header-actions>a{color:#fff}.ikomise-modal-layer{padding:0;align-items:end}.account-modal,.account-modal-register{width:100%;max-height:94dvh;border-width:1px 0 0;border-radius:24px 24px 0 0}.account-modal .modal-header{position:sticky;top:0;z-index:3;min-height:58px;padding-inline:18px}.account-modal .friendly-auth,.account-modal-register .friendly-auth{min-height:0;grid-template-columns:1fr}.auth-welcome-panel{min-height:118px;padding:24px 24px 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);justify-content:flex-end}.auth-brand-row{top:18px;left:24px;font-size:1.16rem}.auth-welcome-icon,.auth-kicker,.auth-welcome-panel>p,.auth-benefits{display:none}.auth-welcome-panel h3{max-width:315px;margin:38px 0 0;font-size:1.34rem;line-height:1.08}.auth-form-panel{padding:20px 20px calc(25px + env(safe-area-inset-bottom))}.auth-tabs{margin-bottom:17px}.auth-mobile-heading{margin-bottom:16px;display:grid;gap:4px}.auth-mobile-heading>span{color:var(--text);font-size:1.06rem;font-weight:850}.auth-mobile-heading p{margin:0;color:var(--muted);font-size:.68rem}.auth-form-grid{grid-template-columns:1fr;gap:14px}.auth-input-wrap input,.search-page-form input,.search-price-filter input,.search-filter-select select{font-size:16px}.auth-password-rules{gap:5px}.search-page{width:calc(100% - 24px);padding:18px 0 36px}.search-page-header{margin-bottom:10px;padding:0;border:0;border-radius:0;background:transparent;display:block}.search-page-title{margin-bottom:14px}.search-page-title>span,.search-page-title p{display:none}.search-page-title h1{margin:0;font-size:1.35rem;line-height:1.12}.search-page-form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.search-page-form{min-height:48px;padding:0 6px 0 13px;border-radius:14px;box-shadow:none}.search-page-form input{min-height:46px}.search-page-submit{width:40px;min-width:40px;min-height:40px;padding:0;border-radius:12px}.search-page-submit span{display:none}.mobile-search-cancel{display:block;padding:0;border:0;background:transparent;color:#ff5947;font-size:.68rem;font-weight:750}.mobile-search-suggestions{margin:0 0 12px;padding:7px;border:1px solid var(--border);border-radius:14px;background:var(--surface);display:grid;gap:2px}.mobile-search-suggestions button{min-height:40px;padding:0 9px;border:0;border-radius:10px;background:transparent;color:var(--text);display:flex;align-items:center;gap:9px;text-align:left}.search-active-filters{margin-bottom:10px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.search-active-filters::-webkit-scrollbar{display:none}.search-active-filters button{flex:0 0 auto}.search-mobile-toolbar{min-height:48px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.search-mobile-filter-button{min-height:40px;padding:0 13px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:#06204a;display:inline-flex;align-items:center;gap:7px;font-size:.7rem;font-weight:800}.search-mobile-filter-button b{min-width:19px;height:19px;border-radius:999px;background:#ff5947;color:#fff;display:grid;place-items:center;font-size:.56rem}.search-mobile-toolbar>span{color:var(--muted);font-size:.68rem}.search-page-layout{display:block}.search-filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;padding:0;border:0;background:#030e1c87;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-filter-panel{position:fixed;z-index:305;inset:auto 0 0;top:auto;max-height:86dvh;padding:0 18px calc(18px + env(safe-area-inset-bottom));border:0;border-radius:24px 24px 0 0;background:var(--surface);box-shadow:0 -24px 70px #0312264d;display:grid;gap:16px;overflow-y:auto;transform:translateY(105%);visibility:hidden;transition:transform .22s ease,visibility .22s ease}.search-filter-panel.mobile-open{transform:translateY(0);visibility:visible}.search-filter-mobile-header{position:sticky;top:0;z-index:2;min-height:70px;margin:0 -18px;padding:12px 18px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:space-between;gap:12px}.search-filter-mobile-header>div{display:grid;gap:2px}.search-filter-mobile-header strong{color:var(--text);font-size:.92rem}.search-filter-mobile-header small{color:var(--muted);font-size:.62rem}.search-filter-mobile-header button{width:38px;height:38px;padding:0;border:0;border-radius:11px;background:var(--surface-2);color:var(--text);display:grid;place-items:center}.search-filter-heading{display:none}.search-price-filter>div{gap:9px}.search-filter-apply{position:sticky;bottom:0;min-height:48px;border:0;border-radius:13px;background:#ff5947;color:#fff;display:block;font-weight:850}.search-results-toolbar{min-height:45px;margin-bottom:8px;padding:0;border:0;background:transparent}.search-results-toolbar>span{display:none}.search-results-toolbar>label{width:100%;justify-content:flex-end}.search-sort-label{color:var(--muted);font-size:.64rem}.search-filter-select.compact select{min-height:40px;max-width:190px}.search-desktop-results{display:none!important}.search-mobile-results{display:grid!important;gap:9px}.mobile-search-result{min-height:112px;padding:10px;border:1px solid var(--border);border-radius:16px;background:var(--surface);grid-template-columns:92px minmax(0,1fr) 36px;gap:11px;box-shadow:0 8px 24px #06204a0a}.mobile-search-result-visual,.mobile-search-result-visual .product-visual{width:92px;height:92px;border-radius:13px}.mobile-search-result-copy{align-content:center;gap:3px}.mobile-search-result-copy small{order:0;color:var(--muted);font-size:.59rem}.mobile-search-result-copy strong{order:1;font-size:.78rem;line-height:1.3}.mobile-search-result-copy em{order:2;color:var(--muted);font-size:.6rem;font-style:normal}.mobile-search-result-copy b{order:3;color:#ff5947;font-size:.93rem}.mobile-search-result>button{width:36px;height:36px;border:0;border-radius:11px;background:var(--surface-2);color:#06204a}.mobile-search-result>button.active{background:#ff59471f;color:#ff5947}[data-theme=dark] .search-page-title h1,[data-theme=dark] .search-mobile-filter-button,[data-theme=dark] .mobile-search-result>button{color:#fff}.store-footer{margin-top:30px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.footer-trust-strip{min-height:0;padding:18px 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.footer-trust-strip span{min-height:48px;padding:8px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#ffffff09;justify-content:flex-start;font-size:.61rem}.store-footer .footer-grid{width:calc(100% - 28px)!important;padding:28px 0 20px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.footer-brand-block{grid-column:1 / -1;padding:0 2px 10px}.footer-brand{font-size:1.65rem}.footer-brand-block p{max-width:350px;margin:10px 0 13px;font-size:.69rem}.store-footer .footer-link-group{min-height:150px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#ffffff0a}.footer-account-group{grid-column:1 / -1;min-height:auto!important}.store-footer .footer-bottom{width:calc(100% - 28px)!important;min-height:70px;padding:14px 0 0;align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}}@media (max-width: 420px){.store-header .main-header-content{width:calc(100% - 18px);grid-template-columns:auto minmax(74px,1fr) auto;gap:5px}.market-store-brand{font-size:1.35rem}.mobile-topbar-search{min-height:39px;padding:0 9px}.mobile-header-actions>button,.mobile-header-actions>a{width:35px;height:35px;min-width:35px}.auth-form-panel{padding-inline:17px}.mobile-search-result{grid-template-columns:82px minmax(0,1fr) 34px}.mobile-search-result-visual,.mobile-search-result-visual .product-visual{width:82px;height:82px}}.mobile-page-header{display:none}.store-shell,.store-shell>main,.search-page,.cart-page,.product-detail-page,.offers-page,.account-page{color:var(--text)}.store-shell>main{background:var(--bg)}.store-shell h1,.store-shell h2,.store-shell h3,.store-shell h4,.search-page-title h1,.cart-page-heading h1,.product-detail-info h1,.offers-page-header h1,.account-page-heading h1,.account-page-heading h2,.module-heading h1,.module-heading h2{color:var(--text)}.store-shell .primary-action,.store-shell .btn-primary,.search-page-submit,.cart-page-checkout,.auth-submit,.search-filter-apply{background:var(--primary);color:#fff;box-shadow:0 10px 24px var(--primary-soft)}.store-shell .primary-action:hover,.store-shell .btn-primary:hover,.search-page-submit:hover,.cart-page-checkout:hover,.auth-submit:hover{background:var(--primary-hover)}.search-page-header{border-color:var(--border);background:radial-gradient(circle at 88% 20%,rgba(10,139,128,.13),transparent 28%),linear-gradient(135deg,var(--ikomise-mint),var(--surface));box-shadow:var(--shadow-sm)}.search-page-title>span,.search-active-filters button,.search-mobile-filter-button b,.mobile-search-cancel,.mobile-search-result-copy b,.store-search-result-price i{color:var(--primary)}.search-active-filters button{border-color:var(--primary-border);background:var(--primary-soft)}.search-filter-panel,.search-results-toolbar,.mobile-search-result,.search-page-state,.search-page-empty-state>div{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.search-mobile-filter-button,.mobile-search-result>button,.search-filter-mobile-header button{color:var(--text)}.mobile-search-result-copy b,.search-results-count strong{color:var(--primary)}.cart-page-item,.cart-page-coupon,.cart-page-summary,.cart-page-empty{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.cart-page-item-info h2,.cart-page-summary h2,.cart-page-total strong{color:var(--text)}.cart-page-item-info>strong,.cart-page-total b{color:var(--primary)}.cart-page-quantity,.cart-page-coupon input,.cart-page-continue{border-color:var(--border);background:var(--surface-2);color:var(--text)}.cart-page-coupon button,.cart-page-remove{color:var(--primary)}.product-gallery,.product-detail-info,.product-service-grid,.related-products,.product-variant-picker,.selected-child-variant{border-color:var(--border);background:var(--surface)}.product-detail-info h1,.product-detail-price strong,.product-price-row strong{color:var(--text)}.product-detail-price strong,.product-offer-highlight strong,.detail-offer-badge{color:var(--primary)}.product-offer-highlight,.product-service-grid{background:var(--ikomise-mint)}.quantity-control,.product-attribute-values button,.product-variant-options button{border-color:var(--border);background:var(--surface-2);color:var(--text)}.product-attribute-values button.active,.product-variant-options button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.buy-row .primary-action{background:var(--primary)}.offers-page-header{border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at 90% 0%,rgba(255,89,71,.14),transparent 34%),linear-gradient(135deg,var(--ikomise-mint),var(--surface));box-shadow:var(--shadow-sm)}.offers-page-icon,.offers-filter-link,.offers-page-header>strong{color:var(--primary)}.offers-empty{border-color:var(--border);background:var(--surface)}.account-shell,.account-mobile-card,.account-form-card,.address-card,.account-order-card,.account-admin-shell{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.account-sidebar,.account-mobile-tabs,.account-admin-nav{background:var(--surface-2)}.account-sidebar nav a.active,.account-mobile-tabs a.active,.account-admin-nav a.active{background:var(--primary);color:#fff}.account-input-shell:focus-within,.input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.store-search-add,.store-search-dropdown-actions .store-search-all,.auth-welcome-icon,.auth-submit{background:var(--primary)}.auth-welcome-panel{background:radial-gradient(circle at 78% 18%,rgba(10,139,128,.5),transparent 31%),linear-gradient(145deg,#06204a,#082e59 58%,#0b4655)}.auth-tabs button.active,.account-modal .modal-header h2,.store-search-result-price b{color:var(--text)}.store-search-heading-icon,.store-search-offers-link{background:var(--primary-soft);color:var(--primary)}.store-footer{background:#06204a;color:#fff}.store-footer .footer-grid,.store-footer .footer-bottom,.footer-trust-strip{color:#fff}.store-footer a,.store-footer button,.store-footer p,.store-footer small,.store-footer span{color:#ffffffc7}.store-footer strong,.store-footer b,.store-footer .footer-brand{color:#fff}@media (max-width: 760px){.store-header{position:relative;top:auto;z-index:90;border:0;background:var(--surface);box-shadow:none}.store-header.mobile-inner-route-header{position:sticky;top:0;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.store-header .main-header-row{display:none!important}.mobile-page-header{width:min(100%,720px);min-height:68px;margin:0 auto;padding:0 18px;display:grid;grid-template-columns:84px minmax(0,1fr) 84px;align-items:center;gap:10px}.mobile-home-route-header .mobile-page-header{min-height:126px;display:flex;justify-content:center;padding-top:12px}.mobile-page-brand{position:relative;color:#06204a;text-decoration:none;font-size:clamp(2.55rem,12vw,3.35rem);font-weight:900;letter-spacing:-.07em;line-height:1}.mobile-page-brand span{position:absolute;top:2px;right:-9px;width:9px;height:9px;border-radius:50%;background:var(--primary)}[data-theme=dark] .mobile-page-brand{color:#fff}.mobile-page-back,.mobile-page-actions button{position:relative;width:42px;height:42px;padding:0;border:0;border-radius:13px;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer}.mobile-page-back:active,.mobile-page-actions button:active{background:var(--surface-2)}.mobile-page-title{overflow:hidden;color:var(--text);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:1.2rem;font-weight:850;letter-spacing:-.03em}.mobile-page-actions{width:84px;min-width:84px;display:flex;justify-content:flex-end;gap:2px}.mobile-page-actions button>span{position:absolute;top:2px;right:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.55rem;font-weight:850}.cart-page-mobile-header,.product-detail-page>.back-link,.offers-page-topbar,.search-page-title{display:none!important}.search-page,.cart-page,.product-detail-page,.offers-page,.account-page{width:calc(100% - 24px);padding-top:16px}.mobile-store-nav{height:calc(80px + env(safe-area-inset-bottom));min-height:calc(80px + env(safe-area-inset-bottom));padding:7px 10px max(7px,env(safe-area-inset-bottom));border-top:1px solid var(--border);border-radius:24px 24px 0 0;background:color-mix(in srgb,var(--surface) 96%,transparent);align-items:end;box-shadow:0 -10px 35px #06204a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-store-nav>a,.mobile-store-nav>button{min-width:0;min-height:62px;padding:7px 2px 3px;border-radius:14px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;font-size:.64rem;font-weight:700;line-height:1}.mobile-store-nav>a>span:last-child,.mobile-store-nav>button>span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-store-nav>a.active,.mobile-store-nav>button.active{background:var(--primary-soft);color:var(--primary)}.mobile-store-nav>.mobile-search-primary{position:relative;top:-8px;transform:none!important;overflow:visible;background:transparent!important;color:var(--text)}.mobile-store-nav>.mobile-search-primary .mobile-search-primary-icon{width:58px;height:58px;margin-bottom:0;border:5px solid var(--surface);border-radius:50%;background:var(--primary);color:#fff;box-shadow:0 9px 24px #ff59474d}.mobile-store-nav>.mobile-search-primary>span:last-child{display:block!important;margin-top:-1px;color:var(--text);font-size:.63rem;font-weight:800}.mobile-store-nav>.mobile-search-primary.active>span:last-child{color:var(--primary)}.search-page-header,.offers-page-header{padding:18px;border-radius:18px}.cart-page-layout,.product-detail-grid{gap:14px}.cart-page-item,.cart-page-coupon,.cart-page-summary,.product-gallery,.product-detail-info,.product-service-grid,.related-products,.account-mobile-card,.account-form-card,.address-card,.account-order-card{border-radius:18px}.product-detail-info h1{font-family:inherit;font-size:1.72rem;line-height:1.08}.product-detail-price strong,.cart-page-total b{color:var(--primary)}.store-footer{margin-top:28px;padding-bottom:calc(92px + env(safe-area-inset-bottom))}}@media (max-width: 390px){.mobile-page-header{padding-inline:12px;grid-template-columns:72px minmax(0,1fr) 72px}.mobile-page-actions{width:72px;min-width:72px}.mobile-page-brand{font-size:2.65rem}.mobile-store-nav>a,.mobile-store-nav>button{font-size:.59rem}.mobile-store-nav>.mobile-search-primary .mobile-search-primary-icon{width:55px;height:55px}}.store-brand-wordmark,.mobile-page-brand{white-space:nowrap}.brand-letter-i{position:relative;display:inline-block}.store-brand-dot,.brand-letter-dot{position:absolute;top:-.12em;left:50%;right:auto;width:.18em;height:.18em;border-radius:50%;background:var(--primary);transform:translate(-50%)}.product-visual{background:#f7f5f2!important}.product-visual.has-image img{width:100%;height:100%;padding:clamp(10px,4%,18px);object-fit:contain;object-position:center}.product-visual.missing-image{border:1px dashed var(--border);background:var(--surface-2)!important}.product-visual-placeholder{color:var(--muted);display:grid;place-items:center;gap:7px;text-align:center}.product-visual-placeholder small{font-size:.68rem;font-weight:750}.product-card-rating,.market-product-rating,.store-search-result-rating{min-height:17px;color:#f2a400;display:inline-flex;align-items:center;gap:4px;font-size:.66rem;font-weight:800}.product-card-rating.empty,.market-product-rating.empty,.store-search-result-rating.empty,.market-store-copy em.empty{color:var(--muted);font-style:normal;font-weight:700}.compact-product-card .store-product-body h3,.compact-product-card .product-card-rating{margin-bottom:5px}.market-product-copy{min-height:112px}.market-product-copy strong{min-height:34px}.market-product-rating{margin-bottom:1px}.market-store-avatar{background:#0a7f78;color:#fff;font-family:inherit}.market-store-copy em.empty{font-size:.68rem}.product-cover-help{padding:14px 15px;border:1px solid var(--primary-border);border-radius:14px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:flex-start;gap:11px}.product-cover-help>span{min-width:0;display:grid;gap:3px}.product-cover-help strong{color:var(--text);font-size:.86rem}.product-cover-help small{color:var(--muted);line-height:1.45}.product-image-list article:first-child{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.product-image-list article:first-child>span{color:var(--primary);font-weight:850}.make-product-cover{color:var(--primary)!important}.product-carousel-stage,.product-carousel-thumbnails button,.market-product-image,.product-card-media{background:#f7f5f2}.product-carousel-stage>img,.product-carousel-thumbnails img,.market-product-image .product-visual img,.product-card-media .product-visual img{object-fit:contain;object-position:center}[data-theme=dark] .product-visual,[data-theme=dark] .product-carousel-stage,[data-theme=dark] .product-carousel-thumbnails button,[data-theme=dark] .market-product-image,[data-theme=dark] .product-card-media{background:#101a23!important}@media (max-width: 760px){.mobile-home-route-header .mobile-page-header{min-height:82px;padding-top:4px;padding-bottom:2px}.mobile-page-brand{font-size:2.15rem;letter-spacing:-.065em}.brand-letter-dot{width:.17em;height:.17em;top:-.1em}.home-route .mobile-category-strip-shell{border-top:0}.mobile-category-strip{min-height:38px;padding:4px 0 5px}.mobile-category-strip button,.mobile-category-strip a{min-height:29px}.market-featured-grid{gap:12px}.market-product-card{flex:0 0 178px;width:178px;min-width:178px;border-radius:13px;scroll-snap-align:start}.market-product-image{height:168px}.market-product-image .product-visual img{padding:12px}.market-product-copy{min-height:120px;padding:10px 11px 12px}.market-product-copy strong{min-height:38px;font-size:.78rem}.market-product-copy b{font-size:1rem}.product-detail-page{width:calc(100% - 24px)}.product-detail-grid{display:block}.product-gallery,.product-detail-info{padding:0;border:0;background:transparent;box-shadow:none}.product-gallery{margin-bottom:18px}.product-carousel-stage{aspect-ratio:1.08;border-radius:18px}.product-carousel-stage>img{padding:12px}.product-carousel-thumbnails{gap:9px;padding-top:2px}.product-carousel-thumbnails button{width:64px;height:64px;border-radius:12px}.product-detail-info h1{margin-top:7px;font-size:1.7rem}.product-detail-price strong{color:var(--primary)}.product-service-grid,.product-variant-picker,.selected-child-variant{border-radius:16px}}@media (max-width: 390px){.mobile-home-route-header .mobile-page-header{min-height:76px}.mobile-page-brand{font-size:2rem}.market-product-card{flex-basis:166px;width:166px;min-width:166px}.market-product-image{height:158px}}.brand-letter-i,.store-brand-wordmark .brand-letter-i,.mobile-page-brand .brand-letter-i,.footer-brand .brand-letter-i{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:inline!important;width:auto!important;height:auto!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--primary)!important;transform:none!important}.store-brand-dot,.brand-letter-dot,.mobile-page-brand>span:not(.brand-letter-i),.footer-brand>span:not(.brand-letter-i){display:none!important}.store-brand-wordmark,.mobile-page-brand,.footer-brand{white-space:nowrap}.store-footer .footer-grid{grid-template-columns:minmax(0,760px)!important;justify-content:center}.store-footer .footer-brand-block{max-width:760px;text-align:center;align-items:center}.store-footer .footer-brand-block p{margin-inline:auto}.store-footer .footer-brand-badges{justify-content:center}@media (max-width: 760px){.mobile-category-strip-shell{display:none!important}.mobile-home-route-header .mobile-page-header{min-height:72px;padding:6px 16px 2px}.mobile-page-brand{font-size:2rem;letter-spacing:-.065em}.market-category-row{gap:12px}.market-category-item{min-width:62px;gap:6px}.market-category-image{width:58px;height:58px;border-width:1.5px}.market-category-image svg{width:22px;height:22px;stroke-width:2}.market-category-item strong{max-width:72px;font-size:.63rem;line-height:1.18}.store-footer .footer-grid{width:calc(100% - 32px)!important;padding:22px 0 16px!important;display:block!important}.footer-brand-block{padding:0!important;text-align:left!important;align-items:flex-start!important}.footer-brand{font-size:1.55rem}.footer-brand-block p{max-width:330px;margin:10px 0 13px!important;font-size:.68rem}.footer-brand-badges{justify-content:flex-start!important}.store-footer .footer-bottom{min-height:62px}}.auth-brand-row{align-items:center}.auth-brand-row strong{color:#fff;font:inherit}.auth-brand-row .brand-letter-i{color:var(--primary)!important}.auth-brand-row>span,.auth-brand-row strong+span{display:none!important}.store-footer{margin-top:30px;padding-bottom:10px}.footer-trust-strip{min-height:58px}.store-footer .footer-grid{padding-top:22px;padding-bottom:18px}.footer-brand-block p{margin-top:10px;margin-bottom:12px}.store-footer .footer-bottom{min-height:44px;padding-top:10px}@media (max-width: 760px){.mobile-store-nav{right:10px;bottom:max(8px,env(safe-area-inset-bottom));left:10px;width:auto;height:70px;min-height:70px;padding:6px 7px;border:1px solid var(--border);border-radius:22px;align-items:center;overflow:visible;box-shadow:0 -5px 28px #06204a24}.mobile-store-nav>a,.mobile-store-nav>button{min-height:54px;height:54px;padding:5px 2px 4px;justify-content:center;gap:4px;border-radius:13px;font-size:.59rem;line-height:1}.mobile-store-nav>a svg,.mobile-store-nav>button svg{width:20px;height:20px}.mobile-store-nav>a>span:last-child,.mobile-store-nav>button>span:last-child{min-height:11px;line-height:1.05}.mobile-store-nav>.mobile-search-primary{top:-11px;height:70px;min-height:70px;padding-top:0;padding-bottom:0;justify-content:flex-start;gap:2px}.mobile-store-nav>.mobile-search-primary .mobile-search-primary-icon{width:52px;height:52px;flex:0 0 52px;margin:0;border-width:4px;box-shadow:0 7px 20px #ff594747}.mobile-store-nav>.mobile-search-primary .mobile-search-primary-icon svg{width:23px;height:23px}.mobile-store-nav>.mobile-search-primary>span:last-child{min-height:11px;margin:0;font-size:.58rem;line-height:1}.store-footer{margin-top:22px;padding-bottom:82px}.footer-trust-strip{width:calc(100% - 24px);min-height:0;padding:12px 0;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.footer-trust-strip::-webkit-scrollbar{display:none}.footer-trust-strip span{min-width:max-content;min-height:38px;padding:7px 10px;border-radius:10px;font-size:.58rem}.footer-trust-strip svg{width:17px;height:17px}.store-footer .footer-grid{width:calc(100% - 28px)!important;padding:16px 0 12px!important}.footer-brand{font-size:1.42rem}.footer-brand-block p{max-width:none;margin:7px 0 10px!important;font-size:.64rem;line-height:1.5}.footer-brand-badges span{min-height:25px;padding-inline:8px;font-size:.54rem}.store-footer .footer-bottom{width:calc(100% - 28px)!important;min-height:48px;padding:10px 0 0;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px;font-size:.54rem}.store-footer .footer-bottom span{max-width:48%}.store-footer .footer-bottom span:last-child{text-align:right}}@media (max-width: 390px){.mobile-store-nav{right:7px;left:7px;height:68px;min-height:68px;padding-inline:5px}.mobile-store-nav>a,.mobile-store-nav>button{font-size:.55rem}.mobile-store-nav>.mobile-search-primary .mobile-search-primary-icon{width:49px;height:49px;flex-basis:49px}}@media (max-width: 760px){.store-footer{padding-bottom:10px}}.market-product-image,.product-card-media{position:relative;overflow:hidden;background:#f7f5f2}.market-product-image{width:100%;height:auto!important;aspect-ratio:1 / 1;padding:14px;display:grid;place-items:center;box-sizing:border-box}.market-product-image .product-visual,.product-card-media .product-visual{width:100%;height:100%;min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden;background:transparent!important;border-radius:0;box-sizing:border-box}.market-product-image .product-visual img,.product-card-media .product-visual img{display:block;width:100%!important;height:100%!important;max-width:100%;max-height:100%;padding:0!important;margin:0;object-fit:contain!important;object-position:center!important;box-sizing:border-box;transform:none!important}.store-product-card:hover .product-card-media .product-visual,.market-product-card:hover .product-visual{transform:none!important}@media (max-width: 760px){.market-product-card{width:166px;min-width:166px;flex-basis:166px}.market-product-image{height:auto!important;aspect-ratio:1 / 1;padding:12px}.market-product-image .product-visual img{width:100%!important;height:100%!important;max-width:138px;max-height:138px}}[data-theme=dark] .market-product-image,[data-theme=dark] .product-card-media{background:#101a23!important}
