.products__items{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product__item{height:280px;background-size:cover;padding:20px;display:flex;align-items:flex-end;min-width:unset;width:100%;overflow:hidden}.product__item .item__wrapper{background-color:var(--card);padding:15px;min-height:60%;height:fit-content;width:100%;display:flex;flex-direction:column}.product__item .item__brands{display:flex;margin-top:auto;gap:5px;flex-wrap:wrap}.product__item .item__brand{border:1px solid var(--primary);border-radius:100px;padding:3px 15px}.product__item .item__brand.deactive{display:none}.product__item .first-row{display:flex;justify-content:space-between}.product__item .first-row .p6{font-weight:500;font-size:clamp(1rem,.95rem + .25vw,1.25rem);line-height:110%;text-transform:uppercase}.products__btns-holder{display:flex;width:100%;justify-content:center;gap:20px;margin-top:20px}.product__item .btn{transition:all .3s ease-in-out}@media (max-width:1100px){.products__items{grid-template-columns:repeat(1,1fr)}}@media (max-width:550px){.product__item .btn{display:none}.products__btns-holder{flex-direction:column;align-items:center}}