/* START: Sister Stores */
#sisterStore .title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;    
    margin-bottom: 2em;
}
#sisterStore .storeLogos {
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
}
#sisterStore .storeLogos > div {
	max-width: 175px;
}
/* END: Sister Stores */

.categories-wrap .categories-body .categories-list .links-list-module .links-list a {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
    padding: .4rem 1rem;
    border-radius: .2rem;
    color: #0e0e0e;
}

.row-full-height-md .col-full-height .full-height, .row-full-height-md .col-full-height .full-height-wrapper {
        height: 100%;
        margin: 0;
        color: #000;
    }

.row-full-height-md .col-full-height .full-height-wrapper a {
 
        color: #000;
    }