.product-card{align-items:center;display:flex;flex-direction:column;border-bottom:1px solid var(--color-light-grey);border-right:1px solid var(--color-light-grey)}.product-card__content{align-items:flex-start;position:relative;display:flex;flex:1;justify-content:space-between;flex:1;flex-direction:column;width:100%}.product-card__wishlist-button{position:absolute;right:1rem;top:1rem;line-height:0px}.product-card__wishlist-button .icon--wishlist{width:.75rem;height:.75rem}.product-card__product-info-container{padding:1rem;width:100%}.product-card__atb{border:none;width:100%;display:flex;gap:.25rem;align-items:center;justify-content:start;padding:1rem;border-radius:unset;position:relative;overflow:hidden}.product-card__atb .icon--cart{width:0;opacity:0;overflow:hidden;transform:translateX(-100%);transition:margin-left .4s ease-in-out,width .4s ease-in-out,opacity .4s ease-in-out,transform .4s ease-in-out,margin-right .4s ease-in-out;margin-left:-0.25rem}.product-card__atb:hover .icon--cart{margin-left:0;width:.875rem;opacity:1;transform:translateX(0);margin-right:.25rem}.product-card__atb .product-card__price{margin-bottom:0px;line-height:1}.product-card__atb .price__item{font:var(--font-p-3);font-weight:var(--font-weight-medium)}.product-card__out-of-stock{padding-left:1rem;padding-bottom:1rem;font-size:.875rem;line-height:.625rem;font-weight:500;user-select:none}.product-card__eyebrow{padding-bottom:1rem}.product-card__product-name{display:flex;flex-direction:column;gap:.5rem;transition:color .3s ease-in-out;text-wrap:pretty;text-decoration:none;color:var(--color-black)}@media(min-width: 1025px){.product-card:hover .product-card__product-name{color:var(--color-dark-grey)}}.product-card__reviews{margin-top:1rem;text-decoration:none;display:block}.product-card__reviews p{display:flex;align-items:center;line-height:1;margin-bottom:0px}.product-card__reviews svg{margin:0 .125rem;width:16px;height:16px}.product-card__reviews svg path{fill:var(--color-dark-grey)}.product-card__image--secondary{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;object-fit:cover;pointer-events:none;transform:scale(1.1);transform-origin:center;transition:opacity .8s cubic-bezier(0.6, 0, 0, 1),transform .8s cubic-bezier(0.6, 0, 0, 1)}.product-card__images{background-color:var(--color-bg-primary);overflow:hidden;position:relative;width:100%}@media(min-width: 1025px){.product-card:hover .product-card__images .product-card__image--secondary{opacity:1;transform:scale(1)}}.product-card__variants{align-items:center;display:inline-flex;margin:1rem 0 2rem;min-height:1.875rem}.product-card__variants--toggle{background-color:var(--color-light-grey);border:.125rem solid var(--color-light-grey);border-radius:1rem;justify-content:center}.product-card__variants--toggle.large{flex-direction:column;gap:20px}@media(min-width: 1025px){.product-card__variants--toggle.large{flex-direction:row;gap:initial}}.product-card__variants--toggle .product-card__variant span{background-color:rgba(0,0,0,0);border-radius:1rem;cursor:pointer;margin:0;padding:.5rem .8rem;transition:background-color .3s cubic-bezier(0.4, 0, 0.15, 1.01)}@media(min-width: 1025px){.product-card__variants--toggle .product-card__variant span{padding:.5rem 1rem}}.product-card__variants--toggle .product-card__variant input[data-disabled]+span{text-decoration-line:line-through}.product-card__variants--toggle .product-card__variant input:checked+span{background-color:var(--color-white)}.product-card__swatches{border-radius:1rem;bottom:1rem;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);z-index:3}.product-card__swatches-list{background:var(--color-off-white);display:none}.product-card__swatches-list--open{display:block}.product-card__swatch{align-items:center;color:inherit;display:flex;font:var(--font-p-4);gap:.5rem;justify-content:flex-start;padding:.375rem;text-decoration:none;width:100%}.product-card__swatch svg{margin:0 .5rem}.product-card__swatch span{border-radius:100%;display:block;height:1rem;position:relative;width:1rem}.product-card__swatch-image{border-radius:100%;overflow:hidden}.product-card__swatch-select{background:var(--color-white);cursor:pointer}
