.container.responsivegrid.width-container-1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.browse-by-rooms-main-wrapper h2 {
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 32px;
    color: transparent;
    background: linear-gradient(91.13deg, #7C35E9 39.51%, #3A3A3A 47.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.browse-by-rooms-teaser-wrapper .cmp-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 equal columns */
    grid-template-rows: auto;
    grid-template-areas:
        "living kitchen bedroom"
        "living office bedroom"
        "dining office bathroom";
    gap: 10px 12px;
}

.browse-by-rooms-teaser:nth-child(1) {
    grid-area: living;
}

.browse-by-rooms-teaser:nth-child(2) {
    grid-area: kitchen;
}

.browse-by-rooms-teaser:nth-child(3) {
    grid-area: bedroom;
}

.browse-by-rooms-teaser:nth-child(4) {
    grid-area: dining;
}

.browse-by-rooms-teaser:nth-child(5) {
    grid-area: office;
}

.browse-by-rooms-teaser:nth-child(6) {
    grid-area: bathroom;
}

.browse-by-rooms-teaser {
    position: relative;

}

.browse-by-rooms-teaser .cmp-teaser {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
/* bh shop */
.browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta .cmp-teaser{
    position: unset;
}
.browse-by-rooms-teaser .extended-teaser-img {
    position: relative;
}

.teaser.browse-by-rooms-teaser .extended-teaser-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.8%, rgba(0, 0, 0, 0.6) 100%);
}
.teaser.browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta{

}
.browse-by-rooms-teaser .cmp-teaser__description>p {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 10px;
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.browse-by-rooms-teaser:hover .cmp-teaser__description>p {
    opacity: 1;
    visibility: visible;
}
.browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta:hover .cmp-teaser__description > p {
    opacity: 1 ;
    visibility: visible ;
}
.browse-by-rooms-teaser .cmp-teaser__description>p::after {
    content: '';
    position: absolute;
    background-image: url("../../../../content/dam/asianpaintsbeautifulhomes/design-ideas-landing/browse-by-room/browse-by-room-arrow.png");
    width: 16px;
    height: 16px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    margin-left: 3px;
}

.browse-by-rooms-teaser .extended-teaser-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.browse-by-rooms-teaser .cmp-teaser:hover .extended-teaser-img img {
    transform: scale(1.1);
}

.browse-by-rooms-teaser .cmp-teaser__action-link {
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 20px;
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    /* letter-spacing: -2%; */
}
/* bh shop */
.browse-by-rooms-four-colum .browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta .cmp-teaser__action-link{
    font-family: Archivo;
    font-weight: 400;
    font-size: 24px;
    line-height: 132%;
    color: #7455A2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    z-index: 5; 
    bottom: unset;
    max-width: 86px;
}
.browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta .cmp-teaser__action-link::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../../../../content/dam/asianpaintsbeautifulhomes/bh-new-home-page-revamp/transform-you-spaces/transform-arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 4px;
}
.teaser.browse-by-rooms-teaser.lving-Room .extended-teaser-img img {
    height: 586px;
}

.teaser.browse-by-rooms-teaser.kitchen-room .extended-teaser-img img {
    height: 446px;
}

.teaser.browse-by-rooms-teaser.Bedroom .extended-teaser-img img {
    height: 586px;
}

.teaser.browse-by-rooms-teaser.dinning-room .extended-teaser-img img {
    height: 306px;
}

.teaser.browse-by-rooms-teaser.home-Office .extended-teaser-img img {
    height: 446px;
}

.teaser.browse-by-rooms-teaser.Bathroom .extended-teaser-img img {
    height: 306px;
}

.teaser.browse-by-rooms-teaser .extended-teaser-img_mob{
    display: none   ;
}



@media (max-width: 767px) {

    .container.responsivegrid.width-container-1360 {
        max-width: 100%;
        margin: 0 20px;
    }

    .teaser.browse-by-rooms-teaser .extended-teaser-img_desk{
        display: none;
    }

    .teaser.browse-by-rooms-teaser .extended-teaser-img_mob{
        display: block;
    }

    .browse-by-rooms-teaser {
        width: 100%;
    }

    .browse-by-rooms-teaser-wrapper .cmp-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "living kitchen"
            "living bedroom"
            "dining bedroom"
            "office bedroom"
            "office bathroom";
        gap: 10px 8px;
        justify-content: center;
    }

    .browse-by-rooms-main-wrapper h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center;
        color: transparent;
        margin-bottom: 20px;
        background: linear-gradient(90.41deg, #7C35E9 -35.6%, #3A3A3A 78.16%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .browse-by-rooms-teaser .extended-teaser-img_desk {
        width: 160px;
        height: 240px;
        opacity: 1;
        border-radius: 4px;
    }

    .browse-by-rooms-teaser .cmp-teaser__action-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        bottom: 0px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        transform: unset;
        left: unset; 
        display: flex;
        justify-content: center;
        gap: 3px;
        /* position: relative; */
    }

    .browse-by-rooms-teaser .cmp-teaser__action-link::after {
        content: '';
        /* position: absolute; */
        background-image: url("../../../../content/dam/asianpaintsbeautifulhomes/design-ideas-landing/browse-by-room/browse-by-room-arrow.png");
        width: 16px;
        height: 16px;
        object-fit: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        margin-top: 3px;
    }

    .browse-by-rooms-teaser .cmp-teaser__description>p{
        display: none;
    }

    .teaser.browse-by-rooms-teaser.lving-Room .extended-teaser-img img {
        height: 240px;
    }

    .teaser.browse-by-rooms-teaser.kitchen-room .extended-teaser-img img {
        height: 180px;
    }

    .teaser.browse-by-rooms-teaser.Bedroom .extended-teaser-img img {
        height: 240px;
    }

    .teaser.browse-by-rooms-teaser.dinning-room .extended-teaser-img img {
        height: 140px;
    }

    .teaser.browse-by-rooms-teaser.home-Office .extended-teaser-img img {
        height: 240px;
    }

    .teaser.browse-by-rooms-teaser.Bathroom .extended-teaser-img img {
        height: 200px;
    }

    .browse-by-rooms-teaser .cmp-teaser__description p::after {
        /* content: '';
        position: absolute;
        background-image: url("../../../../content/dam/asianpaintsbeautifulhomes/design-ideas-landing/browse-by-room/browse-by-room-arrow.png");
        top: 53%;
        right: 24px;
        transform: translateY(-50%); 
        width: 9px;
        height: 9px;
        transform: translateY(-50%) rotate(0deg); */
    }
    .browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta{
        height: 240px;
    }
    .browse-by-rooms-four-colum .browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta .cmp-teaser__action-link::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../../../../content/dam/asianpaintsbeautifulhomes/bh-new-home-page-revamp/transform-you-spaces/transform-arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-weight: 500;

}
.browse-by-rooms-four-colum .browse-by-rooms-teaser.browse-by-rooms-bh-shop-cta .cmp-teaser__action-link {
    max-width: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: 0;
}
}