.product-card{display:flex;flex-direction:column;width:100%;height:100%}.product-card .product-media{display:block;aspect-ratio:4/5}.product-card .product-media-wrapper{position:relative;overflow:hidden}.product-card .product-tags{position:absolute;top:12px;left:8px;display:flex;flex-direction:column;gap:6px;font-size:8px;z-index:1}.product-card .product-tag{padding:4px 6px 2px;width:fit-content;background-color:var(--color-brand);text-align:start;color:#231911;font-weight:500;border-radius:2px;font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.02em}.product-card .embla{border-radius:12px;overflow:hidden}.product-card .embla__container{display:flex}.product-card .embla__slide{flex:0 0 100%;min-width:0;aspect-ratio:4 / 5}.product-card .embla__slide:first-child .product-image,.product-card .embla__slide:first-child .product-video{width:100%;border-top-left-radius:12px;border-bottom-left-radius:12px}.product-card .embla__slide:last-child .product-image,.product-card .embla__slide:last-child .product-video{border-top-right-radius:12px;border-bottom-right-radius:12px}.product-card .embla__scrollbar{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:90%;height:2px;background-color:#ffffff4d;border-radius:1px;z-index:1;opacity:1;transition:opacity .3s ease}.product-card .embla__scrollbar.hidden{display:none}.product-card .embla__scrollbar.inactive{opacity:0}.product-card .embla__scrollbar-thumb{position:absolute;top:0;left:var(--thumb-left, 0%);width:var(--thumb-width, 100%);height:100%;background-color:#fffc;border-radius:1px;transition:left .2s ease,width .2s ease}.product-card .product-image,.product-card .product-video{aspect-ratio:4/5;object-fit:cover}.product-card .product-video{position:relative;width:100%;height:100%;display:block}.product-card .open-product-options-button{position:absolute;left:16px;bottom:16px;display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:6px;background-color:#f9f9f9;border-radius:50%;border:none;cursor:pointer}.product-card .open-product-options-button:disabled{cursor:not-allowed;opacity:.7}.product-card .product-options-btn-content{display:flex;align-items:center;justify-content:center}.product-card .product-options{display:block!important}.product-card .product-option-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:12}#product-options-relocation .product-option-container.open+.product-option-overlay,.product-card .product-option-container.open+.product-option-overlay{opacity:1;visibility:visible}.product-card .product-option-container{position:fixed;bottom:0;left:0;transform:translateY(100%);transition:transform .3s ease-in-out;width:100%;z-index:13;padding:0 14px}#product-options-relocation .product-option-container{position:fixed;bottom:0;left:0;transform:translateY(100%);transition:transform .3s ease-in-out;width:100%;z-index:101;padding:0 14px}#product-options-relocation .product-option{display:flex;flex-direction:column;width:100%;padding:22px 14px 50px;background-color:#f9f9f9;border:.8px solid var(--color-primary);border-radius:12px 12px 0 0;position:relative}#product-options-relocation .product-option-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:100}#product-options-relocation .product-option-container.open,.product-card .product-option-container.open{transform:translateY(0)}.product-card .product-option{display:flex;flex-direction:column;width:100%;padding:22px 14px 50px;background-color:#f9f9f9;border:.8px solid var(--color-primary);border-radius:12px 12px 0 0;position:relative}.product-card .close-product-options-button,#product-options-relocation .close-product-options-button{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1}.product-card .product-option-button{flex:1;color:var(--color-primary);text-align:start;font-size:14px;font-family:var(--font-primary)}.product-card .product-option-button:disabled{color:#676767;text-decoration:line-through;cursor:not-allowed}.product-card .variant-option{display:flex;justify-content:space-between;padding:8px 6px}.product-card .variant-option:not(:first-child){border-top:1px solid #deddd9}.product-card .notify-me-button{color:var(--color-primary);font-size:10px;font-family:var(--font-primary);text-decoration:underline;text-underline-offset:2px}.product-card .notify-me-button{display:flex;align-items:center;gap:6px}.product-card .variant-options-list{display:flex;flex-wrap:wrap;gap:8px}.product-card .variant-color-option{width:30px;height:30px}.product-card .variant-color-option.active{border:1px solid var(--color-primary)}.product-card .product-title{margin-top:10px;font-size:12px;letter-spacing:-.5px}.product-card .product-description{margin-top:6px;font-family:var(--font-secondary);font-size:10px;color:#676767}.product-card .product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 6px}.product-card .product-price{display:flex;align-items:center;gap:4px;margin-top:4px;font-family:var(--font-secondary-bold);font-size:12px}.product-card .compared-at-price{font-family:var(--font-secondary);text-decoration:line-through;color:#676767;line-height:1;font-size:10px}.product-card .color-variant-buttons{display:flex;gap:6px;margin-top:10px}.product-card .color-variant-button{width:20px;height:20px}.product-card .color-variant-button.active{outline:1.4px solid var(--color-primary);outline-offset:2px}.product-card .add-to-cart-button{width:100%;margin-top:12px;padding:10px 10px 8px;font-size:10px;font-family:var(--font-primary);text-align:center;border:1px solid var(--color-primary)}.product-card .add-to-cart-button.unavailable{color:#f9f9f9;background-color:#231911}#product-options-relocation .product-option-button{flex:1;color:var(--color-primary);text-align:start;font-size:14px;font-family:var(--font-primary)}#product-options-relocation .product-option-button:disabled{color:#676767;text-decoration:line-through;cursor:not-allowed}#product-options-relocation .variant-option{display:flex;justify-content:space-between;padding:8px 6px}#product-options-relocation .variant-option:not(:first-child){border-top:1px solid #deddd9}#product-options-relocation .notify-me-button{color:var(--color-primary);font-size:10px;font-family:var(--font-primary);text-decoration:underline;text-underline-offset:2px;display:flex;align-items:center;gap:6px}.product-card .color-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.product-card .color-swatches-container{margin-top:10px}.product-card .color-swatch{width:20px;height:20px;cursor:pointer}.product-card .color-swatch.active,.product-card .color-swatch:hover{outline:1px solid var(--color-primary);outline-offset:2px}@media (min-width: 768px){.product-card .product-tags{font-size:10px}.product-card .product-title{font-size:16px;margin-top:16px}.product-card .product-option-overlay{display:none}.product-card .product-description{font-size:16px;margin-top:8px}.product-card .product-price{gap:8px;font-size:18px}.product-card .compared-at-price{font-size:14px}.product-card .color-variant-button{width:28px;height:28px}.product-card .open-product-options-button{display:flex!important;z-index:10}.product-card .close-product-options-button,#product-options-relocation .close-product-options-button{display:flex}.product-card .embla__scrollbar{display:none}.product-card .product-option-container{position:absolute;bottom:0;left:0;right:0;padding:0;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:12;width:100%;max-height:100%;overflow-y:auto;overflow-x:hidden}.product-option-container.open{transform:translateY(0)}#product-options-relocation{display:none}.product-card .color-swatches-container{margin-top:16px}}@media (min-width: 991px){.product-card .embla__container{position:relative;height:100%}.product-card .embla__slide:hover{cursor:pointer}.product-card .embla__slide:first-child{position:relative;z-index:1;opacity:1;transition:opacity .3s ease}.product-card .embla__slide:nth-child(2){position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;transition:opacity .3s ease}.product-card .embla__slide:nth-child(n+3){display:none}.product-card .product-media-wrapper:hover .embla__slide:nth-child(2){opacity:1}.product-card .variant-option{padding:10px 10px 8px}.product-card .product-option{padding:14px;border-radius:12px}.product-card .product-option-overlay{display:none}.product-card .product-option-button,.product-card .add-to-cart-button{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card-stylesheet.css.map */
