.product-gallery-skeleton{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff}.product-gallery-skeleton.is-active{display:block}.product-gallery-skeleton__grid{display:grid;grid-template-columns:1fr;gap:.5rem;height:100%}@media(min-width:768px){.product-gallery-skeleton__grid{grid-template-columns:repeat(2,1fr)}}.product-gallery-skeleton__item{aspect-ratio:3 / 4;background:#e5e7eb;border-radius:.375rem;overflow:hidden;position:relative}.product-gallery-skeleton__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:pg-skeleton-shimmer 1.5s infinite}@keyframes pg-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-gallery{display:flex;gap:.5rem}.product-gallery-thumbs{display:none;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:600px;order:2}@media(min-width:768px){.product-gallery-thumbs{display:flex;order:1}}.product-media-gallery{position:relative;order:1;flex:1}@media(min-width:768px){.product-media-gallery{order:2;min-height:600px}}.product-gallery-scroll{scrollbar-width:none}.product-gallery-scroll::-webkit-scrollbar{display:none}.product-gallery-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:768px){.product-gallery-grid{grid-template-columns:repeat(2,1fr)}}.product-gallery-item{flex-shrink:0;scroll-snap-align:start;position:relative}.product-gallery-item img,.product-gallery-item video,.product-gallery-item iframe,.product-main-video{width:100%;height:auto;display:block}.product-main-video,.product-gallery-item iframe{aspect-ratio:2 / 3;background-color:#f3f4f6;object-fit:cover}@media(max-width:767px){.product-media-gallery{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;position:relative;flex:none}.product-gallery-scroll{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;max-height:none;padding-left:0;padding-right:0}.product-gallery-scroll::-webkit-scrollbar{display:none}.product-gallery-grid{display:flex;gap:.5rem}.product-gallery-scroll--initializing{overflow:hidden}.product-gallery-scroll--initializing .product-gallery-grid{display:block;gap:0}.product-gallery-scroll--initializing .product-gallery-item{width:100%}.product-gallery-scroll--initializing .product-gallery-item:not(:first-child){display:none}.product-gallery-item{width:calc(100vw - 3.5rem);flex-shrink:0;scroll-snap-align:start}.product-gallery-item img,.product-gallery-item video,.product-gallery-item iframe{width:100%;height:auto;display:block}}@media(min-width:768px){.product-gallery-thumbs{position:sticky;top:5rem;align-self:flex-start;max-height:calc(100vh - 6rem);width:64px}.product-gallery-thumbs.is-stuck{padding-top:.75rem}}.product-thumb{width:100%;aspect-ratio:3 / 4;flex-shrink:0;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease;cursor:pointer;position:relative;background-color:#f3f4f6}.product-thumb.is-active{border-color:#111827}.product-thumb:hover:not(.is-active){border-color:#d1d5db}.product-thumb__play{position:absolute;right:.25rem;bottom:.25rem;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;color:#fff;background:#111827bf}.product-thumb__play svg{width:.75rem;height:.75rem}.aspect-3-4{aspect-ratio:3 / 4}.peer:checked~.peer-checked-ring-2{box-shadow:0 0 0 2px #111827,0 0 0 4px #fff}.is-active-swatch,[data-pd-swatch].is-active-swatch>span:first-child{box-shadow:0 0 0 2px #111827,0 0 0 4px #fff}[data-pd-swatch]{position:relative}[data-pd-swatch].is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;border:2px solid transparent;border-top-color:#111827;animation:pi-swatch-spin .6s linear infinite}[data-pd-swatch].is-loading{cursor:wait}.pi-swatch-btn{position:relative;padding:0;appearance:none;-webkit-appearance:none}.pi-swatch-btn.is-active{box-shadow:0 0 0 2px #111827,0 0 0 3px #fff;border-color:transparent}.pi-swatch-btn.is-loading{opacity:.5;cursor:wait}.pi-swatch-btn.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;border:2px solid transparent;border-top-color:#111827;animation:pi-swatch-spin .6s linear infinite}@keyframes pi-swatch-spin{to{transform:rotate(360deg)}}@media(max-width:767px){[data-pi-swatches]{padding-top:3px;padding-bottom:1px}[data-pi-swatches]:has(>.pi-swatch-btn:first-child.is-active){padding-left:4px}}.size-option:checked+span{background-color:#111827;color:#fff;border-color:#111827}.kit-btn,.kit-link{border-radius:.375rem}.kit-btn.is-active,.kit-link.is-active{background-color:#111827;color:#fff;border-color:#111827}.social-proof{display:inline-flex;align-items:center;gap:.5rem;background-color:#f3f4f6;padding:.5rem .75rem;border-radius:.375rem;width:fit-content}@media(max-width:1023px){.product-grid{gap:1.25rem}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:50}.modal-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:51}.swatch-label{position:absolute;bottom:-1.25rem;left:50%;transform:translate(-50%);font-size:10px;color:#6b7280;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none}.group:hover .swatch-label{opacity:1}@media(min-width:1024px){.product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem}.product-grid-gallery{grid-column:span 8 / span 8}.product-grid-info{grid-column:span 4 / span 4}}#modal-notification .bg-white{transform:scale(.95);opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}#modal-notification:not(.hidden) .bg-white{transform:scale(1);opacity:1}#modal-notification .modal-backdrop{opacity:0;transition:opacity .2s ease-out}#modal-notification:not(.hidden) .modal-backdrop{opacity:1}#mobile-quick-add-modal{z-index:9999}main,footer{transition:transform .4s cubic-bezier(.32,.72,0,1),filter .4s ease}body.mobile-quick-add-open main,body.mobile-quick-add-open footer{transform:translateY(-12px) scale(.985);filter:brightness(.92)}body.mobile-quick-add-open{overflow:hidden}.mobile-quick-add-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000059;opacity:0;transition:opacity .35s ease}body.mobile-quick-add-open .mobile-quick-add-backdrop{opacity:1}.mobile-quick-add-sheet{position:fixed;left:0;right:0;bottom:0;background-color:#fff;border-radius:1.25rem 1.25rem 0 0;max-height:92vh;display:flex;flex-direction:column;transform:translateY(20px);opacity:0;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .35s ease;overscroll-behavior-y:contain;overflow:visible;padding-top:2rem}body.mobile-quick-add-open .mobile-quick-add-sheet{transform:translateY(0);opacity:1}.mobile-quick-add-handle{display:flex;justify-content:center;align-items:center;padding:.75rem 0 .5rem;flex-shrink:0}.mobile-quick-add-handle-bar{width:36px;height:4px;border-radius:2px;background-color:#d1d5db}.mobile-quick-add-close{position:absolute;top:.75rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;color:#374151;z-index:2}.mobile-quick-add-image-wrapper{position:relative;z-index:10;width:160px;height:200px;margin:-5.5rem auto 0;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 30px #0003;background:#fff;flex-shrink:0}.mobile-quick-add-image-wrapper .mqa-image{width:100%;height:100%;object-fit:cover;display:block}.mobile-quick-add-content{padding:0 1.25rem 1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;margin-top:1rem}.mobile-quick-add-content .mqa-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem;line-height:1.3}.mobile-quick-add-content .mqa-price{font-size:1rem;font-weight:700;color:#111827;margin-bottom:1rem}.mobile-quick-add-content .mqa-section{margin-bottom:1.25rem}.mobile-quick-add-content .mqa-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem;display:block}.mobile-quick-add-content .mqa-options{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-quick-add-content .mqa-option{min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-size:.875rem;font-weight:500;border:1px solid #d1d5db;background:#fff;color:#111827;cursor:pointer;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center}.mobile-quick-add-content .mqa-option.is-active{border-color:transparent;background:#111827;color:#fff}.mobile-quick-add-content .mqa-option.is-unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.mobile-quick-add-content .mqa-swatch{width:2.25rem;height:2.25rem;border-radius:9999px;border:1px solid #d1d5db;cursor:pointer;padding:0;position:relative}.mobile-quick-add-content .mqa-swatch.is-active{box-shadow:0 0 0 2px #111827,0 0 0 4px #fff;border-color:transparent}.mobile-quick-add-content .mqa-swatch.is-loading{opacity:.5;cursor:wait}.mobile-quick-add-content .mqa-swatch.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;border:2px solid transparent;border-top-color:#111827;animation:pi-swatch-spin .6s linear infinite}.mobile-quick-add-content .mqa-add-btn{width:100%;padding:.875rem;background:#111827;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;margin-top:.5rem}.mobile-quick-add-content .mqa-add-btn:disabled{opacity:.5;cursor:not-allowed}.pi-bag-btn{display:none}@media(max-width:767px){.pi-bag-btn{display:flex;align-items:center;justify-content:center;position:absolute;bottom:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001f;border:none;cursor:pointer;z-index:10;color:#111827}.pi-bag-btn svg{width:20px;height:20px}}.pi-swatch-more{display:none}@media(max-width:767px){.pi-swatch-more{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;border:1px solid #d1d5db;background:#9ca3af;color:#6b7280;cursor:pointer;flex-shrink:0;padding:0;font-size:14px;font-weight:700;color:#fff}.pi-swatch-more-link{display:none!important}}@media(min-width:768px){.pi-swatch-more{display:none!important}.pi-swatch-more-link{display:flex!important}}.pi-swatch-more-link-compact{display:none!important}@media(min-width:1024px){.is-compact-grid .pi-swatch-extra,.is-compact-grid .pi-swatch-more-link{display:none!important}.is-compact-grid .pi-swatch-more-link-compact{display:flex!important}}body:has(#mobile-quick-add-modal:not(.hidden)) .pi-bag-btn,body:has(#mobile-quick-add-modal:not(.hidden)) .pi-swatch-more{display:none!important}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.photo-lightbox.hidden{display:none}.photo-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000000eb;cursor:pointer}.photo-lightbox__stage{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:3.5rem 1rem}.photo-lightbox__slide{max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.photo-lightbox__img,.photo-lightbox__video,.photo-lightbox__external-video iframe{max-width:100%;max-height:85vh;object-fit:contain;border-radius:.25rem}.photo-lightbox__img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.photo-lightbox__slide{transition:opacity .2s ease}.photo-lightbox__video,.photo-lightbox__external-video iframe{width:min(100vw - 2rem,1200px);aspect-ratio:16 / 9;background-color:#000}.photo-lightbox__external-video{display:flex;align-items:center;justify-content:center}.photo-lightbox__close{position:absolute;top:1rem;right:1rem;z-index:3;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;border-radius:9999px;color:#fff;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.photo-lightbox__close:hover{background:#ffffff4d}.photo-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;border-radius:9999px;color:#fff;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.photo-lightbox__nav:hover{background:#ffffff4d}.photo-lightbox__nav--prev{left:1rem}.photo-lightbox__nav--next{right:1rem}.photo-lightbox__counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:3;background:#00000080;color:#fff;font-size:.875rem;font-weight:500;padding:.35rem .9rem;border-radius:9999px;pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:767px){.photo-lightbox__stage{padding:3rem .5rem}.photo-lightbox__img,.photo-lightbox__video,.photo-lightbox__external-video iframe{max-height:80vh}.photo-lightbox__nav{width:2.5rem;height:2.5rem}.photo-lightbox__nav--prev{left:.5rem}.photo-lightbox__nav--next{right:.5rem}.photo-lightbox__close{top:.75rem;right:.75rem;width:2.25rem;height:2.25rem}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/product.css.map */
