#product-list{display:flex;flex-wrap:wrap}.product-card{border:1px solid #ddd;border-radius:15px;padding:15px;background-color:#fff;margin-bottom:20px;text-align:center;display:inline-block;width:30%;margin-right:20px;box-sizing:border-box}.product-card:nth-child(3n){margin-right:0}.product-image{margin-bottom:15px}.product-image img{max-width:100%;height:auto}.product-title{margin-bottom:20px;font-size:13px;text-transform:uppercase;text-align:center}.product-price{text-align:center;margin:15px 0}#product-list>div>div.product-details>form>button{background-color:#ef2e35 !important;min-width:150px !important;color:#fff;border:none;padding:10px 20px;cursor:pointer;transition:background-color .3s}#product-filter{transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;border:1px solid #ccc;border-radius:5px;padding:5px}#product-filter:focus{border-color:#007bff;outline:none;box-shadow:0 0 5px rgba(0,123,255,.5)}#product-list>div>div.product-details>form>button:hover{background-color:#0056b3}@media screen and (max-width:992px){.product-card{width:calc(50% - 30px)}.product-card:nth-child(2n){margin-right:0}}@media screen and (max-width:768px){.product-card{width:calc(53% - 30px);display:inline-block;float:none;margin-left:5px !important;margin-right:5px !important}.brxe-product-add-to-cart{font-size:12px !important}}