.product-card{position:relative;min-width:0}.product-card__image{overflow:hidden;display:block}.product-card__image[data-status=""]:after{content:none}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image>img{height:320px}@media (width <= 480px){.product-card__image>img{height:120px}}.product-card__image:after{content:attr(data-status);font-family:var(--font-family);font-weight:500;font-size:clamp(12px,2vw,16px);line-height:100%;letter-spacing:-.02em;text-transform:uppercase;color:var(--white);background:var(--blue-accent);position:absolute;top:16px;left:16px;padding:clamp(10px,2vw,16px) 16px;border-radius:9999px}@media (width <= 480px){.product-card__image:after{top:8px;left:8px;padding:6px 10px;font-size:10px}}.product-card__icon{position:absolute;top:16px;right:16px;padding:8px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;width:40px;height:40px;z-index:10}@media (hover: hover){.product-card__icon:hover svg path{fill:#2b5aff;stroke:#2b5aff}}@media (width <= 480px){.product-card__icon{top:8px;right:8px;width:32px;height:32px}}.product-card__icon svg path{transition:.3s ease-out}.product-card__icon.active path{fill:#2b5aff;stroke:#2b5aff}.product-card__desc{display:flex;flex-direction:column;gap:4px;margin-top:clamp(8px,2vw,16px)}.product-card__name{font-family:var(--font-family);font-weight:500;font-size:clamp(12px,4vw,24px);line-height:116%;letter-spacing:-.02em;text-transform:uppercase;color:#060615}@media (width <= 480px){.product-card__name{order:1;display:grid;gap:4px}.product-card__name span{opacity:.4}}.product-card__price{font-family:var(--second-family);font-weight:700;font-size:clamp(24px,4vw,32px);line-height:116%;letter-spacing:-.01em;text-transform:uppercase;color:#060615}.product-card__price span{font-weight:600;font-size:clamp(16px,3vw,24px);line-height:116%;letter-spacing:-.01em;text-transform:uppercase;color:var(--grey-dlya-dop-info-30)}.product-card__info,.product-card__engine,.product-card__wheel{font-family:var(--second-family);font-weight:500;font-size:18px;line-height:136%;letter-spacing:-.02em;color:var(--grey-dlya-dop-info-30)}@media (width <= 480px){.product-card__info,.product-card__engine,.product-card__wheel{display:none}}.product-card__carousel{width:100%;overflow:hidden;display:block;border-radius:clamp(16px,4vw,32px)}.product-card__carousel img{border-radius:clamp(16px,4vw,32px)}@media (hover: hover){.product-card__carousel{display:none}}.product-card__thumbs{position:relative;display:flex;height:320px;background:linear-gradient(0deg,#e9e9ea,#e9e9ea);border-radius:clamp(16px,4vw,32px);overflow:hidden;display:none}@media (hover: hover){.product-card__thumbs{display:flex}}@media (width <= 414px){.product-card__thumbs{height:120px;padding:6px 10px}}.product-card__thumb{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:.15s ease-out}.product-card__place{width:100%;display:block;position:relative;z-index:1;height:100%}.product-card__place:after{content:"";position:absolute;bottom:16px;left:8px;border-radius:1000px;width:97%;height:5px;background:var(--white-opacity-40)}@media (width <= 480px){.product-card__place{display:none}}.product-card__place:hover+.product-card__thumb,.product-card__thumb:nth-of-type(2){opacity:1}.product-card__thumbs:not(:hover) .product-card__place:nth-of-type(1):after,.product-card__place:hover:after{background:var(--grey-main-bodytext-60)}
