/*header*/
.inner.bg-inherit.w-full{
  background-color: #75559E;
}
i.header-btn__icon.icon.sicon-shopping-bag,
b.s-cart-summary-total,
span{
  color:#ffffff;
}

button.s-user-menu-login-btn>svg>path{
      fill:#ffffff !important; 
}

/*features*/

.s-block-trust-store-features__grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
/*products*/

img.s-product-card-image-contain{
  background-color: #ffffff;
}
salla-add-product-button.hydrated{
  background-color: #8974AD;
  border-radius: 10px;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center{
    color: #ffffff !important;

}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center{
  display:none;
}

/*squared banners*/

@media (max-width: 768px){
:nth-child( 1 of section.s-block.s-block--banners.container){
  display: none;
}
}
@media (min-width: 769px){
:nth-child( 2 of section.s-block.s-block--banners.container){
  display: none;
}
}

@media (max-width: 768px){
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8>a.banner-entry.lazy.h-banner.entered.loaded{
      aspect-ratio: 1.8 /1 !important; 
    height: auto !important;
  }
}

@media (min-width: 769px){
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8>a.banner-entry.lazy.h-banner.entered.loaded:not(:first-child){
    height: 240px ;
  }
}


.grid.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8>a.banner-entry.lazy.h-lg-banner.entered.loaded{
  aspect-ratio: 4 /3.3 !important; 
    height: auto !important;
}
:nth-child(1 of section.s-block.s-block--banners.container)::before
{
  content: "اليوم محتارين نعمل إيه؟";
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: ##1E1E1E;
  margin-bottom: 35px;
}
:nth-child(2 of section.s-block.s-block--banners.container)::before
{
  content: "اليوم محتارين نعمل إيه؟";
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: ##1E1E1E;
  margin-bottom: 20px;
}
:nth-child(3 of section.s-block.s-block--banners.container)::before{
  content: "صنعناها للأطفال... وكتبناها لكم.";
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: ##1E1E1E;
  margin-bottom: 30px;
}
@media (max-width: 768px){
:nth-child(3 of section.s-block.s-block--banners.container)::before{
  content: "صنعناها للأطفال... وكتبناها لكم.";
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: ##1E1E1E;
  margin-bottom: 20px;
}
}

/*testimonials*/

.s-block-testimonials .s-slider-block_title-nav,
.s-block-testimonials .s-slider-prev,
.s-block-testimonials .s-slider-next {
  display: none !important;
}


/*footer*/

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 86px;
    height: 52px;
    background-image: url(https://i.ibb.co/bgKX858y/Chat-GPT-Image-Aug-22-2026-02-40-28-PM-1.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

}
@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

.store-footer__inner,
.md\:flex.items-center.justify-between.py-4.container.text-center
{
  background-color: #75559E !important;
  color: #FFFFFF !important;
  padding: 30px;

}