/* Add custom CSS styles below */ 

/* كود بنر التخفيضات */ 

.furnitur_offer h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 500px;
  padding: 1rem;
}

.furnitur_offer .s-button-element {
  margin-top: 2rem;
  width: 50%;
}

@media (max-width: 767px) {
  .furnitur_offer h1 {
    padding: 0.5rem;
    margin-top: 2rem;
    text-align: center;
    max-width: 100%;
  }

  .furnitur_offer .s-slider-container {
    margin-bottom: 20px;
  }

  .furnitur_offer .m-7 {
    margin: 1rem;
  }

  .furnitur_offer .s-button-element {
    margin-top: 1rem;
  }

  .furnitur_offer .my-12 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.not-show .product-name {
  max-width: 500px;
}

@media (max-width: 767px) {
  .not-show .product-name {
    margin: 0;
  }
#slider_hero {
    & #carousel {
        & .swiper-slide-active {
            img {
                animation: unset
            }
        }
    }
}
#main-slider-0 h2{
    margin: 0;
    margin-top: 5rem;
}
}



/* كود نص اراء العملاء */ 

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin-right: 21px;
}

/* كود لون العناصر فوق الرئيسية غيرها */ 

.main-nav-container .mobile-menu ul li a {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}


element.style {
    width: 884px;
    z-index: 4;
    transform: translate3d(calc(0px), calc(0px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
    opacity: 1;
    margin-left: 30px;
}

.w-full {
    /* width: 100%; */
}

@keyframes animateScale{

0% {
    transform: scale(1);
}
100% {
    transform: scale(1.1);
}
}

.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgba(0, 0, 0, 0.25);
}

.line-clamp-2 {
    overflow: visible;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}

.breadcrumbs {
    background-color: var(--color-primary);
    padding: 1rem;
    border-radius: 0.5rem;
}

.breadcrumbs * {
color:White
}
#slider_hero .swiper > div img {
    object-position: 70%;
}