@media (min-width: 768px){.product-section{padding-top:6rem}}.product-wrapper{display:flex;flex-direction:column;gap:2rem}.product-info{flex:1;display:flex;gap:.5rem;flex-direction:column;overflow:hidden}@media screen and (min-width: 768px){.product-info{width:40%;max-width:40%}}.product-title{font-size:1.5rem;font-weight:400}.product-price .price{font-size:1.25rem;font-weight:600;color:var(--color-foreground)}.product-price .compare-price{margin-left:.5rem;text-decoration:line-through;color:var(--color-subdued)}.variant-selector{margin-top:1rem;width:100%;overflow:hidden}.variant-title{display:block;font-weight:600;color:var(--color-primary)}.variant-price{font-weight:500;color:var(--color-secondary)}.variant-compare{font-weight:400;color:var(--color-subdued);text-decoration:line-through}.product-gallery{flex:1}.product-images img{width:100%;border-radius:.5rem;margin-bottom:1rem}.product-carousel{position:relative;width:100%;overflow:hidden}.product-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.product-image{min-width:100%;max-width:100%;object-fit:contain;border-radius:.5rem;margin-bottom:0;transition:opacity .3s}.product-carousel-indicators{display:flex;justify-content:center;gap:.5rem;position:absolute;left:0;right:0;bottom:1rem;z-index:2}.product-carousel-indicators:not(:has(:nth-child(2))){display:none}.carousel-indicator{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0;transition:background .2s}.carousel-indicator.active{background:var(--color-primary, #333)}.product-zoom-overlay{display:none;position:fixed;z-index:2000;left:0;top:0;width:100vw;height:100vh;background:#000000d9;align-items:center;justify-content:center;flex-direction:column;transition:opacity .2s;overflow:hidden;padding:1rem;box-sizing:border-box}.product-zoom-overlay.active{display:flex}.product-zoom-image{max-width:85vw;max-height:75vh;width:auto;height:auto;border-radius:1rem;box-shadow:0 8px 32px #0000004d;background:#fff;object-fit:contain}.product-zoom-close{position:absolute;top:2rem;right:2rem;font-size:2.5rem;color:#fff;cursor:pointer;z-index:10;background:#0000004d;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-zoom-close:hover{background:#0009}.product-accordions{margin-top:1rem;border-top:1px solid var(--color-shadow)}.accordion{border-bottom:1px solid var(--color-shadow);padding:.75rem 0}.accordion summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--color-secondary);outline:none;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion-icon{display:flex;align-items:center;margin-left:1rem}.accordion .icon-plus{display:inline}.accordion[open] .icon-plus,.accordion .icon-minus{display:none}.accordion[open] .icon-minus{display:inline}.accordion-content{margin-top:.5rem;color:var(--color-subdued);font-size:.95rem;transition:all .2s}.variant-pills{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;max-width:calc(100vw - 2rem)}.variant-pills::-webkit-scrollbar{display:none}.variant-pill{position:relative;min-width:10rem;text-align:center;flex-shrink:0;flex-grow:0;padding:.5rem .5rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-background);color:var(--color-text);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;white-space:nowrap}.variant-pill:hover{border-color:var(--color-primary);color:var(--color-primary)}.variant-pill--active{background:var(--color-primary-20);color:var(--color-primary-label);border-color:var(--color-primary)}.variant-pill__offer-badge{position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);background-color:var(--color-accent, #ff6b35);color:var(--color-background, #fff);font-size:.65rem;font-weight:600;line-height:1.2;text-align:center;padding:.25rem .5rem;border-radius:.25rem;z-index:1;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.variant-pill__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center}.product-conversion-button-wrapper.hidden{display:none}@media screen and (min-width: 768px){.product-quantity-stepper-wrapper.hidden{display:none}}.product-add-to-cart{padding:.75rem 1.5rem;width:100%;height:auto;min-height:3rem;margin:0 auto;max-width:100%}.product-quantity-stepper,.product-add-to-cart{font-weight:600;justify-content:center;align-items:center;transition:all var(--transition-fast);border-radius:.5rem}.product-quantity-stepper{display:flex;align-items:center;justify-content:space-between}.product-add-to-cart:hover{opacity:.9}@media screen and (max-width: 767px){.product-add-to-cart{width:100%;padding:.75rem 1rem;margin:0;box-sizing:border-box}.product-quantity-stepper{width:100%;padding:.75rem 1rem;min-height:2.5rem;margin:0;box-sizing:border-box}body.zoom-overlay-active .product-add-to-cart,body.zoom-overlay-active .product-quantity-stepper,body.zoom-overlay-active .cart-button--floating{display:none!important}body.zoom-overlay-active{overflow:hidden;position:fixed;width:100%}.product-zoom-overlay{padding:1rem!important}.product-zoom-image{max-width:98vw!important;max-height:90vh!important;width:auto!important;height:auto!important;border-radius:.5rem!important}@media screen and (max-width: 480px){.product-zoom-overlay{padding:.5rem!important}.product-zoom-image{max-width:100vw!important;max-height:95vh!important;border-radius:0!important}}}@media screen and (max-width: 767px){.product-gallery{width:100%;margin:0;transform:none;padding:0;max-width:100%;overflow:hidden}.product-carousel{width:100%;min-width:100%;max-width:100%;height:60vw;min-height:220px;max-height:70vw;border-radius:0;overflow:hidden}.product-carousel-track{height:100%;width:100%}.product-image{width:100%;height:60vw;min-height:220px;max-height:70vw;border-radius:0}.product-carousel-indicators{bottom:.5rem;left:0;right:0;justify-content:center;position:absolute}}@media screen and (min-width: 768px){.product-wrapper{flex-direction:row;gap:4rem}.product-gallery{width:60%;max-width:60%;margin:0;transform:none;padding:0}.product-carousel{border-radius:.5rem;height:auto;min-height:320px;max-height:500px}.product-image{border-radius:.5rem;height:400px}.variant-pills{max-width:100%;width:100%}.product-quantity-stepper{min-height:3rem;padding:.75rem 1.5rem}}@media screen and (min-width: 1200px){.product-zoom-image{max-width:75vw;max-height:70vh}}.product-sold-out-button-wrapper,.product-sold-out-button{width:100%}.product-sold-out-button{color:var(--color-primary-label)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product.css.map */
