.footer-is-light .store-footer .store-footer__inner {
   
    background-color: rgb(248 245 238);
}

/* ==============================
   FOOTER
   ============================== */

.store-footer {
    position: relative !important;

    margin-top: 40px !important;

    background: #F8F5EE !important;

    color: #40382C !important;

    border-top: 1px solid rgba(184,135,50,.18) !important;

    overflow: hidden !important;
}


/* لمسة عسلية علوية */
.store-footer::before {
    content: "" !important;

    position: absolute !important;

    top: 0 !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 90px !important;
    height: 2px !important;

    background: #B88732 !important;

    border-radius: 10px !important;

    opacity: .7 !important;
}


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

.store-footer > div[aria-label="store-footer__inner"] {

    width: 100% !important;

    max-width: 1200px !important;

    margin: 0 auto !important;

    padding: 50px 24px 30px !important;

    background: transparent !important;
}


/* ==============================
   MAIN GRID
   ============================== */

.store-footer
> div[aria-label="store-footer__inner"]
> .container {

    display: grid !important;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1fr !important;

    gap: 45px !important;

    align-items: start !important;
}


/* ==============================
   BRAND
   ============================== */

.store-footer h3 {

    margin: 0 0 12px !important;

    color: #342D23 !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    line-height: 1.6 !important;
}


/* وصف العلامة */

.store-footer .max-w-sm {

    max-width: 330px !important;

    color: #766D60 !important;

    font-size: 13px !important;

    line-height: 2 !important;
}


/* ==============================
   SECTION TITLES
   ============================== */

.store-footer
.container
> div
> h3 {

    position: relative !important;

    display: inline-block !important;

    padding-bottom: 8px !important;

    margin-bottom: 12px !important;

    color: #3B3328 !important;

    font-size: 15px !important;

    font-weight: 700 !important;
}


/* خط عسلي تحت العنوان */

.store-footer
.container
> div
> h3::after {

    content: "" !important;

    position: absolute !important;

    right: 0 !important;

    bottom: 0 !important;

    width: 25px !important;

    height: 2px !important;

    background: #B88732 !important;

    border-radius: 20px !important;
}


/* ==============================
   LINKS
   ============================== */

.store-footer .store-footer-menu {

    margin: 0 !important;

    padding: 0 !important;
}


.store-footer .store-footer-menu li {

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;
}


.store-footer .store-footer-menu a {

    display: block !important;

    padding: 5px 0 !important;

    color: #71695D !important;

    font-size: 13px !important;

    line-height: 1.7 !important;

    text-decoration: none !important;

    transition: all .2s ease !important;
}


.store-footer .store-footer-menu a:hover {

    color: #B88732 !important;

    transform: translateX(-3px) !important;
}


/* ==============================
   SOCIAL
   ============================== */

.store-footer .store-footer-social {

    margin-top: 18px !important;
}


.store-footer .social-list {

    display: flex !important;

    align-items: center !important;

    gap: 8px !important;

    padding: 0 !important;

    margin: 0 !important;
}


.store-footer .social-link {

    width: 34px !important;

    height: 34px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    border-radius: 50% !important;

    background: #FFFDF8 !important;

    border: 1px solid rgba(184,135,50,.20) !important;

    color: #625744 !important;

    transition: all .2s ease !important;
}


.store-footer .social-link:hover {

    background: #B88732 !important;

    color: #fff !important;

    transform: translateY(-2px) !important;
}


/* ==============================
   TRUST BADGE
   ============================== */

.store-footer .trust-badges-wrapper {

    margin-top: 18px !important;

    padding: 10px !important;

    background: #FFFDF8 !important;

    border: 1px solid rgba(184,135,50,.14) !important;

    border-radius: 12px !important;
}


/* ==============================
   CONTACTS
   ============================== */

.store-footer .s-contacts {

    margin: 0 !important;

    padding: 0 !important;
}


.store-footer .s-contacts a {

    display: flex !important;

    align-items: center !important;

    gap: 9px !important;

    min-height: 38px !important;

    color: #70675A !important;

    font-size: 13px !important;

    text-decoration: none !important;
}


.store-footer .s-contacts svg {

    width: 17px !important;

    height: 17px !important;

    color: #B88732 !important;
}


/* ==============================
   PAYMENT AREA
   ============================== */

.store-footer .s-apps-icons {

    margin-top: 25px !important;

    padding-top: 18px !important;

    border-top: 1px solid rgba(184,135,50,.14) !important;
}


/* ==============================
   BOTTOM BAR
   ============================== */

.store-footer
.m-flex
.container {

    border-top: 1px solid rgba(184,135,50,.12) !important;

    padding-top: 16px !important;

    color: #8A8173 !important;

    font-size: 11px !important;
}


/* =========================================================
   MOBILE — IMPORTANT
   ========================================================= */

@media (max-width: 767px) {

    .store-footer {

        margin-top: 30px !important;

        background: #F8F5EE !important;
    }


    .store-footer
    > div[aria-label="store-footer__inner"] {

        padding: 38px 22px 25px !important;
    }


    /* نعيد بناء الأعمدة */
    .store-footer
    > div[aria-label="store-footer__inner"]
    > .container {

        display: flex !important;

        flex-direction: column !important;

        gap: 28px !important;
    }


    /* ==========================
       BRAND
       ========================== */

    .store-footer
    .container
    > div:first-child {

        width: 100% !important;

        text-align: center !important;

        padding-bottom: 24px !important;

        border-bottom: 1px solid rgba(184,135,50,.13) !important;
    }


    .store-footer
    .container
    > div:first-child
    .max-w-sm {

        max-width: 100% !important;

        margin: 0 auto !important;

        font-size: 12px !important;

        line-height: 1.9 !important;
    }


    /* ==========================
       TITLES
       ========================== */

    .store-footer
    .container
    > div
    > h3 {

        display: block !important;

        width: fit-content !important;

        margin-left: auto !important;

        margin-right: auto !important;

        margin-bottom: 12px !important;

        font-size: 15px !important;

        text-align: center !important;
    }


    .store-footer
    .container
    > div
    > h3::after {

        right: 50% !important;

        transform: translateX(50%) !important;

        width: 30px !important;
    }


    /* ==========================
       LINKS
       ========================== */

    .store-footer .store-footer-menu {

        text-align: center !important;
    }


    .store-footer .store-footer-menu a {

        padding: 5px 0 !important;

        font-size: 12px !important;
    }


    /* ==========================
       CONTACT
       ========================== */

    .store-footer .s-contacts {

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        gap: 2px !important;
    }


    .store-footer .s-contacts a {

        justify-content: center !important;

        font-size: 12px !important;
    }


    /* ==========================
       SOCIAL
       ========================== */

    .store-footer .store-footer-social {

        margin-top: 14px !important;
    }


    .store-footer .social-list {

        justify-content: center !important;
    }


    /* ==========================
       TRUST
       ========================== */

    .store-footer .trust-badges-wrapper {

        width: fit-content !important;

        margin: 15px auto 0 !important;
    }


    /* ==========================
       PAYMENT
       ========================== */

    .store-footer .s-apps-icons {

        display: flex !important;

        justify-content: center !important;

        margin-top: 18px !important;

        padding-top: 16px !important;
    }


    /* ==========================
       COPYRIGHT
       ========================== */

    .store-footer
    .m-flex
    .container {

        text-align: center !important;

        justify-content: center !important;
    }
}
.s-product-card-entry {
    border-radius: 2.75rem;
    
    background-color: #fff!important;
      transform: scale(0.9);
}
/* مساحة الزر */
.s-product-card-entry
.s-product-card-content-footer {
    margin-top: 9px !important;
    padding: 0 !important;
}


/* زر السلة */
.s-product-card-entry
.s-product-card-content-footer
.s-button-element.s-button-btn {

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

    padding: 0 12px !important;

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

    border-radius: 9px !important;

    /* Honey Gold */
    background: #B88732 !important;
    border: 1px solid #B88732 !important;

    color: #fff !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    box-shadow: none !important;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}


/* النص */
.s-product-card-entry
.s-product-card-content-footer
.s-button-text {

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

    gap: 6px !important;

    color: #fff !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: 1 !important;
}


/* أيقونة السلة */
.s-product-card-entry
.s-product-card-content-footer
.icon-shopping-bag {

    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;

    color: #fff !important;

    transition: transform .2s ease !important;
}


/* Hover */
.s-product-card-entry
.s-product-card-content-footer
.s-button-element.s-button-btn:hover {

    background: #9E7228 !important;
    border-color: #9E7228 !important;

    transform: translateY(-1px) !important;

    box-shadow:
        0 5px 14px rgba(184,135,50,.18) !important;
}


/* حركة الأيقونة */
.s-product-card-entry
.s-product-card-content-footer
.s-button-element.s-button-btn:hover
.icon-shopping-bag {

    transform: translateX(-2px) !important;
}


/* الضغط */
.s-product-card-entry
.s-product-card-content-footer
.s-button-element.s-button-btn:active {

    transform: scale(.98) !important;

    box-shadow: none !important;
}


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

@media (max-width: 767px) {

    .s-product-card-entry
    .s-product-card-content-footer {

        margin-top: 7px !important;
    }

    .s-product-card-entry
    .s-product-card-content-footer
    .s-button-element.s-button-btn {

        height: 34px !important;
        min-height: 34px !important;

        padding: 0 9px !important;

        border-radius: 8px !important;

        font-size: 11px !important;
    }

    .s-product-card-entry
    .s-product-card-content-footer
    .s-button-text {

        font-size: 11px !important;
        gap: 5px !important;
    }

    .s-product-card-entry
    .s-product-card-content-footer
    .icon-shopping-bag {

        font-size: 13px !important;
        width: 13px !important;
        height: 13px !important;
    }
}

/* =========================================
   SECTION TITLE
   CENTER + SIDE LINES
   ========================================= */

.s-block__title .right_title {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* العنوان نفسه */
.s-block__title .right_title h2 {
    width: 100% !important;

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

    gap: 14px !important;

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

    color: #29251F !important;

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

    line-height: 1.5 !important;

    text-align: center !important;
}


/* الخط الأيمن والأيسر */
.s-block__title .right_title h2::before,
.s-block__title .right_title h2::after {

    content: "" !important;

    display: block !important;

    width: 70px !important;
    height: 1px !important;

    flex: 0 0 70px !important;

    background: #B88732 !important;

    opacity: .55 !important;
}


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

@media (max-width: 767px) {

    .s-block__title .right_title h2 {
        gap: 10px !important;
        font-size: 16px !important;
    }

    .s-block__title .right_title h2::before,
    .s-block__title .right_title h2::after {

        width: 35px !important;
        flex-basis: 35px !important;

        background: #B88732 !important;
    }
}

.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: rgb(127 110 110 / 78%);
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255);
    padding: 5px;
    top: 23px;
    font-weight: bold;
}
/* =========================================
   RAHIQ GHUSN — MODERN HEADER
   CENTERED LOGO
   ========================================= */

/* الهيدر */
.store-header {
    position: relative !important;
    background: #fff !important;
    border-bottom: 1px solid #eee9df !important;
    box-shadow: none !important;
    z-index: 100 !important;
}


/* الحاوية الرئيسية */
.store-header .inner {
    position: relative !important;

    min-height: 72px !important;

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

    padding: 0 16px !important;
}


/* =========================================
   LOGO — ABSOLUTE CENTER
   ========================================= */

.store-header .navbar-brand {
    position: absolute !important;

    left: 50% !important;
    top: 50% !important;

    transform: translate(-50%, -50%) !important;

    margin: 0 !important;

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

    z-index: 10 !important;
}


/* صورة اللوقو */
.store-header .navbar-brand img {
    width: auto !important;
    height: 48px !important;

    max-width: 130px !important;

    object-fit: contain !important;

    display: block !important;
}


/* =========================================
   LEFT / RIGHT CONTROLS
   ========================================= */

/* منطقة اليسار */
.store-header .main-menu {
    position: absolute !important;

    right: 16px !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;

    gap: 8px !important;

    z-index: 20 !important;
}


/* منطقة الحساب / السلة */
.store-header .flex.items-center.justify-end {
    position: absolute !important;

    left: 16px !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;

    gap: 8px !important;

    z-index: 20 !important;
}


/* =========================================
   ICON BUTTONS
   ========================================= */

.store-header button,
.store-header a {
    transition:
        background .2s ease,
        transform .2s ease !important;
}


/* دوائر الأيقونات */
.store-header .sicon,
.store-header svg {
    width: 20px !important;
    height: 20px !important;
}


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

@media (max-width: 767px) {

    .store-header .inner {
        min-height: 64px !important;

        padding: 0 12px !important;
    }


    .store-header .navbar-brand img {
        height: 42px !important;
        max-width: 105px !important;
    }


    .store-header .main-menu {
        right: 10px !important;
        gap: 5px !important;
    }


    .store-header .flex.items-center.justify-end {
        left: 10px !important;
        gap: 5px !important;
    }


    .store-header .sicon,
    .store-header svg {
        width: 18px !important;
        height: 18px !important;
    }
}
.s-user-menu-login-btn {
 
    height: 2rem;
 
    border-color: rgb(255 255 255);
 
}

.header-btn__icon {
    align-items: center;
    border-radius: 9999px;
    border-width: 1px;
    display: flex;
    height: 2.3rem;
    justify-content: center;
    width: 2.5rem;
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgb(255 255 255);
 
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
   
}.s-product-card-image img {
    -o-object-fit: cover;
    object-fit: contain;
    background: white!important;
}