.m-product-card--scp{display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;height:100%;border-radius:16px;overflow:hidden}.m-product-card--scp .m-product-card__content{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:8px;background-color:#fff;border-radius:0 0 16px 16px;min-height:130px;flex:0 0 auto}.m-product-card--scp .m-product-card__content>*{margin:0;padding:0}.m-product-card--scp .m-product-card__info{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:8px;padding:16px 12px;flex:1;width:100%}.m-product-card--scp .m-product-card__info>*,.m-product-card--scp .m-product-card__title,.m-product-card--scp .m-product-card__price,.m-product-card--scp [data-pcard-variant-picker],.m-product-card--scp [data-pcard-variant-picker]>*{margin:0;padding:0}.m-product-item{padding:0;margin:0;box-sizing:border-box}@media(max-width:989px){.m-product-card--scp{min-height:302px}}.m-product-card--scp .m-product-card__media{position:relative;width:100%;aspect-ratio:var(--aspect-ratio, 3/4);overflow:hidden;padding:12px 12px 0;background:#fff}.scp-product-card__carousel{position:relative;width:100%;height:100%;overflow:hidden;border-radius:6px}.scp-product-card__link{display:block;height:100%}.scp-product-card__carousel-track{position:relative;width:100%;height:100%}.scp-product-card__carousel-slide{display:none;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.scp-product-card__carousel-slide.is-active{display:block;opacity:1}.scp-product-card__carousel-slide responsive-image,.scp-product-card__carousel-slide .m-image{width:100%;height:100%;object-fit:cover}.scp-product-card__carousel-slide img{width:100%;height:100%;object-fit:cover}.scp-product-card__carousel-slide.is-transitioning{animation:fadeIn .3s ease}.scp-product-card__carousel-nav{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 8px;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:2}.m-product-card__media:hover .scp-product-card__carousel-nav{opacity:1}.m-product-card__media:hover .scp-product-card__carousel-button{pointer-events:auto}.scp-product-card__carousel-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fffffff2;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.scp-product-card__carousel-button:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.scp-product-card__carousel-button:active{transform:scale(.95)}.scp-product-card__carousel-button svg{width:20px;height:20px;color:#000}.scp-product-card__carousel-button:disabled{opacity:.3;cursor:not-allowed}.scp-product-card__quick-add-trigger{position:absolute;bottom:0;left:10%;right:10%;transform:translateY(100%);transition:transform .3s ease;z-index:4;padding:12px;pointer-events:none}.m-product-card__media:hover .scp-product-card__quick-add-trigger{transform:translateY(0);pointer-events:auto}.scp-product-card__quick-add-trigger--inline{pointer-events:auto}.scp-product-card__quick-add-button,.scp-product-card__quick-add-trigger .m-button{display:flex;min-width:64px;padding:8px 20px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;text-align:center;border:none;cursor:pointer;transition:all .2s ease;background:#fff;color:#000;box-shadow:0 -2px 10px #0000001a}.scp-product-card__quick-add-button:hover,.scp-product-card__quick-add-trigger .m-button:hover{background:#f5f5f5}.scp-product-card__quick-add-trigger .m-product-card__action-wrapper,.scp-product-card__quick-add-trigger .m-product-form{width:100%}.scp-product-card__variant-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:5;padding:20px}.scp-product-card__variant-overlay.is-active{opacity:1;pointer-events:auto}.scp-product-card__variant-overlay-content{width:100%;max-width:300px}.scp-product-card__variant-overlay-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.scp-product-card__variant-overlay-close:hover{transform:scale(1.1)}.scp-product-card__sizes{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.scp-product-card__size-option{position:relative;display:flex;align-items:center;justify-content:center;min-width:44px;height:48px;padding:0 12px;border:1px solid var(--Stroke-Components-Button-secondary-neutral);color:var(--Content-Components-Button-secondary-neutral);border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:var(--scp-transition-default);background:transparent}@media(max-width:768px){.m-cols-2 .scp-product-card__size-option{min-width:34px;height:34px;padding:0 8px;border-radius:8px;font-size:10px}.scp-product-card__sizes{gap:8px}}.scp-product-card__size-option:hover:not(:disabled){border-color:#fff;color:#fff}.scp-product-card__size-option:active:not(:disabled){transform:translateY(0)}.scp-product-card__size-option--disabled{opacity:1;cursor:not-allowed;background-color:#2f3635;border-color:#5c6464;color:#5c6464}.scp-product-card__size-label{display:block;text-align:center}.m-product-card--scp .m-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;white-space:normal;overflow:hidden;text-overflow:ellipsis;width:100%;min-height:40px;max-height:40px;height:40px}.m-product-card--scp .m-product-card__vendor{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.scp-product-card__wishlist{position:absolute;top:12px;right:12px;z-index:3}.scp-product-card__wishlist .m-tooltip{background-color:transparent;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.scp-product-card__wishlist .m-tooltip .scp-icon{width:24px;height:24px;color:#1b2525}.scp-product-card__wishlist .m-tooltip:hover{border:none;box-shadow:none}.scp-product-card__tags{z-index:3;right:60px}.m-product-card--scp .scp-product-card__price-related{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:0;min-height:43px;max-height:43px;height:43px}.m-product-card--scp .scp-product-card__price-related .m-product-card__price,.m-product-card--scp .scp-product-card__price-related .scp-related-colors{align-self:stretch}@media(max-width:990px){.m-product-card--scp .scp-product-card__price-related{min-height:56px;max-height:56px;height:56px}}.scp-product-card__quick-add-icon,.scp-product-card__quick-add-trigger--inline{display:none}@media(max-width:989px){.m-product-card--scp:not(.m-product-card--mobile-qa) .scp-product-card__quick-add-trigger,.m-product-card--scp:not(.m-product-card--mobile-qa) .scp-product-card__variant-overlay{display:none!important}.m-product-card--mobile-qa .scp-product-card__price-related .scp-related-colors{padding-right:40px}.m-product-card--mobile-qa .m-product-card__media .scp-product-card__quick-add-trigger:not(.scp-product-card__quick-add-trigger--inline){display:none!important}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline{display:inline-flex;position:absolute;transform:none;left:auto;top:auto;right:0;bottom:0;width:32px;height:32px;padding:0;border-radius:8px;overflow:hidden;flex:0 0 32px;z-index:2}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .m-product-form,.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .m-product-card__action-wrapper,.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .m-product-card__action-wrapper form{width:100%;height:100%}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .m-button,.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .scp-product-card__quick-add-button{width:100%;height:100%;min-width:0;padding:0;background:#000;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:none}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .scp-product-card__quick-add-button{color:transparent}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .m-button>span:not(.m-spinner-icon),.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .m-add-to-cart--text{font-size:0;width:0;opacity:0;overflow:hidden;pointer-events:none}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .scp-product-card__quick-add-icon{display:inline-flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;color:#fff;pointer-events:none;z-index:2}.m-product-card--mobile-qa .scp-product-card__quick-add-trigger--inline .scp-product-card__quick-add-icon svg{width:20px;height:20px}.scp-product-card__carousel-nav{display:none}}@media(max-width:749px){.scp-product-card__wishlist .m-tooltip{width:36px;height:36px;background-size:20px}.scp-product-card__carousel-button{width:28px;height:28px}.scp-product-card__carousel-button svg{width:16px;height:16px}}.m-product-card--scp.m-product-card--soldout .scp-product-card__quick-add{display:none!important}.m-product-card--scp.m-product-card--soldout .scp-product-card__carousel:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffb3;z-index:1;pointer-events:none}.scp-product-card__soldout-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;padding:8px 16px;font-size:14px;font-weight:700;text-transform:uppercase;pointer-events:none}.scp-product-card--loading{pointer-events:none;opacity:.6}.scp-product-card--loading .scp-product-card__quick-add{pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scp-product-card__carousel-button:focus-visible,.scp-product-card__size-option:focus-visible,.scp-product-card__color-label:focus-visible{outline:2px solid #000;outline-offset:2px}@media(hover:none)and (pointer:coarse){.scp-product-card__carousel-button{width:40px;height:40px}}.m-product-card .m-product-option{margin:0!important;padding:0!important}
/*# sourceMappingURL=/cdn/shop/t/9/assets/scp-product-card.css.map */
