/* Add custom CSS styles below */

/* صورة السلايدر للجوال فقط */
@media (max-width: 768px) {
  .s-block--main-slider-2 salla-slider,
  .s-block--main-slider-2 div[slot=items],
  .s-block--main-slider-2 .swiper-slide {
    height: 350px !important;
  }
}
}

/* تصغير حجم بطاقة التعليق نفسها */
.slide--one-third.swiper-slide .bg-\[\#F8F8F8\] {
  height: 220px !important;
  min-height: 220px !important;
  padding-bottom: 100px !important;
}

/* تصغير المسافة داخل النص */
.slide--one-third.swiper-slide blockquote {
  padding: 6px !important;
}

/* تصغير الجزء السفلي */
.slide--one-third.swiper-slide figcaption {
  padding: 2px 10px !important;
}

/* روابط السوشيال في الفوتر */
.store-footer .s-social-link a {
  background-color: rgb(150 106 76) !important;
}

/* لون النص */
.text-gray-600 {
  color: rgb(255 255 255) !important;
}

/* الهيدر الثابت */
.main-nav.fixed-header .inner {
  background-color: rgb(34 61 47) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  transform: translate3d(0, 0, 0);
}

/* تصنيفات السلايدر */
.slide--cat-entry span {
  background-color: unset !important;
  border-width: 0 !important;
}

/* خلفية رمادي */
.bg-gray-100 {
  background-color: transparent !important;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #223d2f;
}
.s-form-control {
    display: block;
    width: 100%;
    border-radius: var(--border-radius);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgb(34 61 47);
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.swiper-lazy {
    height: 100.5%;

}

.object-contain {
    object-fit: fill !important;
}