.c-configurable-products{align-items:stretch;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);padding:30px 0}@media screen and (max-width:768px){.c-configurable-products{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.c-configurable-products{gap:20px;grid-template-columns:repeat(1,1fr)}}.c-configurable-products__product{background:#fff;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px;text-align:center;transition:transform .2s,box-shadow .2s}.c-configurable-products__product img:hover{opacity:75%;transition:opacity .3s ease}.c-configurable-products__product img{border-radius:8px;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease;width:100%}.c-configurable-products__product h3:hover{color:#cecece;transition:color .3s ease}.c-configurable-products__product h3{color:#3d3935;font-size:20px!important;font-weight:600;line-height:42px;margin:0;transition:color .3s ease}
