.product-showcase{display:flex;background-color:var(--bg);color:var(--text);font-family:var(--FONT-STACK-MONO)}.product-showcase__grid{display:grid;grid-template-columns:936fr 408fr;gap:48px;align-items:start;max-width:100%;padding:0 24px}.product-showcase__grid.wrapper--full-padded:after{content:none}.product-showcase__media{position:relative}.product-showcase__slider{position:relative;width:100%;aspect-ratio:936 / 744;overflow:hidden}.product-showcase__track{display:flex;width:100%;height:100%;transition:transform .4s ease}.product-showcase__slide{position:relative;flex:0 0 100%;width:100%;height:100%}.product-showcase__video,.product-showcase__video video{width:100%;height:100%}.product-showcase__video video{object-fit:cover;display:block}.product-showcase__image.background-size-cover img{object-fit:contain;mix-blend-mode:darken}.product-showcase__image.background-size-cover{background:transparent}.product-showcase__nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #020202;border-radius:0;color:#020202;cursor:pointer;padding:0}.product-showcase__nav .icon{width:20px;height:20px;stroke:transparent;color:inherit}.product-showcase__nav--prev{left:16px}.product-showcase__nav--next{right:16px}.product-showcase__nav--prev .icon{transform:scaleX(-1)}.product-showcase__pagination{position:absolute;bottom:26px;left:50%;transform:translate(-50%);display:flex;gap:0}.product-showcase__pagination-bar{flex:1;height:3px;width:42px;border:0;border-radius:0;padding:0;cursor:pointer;background-color:#e1e1e1}.product-showcase__pagination-bar.is-active{background-color:#020202}.product-showcase__details{display:flex;flex-direction:column;gap:16px;padding-top:48px;padding-right:48px}.product-showcase__info{display:flex;flex-direction:column;gap:16px}.product-showcase__title{font-family:var(--FONT-STACK-MONO);text-transform:uppercase;font-weight:700;font-size:36px;line-height:1.2;letter-spacing:-.02em;color:var(--text);margin:0}.product-showcase__subtitle{text-transform:uppercase;font-size:14px;line-height:1.5;color:var(--accent);margin:0}.product-showcase__size{font-size:14px;line-height:1.49;margin:0}.product-showcase__variant-select-wrap{width:100%}.product-showcase__variant-select{width:100%;padding:12px;border:1px solid var(--text);background-color:var(--bg);color:var(--text);font-family:var(--FONT-STACK-MONO);text-transform:uppercase;font-size:14px}.product-showcase__purchase-methods{display:flex;gap:8px;border:0;padding:0;margin:16px 0}.product-showcase__purchase-method{flex:1;display:flex;align-items:baseline;flex-direction:column;gap:6px;padding:12px;border:1px solid #e1e1e1;background-color:#fafafa;cursor:pointer}.product-showcase__purchase-method.is-active{border-color:var(--text)}.product-showcase__purchase-method input{position:absolute;opacity:0;pointer-events:none}.product-showcase__purchase-text-row{display:flex;align-items:center;justify-content:center;gap:6px}.product-showcase__purchase-info{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.product-showcase__purchase-info .icon{width:16px;height:16px;stroke:transparent}.product-showcase__purchase-text{text-transform:uppercase;font-weight:700;font-size:14px;line-height:1.5;text-align:left}.product-showcase__purchase-price-row{display:flex;gap:6px}.product-showcase__purchase-price{text-transform:uppercase;font-size:14px;font-weight:700;line-height:1.5;text-align:center}.product-showcase__purchase-benefits{display:none;flex-direction:column;gap:12px;margin-bottom:16px}.product-showcase__purchase-benefits.is-active{display:flex}.product-showcase__purchase-benefit{display:flex;align-items:center;gap:16px}.product-showcase__purchase-benefit-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.product-showcase__purchase-benefit-icon .icon{width:100%;height:100%;stroke:transparent;background:transparent}.product-showcase__purchase-benefit-text{text-transform:uppercase;font-size:16px;line-height:1.5}.product-showcase__purchase-price--compare{color:#0202024d;text-decoration:line-through}.product-showcase__atc{font-family:var(--FONT-STACK-MONO);width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background-color:var(--accent);color:var(--bg);border:0;border-radius:0;cursor:pointer;text-align:center;font-weight:700;text-transform:uppercase;font-size:16px;line-height:1.1;min-height:44px}.product-showcase__atc:disabled{opacity:.5;cursor:not-allowed}html.product-showcase-popup-open,body.product-showcase-popup-open{overflow:hidden!important}.product-showcase__popup{position:fixed;top:0;right:0;left:0;margin:0 0 0 auto;width:auto;max-width:600px;height:100%;max-height:100%;overflow-y:auto;padding:0;border:0;background-color:#fff;color:#020202;transform:translate(100%);transition:transform .35s ease}.product-showcase__popup.is-open{transform:translate(0)}.product-showcase__popup::backdrop{background-color:#02020280;opacity:0;transition:opacity .35s ease}.product-showcase__popup.is-open::backdrop{opacity:1}.product-showcase__popup-media{position:relative}.product-showcase__popup-image{display:block;width:100%;height:auto}.product-showcase__popup-close{position:absolute;top:12px;right:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #fafafa;background-color:#fafafa0d;border-radius:0;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);color:#fafafa;cursor:pointer;padding:0}.product-showcase__popup-close--no-media{position:absolute;top:12px;right:12px;border:1px solid #e1e1e1;background-color:#fff;color:#020202;-webkit-backdrop-filter:none;backdrop-filter:none}.product-showcase__popup-close .icon{width:16px;height:16px;stroke:transparent;color:inherit}.product-showcase__popup-content{display:flex;flex-direction:column;gap:32px;padding:24px}.product-showcase__popup-heading{font-family:var(--FONT-STACK-MONO);text-transform:uppercase;font-weight:700;font-size:36px;line-height:1.2;letter-spacing:-.02em;color:#020202;margin:0}.product-showcase__popup-list{display:flex;flex-direction:column;gap:24px}.product-showcase__popup-item{display:flex;flex-direction:column;gap:8px;border-top:1px solid #e1e1e1;padding-top:24px}.product-showcase__popup-item:first-child{border-top:0;padding-top:0}.product-showcase__popup-item-heading{text-transform:uppercase;font-weight:700;font-size:16px;line-height:1.5;margin:0}.product-showcase__popup-item-text{text-transform:uppercase;font-size:16px;line-height:1.5}.product-showcase__popup-item-text p{margin:0}.product-showcase__accordion{display:flex;flex-direction:column;gap:16px;margin-top:24px;interpolate-size:allow-keywords}.product-showcase__accordion-item::details-content{block-size:0;overflow:hidden;transition:block-size .2s cubic-bezier(.215,.61,.355,1),content-visibility .2s allow-discrete}.product-showcase__accordion-item[open]::details-content{block-size:auto}.product-showcase__accordion>.product-showcase__accordion-item:first-of-type{padding-top:0;border-top:0}.product-showcase__accordion-item{border-top:1px solid #e1e1e1;padding-top:16px}.product-showcase__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;list-style:none;text-transform:uppercase;font-weight:700;font-size:16px;line-height:1.5}.product-showcase__accordion-summary::-webkit-details-marker{display:none}.product-showcase__accordion-summary .icon-toggle-box{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.product-showcase__accordion-summary .icon{width:100%;height:100%;color:var(--text)}.product-showcase__accordion-item:not([open]) .icon-toggle-minus,.product-showcase__accordion-item[open] .icon-toggle-plus{display:none}.product-showcase__accordion-content{margin-top:8px;text-transform:uppercase;font-size:16px;line-height:1.5}.product-showcase__accordion-content p:first-child{margin-top:0}.product-showcase__accordion-content p:last-child{margin-bottom:0}@media screen and (max-width:767px){.product-showcase__grid{display:flex;flex-direction:column;align-items:stretch;gap:24px}.product-showcase__info{text-align:center}.product-showcase__variant-select-wrap{text-align:left}.product-showcase__media{padding:0;width:calc(100vw - 16px - var(--scrollbar-width));margin-left:-16px}.product-showcase__details{padding:0 16px 16px}.product-showcase__slider{aspect-ratio:313/471}.product-showcase__accordion{margin-top:0}.product-showcase__purchase-methods{margin:12px 0}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-product-showcase.css.map */
