/* Add custom CSS styles below */
@media (max-width: 768px){
.product__description .text-\[9px\] {
    font-size: 14px;
}}
@media (max-width:767px){
  .s-product-card-vertical .s-product-card-content-title a {
    font-size: 1rem !important;
  }
}
.rooms button{
    display:none 
}
body.index .store-header {
    position: static;
}
/*****---firs-banner--------*/
.my-main-banner-0,
.my-main-banner-0>.head_img {
height: 100vh;
}

.my-main-banner-0>.head_img {
height: 100vh;
}

.head_img>div {
align-items: center;
padding-bottom: 0rem;
}

@media screen and (min-width:991px) {
.head_img>div>div {
max-width: 38%;
margin-right: 7%;
}
}

.my-main-banner-0>.head_img>.items-center>.text-center {
text-align: center;
margin-left: 5%
}

.my-main-banner-0 p {
opacity: 1;
font-size: 20px !important;
margin-top: 20px;
color: #000;
}

.my-main-banner-0 h1 {
font-weight: 700;
font-size: 54px !important;
color: #000;
}

@media screen and (max-width:768px) {

.my-main-banner-0,
.my-main-banner-0 .head_img {
height: 30vh;
}

.my-main-banner-0>.head_img> {
height: 30vh;
}

.my-main-banner-0 .head_img>div {
margin-bottom: 0px;
}

.my-main-banner-0 p {
display: none
}

.my-main-banner-0 .head_img>div {
padding-bottom: 0px;
}

.my-main-banner-0 h1 {
font-size: 18px !important;
line-height: 18px;
}
}
/*------my-category---------*/
.my-category {
    margin-bottom: 25px;
    margin-top: 20px;
}

.my-category h1 {
    margin-bottom: 15px;
    font-size: 24px !important;
}

.my-category ul {
    justify-content: center;
    gap: 20px;
}

/*******************************/
/*--------my-special-product---------*/
.my-special-product {
    margin-bottom: 30px
}
/********product*****/
.my-product-details .point.transition-all.absolute {
    display: none;
}
@media screen and (min-width:991px) {
 .my-product-details .details-sec .grid {
    height: 80vh !important;
}
}
@media screen and (max-width:768px) {
 .details-sec .grid {
    height: 100vh !important;
    grid-template-rows: auto;
}
.my-product-details .zoom-container {
    grid-row:auto!important;
    }
    }
/*-------------my-advantage---------*/
.my-advantage {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width:768px) {
    .my-advantage>div>div {
        flex-direction: row;
    }
}

/*--------my-banner-photo-----------*/
.my-banner-photo>div {
    justify-content: space-around;
}

.my-banner-photo>div>div {
    justify-content: center;
}


@media screen and (max-width:768px) {
    .my-banner-photo h1 {
        font-size: 12px !important;
        line-height: 23px;
        padding: 5px;
    }
}
/*----------my-info-------*/
.my-info p {
    color: #fff;
}
@media screen and (max-width:768px) {
    .store-footer__inner * {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/*******************/
.my-product-show .tabs.hide-scroll {
    flex-wrap: wrap;
    @media (max-width:767px){
.s-product-card-vertical .s-product-card-content-title a {
    font-size: clamp(0.9rem,.6167rem + .1vw,1.5rem);
}}