.product-card{align-items:center;display:flex;flex-direction:column;justify-content:start;gap:1.1428571429rem}.product-card__content{align-items:center;display:flex;justify-content:space-between;flex-direction:column;gap:1.1428571429rem;width:100%}.product-card__content p{margin:0;text-align:center}.product-card__badge-wrapper{position:absolute;top:1.1428571429rem;left:1.1428571429rem;display:flex;gap:.5714285714rem}.product-card__badge{z-index:2;color:var(--color-black);background-color:var(--color-soft-green);padding:.2857142857rem .5714285714rem;border-radius:1.7142857143rem}.product-card .price .price__item.price__item{font-weight:var(--font-weight-medium)}.product-card__image img{object-fit:contain;border-radius:1.7142857143rem}.product-card__image--secondary{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;object-fit:cover;pointer-events:none;transition:opacity .3s ease-in-out}.product-card__image--secondary img{object-fit:cover}.product-card__images{background-color:var(--color-white);overflow:hidden;position:relative;width:100%}@media(min-width: 1024px){.product-card__images:hover .product-card__image--secondary{opacity:1}}.product-card .okeReviews .oke-sr-count-number,.product-card .okeReviews .oke-sr-label-text{font:var(--font-p-4)}.product-card__variants{align-items:center;display:inline-flex;margin:1.1428571429rem 0 2.2857142857rem;min-height:2.1428571429rem}.product-card__variants--toggle{background-color:var(--color-light-grey);border:.1428571429rem solid var(--color-light-grey);border-radius:1.1428571429rem;justify-content:center}.product-card__variants--toggle.large{flex-direction:column;gap:20px}@media(min-width: 1024px){.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:1.1428571429rem;cursor:pointer;margin:0;padding:.5714285714rem .9142857143rem;transition:background-color .3s cubic-bezier(0.4, 0, 0.15, 1.01)}@media(min-width: 1024px){.product-card__variants--toggle .product-card__variant span{padding:.5714285714rem 1.1428571429rem}}.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:1.1428571429rem;bottom:1.1428571429rem;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:.5714285714rem;justify-content:flex-start;padding:.4285714286rem;text-decoration:none;width:100%}.product-card__swatch svg{margin:0 .5714285714rem}.product-card__swatch span{border-radius:100%;display:block;height:1.1428571429rem;position:relative;width:1.1428571429rem}.product-card__swatch-image{border-radius:100%;overflow:hidden}.product-card__swatch-select{background:var(--color-white);cursor:pointer}
