.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.footer{background-color:#000;border-top:1px solid var(--color-border);padding:2rem 0;margin-top:auto}.footer__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.footer__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__column{display:flex;flex-direction:column;gap:.75rem}.footer__logo{font-family:var(--font-heading--family);font-weight:700;font-size:1.75rem;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase}.footer__logo-image{max-width:160px;width:auto;height:auto;display:block;margin:0 0 .75rem}.footer__tagline{font-family:var(--font-body--family);font-size:.875rem;font-weight:400;color:var(--color-text-secondary);margin:0;max-width:220px}.footer__title{font-family:var(--font-body--family);font-size:.875rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.footer__links-nav{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-family:var(--font-body--family);font-size:.9375rem;font-weight:400;color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease}.footer__link:hover{color:var(--color-accent)}.footer__contact{display:flex;flex-direction:column;gap:.35rem}.footer__contact-heading{font-family:var(--font-body--family);font-size:.875rem;font-weight:600;color:var(--color-foreground);letter-spacing:.05em;margin:0}.footer__contact-text{font-family:var(--font-body--family);font-size:.9375rem;font-weight:400;color:var(--color-text-secondary);margin:0}@media(max-width:767px){.footer{padding:2rem 0}.footer__columns{grid-template-columns:1fr;gap:1.5rem}.footer__column{gap:.5rem}}.header{position:sticky;top:0;z-index:100;background-color:#000;border-bottom:1px solid var(--color-border);height:64px}.header__container{position:relative;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.header__menu-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-foreground);padding:.5rem}@media(min-width:768px){.header__menu-btn{display:none}}.header__logo{text-decoration:none}.header__logo-image{max-width:200px;max-height:60px;width:auto;height:auto}.header__logo-text{font-family:var(--font-heading--family);font-weight:700;font-size:1.5rem;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase}@media(max-width:767px){.header__logo{position:static;left:auto;transform:none;justify-self:center}.header__menu-btn{justify-self:start;padding:.25rem}.header__icons{justify-self:end}}.header__nav{display:none;gap:2.5rem;align-items:center;justify-content:center}@media(min-width:768px){.header__nav{display:flex}}.header__nav-link{font-family:var(--font-body--family);font-size:.9375rem;font-weight:500;color:var(--color-foreground);text-decoration:none;transition:color .2s ease;white-space:nowrap}.header__nav-link:hover{color:var(--color-accent)}.header__icons{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.header__icon{display:flex;align-items:center;justify-content:center;color:var(--color-foreground);text-decoration:none;transition:opacity .2s ease}.header__icon:hover{opacity:.7}.header__icon svg{width:24px;height:24px}.header__cart{position:relative}.header__cart-badge{position:absolute;top:-4px;right:-4px;background-color:var(--color-accent);color:var(--color-white);border-radius:50%;width:18px;height:18px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.header{height:72px}}.header__drawer{position:fixed;top:0;left:0;width:85%;max-width:360px;height:100%;margin:0;padding:0;border:none;background-color:#000;color:var(--color-foreground);transform:translate(-100%);transition:transform .3s ease}.header__drawer[open]{transform:translate(0)}.header__drawer::backdrop{background-color:#00000080}.header__drawer-inner{height:100%;padding:1.5rem;display:flex;flex-direction:column}.header__drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #E30613}.header__drawer-title{font-family:var(--font-heading--family);font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:-.02em}.header__drawer-close{background:none;border:none;color:var(--color-foreground);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.header__drawer-menu{display:flex;flex-direction:column;gap:1.5rem}.header__drawer-link{font-family:var(--font-body--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-decoration:none;transition:color .2s ease}.header__drawer-link:hover,.header__drawer-link:focus{color:var(--color-accent)}body.drawer-open{overflow:hidden}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-home{background-color:#000;padding-top:1.5rem;padding-bottom:var(--hero-space-offer-trust, 24px)}.hero-home__container{position:relative;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:flex;flex-direction:column;align-items:flex-start;gap:0}.hero-home__content{position:relative;z-index:2;width:55%;max-width:680px;padding:0 0 1rem;display:flex;flex-direction:column;gap:1.25rem}.hero-home__eyebrow{font-family:var(--font-body--family);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.hero-home__title{font-family:Inter Tight,Oswald,Arial Narrow,Helvetica Condensed,sans-serif;font-weight:700;font-size:var(--hero-title-size, 72px);letter-spacing:-.04em;line-height:1;color:var(--color-foreground);max-width:var(--hero-title-width, 680px)}.hero-home__title-break{display:block}.hero-home__description{font-family:var(--font-body--family);font-weight:400;font-size:var(--hero-description-size, 18px);line-height:1.5;color:var(--color-text-secondary);max-width:var(--hero-description-width, 680px);margin-top:var(--hero-space-title-description, 20px)}.hero-home__description-break{display:block}.hero-home__price{font-family:var(--font-heading--family);font-weight:700;font-size:2.5rem;color:var(--color-accent);margin-top:var(--hero-space-description-price, 20px)}.hero-home__cta{background-color:var(--color-accent);color:var(--color-white);width:var(--hero-cta-width, 340px);max-width:100%;height:var(--hero-cta-height, 72px);padding:0;font-size:1.25rem;font-weight:700;border-radius:6px;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease;margin-top:var(--hero-space-price-cta, 20px)}.hero-home__cta:hover{background-color:var(--color-accent-hover)}.hero-home__offer{font-family:var(--font-body--family);font-weight:400;font-size:.9375rem;color:var(--color-foreground);margin-top:var(--hero-space-cta-offer, 20px)}.hero-home__offer-highlight{color:var(--color-accent);font-weight:600}.hero-home__image-wrapper{position:absolute;z-index:1;top:0;right:0;width:60%;height:100%;display:flex;justify-content:flex-end;align-items:flex-start;pointer-events:none}.hero-home__image,.hero-home__placeholder{max-width:100%;max-height:820px;width:auto;height:auto;object-fit:contain;object-position:right top;transform:scale(var(--hero-image-size, 120%));margin-left:var(--hero-image-x, 0px);margin-top:var(--hero-image-y, 0px)}.hero-home__placeholder{background-color:var(--color-surface-secondary);display:flex;align-items:center;justify-content:center;font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-text-secondary);border-radius:8px}.hero-home__image-wrapper--mobile{display:none}.hero-home__image-wrapper--desktop{display:flex}@media(max-width:767px){.hero-home{padding-top:2rem;padding-bottom:var(--hero-space-offer-trust, 32px)}.hero-home__container{display:flex;flex-direction:column;gap:2rem;padding:0 var(--page-margin)}.hero-home__content{position:relative;z-index:2;width:100%;max-width:100%;padding:0;gap:1rem}.hero-home__title,.hero-home__description{max-width:var(--hero-title-width, 680px)}.hero-home__eyebrow{font-size:.75rem}.hero-home__title{font-size:var(--hero-title-size, 40px);line-height:1.15;max-width:var(--hero-title-width, 680px)}.hero-home__title-break,.hero-home__description-break{display:none}.hero-home__description{font-size:var(--hero-description-size, 16px);max-width:var(--hero-description-width, 680px);margin-top:var(--hero-space-title-description, 16px)}.hero-home__price{font-size:2rem;margin-top:var(--hero-space-description-price, 16px)}.hero-home__cta{width:var(--hero-cta-width, 300px);height:var(--hero-cta-height, 56px);padding:0;margin-top:var(--hero-space-price-cta, 16px)}.hero-home__offer{font-size:.875rem;margin-top:var(--hero-space-cta-offer, 16px)}.hero-home__image-wrapper{position:relative;z-index:1;width:100%;height:auto;min-height:auto;justify-content:center;align-items:center}.hero-home__image-wrapper--mobile{display:flex;margin:.25rem 0 .5rem}.hero-home__image-wrapper--desktop{display:none}.hero-home__image,.hero-home__placeholder{max-width:100%;max-height:400px;object-fit:contain;object-position:center;transform:scale(var(--hero-image-size, 100%));margin-left:var(--hero-image-x, 0px);margin-top:var(--hero-image-y, 0px)}}.aviso-legal-page{background-color:#000;color:var(--color-foreground);padding:4rem 0 5rem}.aviso-legal-page__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.aviso-legal-page__header{text-align:center;margin-bottom:3.5rem}.aviso-legal-page__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:600;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem}.aviso-legal-page__subtitle{font-family:var(--font-body--family);font-size:1.125rem;color:var(--color-text-secondary);margin:0}.aviso-legal-page__content{margin-bottom:4rem}.aviso-legal-page__text{font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-body);margin:0 0 1rem}.aviso-legal-page__link{color:var(--color-foreground);text-decoration:underline;transition:color .2s ease}.aviso-legal-page__link:hover{color:#e30613}.aviso-legal-page__policy-list{counter-reset:aviso;list-style:none;padding:0;margin:0}.aviso-legal-page__policy-list>li{position:relative;padding:1.5rem 0 1.5rem 3rem;border-top:1px solid var(--color-border)}.aviso-legal-page__policy-list>li:first-child{border-top:none}.aviso-legal-page__policy-list>li:before{counter-increment:aviso;content:counter(aviso) ".";position:absolute;left:0;top:1.5rem;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:600;color:#e30613}.aviso-legal-page__item-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.aviso-legal-page__sublist{list-style:disc;padding-left:1.5rem;margin:0 0 1rem}.aviso-legal-page__sublist li{color:var(--color-text-secondary);margin-bottom:.35rem}@media(max-width:767px){.aviso-legal-page{padding:2.5rem 0 3rem}.aviso-legal-page__title{font-size:1.75rem}.aviso-legal-page__header{margin-bottom:2.5rem}.aviso-legal-page__policy-list>li{padding:1.25rem 0 1.25rem 2.5rem}.aviso-legal-page__item-title{font-size:1rem}}.devoluciones-page{background-color:#000;color:var(--color-foreground);padding:4rem 0 5rem}.devoluciones-page__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.devoluciones-page__header{text-align:center;margin-bottom:3.5rem}.devoluciones-page__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:600;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem}.devoluciones-page__subtitle{font-family:var(--font-body--family);font-size:1.125rem;color:var(--color-text-secondary);margin:0}.devoluciones-page__content{margin-bottom:4rem}.devoluciones-page__section-title{font-family:var(--font-heading--family);font-size:1.5rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem}.devoluciones-page__text{font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-body);margin:0 0 1rem}.devoluciones-page__link{color:var(--color-foreground);text-decoration:underline;transition:color .2s ease}.devoluciones-page__link:hover{color:#e30613}.devoluciones-page__policy-list{counter-reset:devolucion;list-style:none;padding:0;margin:0}.devoluciones-page__policy-list>li{position:relative;padding:1.5rem 0 1.5rem 3rem;border-top:1px solid var(--color-border)}.devoluciones-page__policy-list>li:first-child{border-top:none}.devoluciones-page__policy-list>li:before{counter-increment:devolucion;content:counter(devolucion) ".";position:absolute;left:0;top:1.5rem;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:600;color:#e30613}.devoluciones-page__item-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);margin:0 0 1rem}.devoluciones-page__sublist{list-style:disc;padding-left:1.5rem;margin:0 0 1rem}.devoluciones-page__sublist li{color:var(--color-text-secondary);margin-bottom:.35rem}.devoluciones-page__form-section{padding-top:2rem;border-top:1px solid var(--color-border)}.devoluciones-page__form-intro{margin-bottom:2rem}.devoluciones-page__form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.devoluciones-page__field--full{grid-column:1 / -1}.devoluciones-page__label{display:block;font-family:var(--font-body--family);font-size:.9375rem;font-weight:500;color:var(--color-foreground);margin-bottom:.35rem}.devoluciones-page__input,.devoluciones-page__select,.devoluciones-page__textarea{width:100%;padding:.75rem 1rem;font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-foreground);background-color:var(--color-background);border:1px solid var(--color-border);border-radius:var(--input-border-radius);transition:border-color .2s ease}.devoluciones-page__input:focus,.devoluciones-page__select:focus,.devoluciones-page__textarea:focus{outline:none;border-color:#e30613}.devoluciones-page__select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.devoluciones-page__select option:disabled{color:#666}.devoluciones-page__textarea{resize:vertical;min-height:120px}.devoluciones-page__help{display:block;font-size:.875rem;color:var(--color-text-secondary);margin-top:.35rem}.devoluciones-page__terms{display:flex;align-items:flex-start}.devoluciones-page__checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.devoluciones-page__checkbox{width:1.25rem;height:1.25rem;accent-color:#E30613;flex-shrink:0}.devoluciones-page__checkbox-text{font-size:.9375rem;color:var(--color-foreground)}.devoluciones-page__hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0}.devoluciones-page__submit{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:var(--font-body--family);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;background-color:#e30613;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:background-color .2s ease,transform .1s ease}.devoluciones-page__submit:hover{background-color:#c00510;transform:translateY(-1px)}.devoluciones-page__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.devoluciones-page__success{padding:1.5rem;margin-bottom:1.5rem;background-color:#e306131a;border:1px solid #E30613;border-radius:var(--input-border-radius)}.devoluciones-page__success-title{font-family:var(--font-heading--family);font-size:1.25rem;font-weight:600;color:var(--color-foreground);margin:0 0 .5rem}.devoluciones-page__success-text{color:var(--color-text-secondary);margin:0}.devoluciones-page__errors{padding:1rem 1.5rem;margin-bottom:1.5rem;background-color:#ffffff0d;border:1px solid #E30613;border-radius:var(--input-border-radius)}.devoluciones-page__errors-text{color:#e30613;margin:0}@media(max-width:767px){.devoluciones-page{padding:2.5rem 0 3rem}.devoluciones-page__title{font-size:1.75rem}.devoluciones-page__header{margin-bottom:2.5rem}.devoluciones-page__policy-list>li{padding:1.25rem 0 1.25rem 2.5rem}.devoluciones-page__form-grid{grid-template-columns:1fr}.devoluciones-page__submit{width:100%}}.cookies-page{background-color:#000;color:var(--color-foreground);padding:4rem 0 5rem}.cookies-page__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.cookies-page__header{text-align:center;margin-bottom:3.5rem}.cookies-page__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:600;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem}.cookies-page__subtitle{font-family:var(--font-body--family);font-size:1.125rem;color:var(--color-text-secondary);margin:0}.cookies-page__content{margin-bottom:4rem}.cookies-page__text{font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-body);margin:0 0 1rem}.cookies-page__link{color:var(--color-foreground);text-decoration:underline;transition:color .2s ease}.cookies-page__link:hover{color:#e30613}.cookies-page__policy-list{counter-reset:cookies;list-style:none;padding:0;margin:0}.cookies-page__policy-list>li{position:relative;padding:1.5rem 0 1.5rem 3rem;border-top:1px solid var(--color-border)}.cookies-page__policy-list>li:first-child{border-top:none}.cookies-page__policy-list>li:before{counter-increment:cookies;content:counter(cookies) ".";position:absolute;left:0;top:1.5rem;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:600;color:#e30613}.cookies-page__item-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.cookies-page__item-subtitle{font-family:var(--font-heading--family);font-size:1rem;font-weight:600;color:var(--color-foreground);margin:1.25rem 0 .5rem}.cookies-page__sublist{list-style:disc;padding-left:1.5rem;margin:0 0 1rem}.cookies-page__sublist li{color:var(--color-text-secondary);margin-bottom:.35rem}@media(max-width:767px){.cookies-page{padding:2.5rem 0 3rem}.cookies-page__title{font-size:1.75rem}.cookies-page__header{margin-bottom:2.5rem}.cookies-page__policy-list>li{padding:1.25rem 0 1.25rem 2.5rem}.cookies-page__item-title{font-size:1rem}}.privacidad-page{background-color:#000;color:var(--color-foreground);padding:4rem 0 5rem}.privacidad-page__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.privacidad-page__header{text-align:center;margin-bottom:3.5rem}.privacidad-page__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:600;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem}.privacidad-page__subtitle{font-family:var(--font-body--family);font-size:1.125rem;color:var(--color-text-secondary);margin:0}.privacidad-page__content{margin-bottom:4rem}.privacidad-page__text{font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-body);margin:0 0 1rem}.privacidad-page__link{color:var(--color-foreground);text-decoration:underline;transition:color .2s ease}.privacidad-page__link:hover{color:#e30613}.privacidad-page__policy-list{counter-reset:privacidad;list-style:none;padding:0;margin:0}.privacidad-page__policy-list>li{position:relative;padding:1.5rem 0 1.5rem 3rem;border-top:1px solid var(--color-border)}.privacidad-page__policy-list>li:first-child{border-top:none}.privacidad-page__policy-list>li:before{counter-increment:privacidad;content:counter(privacidad) ".";position:absolute;left:0;top:1.5rem;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:600;color:#e30613}.privacidad-page__item-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.privacidad-page__item-subtitle{font-family:var(--font-heading--family);font-size:1rem;font-weight:600;color:var(--color-foreground);margin:1.25rem 0 .5rem}.privacidad-page__sublist{list-style:disc;padding-left:1.5rem;margin:0 0 1rem}.privacidad-page__sublist li{color:var(--color-text-secondary);margin-bottom:.35rem}@media(max-width:767px){.privacidad-page{padding:2.5rem 0 3rem}.privacidad-page__title{font-size:1.75rem}.privacidad-page__header{margin-bottom:2.5rem}.privacidad-page__policy-list>li{padding:1.25rem 0 1.25rem 2.5rem}.privacidad-page__item-title{font-size:1rem}}.terminos-page{background-color:#000;color:var(--color-foreground);padding:4rem 0 5rem}.terminos-page__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.terminos-page__header{text-align:center;margin-bottom:3.5rem}.terminos-page__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:600;color:var(--color-foreground);letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem}.terminos-page__subtitle{font-family:var(--font-body--family);font-size:1.125rem;color:var(--color-text-secondary);margin:0}.terminos-page__content{margin-bottom:4rem}.terminos-page__text{font-family:var(--font-body--family);font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:var(--line-height-body);margin:0 0 1rem}.terminos-page__link{color:var(--color-foreground);text-decoration:underline;transition:color .2s ease}.terminos-page__link:hover{color:#e30613}.terminos-page__policy-list{counter-reset:terminos;list-style:none;padding:0;margin:0}.terminos-page__policy-list>li{position:relative;padding:1.5rem 0 1.5rem 3rem;border-top:1px solid var(--color-border)}.terminos-page__policy-list>li:first-child{border-top:none}.terminos-page__policy-list>li:before{counter-increment:terminos;content:counter(terminos) ".";position:absolute;left:0;top:1.5rem;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:600;color:#e30613}.terminos-page__item-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.terminos-page__sublist{list-style:disc;padding-left:1.5rem;margin:0 0 1rem}.terminos-page__sublist li{color:var(--color-text-secondary);margin-bottom:.35rem}@media(max-width:767px){.terminos-page{padding:2.5rem 0 3rem}.terminos-page__title{font-size:1.75rem}.terminos-page__header{margin-bottom:2.5rem}.terminos-page__policy-list>li{padding:1.25rem 0 1.25rem 2.5rem}.terminos-page__item-title{font-size:1rem}}.product-brand{background-color:#0d0d0d;padding:4rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-brand__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);text-align:center}.product-brand__title{font-family:var(--font-heading--family);font-weight:700;font-size:2.5rem;color:var(--color-foreground);margin-bottom:1.5rem}.product-brand__description{font-family:var(--font-body--family);font-weight:400;font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:767px){.product-brand{padding:3rem 0}.product-brand__title{font-size:2rem}.product-brand__description{font-size:1rem}}.product-faq{background-color:#0d0d0d;padding:4rem 0}.product-faq__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.product-faq__title{font-family:var(--font-heading--family);font-weight:700;font-size:2.5rem;color:var(--color-foreground);text-align:center;margin-bottom:3rem}.product-faq__accordion{display:flex;flex-direction:column;gap:1rem}.product-faq__item{background-color:var(--color-surface-secondary);border-radius:8px;overflow:hidden}.product-faq__question{width:100%;padding:1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font-body--family);font-size:1rem;font-weight:600;color:var(--color-foreground);text-align:left;cursor:pointer;transition:color .2s ease}.product-faq__question:hover{color:var(--color-accent)}.product-faq__icon{flex-shrink:0;transition:transform .3s ease}.product-faq__item[aria-expanded=true] .product-faq__icon{transform:rotate(180deg)}.product-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.product-faq__answer p{padding:0 1.5rem 1.5rem;font-family:var(--font-body--family);font-size:.9375rem;font-weight:400;color:var(--color-text-secondary);line-height:1.6;margin:0}.product-faq__answer-link{display:inline-block;padding:0 1.5rem 1.5rem;font-family:var(--font-body--family);font-size:.9375rem;font-weight:500;color:var(--color-accent);text-decoration:underline;transition:color .2s ease}.product-faq__answer-link:hover{color:var(--color-foreground)}.product-faq__item[aria-expanded=true] .product-faq__answer{max-height:500px}@media(max-width:767px){.product-faq{padding:3rem 0}.product-faq__title{font-size:2rem;margin-bottom:2rem}.product-faq__question{padding:1.25rem;font-size:.9375rem}.product-faq__answer p{padding:0 1.25rem 1.25rem;font-size:.875rem}}.product-features{background-color:#0a0a0a;padding:4rem 0}.product-features__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.product-features__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:700;color:var(--color-foreground);text-align:center;margin:0 0 3rem}.product-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-features__card{background:linear-gradient(145deg,#111,#0a0a0a);border:1px solid #222222;border-top:2px solid #E30613;border-radius:12px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;transition:transform .2s ease,border-color .2s ease}.product-features__card:hover{transform:translateY(-4px);border-color:#e30613}.product-features__visual{width:88px;height:88px;border-radius:50%;background-color:#e3061314;border:1px solid rgba(227,6,19,.25);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#e30613}.product-features__visual img{width:100%;height:100%;object-fit:cover}.product-features__visual svg{width:40px;height:40px}.product-features__feature-name{font-family:var(--font-heading--family);font-size:1.25rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase}.product-features__feature-description{font-family:var(--font-body--family);font-size:.95rem;color:#ffffffa6;margin:0;line-height:1.5}@media(max-width:991px){.product-features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.product-features{padding:3rem 0}.product-features__title{font-size:2rem;margin-bottom:2rem}.product-features__grid{grid-template-columns:1fr}.product-features__card{padding:1.5rem}}.product-how-it-works{background-color:#0d0d0d;padding:4rem 0}.product-how-it-works__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.product-how-it-works__title{font-family:var(--font-heading--family);font-weight:700;font-size:2.5rem;color:var(--color-foreground);text-align:center;margin-bottom:3rem}.product-how-it-works__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.product-how-it-works__step{background-color:var(--color-surface-secondary);border-radius:8px;padding:2rem;display:flex;flex-direction:column;gap:1rem;position:relative}.product-how-it-works__step-number{font-family:var(--font-heading--family);font-weight:700;font-size:3rem;color:var(--color-accent);line-height:1;margin-bottom:.5rem}.product-how-it-works__step-title{font-family:var(--font-body--family);font-weight:600;font-size:1.125rem;color:var(--color-foreground);margin:0}.product-how-it-works__step-description{font-family:var(--font-body--family);font-weight:400;font-size:.9375rem;color:var(--color-text-secondary);margin:0}@media(max-width:767px){.product-how-it-works{padding:3rem 0}.product-how-it-works__title{font-size:2rem;margin-bottom:2rem}.product-how-it-works__steps{grid-template-columns:1fr;gap:1.5rem}.product-how-it-works__step{padding:1.5rem}.product-how-it-works__step-number{font-size:2.5rem}}.product-reviews{background-color:#0a0a0a;padding:4rem 0}.product-reviews__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.product-reviews__title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:700;color:var(--color-foreground);text-align:center;margin:0 0 3rem}.product-reviews__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-reviews__card{background:linear-gradient(145deg,#111,#0a0a0a);border:1px solid #222222;border-top:2px solid #E30613;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.product-reviews__card--hidden{display:none}.product-reviews__card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.product-reviews__stars{display:flex;gap:.25rem;color:#e30613}.product-reviews__star{font-size:1.25rem;line-height:1}.product-reviews__star--filled{color:#e30613}.product-reviews__star:not(.product-reviews__star--filled){color:#555}.product-reviews__date{font-family:var(--font-body--family);font-size:.8rem;color:#ffffff73}.product-reviews__author{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;color:#fff;margin:0}.product-reviews__text{font-family:var(--font-body--family);font-size:.95rem;color:#ffffffbf;margin:0;line-height:1.5}.product-reviews__photo{width:100%;aspect-ratio:4/3;background-color:#1a1a1a;border:1px dashed #444444;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:.85rem;margin-top:.5rem}.product-reviews__test-note{text-align:center;font-size:.85rem;color:#ffffff80;margin:1.5rem 0 0}.product-reviews__empty{text-align:center;padding:3rem;background-color:var(--color-surface-secondary);border-radius:8px}.product-reviews__empty-text{font-family:var(--font-body--family);font-size:1rem;color:var(--color-text-secondary);margin:0}.product-reviews__load-more{display:none;margin:2rem auto 0;padding:.875rem 2rem;background-color:transparent;border:1px solid #E30613;color:#e30613;border-radius:8px;font-family:var(--font-heading--family);font-weight:700;font-size:.95rem;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease}.product-reviews__load-more:hover{background-color:#e30613;color:#fff}.product-reviews__verification{text-align:center;margin:1.5rem 0 0}.product-reviews__verification-link{font-family:var(--font-body--family);font-size:.85rem;color:#ffffff8c;text-decoration:underline}.product-reviews__verification-link:hover{color:#e30613}.product-reviews__form-section{margin-top:3rem;padding-top:3rem;border-top:1px solid #222222}.product-reviews__form-title{font-family:var(--font-heading--family);font-size:1.75rem;font-weight:700;color:var(--color-foreground);text-align:center;margin:0 0 2rem}.product-reviews__form{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.product-reviews__rating{display:flex;flex-direction:column;gap:.5rem}.product-reviews__rating-label{font-family:var(--font-body--family);font-size:.9rem;font-weight:600;color:#ffffffbf;margin:0}.product-reviews__stars-select{display:flex;gap:.5rem}.product-reviews__star-btn{background:none;border:none;cursor:pointer;font-size:2rem;color:#555;padding:0;line-height:1;transition:color .15s ease}.product-reviews__star-btn:hover,.product-reviews__star-btn--active{color:#e30613}.product-reviews__rating-error{display:none;color:#e30613;font-size:.85rem;margin:0}.product-reviews__field{display:flex;flex-direction:column;gap:.5rem}.product-reviews__field-label{font-family:var(--font-body--family);font-size:.9rem;font-weight:600;color:#ffffffbf}.product-reviews__textarea{background-color:#111;border:1px solid #333333;border-radius:8px;padding:1rem;color:#fff;font-family:var(--font-body--family);font-size:.95rem;resize:vertical;min-height:120px}.product-reviews__textarea:focus{outline:none;border-color:#e30613}.product-reviews__file-input{color:#ffffffbf;font-family:var(--font-body--family);font-size:.9rem}.product-reviews__file-hint{font-size:.8rem;color:#ffffff73}.product-reviews__form-note{font-size:.85rem;color:#e30613;margin:0;text-align:center}.product-reviews__submit-btn{width:100%;padding:1rem 2rem;background-color:#e30613;color:#fff;border:none;border-radius:8px;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease}.product-reviews__submit-btn:disabled{background-color:#555;cursor:not-allowed}.product-reviews__submit-btn:hover:not(:disabled){background-color:#c00510}.product-reviews__login-text{text-align:center;font-family:var(--font-body--family);font-size:1rem;color:#ffffffbf;margin:0 0 1.5rem}.product-reviews__login-btn{display:flex;justify-content:center;align-items:center;width:100%;max-width:320px;margin:0 auto;padding:1rem 2rem;background-color:#e30613;color:#fff;border-radius:8px;font-family:var(--font-heading--family);font-weight:700;text-transform:uppercase;text-decoration:none;text-align:center;transition:background-color .2s ease}.product-reviews__login-btn:hover{background-color:#c00510}@media(max-width:1023px){.product-reviews__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.product-reviews{padding:3rem 0}.product-reviews__title{font-size:2rem;margin-bottom:2rem}.product-reviews__list{grid-template-columns:1fr}.product-reviews__card{padding:1.25rem}.product-reviews__form-title{font-size:1.5rem}}.product{background-color:#000;padding:2rem 0;min-height:calc(100vh - 64px)}.product__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"main info";gap:.5rem 3rem;align-items:start}.product__gallery{grid-area:main;display:flex;flex-direction:column;gap:.5rem}.product__main-image-wrapper{display:flex;justify-content:center;align-items:center;background-color:#000;border:1px solid #222222;border-radius:16px;overflow:hidden;padding:1.5rem;height:auto;box-sizing:border-box;transition:height .3s ease}.product__main-image{width:100%;height:100%;object-fit:contain;border-radius:8px;transform:translate(var(--image-x-desktop, 0px),var(--image-y-desktop, 0px)) scale(var(--image-scale-desktop, 1));transition:transform .3s ease}.product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-body--family);font-size:1.25rem;color:var(--color-text-secondary);background-color:#0a0a0a;border-radius:8px}.product__thumbnails{display:flex;gap:.5rem}.product__thumbnails::-webkit-scrollbar{display:none}.product__thumbnail{flex:1 1 0;min-width:0;aspect-ratio:1 / 1;padding:0;border:1px solid #333333;border-radius:8px;background-color:#000;cursor:pointer;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.product__thumbnail:hover,.product__thumbnail:focus{border-color:#e30613}.product__thumbnail--active{border-color:#e30613;box-shadow:0 0 0 1px #e30613}.product__thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product__info{grid-area:info;display:flex;flex-direction:column;gap:1.25rem;padding-top:.5rem}.product__stock-label{display:inline-flex;align-items:center;width:fit-content;padding:.5rem 1rem;background-color:#e3061314;border-left:2px solid #E30613;border-radius:4px;font-family:var(--font-body--family);font-size:.75rem;font-weight:700;color:#e30613;letter-spacing:.06em;text-transform:uppercase}.product__header{display:flex;flex-direction:column;gap:.5rem}.product__title{font-family:var(--font-heading--family);font-weight:700;font-size:2.25rem;color:#fff;line-height:1.1;margin:0;text-transform:uppercase;letter-spacing:-.02em}.product__subtitle{font-family:var(--font-body--family);font-size:1.125rem;color:#ffffffa6;margin:0}.product__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.product__benefit{display:flex;align-items:center;gap:.875rem;font-family:var(--font-body--family);font-size:.9375rem;color:#ffffffd9}.product__benefit-icon{display:flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;color:#e30613;background-color:#e3061314;border-radius:50%}.product__offers{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product__offer-card{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1.25rem;background-color:#0a0a0a;border:1px solid #333333;border-radius:12px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.product__offer-card:hover{border-color:#555}.product__offer-card--selected,.product__offer-card--selected:hover{border-color:#e30613;background-color:#e306130d}.product__offer-radio{position:absolute;opacity:0;width:0;height:0}.product__offer-badge{position:absolute;top:-10px;right:10px;padding:.25rem .6rem;background-color:#e30613;color:#fff;font-family:var(--font-body--family);font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:4px}.product__offer-title{font-family:var(--font-heading--family);font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase}.product__offer-savings{font-family:var(--font-body--family);font-size:.8rem;font-weight:600;color:#e30613}.product__offer-price{font-family:var(--font-heading--family);font-size:1.75rem;font-weight:700;color:#fff;line-height:1}.product__offer-compare{font-family:var(--font-body--family);font-size:.875rem;color:#ffffff73;text-decoration:line-through}.product__offer-subtext{font-family:var(--font-body--family);font-size:.8rem;color:#ffffff8c}.product__offer-warning{margin:0;padding:.75rem 1rem;background-color:#1a1a1a;border-left:2px solid #E30613;border-radius:4px;font-size:.85rem;color:#ffffffbf}.product__add-to-cart{width:100%;padding:1rem 2rem;margin-top:1.5rem;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;background-color:#e30613;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.product__add-to-cart:hover{background-color:#c00510;transform:translateY(-1px)}@media(max-width:767px){.product{min-height:auto;padding:1.5rem 0 3rem}.product__container{grid-template-columns:1fr;grid-template-areas:"main" "info";gap:.75rem}.product__gallery{position:relative;top:auto}.product__main-image-wrapper{max-height:55vh;padding:1rem}.product__thumbnails{gap:.5rem}.product__main-image{transform:translate(var(--image-x-mobile, 0px),var(--image-y-mobile, 0px)) scale(var(--image-scale-mobile, 1))}.product__title{font-size:1.875rem}.product__offers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.product__offers{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.trust-bar{background-color:#000;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.5rem 0}.trust-bar__container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-bar__item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:0 1.5rem;border-right:1px solid var(--color-border)}.trust-bar__item:last-child{border-right:none}.trust-bar__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--color-surface-secondary);border-radius:8px;color:var(--color-accent);flex-shrink:0}.trust-bar__icon svg{width:24px;height:24px}.trust-bar__content{display:flex;flex-direction:column;gap:.25rem}.trust-bar__title{font-family:var(--font-body--family);font-size:.875rem;font-weight:600;color:var(--color-foreground);margin:0}.trust-bar__text{font-family:var(--font-body--family);font-size:.875rem;font-weight:400;color:var(--color-text-secondary);margin:0}@media(max-width:767px){.trust-bar{padding:1.5rem 0}.trust-bar__container{grid-template-columns:1fr;gap:1rem}.trust-bar__item{gap:.75rem;padding:0;border-right:none;justify-content:flex-start}.trust-bar__icon{width:40px;height:40px}.trust-bar__icon svg{width:20px;height:20px}.trust-bar__title,.trust-bar__text{font-size:.8125rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
