.product-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.product-cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:31%}@media (max-width:767px){.product-cards__card{width:100%}}.product-cards__image{height:200px;margin-bottom:-8px;max-height:200px;max-width:100%;min-height:200px;object-fit:cover;padding:8px;width:100%}.product-cards__text{background-color:#333;clip-path:polygon(0 0,100% 0,100% 100%,15px 100%);color:#fff;line-height:16px;padding:35px;width:100%}.product-cards__text p{font-size:10pt}.product-cards__text h3{color:#fff;font-size:14pt;text-align:center}.product-dots{margin-top:20px;text-align:center}.product-dot{background-color:#767582;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 5px;transition:background .3s;width:10px}.product-dot.active,.product-dot:hover{background-color:#333}.product-cards .button-wrapper{display:flex;justify-content:center}.product-cards a.angled-button{background:#fff;border:2px solid #fff;color:#fff;font-size:10pt;margin-right:-8px}.product-cards a.angled-button:before{background:#333}.product-cards a.angled-button:focus,.product-cards a.angled-button:hover{background-color:#333;border:2px solid #333;color:#333}.product-cards a.angled-button:active,.product-cards a.angled-button:focus:before,.product-cards a.angled-button:hover:before{background-color:#fff}