/* =========================
   العلامة التجارية - النسخة النهائية
========================= */

.product-brand,
.brand-wrapper,
.product__brand {

    background: #fffaf5 !important;
    border: 2px solid #ffd6ad !important;
    border-radius: 22px;

    padding: 18px 24px !important;
    margin-bottom: 25px !important;

    width: 100% !important;
    min-height: 110px !important;

    display: flex !important;
    flex-direction: row !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 30px !important;

    text-align: center !important;

    overflow: hidden !important;

    box-shadow: 0 6px 18px rgba(255,145,0,.08) !important;

    transition: .3s ease !important;
}

/* اسم البراند */

.product-brand a,
.brand-wrapper a,
.product__brand a {

    color: #222 !important;

    font-size: 42px !important;
    font-weight: 900 !important;

    text-decoration: none !important;

    line-height: 1 !important;
}

/* البادج الأخضر */

.product-brand::before,
.brand-wrapper::before,
.product__brand::before {

    content: "منتجات أصلية %100";

    background: #eaffee !important;
    color: #18a957 !important;

    padding: 12px 20px !important;

    border-radius: 999px !important;

    font-size: 20px !important;
    font-weight: 800 !important;

    white-space: nowrap !important;
}

/* حذف الأيقونات فقط */

.product-brand svg,
.brand-wrapper svg,
.product__brand svg,

.product-brand i,
.brand-wrapper i,
.product__brand i,

.product-brand::after,
.brand-wrapper::after,
.product__brand::after {

    display: none !important;
    content: none !important;
}

/* تكبير شعار البراند */

.product-brand img,
.brand-wrapper img,
.product__brand img {

    max-width: 220px !important;
    max-height: 70px !important;

    object-fit: contain !important;

    display: block !important;
}

/* Hover */

.product-brand:hover,
.brand-wrapper:hover,
.product__brand:hover {

    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(255,145,0,.14) !important;
}

/* الجوال */

@media(max-width:768px){

.product-brand,
.brand-wrapper,
.product__brand{

    min-height: 85px !important;

    padding: 12px 16px !important;

    gap: 14px !important;
}

.product-brand a,
.brand-wrapper a,
.product__brand a{

    font-size: 26px !important;
}

.product-brand::before,
.brand-wrapper::before,
.product__brand::before{

    font-size: 14px !important;

    padding: 7px 12px !important;
}

.product-brand img,
.brand-wrapper img,
.product__brand img {

    max-width: 140px !important;
    max-height: 45px !important;
/* ===================================
   مسافة بين أقسام المنتجات فقط
=================================== */

/* كل قسم منتجات */
.s-products-slider-section,
.s-block--products,
.home-block {

    margin-bottom: 45px !important;
}

/* إزالة أي مسافات علوية */
.s-products-slider-section:first-child,
.s-block--products:first-child,
.home-block:first-child {

    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* عنوان القسم */
.section-title {

    margin-bottom: 18px !important;
}

/* الجوال */
@media(max-width:768px){

.s-products-slider-section,
.s-block--products,
.home-block {

    margin-bottom: 32px !important;
}

.section-title {

    margin-bottom: 14px !important;
}