/* Add custom CSS styles below */ 
/* =========================================
   Raed Theme - Black Header
   ========================================= */

/* الشريط العلوي + المنيو الرئيسية */
.store-header,
.top-navbar,
#mainnav,
.main-nav-container {
    background: #070707 !important;
    background-color: #070707 !important;
    color: #ffffff !important;
}

/* إزالة الظل الأبيض أو الرمادي */
#mainnav.main-nav-container {
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
} 


/* =========================================
   جميع روابط الهيدر
   ========================================= */

.store-header a,
.store-header span,
.store-header p,
.store-header button,
.top-navbar a,
.top-navbar span,
#mainnav a,
#mainnav span,
#mainnav button {
    color: #ffffff !important;
}


/* لون القوائم */
.main-nav-container ul li > a,
.main-nav-container .main-menu li > a,
.main-nav-container nav a {
    color: #ffffff !important;
}


/* Hover */
.main-nav-container a:hover,
.top-navbar a:hover {
    color: #e51b23 !important;
}


/* =========================================
   الأيقونات
   ========================================= */

.store-header i,
.store-header svg,
.store-header .sicon,
#mainnav i,
#mainnav .sicon {
    color: #ffffff !important;
}


/* SVG Icons */
.store-header svg path,
#mainnav svg path {
    fill: currentColor;
}


/* =========================================
   أيقونات الحساب والسلة
   ========================================= */

.header-btn,
.header-btn i,
.header-btn span,
.s-cart-summary,
.s-user-menu-trigger {
    color: #ffffff !important;
}


/* الدائرة المحيطة بالأيقونات */
#mainnav button,
#mainnav .header-btn {
    border-color: rgba(255,255,255,0.35) !important;
}


/* =========================================
   شريط البحث
   ========================================= */

.store-header input[type="search"],
.store-header input[type="text"],
.top-navbar input {
    background: #19191d !important;
    color: #ffffff !important;
    border-color: #29292e !important;
}


/* Placeholder */
.store-header input::placeholder,
.top-navbar input::placeholder {
    color: #aaaaaa !important;
}


/* =========================================
   Dropdown menus
   ========================================= */

.store-header .dropdown-menu,
#mainnav .dropdown-menu,
.main-nav-container .sub-menu,
.main-nav-container ul ul {
    background: #111111 !important;
    border-color: #262626 !important;
}


/* Dropdown text */
.store-header .dropdown-menu a,
#mainnav .dropdown-menu a,
.main-nav-container .sub-menu a,
.main-nav-container ul ul a {
    color: #ffffff !important;
}


/* Dropdown hover */
.store-header .dropdown-menu a:hover,
#mainnav .dropdown-menu a:hover,
.main-nav-container .sub-menu a:hover {
    background: #1c1c1c !important;
    color: #e51b23 !important;
}


/* =========================================
   Mobile Header
   ========================================= */

@media (max-width: 1023px) {

    .store-header,
    .top-navbar,
    #mainnav,
    .main-nav-container {
        background: #070707 !important;
    }

}



/* سعر/إجمالي السلة - لون الهوية */
#mainnav .s-cart-summary-content,
#mainnav .s-cart-summary-total .sicon-sar {
    color: #e60000 !important;
}


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');


/* =========================================
   PMD Statistics Section
========================================= */

.pmd-stats-section {
    width: 100%;
    background-color: #f4f4f4;

    padding-top: 45px;
    padding-bottom: 45px;

    padding-left: 20px;
    padding-right: 20px;

    margin: 0;
    box-sizing: border-box;

    font-family: 'Cairo', sans-serif !important;
}


/* =========================================
   Container
========================================= */

.pmd-stats-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;

    /* يمنع سلة من عكس ترتيب العناصر */
    direction: ltr !important;
}


/* =========================================
   كل عنصر
========================================= */

.pmd-stat-item {
    text-align: center;
    direction: rtl !important;

    font-family: 'Cairo', sans-serif !important;
}


/* =========================================
   الأرقام
========================================= */

.pmd-stat-number {
    font-family: 'Cairo', sans-serif !important;

    color: #ed1c24 !important;

    font-size: 28px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    margin: 0 0 6px 0;

    direction: ltr !important;

    /* تأكيد استخدام الوزن الثقيل */
    font-variation-settings: "wght" 700;
    -webkit-font-smoothing: antialiased;
}

/* =========================================
   النص أسفل الرقم
========================================= */

.pmd-stat-title {
    font-family: 'Cairo', sans-serif !important;

    color: #111111;

    font-size: 18px;
    font-weight: 600;

    line-height: 1.5;

    margin: 0;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 768px) {

    .pmd-stats-section {
        padding: 28px 12px 27px;
    }

    .pmd-stats-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .pmd-stat-number {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .pmd-stat-title {
        font-size: 11px;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 480px) {

    .pmd-stats-section {
        padding: 24px 5px 23px;
    }

    .pmd-stats-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 3px;
    }

    .pmd-stat-number {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .pmd-stat-title {
        font-size: 9px;
        font-weight: 700;
        white-space: nowrap;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');


/* =========================================
   STORE CATEGORIES SECTION
========================================= */

.pmd-categories-section {
    width: 100%;

    background-color: #ffffff;

    padding: 48px 0 46px;

    margin: 0;

    box-sizing: border-box;

    font-family: 'Cairo', sans-serif !important;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.pmd-categories-inner {
    width: calc(100% - 100px);
    max-width: 1200px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================
   SECTION HEADER
========================================= */

.pmd-categories-header {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    direction: rtl;

    margin-bottom: 30px;
}


/* =========================================
   SECTION TITLE
========================================= */

.pmd-categories-title {
    display: flex;
    align-items: center;

    gap: 9px;

    margin: 0;

    color: #111111;

    font-family: 'Cairo', sans-serif !important;

    font-size: 22px;
    font-weight: 800;

    line-height: 1.4;
}


/* الخط الأحمر */
.pmd-title-line {
    display: block;

    width: 4px;
    height: 25px;

    flex-shrink: 0;

    background-color: #ff1e26;

    border-radius: 10px;
}


/* =========================================
   VIEW ALL
========================================= */

.pmd-view-all {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    direction: rtl;

    color: #ff1e26 !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 12px;
    font-weight: 700;

    line-height: 1;

    text-decoration: none !important;

    transition: opacity 0.2s ease;
}


.pmd-view-all svg {
    width: 13px;
    height: 13px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.pmd-view-all:hover {
    opacity: 0.75;
}


/* =========================================
   CATEGORIES GRID
========================================= */

.pmd-categories-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, 227.2px);

    justify-content: space-evenly;

    align-items: stretch;

    column-gap: 1px;
    row-gap: 12px;

    direction: rtl;

    box-sizing: border-box;
}

/* =========================================
   CATEGORY CARD
   FIGMA: 227.2px x 115.62px
========================================= */

.pmd-category-card {
    width: 227.2px !important;
    height: 115.62px !important;

    min-width: 227.2px !important;
    min-height: 115.62px !important;

    max-width: 227.2px !important;
    max-height: 115.62px !important;

    padding: 20px !important;

    display: flex;
    flex-direction: column;

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

    /* نفس Gap التصميم */
    gap: 11.63px;

    background-color: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 12px;

    box-sizing: border-box;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.025),
        0 6px 15px rgba(0, 0, 0, 0.065);

    color: #111111 !important;

    text-decoration: none !important;

    font-family: 'Cairo', sans-serif !important;

    overflow: hidden;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================
   ICON BACKGROUND
========================================= */

.pmd-category-icon {
    width: 40px;
    height: 40px;

    min-width: 40px;
    min-height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background-color: #ffe3e4;

    border-radius: 10px;

    color: #ff1e26;

    box-sizing: border-box;
}


/* =========================================
   SVG ICON
========================================= */

.pmd-category-icon svg {
    width: 21px;
    height: 21px;

    display: block;

    fill: none;

    stroke: #ff1e26;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    overflow: visible;
}


/* =========================================
   CATEGORY NAME
========================================= */

.pmd-category-name {
    display: block;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;

    direction: rtl;

    text-align: center;

    color: #111111 !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 13px !important;

    font-weight: 800 !important;

    line-height: 1.45;

    white-space: nowrap;
}


/* =========================================
   CARD HOVER
========================================= */

.pmd-category-card:hover {
    transform: translateY(-3px);

    border-color: #ffd9da;

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.035),
        0 10px 22px rgba(0, 0, 0, 0.075);
}


.pmd-category-card:hover .pmd-category-icon {
    background-color: #ffdcde;
}


/* =========================================
   LARGE / MEDIUM SCREENS
========================================= */

@media (max-width: 1250px) {

    .pmd-categories-inner {
        width: calc(100% - 40px);
    }

    .pmd-categories-grid {
        grid-template-columns: repeat(3, 227.2px);

        justify-content: center;

        gap: 14px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .pmd-categories-section {
        padding: 38px 0;
    }


    .pmd-categories-inner {
        width: calc(100% - 30px);
    }


    .pmd-categories-header {
        margin-bottom: 24px;
    }


    .pmd-categories-title {
        font-size: 19px;
    }


    .pmd-title-line {
        height: 22px;
    }


    .pmd-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        justify-content: stretch;

        gap: 12px;
    }


    .pmd-category-card {
        width: 100% !important;

        min-width: 0 !important;
        max-width: none !important;

        height: 115.62px !important;

        min-height: 115.62px !important;
        max-height: 115.62px !important;

        padding: 18px 10px !important;
    }


    .pmd-category-name {
        font-size: 12px !important;

        white-space: normal;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 500px) {

    .pmd-categories-section {
        padding: 32px 0;
    }


    .pmd-categories-inner {
        width: calc(100% - 20px);
    }


    .pmd-categories-header {
        margin-bottom: 20px;
    }


    .pmd-categories-title {
        font-size: 17px;
    }


    .pmd-title-line {
        width: 3px;
        height: 20px;
    }


    .pmd-view-all {
        font-size: 11px;
    }


    .pmd-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 10px;
    }


    .pmd-category-card {
        width: 100% !important;

        min-width: 0 !important;
        max-width: none !important;

        height: 110px !important;

        min-height: 110px !important;
        max-height: 110px !important;

        padding: 14px 7px !important;

        gap: 9px;
    }


    .pmd-category-icon {
        width: 38px;
        height: 38px;

        min-width: 38px;
        min-height: 38px;
    }


    .pmd-category-icon svg {
        width: 19px;
        height: 19px;
    }


    .pmd-category-name {
        font-size: 10.5px !important;

        font-weight: 800 !important;

        line-height: 1.5;

        white-space: normal;
    }
}


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');


/* =====================================================
   WHY CHOOSE US SECTION
===================================================== */

.pmd-why-section {
    width: 100%;
    background-color: #ffffff;

    padding: 55px 0 65px;

    margin: 0;

    box-sizing: border-box;

    font-family: 'Cairo', sans-serif !important;
}


.pmd-why-container {
    width: calc(100% - 40px);
    max-width: 1200px;

    margin: 0 auto;

    box-sizing: border-box;

    font-family: 'Cairo', sans-serif !important;
}


/* =====================================================
   TOP HEADING AREA
   مهم: بدون Flex نهائياً
===================================================== */

.pmd-why-heading {
    width: 793px;
    max-width: 100%;

    /* يخلي البلوك كله ناحية اليمين */
    margin-left: auto !important;
    margin-right: 0 !important;

    margin-bottom: 42px !important;

    display: block !important;

    direction: rtl !important;

    text-align: right !important;

    box-sizing: border-box;
}


/* =====================================================
   EXCLUSIVE FEATURES BADGE
   مميزات حصرية - يمين إجباري
===================================================== */

.pmd-why-badge {
    width: fit-content !important;
    max-width: max-content !important;

    display: inline-flex !important;

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

    gap: 7px;

    padding: 7px 14px;

    /*
       دي أهم نقطة:
       مفيش align-self ولا flex-end
    */
    margin: 0 0 22px auto !important;

    float: none !important;

    position: relative !important;

    left: auto !important;
    right: auto !important;

    transform: none !important;

    background-color: #fff5e9;

    border-radius: 30px;

    color: #f20d0d !important;

    direction: rtl !important;

    text-align: right !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 12px !important;

    font-weight: 800 !important;

    line-height: 1.2;
}


/* النقطة الحمراء */
.pmd-badge-dot {
    width: 5px;
    height: 5px;

    min-width: 5px;

    display: block;

    background-color: #f20d0d;

    border-radius: 50%;
}


/* =====================================================
   MAIN TITLE
===================================================== */

.pmd-why-main-title {
    width: 100%;

    display: block;

    margin: 0 !important;

    padding: 0 !important;

    color: #2d2927 !important;

    direction: rtl !important;

    text-align: right !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 34px !important;

    font-weight: 900 !important;

    line-height: 1.42 !important;

    letter-spacing: -0.4px;
}


/* =====================================================
   MAIN SUBTITLE
===================================================== */

.pmd-why-subtitle {
    width: 100%;

    display: block;

    margin: 15px 0 0 !important;

    padding: 0 !important;

    color: #9f9f9f !important;

    direction: rtl !important;

    text-align: right !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 1.8 !important;
}


/* =====================================================
   FEATURES GRID
===================================================== */

.pmd-why-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    /*
       152 + 28 + 152 = 332
       نفس ارتفاع الكارد الكبير
    */
    grid-template-rows:
        152px
        152px
        152px;

    column-gap: 19px;
    row-gap: 28px;

    /*
       الشمال       اليمين
       Trust      Main Main
       Quality    Main Main
       Happy      Pay  Delivery
    */

    grid-template-areas:
        "trust main main"
        "quality main main"
        "happy payment delivery";

    direction: ltr;

    box-sizing: border-box;
}


/* =====================================================
   SMALL CARDS
===================================================== */

.pmd-feature-card {
    width: 100%;
    height: 152px;

    padding: 0 18px;

    display: flex;

    flex-direction: column;

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

    gap: 10px;

    background-color: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 12px;

    box-sizing: border-box;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.025),
        0 6px 16px rgba(0, 0, 0, 0.065);

    direction: rtl;

    text-align: center;

    font-family: 'Cairo', sans-serif !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


/* =====================================================
   GRID POSITIONS
===================================================== */

.pmd-feature-trust {
    grid-area: trust;
}


.pmd-feature-quality {
    grid-area: quality;
}


.pmd-feature-happy {
    grid-area: happy;
}


.pmd-feature-payment {
    grid-area: payment;
}


.pmd-feature-delivery {
    grid-area: delivery;
}


/* =====================================================
   SMALL CARD ICON
===================================================== */

.pmd-feature-icon {
    width: 44px;
    height: 44px;

    min-width: 44px;
    min-height: 44px;

    display: flex;

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

    flex-shrink: 0;

    background-color: #ffffff;

    border-radius: 50%;

    color: #f20d0d;

    box-shadow:
        0 2px 7px rgba(0, 0, 0, 0.08),
        0 5px 14px rgba(0, 0, 0, 0.05);

    box-sizing: border-box;
}


.pmd-feature-icon svg {
    width: 22px;
    height: 22px;

    display: block;

    fill: none;

    stroke: #f20d0d;

    stroke-width: 2.2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   SMALL CARD TITLE
===================================================== */

.pmd-feature-title {
    margin: 0 !important;

    padding: 0 !important;

    color: #171717 !important;

    direction: rtl;

    text-align: center;

    font-family: 'Cairo', sans-serif !important;

    font-size: 17px !important;

    font-weight: 800 !important;

    line-height: 1.5;
}


/* =====================================================
   SMALL CARD DESCRIPTION
===================================================== */

.pmd-feature-text {
    margin: 0 !important;

    padding: 0 !important;

    color: #9f9f9f !important;

    direction: rtl;

    text-align: center;

    font-family: 'Cairo', sans-serif !important;

    font-size: 13px !important;

    font-weight: 500 !important;

    line-height: 1.7;
}


/* =====================================================
   LARGE MAIN CARD
===================================================== */

.pmd-feature-main {
    grid-area: main;

    width: 100%;
    height: 332px;

    position: relative;

    display: flex;

    align-items: center;

    padding: 43px;

    background-color: #eeeeee;

    border-radius: 12px;

    box-sizing: border-box;

    direction: rtl;

    overflow: hidden;
}


/* =====================================================
   LARGE CARD ICON
===================================================== */

.pmd-main-icon {
    position: absolute;

    top: 27px;
    right: 35px;

    width: 44px;
    height: 44px;

    display: flex;

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

    background-color: #ffffff;

    border-radius: 50%;

    color: #ef0909;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);

    box-sizing: border-box;
}


.pmd-main-icon svg {
    width: 22px;
    height: 22px;

    display: block;

    fill: #ef0909;

    stroke: #ef0909;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   LARGE CARD CONTENT
===================================================== */

.pmd-main-content {
    width: 100%;

    margin-top: 37px;

    direction: rtl;

    text-align: right;

    font-family: 'Cairo', sans-serif !important;
}


/* العنوان */
.pmd-main-content h3 {
    margin: 0 0 17px !important;

    padding: 0 !important;

    color: #302c2a !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 28px !important;

    font-weight: 900 !important;

    line-height: 1.45;
}


/* الوصف */
.pmd-main-content p {
    max-width: 660px;

    margin: 0 0 29px !important;

    padding: 0 !important;

    color: #989898 !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 15px !important;

    font-weight: 500 !important;

    line-height: 1.85;
}


/* =====================================================
   LARGE CARD BUTTON
===================================================== */

.pmd-main-button {
    width: 193px;
    height: 48px;

    display: flex;

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

    /*
       الزر ناحية الشمال مثل التصميم
    */
    margin-right: auto !important;
    margin-left: 0 !important;

    background-color: #ef0909;

    border-radius: 11px;

    color: #ffffff !important;

    text-decoration: none !important;

    font-family: 'Cairo', sans-serif !important;

    font-size: 14px !important;

    font-weight: 800 !important;

    line-height: 1;

    transition:
        background-color .2s ease,
        transform .2s ease;
}


.pmd-main-button:hover {
    background-color: #d90000;

    transform: translateY(-2px);
}


/* =====================================================
   SMALL CARDS HOVER
===================================================== */

.pmd-feature-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 10px 22px rgba(0, 0, 0, 0.075);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .pmd-why-container {
        width: calc(100% - 30px);
    }


    .pmd-why-heading {
        width: 100%;

        margin-left: auto !important;
        margin-right: 0 !important;

        direction: rtl !important;

        text-align: right !important;
    }


    .pmd-why-badge {
        margin: 0 0 20px auto !important;
    }


    .pmd-why-main-title {
        font-size: 28px !important;
    }


    .pmd-why-subtitle {
        font-size: 14px !important;
    }


    .pmd-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        grid-template-rows: auto;

        grid-template-areas:
            "main main"
            "trust quality"
            "delivery payment"
            "happy happy";

        gap: 14px;
    }


    .pmd-feature-main {
        height: 300px;

        padding: 40px;
    }


    .pmd-feature-card {
        height: 150px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .pmd-why-section {
        padding: 38px 0 42px;
    }


    .pmd-why-container {
        width: calc(100% - 20px);
    }


    /* ==============================
       Heading
    ============================== */

    .pmd-why-heading {
        width: 100%;

        display: block !important;

        margin-left: auto !important;
        margin-right: 0 !important;

        margin-bottom: 28px !important;

        direction: rtl !important;

        text-align: right !important;
    }


    /* Badge يظل يمين */
    .pmd-why-badge {
        display: inline-flex !important;

        margin: 0 0 17px auto !important;

        font-size: 10px !important;
    }


    .pmd-why-main-title {
        font-size: 23px !important;

        font-weight: 900 !important;

        line-height: 1.55 !important;
    }


    .pmd-why-main-title br {
        display: none;
    }


    .pmd-why-subtitle {
        margin-top: 10px !important;

        font-size: 12px !important;

        line-height: 1.8 !important;
    }


    /* ==============================
       Grid
    ============================== */

    .pmd-why-grid {
        display: flex;

        flex-direction: column;

        gap: 12px;
    }


    .pmd-feature-main {
        order: 1;

        width: 100%;

        height: auto;

        min-height: 295px;

        padding: 72px 24px 25px;
    }


    .pmd-feature-trust {
        order: 2;
    }


    .pmd-feature-quality {
        order: 3;
    }


    .pmd-feature-delivery {
        order: 4;
    }


    .pmd-feature-payment {
        order: 5;
    }


    .pmd-feature-happy {
        order: 6;
    }


    .pmd-feature-card {
        width: 100%;

        height: 150px;
    }


    /* ==============================
       Main Card
    ============================== */

    .pmd-main-icon {
        top: 22px;
        right: 22px;
    }


    .pmd-main-content {
        margin-top: 0;
    }


    .pmd-main-content h3 {
        font-size: 23px !important;

        font-weight: 900 !important;
    }


    .pmd-main-content p {
        font-size: 13px !important;

        margin-bottom: 22px !important;
    }


    .pmd-main-button {
        width: 100%;

        height: 46px;

        margin: 0 !important;

        font-size: 13px !important;
    }


    /* ==============================
       Small Cards
    ============================== */

    .pmd-feature-title {
        font-size: 16px !important;

        font-weight: 800 !important;
    }


    .pmd-feature-text {
        font-size: 12px !important;
    }

}



/* =========================================
   Product Card - Add To Cart Button
========================================= */

.s-product-card-content-footer
salla-add-product-button
.s-button-element,
.s-product-card-content-footer
salla-add-product-button
.s-button-btn {
    background-color: #ef0909 !important;
    border: 1px solid #ef0909 !important;

    color: #ffffff !important;

    border-radius: 8px !important;

    box-shadow: none !important;

    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;

    transition: all 0.2s ease !important;
}


/* النص */
.s-product-card-content-footer
salla-add-product-button
.s-button-element span,
.s-product-card-content-footer
salla-add-product-button
.s-button-btn span {
    color: #ffffff !important;
}


/* أيقونة السلة */
.s-product-card-content-footer
salla-add-product-button
.s-button-element svg,
.s-product-card-content-footer
salla-add-product-button
.s-button-btn svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}


/* أجزاء الـ SVG */
.s-product-card-content-footer
salla-add-product-button
.s-button-element svg path,
.s-product-card-content-footer
salla-add-product-button
.s-button-element svg circle,
.s-product-card-content-footer
salla-add-product-button
.s-button-btn svg path,
.s-product-card-content-footer
salla-add-product-button
.s-button-btn svg circle {
    stroke: #ffffff !important;
}


/* Hover */
.s-product-card-content-footer
salla-add-product-button
.s-button-element:hover,
.s-product-card-content-footer
salla-add-product-button
.s-button-btn:hover {
    background-color: #d90000 !important;
    border-color: #d90000 !important;

    color: #ffffff !important;
}


/* =========================================
   Reviews Stars - Brand Red
========================================= */

.s-rating-stars-selected,
.s-rating-stars-selected svg,
.s-rating-stars-selected svg path {
    fill: #ef0909 !important;
    color: #ef0909 !important;
    stroke: #ef0909 !important;
}


/* تأكيد لون النجوم المختارة */
.s-rating-stars-btn-star.s-rating-stars-selected {
    fill: #ef0909 !important;
    color: #ef0909 !important;
}


/* لو النجمة نفسها SVG */
.s-rating-stars-btn-star.s-rating-stars-selected svg {
    fill: #ef0909 !important;
    color: #ef0909 !important;
}


/* Hover */
.s-rating-stars-btn-star:hover,
.s-rating-stars-btn-star:hover svg {
    color: #ef0909 !important;
    fill: #ef0909 !important;
}


/* حقوق النشر - اللون الأحمر */
.copyright-text,
.copyright-text p,
.copyright-text .text-gray-400 {
    color: #ef0909 !important;
  
}


/* =========================================
   Full Width Main Banner
========================================= */

/* السكشن */
.s-block--fixed-banner.wide-placeholder {
    width: 100% !important;
    max-width: none !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* إلغاء عرض الـ container المحدود */
.s-block--fixed-banner.wide-placeholder > .container {
    width: 100% !important;
    max-width: none !important;

    padding-left: 20px !important;
    padding-right: 20px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* رابط البانر */
.s-block--fixed-banner.wide-placeholder .banner--fixed {
    display: block !important;

    width: 100% !important;
    max-width: none !important;
}


/* الصورة نفسها */
.s-block--fixed-banner.wide-placeholder .banner--fixed picture {
    display: block !important;

    width: 98% !important;
}


.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    display: block !important;

    width: 98% !important;
    max-width: none !important;

    height: auto !important;

    object-fit: cover !important;

    margin: 0 !important;

    border-radius: 8px !important;
}


/* =========================================
   Desktop
========================================= */

@media (min-width: 1024px) {

    .s-block--fixed-banner.wide-placeholder > .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .s-block--fixed-banner.wide-placeholder > .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

/* توسيط البانر بالكامل */
.s-block--fixed-banner.wide-placeholder > .container {
    width: 94% !important;
    max-width: 1400px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* توسيط الرابط والصورة */
.s-block--fixed-banner.wide-placeholder .banner--fixed,
.s-block--fixed-banner.wide-placeholder .banner--fixed picture {
    width: 100% !important;
    display: block !important;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* الصورة نفسها */
.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    width: 100% !important;
    height: auto !important;

    display: block !important;

    margin-left: auto !important;
    margin-right: auto !important;

    object-fit: cover !important;

    /* أهم سطر لتوسيط محتوى الصورة */
    object-position: center center !important;
}