.vexa-header{position:sticky;top:0;left:0;right:0;z-index:300;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 20px #1b4f8a0f;transition:top .4s ease,box-shadow .3s ease}.vexa-header--hidden{top:-73px!important}.vexa-header.scrolled{box-shadow:0 4px 30px #1b4f8a24}.vexa-header__bar{background:#fff;position:relative;z-index:301}.vexa-header__bar:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#1b4f8a,#1a7a4a,#7d3c98);opacity:.3}.vexa-header.scrolled .vexa-header__bar:after{opacity:.6}.vexa-header__bar-inner{max-width:1400px;margin:0 auto;padding:0 40px;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.vexa-header__logo{justify-self:start;flex-shrink:0;text-decoration:none}.vexa-header__logo-img{height:50px;width:auto;display:block;transition:opacity .3s ease,transform .3s ease}.vexa-header__logo:hover .vexa-header__logo-img{opacity:.85;transform:scale(1.02)}.vexa-header__logo-text{font-family:Montserrat,sans-serif;font-size:20px;font-weight:800;color:#1a1a1a}.vexa-header__nav{justify-self:center;display:flex;align-items:center;gap:2px}.vexa-header__nav-link{font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:600;color:#1a1a1a;text-decoration:none;padding:8px 14px;border-radius:8px;border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;letter-spacing:.4px;position:relative}.vexa-header__nav-link:after{content:"";position:absolute;bottom:3px;left:14px;right:14px;height:2px;background:linear-gradient(90deg,#1b4f8a,#1a7a4a);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.vexa-header__nav-link:hover:after,.vexa-header__nav-link.active:after{transform:scaleX(1)}.vexa-header__nav-link:hover,.vexa-header__nav-link.active{color:#1b4f8a;background:#1b4f8a0a}.vexa-header__nav-item{position:relative}.vexa-header__nav-trigger{background:linear-gradient(135deg,#1b4f8a0f,#1a7a4a0f);border:1px solid rgba(27,79,138,.12)!important;color:#1b4f8a!important;font-weight:700!important}.vexa-header__nav-trigger:hover,.vexa-header__nav-trigger[aria-expanded=true]{background:linear-gradient(135deg,#1b4f8a,#1a7a4a)!important;border-color:transparent!important;color:#fff!important}.vexa-header__caret{width:14px;height:14px;transition:transform .3s ease;stroke:currentColor}.vexa-header__nav-trigger[aria-expanded=true] .vexa-header__caret{transform:rotate(180deg)}.vexa-header__actions{justify-self:end;display:flex;align-items:center;gap:4px}.vexa-header__action-btn{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;text-decoration:none;background:none;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:all .3s ease;position:relative}.vexa-header__action-btn:hover{background:#1b4f8a0f;color:#1b4f8a;border-color:#1b4f8a33;box-shadow:0 2px 8px #1b4f8a1a}.vexa-header__action-btn svg{width:20px;height:20px}.vexa-header__cart-badge{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#1b4f8a,#1a7a4a);color:#fff;font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.vexa-header__hamburger{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:10px;transition:background .3s ease}.vexa-header__hamburger:hover{background:#1b4f8a0f}.vexa-header__hamburger span{display:block;width:22px;height:2px;background:#1a1a1a;border-radius:2px;transition:all .3s ease;transform-origin:center}.vexa-header__hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.vexa-header__hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.vexa-header__hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.vexa-header__mega{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 24px 80px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .35s cubic-bezier(.25,.46,.45,.94);z-index:299}.vexa-header__mega.open{opacity:1;visibility:visible;transform:translateY(0)}.vexa-header__mega-inner{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;min-height:440px}.vexa-header__mega-sidebar{width:250px;flex-shrink:0;border-right:1px solid rgba(0,0,0,.06);padding:20px 0}.vexa-header__mega-sidebar-inner{display:flex;flex-direction:column;gap:3px;height:100%}.vexa-header__mega-close-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:8px}.vexa-header__mega-close-title{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#9ca3af}.vexa-header__mega-close-btn{width:32px;height:32px;border-radius:8px;background:#0000000a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.vexa-header__mega-close-btn:hover{background:#ef444414}.vexa-header__mega-close-btn svg{width:16px;height:16px;stroke:#6b7280}.vexa-header__mega-cat{display:flex;align-items:center;gap:12px;padding:11px 16px;border-radius:12px;border:none;background:none;cursor:pointer;text-align:left;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#4b5563;transition:all .2s ease;text-decoration:none;width:100%}.vexa-header__mega-cat:hover,.vexa-header__mega-cat.active{background:linear-gradient(135deg,#1b4f8a14,#1a7a4a14);color:#1b4f8a}.vexa-header__mega-cat-icon{width:34px;height:34px;border-radius:9px;background:#1b4f8a0f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.vexa-header__mega-cat:hover .vexa-header__mega-cat-icon,.vexa-header__mega-cat.active .vexa-header__mega-cat-icon{background:linear-gradient(135deg,#1b4f8a,#1a7a4a)}.vexa-header__mega-cat-icon svg{width:16px;height:16px;stroke:#1b4f8a;transition:stroke .2s ease}.vexa-header__mega-cat:hover .vexa-header__mega-cat-icon svg,.vexa-header__mega-cat.active .vexa-header__mega-cat-icon svg{stroke:#fff}.vexa-header__mega-cat span{flex:1;line-height:1.3}.vexa-header__mega-cat-arrow{width:14px;height:14px;flex-shrink:0;opacity:0;transition:opacity .2s ease}.vexa-header__mega-cat:hover .vexa-header__mega-cat-arrow,.vexa-header__mega-cat.active .vexa-header__mega-cat-arrow{opacity:1}.vexa-header__mega-cat--ofertas{color:#ef4444;border-top:1px solid rgba(0,0,0,.06);padding-top:14px;margin-top:8px}.vexa-header__mega-cat--ofertas .vexa-header__mega-cat-icon{background:#ef444414}.vexa-header__mega-cat--ofertas .vexa-header__mega-cat-icon svg{stroke:#ef4444}.vexa-header__mega-cat--ofertas:hover{background:#ef44440f;color:#ef4444}.vexa-header__mega-content{flex:1;padding:28px 36px;overflow:hidden}.vexa-header__mega-pane{display:none;height:100%}.vexa-header__mega-pane.active{display:flex;gap:28px;animation:paneSlideIn .25s ease}@keyframes paneSlideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.vexa-header__mega-cols{flex:1;display:flex;gap:32px;flex-wrap:wrap;align-content:flex-start}.vexa-header__mega-col{min-width:140px;flex:1}.vexa-header__mega-col-heading{display:flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#1a1a1a;text-decoration:none;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid rgba(27,79,138,.08);transition:color .2s ease}.vexa-header__mega-col-heading--mt{margin-top:24px}.vexa-header__mega-col-heading:hover{color:#1b4f8a}.vexa-header__mega-col-heading-icon{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#1b4f8a1a,#1a7a4a1a);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.vexa-header__mega-col-heading:hover .vexa-header__mega-col-heading-icon{background:linear-gradient(135deg,#1b4f8a,#1a7a4a)}.vexa-header__mega-col-heading-icon svg{width:13px;height:13px;stroke:#1b4f8a;transition:stroke .2s ease}.vexa-header__mega-col-heading:hover .vexa-header__mega-col-heading-icon svg{stroke:#fff}.vexa-header__mega-sublist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.vexa-header__mega-sublist a{font-family:Open Sans,sans-serif;font-size:13px;color:#6b7280;text-decoration:none;padding:4px 0;display:flex;align-items:center;transition:all .2s ease;position:relative}.vexa-header__mega-sublist a:before{content:"";width:0;height:1.5px;background:linear-gradient(90deg,#1b4f8a,#1a7a4a);transition:width .2s ease;flex-shrink:0;margin-right:0;border-radius:2px}.vexa-header__mega-sublist a:hover{color:#1b4f8a;padding-left:10px}.vexa-header__mega-sublist a:hover:before{width:8px;margin-right:4px}.vexa-header__mega-promo{width:190px;flex-shrink:0;border-radius:18px;overflow:hidden;position:relative;min-height:300px;align-self:flex-start}.vexa-header__mega-promo-bg{position:absolute;top:0;right:0;bottom:0;left:0}.vexa-header__mega-promo-content{position:relative;z-index:1;padding:24px 20px;display:flex;flex-direction:column;gap:10px;height:100%;min-height:300px}.vexa-header__mega-promo-tag{display:inline-block;background:#fff3;color:#fff;font-family:Montserrat,sans-serif;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 10px;border-radius:20px;width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vexa-header__mega-promo-content h4{font-family:Montserrat,sans-serif;font-size:17px;font-weight:800;color:#fff;margin:0;line-height:1.2}.vexa-header__mega-promo-content p{font-family:Open Sans,sans-serif;font-size:12px;color:#ffffffbf;margin:0;line-height:1.5}.vexa-header__mega-promo-content a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;text-decoration:none;margin-top:auto;padding:10px 16px;background:#ffffff26;border-radius:30px;border:1px solid rgba(255,255,255,.3);transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content}.vexa-header__mega-promo-content a:hover{background:#ffffff40;border-color:#ffffff80}.vexa-header__marcas-panel{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 24px 80px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .35s cubic-bezier(.25,.46,.45,.94);z-index:299}.vexa-header__marcas-panel.open{opacity:1;visibility:visible;transform:translateY(0)}.vexa-header__marcas-panel-inner{max-width:1400px;margin:0 auto;padding:32px 40px;display:flex;gap:32px}.vexa-header__marcas-col{min-width:170px;flex:1;display:flex;flex-direction:column;gap:4px}.vexa-header__marcas-col a{font-family:Open Sans,sans-serif;font-size:13px;color:#6b7280;text-decoration:none;padding:6px 10px;border-radius:8px;transition:all .2s ease}.vexa-header__marcas-col a:hover{color:#1b4f8a;background:#1b4f8a0f;padding-left:14px}.vexa-header__marcas-promo{width:220px;flex-shrink:0;border-radius:18px;overflow:hidden;position:relative;min-height:180px;align-self:flex-start}.vexa-header__marcas-promo-bg{position:absolute;top:0;right:0;bottom:0;left:0}.vexa-header__marcas-promo-content{position:relative;z-index:1;height:100%;padding:22px 20px;display:flex;flex-direction:column;justify-content:center;gap:10px}.vexa-header__marcas-promo-content span{font-family:Montserrat,sans-serif;font-size:15px;font-weight:800;color:#fff}.vexa-header__marcas-promo-content a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;text-decoration:none;padding:10px 16px;background:#ffffff26;border-radius:30px;border:1px solid rgba(255,255,255,.3);transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content}.vexa-header__marcas-promo-content a:hover{background:#ffffff40;border-color:#ffffff80}@media(max-width:1024px){.vexa-header__marcas-promo{display:none}}@media(max-width:768px){.vexa-header__marcas-panel{display:none}}.vexa-header__overlay{position:fixed;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:298;opacity:0;visibility:hidden;transition:all .3s ease;top:72px}.vexa-header__overlay.visible{opacity:1;visibility:visible}.vexa-header__search-bar{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 10px 40px #0000001a;padding:20px 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .3s ease;z-index:302}.vexa-header__search-bar.open{opacity:1;visibility:visible;transform:translateY(0)}.vexa-header__search-inner{max-width:600px;margin:0 auto;display:flex;align-items:center;gap:12px;background:#f8f9fa;border:1.5px solid rgba(27,79,138,.15);border-radius:50px;padding:12px 20px}.vexa-header__search-inner svg{width:18px;height:18px;stroke:#9ca3af;flex-shrink:0}.vexa-header__search-input{flex:1;border:none;background:none;outline:none;font-family:Open Sans,sans-serif;font-size:15px;color:#1a1a1a}.vexa-header__search-input::placeholder{color:#9ca3af}.vexa-header__search-close{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s ease;flex-shrink:0}.vexa-header__search-close:hover{color:#1a1a1a}.vexa-header__search-close svg{width:16px;height:16px}.vexa-header__mobile{position:fixed;top:72px;left:0;bottom:0;width:100%;max-width:360px;background:#fff;z-index:302;transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);overflow-y:auto;box-shadow:4px 0 40px #0000001f}.vexa-header__mobile.open{transform:translate(0)}.vexa-header__mobile-inner{padding:0 16px 16px;display:flex;flex-direction:column;gap:2px}.vexa-header__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:8px;position:sticky;top:0;background:#fff;z-index:10}.vexa-header__mobile-title{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#9ca3af}.vexa-header__mobile-close{width:32px;height:32px;border-radius:8px;background:#0000000a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.vexa-header__mobile-close:hover{background:#ef444414}.vexa-header__mobile-close svg{width:16px;height:16px;stroke:#6b7280}.vexa-header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;border-radius:12px;transition:all .2s ease}.vexa-header__mobile-link:hover{background:#1b4f8a0f;color:#1b4f8a}.vexa-header__mobile-link--ofertas{color:#ef4444;border-top:1px solid rgba(0,0,0,.06);margin-top:8px;padding-top:20px}.vexa-header__mobile-cat{border-radius:12px;overflow:hidden}.vexa-header__mobile-cat summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:13px 16px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;border-radius:12px;transition:all .2s ease}.vexa-header__mobile-cat summary::-webkit-details-marker{display:none}.vexa-header__mobile-cat summary svg{width:16px;height:16px;stroke:#9ca3af;transition:transform .3s ease;flex-shrink:0}.vexa-header__mobile-cat[open] summary{background:#1b4f8a0f;color:#1b4f8a;border-radius:12px 12px 0 0}.vexa-header__mobile-cat[open] summary svg{transform:rotate(180deg);stroke:#1b4f8a}.vexa-header__mobile-sub{padding:6px 8px 10px 16px;background:#1b4f8a08;border-radius:0 0 12px 12px;display:flex;flex-direction:column;gap:2px}.vexa-header__mobile-sub a{padding:9px 16px;font-family:Open Sans,sans-serif;font-size:13px;color:#4b5563;text-decoration:none;border-radius:8px;transition:all .2s ease;display:block}.vexa-header__mobile-sub a:hover{background:#1b4f8a0f;color:#1b4f8a;padding-left:20px}.vexa-header__mobile-footer{margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.06)}.vexa-header__mobile-account{display:flex;align-items:center;gap:10px;padding:12px 16px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#1a1a1a;text-decoration:none;border-radius:12px;transition:all .2s ease;background:#1b4f8a0a}.vexa-header__mobile-account:hover{background:#1b4f8a14;color:#1b4f8a}.vexa-header__mobile-account svg{width:18px;height:18px}@media(max-width:1024px){.vexa-header__mega-promo{display:none}}@media(max-width:768px){.vexa-header__bar{position:relative}.vexa-header__bar-inner{display:flex!important;align-items:center!important;padding:0 16px!important;height:64px!important;justify-content:space-between!important;gap:0!important;grid-template-columns:none!important}.vexa-header__nav{display:none!important}.vexa-header__hamburger{display:flex!important;flex-shrink:0!important;order:1!important;justify-self:auto!important}.vexa-header__logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;justify-self:auto!important;z-index:1!important}.vexa-header__actions{display:flex!important;align-items:center!important;gap:2px!important;flex-shrink:0!important;order:3!important;justify-self:auto!important;margin-left:0!important;position:relative!important;z-index:2!important}.vexa-header__action-btn{display:none!important}#vexaSearchBtn,.vexa-header__cart{display:flex!important}.vexa-header__mobile{max-width:85%!important;width:85%!important;top:64px!important}.vexa-header__mega{position:fixed!important;top:64px!important;left:0!important;right:auto!important;bottom:0!important;width:85%!important;overflow-y:auto!important;box-shadow:4px 0 40px #00000026!important;transform:none!important;opacity:1!important;visibility:hidden!important}.vexa-header__mega.open{visibility:visible!important}.vexa-header__mega-inner{flex-direction:column!important;padding:0!important;min-height:auto!important}.vexa-header__mega-sidebar{width:100%!important;border-right:none!important;border-bottom:1px solid rgba(0,0,0,.06)!important;padding:0!important}.vexa-header__mega-sidebar-inner{padding:8px!important}.vexa-header__mega-content{padding:20px!important}.vexa-header__mega-pane.active{flex-direction:column!important}.vexa-header__mega-promo{display:none!important}.vexa-header__mega-close-bar{position:sticky!important;top:0!important;z-index:10!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 16px 12px!important;border-bottom:1px solid rgba(0,0,0,.06)!important;margin-bottom:8px!important}.vexa-header__overlay{top:64px!important}}@media(max-width:480px){.vexa-header__search-inner{margin:0 20px}}.vexa-header__overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:295!important;background:#00000073!important;-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;opacity:0!important;visibility:hidden!important;transition:all .3s ease!important;cursor:pointer!important}.vexa-header__overlay.visible{opacity:1!important;visibility:visible!important}.vexa-header__mega-cat--novedades{color:#7d3c98;border-top:1px solid rgba(0,0,0,.06);padding-top:14px;margin-top:4px}.vexa-header__mega-cat--novedades .vexa-header__mega-cat-icon{background:#7d3c9814}.vexa-header__mega-cat--novedades .vexa-header__mega-cat-icon svg{stroke:#7d3c98}.vexa-header__mega-cat--novedades:hover{background:#7d3c980f;color:#7d3c98}.vexa-header__mobile-link--novedades{color:#7d3c98;border-top:1px solid rgba(0,0,0,.06);margin-top:8px;padding-top:20px}.vexa-header__mobile-subcat .vexa-header__mobile-subsub{display:none}.vexa-header__mobile-subcat[open] .vexa-header__mobile-subsub{display:flex;flex-direction:column}.vexa-header__mobile-subcat>.vexa-header__mobile-subsub{display:none!important}.vexa-header__mobile-subcat[open]>.vexa-header__mobile-subsub{display:flex!important;flex-direction:column!important}.vexa-header__mobile-sublink{padding:10px 16px!important;font-family:Montserrat,sans-serif!important;font-size:13px!important;font-weight:600!important;color:#1a1a1a!important;text-decoration:none!important;display:block!important;border-radius:8px!important;transition:all .2s ease!important;background:#1b4f8a0a!important;margin:2px 0!important}.vexa-header__mobile-sublink:hover{background:#1b4f8a14!important;color:#1b4f8a!important}.vexa-header__mobile-subcat summary svg{transition:transform .3s ease!important;flex-shrink:0!important}.vexa-header__mobile-subcat[open] summary svg{transform:rotate(180deg)!important}.vexa-header__mobile-subcat summary svg{transform:rotate(0)!important;transition:transform .3s ease!important}.product-form__submit.button:after,.product-form__buttons .button:after{display:none!important;box-shadow:none!important}.product-form__submit.button,.product-form__buttons .button{--border-opacity: 0 !important;--buttons-border-opacity: 0 !important}.quantity:after{display:none!important;box-shadow:none!important}.quantity:before{box-shadow:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/vexa-header.css.map */
