.products-module{.row{justify-content:center;row-gap:var(--bs-gutter-x,30px)}.products-module__heading{margin-bottom:30px;text-align:center}.products-module__empty{text-align:center}.card{background-color:#fff;border:0;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.card:hover{box-shadow:0 8px 28px rgba(0,0,0,.12);transform:translateY(-4px)}.card__image{aspect-ratio:4/3;background-color:#f0f0f0;display:block;overflow:hidden;width:100%;img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}}.card__body{display:flex;flex-direction:column;flex-grow:1;padding:20px;text-align:left}.card__body>*{margin-bottom:12px}.card__body>:last-child{margin-bottom:0}.card__title{font-size:20px;line-height:1.3}.card__price{color:#3a3a3a;font-size:20px;font-weight:400;line-height:1.2}.card__description{font-size:15px;p{margin-bottom:0}}.card__link{border-radius:999px;display:block;font-size:16px;margin-top:auto;padding:15px 20px;text-align:center;width:100%}}