/*  Care and Maintenance Landing page */

.page-template-template-care-maintenance { overflow: initial; }
.care-maintenance-template { background: #ffffff; }
.care-maintenance-template .all-collections { padding-bottom: 0; }




.care-maintenance-template #featured-collection.all-collections {
    position: relative; /*for z-index*/
}
.care-maintenance-template #featured-collection .box-container {
    position: relative;
}

.care-maintenance-template .featured-brand-title span {
    font-family: "Ogg";
    font-weight: 300;
    text-transform: capitalize;
}

@media (max-width: 1100px) {

}
@media (max-width: 991px) {

    .care-maintenance-template #featured-collection .box-container { padding: 0 }


    .care-maintenance-template #featured-collection.all-collections .filter-box li { border-top: 1px solid #FFFFFF; }
    .care-maintenance-template #featured-collection.all-collections .brand-collection {
        width: calc(100% + 50px);
        background: #FBFBFB;
        padding: 20px;
        display: none;
    }



    .care-maintenance-template .featured-collection-mobile .all-collections:not(:last-child) { border-bottom: 1px solid #E4E6DF; }
    .care-maintenance-template .featured-collection-mobile .brand-collection {
        width: 100%;
        display: block;
        margin: 0 !important;
        column-count: unset;
    }
    .care-maintenance-template .featured-collection-mobile .brand-collection .slick-track { display: flex; }
    .care-maintenance-template .featured-collection-mobile .brand-item {
        width: 302px;
        padding: 0 14px 0 0;
        float: none;
        display: inline-block;
    }
    .care-maintenance-template .featured-collection-mobile .brand-item .brand-cont {
        border-radius: 8px;
        overflow: hidden;
        background: #FFFFFF;
    }
    .care-maintenance-template .featured-collection-mobile .brand-item img {
        width: 100%;
        height: auto;
    }
    .care-maintenance-template .featured-collection-mobile .brand-collection .brand-item__meta {
        min-height: 135px;
        display: flex;
        padding: 15px;
    }

    .care-maintenance-template .featured-collection-mobile .brand-item__meta__title .collection { font: normal normal bold 22px/28px "Ogg"; }


    .care-maintenance-template .featured-collection-mobile .brand-item a.picture-container {
        height: auto !important;
        min-height: 120px;
        display: block;
        background: rgba(0,0,0,0.1);
    }

}
@media (max-width: 767px) {
    .care-maintenance-template #featured-collection.all-collections { margin-top: 0; }
    .care-maintenance-template #featured-collection.all-collections .brand-collection {
        width: 100% !important;
        background: #FBFBFB;
        padding: 20px;
        margin: 0 !important;
        column-count: unset !important;
        display: none;
    }
    .care-maintenance-template #featured-collection.all-collections .brand-item {
        flex-basis: 100% !important;
        max-width: 100% !important;
        padding: 0 0 20px 0 !important;
    }
    .care-maintenance-template #featured-collection.all-collections a.picture-container { min-height: 100px; }
}




.care-maintenance-template .onebrand-inner { margin-top: 100px; }
.care-maintenance-template .onebrand-inner:first-child { margin-top: 0; }

.care-maintenance-template .brand_new_design.all-brands {
    position: relative;
    /*padding: 30px 5em;*/
    background-color: #ffffff;
}
.care-maintenance-template .brand_new_design.all-brands .box-container {
    width: 100%;
    /*max-width: 1920px;*/
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.care-maintenance-template .brand_new_design.all-brands .brand-collection {
    width: calc(100% + 24px);
    margin: 0 -12px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-count: unset !important;
    column-gap: 0;
    font-size: 0;
}
.care-maintenance-template .brand_new_design.all-brands .brand-item {
    width: 25%;
    padding: 8px 12px !important;
}
.care-maintenance-template .brand_new_design.all-brands .brand-cont {
    width: 100%;
    height: auto;
    border-radius: 0!important;
    box-shadow: none !important;
}
.care-maintenance-template .brand_new_design.all-brands div.picture-container {
    position: relative;
    display: flex;
    width: 100% !important;
    height: 100% !important;
    /*display: block !important;*/
    /*position: relative;*/
    left: 0;
    top: 0;
    overflow: hidden;

}
.care-maintenance-template .brand_new_design.all-brands div.picture-container:after {
    padding-top: 126%;
    content: "";
    display: block;
}
.care-maintenance-template .brand_new_design.all-brands .picture-container img,
.care-maintenance-template .brand_new_design.all-brands .picture-container .img_bg {
    display: block;
    border-radius: 0 !important;
    transition: all 5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
}
.care-maintenance-template .brand_new_design.all-brands .picture-container:hover img,
.care-maintenance-template .brand_new_design.all-brands .picture-container:hover .img_bg {
    transform: scale(1.5);
}
.care-maintenance-template .brand_new_design.all-brands .picture-container .img_bg {
    background: gray;
}

.care-maintenance-template .brand_new_design.all-brands .brand-item__meta {
    height: auto!important;
    background: transparent!important;
    padding: 0!important;
    padding-top: 12px!important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}
.care-maintenance-template .brand_new_design.all-brands .brand-item__meta .collection {
    font: normal normal 500 16px/16px "Basis Grotesque Pro";
    letter-spacing: -0.18px;
    color: #424242;
}




@media (max-width: 991px) {

    .care-maintenance-template .brand_new_design.all-brands .brand-item {
        width: 50%;
        padding: 7px !important;
    }
    .care-maintenance-template .onebrand-inner { margin-top: 20px; }
}