.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    color: #ffffff!important;
    background: var(--2) !important;
    border-color: var(--2) !important;
}

.product-card--primary-buttons button i, .product-card--primary-buttons salla-button i {
    color: #ffffff!important;
}

.product-card--primary-buttons button:hover, .product-card--primary-buttons salla-button:hover ,.product-card--primary-buttons button:hover i, .product-card--primary-buttons salla-button:hover i {
    color: var(--1) !important;
}

body.products-has-border .product-card {
    border: 7px solid var(--2);
}

:root {
    --color-primary: var(--1);
    --1: #e9a125;
    --bg-primary: #dee4e6;
    --bg-secondary: #ffffff;
    --header-bg: #fafaf8;
    --header-text-color: var(--2);
    --store-text-primary: var(--2);
    --2: #305f97;
    --store-text-secondary: var(--1);
    --product-bg: #ffffff;
    --color-primary-dark: var(--1);
    --color-primary-light: var(--1);
    --color-primary-reverse: #6a2200;
    --product-image-height: 17rem;
    --product-border-color: #e9e9e2;
    --product-enhanced-btn-bg: var(--2);
    --product-enhanced-btn-color: #ffffff;
    --products-per-row: 4;
    --footer-bg: #f8fafa;
    --footer-text-color: #374151;
    --bottom-footer-bg: #F9FAFB;
    --countdown-bg: #f3f4f6;
    --countdown-color: #111827;
    --countdown-border-color: #f3f4f6;
    --bottom-nav-bg: #d6f0ed;
    --bottom-nav-text-color: #111827;
    --wa-btn-bg: #22c55e;
    --wa-btn-text-color: #ffffff;
}

.dark {
    --bg-primary: #0d0d12;
    --bg-secondary: #0e0f0f;
    --header-bg: #1f1f28;
    --header-text-color: #ffffff;
    --store-text-primary: #ffffff;
    --store-text-secondary: #cccccc;
    --product-bg: #1d1f1f;
    --footer-bg: var(--header-bg);
    --footer-text-color: #ffffff;
    --bottom-footer-bg: #0e0f0f;
    --bottom-nav-bg: #1d1f1f;
    --bottom-nav-text-color: #ffffff;
}

.store-footer h3 {
    color: var(--1) !important;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > selia-contacts > div > a {
    background: var(--2) !important;
    color: #fff !important;
}

.product-card__image {
    background-color: var(--product-bg) !important;
}

body.slider_has_overlay .advanced-slider .swiper-slide:before {
    background: no-repeat;
}

section#best-offers-4-slider .lg\:mx-0.text-center.mb-8,section#best-offers-6-slider .lg\:mx-0.text-center.mb-8 {
    display: none;
}

section.up15 {
    margin-bottom: -5rem;
}

@media (min-width: 1440px) {
    section.up15 {
        margin-bottom: -15rem;
    }
}

ul.footer-list.links_with_bullits.store-links-items {
    text-align-last: center;
}

salla-add-product-button.s-add-product-button-with-apple-pay.hydrated button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center .s-button-text svg {
    display: none!important
}

salla-add-product-button.s-add-product-button-with-apple-pay.hydrated button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center .s-button-text::after {
    content: "اضف للسلة";
    font-size: 16px;
    font-weight: bold
}

section#best-offers-5-slider .lg\:mx-0.text-center.mb-8 {
    display: none;
}@media (min-width: 1024px) {
    ul.mx-auto.mt-8.grid.max-w-2xl.gap-x-6.gap-y-6.lg\:mx-0.lg\:max-w-none.grid-cols-2.lg\:grid-cols-5 {
        grid-template-columns: repeat(4,minmax(0,1fr));
        /* max-width: 486px; */
    }
}

img.aspect-\[14\/13\].w-full.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    aspect-ratio: 21/13;
}