.product-cards .cards-area{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.product-cards .product-card{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;text-align:center}.product-cards .placeholder-img,.product-cards .product-photo{aspect-ratio:4/3;margin-bottom:10px;margin-left:auto;margin-right:auto;object-fit:contain;padding-top:15px;width:70%}.product-cards .placeholder-img{background-color:rgba(0,0,0,.05);filter:grayscale(1)}.product-cards .devices{display:flex;gap:10px;justify-content:center;margin-bottom:15px;padding:5px 20px;width:100%}.product-cards .devices .device-icon{aspect-ratio:1;height:48px;object-fit:contain;width:48px}.product-cards .title{color:#000;font-family:var(--secondary-font);font-size:1.2rem}.product-cards .description,.product-cards .title{line-height:1.2;padding:5px 20px}.product-cards .button-area{margin:auto auto 20px;padding:5px 20px}