product-card{position:relative;display:flex;flex-direction:column;height:100%}product-card .product-card__gallery{position:relative;overflow:hidden}.product-card__badge{position:absolute;top:var(--space-7);right:var(--space-5);aspect-ratio:1;border-radius:50%;min-width:4.7rem;padding:var(--space-3);display:flex;align-items:center;justify-content:center;text-align:center;color:rgb(var(--color-white));background-color:rgb(var(--color-price-sale));text-transform:uppercase;font-weight:var(--font-weight-bold);font-size:1.2rem;line-height:1;pointer-events:none}product-card .product-card__gallery .product-card__gallery--link{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;z-index:2;background-color:transparent}product-card .product-card__gallery img{max-width:100%;width:100%;height:auto;transition:opacity .3s;display:flex;object-fit:cover;border:none;aspect-ratio:1/1}product-card .product-card__gallery img.product-card__image--hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;height:100%;width:100%;object-fit:cover}product-card .product-card__gallery:has(img.product-card__image--hover):hover img:not(img.product-card__image--hover){opacity:0}product-card .product-card__gallery:has(img.product-card__image--hover):hover img.product-card__image--hover{opacity:1}product-card .product-card__content{padding:var(--space-6) 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--space-6);flex-grow:1}product-card .product-card__content .product-card__heading{margin:0}product-card .product-card__content .product-card__heading a>span{font-size:var(--text-size-base);font-family:var(--font-body-family);font-weight:var(--font-weight-medium);line-height:var(--leading-looser);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--space-5)}product-card .product-card__content .product-card__heading a>span:nth-child(2){text-transform:unset}product-card .product-card__content .product-card__heading a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--space-5)}product-card .product-card__content .tags__wrapper{display:flex;flex-wrap:wrap;gap:var(--space-5)}product-card .product-card__content .tags__wrapper .card__tag{border-radius:var(--space-1);padding:var(--space-3) var(--space-4);font-size:var(--text-size-s);line-height:var(--leading-normal);font-weight:var(--font-weight-medium)}product-card .product-card__content product-form{margin-top:auto}product-card .quick-add__submit{border-radius:50%;border:none;background-color:rgb(var(--color-light-grey));height:var(--space-22);width:var(--space-22);cursor:pointer}product-card .quick-add__submit .icon-quick-add{height:var(--space-10);width:auto}product-card .quick-add__submit.quick-add-sold-out{opacity:.5;cursor:not-allowed;pointer-events:none}product-card .quick-add__submit.loading .icon-quick-add{display:none}.product-card__rating .ruk_rating_snippet i{cursor:auto}.product-card__rating--hide-count .ruk-rating-snippet-count{display:none!important}@media (min-width: 750px){product-card .product-card__content .product-card__heading a>span{font-size:var(--text-size-m)}}.card__swatches{display:flex;flex-wrap:wrap;gap:var(--space-5);margin-bottom:var(--space-2)}.card__swatches-swatch{position:relative;display:block!important;width:var(--space-9);min-width:var(--space-9);height:var(--space-9);border-radius:var(--space-2);border:solid var(--space-pixel) rgb(var(--color-base-text))}.card__swatches-swatch span{width:100%;display:block}.card__swatches-swatch.active span:after{content:"";bottom:calc(-1 * var(--space-2));height:var(--space-1);width:100%;left:0;position:absolute;background-color:rgb(var(--color-base-text))}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-card.css.map */
