.wthi-slidermainwrapper {
    margin: 120px auto 0px auto;
}

.wthi-slidermainwrapper .wthi-banner_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    justify-content: center;
    margin-bottom: 42px;
}

.wthi-slidermainwrapper .wthi-banner_tabs .wthi-banner_tab {
    color: var(--Light-Grey, #696969);
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-wrap: nowrap;
    width: max-content;
    display: block;
    white-space: pre;
    word-wrap: break-word;
}

.wthi-slidermainwrapper .wthi-banner_tabs .wthi-banner_tab.active {
    font-weight: 700;
    color: #323232;
    opacity: 1;
}

.wthi-slidermainwrapper .wthi-banner_tabs .wthi-banner_tab.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 2px;
    background-color: #FEAA06;
}

.wthi-cardswrapper {
    width: 100%;
    padding-left: 80px;
    position: relative;
    padding-bottom: 24px;
    /* overflow: hidden; */
    margin-bottom: 120px;
}

.wthi-cardswrapper .slick-track {
    display: flex;
}

.wthi-card {
    margin-right: 20px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.card-content {
    background: #f5f4ef;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 24px 32px 22px;
    height: 100%;
}

.cmp-image__image {
    width: 100%;
}

.card-title {
    color: #323232;
    font-family: Lato;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    margin-bottom: 12px;
}

.card-description {
    color: #323232;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 17px;
}

.card-redirection {
    color: #7345B2;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    cursor: pointer;
}

.wthi-cardswrapper .slick-next {
    right: 90px;
    position: absolute;
    top: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    bottom: -36px;
}

.wthi-cardswrapper .slick-next::before {
    content: url("../../../content/dam/asianpaintsbeautifulhomes/where-the-heart-is/circle-arrow.png");
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -0.6px;
}

.wthi-cardswrapper .slick-prev {
    position: absolute;
    right: 125px;
    left: auto;
    top: auto;
    bottom: -46px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.wthi-cardswrapper .slick-prev::before {
    content: url("../../../content/dam/asianpaintsbeautifulhomes/where-the-heart-is/circle-arrow.png");
    display: block;
    transform: rotate(180deg);
    width: 30px;
    height: 30px;

}

.dsp-none {
    display: none;
}

.allseasons.furniture_page .wthi-slidermainwrapper {
    margin-top: 100px;
}
.allseasons.allseasons.furniture_page .wthi-cardswrapper{
    margin-bottom: 70px;
}


@media screen and (max-width: 992px) {
    .wthi-slidermainwrapper {
        margin: 55px auto 80px auto;
    }

    .wthi-slidermainwrapper .wthi-title h2 {
        margin-bottom: 27px;
        font-size: 26px;
        line-height: 31.2px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wthi-slidermainwrapper .wthi-banner_tabs {
        gap: 24px;
        margin-bottom: 20px;
        padding: 6px 30px 0px;
        overflow-x: auto;
        justify-content: left;
        flex-wrap: nowrap;
    }

    .wthi-slidermainwrapper .wthi-banner_tabs .wthi-banner_tab.active {
        color: #202020;
    }
    
    .wthi-slidermainwrapper .wthi-banner_tabs .wthi-banner_tab.active::before {
        width: 16px;
    }

    .wthi-slidermainwrapper .wthi-banner_tabs::-webkit-scrollbar {
        display: none;
    }

    .wthi-slidermainwrapper .wthi-cards-container .slick-dots li button {
        display: none;
    }

    .wthi-cardswrapper {
        padding-left: 16px;
    }

    .wthi-cardswrapper .wthi-card {
        margin-right: 10px;
    }

    .wthi-cardswrapper .card-content {
        padding: 20px 20px 40px;
    }

    .wthi-cardswrapper .card-title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 31.3px;
    }

    .wthi-slidermainwrapper .wthi-cards-container .slick-dots {
      display: flex;
      justify-content: center;
      margin-top: 48px;
      left: 0;
    }

    .wthi-slidermainwrapper .wthi-cards-container .slick-dots li {
        background-color: #7345b2;
        height: 4px;
        width: 8px;
        border-radius: 30px;
        margin: 0 3px;
    }

    .wthi-slidermainwrapper .wthi-cards-container .slick-dots li.slick-active {
        width: 30px;
    }
}