.product-card{position:relative;display:flex;flex-direction:column}.product-card__image{border-radius:20px;background:#fff;padding:60px 10%;aspect-ratio:2/3;display:block;max-width:100%;overflow:hidden}.product-card__discount{padding:2px 15px;background-color:var(--primary);font-weight:600;font-size:12px;color:var(--primary-white);border-radius:10px;position:absolute;top:12px;left:10px}.product-card__discount--orange{background-color:var(--orange)}.product-card__price-block{margin-top:10px;display:flex;align-items:center;gap:15px}@media(max-width:767px){.product-card__price-block{flex-direction:column;gap:0;align-items:flex-start}}.product-card__price{font-weight:700;font-size:28px;color:var(--base-bg)}.product-card__old-price{font-weight:600;font-size:14px;color:var(--primary);text-decoration:line-through}@media(max-width:767px){.product-card__old-price{font-size:12px}}.product-card__title{margin-top:15px;color:var(--base-bg);line-height:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:767px){.product-card__title{margin-top:10px}}.product-card__size-block{margin-top:10px;align-items:center;display:flex;gap:5px}@media(max-width:767px){.product-card__size-block{flex-direction:column;align-items:flex-start}}.product-card__size-text{font-size:12px;color:var(--primary);font-weight:600}.product-card__size-value{font-size:10px;color:var(--base-bg)}.product-card__colors{display:flex;margin-top:10px;gap:3.17px}.product-card__color{width:15px;height:15px;border-radius:50%}.product-card__color--white{border:1px solid var(--line)}.product-card__in-stock{margin-top:auto;padding-top:15px;font-size:14px;font-weight:600;color:var(--primary)}.product-card__button{margin-top:10px;position:relative}.product-card__link{position:absolute;inset:0}.card__sale__block,.product-card{display:flex;flex-direction:column;height:100%}.card__sale__block .product-btn,.product-card .product-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;margin-top:12px;font-size:15px;font-weight:500;background:#546dfc;color:#fff;z-index:2;border:none;cursor:pointer;transition:all .2s ease}.card__sale__block .product-btn:hover,.product-card .product-btn:hover{background:rgb(53.9275862069,83.324137931,251.4724137931)}.card__sale__block .product-qty__btn,.product-card .product-qty__btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f7f5f9;font-size:18px;font-weight:500;cursor:pointer;border:none;transition:all .15s ease}.card__sale__block .product-qty__btn:hover,.product-card .product-qty__btn:hover{border:1px solid #546dfc}.card__sale__block .catalog-qty,.card__sale__block .product-qty,.product-card .catalog-qty,.product-card .product-qty{display:inline-flex;align-items:center;justify-content:space-between;padding:10px 24px;border-radius:14px;background:#f7f5f9;margin-top:12px;z-index:2}.card__sale__block .catalog-qty .qty,.card__sale__block .product-qty .qty,.product-card .catalog-qty .qty,.product-card .product-qty .qty{min-width:22px;text-align:center;font-size:15px;font-weight:500;color:#1a1a1a}.card__sale__block .catalog-qty .in-cart,.card__sale__block .product-qty .in-cart,.product-card .catalog-qty .in-cart,.product-card .product-qty .in-cart{margin-left:6px;font-size:12px;font-weight:500;color:#7a7a7a}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.catalog-qty{animation:pop .25s ease}.catalog-qty button:disabled{opacity:.4;pointer-events:none}@media(max-width:576px){.catalog-qty{gap:8px}.catalog-qty button{width:30px;height:30px;font-size:16px}}.product-card__image-wrap{width:100%;height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#fff}.product-card__image{width:100%;height:100%;object-fit:contain;object-position:center}