<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.homepage-product-grid-wrapper {
    display: flex;
    flex-wrap: wrap
}

.homepage-product-grid-wrapper .grid__item {
    margin-top: 0;
    /* margin-bottom: 45px */
}

@media only screen and (max-width:768px) {
    .homepage-product-grid-wrapper .grid__item {
        padding: 0 7.5px
    }
}

.homepage-product-grid-wrapper .helper-content .grid__item {
    margin-top: 0
}

.homepage-product-grid-wrapper .quick-add-button-onboarding,
.homepage-product-grid-wrapper .quick-add-button-variants,
.homepage-product-grid-wrapper .sold-out-button {
    color: var(--primary-btn-text-color)
}

.homepage-product-grid-wrapper .product-grid--price .money,
.homepage-product-grid-wrapper .product-grid--title {
    color: inherit;
    text-align: left;
}

@media screen and (max-width:768px) {
    .show-view-all--button {
        margin-top: 20px
    }
}</pre></body></html>