.product-section{padding-block-start:0}@media screen and (min-width:1000px){.product-section{padding-block-start:3rem}}.product{display:grid;grid-template-columns:minmax(0,1fr);gap:1.875rem;align-items:start}@media screen and (min-width:1000px){.product{grid-template-columns:minmax(0,.55fr) minmax(0,.45fr);column-gap:5rem}}.is-updating .product-info{opacity:.85}.product-gallery{position:relative;display:flex;flex-direction:column;gap:1.5rem;min-width:0}.product-gallery__carousel{display:grid;grid-auto-flow:column;grid-auto-columns:100%;align-items:start}.product-gallery__media{position:relative}.product-gallery__media img,.product-gallery__media video,.product-gallery__media .placeholder-svg{width:100%;display:block}.product-gallery__image--zoomable{cursor:zoom-in}.product-gallery__external-video iframe{width:100%;aspect-ratio:16 / 9;height:auto}.product-gallery__model model-viewer,.product-gallery__model{width:100%;aspect-ratio:1}.product-gallery__zoom-button{position:absolute;z-index:1;inset-block-start:1rem;inset-inline-end:1rem}.product-gallery__thumbnails{display:flex;flex-wrap:wrap;gap:1rem .5rem}.product-gallery__thumbnail{width:3.5rem;height:3.5rem;border:1px solid transparent;padding:0;transition:border-color .2s,opacity .2s}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbnail[aria-current=true]{border-color:rgb(var(--text-color))}.product-gallery__thumbnail:not([aria-current=true]):hover{opacity:.8}.product-gallery__dots{align-self:center}.product-info{min-width:0}@media screen and (min-width:1000px){.product-info{position:sticky;top:calc(var(--sticky-area-height) + 1.5rem)}}.product-info__block~.product-info__block{margin-block-start:1.5rem}.product-info__block--title+.product-info__block--price{margin-block-start:.5rem}.product-info__block--vendor+.product-info__block--title{margin-block-start:.5rem}.product-info__block--buy-buttons,.product-info__block+.product-info__block--buy-buttons{margin-block-start:2rem}.product-info__block--buy-buttons+.product-info__block--payment-terms{margin-block-start:1rem}.product-info__title{overflow-wrap:break-word}@media screen and (max-width:699px){.product--center-mobile .product-info__block--title,.product--center-mobile .product-info__block--price,.product--center-mobile .product-info__block--vendor{text-align:center}.product--center-mobile .product-info__block--price .price-list{justify-content:center}}.variant-picker .select{min-height:3.075rem}.variant-picker .popover{min-width:100%}.block-swatch{display:inline-grid;place-items:center;min-width:3rem;padding:.5rem 1rem;cursor:pointer;border:1px solid rgb(var(--border-color));font-size:var(--text-sm);transition:border-color .2s,background .2s}input:checked+.block-swatch{border-color:rgb(var(--text-color));box-shadow:0 0 0 1px rgb(var(--text-color)) inset}input:focus-visible+.block-swatch,input:focus-visible+.color-swatch{outline:2px solid currentColor;outline-offset:2px}.block-swatch.is-disabled{color:rgb(var(--text-color) / .5);background:linear-gradient(to bottom right,transparent calc(50% - .5px),rgb(var(--border-color)) calc(50% - .5px),rgb(var(--border-color)) calc(50% + .5px),transparent calc(50% + .5px))}.color-swatch{position:relative;display:block;width:2rem;height:2rem;border-radius:9999px;cursor:pointer;background:var(--swatch-background, rgb(var(--border-color)));box-shadow:0 0 0 1px rgb(var(--text-color) / .15) inset}.color-swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;border:1px solid transparent;transition:border-color .2s}input:checked+.color-swatch:after{border-color:rgb(var(--text-color))}.color-swatch.is-disabled{opacity:.4}.feature-badge-list{display:flex;flex-wrap:wrap;gap:.1rem}.product-info__block:empty{display:none}.product-info__block--badges+.product-info__block:has(>.origin-note){margin-block-start:.1rem}.feature-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:var(--text-xs);background:rgb(var(--background))}.feature-badge p{line-height:1.65}.feature-badge a{color:rgb(var(--accent))}.feature-badge__icon{width:1rem;height:1rem;object-fit:contain}.buy-buttons .shopify-payment-button__button{min-height:3rem;border-radius:var(--button-border-radius)}.buy-buttons .shopify-payment-button__more-options{text-align:center;width:100%}.product-info__block--accordions .accordion__toggle{padding-block:1.25rem}.product-sticky-bar{position:fixed;z-index:4;inset-inline:0;inset-block-end:0;display:block;padding:var(--container-gutter);opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity .2s,visibility .2s,transform .25s ease;background:transparent}.product-sticky-bar.is-visible{opacity:1;visibility:visible;transform:none}.product-sticky-bar__button{width:100%}@media screen and (min-width:700px){.product-sticky-bar{inset-block:var(--sticky-area-height) auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.125rem var(--container-gutter);background:rgb(var(--background));box-shadow:0 1px rgb(var(--border-color));transform:translateY(-100%)}.product-sticky-bar.is-visible{transform:none}.product-sticky-bar__info{display:flex;align-items:center;gap:1.5rem;min-width:0}.product-sticky-bar__image{width:3.75rem;height:3.75rem;object-fit:cover}.product-sticky-bar__button{width:auto}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;margin:0;display:none;background:rgb(var(--background))}.lightbox[open]{display:block;animation:modal-in .3s ease both}.lightbox.is-closing{animation:modal-out .2s ease both}.lightbox__carousel{display:grid;grid-auto-flow:column;grid-auto-columns:100%;height:100%}.lightbox__slide{display:grid;place-items:center;height:100%;padding:1rem 1rem 6rem}.lightbox__slide img{max-height:100%;width:auto;max-width:100%;object-fit:contain}.lightbox__controls{position:absolute;inset-inline:0;inset-block-end:1.5rem;display:flex;justify-content:center;align-items:center;gap:1rem}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-main-product.css.map */
