body.pc-title-two-line custom-salla-product-card.product-block .title {
	line-height: normal;
}

body#app .showPreviewBtn {
	background-color: #fffcf04f;
}

.product-single .details-slider .s-slider-thumbs {
    position: relative;
    top: 0; 
}

salla-slider.details-slider .s-slider-container {
height:500px;
}
salla-slider.details-slider .s-slider-container img{
object-fit:cover;
width:100%;
height:100%
}
salla-slider.details-slider .s-slider-block__title-nav {
    display: flex;
        top: 33%;

}
@media (min-width: 1024px) {
    .lg\:bottom-8 {
        bottom: 0.5rem;
    }
}



.bpFab {
    /* border-bottom: 20px; */
    z-index: 9998;
    position: fixed;
    bottom: 9.5rem !important;
    right: 1rem !important;
    height: 3rem !important;
    width: 3rem !important;
    border-radius: 9999px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .bpFab {
 z-index: 9998;
    position: fixed;
    bottom: 5rem !important;
    right: 1.8rem !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    border-radius: 9999px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}
.bpContainer {
    display: flex
;
    justify-content: space-between;
    height: 90%;
    overflow: hidden;
    position: relative;
    background: var(--bpGray-1);
    border-color: var(--bpGray-200);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
    border-radius: calc(var(--bpRadius-scale)* var(--bpRadius-md));
    container-type: inline-size;
}


.ygpts-widgetBtnOuter{
left :30px !important ;
right :auto;

}

.ygpts-welcomePopup {
    left: 30px !important;
    right: auto;
    display:none
}
@media (max-width: 768px) {
  .ygpts-welcomePopup {
    left: 30px !important;
    right: auto !important;
    bottom: 160px !important;
    display:none
  }
  .ygpts-widgetBtnOuter{
left :30px !important ;
right :auto;
bottom: 100px !important;
}
}