

.product-highlights .products-row {
    padding: 1.22rem 0 3rem;
    flex-flow: row nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.product-highlights .products-row > div {
    scroll-snap-align: center;
}

.product-highlights .row {
    row-gap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .products-row {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 600px) {
    .product-highlights {
        border-radius: 0px;
    }
}

.woocommerce .product-highlights .products-row {
    padding: 1.22rem 0 3rem;
    flex-flow: row nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.woocommerce .product-highlights .products-row > div {
    scroll-snap-align: center;
}

.woocommerce .product-highlights .row {
    row-gap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .woocommerce .products-row {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 600px) {
    .woocommerce .product-highlights {
        border-radius: 0px;
    }
}