.product-main{display:block;padding-top:var(--product-padding-top);padding-bottom:var(--product-padding-bottom)}.product-main__layout{display:grid;width:100%;grid-template-columns:minmax(0,var(--product-gallery-width)) minmax(0,1fr);gap:var(--product-gap);align-items:start}.product-main__gallery{position:relative;min-width:0}.product-main__details-inner{position:sticky;top:13rem}.product-gallery__stage{position:relative;overflow:hidden;height:min(var(--product-media-height),75vh);min-height:42rem;background:#f4f4f4}.product-gallery__desktop-grid{display:grid;grid-template-columns:repeat(var(--desktop-gallery-columns),minmax(0,1fr));gap:var(--desktop-gallery-gap)}.product-gallery__grid-item{display:grid;min-width:0;aspect-ratio:1;background:#f5f5f5;place-items:center;overflow:hidden}.product-gallery__grid-image,.product-gallery__grid-media,.product-gallery__grid-item iframe{width:100%;height:100%;object-fit:contain}.product-gallery__media{width:100%;height:100%}.product-gallery__arrow{position:absolute;z-index:4;top:50%;display:grid;width:4.4rem;height:4.4rem;padding:0;border:1px solid rgba(17,17,17,.14);border-radius:50%;background:#ffffffd1;color:#111;opacity:.75;transform:translateY(-50%);place-items:center;box-shadow:0 .3rem 1.4rem #00000014;transition:opacity .2s ease,background .2s ease}.product-gallery__arrow:hover{background:#fff;opacity:1}.product-gallery__arrow .icon{width:1.9rem}.product-gallery__arrow--prev{left:1.6rem}.product-gallery__arrow--next{right:1.6rem}.product-gallery__image,.product-gallery__video,.product-gallery__model,.product-gallery__media>iframe{width:100%;height:100%;object-fit:var(--product-media-fit)}.product-gallery__thumbs{display:flex;margin-top:1.2rem;gap:.8rem;overflow-x:auto;scrollbar-width:thin}.product-gallery__thumb{flex:0 0 7.2rem;width:7.2rem;height:7.2rem;padding:.3rem;border:1px solid transparent;background:#fff}.product-gallery__thumb.is-active{border-color:#111}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__dots{display:flex;min-height:4.8rem;align-items:center;justify-content:center;gap:1rem}.product-gallery__dot{width:1.2rem;height:1.2rem;padding:0;border:0;border-radius:50%;background:#cfcfcf}.product-gallery__dot.is-active{background:#ec2872}.product-gallery--dots .product-gallery__thumbs,.product-gallery--thumbnails .product-gallery__dots{display:none}.product-main__block{margin-bottom:1.8rem}.product-main__block--vendor{margin-bottom:.6rem}.product-main__vendor{margin:0;color:#686868;font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.product-main__title{margin:0;font-size:clamp(3rem,3.4vw,4.8rem);font-weight:700;line-height:1.05;letter-spacing:-.04em}.product-main__price{display:flex;align-items:baseline;gap:1rem;font-size:2.4rem;font-weight:700}.product-main__price s{color:#686868;font-size:1.7rem;font-weight:400}.product-main__price s:not([hidden])+span{color:#bd2026}.product-main__inventory{display:flex;margin:0;align-items:center;gap:.7rem;color:#47764e;font-size:1.3rem;font-weight:600}.product-main__inventory:before{content:"";width:.8rem;height:.8rem;border-radius:50%;background:currentColor}.product-main__inventory.is-unavailable{color:brown}.product-variants{display:block}.product-variants__option{margin:0 0 1.8rem;padding:0;border:0}.product-variants__option legend{display:flex;width:100%;margin-bottom:.9rem;align-items:center;gap:.7rem;font-size:1.4rem;font-weight:700}.product-variants__selected{color:#686868;font-weight:400}.product-variants__size-chart{margin-left:auto;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;font-size:1.2rem}.product-variants__values{display:flex;flex-wrap:wrap;gap:.8rem}.product-variants__values input{position:absolute;opacity:0;pointer-events:none}.product-variants__values label{display:flex;min-width:4.4rem;min-height:4.2rem;padding:.8rem 1.2rem;border:1px solid #ccc;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;font-size:1.3rem}.product-variants__values input:checked+label{border-color:#111;box-shadow:inset 0 0 0 1px #111}.product-variants__values input:disabled+label{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-variants__values input:focus-visible+label{outline:2px solid #111;outline-offset:2px}.product-variants__values--color label{min-width:5.6rem;min-height:5.6rem;padding:.35rem;border:1px solid transparent;border-radius:50%}.product-variants__values--color input:checked+label{border-color:#ec2872;box-shadow:none}.product-variants__values--color .product-card__swatch{display:block;width:4.5rem;height:4.5rem;padding:.25rem;border:1px solid #ddd;border-radius:50%;background:var(--swatch-color);background-clip:content-box}.product-main__badges{display:flex;flex-wrap:wrap;gap:.7rem}.product-main__badges--overlay{position:absolute;z-index:5;top:1.6rem;left:1.6rem;max-width:calc(100% - 3.2rem)}.product-main__badges span{padding:.6rem 1rem;border-radius:.3rem;background:var(--badge-bg);color:var(--badge-color);font-size:1.2rem;font-weight:800;letter-spacing:.04em}.product-main__highlight{margin:0 0 1.4rem;padding:1.6rem 2.2rem;border-radius:var(--highlight-radius);background:var(--highlight-bg);color:var(--highlight-color);font-size:var(--highlight-size);line-height:1.35;text-align:var(--highlight-align)}.product-main__highlight p{margin:0}.product-main__highlight strong{font-weight:800}.product-form__row{display:grid;width:100%;grid-template-columns:auto minmax(18rem,1fr);gap:1rem;align-items:stretch}.product-form__row>*:nth-child(n+3){grid-column:1/-1;width:100%;max-width:none}.quantity-input{display:grid;grid-template-columns:3.8rem 4rem 3.8rem;min-height:5.2rem;border:1px solid #ccc}.quantity-input button,.quantity-input input{width:100%;padding:0;border:0;background:#fff;text-align:center}.quantity-input input{-moz-appearance:textfield}.quantity-input input::-webkit-inner-spin-button,.quantity-input input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.product-form__submit{width:100%;min-width:18rem;min-height:5.8rem;padding:1rem 2rem;border:1px solid #111;border-radius:3rem;background:#111;color:#fff;font-size:1.6rem;font-weight:800;line-height:1.2;white-space:nowrap;text-transform:uppercase;transition:background .2s ease,color .2s ease}.product-form__submit:hover:not(:disabled){background:#fff;color:#111}.product-form__submit:disabled{opacity:.45;cursor:not-allowed}.product-main__payment-banner{width:var(--payment-width);max-width:100%;margin-inline:auto}.product-main__payment-banner img{display:block;width:100%;height:auto;max-height:var(--payment-height);border:1px solid #ddd;border-radius:var(--payment-radius);object-fit:contain}.product-form__dynamic{margin-top:1rem}.product-form__dynamic:empty{display:none}.product-main__trust{display:flex;flex-wrap:wrap;gap:1rem 1.8rem;margin:0;padding:var(--trust-pad);border-radius:var(--trust-radius);background:var(--trust-bg);color:var(--trust-color);font-family:var(--trust-font);font-size:var(--trust-size);font-weight:var(--trust-weight)}.product-main__trust--column{flex-direction:column}.product-main__trust li{display:flex;align-items:center;gap:.55rem}.product-main__trust .icon{width:1.7rem;height:1.7rem;color:var(--trust-accent)}.product-main__accordion{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.product-main__accordion summary{display:flex;min-height:5.4rem;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:1.4rem;font-weight:700}.product-main__accordion summary::-webkit-details-marker{display:none}.product-main__accordion summary .icon{width:1rem;height:.7rem;transition:transform .2s ease}.product-main__accordion[open] summary .icon{transform:rotate(180deg)}.product-main__accordion-content{padding:0 0 2rem;color:#454545;font-size:1.4rem;line-height:1.7}.product-main__accordion-content>*:first-child{margin-top:0}.product-main__accordion-content>*:last-child{margin-bottom:0}.product-main__desktop-lower{display:grid;grid-template-columns:minmax(0,var(--product-gallery-width)) minmax(0,1fr);gap:var(--product-gap);padding-top:3rem}.product-main__desktop-lower h2{margin:0 0 1.8rem;font-size:2.8rem;text-transform:uppercase}.product-main__desktop-lower .rte{font-size:1.5rem;line-height:1.7}.product-main__block--description{display:none}.size-chart{width:min(90vw,80rem);max-height:85vh;padding:0;border:0;box-shadow:0 2rem 6rem #00000040}.size-chart::backdrop{background:#00000080}.size-chart__header{display:flex;padding:1.8rem 2rem;border-bottom:1px solid #ddd;align-items:center;justify-content:space-between}.size-chart__header h2{margin:0;font-size:2rem}.size-chart__header button{width:3.5rem;height:3.5rem;padding:0;border:0;background:transparent;font-size:2.6rem}.size-chart__content{padding:2rem;overflow:auto}@media(min-width:990px){.product-gallery__slider{display:none}}@media(max-width:989px){.product-gallery__desktop-grid,.product-main__desktop-lower{display:none}.product-main__block--description{display:block}.product-main__layout{grid-template-columns:minmax(0,1fr);gap:2.6rem}.product-main__details-inner{position:static}.product-main__title{font-size:3.2rem}}@media(max-width:760px){.product-main{width:100%;max-width:100%;overflow:hidden;padding-top:0}.product-main__layout{width:100%;max-width:100%;padding-inline:0}.product-main__gallery,.product-gallery{width:100%;max-width:100%}.product-main__details{width:100%;max-width:100%;padding-inline:2.8rem}.product-gallery__stage{width:100%;height:auto;min-height:0;aspect-ratio:1/1.02}.product-gallery__thumbs{padding-inline:2.8rem}.product-gallery__thumb{flex-basis:7rem;width:7rem;height:7rem}.product-main__badges--overlay{top:1.6rem;left:2.8rem}.product-main__block{margin-bottom:2.2rem}.product-main__title{font-size:3rem}.product-form__row{align-items:stretch}.quantity-input{grid-template-columns:3.4rem 3.6rem 3.4rem}.product-main__trust{display:grid;gap:.9rem}.product-main__accordion summary{min-height:6.4rem;font-size:1.6rem;text-transform:uppercase}.product-main__highlight{padding:1.7rem 2rem}.product-variants__values{gap:1rem}.product-variants__values label{min-width:5.6rem;min-height:5.6rem}.product-gallery__dots{min-height:5.8rem}}@media(max-width:520px){.product-form__row{grid-template-columns:auto minmax(0,1fr)}.product-form__submit{min-width:0;padding-inline:1.2rem;font-size:1.4rem}}@media(max-width:380px){.product-main__details{padding-inline:2rem}.product-main__badges--overlay{left:2rem}.product-form__row{gap:.7rem}.quantity-input{grid-template-columns:3rem 3.2rem 3rem}.product-form__submit{padding-inline:.8rem;font-size:1.3rem}}@media(hover:none),(pointer:coarse){.product-gallery__arrow{display:none}.product-gallery__stage{touch-action:pan-y}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-main-product.css.map */
