html, body {
    overflow-x: hidden !important;
}

@media (min-width: 1024px) {

  /* تكبير الكارد نفسه */
  .somou-categories-slide {
    max-width: 220px !important;
  }

  /* تكبير الصورة */
  .somou-categories-img {
    max-width: 220px !important;
    max-height: 220px !important;
    height: 220px !important;
    width: 220px !important;
  }

}
.somou-categories-img {
    box-shadow: none !important;
 
}
.somou-categories-img.w-full.h-full.bg-gray-300.rounded-full.max-w-\[150px\].max-h-\[150px\].bg-center.bg-origin-content.overflow-hidden.bg-no-repeat.bg-cover.relative.duration-300 {
    background-color: transparent;
   
}


.index section.s-block--fixed-banner > .container{
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
  margin-top: 2em !important;
   padding: 0;      /* إزالة الهوامش الداخلية */
}

/* ==============================
   8- المنتجات (Products)
============================== */
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #914f02;               /* إطار المنتج */
    border-radius: 8px;                      /* زوايا دائرية */
    padding: 10px;                           /* حشو داخلي */
    transition: transform 0.3s ease, 
                box-shadow 0.3s ease;        /* تأثير حركة */
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
    transform: scale(0.97); /* تصغير بسيط عند الهوفر */
    box-shadow: none;       /* إلغاء الظل */
}

.s-product-card-price {
    color: #914f02;       /* لون السعر */
    text-align: center;   /* توسيط السعر */
}

.s-product-card-content-sub {
    text-align: center;
    display: inline-block;
}

.s-product-card-content-title a {
    font-size: 16px;     /* حجم النص */
    font-weight: bold;   /* نص سميك */
    text-align: center;
    display: block;
}

/* ميل للصورة كلها لليمين وقت الهوفر */
.s-product-card-image img {
  transition: transform 0.4s ease;
}

.s-product-card-image img:hover {
  transform: rotate(5deg); /* تميل 5 درجات لليمين */
}
.s-slider-block__title h2 {
    font-size: 1.5rem !important; /* حجم أصغر */
    color: #914f02;
   font-weight: bold !important;          /* سمك النص */
}

h2.md\:text-\[24px\].capitalize.text-\[19px\].font-medium.leading-\[32px\].ltr\:tracking-\[1px\] {
    color: #914f02;             /* لون النص */
    font-weight: bold;          /* سمك النص */
    font-size: 2rem;            /* حجم النص */
}

.somou-categories-title.flex.justify-start.items-center.w-full.h-full {
    justify-content: center;
}


/* ========== أزرار الشراء والسلة فقط ========== */
.s-button-btn.s-button-primary-outline,
.s-button-btn.s-button-solid,
.s-fast-checkout-button {
    position: relative;
    overflow: hidden;
    border: 2px solid #914f02;
    background-color:#914f02;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 12px 20px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-align: center;
}

/* تأثير التكبير عند الهوفر */
.s-button-btn.s-button-primary-outline:hover,
.s-button-btn.s-button-solid:hover,
.s-fast-checkout-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(245, 100, 169, 0.4);
    background-color: #914f02;
}

/* لمعة متحركة */
.s-button-btn.s-button-primary-outline::after,
.s-button-btn.s-button-solid::after,
.s-fast-checkout-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
}

/* تحريك اللمعة عند الهوفر */
.s-button-btn.s-button-primary-outline:hover::after,
.s-button-btn.s-button-solid:hover::after,
.s-fast-checkout-button:hover::after {
    left: 200%;
}

/* تأثير عند الضغط */
.s-button-btn.s-button-primary-outline:active,
.s-button-btn.s-button-solid:active,
.s-fast-checkout-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgba(245, 100, 169, 0.3);
}

/* ========== اللودر (Spinner) عند التحميل ========== */
.s-button-btn.s-button-primary-outline.is-loading,
.s-button-btn.s-button-solid.is-loading,
.s-fast-checkout-button.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.s-button-btn.s-button-primary-outline.is-loading::before,
.s-button-btn.s-button-solid.is-loading::before,
.s-fast-checkout-button.is-loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ====== ويدجت salla-mini-checkout-widget ====== */
salla-mini-checkout-widget,
salla-mini-checkout-widget .s-add-product-button-mini-checkout-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    border: 2px solid #914f02;
    background-color: #914f02;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;  
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    text-align: center;
}

/* تأثير التكبير عند الهوفر */
salla-mini-checkout-widget:hover,
salla-mini-checkout-widget .s-add-product-button-mini-checkout-content:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(245, 100, 169, 0.4);
    background-color: #914f02;
}

/* لمعة متحركة */
salla-mini-checkout-widget::after,
salla-mini-checkout-widget .s-add-product-button-mini-checkout-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
}

salla-mini-checkout-widget:hover::after,
salla-mini-checkout-widget .s-add-product-button-mini-checkout-content:hover::after {
    left: 200%;
}

/* تأثير noعند الضغط */
salla-mini-checkout-widget:active {
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgba(245, 100, 169, 0.3);
}

/* ====== اللودر ====== */
salla-mini-checkout-widget.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

salla-mini-checkout-widget.is-loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

:root {   
    --color-primary: #914f02;
}

.s-block-trust-landing-footer {
    background-color: #914f02 !important;
 
}

    .mm-spn.mm-spn--light {
        background-color: #914f02 !important;
        color: var(--header-textmain-color) !important;
    }

.store-footer .somou-copyright a.max-w-\[120px\] img {
  display: none !important;
}
salla-landing-footer-ta8f39 {
    display: none !important ;
}

.main-nav-container.fixed-pinned .navbar-brand img,
.navbar-brand img {
    max-height: 6rem; /* تحديد أقصى ارتفاع للشعار */
}

.main-nav-container .flex.items-stretch {
  justify-content: center !important;
}
.s-block--marquee.is-mini {
    display: none;
}
    .s-slider-block__title {
        justify-content: space-between !important;
    }


.somou-store-footer .somou-copyright .copyright-text p {
    display: none;
}