/* 1. تطبيق الصورة كخلفية كاملة للفوتر بعرض الشاشة */
footer.store-footer, 
.store-footer {
    background-image: url("https://cdn.imgchest.com/files/200dcb743c20.png") !important;
    background-size: cover !important; /* لتغطية كامل مساحة الفوتر بشكل متناسق */
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* 2. جعل ألوان الخلفية الافتراضية للفوتر شفافة لتظهر صورتك بوضوح خلف النصوص */
.store-footer__inner,
.store-footer__contacts-row,
.footer-bottom {
    background-color: transparent !important;
    background: transparent !important;
}
/* Product card action buttons: view, wishlist, etc. */
.product-card__buttons button,
.product-card__buttons a,
.product-card__buttons i,
.product-card__buttons svg,

/* Add-to-cart button */
.product-card__addToCart .s-button-element,
.product-card__addToCart button,
.product-card__addToCart i,
.product-card__addToCart svg {
    color: #046343 !important;
}

/* Force SVG icon lines to the same green */
.product-card__buttons svg [stroke],
.product-card__addToCart svg [stroke] {
    stroke: #046343 !important;
}

.product-card__buttons svg [fill]:not([fill="none"]),
.product-card__addToCart svg [fill]:not([fill="none"]) {
    fill: #046343 !important;
}.product-card__buttons button,
.product-card__addToCart .s-button-element {
    background-color: #046343 !important;
    border-color: #046343 !important;
    color: #ffffff !important;
}
/* Hide the product card buttons area */
custom-salla-product-card .product-card__buttons {
  display: none !important;
}
/* Product page – Add to Cart button */
.s-add-product-button-main .s-button-primary,
.s-add-product-button-main button {
    background: #046343 !important;
    border-color: #046343 !important;
    color: #ffffff !important;
}

/* Button text and icon */
.s-add-product-button-main button span,
.s-add-product-button-main button i,
.s-add-product-button-main button svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Hover */
.s-add-product-button-main .s-button-primary:hover,
.s-add-product-button-main button:hover {
    background: #035238 !important;
    border-color: #035238 !important;
    color: #ffffff !important;
}
/* Add to Cart button */
.s-add-product-button-main .s-button-primary,
.s-add-product-button-main button {
    background: #046343 !important;
    border-color: #046343 !important;
    color: #ffffff !important;
}

.s-add-product-button-main button span,
.s-add-product-button-main button i,
.s-add-product-button-main button svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}
salla-add-product-toast #toast-submit .s-button-element,
salla-add-product-toast #toast-submit button {
    background: #046343 !important;
    border-color: #046343 !important;
    color: #ffffff !important;
}
.s-infinite-scroll-btn,
.s-infinite-scroll-wrapper .s-button-primary {
    background-color: #046343 !important;
    border-color: #046343 !important;
    color: #ffffff !important;
}

.s-infinite-scroll-btn:hover,
.s-infinite-scroll-wrapper .s-button-primary:hover {
    background-color: #034f36 !important;
    border-color: #034f36 !important;
    color: #ffffff !important;
}