/*.image-container {
width: 100vw;
height: 100vh;
background-size: cover;
background-position: center;
background-image: url('صورة.jpg');
background-repeat: no-repeat;
background-attachment: fixed;*/
.s-block--fixed-banner{
padding-top:0px !important;
}
.s-block--fixed-banner .container{
max-width:100% !important;
padding-right:0px !important;
padding-left:0px !important;
}
.banner--fixed img{
border-radius: 0rem !important;
}
@media(width > 650px){
.index .navbar{
position: absolute;
    top: 110px;
    left: 0;
    height: fit-content;
    background: transparent !important;
    box-shadow: none !important;
}
.index .kayan-sticky{
background:#fff !important;
}
.navbar a{
color:#591215;
}
}
@media(width < 650px){
.kayan-video{
height: 300px !important; 
}
}

.s-add-product-button-main button{
background: #591215;
    color: #fff;
}
.s-add-product-button-main button:hover{
background:#591215;
scale:1.02;
}


.kayan-card-button {
    background: #591215 !important;
}
.kayan-card h4{
color:#591215 ;
}
.s-product-card-price{
color:#000 !important;
}
body:after{
background-size:300px !important;
}
@media(width < 400px){
body:after{
background-size:210px !important;
}
.kayan-card h4{
font-size:1rem !important;
        line-height: 2em !important;
        max-height: 4em !important;
        overflow: hidden !important ;

}
.s-product-card-price{
font-size:0.75rem !important;
}
}