.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}.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-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}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=gAGwAQ */
