:root{color-scheme:light;--store-primary: #6d28d9;--store-primary-strong: #4c1d95;--store-primary-soft: #f1edff;--store-accent: #f59e0b;--store-ink: #171321;--store-muted: #676173;--store-line: #ded8ea;--store-page: #f4f5f8;--store-surface: #ffffff;--store-surface-2: #faf9fd;--store-success: #0f766e;--store-warning: #b45309;--store-info: #0369a1;--store-danger: #b91c1c;--store-radius: 8px;--store-radius-lg: 12px;--store-shadow: 0 10px 28px rgba(31, 24, 48, .08);font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.store-product-meta-spaced{margin-top:14px}.store-product-detail-price{font-size:1.34rem;margin:18px 0 0}.store-product-detail-price-consultation{font-size:1.16rem;margin:18px 0 0}.store-alert-compact{margin:0}.store-checkout-login-note{margin:6px 0 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--store-page);color:var(--store-ink);font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.55}body.store-is-busy{cursor:wait}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.store-shell{min-height:100vh;display:flex;flex-direction:column}.store-container{width:min(100% - 32px,1400px);margin-inline:auto}.store-header{position:sticky;top:0;z-index:40;background:#fff;box-shadow:0 1px #271f3814,0 12px 30px #281c4114}.store-topbar{background:#211431;color:#f8f4ff;font-size:.86rem}.store-topbar .store-container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.store-topbar span{color:#dacfff}.store-nav{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:18px;align-items:center;min-height:76px}.store-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-weight:900}.store-brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:var(--store-radius);background:#1f1530;overflow:hidden;padding:4px}.store-brand-mark img{width:100%;height:100%;object-fit:contain}.store-brand-text{display:grid;gap:2px;line-height:1.05;white-space:nowrap}.store-brand-text span:first-child{font-size:.98rem}.store-brand-text span:last-child{color:var(--store-muted);font-size:.75rem;font-weight:800}.store-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.store-header-search{display:block;min-width:0}.store-header-search-box{position:relative;min-width:0}.store-header-search-box .store-input{padding-right:44px}.store-search-loading{position:absolute;top:50%;right:14px;width:18px;height:18px;margin-top:-9px;border:2px solid rgba(109,40,217,.18);border-top-color:var(--store-primary);border-radius:999px;animation:store-spin .75s linear infinite;pointer-events:none}.store-search-loading[hidden]{display:none}.store-search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;display:grid;gap:4px;max-height:min(420px,70vh);overflow-y:auto;border:1px solid rgba(109,40,217,.18);border-radius:var(--store-radius-lg);background:#fff;box-shadow:0 20px 48px #1f113f2e;padding:8px}.store-search-suggestions[hidden]{display:none}.store-search-suggestion{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;align-items:center;border-radius:var(--store-radius);color:var(--store-ink);padding:8px;text-decoration:none}.store-search-suggestion:hover,.store-search-suggestion.is-active{background:#f4efff}.store-search-suggestion img{width:48px;height:48px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#f8f6fb;object-fit:contain}.store-search-suggestion-body{min-width:0;display:grid;gap:3px}.store-search-suggestion-name,.store-search-suggestion-price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-search-suggestion-name{font-weight:900}.store-search-suggestion-meta{display:flex;flex-wrap:wrap;gap:4px 8px;color:var(--store-muted);font-size:.76rem;font-weight:800}.store-search-suggestion-price{color:var(--store-primary-strong);font-size:.84rem;font-weight:900}.store-search-empty{color:var(--store-muted);font-size:.88rem;font-weight:800;padding:12px}.store-input,.store-select,.store-textarea{width:100%;min-height:46px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;color:var(--store-ink);padding:0 13px;outline:none}.store-textarea{min-height:92px;padding-block:12px;resize:vertical}.store-input:focus,.store-select:focus,.store-textarea:focus{border-color:var(--store-primary);box-shadow:0 0 0 3px #6d28d924}.store-input[readonly]{background:#f6f4fa;color:var(--store-muted)}.store-button{position:relative;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--store-radius);background:var(--store-primary);color:#fff;padding:0 18px;font-weight:900;cursor:pointer;text-align:center;white-space:nowrap}.store-button:hover{background:var(--store-primary-strong)}.store-button[disabled]{cursor:not-allowed;opacity:.58}.store-action-loading{cursor:wait!important;opacity:.72}.store-action-loading:after{content:"";width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;animation:store-spin .7s linear infinite}.store-text-button.store-action-loading:after{display:inline-block;margin-left:6px;vertical-align:-2px}.store-busy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;background:#17132147;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:wait;padding:18px}.store-busy-overlay[hidden]{display:none}.store-busy-card{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.72);border-radius:var(--store-radius);background:#fffffff5;box-shadow:0 18px 48px #19122838;color:var(--store-primary-strong);font-weight:950;padding:13px 16px}.store-busy-spinner{width:18px;height:18px;border:2px solid rgba(109,40,217,.22);border-top-color:var(--store-primary);border-radius:999px;animation:store-spin .75s linear infinite}@keyframes store-spin{to{transform:rotate(360deg)}}.store-text-button.danger{color:var(--store-danger)}.store-button.secondary{border:1px solid var(--store-line);background:#fff;color:var(--store-primary-strong)}.store-button.secondary:hover{background:var(--store-primary-soft)}.store-copy-buffer{position:fixed;top:-1000px;left:-1000px;width:1px;height:1px;opacity:0}.store-icon-button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;color:var(--store-primary-strong);cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.store-icon-button:hover,.store-icon-button:focus-visible{border-color:#6d28d957;background:var(--store-primary-soft);color:var(--store-primary);outline:none}.store-icon-button svg,.store-share-action svg,.store-whatsapp-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.store-header-actions,.store-nav-links{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.store-link-button,.store-nav-links a,.store-nav-links button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--store-radius);background:transparent;color:#322b42;padding:0 11px;font-size:.92rem;font-weight:850;cursor:pointer;white-space:nowrap}.store-link-button{border-color:var(--store-line);background:#fff}.store-nav-links a:hover,.store-nav-links button:hover,.store-link-button:hover{background:var(--store-primary-soft);color:var(--store-primary-strong)}.store-nav-count{min-width:23px;height:23px;display:inline-grid;place-items:center;border-radius:999px;background:var(--store-accent);color:#211431;font-size:.72rem;font-weight:900}.store-account-chip{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-cart-nav-action{display:inline-flex}.store-mobile-menu-only,.store-menu-user{display:none}.store-menu,.store-language-menu{position:relative}.store-menu summary{list-style:none}.store-language-menu summary{min-width:48px;list-style:none}.store-menu summary::-webkit-details-marker,.store-language-menu summary::-webkit-details-marker{display:none}.store-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:60;display:grid;gap:4px;width:min(260px,calc(100vw - 32px));border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;box-shadow:var(--store-shadow);padding:8px}.store-language-menu-panel{width:min(220px,calc(100vw - 32px))}.store-menu-panel a,.store-menu-panel .store-menu-user,.store-menu-panel button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:flex-start;border:0;border-radius:var(--store-radius);background:transparent;color:#322b42;padding:0 10px;font-weight:850;cursor:pointer}.store-language-menu-panel a{justify-content:space-between}.store-language-menu-panel a small{color:var(--store-muted);font-size:.74rem;font-weight:900}.store-language-menu-panel a.active{background:var(--store-primary-soft);color:var(--store-primary-strong)}.store-menu-panel .store-menu-user{display:none;cursor:default;color:var(--store-primary-strong);background:var(--store-primary-soft);font-size:.88rem;overflow-wrap:anywhere}.store-menu-panel .store-mobile-menu-only{display:none}.store-menu-panel a:hover,.store-menu-panel button:hover{background:var(--store-primary-soft);color:var(--store-primary-strong)}.store-menu-panel form{margin:0}.store-main{flex:1}.store-section{padding-block:32px}.store-section-tight{padding-block:26px}.store-marketplace-hero{padding-block:18px 24px;background:linear-gradient(180deg,#fff,#f7f5fb 58%,#f4f5f8);border-bottom:1px solid var(--store-line)}.store-marketplace-layout{display:grid;grid-template-columns:238px minmax(0,1fr) 282px;gap:16px;align-items:stretch}.store-marketplace-categories,.store-marketplace-banner{border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;box-shadow:0 12px 30px #1f183012}.store-marketplace-categories{padding:12px;min-width:0}.store-marketplace-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:32px;margin-bottom:8px}.store-marketplace-panel-head strong{min-width:0;color:#241a34;font-size:.92rem;font-weight:950;overflow-wrap:anywhere}.store-marketplace-panel-head a{color:var(--store-primary-strong);font-size:.78rem;font-weight:900;white-space:nowrap}.store-marketplace-category-list{display:grid;gap:3px}.store-marketplace-category-list a{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:6px;color:#30283d;padding:6px 8px;font-size:.88rem;font-weight:850}.store-marketplace-category-list a:hover{background:var(--store-primary-soft);color:var(--store-primary-strong)}.store-marketplace-category-list span{min-width:0;line-height:1.25;overflow-wrap:anywhere}.store-marketplace-category-list small{min-width:28px;flex:0 0 auto;border-radius:999px;background:#f4f1fb;color:var(--store-muted);padding:2px 7px;text-align:center;font-size:.72rem;font-weight:900}.store-marketplace-main{min-width:0;display:grid;gap:10px}.store-marketplace-banner{min-height:258px;display:grid;align-content:center;padding:22px;background:linear-gradient(135deg,#6d28d91f,#f59e0b1c),#fff}.store-home-search{max-width:760px;margin-top:18px}.store-marketplace-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:14px}.store-marketplace-actions .store-text-link{min-height:38px;align-items:center;margin-top:0}.store-marketplace-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.store-marketplace-trust span{min-height:58px;display:grid;gap:3px;align-content:center;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;color:var(--store-muted);padding:10px 12px;font-size:.82rem;line-height:1.25}.store-marketplace-trust strong{color:var(--store-ink);font-size:.84rem}.store-marketplace-rail{min-width:0;display:grid;gap:8px;align-content:start}.store-marketplace-rail-list{display:grid;gap:8px}.store-hero{padding-block:30px;background:linear-gradient(180deg,#fff,#f7f5fb);border-bottom:1px solid var(--store-line)}.store-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:24px;align-items:stretch}.store-eyebrow{margin:0 0 9px;color:var(--store-primary-strong);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.store-heading-xl{margin:0;max-width:820px;font-size:clamp(1.85rem,4.4vw,3rem);line-height:1.06;letter-spacing:0}.store-lead{max-width:720px;margin:14px 0 0;color:var(--store-muted);font-size:clamp(.98rem,1.3vw,1.06rem);line-height:1.6}.store-search{max-width:760px;margin-top:22px}.store-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}.store-hero-actions .store-text-link{min-height:38px;align-items:center;margin-top:0}.store-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:760px;margin-top:18px}.store-proof,.store-info-card,.store-category-card,.store-product-card,.store-mini-product,.store-cart-item,.store-cart-summary,.store-filters,.store-product-summary,.store-checkout-panel,.store-auth-panel,.store-confirmation-panel,.store-account-panel{border:1px solid var(--store-line);border-radius:var(--store-radius);background:var(--store-surface)}.store-proof{min-height:82px;padding:13px}.store-proof strong{display:block;font-size:1.18rem}.store-proof span{color:var(--store-muted);font-size:.84rem;line-height:1.35}.store-hero-panel{border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;padding:14px;box-shadow:var(--store-shadow)}.store-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.store-mini-product{min-width:0;min-height:82px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:9px;align-items:center;padding:8px;transition:transform .16s ease,box-shadow .16s ease}.store-mini-product:hover,.store-product-card:hover,.store-category-card:hover{transform:translateY(-2px);box-shadow:var(--store-shadow)}.store-mini-product img{width:100%;height:72px;object-fit:contain;border-radius:6px;background:var(--store-primary-soft);padding:6px}.store-mini-product>span{min-width:0}.store-mini-product strong{display:-webkit-box;min-height:0;overflow:hidden;color:#251d34;font-size:.82rem;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.store-mini-product small{display:block;margin-top:5px;color:var(--store-primary-strong);font-size:.8rem;font-weight:900}.store-section-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.store-section-header h2,.store-filter-title,.store-product-title{margin:0;font-size:clamp(1.28rem,2.2vw,1.72rem);line-height:1.18;letter-spacing:0}.store-product-title{font-size:clamp(1.34rem,2.4vw,1.86rem)}.store-section-header p,.store-auth-copy p{max-width:680px;margin:8px 0 0;color:var(--store-muted);line-height:1.58}.store-section-header.compact{margin-bottom:8px}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.store-home-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.store-product-results.is-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product-results.is-list{display:grid;gap:12px}.store-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.store-category-card{min-height:92px;display:grid;gap:8px;padding:15px}.store-category-card strong{overflow-wrap:anywhere}.store-category-card span{color:var(--store-muted);font-size:.9rem}.store-product-card{min-width:0;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}.store-product-link{height:100%;display:grid;color:inherit}.store-product-media{position:relative;background:#f8f6fb;padding:9px}.store-product-media img{width:100%;aspect-ratio:1 / .84;object-fit:contain}.store-badge{display:inline-flex;min-height:27px;align-items:center;justify-content:center;border-radius:999px;padding:0 9px;background:var(--store-primary-soft);color:var(--store-primary-strong);font-size:.76rem;font-weight:900;white-space:nowrap}.store-badge.success{background:#ccfbf1;color:var(--store-success)}.store-badge.warning{background:#fef3c7;color:var(--store-warning)}.store-badge.info{background:#e0f2fe;color:var(--store-info)}.store-product-body{display:grid;gap:8px;padding:11px}.store-product-meta{display:flex;flex-wrap:wrap;gap:7px;color:var(--store-muted);font-size:.8rem}.store-product-name{display:-webkit-box;min-height:40px;overflow:hidden;color:var(--store-ink);font-size:.94rem;font-weight:900;line-height:1.34;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical}.store-product-excerpt{display:-webkit-box;overflow:hidden;color:var(--store-muted);font-size:.84rem;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.store-price{color:var(--store-primary-strong);font-size:1rem;font-weight:950}.store-price.consultation{color:var(--store-info)}.store-consultation-strip{background:linear-gradient(180deg,transparent 0%,rgba(224,242,254,.44) 100%)}.store-product-action{min-height:32px;display:inline-flex;width:max-content;max-width:100%;align-items:center;justify-content:center;border-radius:var(--store-radius);background:var(--store-primary-soft);color:var(--store-primary-strong);padding:0 10px;font-size:.78rem;font-weight:950;white-space:nowrap}.store-product-card.is-list .store-product-link{grid-template-columns:118px minmax(0,1fr);align-items:stretch}.store-product-card.is-list .store-product-media{min-height:100%;display:grid;place-items:center;border-right:1px solid var(--store-line)}.store-product-card.is-list .store-product-media img{height:104px;aspect-ratio:1 / 1}.store-product-card.is-list .store-product-body{grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;align-content:center;padding:12px 14px}.store-product-card.is-list .store-product-meta,.store-product-card.is-list .store-product-name,.store-product-card.is-list .store-product-excerpt{grid-column:1}.store-product-card.is-list .store-product-name{min-height:0;font-size:.98rem}.store-product-card.is-list .store-price{grid-column:2;grid-row:1 / span 2;align-self:start;text-align:right;white-space:nowrap}.store-product-card.is-list .store-product-action{grid-column:2;align-self:end;justify-self:end}.store-empty{border:1px dashed #c8c0d7;border-radius:var(--store-radius);background:#fff;padding:24px;text-align:center}.store-empty h2,.store-empty h3{margin:0 0 8px}.store-empty p{margin:0 auto;max-width:560px;color:var(--store-muted);line-height:1.6}.store-empty .store-button{margin-top:18px}.store-alert{border:1px solid var(--store-line);border-radius:var(--store-radius);margin:14px 0;padding:12px 14px;font-weight:850;line-height:1.45}.store-alert.success{border-color:#99f6e4;background:#f0fdfa;color:var(--store-success)}.store-alert.danger{border-color:#fecaca;background:#fef2f2;color:var(--store-danger)}.store-alert.warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.store-field-error{margin:3px 0 0;color:var(--store-danger);font-size:.86rem;font-weight:850}.store-field{display:grid;gap:6px;min-width:0}.store-field label,.store-field>span{color:#342c45;font-size:.84rem;font-weight:900}.store-catalog-layout{display:grid;grid-template-columns:286px minmax(0,1fr);gap:26px;align-items:start}.store-filters{position:sticky;top:132px;display:grid;gap:12px;padding:15px}.store-results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:var(--store-muted)}.store-results-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.store-results-summary strong{color:var(--store-ink);font-size:.95rem}.store-view-toggle{display:inline-flex;align-items:center;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;padding:3px;box-shadow:0 8px 22px #1f18300d}.store-view-toggle button{min-height:34px;border:0;border-radius:6px;background:transparent;color:var(--store-muted);padding:0 11px;font-size:.82rem;font-weight:950;cursor:pointer}.store-view-toggle button.is-active{background:var(--store-primary);color:#fff;box-shadow:0 6px 16px #6d28d938}.store-product-layout{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:26px;align-items:start;min-width:0}.store-gallery{display:grid;gap:10px;min-width:0;max-width:100%}.store-gallery-desktop{display:grid;gap:10px}.store-gallery-main{border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;overflow:hidden}.store-gallery-main img{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:var(--store-primary-soft)}.store-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.store-gallery-thumbs img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:1px solid var(--store-line);border-radius:6px;background:var(--store-primary-soft)}.store-gallery-carousel{display:none}.store-product-summary{min-width:0;max-width:100%;padding:18px;box-shadow:var(--store-shadow)}.store-product-summary p{color:var(--store-muted);line-height:1.7}.store-product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.store-product-title-row .store-product-title{flex:1 1 auto;min-width:0}.store-share-menu{position:relative;flex:0 0 auto}.store-share-menu summary{list-style:none}.store-share-menu summary::-webkit-details-marker{display:none}.store-share-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:80;width:min(278px,calc(100vw - 32px));display:grid;gap:6px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;box-shadow:var(--store-shadow);padding:8px}.store-share-action{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;border:0;border-radius:6px;background:transparent;color:#342c45;cursor:pointer;font-size:.92rem;font-weight:850;line-height:1.25;padding:9px 10px;text-align:left}.store-share-action:hover,.store-share-action:focus-visible,.store-share-action.is-copied{background:var(--store-primary-soft);color:var(--store-primary-strong);outline:none}.store-availability-note{margin:12px 0 0;padding:10px 12px;border-left:3px solid var(--store-primary);border-radius:6px;background:var(--store-primary-soft);color:var(--store-ink);font-size:.92rem;line-height:1.55}.store-confidence-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}.store-confidence-list div{min-width:0;display:grid;gap:3px;border-top:1px solid #e5dff2;padding:9px 0 0}.store-confidence-list strong{color:var(--store-ink);font-size:.78rem;line-height:1.25}.store-confidence-list span{color:var(--store-muted);font-size:.76rem;line-height:1.35}.store-confidence-list.is-compact{grid-template-columns:1fr;margin-top:4px}.store-confidence-list.is-compact div{padding-top:8px}.store-buy-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:18px}.store-buy-form-inline{display:grid;grid-template-columns:128px minmax(0,1fr);gap:10px;align-items:end}.store-quantity-field{display:grid;gap:6px}.store-quantity-field span{color:#342c45;font-size:.84rem;font-weight:900}.store-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.store-spec{border:1px solid var(--store-line);border-radius:var(--store-radius);background:var(--store-surface-2);padding:12px}.store-spec span{display:block;color:var(--store-muted);font-size:.76rem;font-weight:900;text-transform:uppercase}.store-spec strong{display:block;margin-top:4px;overflow-wrap:anywhere}.store-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#1713218f;padding:18px}.store-modal{width:min(100%,560px);max-height:min(760px,calc(100vh - 36px));overflow-y:auto;border-radius:var(--store-radius);background:#fff;box-shadow:0 24px 70px #140f2147;padding:18px}.store-info-band{background:#fff;border-block:1px solid var(--store-line)}.store-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.store-info-card{padding:15px}.store-info-card h3{margin:0 0 8px;font-size:1rem}.store-info-card p{margin:0;color:var(--store-muted);line-height:1.55}.store-cart-layout,.store-checkout-layout,.store-confirmation-layout,.store-tracking-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.store-cart-items{display:grid;gap:16px}.store-cart-item{display:grid;grid-template-columns:108px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px}.store-cart-item img{width:108px;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px;background:var(--store-primary-soft)}.store-cart-item-main{min-width:0;display:grid;gap:12px}.store-cart-item-title{display:block;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.store-cart-item-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.store-quantity-control{min-height:40px;display:inline-grid;grid-template-columns:40px 42px 40px;overflow:hidden;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff}.store-quantity-control button{border:0;background:#fff;color:var(--store-primary-strong);font-weight:900;cursor:pointer}.store-quantity-control button:hover{background:var(--store-primary-soft)}.store-quantity-control span{display:grid;place-items:center;border-inline:1px solid var(--store-line);font-weight:900}.store-text-button,.store-text-link{border:0;background:transparent;color:var(--store-primary-strong);font-weight:900;cursor:pointer}.store-text-link{display:inline-flex;margin-top:12px}.store-cart-item-price{display:grid;gap:4px;justify-items:end;min-width:120px}.store-cart-item-price span{color:var(--store-muted);font-size:.88rem}.store-cart-item-price strong{color:var(--store-primary-strong);font-size:1.02rem}.store-cart-summary{position:sticky;top:132px;display:grid;gap:13px;padding:16px;box-shadow:var(--store-shadow)}.store-cart-summary h2,.store-checkout-panel h2,.store-code-panel h2{margin:0;font-size:1.08rem;line-height:1.25}.store-summary-line,.store-summary-total,.store-summary-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-summary-line{color:var(--store-muted)}.store-summary-total{border-top:1px solid var(--store-line);padding-top:12px;font-size:1rem}.store-cart-summary p{margin:0;color:var(--store-muted);font-size:.9rem;line-height:1.55}.store-summary-items{display:grid;gap:12px;max-height:360px;overflow:auto;padding-right:2px}.store-summary-item{align-items:flex-start;border-bottom:1px solid #f0edf7;padding-bottom:10px}.store-summary-item img{width:54px;height:54px;flex:0 0 auto;border-radius:6px;object-fit:cover;background:var(--store-primary-soft)}.store-summary-item div{min-width:0;display:grid;gap:3px}.store-summary-item strong{overflow-wrap:anywhere}.store-summary-item span{color:var(--store-muted);font-size:.85rem}.store-auth-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,520px);gap:28px;align-items:start}.store-auth-copy{padding-block:20px}.store-auth-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.store-auth-benefits span{border:1px solid var(--store-line);border-radius:999px;background:#fff;padding:8px 11px;color:#40364f;font-size:.86rem;font-weight:850}.store-auth-panel,.store-checkout-panel,.store-confirmation-panel,.store-account-panel{display:grid;gap:15px;padding:18px;box-shadow:var(--store-shadow)}.store-auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;border-radius:var(--store-radius);background:#f0edf7;padding:5px}.store-auth-tabs button{min-height:40px;border:0;border-radius:6px;background:transparent;color:#433852;font-weight:900;cursor:pointer}.store-auth-tabs button.active{background:#fff;color:var(--store-primary-strong);box-shadow:0 1px 4px #1f18301a}.store-form-grid{display:grid;gap:13px}.store-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.store-check-row{display:inline-flex;align-items:center;gap:8px;color:#433852;font-size:.92rem;font-weight:850}.store-code-panel,.store-email-verification,.store-code-row{border:1px solid var(--store-line);border-radius:var(--store-radius);background:var(--store-surface-2);padding:12px}.store-code-panel p,.store-email-verification p{margin:4px 0 0;color:var(--store-muted);line-height:1.5}.store-code-input{text-align:center;font-size:1.1rem;font-weight:900;letter-spacing:.18em}.store-auth-divider{display:flex;align-items:center;gap:10px;color:var(--store-muted);font-size:.86rem;font-weight:850}.store-auth-divider:before,.store-auth-divider:after{content:"";height:1px;flex:1;background:var(--store-line)}.store-google-button{width:100%}.store-google-button span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#4285f4;font-weight:950}.store-checkout-form{display:grid;gap:16px}.store-email-verification{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-email-verification.verified{border-color:#99f6e4;background:#f0fdfa}.store-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.store-checkout-submit{width:fit-content}.store-confirmation-layout{grid-template-columns:minmax(0,1fr) 380px}.store-tracking-layout{grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr)}.store-tracking-form{display:grid;gap:14px}.store-tracking-status{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.store-tracking-meta{margin-top:0}.store-status-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#ccfbf1;color:var(--store-success);font-weight:950}.store-payment-reference{display:grid;gap:6px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#211431;color:#fff;padding:14px}.store-payment-reference span{color:#dacfff;font-size:.82rem;font-weight:850;text-transform:uppercase}.store-payment-reference strong{font-size:clamp(1.18rem,3vw,1.62rem);letter-spacing:.04em}.store-license-key-box{display:grid;gap:8px;border:1px solid rgba(109,40,217,.24);border-radius:var(--store-radius);background:#f8f5ff;padding:14px}.store-license-key-box span{color:var(--store-primary-strong);font-size:.78rem;font-weight:950;text-transform:uppercase}.store-license-key-box code{display:block;overflow-wrap:anywhere;border:1px dashed #8b5cf6;border-radius:var(--store-radius);background:#fff;color:var(--store-ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:clamp(.95rem,2.2vw,1.16rem);font-weight:950;line-height:1.45;padding:12px}.store-confirmation-actions{display:flex;flex-wrap:wrap;gap:10px}.store-account-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.store-account-page>.store-account-panel+.store-account-panel,.store-account-page>.store-account-panel+.store-account-layout{margin-top:24px}.store-account-main,.store-account-sidebar,.store-order-list{display:grid;gap:20px}.store-account-sidebar{position:sticky;top:132px}.store-account-panel>h2{margin:0;font-size:1.08rem;line-height:1.25}.store-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.store-metric-card{min-width:0;border:1px solid var(--store-line);border-radius:var(--store-radius);background:var(--store-surface-2);padding:12px}.store-metric-card span{display:block;color:var(--store-muted);font-size:.78rem;font-weight:900;line-height:1.3;text-transform:uppercase}.store-metric-card strong{display:block;margin-top:6px;color:var(--store-primary-strong);font-size:1.06rem;overflow-wrap:anywhere}.store-order-card{display:grid;gap:14px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;padding:13px}.store-order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.store-order-card-head div{display:grid;gap:3px;min-width:0}.store-order-card-head strong{overflow-wrap:anywhere}.store-order-card-head span:not(.store-badge){color:var(--store-muted);font-size:.85rem}.store-order-specs{margin-top:0}.store-table-wrap{width:100%;max-height:min(70vh,620px);overflow:auto;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;-webkit-overflow-scrolling:touch}.store-simple-table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}.store-simple-table th,.store-simple-table td{border-bottom:1px solid var(--store-line);padding:10px 8px;text-align:left;vertical-align:top}.store-simple-table th{position:sticky;top:0;z-index:1;background:#fbfaff;color:#342c45;font-size:.8rem;font-weight:900;text-transform:uppercase}.store-simple-table td{color:var(--store-muted);font-size:.9rem;overflow-wrap:anywhere}.store-simple-table td strong{color:#2f263d}.store-simple-table td span{color:var(--store-muted);font-size:.84rem}.store-compact-table{min-width:360px}.store-manager-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.store-analytics-header{align-items:end}.store-analytics-period{width:min(100%,220px)}.store-analytics-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.store-analytics-tile{min-width:0;border:1px solid var(--store-line);border-radius:var(--store-radius);background:linear-gradient(180deg,#fff,#fbfaff);padding:12px}.store-analytics-tile span{display:block;color:var(--store-muted);font-size:.76rem;font-weight:900;line-height:1.25;text-transform:uppercase}.store-analytics-tile strong{display:block;margin-top:6px;color:var(--store-primary-strong);font-size:1.08rem;overflow-wrap:anywhere}.store-analytics-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-analytics-details{min-width:0;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;overflow:hidden}.store-analytics-details summary{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:#332743;font-weight:950;cursor:pointer}.store-analytics-details summary:after{content:"+";color:var(--store-primary);font-weight:950}.store-analytics-details[open] summary:after{content:"-"}.store-analytics-list{display:grid;border-top:1px solid var(--store-line)}.store-analytics-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 14px;border-top:1px solid #f0edf7}.store-analytics-row:first-child{border-top:0}.store-analytics-row strong{display:block;color:#2f263d;font-size:.9rem;overflow-wrap:anywhere}.store-analytics-row span{display:block;margin-top:2px;color:var(--store-muted);font-size:.78rem}.store-analytics-row em{min-width:42px;border-radius:999px;background:var(--store-primary-soft);color:var(--store-primary-strong);padding:5px 9px;font-style:normal;font-weight:950;text-align:center}.store-analytics-empty{margin:0;border-top:1px solid var(--store-line);color:var(--store-muted);padding:14px}.store-analytics-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.store-analytics-split .store-analytics-list+.store-analytics-list,.store-analytics-split .store-analytics-empty+.store-analytics-empty{border-left:1px solid var(--store-line)}.store-filter-row{display:grid;grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);gap:12px;margin-bottom:14px}.store-filter-row.three{grid-template-columns:minmax(160px,.28fr) minmax(150px,.24fr) minmax(0,1fr)}.store-row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.store-detail-panel{display:grid;gap:14px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fbfaff;margin-top:14px;padding:14px}.store-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.store-detail-head h3{margin:0;font-size:1rem}.store-detail-head p{margin:4px 0 0;color:var(--store-muted);line-height:1.45}.store-empty.compact{padding:18px;text-align:left}.store-empty.compact p{margin:0}.store-footer{border-top:1px solid #2d203d;background:#191421;color:#f6f2ff;padding:28px 0}.store-footer-grid{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(260px,1fr);align-items:start;gap:22px 36px}.store-footer-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.store-footer-brand img{width:74px;height:52px;flex:0 0 auto;object-fit:contain}.store-footer-brand span{min-width:0}.store-footer small{color:#c8bedc}.store-footer-contacts{display:grid;justify-items:end;gap:8px;margin:0;color:#e8e0f5;font-style:normal;line-height:1.5;text-align:right}.store-footer-contacts strong{color:#fff;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.store-footer-contacts a,.store-footer-legal a{color:#fff;font-weight:700;text-decoration:none;text-decoration-color:#ffffff5c;text-underline-offset:4px}.store-footer-contacts a:hover,.store-footer-contacts a:focus,.store-footer-legal a:hover,.store-footer-legal a:focus{text-decoration:underline}.store-footer-contacts span{max-width:520px;color:#c8bedc}.store-footer-legal{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 10px;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#c8bedc;font-size:.9rem;line-height:1.5;text-align:center}.store-whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:8800;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.store-whatsapp-icon{width:56px;height:56px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:#1fa855;box-shadow:0 16px 36px #1f183042;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.store-whatsapp-icon svg{width:27px;height:27px;stroke-width:1.7}.store-whatsapp-tooltip{position:absolute;right:66px;bottom:50%;width:max-content;max-width:min(260px,calc(100vw - 104px));border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;box-shadow:var(--store-shadow);color:#342c45;font-size:.88rem;font-weight:850;line-height:1.35;opacity:0;padding:10px 12px;pointer-events:none;transform:translateY(50%) translate(8px);transition:opacity .16s ease,transform .16s ease}.store-whatsapp-float:hover .store-whatsapp-icon,.store-whatsapp-float:focus-visible .store-whatsapp-icon{background:#128c46;box-shadow:0 18px 42px #1f183052;transform:translateY(-1px)}.store-whatsapp-float:hover .store-whatsapp-tooltip,.store-whatsapp-float:focus-visible .store-whatsapp-tooltip{opacity:1;transform:translateY(50%)}.store-pagination{margin-top:22px}.store-pager{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--store-line);border-radius:8px;background:#fffffff0;box-shadow:0 12px 30px #261c3714;padding:12px}.store-pager-summary{margin:0;color:var(--store-muted);font-size:.9rem;font-weight:700}.store-pager-controls,.store-pager-pages{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.store-pager-button,.store-pager-page{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;border:1px solid #e5dff0;border-radius:8px;background:#fff;color:#30263f;font-size:.9rem;font-weight:900;line-height:1;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.store-pager-button{padding-inline:14px}.store-pager-button:hover,.store-pager-page:hover{border-color:#6d28d959;background:#f6f1ff;color:var(--store-primary);transform:translateY(-1px)}.store-pager-page.active{border-color:var(--store-primary);background:var(--store-primary);color:#fff;box-shadow:0 10px 22px #6d28d933}.store-pager-button.disabled,.store-pager-page.disabled{background:#f7f5fa;color:#9a8fad;cursor:not-allowed;transform:none}.store-pager button:disabled{opacity:.65;cursor:wait;transform:none}.store-inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.store-coupon-box{display:grid;gap:10px;border-block:1px solid var(--store-line);padding-block:12px}.store-coupon-input{text-transform:uppercase}.store-coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #d8c8ff;border-radius:var(--store-radius);background:#f8f5ff;padding:10px}.store-coupon-applied div{display:grid;gap:2px;min-width:0}.store-coupon-applied strong{color:var(--store-primary-strong);overflow-wrap:anywhere}.store-coupon-applied span{color:var(--store-muted);font-size:.84rem}.store-loyalty-box{display:grid;gap:10px;border:1px solid #d7ead6;border-radius:var(--store-radius);background:linear-gradient(180deg,#fbfffb,#f7fbff);padding:12px}.store-loyalty-box-head,.store-loyalty-balance-line{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.store-loyalty-box-head div{display:grid;gap:2px;min-width:0}.store-loyalty-box-head strong,.store-loyalty-balance-line strong{color:#24532f;overflow-wrap:anywhere}.store-loyalty-box-head span,.store-loyalty-balance-line span{color:var(--store-muted);font-size:.84rem}.store-loyalty-chip,.store-loyalty-pill{display:inline-flex;align-items:center;width:fit-content;border:1px solid #bfe6c0;border-radius:999px;background:#effaf0;color:#24532f;font-size:.74rem;font-style:normal;font-weight:950;line-height:1.2;padding:5px 8px}.store-loyalty-pill{margin-top:2px}.store-loyalty-redeem-form{display:grid;gap:8px}.store-loyalty-note{display:grid;gap:8px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fbfaff;padding:12px}.store-loyalty-note strong{color:var(--store-primary-strong)}.store-loyalty-note p{margin:0;color:var(--store-muted);font-size:.9rem;line-height:1.5}.store-title-with-info{display:flex;align-items:center;gap:8px}.store-title-with-info h2{margin:0}.store-info-tip{position:relative;display:inline-flex;flex:0 0 auto}.store-info-trigger{display:inline-grid;place-items:center;width:24px;height:24px;border:1px solid #d8c8ff;border-radius:50%;background:var(--store-primary-soft);color:var(--store-primary-strong);font-size:.78rem;font-weight:950;cursor:help}.store-info-popover{position:absolute;z-index:20;top:calc(100% + 8px);left:50%;display:none;width:min(320px,calc(100vw - 40px));transform:translate(-50%);border:1px solid #d8c8ff;border-radius:var(--store-radius);background:#fff;box-shadow:var(--store-shadow);color:#332743;padding:12px}.store-info-popover span{display:block;color:#332743;font-size:.82rem;line-height:1.45}.store-info-popover span+span{margin-top:6px;padding-top:6px;border-top:1px solid #f0edf7}.store-info-tip:hover .store-info-popover,.store-info-tip:focus-within .store-info-popover,.store-info-tip:focus .store-info-popover{display:block}.store-loyalty-metric-grid,.store-loyalty-balance-grid{margin-bottom:14px}.store-summary-discount strong{color:#166534}.store-coupon-manager{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(190px,1fr) minmax(190px,1fr) auto;align-items:start;gap:12px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fbfaff;margin-bottom:14px;padding:14px}.store-coupon-manager .store-field{grid-template-rows:auto 44px minmax(18px,auto);gap:6px;height:100%}.store-coupon-manager .store-field>small:not(.store-field-error){color:var(--store-muted);font-size:.78rem;line-height:1.25}.store-coupon-manager .store-button{align-self:start;margin-top:calc(1.05rem + 6px);min-height:44px;white-space:nowrap}.store-license-manager{display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(220px,1fr) auto;align-items:start;gap:12px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fbfaff;margin:16px 0 14px;padding:14px}.store-license-manager .store-field{grid-template-rows:auto 44px minmax(18px,auto);gap:6px;height:100%}.store-license-manager .store-field>small:not(.store-field-error){color:var(--store-muted);font-size:.78rem;line-height:1.25}.store-license-manager .store-button{align-self:start;margin-top:calc(1.05rem + 6px);min-height:44px;white-space:nowrap}@media (min-width: 1500px){.store-grid,.store-product-results.is-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width: 1100px){.store-nav{grid-template-columns:1fr;gap:10px;padding-block:12px}.store-header-actions{justify-content:flex-start;flex-wrap:wrap}.store-hero-grid,.store-marketplace-layout,.store-product-layout,.store-auth-layout{grid-template-columns:1fr}.store-grid,.store-category-grid,.store-product-results.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-home-product-grid,.store-marketplace-category-list{grid-template-columns:repeat(4,minmax(0,1fr))}.store-marketplace-rail-list{grid-template-columns:repeat(2,minmax(0,1fr))}.store-catalog-layout,.store-cart-layout,.store-checkout-layout,.store-confirmation-layout,.store-tracking-layout,.store-account-layout{grid-template-columns:1fr}.store-filters,.store-cart-summary,.store-account-sidebar{position:static}.store-metric-grid,.store-analytics-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-analytics-details-grid{grid-template-columns:1fr}}@media (max-width: 760px){.store-container{width:min(100% - 24px,1400px)}.store-footer-grid{grid-template-columns:1fr}.store-footer-contacts{justify-items:start;text-align:left}.store-topbar{display:none}.store-nav{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:60px;padding-block:8px}.store-brand{gap:0}.store-brand-mark{width:38px;height:38px;padding:4px}.store-brand-text,.store-direct-action{display:none!important}.store-header-actions,.store-nav-links{width:auto;align-items:center;flex-direction:row;justify-content:flex-end}.store-menu summary.store-link-button{width:auto;min-width:48px;white-space:nowrap}.store-menu-panel{position:fixed;top:66px;right:12px;width:min(320px,calc(100vw - 24px))}.store-menu-panel .store-mobile-menu-only,.store-menu-panel .store-menu-user{display:flex}.store-topbar .store-container{align-items:flex-start;flex-direction:column;gap:3px;padding-block:8px}.store-header-search,.store-search,.store-buy-box,.store-buy-form-inline,.store-code-row,.store-analytics-split,.store-proof-grid,.store-info-grid,.store-specs,.store-confidence-list,.store-form-grid.two{grid-template-columns:1fr}.store-grid,.store-home-product-grid,.store-product-results.is-grid,.store-category-grid,.store-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-marketplace-banner{min-height:0;padding:18px}.store-marketplace-category-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.store-marketplace-category-list a{flex:0 0 auto;min-width:150px;border:1px solid var(--store-line)}.store-marketplace-trust,.store-marketplace-rail-list{grid-template-columns:1fr}.store-product-media{padding:7px}.store-product-body{gap:7px;padding:9px}.store-product-name{min-height:38px;font-size:.86rem;line-height:1.3}.store-product-meta{gap:5px;font-size:.72rem}.store-badge{min-height:23px;padding:0 7px;font-size:.66rem}.store-price{font-size:.93rem}.store-product-action{min-height:29px;padding-inline:8px;font-size:.7rem}.store-product-card.is-list .store-product-link{grid-template-columns:92px minmax(0,1fr)}.store-product-card.is-list .store-product-media img{height:82px}.store-product-card.is-list .store-product-body{grid-template-columns:minmax(0,1fr);padding:9px}.store-product-card.is-list .store-product-name,.store-product-card.is-list .store-product-meta,.store-product-card.is-list .store-product-excerpt,.store-product-card.is-list .store-price,.store-product-card.is-list .store-product-action{grid-column:1}.store-product-card.is-list .store-price{grid-row:auto;justify-self:start;text-align:left}.store-product-card.is-list .store-product-action{justify-self:start}.store-heading-xl{font-size:clamp(1.54rem,7vw,2.05rem);line-height:1.1}.store-hero-grid{gap:18px}.store-search .store-button{display:none}.store-section-header,.store-results-bar,.store-pager,.store-detail-head,.store-email-verification{align-items:flex-start;flex-direction:column}.store-results-bar{gap:10px}.store-view-toggle{width:100%}.store-view-toggle button{flex:1 1 0}.store-pager-controls{width:100%;justify-content:space-between}.store-manager-summary-grid,.store-filter-row,.store-filter-row.three,.store-coupon-manager,.store-license-manager{grid-template-columns:1fr}.store-analytics-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-analytics-split .store-analytics-list+.store-analytics-list,.store-analytics-split .store-analytics-empty+.store-analytics-empty{border-left:0;border-top:1px solid var(--store-line)}.store-pager-pages{order:3;width:100%;justify-content:center}.store-cart-item{grid-template-columns:88px minmax(0,1fr)}.store-cart-item img{width:88px}.store-cart-item-price{grid-column:1 / -1;justify-items:start;min-width:0}.store-gallery-desktop{display:none}.store-gallery-carousel{display:grid;gap:8px;border:1px solid var(--store-line);border-radius:var(--store-radius);background:#fff;overflow:hidden;box-shadow:var(--store-shadow)}.store-gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.store-gallery-slide{flex:0 0 100%;margin:0;scroll-snap-align:center}.store-gallery-slide img{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:var(--store-primary-soft)}.store-gallery-position{display:flex;justify-content:center;gap:6px;padding:0 0 10px}.store-gallery-position span{width:7px;height:7px;border-radius:999px;background:#d6cdeb}.store-gallery-position span:first-child{background:var(--store-primary)}.store-inline-control{grid-template-columns:1fr}.store-checkout-submit{width:100%}.store-table-wrap{max-height:min(58vh,460px)}.store-simple-table{min-width:560px}.store-compact-table{min-width:460px}.store-simple-table th,.store-simple-table td{padding:7px 6px}.store-simple-table th{font-size:.68rem}.store-simple-table td{font-size:.78rem}.store-simple-table td span{font-size:.72rem}}@media (max-width: 430px){.store-grid,.store-home-product-grid,.store-product-results.is-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.store-category-grid,.store-panel-grid{grid-template-columns:1fr;gap:14px}.store-section{padding-block:26px}.store-hero{padding-block:24px}.store-product-summary,.store-auth-panel,.store-checkout-panel,.store-confirmation-panel,.store-account-panel{padding:15px}.store-confirmation-actions{width:100%;align-items:stretch;flex-direction:column}.store-header-actions,.store-nav-links{width:auto;align-items:center;flex-direction:row}.store-header-search{width:auto}.store-nav-links a,.store-nav-links button,.store-link-button,.store-button,.store-pager-button{width:100%;white-space:normal}.store-nav-links .store-menu>summary.store-link-button{width:auto;white-space:nowrap}.store-pager-controls{gap:8px}.store-pager-button{flex:1 1 130px}.store-cart-item{grid-template-columns:1fr}.store-cart-item img{width:100%}.store-metric-grid,.store-analytics-summary-grid{grid-template-columns:1fr}.store-order-card-head,.store-loyalty-box-head,.store-loyalty-balance-line{align-items:flex-start;flex-direction:column}.store-info-popover{left:auto;right:0;transform:none}}
