/*
DTW local update 08-08-24
latest update 15-10-24
Fix product carousel width issue
*/
@media(min-width:762px) {
    .pagedesigner-page-content ul.i-slider.tns-slider.tns-carousel {
        width: 100% !important;
    }
}

div[pageid] ul.i-slider.tns-slider.tns-carousel>.tns-item {
    padding-bottom: 10px;
}



/*
Beauty Expert Guide sidebar and push hidden
*/
/* .experience-region.experience-side{
    display: none;
}

.experience-region.experience-bottom .push-beauty-expert{
    display: none;
} */


/*
Related articles section
*/

/* .experience-region.experience-bottom div[pageid] .push-beauty-expert{
    display: none;
} */


/*
DTW PH update 12/11/24
Fix for Bullet on the ul tags
Override the Global CSS set on the ul tag to be none
*/

.text-component__description ul{
    list-style: unset !important;
    padding: revert-layer !important;
}