.ohso-blocks-featured-products{background-color:#f7f5ef}.ohso-blocks-featured-products .block-title{font-size:3rem;margin:0 0 1.25em}.product-grid{display:grid;gap:20px;grid-template-columns:1fr;justify-content:space-between;list-style:none;margin:0;padding:0}@media(min-width:600px){.product-grid{grid-template-columns:1fr 1fr}}@media(min-width:768px){.product-grid{grid-template-columns:1fr 1fr 1fr}}.product-grid .product-card{background-color:#fff;box-shadow:0 4px 14px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:space-between;padding:20px;position:relative;text-align:center}.product-grid .product-card .product-image{padding-top:75%;position:relative;width:100%}.product-grid .product-card .product-image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.product-grid .product-card .product-details{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-grid .product-card .product-title{display:flex;flex-direction:column;gap:12px;padding:20px}.product-grid .product-card .product-title *{font-size:1.8rem;margin:0}.product-grid .product-card .product-title .product-brand{font-size:1.4rem;font-weight:400}.product-grid .product-card .product-price{display:flex;flex-direction:column;font-weight:300;margin:4px 0 16px}.product-grid .product-card .product-price del{font-size:1.2rem}.product-grid .product-card .product-price ins{background-color:#fff;font-size:1.8rem;font-weight:600}.product-grid .product-card .product-buttons{gap:8px 12px}.product-grid .product-card .product-buttons .os-btn-component{flex-grow:1;padding:8px 12px;width:100%}.product-grid .product-card .product-buttons .os-btn-component.outline{color:#000}.product-grid .product-card .product-buttons .os-btn-component.outline:hover{color:#fff}

.product-grid .product-card .product-buttons .os-btn-component.outline:hover {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--primary);
}