.gallery-products-card{cursor:pointer;border:1px solid #ddd;border-radius:16px;width:100%;height:280px;overflow:hidden}.gallery-products-card__img{width:100%;height:55%}.gallery-products-card__img img{object-fit:cover;width:100%;height:100%}.gallery-products-card__body{flex-direction:column;justify-content:space-between;height:45%;padding:8px;display:flex}.gallery-products-card__body__size{align-items:center;gap:8px;display:flex}.gallery-products-card__body__size svg{stroke:#555}.gallery-products-card__body__status{align-items:center;font-size:14px;display:flex}.gallery-products-card__body__price{background-color:#545775;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:36px;padding:0 12px;display:flex}.gallery-products-card__body__price__value{align-items:center;gap:8px;display:flex}@media (min-width:426px){.gallery-products-card__body__price{height:36px}}.gallery-products-card__body__price span{color:#fefae0;font-size:max(12px,min(2vw,14px))}.gallery-products-card__body svg{font-size:18px}
