
:root{--bg:#070709;--panel:#101014;--panel2:#15151a;--line:#2a282e;--text:#f5f2f3;--muted:#999095;--brand:#ff0048;--brand2:#ff4778;--ok:#54d993;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.store-body{min-height:100vh;background:radial-gradient(circle at 15% 0,rgba(255,0,72,.10),transparent 30%),radial-gradient(circle at 90% 10%,rgba(150,30,255,.08),transparent 25%),#070709}.store-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.store-narrow{width:min(1050px,calc(100% - 40px))}
a{color:inherit}.store-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(7,7,9,.87);backdrop-filter:blur(20px)}.store-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.store-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.store-brand img{max-width:150px;max-height:38px;object-fit:contain}.store-brand>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--brand);font-weight:800}.store-brand strong{font-size:18px}.store-brand em{font-size:10px;font-style:normal;letter-spacing:.14em;text-transform:uppercase;color:#ff779b;border-left:1px solid var(--line);padding-left:10px}.store-nav nav{display:flex;align-items:center;gap:24px}.store-nav nav a{text-decoration:none;color:#b9b1b5;font-size:13px;font-weight:600}.store-nav nav a:hover{color:white}.store-cart-link{border:1px solid var(--line);padding:9px 13px;border-radius:99px}.store-cart-link b{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;margin-left:6px;background:var(--brand);color:#fff;border-radius:99px;font-size:11px}
.store-alert-wrap{padding-top:16px}.store-alert{padding:13px 16px;border-radius:12px;border:1px solid;font-size:13px}.store-alert.success{background:rgba(50,180,110,.1);color:#8ae8b5;border-color:rgba(84,217,147,.24)}.store-alert.error{background:rgba(255,0,72,.09);color:#ff9bb7;border-color:rgba(255,0,72,.26)}
.store-hero{padding:92px 0 75px;border-bottom:1px solid rgba(255,255,255,.06)}.store-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.store-kicker{display:block;color:#ff6d96;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:16px}.store-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:0 0 28px;max-width:720px}.store-hero h1 em{font-style:normal;color:#81787d}.store-hero p{max-width:650px;color:#aaa1a6;line-height:1.8;font-size:16px;margin:0 0 30px}.store-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #3a343a;background:#17171c;color:#fff;text-decoration:none;border-radius:12px;padding:13px 18px;font:600 13px Poppins;cursor:pointer}.store-btn.primary{background:linear-gradient(135deg,#ff0048,#ed0042);border-color:#ff0048;box-shadow:0 10px 35px rgba(255,0,72,.18)}.store-btn:hover{transform:translateY(-1px)}.store-btn.full{width:100%}.store-btn.small{padding:9px 12px;font-size:12px}.store-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.store-hero-card{min-height:390px;border:1px solid rgba(255,255,255,.08);border-radius:32px;background:linear-gradient(145deg,#15151b,#0b0b0e);box-shadow:0 30px 90px rgba(0,0,0,.34);padding:44px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.store-hero-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,0,72,.3),transparent 70%);top:-120px;right:-80px}.store-hero-card>span{font-size:10px;letter-spacing:.18em;color:#ff7299;font-weight:700}.store-hero-card>strong{font-size:32px;line-height:1.2;margin:15px 0 36px}.store-hero-card>div{display:flex;gap:10px}.store-hero-card i{font-style:normal;font-size:11px;color:#aaa;padding:9px 12px;border:1px solid #302c31;border-radius:9px;background:#0b0b0e}
.store-catalog{padding:80px 0 100px}.store-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.store-section-head h2{font-size:38px;letter-spacing:-.035em;margin:0}.store-section-head p{font-size:12px;color:var(--muted);margin:7px 0 0}.store-search{display:flex;width:min(390px,100%);background:#101014;border:1px solid var(--line);border-radius:13px;padding:5px}.store-search input{flex:1;background:transparent;border:0;color:#fff;outline:0;padding:9px 12px;font:500 13px Poppins;min-width:0}.store-search button{background:#202027;border:0;color:#ddd;border-radius:9px;padding:8px 13px;font-weight:600;cursor:pointer}.store-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.store-chips a{text-decoration:none;border:1px solid #2b292e;color:#aaa;border-radius:99px;padding:8px 12px;font-size:12px}.store-chips a.active{background:#fff;color:#0a0a0c;border-color:#fff;font-weight:700}.store-chips small{margin-left:7px;opacity:.55}
.store-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.store-product-card{border:1px solid #26242a;border-radius:20px;background:#0d0d11;overflow:hidden;transition:.2s}.store-product-card:hover{transform:translateY(-4px);border-color:#3d373e;box-shadow:0 18px 50px rgba(0,0,0,.25)}.store-product-media{display:block;aspect-ratio:4/3;position:relative;background:#131318;overflow:hidden}.store-product-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.store-product-card:hover .store-product-media img{transform:scale(1.025)}.store-featured{position:absolute;left:14px;top:14px;border-radius:99px;background:#ff0048;color:#fff;padding:6px 10px;font-size:10px;font-weight:700;letter-spacing:.05em}.store-media-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(145deg,#1b1820,#0d0d11);color:#777;gap:5px}.store-media-placeholder span{font-size:10px;letter-spacing:.25em;color:#ff4f80}.store-media-placeholder b{font-size:18px;color:#c8c2c5}.store-media-placeholder.large{min-height:520px}.store-product-copy{padding:21px}.store-product-copy>small{color:#ff7198;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.store-product-copy h3{font-size:19px;line-height:1.3;margin:7px 0 9px}.store-product-copy h3 a{text-decoration:none}.store-product-copy p{font-size:12px;line-height:1.65;color:#8e878b;min-height:40px;margin:0}.store-product-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:22px}.store-price{display:flex;flex-direction:column}.store-price del{font-size:11px;color:#6f696d}.store-price strong{font-size:20px}.store-arrow{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#19191e;text-decoration:none;color:#ff6b95;border:1px solid #2b282e}.store-empty{text-align:center;padding:70px 20px;border:1px dashed #2e2b31;border-radius:20px;color:#9d969a}.store-empty strong{display:block;color:#fff;font-size:20px}.store-empty p{margin:8px 0 20px}.store-empty a{color:#ff7098}.store-pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:40px}.store-pagination a{text-decoration:none;color:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:10px}.store-pagination span{font-size:12px;color:#888}
.store-product-page{padding:48px 0 100px}.store-back{display:inline-block;color:#8f888c;text-decoration:none;font-size:12px;margin-bottom:26px}.store-product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.72fr);gap:58px;align-items:start}.store-main-image{border-radius:24px;overflow:hidden;border:1px solid #252329;background:#101014;aspect-ratio:1.08/1}.store-main-image img{width:100%;height:100%;object-fit:cover}.store-thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.store-thumb-grid div{aspect-ratio:1;border:1px solid #29262d;border-radius:14px;overflow:hidden}.store-thumb-grid img{width:100%;height:100%;object-fit:cover}.store-product-info{position:sticky;top:110px;padding-top:20px}.store-product-info h1{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:0 0 18px}.store-product-lead{color:#aaa1a6;line-height:1.75;font-size:14px}.store-detail-price{padding:22px 0 24px;display:flex;flex-direction:column;border-top:1px solid #242228;margin-top:23px}.store-detail-price del{color:#777;font-size:12px}.store-detail-price strong{font-size:31px}.store-detail-price small{color:#777;margin-top:5px}.store-benefits{margin-top:28px;border-top:1px solid #242228}.store-benefits>div{display:flex;gap:13px;padding:16px 0;border-bottom:1px solid #242228}.store-benefits b{width:32px;height:32px;border-radius:9px;background:#17161b;display:grid;place-items:center;color:#ff6d96}.store-benefits span{display:flex;flex-direction:column}.store-benefits strong{font-size:12px}.store-benefits small{font-size:11px;color:#80797d;margin-top:3px}.store-description{max-width:760px;margin-top:80px;border-top:1px solid #252329;padding-top:45px}.store-description h2{font-size:30px;margin:0 0 18px}.store-description>div{color:#aaa3a6;line-height:1.9;font-size:14px}
.store-simple-page{padding:66px 0 100px;min-height:70vh}.store-page-title{margin-bottom:35px}.store-page-title h1{font-size:42px;letter-spacing:-.04em;margin:0 0 8px}.store-page-title p{color:#8d858a;margin:0}.store-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.store-cart-list{display:flex;flex-direction:column;gap:12px}.store-cart-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto auto;gap:18px;align-items:center;border:1px solid #27252b;background:#0f0f13;border-radius:16px;padding:14px}.store-cart-thumb{width:76px;height:66px;border-radius:11px;overflow:hidden;background:#18171c;display:grid;place-items:center;color:#ff6b94;font-weight:700}.store-cart-thumb img{width:100%;height:100%;object-fit:cover}.store-cart-item>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.store-cart-item small,.store-cart-item span{font-size:10px;color:#7c767a}.store-cart-item strong{font-size:14px;margin:4px 0}.store-cart-item>b{font-size:14px;white-space:nowrap}.store-link-danger{background:none;border:0;color:#a86a7d;font:600 11px Poppins;cursor:pointer}.store-summary{border:1px solid #29262d;border-radius:18px;background:#101014;padding:24px;position:sticky;top:105px}.store-summary>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;color:#aaa;font-size:12px}.store-summary-total{border-top:1px solid #29262d!important;margin-top:8px;padding-top:20px!important}.store-summary-total strong{font-size:20px;color:#fff}.store-continue{display:block;text-align:center;color:#8f888c;font-size:11px;margin-top:14px}
.store-checkout-shell{width:min(1120px,calc(100% - 40px))}.store-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:34px;align-items:start}.store-checkout-form{border:1px solid #29262d;background:#0e0e12;border-radius:20px;padding:30px}.store-checkout-form section{display:flex;gap:14px;align-items:start;margin:7px 0 20px;padding-top:24px;border-top:1px solid #27242a}.store-checkout-form section:first-of-type{padding-top:0;border-top:0}.store-checkout-form h2{font-size:18px;margin:0}.store-checkout-form section p{font-size:11px;color:#7e777b;margin:4px 0}.store-step{flex:0 0 31px;height:31px;display:grid;place-items:center;border:1px solid #3b3238;border-radius:9px;color:#ff7399;font-size:10px;font-weight:700}.store-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.store-form-grid .span-2{grid-column:1/-1}.store-checkout-form label,.store-stack-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;color:#aaa}.store-checkout-form label>span,.store-stack-form label>span{font-weight:600;color:#bdb6ba}.store-checkout-form input,.store-stack-form input,.store-stack-form select,.store-stack-form textarea{width:100%;background:#16161b;border:1px solid #302d33;color:white;border-radius:10px;padding:11px 12px;font:500 13px Poppins;outline:none}.store-checkout-form input:focus{border-color:#7d394f}.store-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.store-payment-methods{display:flex;gap:9px;margin-bottom:18px}.store-payment-methods span{border:1px solid #343038;background:#17171b;border-radius:10px;padding:10px 13px;font-size:11px;font-weight:700}.store-security-note{display:block;text-align:center;color:#777;margin-top:13px}.store-order-summary{border:1px solid #29262d;background:#101014;border-radius:20px;padding:24px;position:sticky;top:105px}.store-checkout-item{display:grid;grid-template-columns:45px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #27242a}.store-checkout-item>div{width:45px;height:45px;border-radius:8px;overflow:hidden;background:#16161b}.store-checkout-item img{width:100%;height:100%;object-fit:cover}.store-checkout-item>span{display:flex;flex-direction:column}.store-checkout-item strong{font-size:11px}.store-checkout-item small{font-size:10px;color:#777}.store-checkout-item b{font-size:11px;white-space:nowrap}.store-order-summary>p{font-size:10px;color:#70696d;line-height:1.6}
.store-order-page{width:min(900px,calc(100% - 40px))}.store-order-status{display:flex;gap:20px;align-items:center;padding:30px;border:1px solid #2a272d;border-radius:20px;margin-bottom:22px;background:#0f0f13}.store-order-status>span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#1b1920;font-size:24px}.store-order-status.paid{border-color:rgba(84,217,147,.25);background:linear-gradient(135deg,rgba(84,217,147,.08),#0e0f11)}.store-order-status.paid>span{background:rgba(84,217,147,.15);color:var(--ok)}.store-order-status small{color:#8b8488}.store-order-status h1{margin:3px 0;font-size:28px}.store-order-status p{margin:4px 0;color:#989095;font-size:12px}.store-order-card{border:1px solid #28262c;border-radius:20px;background:#0f0f13;padding:26px}.store-order-meta{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:20px;padding-bottom:24px;border-bottom:1px solid #29262d}.store-order-meta>span{display:flex;flex-direction:column}.store-order-meta small{color:#777}.store-order-meta strong{font-size:13px;margin-top:4px}.store-order-meta em{font-style:normal;font-size:10px;color:#777}.store-order-card h2{font-size:16px;margin:24px 0 12px}.store-order-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:14px 0;border-top:1px solid #242228}.store-order-item>div{display:flex;flex-direction:column}.store-order-item>div small,.store-order-item>span{color:#7e777b;font-size:10px}.store-order-help{text-align:center;color:#8a8287;padding:30px}.store-order-help strong{color:#fff}.store-order-help p{font-size:11px}.store-order-help a{color:#ff6c95;font-size:12px}
.store-footer{border-top:1px solid #222025;padding:36px 0 50px;margin-top:20px}.store-footer .store-shell{display:flex;justify-content:space-between;gap:30px}.store-footer div>div{display:flex;flex-direction:column}.store-footer strong{font-size:13px}.store-footer span{color:#777;font-size:11px;margin-top:4px}.store-footer nav{display:flex;gap:18px}.store-footer a{font-size:11px;color:#8f888c;text-decoration:none}
@media(max-width:900px){.store-hero-grid,.store-product-detail,.store-cart-layout,.store-checkout-grid{grid-template-columns:1fr}.store-hero{padding-top:58px}.store-hero-card{min-height:280px}.store-product-info,.store-summary,.store-order-summary{position:static}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product-detail{gap:30px}.store-main-image{max-height:650px}.store-section-head{align-items:stretch;flex-direction:column}.store-search{width:100%}.store-order-meta{grid-template-columns:1fr 1fr}.store-cart-item{grid-template-columns:66px minmax(0,1fr) auto}.store-cart-item form{grid-column:2/4}}
@media(max-width:620px){.store-shell,.store-narrow,.store-checkout-shell,.store-order-page{width:min(100% - 24px,1180px)}.store-nav{height:66px}.store-brand em,.store-nav nav>a:not(.store-cart-link){display:none}.store-product-grid{grid-template-columns:1fr;gap:16px}.store-hero h1{font-size:43px}.store-hero-card{padding:28px}.store-hero-card>strong{font-size:24px}.store-catalog{padding-top:55px}.store-section-head h2,.store-page-title h1{font-size:32px}.store-product-info h1{font-size:34px}.store-main-image{aspect-ratio:1/1}.store-thumb-grid{grid-template-columns:repeat(3,1fr)}.store-form-grid{grid-template-columns:1fr}.store-form-grid .span-2{grid-column:auto}.store-checkout-form{padding:20px}.store-cart-item{grid-template-columns:56px minmax(0,1fr)}.store-cart-thumb{width:56px;height:56px}.store-cart-item>b{grid-column:2}.store-cart-item form{grid-column:2}.store-order-status{align-items:flex-start;padding:22px}.store-order-status>span{width:40px;height:40px;flex:0 0 40px}.store-order-status h1{font-size:22px}.store-order-meta{grid-template-columns:1fr}.store-order-item{grid-template-columns:1fr}.store-footer .store-shell{flex-direction:column}.store-footer nav{flex-wrap:wrap}}


/* v0.19.1.0 — categorias hierárquicas */
.store-category-nav{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}
.store-category-all{align-self:flex-start;text-decoration:none;border:1px solid #2b292e;color:#aaa;border-radius:99px;padding:9px 14px;font-size:12px}
.store-category-all.active{background:#fff;color:#0a0a0c;border-color:#fff;font-weight:700}
.store-category-group{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}
.store-category-root{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border:1px solid #343038;color:#ddd;border-radius:10px;padding:9px 12px;background:#121217;font-size:12px;font-weight:700}
.store-category-root small,.store-subcategory-links small{opacity:.55;font-size:9px}
.store-category-root.active{background:#fff;color:#0a0a0c;border-color:#fff}
.store-subcategory-links{display:flex;gap:7px;flex-wrap:wrap;padding-top:2px}
.store-subcategory-links a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;border:1px solid #29272d;color:#999;border-radius:99px;padding:7px 10px;font-size:11px}
.store-subcategory-links a:before{content:"↳";color:#655d62}
.store-subcategory-links a.active{background:#2a252b;border-color:#6d4450;color:#fff}
@media(max-width:620px){.store-category-group{flex-direction:column;gap:7px}.store-subcategory-links{padding-left:12px}.store-category-root{width:100%;justify-content:space-between}}
