.shopify-section--main-product{padding-block:30px}article.product-gallery__item{padding:0 50px;background:#fff}.product-shell{--product-radius-surface: var(--style-border-radius-theme);--product-radius-button: var(--style-border-radius-buttons);--product-radius-input: var(--style-border-radius-inputs);--product-radius-pill: max(var(--style-border-radius-buttons), var(--style-border-radius-inputs))}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-shell{display:grid;gap:40px}.product-shell__grid{display:grid;gap:32px}.product-shell__gallery-column,.product-shell__info-column,.product-shell__lower-zone,.product-shell__related{min-width:0}.product-shell__info-column--sticky .product-info{position:sticky;top:24px;z-index:25}.product-gallery{display:grid;gap:18px;position:relative}.product-gallery__viewport{display:grid;gap:16px}.product-gallery--carousel_left_thumbnails,.product-gallery--carousel_bottom_thumbnails{grid-template-columns:minmax(0,1fr)}.product-gallery--carousel_left_thumbnails .product-gallery__viewport,.product-gallery--carousel_bottom_thumbnails .product-gallery__viewport{grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery--carousel_left_thumbnails .product-gallery__viewport::-webkit-scrollbar,.product-gallery--carousel_bottom_thumbnails .product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__item{position:relative;overflow:hidden;border-radius:var(--product-radius-surface);background:color-mix(in srgb,var(--color-foreground) 4%,white);min-height:440px;scroll-snap-align:start}.product-gallery__item img,.product-gallery__video,.product-gallery__model,.product-gallery__fallback{width:100%;height:100%;object-fit:var(--product-gallery-media-fit, cover)}.product-gallery__zoom{position:absolute;top:16px;right:16px;z-index:2;padding:.6rem .9rem;border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:var(--product-radius-button);background:#ffffffdb;cursor:pointer}.product-gallery--zoom-bottom_right .product-gallery__zoom{top:auto;bottom:16px}.product-gallery--zoom-icon .product-gallery__zoom{width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.product-gallery--zoom-icon .product-gallery__zoom svg{width:20px;height:20px}.product-gallery__controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.product-gallery__arrow{width:46px;height:46px;border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);border-radius:var(--product-radius-button);background:transparent;cursor:pointer}.product-gallery__thumbs{display:flex;gap:12px;overflow-x:auto;justify-content:safe center;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:74px;min-width:74px;aspect-ratio:1;padding:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:var(--product-radius-surface);background:transparent;cursor:pointer}.product-gallery__thumb-image{width:100%;height:100%;object-fit:cover}.product-gallery__dots{display:none;justify-content:center;gap:10px}.product-gallery__dot{width:10px;height:10px;border:1px solid color-mix(in srgb,var(--color-foreground) 25%,transparent);border-radius:999px;background:transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.product-gallery__dot.is-active{background:color-mix(in srgb,var(--color-foreground) 75%,transparent)}.product-gallery__modal{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border:0;padding:0;margin:0;top:0;right:0;bottom:0;left:0;position:fixed;overflow:hidden;background:transparent}.product-gallery__modal::backdrop{background:color-mix(in srgb,var(--color-background) 90%,transparent)}.product-gallery__modal[open]{display:grid;align-items:stretch;justify-items:stretch}.product-gallery__modal-body{display:grid;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;background:radial-gradient(circle at top,rgba(255,255,255,.92),transparent 38%),color-mix(in srgb,var(--color-background) 96%,transparent)}.product-gallery__modal-stage{display:grid;place-items:center;min-height:0;padding:5rem 3rem 2rem}.product-gallery__modal-stage>*{max-width:min(1400px,100%)}.product-gallery__modal-stage img,.product-gallery__modal-stage video,.product-gallery__modal-stage iframe,.product-gallery__modal-stage model-viewer{width:auto;max-width:100%;max-height:calc(100vh - 13rem);height:auto;object-fit:contain}.product-gallery__modal-stage iframe{width:min(100%,1200px);aspect-ratio:16 / 9}.product-gallery__modal-thumbs{display:flex;gap:.875rem;align-items:center;justify-content:center;padding:1rem 1.5rem 1.5rem;overflow-x:auto;background:linear-gradient(180deg,color-mix(in srgb,var(--color-background) 0%,transparent),color-mix(in srgb,var(--color-background) 92%,transparent) 26%)}.product-gallery__modal-thumb{width:4.75rem;min-width:4.75rem;aspect-ratio:1;padding:0;border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:var(--style-border-radius-theme);overflow:hidden;background:#ffffffb8;opacity:.72;cursor:pointer;transition:opacity .2s ease,transform .2s ease,border-color .2s ease}.product-gallery__modal-thumb.is-active{opacity:1;transform:translateY(-2px);border-color:color-mix(in srgb,var(--color-foreground) 72%,transparent);box-shadow:0 12px 24px color-mix(in srgb,var(--color-foreground) 8%,transparent)}.product-gallery__modal-thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__modal-close{position:fixed;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:2;border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);background:#ffffffeb;border-radius:var(--product-radius-button);padding:.6rem .9rem;cursor:pointer;box-shadow:0 10px 30px color-mix(in srgb,var(--color-foreground) 8%,transparent)}html.product-gallery-modal-open,body.product-gallery-modal-open{overflow:hidden}@media(max-width:749px){.shopify-section--main-product{padding-block:0 10px}article.product-gallery__item{padding:0}.product-shell__gallery-column{margin-inline:calc(-1 * var(--page-margin))}.product-gallery__item{border-radius:0}.product-gallery__modal-stage{padding:4.5rem 1rem 1rem}.product-gallery__modal-stage img,.product-gallery__modal-stage video,.product-gallery__modal-stage iframe,.product-gallery__modal-stage model-viewer{max-height:calc(100vh - 11.5rem)}.product-gallery__modal-thumbs{justify-content:flex-start;padding:.875rem 1rem 1rem}}.product-info{display:grid;gap:24px}.product-info__form,.product-info__group{display:grid;gap:18px}.product-info__group--basic{gap:10px}.product-info__group--purchase{gap:16px}.product-info__title{font-size:clamp(var(--product-title-size-mobile, 2rem),4vw,var(--product-title-size-desktop, 3.25rem));line-height:1.02;letter-spacing:-.03em}.product-info__price-wrap{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.product-info__price-wrap--compare-first{flex-direction:row}.product-info__price{font-size:var(--product-price-size, clamp(1.5rem, 2.2vw, 2rem));font-weight:600;color:var(--product-price-color, currentColor)}.product-set-info{display:grid;gap:.9rem;padding:18px;border:1px solid var(--color-border);border-radius:var(--style-border-radius-theme);background:var(--color-surface, #fff)}.product-set-info__head{display:flex;gap:14px;align-items:flex-start}.product-set-info__logo-link{flex:0 0 96px;display:flex;align-items:center;justify-content:center;width:96px;height:72px;padding:8px;border-radius:8px;background:linear-gradient(135deg,#1e1410,#141312)}.product-set-info__logo{max-width:100%;max-height:100%;object-fit:contain}.product-set-info__eyebrow{display:block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.product-set-info__heading{margin:.15rem 0 .3rem;font-size:1.1rem}.product-set-info__intro{margin:0;font-size:.9rem;color:var(--color-foreground-muted)}.product-set-info__label{margin:0;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-foreground-subtle)}.product-set-info__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.product-set-info__card{display:flex;flex-direction:column;gap:4px;min-width:0}.product-set-info__card-image{width:100%;height:auto;aspect-ratio:80 / 112;object-fit:contain;border-radius:6px;background:linear-gradient(180deg,#1e1410,#141312);padding:6px}.product-set-info__card-name{font-size:.8rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-set-info__card-value{font-size:.85rem;color:var(--color-accent)}.product-set-info__link{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:inherit;text-decoration:none}.product-set-info__link:hover{color:var(--color-accent)}.product-info__price--sold-out{color:var(--product-compare-price-color, color-mix(in srgb, var(--color-foreground) 68%, transparent))}.product-info__compare{text-decoration:line-through;font-size:var(--product-compare-price-size, 1rem);color:var(--product-compare-price-color, color-mix(in srgb, var(--color-foreground) 68%, transparent))}.product-info__savings-badge{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:var(--product-radius-button);background:var(--product-savings-badge-background, color-mix(in srgb, var(--color-foreground) 6%, transparent));color:var(--product-savings-badge-text, currentColor);font-size:.875rem;font-weight:600;line-height:1.2}.product-info__payment-methods{display:grid;gap:12px;margin-top:-5px}p.product-info__support-heading{font-size:12px;text-align:center;margin-bottom:-8px}.product-info__payment-method-list{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--payment-method-gap, 8px);padding:0;margin:0;list-style:none}.product-info__payment-method-item{display:flex}.product-info__payment-method-badge{display:block;width:var(--payment-method-badge-width, 56px);height:var(--payment-method-badge-height, 32px)}.product-info__payment-method-badge--placeholder text{font-size:11px;font-weight:700;letter-spacing:-.02em;font-family:Arial,sans-serif}.product-info__badge{display:inline-flex;padding:.45rem .75rem;border-radius:var(--product-radius-button);background:color-mix(in srgb,var(--color-foreground) 5%,transparent);font-size:.875rem}.product-info__description,.product-info__support-copy,.product-info__accordion-content{line-height:1.7;color:color-mix(in srgb,var(--color-foreground) 82%,transparent)}.product-info__variants{display:grid;gap:18px}.product-info__option-group{display:grid;gap:12px;border:0;padding:0}.product-info__option-header{display:flex;gap:10px;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:10px}.product-info__option-value{font-weight:400;color:color-mix(in srgb,var(--color-foreground) 68%,transparent)}.product-info__option-values{display:flex;flex-wrap:wrap;gap:10px}.product-info__option-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--variant-btn-padding, .75rem 1rem);font-size:var(--variant-btn-font-size, 15px);border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:var(--product-radius-button);background:transparent;cursor:pointer;transition:border-color .2s ease,opacity .2s ease,background-color .2s ease}.product-info__option-button--normal{border-radius:var(--product-radius-button)}.product-info__option-button.is-unavailable{opacity:.45;position:relative;overflow:hidden}.product-info__option-button.is-unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,transparent calc(50% - .5px),currentColor calc(50% - .5px),currentColor calc(50% + .5px),transparent calc(50% + .5px));opacity:.4;pointer-events:none}.product-info__option-button--image{flex-direction:column;align-items:flex-start;gap:8px;padding:0;border:0;border-radius:var(--style-border-radius-theme);box-shadow:0 0 0 1px var(--colorBorder)}.product-info__option-image-wrap{display:flex;align-items:center;justify-content:center;width:calc(var(--swatch-size, 56px) + 8px);height:calc(var(--swatch-size, 56px) + 8px);overflow:hidden;border-radius:var(--product-radius-input);padding:3px}.product-info__option-image-wrap--fallback{font-weight:600;color:color-mix(in srgb,var(--color-foreground) 72%,transparent)}.product-info__option-image{width:100%;height:100%;object-fit:cover;border-radius:var(--style-border-radius-theme)}.product-info__option-button--image .product-info__option-label{position:static;padding:0;background:transparent;color:inherit;font-size:.9rem}.product-info__quantity{display:grid;gap:10px}.product-info__quantity-box{display:inline-grid;grid-template-columns:40px 56px 40px;align-items:center;width:fit-content;border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);border-radius:var(--product-radius-button);overflow:hidden}.product-info__quantity-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;background:transparent;color:inherit;cursor:pointer}.product-info__quantity-button:hover,.product-info__quantity-button:focus-visible{background:color-mix(in srgb,var(--color-foreground) 4%,transparent)}.product-info__quantity input[data-quantity-input]{width:56px;min-width:0;padding:0;text-align:center;border:0;border-left:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-right:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:0;-webkit-appearance:textfield;appearance:textfield}.product-info__quantity input[data-quantity-input]::-webkit-outer-spin-button,.product-info__quantity input[data-quantity-input]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-info__add{width:100%}.product-info__add-error{margin-top:10px;padding:10px 14px;font-size:.9rem;line-height:1.4;color:#ab2e2e;background:color-mix(in srgb,var(--color-sale-price) 8%,transparent);border:1px solid color-mix(in srgb,var(--color-sale-price) 30%,transparent);border-radius:var(--style-border-radius-inputs, 6px)}.product-info__add-error[hidden]{display:none}.product-info__separator{border:0;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.product-info__accordion{border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}.product-info__block:has(.product-info__accordion-wrapper)+.product-info__block:has(.product-info__accordion-wrapper){margin-top:-18px}.product-info__block:has(.product-info__accordion-wrapper)+.product-info__block:has(.product-info__accordion-wrapper) .product-info__accordion-wrapper{border-top:0}.product-info__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border:0;background:transparent;cursor:pointer;font-weight:600;text-align:left}.product-info__accordion-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;transition:transform .2s ease}.product-info__accordion-icon svg{width:12px;height:12px}.product-info__accordion-trigger.is-open .product-info__accordion-icon{transform:rotate(180deg)}.product-info__accordion-panel{height:0;overflow:hidden;transition:height .25s ease}.product-info__accordion-content{padding-top:12px;padding-bottom:16px}.product-info__editorial-image{display:grid;gap:10px}.product-info__editorial-image-tag,.product-shell__related-media{border-radius:var(--product-radius-surface)}.product-shell__lower-zone{border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);padding-top:36px}.product-shell__lower-zone-inner{max-width:min(100%,calc(var(--page-width) * .62))}.product-shell__related{display:grid;gap:22px;padding-top:24px}.product-shell__related-title,.product-sticky-bar__title{font-weight:600}.product-sticky-bar{position:fixed;inset:auto 16px 16px;z-index:70;padding:14px;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:var(--product-radius-surface);background:color-mix(in srgb,var(--color-surface) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 40px color-mix(in srgb,var(--color-foreground) 8%,transparent)}@media(min-width:980px){.product-shell__gallery-column--sticky{position:sticky;top:24px}.product-shell__grid{grid-template-columns:minmax(0,var(--product-gallery-fr, 60fr)) minmax(320px,var(--product-info-fr, 40fr));align-items:start}.product-gallery--carousel_left_thumbnails{grid-template-columns:96px minmax(0,1fr)}.product-gallery--carousel_left_thumbnails .product-gallery__controls{grid-column:1;grid-row:1;grid-template-columns:1fr;align-content:start}.product-gallery--carousel_left_thumbnails .product-gallery__viewport{grid-column:2;grid-row:1}.product-gallery--carousel_left_thumbnails .product-gallery__thumbs{flex-direction:column;justify-content:flex-start;overflow-y:auto;overflow-x:hidden}}@media(max-width:989px){.product-gallery__item{min-height:58vw}.product-gallery__arrow{display:none}.product-gallery--mobile-floating_dots .product-gallery__dots,.product-gallery--mobile-peek .product-gallery__dots{display:flex}.product-gallery--mobile-floating_dots .product-gallery__thumbs,.product-gallery--mobile-thumbnails .product-gallery__dots{display:none}.product-gallery--mobile-thumbnails .product-gallery__thumbs{display:flex;flex-wrap:nowrap;justify-content:safe center;overflow-x:auto}.product-gallery--mobile-floating_dots .product-gallery__controls{position:absolute;inset:auto 0 18px;display:block;pointer-events:none;z-index:3}.product-gallery--mobile-floating_dots .product-gallery__dots{justify-content:center;padding:0 16px;pointer-events:auto}.product-gallery--mobile-floating_dots .product-gallery__dot{width:11px;height:11px;border-color:#ffffffd1;background:#ffffff47;box-shadow:0 4px 18px color-mix(in srgb,var(--color-foreground) 20%,transparent)}.product-gallery--mobile-floating_dots .product-gallery__dot.is-active{background:#ffffffeb;border-color:#ffffffeb}.product-gallery--mobile-peek .product-gallery__viewport{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:75%;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery--mobile-peek .product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery--mobile-peek .product-gallery__viewport:has(.product-gallery__item:only-child){grid-auto-columns:100%}.product-gallery--mobile-peek .product-gallery__item{scroll-snap-align:center}.product-gallery--mobile-peek .product-gallery__item:not(.is-active) .product-gallery__zoom{opacity:0;visibility:hidden;pointer-events:none}.product-gallery--mobile-peek .product-gallery__controls,.product-gallery--mobile-peek .product-gallery__dots{display:flex;justify-content:center}.product-gallery--mobile-peek .product-gallery__thumbs,.product-gallery--mobile-peek .product-gallery__arrow{display:none}.product-shell__lower-zone-inner{max-width:100%}.product-info__title{font-size:var(--product-title-size-mobile, 2rem)}}.product-info__option-button{color:inherit;font-weight:500}.product-info__option-button:hover,.product-info__option-button:focus-visible{border-color:var(--color-foreground)}.product-info__option-button.is-active,.product-info__option-button[aria-pressed=true]{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 10%,transparent);color:var(--color-foreground);box-shadow:inset 0 0 0 1px var(--color-accent)}.product-info__option-button--image.is-active,.product-info__option-button--image[aria-pressed=true]{box-shadow:0 0 0 2px var(--color-accent);background:transparent}.product-info__option-values{display:flex;flex-wrap:wrap;gap:8px}.product-info__option-header{display:flex;gap:8px;margin-bottom:8px;padding:0;font-size:.85rem;font-weight:600}.product-info__option-header .product-info__option-value{font-weight:400;color:var(--color-foreground-muted)}.product-info__option-group{margin:0;padding:0;border:0;min-width:0}.product-info__option-group+.product-info__option-group{margin-top:14px}.product-info__add{width:100%;min-height:52px;font-size:1rem}.product-info__add svg{flex:0 0 auto}.product-info__quantity-button{display:inline-flex;align-items:center;justify-content:center;color:inherit}.product-info__tax-note,.product-info__unit-price{font-size:.78rem;color:var(--color-foreground-subtle)}.product-info__savings-badge{text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-page.css.map */
