/* Add custom CSS styles below */ 
/* تنسيق العنوان الرئيسي داخل القسم */
.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 !important;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #C6A26A;
    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: 2px solid #c6a26b;
}

body{    background:#FFFAF1 !important; 
}
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}.sicon-heart:before {
    content: "\eca1";
    color: #c6a26b;
}
.s-product-card-content-title a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: #C6A26A;
}
/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.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;
}

/* 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 {
    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;
    background: #fef9f0;
    border: 1px solid black;}
    
    #E_store_features_sec_16 {
    text-align: center;
    padding: 20px;
    background-color: transparent;
}.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgb(252 242 225);
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.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: #FCF2E1;
}
.s-contacts::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 176px;
    width: 184px;
    height: 128px;
    background-image: url(https://i.ibb.co/3YTncWT8/uhxf-IZ73-Wi0-Maa-JUv-Wx-AMmlzl61nsz-Lz-XYzo-Gwu-L-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    LEFT: 61PX;
}
@media (MAX-width: 640px) {
    .s-contacts::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 384px;
    width: 184px;
    height: 127px;
    background-image: url(https://i.ibb.co/3YTncWT8/uhxf-IZ73-Wi0-Maa-JUv-Wx-AMmlzl61nsz-Lz-XYzo-Gwu-L-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    LEFT: 21PX;
}
}




.s-contacts::before {
animation: slideUpDown 5s infinite ease-out;}

@keyframes slideUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}@media (max-width: 640px) {
    .s-contacts::before {
        content: "";
        position: absolute;
        bottom: 221px;
        width: 160px;
        height: 127px;
        background-image: url(https://i.ibb.co/3YTncWT8/uhxf-IZ73-Wi0-Maa-JUv-Wx-AMmlzl61nsz-Lz-XYzo-Gwu-L-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: 21px;
    }
}
.top-navbar .s-search-input {
    border-style: none;
    background-color: white;
}
.top-navbar {
    display: flex
;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #FCF2E1;
}