.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start}.product-page__info--sticky{position:sticky;top:calc(var(--space-3xl) + 60px)}.product-card__media{position:relative;overflow:hidden}.product-card__image-wrap{aspect-ratio:3/4;overflow:hidden;background:var(--color-background-secondary)}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--hover{display:none}@media(hover:hover)and (pointer:fine){.product-card__image{transition:opacity var(--duration-normal) var(--ease-out-expo)}.product-card__image--hover{display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--hover{opacity:1}}.product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:var(--space-md);transform:translateY(100%);transition:transform var(--duration-normal) var(--ease-out-expo)}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{transform:translateY(0)}.product-card__sizes{display:flex;gap:var(--space-xs);margin-top:var(--space-sm);flex-wrap:wrap}.product-card__size{min-width:40px;height:40px;border:1px solid var(--color-border);font-size:var(--font-size-small)}.product-card__size:disabled{opacity:.4;text-decoration:line-through}.product-card__info{padding-top:var(--space-md)}.product-card__title{margin-top:var(--space-xs)}.swatches{display:flex;gap:var(--space-xs);margin-bottom:var(--space-sm)}.swatch{width:16px;height:16px;border-radius:var(--radius-full);border:1px solid var(--color-border);padding:0;cursor:pointer}.swatch.is-selected{box-shadow:0 0 0 1px var(--color-text)}.swatches--picker .swatch{width:28px;height:28px}.size-selector{display:flex;flex-wrap:wrap;gap:.65rem}.size-selector__item{width:46px;height:46px;min-width:46px;display:flex;align-items:center;justify-content:center;border:1.5px solid #d4d4d4;border-radius:999px;cursor:pointer;font-size:.8125rem;font-weight:500;background:transparent;color:var(--color-text);transition:border-color .2s ease,background .2s ease,color .2s ease}.size-selector__item:has(input:checked){border-color:var(--color-text);border-width:2px;background:transparent;color:var(--color-text)}.size-selector__item.is-unavailable{opacity:.35;text-decoration:line-through;pointer-events:none}.variant-picker__group{margin-top:var(--space-lg)}.variant-picker__label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm)}.variant-picker__selected{font-size:var(--font-size-small);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.product-gallery--thumbnails{display:grid;grid-template-columns:72px 1fr;gap:.85rem;align-items:start}.product-gallery__stacked{display:flex;flex-direction:column;gap:var(--space-sm)}.product-gallery__item img,.product-gallery__slide img{width:100%;height:auto;display:block}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.55rem;margin:0;max-height:min(78vh,720px);overflow-y:auto;scrollbar-width:thin}.product-gallery__thumb{border:1.5px solid transparent;padding:0;cursor:pointer;background:#f3f3f3;overflow:hidden;aspect-ratio:1;flex-shrink:0;transition:border-color .2s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:#111}.product-gallery__main{min-width:0;background:#f5f5f5}.product-gallery__track{display:block;overflow:hidden}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}.product-page--elegant .product-page__title{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;letter-spacing:.02em;text-transform:uppercase;line-height:1.15;margin:0 0 .75rem}.product-page--elegant .product-page__price{font-size:1.35rem;font-weight:700}.product-page--elegant .product-page__installments{margin:.35rem 0 0;font-size:.9rem;color:#6b6b6b}.product-page--elegant .product-page__atc{margin-top:1.25rem;border-radius:10px;min-height:52px;font-weight:600;letter-spacing:.02em}.product-page--elegant .product-page__shipping{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid #ebebeb}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:1.75rem;padding:1.25rem .75rem;background:#fff;border:1px solid #e8e8e8;border-radius:14px}.product-benefits__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.35rem .5rem;position:relative}.product-benefits__item+.product-benefits__item:before{content:"";position:absolute;left:0;top:12%;bottom:12%;width:1px;background:#e5e5e5}.product-benefits__icon{display:flex;color:#111;margin-bottom:.15rem}.product-benefits__label{margin:0;font-size:.8125rem;color:#111;font-weight:400}.product-benefits__value{margin:0;font-size:.875rem;font-weight:700;color:#111}.product-specs{background:#f7f7f7}.product-specs__card{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);background:#fff;border-radius:16px;padding:clamp(1.5rem,3.5vw,2.75rem);border:1px solid #ececec}.product-specs__heading{margin:0 0 1rem;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700}.product-specs__text{color:#3a3a3a;font-size:.95rem;line-height:1.65;max-width:38ch}.product-specs__text p{margin:0 0 .85rem}.product-specs__text p:last-child{margin-bottom:0}.product-specs__row{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem;padding:.95rem 0;border-bottom:1px solid #ececec;font-size:.9375rem}.product-specs__row:last-child{border-bottom:none}.product-specs__label{font-weight:700;color:#111}.product-specs__value{color:#333;font-weight:400}.product-faq{background:#f5f5f5}.product-faq__heading{text-align:center;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:700;line-height:1.3;max-width:22ch;margin:0 auto 1.75rem}.product-faq__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.25rem;margin-bottom:1.75rem}.product-faq__tab{border:none;background:transparent;color:#111;font-size:.9375rem;font-weight:500;padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.product-faq__tab.is-active{background:#111;color:#fff}.product-faq__panel[hidden]{display:none}.product-faq__list{border-top:1px solid #ddd}.product-faq__item{border-bottom:1px solid #ddd;padding:0}.product-faq__question{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;cursor:pointer;font-weight:700;font-size:1rem;color:#111}.product-faq__question::-webkit-details-marker{display:none}.product-faq__icon{width:1rem;height:1rem;position:relative;flex-shrink:0}.product-faq__icon:before,.product-faq__icon:after{content:"";position:absolute;background:#111;top:50%;left:50%;transform:translate(-50%,-50%)}.product-faq__icon:before{width:12px;height:1.5px}.product-faq__icon:after{width:1.5px;height:12px}.product-faq__item[open] .product-faq__icon:after{display:none}.product-faq__answer{padding:0 0 1.15rem;color:#555;font-size:.95rem;line-height:1.6;max-width:62ch}.product-related-inline{margin-top:var(--space-3xl);padding-top:var(--space-2xl);border-top:1px solid var(--color-border)}.product-related-inline__heading{margin-bottom:var(--space-lg);text-align:center}.product-related-inline__grid{gap:var(--grid-gap)}@media(max-width:749px){.product-related-inline__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.recommendations--elegant{background:#f7f7f7}.recommendations__heading{font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:700;margin:0 0 1.5rem}@media(max-width:989px){.product-gallery--thumbnails{grid-template-columns:1fr}.product-gallery--thumbnails .product-gallery__thumbs{display:none}.product-gallery--thumbnails .product-gallery__main{order:1;margin-inline:calc(-1 * var(--space-md));width:calc(100% + 2 * var(--space-md));background:var(--color-background, #fff)}.product-gallery--thumbnails .product-gallery__track{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery--thumbnails .product-gallery__track::-webkit-scrollbar{display:none}.product-gallery--thumbnails .product-gallery__slide{display:block;flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-background, #fff)}.product-gallery--thumbnails .product-gallery__slide img,.product-gallery--thumbnails .product-gallery__slide .product-gallery__video{width:100%;height:100%;object-fit:cover;object-position:center center}.product-gallery__stacked{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-inline:calc(-1 * var(--space-md));width:calc(100% + 2 * var(--space-md))}.product-gallery__stacked::-webkit-scrollbar{display:none}.product-gallery__stacked .product-gallery__item{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-background, #fff)}.product-gallery__stacked .product-gallery__item img,.product-gallery__stacked .product-gallery__item .product-gallery__video{width:100%;height:100%;object-fit:cover;object-position:center center}.product-gallery__pager{order:2;display:flex;justify-content:center;align-items:center;gap:.45rem;margin-top:.85rem;padding-bottom:.15rem}.product-gallery__pager-dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:#c8c8c8;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-gallery__pager-dot.is-active{background:#111;transform:scale(1.15)}.product-specs__card{grid-template-columns:1fr}.product-benefits{padding:1rem .35rem}.product-benefits__label{font-size:.75rem}.product-benefits__value{font-size:.8rem}}@media(min-width:990px){.product-gallery__pager{display:none}}@media(max-width:549px){.product-benefits{grid-template-columns:1fr;gap:.85rem;padding:1rem}.product-benefits__item+.product-benefits__item:before{left:10%;right:10%;top:0;bottom:auto;width:auto;height:1px}.product-specs__row{grid-template-columns:1fr;gap:.25rem}}.sticky-atc{display:none}@media(max-width:749px){.sticky-atc{display:block;position:fixed;bottom:0;left:0;right:0;z-index:96;background:var(--color-background);border-top:1px solid var(--color-border);padding:var(--space-md);padding-bottom:calc(var(--space-md) + var(--safe-area-bottom, 0px));box-shadow:0 -8px 24px #00000014;transform:translate3d(0,100%,0);transition:transform var(--duration-normal) var(--ease-out-expo);pointer-events:none}.sticky-atc.is-visible{transform:translateZ(0);pointer-events:auto}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.sticky-atc__meta{min-width:0}.sticky-atc__price{margin:0;font-weight:700}.sticky-atc__size{margin:.15rem 0 0;font-size:var(--font-size-small)}.sticky-atc__btn{flex-shrink:0;min-height:48px;padding-inline:1.25rem}.template-product .main-content{padding-bottom:calc(88px + var(--safe-area-bottom, 0px))}}.product-film-popup{position:fixed;right:clamp(.85rem,2vw,1.5rem);bottom:clamp(.85rem,2vw,1.5rem);z-index:95;pointer-events:none}.product-film-popup__toggle,.product-film-popup__panel{pointer-events:auto}.product-film-popup__toggle{position:relative;display:block;width:112px;padding:0;border:1px solid rgba(197,160,89,.55);border-radius:14px;overflow:hidden;background:#0a0a0a;box-shadow:0 16px 40px #00000059;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.product-film-popup__toggle:hover{transform:translateY(-2px);box-shadow:0 20px 48px #0000006b}.product-film-popup__preview{display:block;aspect-ratio:9 / 16;width:100%;background:#000}.product-film-popup__preview-video,.product-film-popup__video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.product-film-popup__badge{position:absolute;left:0;right:0;bottom:0;padding:.45rem .35rem;font-size:.5625rem;letter-spacing:.18em;text-transform:uppercase;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82))}.product-film-popup__panel{position:absolute;right:0;bottom:calc(100% + .75rem);width:min(280px,calc(100vw - 2rem));padding:.85rem;border:1px solid rgba(197,160,89,.35);border-radius:16px;background:#0a0a0af5;box-shadow:0 24px 64px #00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-film-popup__panel-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.product-film-popup__eyebrow{margin:0;color:var(--color-accent, #C5A059)}.product-film-popup__close{position:static;margin:0;color:#fff}.product-film-popup__stage{aspect-ratio:9 / 16;overflow:hidden;border-radius:10px;background:#000}.product-film-popup__video[hidden]{display:none}.product-film-popup__dots{display:flex;justify-content:center;gap:.45rem;margin-top:.75rem}.product-film-popup__dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#ffffff47;cursor:pointer}.product-film-popup__dot.is-active{background:var(--color-accent, #C5A059)}.product-film-popup.is-open .product-film-popup__toggle{box-shadow:0 0 0 2px #c5a05973}@media(max-width:989px){.product-film-popup{bottom:calc(5.5rem + var(--safe-area-bottom, 0px))}}@media(max-width:549px){.product-film-popup__toggle{width:92px}.product-film-popup.is-open .product-film-popup__panel{position:fixed;left:50%;right:auto;bottom:calc(5.5rem + var(--safe-area-bottom, 0px));transform:translate(-50%);width:min(280px,calc(100vw - 1.5rem));max-height:min(62dvh,480px);overflow-y:auto}.product-film-popup__stage{max-height:42dvh}.product-film-popup__video{object-fit:contain}}.modal{border:none;padding:0;background:transparent;max-width:none;max-height:none}.modal::backdrop{background:#00000080}.modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-background);max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:var(--space-xl)}#SizeGuideModal .modal__content{max-width:900px}.size-chart-image__img{width:100%;height:auto}.size-chart-image__caption{margin-top:var(--space-md);font-size:var(--font-size-small);text-align:center}.size-chart-image--placeholder{min-height:240px}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg)}.modal.is-open{display:block}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);pointer-events:none;visibility:hidden}.drawer.is-open{pointer-events:auto;visibility:visible}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity var(--duration-normal) var(--ease-out-expo)}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:var(--color-background);box-shadow:var(--shadow-drawer);transform:translate(100%);transition:transform var(--duration-normal) var(--ease-out-expo);display:flex;flex-direction:column}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg);border-bottom:1px solid var(--color-border)}.drawer__body{flex:1;overflow-y:auto;padding:var(--space-lg)}.drawer__footer{padding:var(--space-lg);border-top:1px solid var(--color-border)}@media(max-width:989px){.product-page__layout{grid-template-columns:1fr}.product-page__info--sticky{position:static}.product-card__quick-add{transform:translateY(0);position:relative;padding:var(--space-sm) 0 0}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(var(--product-columns, 3),1fr)}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.product-grid--slider-mobile{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.product-grid--slider-mobile .product-card{min-width:70vw;scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/product.css.map */
