/*first section*/
section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--0 .container{
        max-width: 100%;
        padding: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--0 {
                margin-top: 0;

}
/* color border of products */
.product-card--vertical {
    flex-direction: column;
    border: solid;
    border-color: lightgray;
    border-radius: 10px;
  border-width: 1px;
  min-height: 100%;
}
/*margin between heading and spacer */
.my-2{
  margin-bottom: 15px;
  margin-top:15px;
}

/*color od add to cart */
.product-card__addToCart {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .3s 
ease;
    width: 100%;
    background-color: red;
}
/*color of btn for forms*/
.btn--primary {
    background-color: #414042;
    background-color: #6E3131;
    color: #ff6767;
    color: var(--color-primary-reverse);
}
/*icon od first section menu and search */
@media (max-width: 600px) {
    .justify-between {
        display: flex;
        justify-content: space-between;
        margin-top: -30px;          
       
    }
}

/* */
.space-y-4.lg\:space-y-8.absolute.top-0.left-0.w-full.h-full.flex.flex-col.items-center.justify-center.px-2\.5.py-10.lg\:p-10.z-\[1\]{
  padding-bottom:60%;
}


/*social btn */
@media (max-width: 600px) {
.s-social-list {
    display: flex;
    gap: .625rem;
    padding-bottom: 40px;
  
}
}
/*height for part of Customer opinion */
@media (max-width: 600px) {
section .container .carousel-slider .swiper:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *){
  height: 30vh;
}
}
/*photo for Animated banners  */
@media (max-width: 600px) {
img.lazy.loaded{
      opacity: 1;
    transform: scale(1);
    object-fit: cover;
}
}
/*photo first section for mobile */
@media (max-width: 600px) {
  section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--0 .container img {
        content: url("https://cdn.files.salla.network/homepage/733553309/03954036-205b-4251-9d9e-3407a6c4f4f4.webp") !important;
    }
}