.product-card{background:#e6e6e6;border-radius:6px;flex-direction:column;justify-content:space-between;width:100%;max-width:310px;padding:25px 15px 20px;display:flex;position:relative}.product-card img{object-fit:contain;aspect-ratio:1;width:100%;max-width:240px;margin:0 auto 10px}.discount-block{color:#fff;background-color:#ff5a00;border-radius:0 6px;padding:12px;font-size:16px;font-weight:700;position:absolute;top:0;right:0}.product-card-price-wrapper{align-items:center;gap:15px;display:flex}.product-card-category{color:#4f5052;padding-bottom:10px;font-size:18px;font-weight:400;text-decoration:underline}.product-card-title{padding-bottom:16px;font-size:18px;font-weight:600}.product-card-price{font-size:20px;font-weight:700}.not-active-product{color:#5a5a5a;font-size:18px}.product-card-price.old{font-family:600;color:#5a5a5a;text-decoration:line-through}.fav-button{position:absolute;top:16px;left:16px}.fav-button img{cursor:pointer;width:24px;height:24px}@media only screen and (max-width:800px){.product-card-category{padding-bottom:6px;font-size:16px}.product-card-title{padding-bottom:10px;font-size:16px}.product-card-price{font-size:18px;font-weight:700}.not-active-product{color:#5a5a5a;font-size:16px}}@media only screen and (max-width:500px){.product-card{padding:20px 8px 15px}.product-card-category{padding-bottom:3px;font-size:14px}.product-card-title{padding-bottom:5px;font-size:14px}.product-card-price{font-size:16px;font-weight:700}.not-active-product{color:#5a5a5a;font-size:15px}.product-card-price-wrapper{gap:5px}}@media only screen and (max-width:375px){.product-card-category{padding-bottom:3px;font-size:13px}.product-card-title{padding-bottom:5px;font-size:13px}.product-card-price{font-size:14px;font-weight:700}.not-active-product{color:#5a5a5a;font-size:12px}}
