.nexo-hero{position:relative;width:100%;min-height:88vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#080d1a}.nexo-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.nexo-hero__bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:60% center;display:block}.nexo-hero__bg picture{display:contents}.nexo-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#080d1a8c}.nexo-hero__gradient,.nexo-hero__bg-ghost{display:none!important}.nexo-hero__content{position:relative;z-index:2;text-align:center;max-width:720px;padding:2rem 1.5rem;color:#fff}.nexo-hero__label{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;margin:0 0 1rem}.nexo-hero__title{font-size:clamp(2.4rem,6.5vw,4.2rem);font-weight:900;line-height:1.05;margin:0 0 1.25rem;color:#fff}.nexo-hero__title .blue{color:#29b6f6;text-shadow:0 2px 12px rgba(0,0,0,.6),0 0 24px rgba(41,182,246,.25)}.nexo-hero__subtitle{font-size:clamp(.95rem,1.8vw,1.1rem);color:#fffc;line-height:1.65;margin:0 auto 2rem;max-width:500px}.nexo-hero__ctas{display:flex;gap:.875rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.5rem}.nexo-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1.25rem;justify-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);max-width:640px;margin-left:auto;margin-right:auto}.nexo-hero__stat-value{font-size:1.5rem;font-weight:800;color:#fff}.nexo-hero__stat-label{font-size:.72rem;color:#09fec8;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-top:3px}@media(max-width:749px){.nexo-hero{min-height:82svh;align-items:flex-start;padding-bottom:1.5rem}.nexo-hero__bg img{object-position:center center}.nexo-hero__overlay{background:linear-gradient(180deg,#080d1a80,#080d1a57 45%,#080d1ab8)}.nexo-hero__content{padding:1.75rem 1.25rem 1.5rem;text-shadow:0 1px 12px rgba(0,0,0,.45)}.nexo-hero__stats{grid-template-columns:repeat(3,1fr);gap:1.25rem .5rem;max-width:360px}.nexo-hero__stat-value{font-size:1.25rem}.nexo-hero__title{font-size:clamp(2rem,8vw,2.8rem)}}.nexo-btn-primary{display:inline-flex;align-items:center;padding:.8rem 1.75rem;background:#0277bd;color:#fff!important;border-radius:50px;font-size:.92rem;font-weight:700;text-decoration:none!important;transition:background .2s,transform .15s;letter-spacing:.02em}.nexo-btn-primary:hover{background:#01579b;transform:translateY(-2px)}.nexo-btn-outline{display:inline-flex;align-items:center;padding:.8rem 1.75rem;background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.6);border-radius:50px;font-size:.92rem;font-weight:600;text-decoration:none!important;transition:background .2s,border-color .2s}.nexo-btn-outline:hover{background:#ffffff1a;border-color:#fff}.nexo-products-section{background:#f5f7fa;padding:4rem 0}.nexo-products-section__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nexo-products-section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.nexo-section-title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;color:#0d1b2e;margin:0}.nexo-view-all{font-size:.88rem;font-weight:600;color:#0277bd;text-decoration:none;white-space:nowrap}.nexo-view-all:hover{text-decoration:underline}.nexo-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.125rem}@media(max-width:1024px){.nexo-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.nexo-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.nexo-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow:hidden;position:relative;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.nexo-card:hover{box-shadow:0 8px 28px #00000017;transform:translateY(-3px)}.nexo-card__image-wrap{aspect-ratio:1 / 1;overflow:hidden;background:#f8f9fc;display:flex;align-items:center;justify-content:center}.nexo-card__image-wrap img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .3s}.nexo-card:hover .nexo-card__image-wrap img{transform:scale(1.06)}.nexo-card__body{padding:.875rem 1rem 1.125rem;display:flex;flex-direction:column;flex:1}.nexo-card__badge{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0277bd;margin-bottom:.35rem}.nexo-card__name{font-size:.92rem;font-weight:700;color:#0d1b2e;line-height:1.3;margin:0 0 .3rem}.nexo-card__desc{font-size:.8rem;color:#6b7280;line-height:1.5;margin:0 0 .75rem;flex:1}.nexo-card__stars{display:flex;gap:2px;margin-bottom:.45rem}.nexo-card__stars span{color:#fbbf24;font-size:.82rem}.nexo-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.nexo-card__price{font-size:1.05rem;font-weight:800;color:#0d1b2e}.nexo-card__price .compare{font-size:.78rem;color:#9ca3af;text-decoration:line-through;font-weight:400;margin-right:.35rem}.nexo-card__cart{width:38px;height:38px;border-radius:50%;background:#0277bd;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s;border:none;color:#fff;flex-shrink:0}.nexo-card__cart:hover{background:#01579b;transform:scale(1.1)}.nexo-card__cart svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nexo-categories{background:#fff;padding:4rem 0}.nexo-categories__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nexo-categories__header{margin-bottom:2rem}.nexo-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:749px){.nexo-cat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.nexo-cat-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;display:block;text-decoration:none}.nexo-cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.nexo-cat-card:hover img{transform:scale(1.05)}.nexo-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(8,13,26,.75) 0%,rgba(8,13,26,.1) 55%,transparent 100%)}.nexo-cat-card__label{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.25rem 1rem;color:#fff}.nexo-cat-card__label h3{font-size:1.05rem;font-weight:800;margin:0 0 .35rem;line-height:1.2}.nexo-cat-card__label span{font-size:.72rem;font-weight:700;color:#29b6f6;letter-spacing:.07em;text-transform:uppercase}.nexo-email{background:#080d1a;padding:4.5rem 1.5rem;text-align:center}.nexo-email__inner{max-width:520px;margin:0 auto}.nexo-email h2{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:900;color:#fff;margin:0 0 .75rem;line-height:1.2}.nexo-email p{color:#ffffffb3;font-size:.95rem;margin:0 0 2rem;line-height:1.6}.nexo-email-form{display:flex;gap:.5rem;max-width:420px;margin:0 auto;flex-wrap:wrap}.nexo-email-form input{flex:1;min-width:160px;padding:.75rem 1rem;border-radius:50px;border:1.5px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:.92rem;outline:none;transition:border-color .2s}.nexo-email-form input::placeholder{color:#fff6}.nexo-email-form input:focus{border-color:#29b6f6}.nexo-email-form button{padding:.75rem 1.5rem;border-radius:50px;background:#0277bd;color:#fff;font-size:.92rem;font-weight:700;border:none;cursor:pointer;white-space:nowrap;transition:background .2s}.nexo-email-form button:hover{background:#01579b}.nexo-email__note{margin-top:1rem;font-size:.78rem;color:#ffffff61}.main-collection-grid{background:#f5f7fa}.main-collection-grid .product-grid{gap:1.125rem}.product-grid .product-grid__card,.product-grid .product-card{background:#fff!important;border:1px solid #e8ecf1!important;border-radius:12px!important;overflow:hidden;transition:box-shadow .2s,transform .2s!important}.product-grid .product-grid__card:hover,.product-grid .product-card:hover{box-shadow:0 8px 28px #00000017!important;transform:translateY(-3px)!important}.product-grid .product-card__media,.product-grid .product-card__link img,.product-grid .product-card img,.product-grid [class*=media] img{object-fit:contain!important;background:#f8f9fc!important;padding:.75rem!important}.product-grid .product-card__media,.product-grid [class*=media--]{background:#f8f9fc!important}.product-grid .product-card .product-title,.product-grid .product-card [class*=title],.product-grid .product-card [class*=name]{color:#0d1b2e!important;font-weight:700!important}.product-grid .product-card [class*=price]{color:#0d1b2e!important;font-weight:800!important}.product-grid .product-card .badge,.product-grid .product-card [class*=badge]{border-radius:4px!important;font-size:.65rem!important;font-weight:700!important;letter-spacing:.07em!important;text-transform:uppercase!important}.product-grid .product-card .button,.product-grid .product-card [class*=cart] button,.product-grid .product-card [class*=add-to-cart],.product-grid .product-card button[name=add]{background:#0277bd!important;border-color:#0277bd!important;border-radius:8px!important;color:#fff!important;font-weight:700!important}.product-grid .product-card .button:hover,.product-grid .product-card button[name=add]:hover{background:#01579b!important;border-color:#01579b!important}.nexo-section-subtitle{font-size:.9rem;color:#64748b;margin:.25rem 0 0}.nexo-card__cart--info{display:flex;align-items:center;justify-content:center}.nexo-cuotas-wrapper{margin:0}.nexo-cuotas{margin:1rem 0;padding:.875rem 1rem;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:10px}.nexo-cuotas__inner{display:flex;align-items:flex-start;gap:.75rem}.nexo-cuotas__icon{flex-shrink:0;width:20px;height:20px;color:#0277bd;margin-top:2px}.nexo-cuotas__icon svg{width:20px;height:20px}.nexo-cuotas__content{flex:1;min-width:0}.nexo-cuotas__label{display:block;font-size:.82rem;font-weight:600;color:#0d1b2e;margin-bottom:.5rem}.nexo-cuotas__options{display:flex;flex-wrap:wrap;gap:.4rem}.nexo-cuotas__pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;color:#0277bd;background:#fff;border:1px solid #bfdbfe;border-radius:20px;padding:.25rem .7rem;white-space:nowrap}.nexo-cuotas__pill em{font-style:normal;font-weight:400;font-size:.72rem;color:#16a34a}.nexo-cuotas__pill--highlight{background:#0277bd;color:#fff;border-color:#0277bd}.nexo-cuotas__pill--highlight em{color:#bbf7d0}.nexo-cuotas__footnote{font-size:.72rem;color:#64748b;margin:.4rem 0 0}.nexo-marcas-section{background:#f5f7fa;padding:4rem 0;min-height:60vh}.nexo-marcas__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nexo-marcas__header{margin-bottom:2.5rem}.nexo-marcas__subtitle{font-size:1rem;color:#64748b;margin:.5rem 0 0}.nexo-marcas__empty{color:#9ca3af;font-style:italic;text-align:center;padding:3rem 0}.nexo-marcas__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:749px){.nexo-marcas__grid{grid-template-columns:1fr;gap:1rem}}.nexo-brand-card{background:#fff;border:1px solid #e8ecf1;border-radius:16px;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.nexo-brand-card:hover{box-shadow:0 10px 32px #0000001a;transform:translateY(-3px)}.nexo-brand-card__image-wrap{display:block;aspect-ratio:16/9;overflow:hidden;background:#f8f9fc}.nexo-brand-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.nexo-brand-card:hover .nexo-brand-card__image-wrap img{transform:scale(1.04)}.nexo-brand-card__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.nexo-brand-card__logo{max-height:40px;width:auto;object-fit:contain;margin-bottom:.25rem}.nexo-brand-card__name{font-size:1.2rem;font-weight:800;color:#0d1b2e;margin:0}.nexo-brand-card__desc{font-size:.88rem;color:#64748b;line-height:1.55;margin:0;flex:1}.nexo-brand-card__cta{display:inline-block;margin-top:.75rem;font-size:.88rem;font-weight:700;color:#0277bd;text-decoration:none}.nexo-brand-card__cta:hover{text-decoration:underline}.menu-list__list-item:has(a[href="/pages/marcas"]) .menu-list__submenu-inner{min-width:720px!important}.menu-list__list-item:has(a[href="/pages/marcas"]) .mega-menu__column{display:grid!important;grid-template-columns:repeat(4,minmax(160px,1fr))!important;gap:0!important;width:680px}.main-collection-grid .add-to-cart-button,.main-collection-grid .product-form-buttons>button[type=submit],.main-collection-grid .buy-buttons-block button[type=submit]{width:100%!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;margin-top:.5rem!important;padding-inline:.75rem!important}.main-collection-grid .quantity-selector-wrapper,.main-collection-grid .quantity-label,.main-collection-grid .quantity-rules{display:none!important}.main-collection-grid .product-form-buttons{display:block!important;width:100%!important}.main-collection-grid .add-to-cart-button,.main-collection-grid .product-form-buttons>button[type=submit],.main-collection-grid .buy-buttons-block button[type=submit]{width:100%!important;white-space:nowrap!important;margin-top:.5rem!important;padding-inline:.75rem!important}.main-collection-grid .product-card__media,.main-collection-grid [class*=media--]{min-height:180px}.main-collection-grid .shopify-app-block,.main-collection-grid [class*=wishlist],.main-collection-grid [class*=compare],.main-collection-grid [id*=wishlist],.main-collection-grid [id*=compare],.main-collection-grid .quick-add,.main-collection-grid .slideshow-control{display:none!important}.main-collection-grid .product-grid{align-items:stretch!important}.main-collection-grid .product-grid__card{height:100%}.main-collection-grid .product-card{height:100%;display:flex!important;flex-direction:column!important}.main-collection-grid .product-card__media{aspect-ratio:1 / 1!important;flex-shrink:0!important}.main-collection-grid .product-title,.main-collection-grid [class*=product-title]{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.6em}.main-collection-grid .custom-liquid-block p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.2em}.main-collection-grid .custom-liquid-block:last-of-type{margin-top:auto!important}.product-grid product-price .price{font-size:1.2rem!important;font-weight:800!important;color:#0277bd!important;display:inline!important}product-price:not(:has(.compare-at-price)) .price{color:var(--color-foreground)!important}.product-grid product-price .compare-at-price{display:inline!important;font-size:.85rem!important;font-weight:400!important;color:#94a3b8!important;text-decoration:line-through!important;margin-left:.35rem}.product-grid .product-card__info,.product-grid product-price,.product-grid .product-title,.product-grid [class*=product-title],.product-grid .custom-liquid-block{padding-inline:.75rem!important}.product-grid .custom-liquid-block:last-of-type{padding-inline:.75rem!important;padding-bottom:.75rem!important}.cart__checkout-button,button#checkout,.cart__ctas .button[name=checkout]{background:#0277bd!important;border-color:#0277bd!important;color:#fff!important}.cart__checkout-button:hover,button#checkout:hover{background:#01579b!important;border-color:#01579b!important}.cart-summary-block{background:#fff!important}.product-information [data-block-id]+[data-block-id],product-price+*,.text-block+.text-block,.spacing-style+.spacing-style{margin-top:0!important}.cuotas-mp+*{margin-top:18px!important}main .shopify-section+.shopify-section,.main-content .shopify-section+.shopify-section{border-top:1px solid rgba(0,0,0,.07);padding-top:36px;margin-top:8px}shopify-section-group .shopify-section+.shopify-section{border-top:none!important;padding-top:0!important;margin-top:0!important}.product-grid .product-card [class*=price],product-card [class*=price],product-card product-price,.product-recommendations product-price,.product-recommendations [class*=price]{font-size:.95rem!important;font-weight:800!important;color:#0d1b2e!important}.nexo-hero__overlay{background:linear-gradient(180deg,#0a14238c,#0a1423b3 55%,#0a1423d9)!important}.nexo-hero__title,.nexo-hero__title .blue{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.55)!important}.nexo-hero__title{font-weight:900!important}.nexo-hero__subtitle{color:#fff!important;opacity:1!important;font-weight:500!important;max-width:440px!important;text-shadow:0 1px 10px rgba(0,0,0,.45)}.nexo-hero .nexo-btn-primary{background:#09fec8!important;color:#0e213e!important;font-weight:800!important;box-shadow:0 6px 18px #09fec847}.nexo-hero .nexo-btn-primary:hover{background:#00d4a8!important;color:#0e213e!important;transform:translateY(-2px)}.nexo-hero__label{color:#ffffffc7!important}.nexo-hero__stat-label{color:#09fec8!important}.nexo-hero__stat-value{color:#fff!important}@media(max-width:749px){.nexo-hero{min-height:520px!important;align-items:center!important;padding-bottom:0!important}.nexo-hero__overlay{background:linear-gradient(180deg,#0a142399,#0a1423b8,#0a1423e0)!important}.nexo-hero__content{padding:1.5rem 1.25rem!important;text-shadow:none}.nexo-hero__title{font-size:clamp(2.4rem,11vw,3.2rem)!important;line-height:1.02!important;margin-bottom:1rem!important}.nexo-hero__subtitle{font-size:1rem!important;line-height:1.5!important;margin-bottom:1.5rem!important}.nexo-hero__ctas{margin-bottom:1.75rem!important}.nexo-hero .nexo-btn-primary{width:100%;justify-content:center;padding-block:.95rem!important;font-size:1rem!important}.nexo-hero__stats{padding-top:1.25rem!important;gap:.75rem .5rem!important}}.nexo-msearch{display:none}@media(max-width:749px){.nexo-msearch{display:block;background:#0f223e;padding:8px 12px;position:relative;z-index:5}.nexo-msearch__form{display:flex;align-items:center;gap:8px;background:#fff;border-radius:10px;padding:0 12px;height:42px}.nexo-msearch__icon{flex-shrink:0;width:18px;height:18px;color:#0f223e;display:flex;align-items:center;justify-content:center}.nexo-msearch__icon svg{width:18px;height:18px}.nexo-msearch__input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:#0f223e;height:100%}.nexo-msearch__input::placeholder{color:#6b7280}.nexo-msearch__submit{flex-shrink:0;border:none;background:#09fec8;color:#0e213e;font-weight:800;font-size:.85rem;border-radius:8px;padding:6px 12px;cursor:pointer}}cart-drawer-component.is-loading .cart-drawer__content,cart-drawer-component.is-loading .cart-drawer__summary{visibility:hidden}cart-drawer-component.is-loading dialog:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#0f223e;pointer-events:none}cart-drawer-component.is-loading dialog:before{content:"";position:absolute;top:50%;left:50%;z-index:21;width:44px;height:44px;margin:-22px 0 0 -22px;border-radius:50%;border:4px solid rgba(9,254,200,.25);border-top-color:#09fec8;animation:nexo-cart-spin .7s linear infinite;pointer-events:none}@keyframes nexo-cart-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){cart-drawer-component.is-loading dialog:before{animation-duration:1.6s}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/nexo-custom.css.map */
