:root{--mirage: #080B14;--mirage-deep: #050810;--mirage-mid: #0F1628;--sludge: #0D1834;--rhino: #00C8FF;--rhino-light: #40DAFF;--ivory: #EAF0FF;--bg: #080B14;--bg-2: #0D1220;--bg-3: #111827;--bg-4: #1A2540;--red: #e63030;--green: #22c55e;--amber: #f59e0b;--violet: #7c3aed;--text-1: #EAF0FF;--text-2: #7A8BA8;--text-3: #3A4A68;--border: rgba(0,200,255,.09);--border-2: rgba(0,200,255,.2);--border-3: rgba(0,200,255,.38);--font-display: "Barlow Condensed", sans-serif;--font-body: "Barlow", sans-serif;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--ease: cubic-bezier(.23,1,.32,1);--ease-back: cubic-bezier(.34,1.56,.64,1);--max-w: 1440px;--px: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text-1);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}img{display:block;max-width:100%;height:auto}ul,ol{list-style:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--mirage)}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--rhino)}.font-display{font-family:var(--font-display)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:900;line-height:1.05;color:var(--ivory)}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.section-pad{padding:4rem var(--px)}.section-label{font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--rhino);display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.section-label:before{content:"";width:18px;height:1.5px;background:var(--rhino);display:block}.section-h2{font-size:clamp(28px,4vw,46px);color:var(--ivory)}.section-h2 em{font-style:normal;color:var(--rhino)}.btn-primary{display:inline-flex;align-items:center;gap:.45rem;background:var(--rhino);color:var(--mirage);font-family:var(--font-display);font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 1.8rem;border-radius:var(--radius);transition:all .25s var(--ease-back);border:none;cursor:pointer;box-shadow:0 4px 20px #00c8ff40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00c8ff66;background:var(--rhino-light)}.btn-ghost{display:inline-flex;align-items:center;gap:.45rem;background:transparent;color:var(--ivory);font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 1.8rem;border-radius:var(--radius);border:1.5px solid var(--border-2);transition:all .25s var(--ease);cursor:pointer}.btn-ghost:hover{border-color:var(--rhino);color:var(--rhino);box-shadow:0 0 16px #00c8ff26}.badge{display:inline-block;font-family:var(--font-display);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:4px}.badge--sale{background:#e6303026;color:#ff7070;border:1px solid rgba(230,48,48,.3)}.badge--new{background:#7c3aed26;color:#c4b5fd;border:1px solid rgba(124,58,237,.3)}.badge--pop{background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.badge--last{background:#f59e0b1f;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.badge--stock{background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.badge--gar{background:#00c8ff14;color:var(--rhino);border:1px solid var(--border-2)}.product-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s var(--ease);cursor:pointer;position:relative;display:flex;flex-direction:column}.product-card:hover{border-color:var(--border-2);transform:translateY(-4px);box-shadow:0 16px 48px #00000073}.product-card__img{background:var(--bg-3);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border);position:relative}.product-card__img img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .4s var(--ease)}.product-card:hover .product-card__img img{transform:scale(1.06)}.product-card__body{padding:1rem 1.1rem;flex:1;display:flex;flex-direction:column}.product-card__brand{font-size:9px;color:var(--text-2);font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.25rem}.product-card__title{font-size:13px;font-weight:500;color:var(--text-1);line-height:1.4;margin-bottom:.6rem;flex:1}.product-card__chips{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.7rem}.spec-chip{font-size:10px;color:var(--rhino);background:#00c8ff12;border:1px solid rgba(0,200,255,.14);border-radius:4px;padding:2px 7px;font-weight:500}.product-card__footer{border-top:1px solid var(--border);padding-top:.75rem;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.product-card__price{font-family:var(--font-display);font-size:22px;font-weight:900;color:var(--ivory);line-height:1}.product-card__compare{font-size:11px;color:var(--text-2);text-decoration:line-through}.product-card__save{font-size:10px;color:var(--green);font-weight:600}.product-card__actions{display:flex;flex-direction:column;gap:4px}.btn-add-cart{background:var(--rhino);color:var(--mirage);font-family:var(--font-display);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.45rem .9rem;border-radius:5px;transition:all .2s var(--ease-back);border:none;cursor:pointer;white-space:nowrap;box-shadow:0 2px 10px #00c8ff40}.btn-add-cart:hover{transform:scale(1.04);box-shadow:0 4px 18px #00c8ff73;background:var(--rhino-light)}.btn-view{font-size:10px;color:var(--text-2);text-align:center;padding:.3rem;border-radius:5px;border:1px solid var(--border);transition:all .2s;cursor:pointer;background:none}.btn-view:hover{border-color:var(--border-2);color:var(--ivory)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--d1{transition-delay:.1s}.reveal--d2{transition-delay:.2s}.reveal--d3{transition-delay:.3s}.reveal--d4{transition-delay:.4s}.ticker{background:var(--mirage);border-bottom:1px solid var(--border);overflow:hidden;height:34px;display:flex;align-items:center}.ticker__track{display:flex;animation:ticker-anim 30s linear infinite;white-space:nowrap}.ticker__item{font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rhino);padding:0 2.5rem;display:flex;align-items:center;gap:.75rem}.ticker__dot{width:4px;height:4px;border-radius:50%;background:var(--rhino);opacity:.5;flex-shrink:0}@keyframes ticker-anim{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-page{padding:2rem var(--px) 4rem}.product-page__grid{display:grid;grid-template-columns:1fr 480px;gap:3.5rem;align-items:start}.product-page__breadcrumb{font-size:12px;color:var(--text-2);margin-bottom:2rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.product-page__breadcrumb a{transition:color .2s}.product-page__breadcrumb a:hover{color:var(--rhino)}.product-page__breadcrumb span{color:var(--text-3)}.product-gallery{position:sticky;top:80px}.product-gallery__main{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-xl);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.75rem;position:relative}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:2rem}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .2s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;padding:.25rem}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--border-3)}.product-info__brand{font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--rhino);margin-bottom:.4rem}.product-info__title{font-size:clamp(24px,3vw,36px);line-height:1.1;margin-bottom:1rem}.product-info__badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem}.product-info__price-wrap{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;margin-bottom:1.25rem}.product-info__price{font-family:var(--font-display);font-size:42px;font-weight:900;color:var(--ivory);line-height:1}.product-info__compare{font-size:14px;color:var(--text-2);text-decoration:line-through;margin-top:.2rem}.product-info__save-tag{display:inline-block;margin-top:.4rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:4px;font-size:12px;color:var(--green);font-weight:600;padding:2px 9px}.product-info__cuotas{font-size:12px;color:var(--text-2);margin-top:.5rem}.product-info__cuotas strong{color:var(--ivory)}.product-info__divider{height:1px;background:var(--border);margin:1.25rem 0}.product-info__specs-title{font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--rhino);margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem}.product-info__specs-title:before{content:"";width:14px;height:1.5px;background:var(--rhino)}.product-info__specs-table{width:100%;border-collapse:collapse}.product-info__specs-table tr{border-bottom:1px solid var(--border)}.product-info__specs-table tr:last-child{border-bottom:none}.product-info__specs-table td{padding:.5rem 0;font-size:13px;line-height:1.4}.product-info__specs-table td:first-child{color:var(--text-2);width:38%;font-weight:300}.product-info__specs-table td:last-child{color:var(--text-1);font-weight:500}.fps-item{margin-bottom:.75rem}.fps-item__label{display:flex;justify-content:space-between;font-size:11px;margin-bottom:4px}.fps-item__label span:first-child{color:var(--text-2)}.fps-item__label span:last-child{color:var(--ivory);font-weight:600;font-family:var(--font-display);font-size:13px}.fps-item__bar{height:4px;background:var(--bg-4);border-radius:3px;overflow:hidden}.fps-item__fill{height:100%;background:linear-gradient(90deg,var(--sludge),var(--rhino));border-radius:3px}.product-info__qty-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.product-info__qty-label{font-size:13px;color:var(--text-2)}.qty-control{display:flex;align-items:center;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-control__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-2);transition:all .2s;cursor:pointer;border:none;background:none}.qty-control__btn:hover{color:var(--ivory);background:#ffffff0a}.qty-control__value{width:42px;text-align:center;font-size:15px;font-weight:500;color:var(--ivory)}.btn-comprar{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;background:var(--rhino);color:var(--mirage);font-family:var(--font-display);font-size:17px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:1rem;border-radius:var(--radius-lg);border:none;cursor:pointer;margin-bottom:.5rem;transition:all .25s var(--ease-back);box-shadow:0 6px 24px #00c8ff4d}.btn-comprar:hover{transform:translateY(-2px);box-shadow:0 10px 36px #00c8ff73;background:var(--rhino-light)}.btn-wishlist{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--text-2);font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.7rem;border-radius:var(--radius-lg);border:1px solid var(--border);cursor:pointer;transition:all .2s;margin-bottom:1rem}.btn-wishlist:hover{border-color:var(--border-2);color:var(--ivory)}.trust-mini{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.trust-mini__chip{font-size:10px;color:var(--text-2);background:var(--bg-2);border:1px solid var(--border);border-radius:5px;padding:4px 9px;display:flex;align-items:center;gap:.3rem}.cart-count-badge{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background:var(--red);border-radius:50%;font-size:9px;font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rhino{color:var(--rhino)}.text-ivory{color:var(--ivory)}.text-muted{color:var(--text-2)}@media(max-width:1024px){.product-page__grid{grid-template-columns:1fr}.product-gallery{position:static}}@media(max-width:768px){:root{--px: 1rem}.product-page__grid{gap:2rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
