/* Add custom CSS styles below */ 

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .md\:w-5\/12 {
        width: 41.666667%;
        max-width: 250px;
    }
}

.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {
    max-width: none;
    max-width: initial;
    border-bottom: 0px solid #eee;
}

.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
    border-bottom: 2px solid #414042;
    border-bottom: 0px solid var(--color-primary);
    padding-bottom: 0px;
}

.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all, salla-products-slider .s-slider-block__title-left .s-slider-block__display-all {
    border: 0px solid;
    padding: 5px 10px;
    border-radius: 0pc;
    border-bottom: 1px solid;
}

.font-bold {
    font-weight: 400;
}

.text-center {
    padding: 30px 0px;
}

.s-block {
    margin-top: 60px;
}

h2 {
    font-size: 13px;
    line-height: 1.75rem;
}

.product-card__title a {
    display: block;
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 400;
}

.product-card__normal-cart__btn .s-button-text {
    display: flex
;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
}

.s-button-btn {
    color: #fff;
    background-color: #79575E;
    padding: 15px;
    border-radius: 16px;
}

.product-card__enhanced-mini-cart button.s-button-element {
    background: #79575E !important;
    color: #fff !important;
}

.product-card__enhanced-mini-cart button.s-button-element i {
    color: #fff !important;
}

.product-card--rounded {
    border-radius: 16px;
}

.product-card {
    background-color: transparent;
}

body.products-has-border .product-card {
    border: 3px solid var(--product-border-color);
}

.s-block--enhanced-features__item {
    border-radius: 0px !important;
    border-width: 0px !important;
    --tw-border-opacity: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    --tw-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05) !important;
}

@media (max-width: 767px) {
  /* استهداف الصورة داخل قسم about-2 فقط */
  #about-2 img {
    width: 50% !important;
    max-width: 150px !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* توسيط النص داخل القسم */
  #about-2 .flex > div:first-child {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.s-block--enhanced-features__item .feature-icon {
    height: 3rem;
    width: 3rem;
}

.s-block--enhanced-features__item h2 {
    font-size: 14px;
    font-weight: 700;
}

.s-block--enhanced-features__item p {
    font-size: 12px;
    font-weight: 300;
}