/* Sister Products Styles */
.sister-products {
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em;
}

.sister-products h2 {
    margin-bottom: 1em;
    font-size: 1.5em;
}

@media screen and (max-width: 767px) {
    .sister-products ul.products li.product {
        margin-bottom: 1.5em;
    }
} 