.list-card-product{display:grid;gap:24px;grid-template-columns:repeat(5,1fr)}.card-product-img{background:#33333312;border-radius:13px;height:250px;overflow:hidden;position:relative}.product-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-product-grid{display:flex;flex-direction:column;gap:10px}.label-sizes{background:#fff;border-radius:10px;bottom:10px;color:#222;font-size:12px;left:10px;padding:5px;position:absolute}.label-favourites{align-items:center;background:#f7f7f7;border-radius:100px;cursor:pointer;display:flex;justify-content:center;padding:10px;position:absolute;right:10px;top:10px}.active.label-favourites svg path{stroke:#b80202;fill:#d10303}.label-favourites svg path{transition:all 1s ease-in-out}.label-favourites:hover svg path{stroke:#b80202;fill:#d10303}.product-card-prise{align-items:center;display:flex;gap:7px;margin-bottom:5px}.card-prise{color:#f3891c;font-size:16px;font-weight:500}.old-prise{color:#848484;font-size:14px;font-weight:500;text-decoration:line-through}.card-dsc{color:#222;display:-webkit-box;font-size:12px;font-weight:500;margin-bottom:12px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;height:30px}.product-btn{align-items:center;background:#f3891c;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:6px;justify-content:center;padding:8px 0;width:100%}@media (max-width:898px){.list-card-product{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.label-favourites svg{width:16px}}@media (max-width:476px){.card-prise{font-size:16px}.product-card-prise{align-items:baseline;height:25px}.card-dsc,.old-prise,.product-btn{font-size:15px;height:35px}.product-btn svg{width:14px}.product-btn{padding:7px 0}.label-favourites{padding:5px}.label-favourites svg{width:12px}.list-card-product{display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}}@media (max-width:429px){.list-card-product{display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}}@media (max-width:320px){.card-product-img{height:160px}}
