/* Add custom CSS styles below */ 
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
.top-navbar {
    display: flex
;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #994444;
        color: white;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: white;
}.top-navbar .s-search-input:hover {
    background-color: white;
}

.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: #994444
;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: #994444
;
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #994444
;
}
.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, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: #ead3d3;
}
.s-contacts-icon {
    display: flex
;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    background: white;
    color: #aa4b4b;
}
.s-social-link a {
    display: flex
;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background: white;
    color: #aa4b4b

;
}
.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #aa4b4b;
}

.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* جعل أول وثاني وثالث بنر يأخذ عرض الشاشة بالكامل */
.wide-placeholder .banner--fixed:nth-of-type(1),
.wide-placeholder .banner--fixed:nth-of-type(2),
.wide-placeholder .banner--fixed:nth-of-type(3) {
    width: 100%;
    height: auto;
}

/* تنسيق العنوان الرئيسي داخل القسم */
.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;
}

.categories-container {
    display: flex
;
    flex-wrap: inherit;
    gap: 50px;
    justify-content: center;
}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #aa4b4b;
    PADDING-TOP: 64PX;
}.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #aa4b4b;
    color: white;
}
.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, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border: 1px solid #aa4b4b

;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: #aa4b4b;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
}
footer .hover\:text-primary:hover {
    color: #414042;
    color: white;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: white;
}
.s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color:#aa4b4b

!important;
}

.main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, 1);
    color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
    display: none;
}

salla-advertisement {
  position: fixed;
  width: 100%;
  z-index: 123313;
}
.s-advertisement-action {
  display: none;
}

.store-header {
  margin-top: 40px;
}

#mainnav.fixed-pinned .inner{
  top: 45px !important;
}
#mainnav.fixed-pinned .inner {
    top: 0px !important;
}