.product-page{background-color:#000;min-height:100vh;padding-top:calc(var(--header-height-mobile, 60px) + 20px)}@media (min-width: 1024px){.product-page{padding-top:calc(var(--header-height, 70px) + 40px)}}.product-page__grid{display:flex;flex-direction:column}@media (min-width: 1024px){.product-page__grid{display:grid;grid-template-columns:55% 45%;align-items:start;gap:0}}@media (min-width: 1440px){.product-page__grid{grid-template-columns:58% 42%}}.product-gallery{position:relative;background-color:transparent;display:flex;flex-direction:column}@media (min-width: 1024px){.product-gallery{position:sticky;top:calc(var(--header-height, 70px) + 40px);height:calc(100vh - var(--header-height, 70px) - 60px);flex-direction:row;gap:16px;padding:0 24px;align-self:start;background:transparent}}.product-gallery__main{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;order:1}@media (max-width: 1023px){.product-gallery__main{aspect-ratio:1}}@media (min-width: 1024px){.product-gallery__main{order:1;height:100%}}.product-gallery__image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;overflow:hidden}.product-gallery__main-image{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;cursor:crosshair;transition:opacity .3s ease}@media (max-width: 1023px){.product-gallery__main-image{object-fit:cover;cursor:zoom-in}}.product-gallery__zoom-lens{display:none}@media (min-width: 1024px){.product-gallery__zoom-lens{display:none;position:absolute;width:180px;height:180px;border:2px solid rgba(255,255,255,.8);border-radius:50%;pointer-events:none;z-index:10;background:#ffffff1a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);box-shadow:0 0 0 1px #0000004d,0 4px 20px #0006;transform:translate(-50%,-50%)}.product-gallery__image-wrapper.is-zooming .product-gallery__zoom-lens{display:block}.product-gallery__image-wrapper.is-zooming .product-gallery__main-image{transform-origin:var(--zoom-x, center) var(--zoom-y, center);transform:scale(1.8);transition:transform .1s ease-out}}.product-gallery__badge{position:absolute;top:16px;left:16px;padding:8px 14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--product-badge-text, #fff);background-color:var(--product-badge-bg, #f41100);z-index:5}@media (min-width: 1024px){.product-gallery__badge{top:24px;left:24px}}.product-gallery__zoom{display:none}.product-gallery__nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 12px;pointer-events:none;z-index:5}@media (min-width: 1024px){.product-gallery__nav{display:none}}.product-gallery__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;pointer-events:auto;transition:all .2s ease}.product-gallery__nav-btn:hover{background-color:var(--product-btn-primary-bg, #f41100);border-color:var(--product-btn-primary-bg, #f41100)}.product-gallery__nav-btn svg{width:18px;height:18px}.product-gallery__counter{position:absolute;bottom:16px;left:50%;transform:translate(-50%);padding:6px 14px;font-size:11px;font-weight:500;letter-spacing:.05em;color:#fff;background-color:#0009;z-index:5}@media (min-width: 1024px){.product-gallery__counter{display:none}}.product-gallery__thumbnails{display:flex;gap:8px;padding:12px 16px;background-color:transparent;overflow-x:auto;scrollbar-width:none;flex-shrink:0;order:2}.product-gallery__thumbnails::-webkit-scrollbar{display:none}@media (min-width: 1024px){.product-gallery__thumbnails{order:0;flex-direction:column;overflow-x:visible;overflow-y:auto;padding:0;gap:12px;max-height:100%;flex-shrink:0;background:transparent}}.product-gallery__thumbnail{flex:0 0 60px;width:60px;height:60px;border:2px solid rgba(255,255,255,.15);background:#1a1a1a;cursor:pointer;transition:all .2s ease;padding:0;overflow:hidden}@media (min-width: 1024px){.product-gallery__thumbnail{flex:0 0 80px;width:80px;height:80px}}.product-gallery__thumbnail.is-active{border-color:#fff}.product-gallery__thumbnail:hover:not(.is-active){border-color:#ffffff80;transform:scale(1.02)}.product-gallery__thumbnail-image{width:100%;height:100%;object-fit:cover}.product-info{padding:32px 20px 120px;background-color:var(--product-info-bg, #000)}@media (min-width: 768px){.product-info{padding:40px 32px 100px}}@media (min-width: 1024px){.product-info{padding:0 48px 60px}}@media (min-width: 1440px){.product-info{padding:0 64px 60px}}.product-info__breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.product-info__breadcrumb a{color:#fff6;text-decoration:none;transition:color .15s ease}.product-info__breadcrumb a:hover{color:#fff}.product-info__breadcrumb svg{width:8px;height:8px;color:#ffffff4d}.product-info__breadcrumb span{color:#fff9}.product-info__vendor{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--product-btn-primary-bg, #f41100);margin-bottom:8px}.product-info__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px;color:var(--product-title-color, #fff)}.product-info__code{font-size:11px;color:#fff6;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1);font-family:SF Mono,Monaco,monospace;letter-spacing:.03em}.product-info__code span{color:#ffffffb3}.product-info__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin-bottom:8px}.product-price__current{font-size:1.75rem;font-weight:600;color:var(--product-price-color, #f41100)}.product-price__compare{font-size:1rem;color:#ffffff59;text-decoration:line-through}.product-price__save{font-size:10px;font-weight:700;letter-spacing:.05em;color:#fff;background-color:var(--product-badge-bg, #f41100);padding:4px 8px}.product-info__installments{font-size:12px;color:#ffffff80;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.product-info__installments strong{color:#fff;font-weight:600}.product-form{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.product-variant{display:flex;flex-direction:column;gap:12px}.product-variant__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff}.product-variant__label span{font-weight:400;color:#ffffff80;text-transform:none;letter-spacing:0;margin-left:4px}.product-variant__options{display:flex;flex-wrap:wrap;gap:8px}.product-variant__option{min-width:44px;height:40px;padding:0 14px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;transition:all .2s ease}.product-variant__option:hover{border-color:#ffffff80}.product-variant__option.is-active{border-color:var(--product-variant-active-bg, #f41100);background-color:var(--product-variant-active-bg, #f41100);color:var(--product-variant-active-text, #fff)}.product-variant__option.is-disabled{opacity:.25;cursor:not-allowed;text-decoration:line-through}.product-variant__swatches{display:flex;flex-wrap:wrap;gap:10px}.product-variant__swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:inset 0 0 0 1px #ffffff26}.product-variant__swatch:hover{transform:scale(1.1)}.product-variant__swatch.is-active{border-color:#fff}.product-form__actions{display:flex;gap:10px}.product-form__quantity{display:flex;align-items:center;border:1px solid rgba(255,255,255,.2);flex-shrink:0;background:transparent}.quantity-selector__btn{display:flex;align-items:center;justify-content:center;width:40px;height:48px;background:none;border:none;color:#fff;cursor:pointer;transition:all .15s ease}.quantity-selector__btn:hover{color:var(--product-btn-primary-bg, #f41100)}.quantity-selector__btn svg{width:14px;height:14px}.quantity-selector__input{width:36px;height:48px;text-align:center;font-size:13px;font-weight:500;border:none;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-form__add-to-cart{flex:1;height:50px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background-color:var(--product-btn-primary-bg, #f41100);color:var(--product-btn-primary-text, #fff);border:none;cursor:pointer;transition:all .2s ease}.product-form__add-to-cart:hover{filter:brightness(1.1)}.product-form__add-to-cart:disabled{opacity:.4;cursor:not-allowed;filter:none}.product-form__wishlist{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.product-form__wishlist:hover{border-color:var(--product-btn-primary-bg, #f41100);color:var(--product-btn-primary-bg, #f41100)}.product-form__wishlist.is-active{background-color:var(--product-btn-primary-bg, #f41100);border-color:var(--product-btn-primary-bg, #f41100);color:#fff}.product-form__wishlist svg{width:18px;height:18px}.product-form__buy-now{width:100%;height:44px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s ease}.product-form__buy-now:hover{background-color:#fff;border-color:#fff;color:#000}.product-accordion{border-top:1px solid rgba(255,255,255,.1)}.product-accordion__item{border-bottom:1px solid rgba(255,255,255,.1)}.product-accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:none;border:none;text-align:left;color:#fff;position:relative;z-index:1;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.product-accordion__header svg{width:14px;height:14px;color:#ffffff80;transition:transform .25s ease;flex-shrink:0}.product-accordion__item.is-open .product-accordion__header svg{transform:rotate(180deg)}.product-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0}.product-accordion__item.is-open .product-accordion__content{max-height:2000px;padding-bottom:20px;overflow:visible}.product-accordion__text{font-size:13px;line-height:1.7;color:#fff9;overflow:visible;word-wrap:break-word}.product-accordion__text ul{list-style:none;padding:0;margin:0}.product-accordion__text li{position:relative;padding-left:14px;margin-bottom:8px}.product-accordion__text li:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;background-color:var(--product-btn-primary-bg, #f41100);border-radius:50%}.product-accordion__text p{margin:0 0 10px}.product-accordion__text p:last-child{margin-bottom:0}.product-meta{display:flex;flex-wrap:wrap;gap:12px 24px;padding:16px 0;font-size:11px;color:#ffffff80;border-top:1px solid rgba(255,255,255,.1);margin-top:20px}.product-meta__item{display:flex;gap:6px}.product-meta__label{font-weight:600;color:#ffffffb3}.product-share{display:flex;align-items:center;gap:16px;padding-top:16px}.product-share__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#ffffff80}.product-share__links{display:flex;gap:8px}.product-share__link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.2);color:#fff9;transition:all .2s ease}.product-share__link:hover{border-color:var(--product-btn-primary-bg, #f41100);background-color:var(--product-btn-primary-bg, #f41100);color:#fff}.product-share__link svg{width:12px;height:12px}.product-zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000f7;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:20px}.product-zoom-modal.is-active{opacity:1;visibility:visible}.product-zoom-modal__close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;z-index:2;transition:all .3s ease}.product-zoom-modal__close:hover{background-color:#fff;border-color:#fff;color:#000;transform:rotate(90deg)}.product-zoom-modal__close svg{width:18px;height:18px}.product-zoom-modal__image{display:block!important;max-width:90vw!important;max-height:85vh!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:auto!important}@media (max-width: 767px){.product-zoom-modal{padding:16px!important;align-items:center!important;justify-content:center!important}.product-zoom-modal__image{max-width:calc(100vw - 32px)!important;max-height:calc(100vh - 100px)!important}}.product-sticky-bar{display:none}@media (max-width: 1023px){.product-sticky-bar{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background-color:#000;border-top:1px solid rgba(255,255,255,.1);z-index:100;display:flex;gap:16px;align-items:center}.product-sticky-bar__price{font-size:1rem;font-weight:600;white-space:nowrap;color:var(--product-price-color, #f41100)}.product-sticky-bar__btn{flex:1;height:44px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background-color:var(--product-btn-primary-bg, #f41100);color:#fff;border:none;cursor:pointer}.product-sticky-bar__btn:disabled{opacity:.4;cursor:not-allowed}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/template-product.css.map */
