.cards{display:flex;flex-wrap:wrap;justify-content:center}.cards__card--hot-product{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:23%}.cards__card--hot-product--col-3{width:31%}.cards__card--hot-product--col-4{width:23%}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__title{padding:0 .7rem}.card__button,.card__title{text-align:center;width:100%}.card__button a{background-color:#1e1e1e;border-radius:6px;color:#fff;font-weight:700;padding:.7rem 1rem;text-decoration:none}.card__button a:hover{background-color:#f26522;color:#fff;opacity:1}@media (max-width:767px){.cards{display:block}.cards__card--hot-product{margin-bottom:2rem;width:100%}}