/* Add custom CSS styles below */ 
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #004b7c;
}.bg-inherit {
    background-color: #bca665;
    color: white;
}@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: #414042 !important;
        color: var(--color-primary);
        text-decoration-line: none;
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem;
        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: #bca665;
    }
}
.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: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: white;
}.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: white;
}

.sicon-menu:before {
    content: "\ed7f";
        color: white;

}/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.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: #bca665;
    color: white;
}
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
.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: 2px solid #bca665;
}
.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}



/* تنسيق العنوان الرئيسي داخل القسم */
.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: 22%;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 30%;
}

.categories-container {
    display: flex
;
    flex-wrap: inherit;
    gap: 3px;
    justify-content: center;
}.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: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    color: #b39f63;
}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #bca665;
    PADDING-TOP: 64PX;
}
.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);
    color: #b39f63;
    background: url(https://i.imgur.com/b8ItRWA.png);
}.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
    background: url(https://i.imgur.com/b8ItRWA.png);
} .s-contacts-icon {
    display: flex
;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border: 1px solid #b39f63;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color:  #b39f63;
}.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;
    border: 1px solid;
}
.category-item {
    /* flex: 1 1 calc(20% - 40px); */
    max-width: 31%;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 50%;
}


/* Basic styling for the section */
#E_store_features_sec_16 {
  text-align: center;
  padding: 20px;
  background-color: #f9fafb; /* Light background color */
}

/* Title and paragraph styling */
#E_store_features_sec_16 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#E_store_features_sec_16 p {
  font-size: 16px;
  color: #666; /* Light gray for description */
  margin-bottom: 30px;
}

/* Feature items container styling */
.feature-items {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Each feature item styling */
.f_features-item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px;
  padding: 20px;
  text-align: center;
}

.f_features-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.f_features-item p {
  font-size: 14px;
  color: #666;
}

.feature-icon img {
  width: 50px;
  height: auto;
}

/* Responsiveness for smaller screens */
@media (max-width: 768px) {
  .f_features-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.f_enhanced-store-features .f_features-item {
    display: flex;
    flex: 1 1 0%;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    background-color: var(--main-background);
    padding: 1rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
}


.f_enhanced-store-features .f_features-item:hover {
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media (min-width: 768px) {
    .f_enhanced-store-features .f_features-item .feature-icon {
        height: 7rem;
        width: 10rem;
    }
}

/* Basic styling for the section */
#E_store_features_sec_16 {
  text-align: center;
  padding: 20px;
  background-color: #f9fafb; /* Light background color */
}

/* Title and paragraph styling */
#E_store_features_sec_16 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#E_store_features_sec_16 p {
  font-size: 16px;
  color: #666; /* Light gray for description */
  margin-bottom: 30px;
}

/* Feature items container styling */
.feature-items {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Each feature item styling */
.f_features-item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease; /* Adding a hover effect */
}

/* Add hover effect for scaling the feature item */
.f_features-item:hover {
  transform: translateY(-10px); /* Slight lift on hover */
}

/* Styling for feature titles */
.f_features-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.f_features-item p {
  font-size: 14px;
  color: #666;
}

/* Image icon styling with h-full class */
.feature-icon img.h-full {
  width: 50px;
  height: 50px; /* Ensuring a fixed height for consistency */
  object-fit: contain; /* Ensure image keeps its aspect ratio */
}

/* Responsiveness for smaller screens */
@media (max-width: 768px) {
  .f_features-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f_enhanced-store-features .f_features-item .feature-icon {
    margin-bottom: .5rem;
    display: flex;
    height: 4rem;
    width: 7rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media (min-width: 768px) {
    .f_enhanced-store-features .f_features-item .feature-icon {
        height: 7rem;
        width: 10rem;
    }
}
.feature-icon img.h-full {
    width: 171px;
    height: 50px;
    object-fit: scale-down;
    height: 100%;
}
.f_enhanced-store-features .f_features-item:hover .feature-icon i, .f_enhanced-store-features .f_features-item:hover .feature-icon img {
    animation: toRightFromLeft .3s forwards;
}



@media (min-width: 768px) {
    .f_enhanced-store-features .f_features-item {
        border-radius: 4rem;
        padding: 2rem;
    }
}

.f_enhanced-store-features .f_features-item h3 {
    margin-bottom: .25rem;
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--main-color);
}
.f_enhanced-store-features .f_features-item p {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    color: var(--secondary-color);
}

.f_enhanced-store-features .f_features-item .feature-icon {
    margin-bottom: .5rem;
    display: flex
;
    height: 14rem;
        width: 9rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.feature-icon img.h-full {
    width: 216px;
    height: 50px;
    object-fit: cover;
    height: 100%;
}

@media (min-width: 768px) {
    .f_enhanced-store-features .f_features-item .feature-icon {
        height: 20rem;
        width: 19rem;
    }
}

.f_features-item {
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    width: 200px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}