.text-sm {
    font-size: 1rem;
    line-height: 1.25rem;
}

.text-primary {
    color: #414042;
    color: #8f8d8a;
}

.mb-3 {
    margin-bottom: -0.50rem;
}



.s-block__title h2, .s-slider-block__title h2 {
    position: relative;
    font-weight: 700;
    line-height: 1;
    font-size: var(--title-size);
}


.s-block__title p {
    margin-top: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.3rem;
    line-height: 2rem;
    opacity: 0.6;
}

.custom-promotion-with-value .promotion-badge.has-discount {
    --tw-shadow-color: #baab95 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
}



.promotion-badge {
    unicode-bidi: plaintext;
    background-color: #f1d9b9;
    color: #201f1f;
}


.custom-promotion-with-value .promotion-badge.has-discount {
    background-color: #d5c0a3;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgb(255 255 255);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}


.flex-center .more-link {
    display: none;
}

.s-block__title, .s-slider-block__title {
    margin-bottom: 0.5rem;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.promotion-title {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgb(235 207 182);
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    
}


@media (min-width: 1024px) {
    .lg\:\!w-7\/12 {
        width: 42.333333% !important;
    }
}


.s-cart-summary-count {
    background-color: rgba(248, 113, 113, 1);
    background-color: rgb(217 192 160);
}


.s-button-danger {
    border-color: rgba(248, 113, 113, 1);
    border-color: rgb(91 66 34);
    background-color: rgba(248, 113, 113, 1);
    background-color: rgb(217 192 160);
    fill: #fff;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}


@media (min-width: 640px) {
    .s-block {
        margin-top: 2rem;
    }
}



.s-block--brands a {
    pointer-events: none; /* تعطيل التفاعل */
    cursor: default; /* تغيير المؤشر ليعكس عدم القابلية للنقر */
}



.header-rounded-btn.hydrated
{
  width: fit-content; 
}

.s-rating-stars-reviews 
{
    display:none;
}

.price_is_on_sale.flex.flex-col > div 
{
        display: contents;
}