.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #0b0b41;
    color: white;
}

.banner--fixed img {
    border-radius: 0px;
    border-style: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

body {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: #ffe9ee !important;
}
.s-product-card-entry {
    border-radius: .75rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #4b4770 !important;
}

.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #0b0b41

;
      border: 0;

}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(249 250 251/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: WHITE;
    BACKGROUND: #f26c4b

;
}

.bg-inherit {
    background-color: #0b0b41;
}


.top-navbar 
{ padding-bottom: .375rem; padding-top: .375rem; background: #b02e4e; color: white; }
.top-navbar .s-search-input { background-color: white; border-style: none; }

footer .hover\:text-primary:hover {
    color: #414042;
    color: white;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: white;
}


header .header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: WHITE;
}
header .s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: white;
}
header .sicon-menu:before {
    content: "\ed7f";
    COLOR: WHITE;
}

/* تنسيق العنوان الرئيسي داخل القسم */
.section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; /* المسافة بين العنوان والأقسام */
  color: #333;
}

/* تنسيق الحاوية التي تحتوي على الفئات */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* محاذاة العناصر في المنتصف */
}

/* باقي التنسيقات كما هي */
.category-item {
  flex: 1 1 calc(20% - 40px);
  max-width: 200px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.category-item a {
  display: block;
  text-align: center;
  padding: 10px;
}

.category-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 0;
}

.category-item:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .category-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .category-item {
    flex: 1 1 100%;
  }
}
.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #333;
    PADDING-TOP: 64PX;
}
.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 3px;
    justify-content: space-evenly;
}

.boxItem {
    position: relative;
    width: calc(50% - 10px);
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #f7d8e9;
    transition: transform 0.3s ease;
}

.s-product-card-entry {
    border-radius: 0.75rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-duration: 0.3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 3.16px 3.16px 0px #00000040;
    border: 1px solid #6D353E;
}


@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: white;
        text-decoration-line: none;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        align-items: center;
        display: flex;
        font-size: .875rem;
        justify-content: space-between;
        line-height: 1.25rem;
        padding: .75rem;
        transition-duration: .3s;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        color: white;
    }
}