.rhDiscoverStoreSection{
    padding: 0 20px;
    /* margin-bottom: 120px; */
}
.rhDiscoverStoreContainer{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    max-height: 80vh;
}
.rhDiscoverStoreVideoContainer{
    width: 100%;
    height: 613px;
    max-height: 80vh;
}
.rhDiscoverStoreVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}
.rhDiscoverStoreImgContainer{
    width: 100%;
    height: 613px;
    max-height: 80vh;
}
.rhDiscoverStoreImg{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-height: 80vh;
}
.rhDiscoverStoreContent{
        position: absolute;
        top: 50%;
        bottom: unset;
        left: 50%;
        padding-left: unset;
        transform: translate(-50%,-50%);
        z-index: 2;
        width: 70%;
        @media screen and (max-width:767px){
            width: 95%;
        }
}
.rhDiscoverStoreContainerOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    border-radius: 20px;
    display: flex;
    align-items: flex-end; 
    /* padding: 0 0 73px 64px;  */
    box-sizing: border-box;
}
/* 
.rhDiscoverStoreContent {
    position: relative;
    z-index: 2;
} */
.rhDiscoverStoreContentTitle{
    font-family: "Playfair Display", serif !important;
    font-weight: 600;
    font-style: Bold;
    font-size: 38px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
    max-width: unset;
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
    @media screen and (max-widhth:767px){
        font-size: 28px;
    }
}
.rhDiscoverStoreContentSubTitle{
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 22px;
    text-align: center;
}
.rhDiscoverStoreBtnWrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.findStoreBtn{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #202129;
    padding: 15px 24px;
    border-radius: 119px;
    border: 1.99px solid #E6E7EB;
    background-color: #E6E7EB;
    min-width: 133px;
    /* width: 100%; */
}
.discoverStoreBookConsultationBtn{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #F2F3F5;
    background-color: transparent;
    padding: 15px 24px;
    border-radius: 119px;
    border: 2px solid #FFFFFF3D;    
    min-width: 182px;
    cursor: pointer;
    /* width: 100%;    */
}

/* Desktop / Mobile asset switching */
.rhDiscoverStore--mobile { display: none; }

@media screen and (max-width: 768px) {
    .rhDiscoverStore--desktop { display: none; }
    .rhDiscoverStore--mobile { display: block; }
}

/* Multi Image Carousel Layout */
.rhDiscoverStoreCarouselContainer {
    width: 100%;
    height: 613px;
    max-height: 80vh;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.rhDiscoverStoreCarouselTrack {
    display: flex;
    height: 100%;
    will-change: transform;
}
.rhDiscoverStoreCarouselSlide {
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.rhDiscoverStoreCarouselImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 20px; */
    /* max-height: 80vh; */
}

@media screen and (max-width:768px) {
    .rhDiscoverStoreSection{
        padding: 0;
        /* margin-bottom: 0; */
        border-radius: 12px;
    }
    .rhDiscoverStoreVideoContainer{
        height: 640px;
    }
    .rhDiscoverStoreImgContainer{
    height: 640px;
}
    .rhDiscoverStoreCarouselContainer{
        height: 640px;
    }
.rhDiscoverStoreImg{
    border-radius: 12px;
    object-fit: cover;
}
.rhDiscoverStoreVideo{
    border-radius: 12px;
}
.rhDiscoverStoreContentTitle{
    font-size: 28px;
    line-height: 110.00000000000001%;
    color: #F2F3F5;
    font-weight: 500;
}
.rhDiscoverStoreContentSubTitle{
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 120%;
    color: #F2F3F5;
}
.rhDiscoverStoreBtnWrapper{
    gap: 12px;
}
.findStoreBtn{
    font-size: 12px;
    line-height: 150%;
    color: #202129;
    padding: 14px 20px;
    border-radius: 63px;
    border: 1.05px solid #E6E7EB;
    min-width: 114px;
}
.discoverStoreBookConsultationBtn{
    font-size: 12px;
    line-height: 150%;
    color: #F2F3F5;
    padding: 14px 20px;
    border-radius: 63px;
    border: 1.05px solid #E6E7EB;
    min-width: 157px;
}
.rhDiscoverStoreContainerOverlay{
    border-radius: 12px;

}
.discover-in-store{
    padding: 0 16px;
    border-radius: 12px;
}
}  



@media (min-width: 1280px) and (max-width: 1360px) {
    .rhDiscoverStoreContainer{
    max-height: 560px;
}
.rhDiscoverStoreVideoContainer{
    height: 560px;
    max-height: 560px;
}
.rhDiscoverStoreCarouselContainer{
    height: 560px;
    max-height: 560px;
}
}
@media (min-width: 1360px) and (max-width: 1439px){
    .rhDiscoverStoreContainer{
    max-height: 615px;
}
.rhDiscoverStoreVideoContainer{
    height: 615px;
    max-height: 615px;
}
.rhDiscoverStoreCarouselContainer{
    height: 615px;
    max-height: 615px;
}
} 