.Browse-by-style-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: 43px;
    color: transparent;
    background: linear-gradient(91.13deg, #7C35E9 39.51%, #3A3A3A 47.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/*  */

.Browse-by-style-teaser-wrapper .cmp-container {
    display: flex;
    gap: 40px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.Browse-by-style-teaser .extended-teaser-img_desk {
    width: 255px;
    height: 400px;
    opacity: 1;
    border-radius: 80px;
    object-fit: cover;
    /* margin-bottom: 9px; */
}

.Browse-by-style-teaser .cmp-teaser__action-container {
    text-align: center;
    max-width: 255px;
    width: 100%;
}

.Browse-by-style-teaser .cmp-teaser__action-link {
    font-family: "Archivo", sans-serif, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* letter-spacing: -2%; */
    text-align: center;
    color: #000000;
    /* text-transform: capitalize; */
}

.Browse-by-style-teaser .extended-teaser-img_mob {
    display: none;
}



/*  */
.browse-by-colours-content .cmp-container {
    width: 255px;
}
.Browse-by-style-teaser-wrapper .teaserextended .extended-teaser-img {
  overflow: hidden;
  border-radius: 93px;
  height: 400px;
  margin-bottom: 9px;
}
.Browse-by-style-teaser-wrapper .teaserextended.bh-shop-unit-cta .extended-teaser-img{
    width: 255px;
    background-color: #F2F3F5;
    border: 1px solid var(--Neutral-color-grey-100, #CACBCC);
}
.Browse-by-style-teaser-wrapper .teaserextended .extended-teaser-img img {
  transition: all .3s ease-in-out;
}
.Browse-by-style-teaser-wrapper .teaserextended:hover .extended-teaser-img img {
  transform: scale(1.2);
}
.Browse-by-style-teaser.bh-shop-unit-cta{
    position: relative;
}
.Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser__action-container{
    position: absolute;
    top: 50%;
    left: 50%;          
    transform: translate(-50%, -50%);
    text-align: center; 
    width: 100%; 
}
.Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser__action-link{
    font-family: Archivo;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #7455A2;
    max-width: 104px;
    width: 100%;
    display: inline-block;
}
.Browse-by-style-teaser.bh-shop-unit-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: 2px;
}
@media (max-width: 767px) {
    .Browse-by-style-teaser-wrapper .cmp-container {
        display: block;
        padding: 0 16px;
    }

    .Browse-by-style-main-wrapper p {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .Browse-by-style-teaser .extended-teaser-img_desk {
        display: none;
    }

    .Browse-by-style-teaser .extended-teaser-img_mob {
        display: block;
        /* width: 235px; */
        height: 80px;
        opacity: 1;
        border-radius: 8px;
        object-fit: cover;
    }

    .Browse-by-style-teaser .cmp-teaser__action-link {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        /* letter-spacing: 8%; */
        color: #202129;
        text-transform: uppercase;
    }

    .Browse-by-style-teaser .cmp-teaser {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* margin: 13px; */
        margin-bottom: 10px;
        padding: 4px;
        gap: 8px;
        border-top: 0.5px solid #9DA1B0;
        border-right: 0.5px solid #9DA1B0;
        border-radius: 12px;
        box-shadow: 0px 6px 10px 0px #7171711A;
    }

    .Browse-by-style-teaser .cmp-teaser__link {
        width: 70%;
    }

    .Browse-by-style-teaser .cmp-teaser__content {
        width: calc(100% - 70%);
    }

    .Browse-by-style-main-wrapper h2 {
        background: linear-gradient(91.13deg, #7C35E9 -8.49%, #3A3A3A 53.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 24px;
        line-height: 110.00000000000001%;
    }

    .browse-by-colours-content h2 {
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        color: transparent;
        background: linear-gradient(91.13deg, #7C35E9 -8.49%, #3A3A3A 53.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 19px;
    }

    .Browse-by-style-teaser-reverse .cmp-teaser {
        flex-direction: row-reverse;
        border-right: unset;
        border-left: 0.5px solid #9DA1B0;
    }

    .Browse-by-style-teaser .cmp-teaser__action-container {
        max-width: unset;
    }
    .Browse-by-style-teaser-wrapper .teaserextended .extended-teaser-img {
            overflow: hidden;
            border-radius: unset;
            height: unset;
            margin-bottom: 0;
}
   .Browse-by-style-teaser-wrapper .teaserextended .extended-teaser-img{
    border-radius: unset;
  }
     .Browse-by-style-teaser-wrapper .teaserextended:hover .extended-teaser-img img {
    transform: unset;
  }
  .Browse-by-style-teaser-wrapper .teaserextended.bh-shop-unit-cta .extended-teaser-img{
    width: 100%;
    background-color: #F2F3F5;
    border:unset;
    height: 80px;
    border-radius: 8px;
  }
  .Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser__link{
    width: 100%;
  }
  .Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser__content{
    width: unset;
  }
  .Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser__action-link{
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;

  }
  .Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser__action-link::after{
    width: 16px;
    height: 16px;
    bottom: 1px;
  }
  .Browse-by-style-teaser.bh-shop-unit-cta .cmp-teaser{
    gap: unset;
    padding: 4px 6px;
  }
}