/* Add custom CSS styles below */ 
    .top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        background: #b9a1eb;
        color: white;
        font-weight: bolder;
    }
    .top-navbar .s-search-input {
    border-style: none;
    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: #ed669f;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: #ed669f
;
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #ed669f
;
}
.sicon-menu:before {
    content: "\ed7f";
    COLOR: #ed669f
;
}
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.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;
}

.slide--cat-entry {
    display: flex
;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 0;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: transparent;
    padding: 0.75rem;
    text-align: center;
    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: 500ms;
}

.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: #bcdaff;
}.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: white;
    font-weight: bolder;
}

.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: #b9a1eb;
}



.hover\:text-primary:hover {
    color: #414042;
    color: white;}
    
    
    
    .s-button-primary-outline {
    fill: #414042;
    fill: var(--color-primary);
    color: #414042;
    white-space: var(--color-primary);
    background: #bba4eb;
    color: white;
}

.s-button-btn, .s-price-range-number-input {
    border-radius: 8px;
}




/* custom sections */
#cus-secs {
    width: 100%;
    padding-top: 60px;
  }
  #cus-secs #secs-wrapper {
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0px, 250px));
    justify-content: center;
    align-items: start;
    gap: 10px;
  }
  @media (max-width: 1024px) {
  #cus-secs #secs-wrapper {
      grid-template-columns: repeat(3 , minmax(0px, 150px));
    }
  }
  #cus-secs #secs-wrapper #sec-link {
    width: 100%;
    transition: .3s;
    border-radius: 50%;
    position: relative;
  }
  #cus-secs #secs-wrapper #sec-link:hover {
    transform: scale(1.1);
  }
  @media (max-width: 1024px) {
  #cus-secs {
    padding-top: 20px;
  }
  }
  /* Logo */

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
    content: "";
    background: url("https://i.postimg.cc/kGYjvDBX/22.png");
    display: block;
    background-size: contain;
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
  }
  
  .store-footer__inner .container > div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px;
  }
  
  .store-footer__inner .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .store-footer__inner .container > div:nth-of-type(1) {
    grid-column: span 1 / span 2;
  }
  
  .store-footer__inner + div {
    background: transparent;
    max-width: 100%;
    justify-content: space-around;
  }
  
  .store-footer__inner > div a h3 {
    display: none;
  }
  
  @media (max-width: 992px) {
    .store-footer__inner .container {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }