/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
.sub-menu * {
  color: #000;
}
.sub-menu {
  color: #333;
}

body {
  background-color: #fff;
}
/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* التأكد من أن البنر داخل الحاوية يأخذ عرض الحاوية بالكامل */
.wide-placeholder .banner--fixed {
    width: 100%;
    height: auto;
} .s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #d6bd9f



;
    color: black;
    border:0;
}

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





;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: white;
}

.s-block--features__item:hover, .s-product-card-entry {
    --c: var(--main-color);
    --b: 5px;
    --g: 5px;
    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%, var(--c) 0;
    background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 / 200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;
}


.s-block--features__item:hover, .s-product-card-entry:hover {
    --_i: 100%;
    transition: .3s, background-size .3s .3s;
}

.top-navbar {
    display: flex
;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    BACKGROUND: #acb4a3

;
    COLOR: WHITE;
}
.top-navbar .s-search-input {
    border-style: none;
    background-color: rgba(229, 231, 235, 0.5);
    BACKGROUND: WHITE;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: rgba(229, 231, 235, 0.5);
    BACKGROUND: #2a1f10;
}.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(42 31 16);
    color: white;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgb(42 31 16);
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    border: 0;
}.top-navbar .s-search-input {
    border-style: none;
    background-color: rgba(229, 231, 235, 0.5);
    BACKGROUND: #d6bd9f

;
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: #d6bd9f

;
    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;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  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);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@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;
}

.category-item {
    flex: 1 1 calc(20% - 40px);
    max-width: 200px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.bg-inherit {
    background-color: #d6bd9f;
    color: white;
    border-bottom: 1px solid white;
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: #bfc8b5

;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #d6bd9f;
    color: black;
    border: 0;
    border-radius: 0;
}
@media (min-width: 1024px) {
[aria-label="footer"] > div:first-of-type {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}
}