.m-products{font-family:var(--main-font)}.m-products__empty{font-size:var(--tag-font)}.m-products__grid{display:flex;flex-wrap:wrap;gap:1.2rem}.m-products__card{border-radius:var(--border-radius);box-shadow:0 5px 5px rgba(0,0,0,.3);display:flex;flex:1 1 280px;flex-direction:column;justify-content:space-between;max-width:360px}.m-products__card-body{padding:1.5rem 1.5rem 0}.m-products__type{display:block;font-size:var(--tag-font);letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.m-products__card-title{font-size:var(--font-large);margin:0}.m-products__card-title a{text-decoration:none}.m-products__card-text{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;line-height:1.6;overflow:hidden}.m-products__card-footer{align-items:center;display:flex;gap:.8rem;justify-content:space-between;padding:1.25rem 1.5rem}.m-products__card-link{text-decoration:none}.m-products__card-link:focus,.m-products__card-link:hover{opacity:var(--hover-opacity)}.m-products__price{white-space:nowrap}.m-products__detail{display:flex;flex-wrap:wrap;gap:2rem}.m-products__detail-media{flex:1 1 320px}.m-products__detail-media img{border-radius:var(--border-radius);height:auto;max-width:100%}.m-products__detail-body{flex:1 1 320px}.m-products__detail-text{line-height:1.6}@media only screen and (max-width:767px){.m-products__detail{gap:1.2rem}}.m-products__recommended{margin-top:3rem}.m-products__recommended-heading{margin-bottom:1.2rem}