#luxe-daily-look,
#luxe-daily-look * {
  box-sizing: border-box;
}
.p_w_d_design-container.relative.min-h-100.md\:min-h-\[600px\] {
    aspect-ratio: 1 / 1;
    min-height: auto !important;
}
#luxe-daily-look .ldl-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* الصورة الكبيرة */
#luxe-daily-look .ldl-main-img {
  flex: 0 0 690px;
  width: 690px;
  height: 530px;
}

#luxe-daily-look .ldl-main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* النص + الصورة الصغيرة في نفس الديف */
#luxe-daily-look .ldl-content {
  position: relative;
  z-index: 2;
  margin-right: -150px;
  padding-top: 75px;
  direction: rtl;
}

#luxe-daily-look .ldl-title {
  margin: 0 0 8px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
}

#luxe-daily-look .ldl-desc {
  margin: 0 0 16px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

#luxe-daily-look .ldl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 20px;
  background: #607168;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

#luxe-daily-look .ldl-btn:hover {
  color: #fff;
  opacity: 0.9;
}

/* الصورة الصغيرة */
#luxe-daily-look .ldl-small-img {
  display: block;
  width: 348px;
  height: 215px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 18px;
}

#luxe-daily-look .ldl-small-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet */
@media (max-width: 1024px) {
  #luxe-daily-look .ldl-main-img {
    flex-basis: 58vw;
    width: 58vw;
    height: calc(58vw * 0.768);
  }

  #luxe-daily-look .ldl-content {
    width: 52vw;
    margin-right: -22vw;
    padding-top: 55px;
  }

  #luxe-daily-look .ldl-title {
    font-size: 22px;
  }

  #luxe-daily-look .ldl-small-img {
    width: 300px;
    height: 185px;
    margin-top: 52px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #luxe-daily-look {
    padding: 32px 0 50px;
  }

  #luxe-daily-look .ldl-row {
    display: block;
  }

  #luxe-daily-look .ldl-main-img {
    width: 100%;
    height: auto;
    aspect-ratio: 690 / 530;
  }

  #luxe-daily-look .ldl-content {
    width: calc(100% - 24px);
    padding-top: 0;
            margin-right: 0;
  }

  #luxe-daily-look .ldl-title {
    font-size: 21px;
    line-height: 1.55;
  }

  #luxe-daily-look .ldl-desc {
    font-size: 12px;
  }

  #luxe-daily-look .ldl-small-img {
    width: 230px;
    height: 142px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: 0;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  #luxe-daily-look .ldl-title {
    font-size: 19px;
  }

  #luxe-daily-look .ldl-small-img {
    width: 190px;
    height: 117px;
  }
}





@media (min-width: 480px) {
    .navbar-brand img {
          width: 290px !important;
        max-width: 290px !important;
    }
}

.home-slider__content {
   justify-content: start;
    width: 85% !important;
}
.home-slider__content div{
    text-align: start;
  align-items: start;
    width: 85%;
}

salla-slider .lima_cats_2_slider_item_content {
      text-align: center;
      left: 30%;
      max-width: 250px;
      align-items: center;
      min-width: unset;
}

.s-block--slider-with-bg .container{
  color:  black !important;
}
.s-block--slider-with-bg .carousel-slider .s-slider-block__title-nav{
  display: none !important;
}
.s-block--slider-with-bg .slider-bg:before{
  display:  none;
}
.s-block--slider-with-bg .s-slider-block__display-all{
      background: var(--color-primary) !important;
    padding-block: 8px;
}
.s-block--slider-with-bg .s-slider-block__title{
      max-width: unset;
}


@media (min-width: 640px) {
    .s-block--slider-with-bg .slider-bg {
        height: 530px;
    }
}
.s-block--slider-with-bg .slider-bg {
    background-position: unset;
}
.s-block--slider-with-bg h3{
  font-size: 24px;
}

.footer-head-logo img{
  width: 350px !important;
}

.s-block__lima-categories .lima-cat-content{
  top:20% !important;
}