/* Add custom CSS styles below */ 



/* ==============cat============= */
section.container.relative.-mt-12.md\:-mt-28.xl\:-mt-32.z-10{
  margin-top: -1rem;
}


/* ==============special prod======== */

section#block--general-features-6 .grid.grid-cols-1.lg\:grid-cols-3.items-center.gap-10.mt-8.lg\:mt-12{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}


section#block--general-features-6 .lazy.lazy__bg.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
  /* width: 13rem !important; */
  /* height: 13rem !important; */
}

@media(min-width: 768px){
  section#block--general-features-6 .lazy.lazy__bg.entered.loaded {
  width: 13rem !important;
  height: 13rem !important;
}
}

section#block--general-features-6 h3.text-sm.lg\:text-lg.font-bold.text-\[var\(--store-title\)\].mb-2.lg\:mb-4.w-full,
section#block--general-features-6 p.font-normal.text-xs.lg\:text-sm.text-\[var\(--store-description\)\].w-full{
  display: none;
}


/*  ===========علامات تجاريه=============*/
section#main-links-4 .container{
  max-width: 100%;
}
section#main-links-4 .swiper-wrapper{
  flex-wrap: wrap;
}

section#main-links-4 salla-slider .swiper-slide{
  flex: 0 0 calc(100% / 12); 
}

section#main-links-4 .main-link-photo.relative.\!w-\[90\%\].\!h-auto.aspect-square.rounded-full.flex.justify-center.items-center.overflow-hidden.shadow-lg.bg-transparent.lazy.lazy__bg.\!bg-top.entered.loaded {
    box-shadow: none;
    border-radius: 0;
}



/* =============الاسئله ا============ */
button.accordion.text-base.\!leading-normal.flex.justify-between.rtl\:text-right.ltr\:text-left.items-center.border-none.w-full.gap-2.outline-none.cursor-pointer.text-\[var\(--store-title\)\].\[background\:var\(--store-background-secondary\)\].py-3.px-5{
  background-color: #050A2E;
  color: #fff;
}


/* ==================testimonials===== */
@media(min-width: 768px){
section.s-block.speed-testimonials.s-block-saji-animate.my-8.lg\:my-16 .swiper-wrapper{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
  transform: none !important;
  justify-items: center;
}
  }



/* slide */
@media(min-width: 992px){
section.s-block.speed-testimonials.s-block-saji-animate.my-8.lg\:my-16 .swiper-backface-hidden .swiper-slide {
    width: 640px !important;
}
}

/* card */
section.s-block.speed-testimonials.s-block-saji-animate.my-8.lg\:my-16 .swiper-backface-hidden .swiper-slide  .testimonials-content.flex.h-full.relative.saji_anime.\[background\:var\(--store-background-secondary\)\].rounded-2xl.flex-col.p-4.border.border-primary.justify-between{
    background-color: #E8D9C4;
}







/* ==================footer======== */
footer.store-footer.relative.flex.flex-col.\[background\:var\(--footer-bg\)\].border-\[var\(--footer-color\)\] {
    background: url(https://i.ibb.co/Kpbz808X/foote.png);
    background-size: cover;
  padding-top: 6rem;
}

@media(max-width:768px){
  footer.store-footer.relative.flex.flex-col.\[background\:var\(--footer-bg\)\].border-\[var\(--footer-color\)\] {
        background-position: center;
}
}

footer .footer-bottom.md\:order-4.\[background\:var\(--footer-bg\)\] {
    display: none;
}