.product-card *{font-family:var(--font-primary)}.product-card__link{display:block;position:relative;width:100%}.product-card__image-wrapper{aspect-ratio:3/4;background-color:var(--content-bg);overflow:hidden;position:relative;width:100%}.product-card__image{display:block;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .2s ease;width:100%}.product-card__image--loaded{opacity:1}.product-card__image-placeholder{color:var(--disabled);display:flex;height:100%;margin:0 auto;width:50%}.product-card__tag{background-color:var(--white);color:var(--dark);font-size:11px;font-weight:400;padding:2px 5px 4px;text-wrap:nowrap;width:-moz-fit-content;width:fit-content}.product-card__tag--container{bottom:0;display:flex;flex-wrap:wrap;gap:4px;padding:4px;position:absolute}.product-card__specifications{color:#969696;font-size:13px;font-weight:400;line-height:137%}.product-card__price-current,.product-card__title{font-size:16px;font-weight:400}@media(max-width:1023px){.product-card__price-current,.product-card__title{font-size:13px}}.product-card__specifications{padding-top:6px}.product-card__price-container{align-items:first baseline;display:flex;gap:4px;padding-top:6px}@media(max-width:1023px){.product-card__price-container{padding-top:4px}}.product-card__price--old{background:linear-gradient(#000,#000) 50%/100% 1px no-repeat;display:inline-block;font-size:13px;line-height:1;position:relative;text-decoration:none}.product-card__price--old:after{background:var(--white);content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(60%)}.product-card__price--discount{font-size:13px;line-height:1}.product-card__colors-count{white-space:nowrap}.product-card__sizes{word-wrap:anywhere}.product-card__discount-container{display:contents}
