﻿body.page-home .product-list {
    justify-content: center;
}

.page-home .site-content .product-list ul {
    margin-right: 5px;
}

.page-home .tooltip strong {
    font-weight: 700;
}

@media print, screen and (min-width: 47.5em) {
    .page-home .products-row {
        max-width: 1440px;
    }

    .page-home .product-list .type-liquid-soap li {
        max-width: 44px;
    }

    .page-home .content-area .product-list .type-bar-soap {
        margin-top: -6px;
        width: 86px;
    }

    .page-home .product-list .type-pump-soap {
        width: 186px;
    }

    .page-home .product-list .type-pump-soap li {
        max-width: 43px;
    }

    .page-home .product-list .type-shaving-soap {
        width: 170px;
    }

    .page-home .product-list .type-shaving-soap li {
        max-width: 43px;
    }

    .page-home .content-area .product-list .type-lotion li {
        margin-left: 0;
        max-width: 21px;
    }

    .page-home .site-content .product-list .type-hair-care {
        width: 24px;
    }

    .page-home .product-list .type-hair-creme {
        width: 39px;
    }

    .page-home .content-area .product-list .type-hair-creme li {
        margin-left: 0;
    }

    .page-home .product-list .type-toothpaste {
        width: 110px;
    }

    .page-home .product-list .type-magic-balm li {
        max-width: 34px;
    }

    .page-home .product-list .type-lip-balm li {
        max-width: 8px;
    }

    .page-home .product-list .type-hand-sanitizer li {
        margin-left: -1px;
        max-width: 15px;
    }

    .page-home .product-list .type-hand-sanitizer li:first-child {
        margin-left: 0;
    }

    .page-home .product-list .type-sal-suds li {
        max-width: 44px;
    }
}

ul[class^=“type-“] {
    margin-left: 0 !important;
}

ul.type-hair-care {
    margin-right: 5px !important;
}
