section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container {
  padding: unset;
  max-width: 100%;
}
.lg\:h-\[550px\]:nth-child(1),
.lg\:h-\[550px\]:nth-child(2) {
    height: 639px  !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
.s-slider-block__display-all {
  border: 1px solid WHITE;
  height: 33px;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  color: white;
  padding-top: 5px;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.s-block--tabs-produtcs .tab-trigger {
  
    color: rgb(255 255 255);
}
    .lg\:text-5xl .block{
      font-size: 41px;
    }
.turath-how-to-apply .group:hover .turath-step-icon {
    background-color: rgb(97 65 30) !important;
}
.absolute.top-4.right-4.z-20 .inline-flex{
  background: #AA7A36 !important;
}
.turath-occasion-selector .turath-occasion-card:hover {
    background-color: rgb(81 81 81 / 20%) !important;
    border-color: rgba(212, 175, 55, .3) !important;
}
.lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))!important;
    }
/* .lg\:w-1\/2:nth-child(1){
  width: 100%;
}

.lg\:w-1\/2:nth-child(2){
  width: 0%;
} */
.mm-spn.mm-spn--navbar.mm-spn--main:after ,
.mm-spn li>span ,
.mm-spn li a span ,
.sub-menu .w-56{
    color: black !important;
}
#product-filter{
   color: black !important;
}

.sub-menu.w-56 span{
   color: black !important;
}
.form-label.font-bold ,
.form-label 
{
     color: white !important;
}
.text-\[var\(--color-description-single-product\)\] {
    color: #ffffff !important;
}
.article--main .pb-1 p{
   color: white !important;
}
.turath-wrapper-taps .s-tabs-header .s-tabs-active {
  
    color: #ffffff !important;
}
/* إجبار كل نصوص وصف المنتج على اللون الأبيض */
.product__description,
.product__description *,
.product__description p,
.product__description h1,
.product__description h2,
.product__description h3,
.product__description h4,
.product__description h5,
.product__description h6,
.product__description span,
.product__description strong,
.product__description b,
.product__description a,
.product__description li {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: none !important;
}

/* العناصر اللي عليها inline style */
.product__description [style],
.product__description [style*="color"],
.product__description [style*="COLOR"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* تأكيد أقوى على محتوى المقال */
.s-tabs-content-selected .product__description article,
.s-tabs-content-selected .product__description article * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
.s-comments-product {
    background-color: #010101;
}
/* * {
  outline: 1px solid red;
} */
@media (max-width: 767px){
  .lg\:h-\[550px\]:nth-child(1){
    
    height: 165px !important;
  }
  .lg\:h-\[550px\]:nth-child(2) {
    
    height: 165px !important;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
  .s-mobile-menu-wrapper{
        background-color: #AA7A36 !important;
    color: #ffffff;
}
}
@media (min-width: 768px) and (max-width: 1440px) {

  .lg\:h-\[550px\]:nth-child(1) {
    height: 468px !important;
  }

  .lg\:h-\[550px\]:nth-child(2) {
    height: 468px !important;
  }

}
@media (min-width: 1441px) {

  .lg\:h-\[550px\]:nth-child(1),
  .lg\:h-\[550px\]:nth-child(2) {
   height: 792px !important;
  }

}