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