/* Add custom CSS styles below */ 

body,
img,
a {
  background-color: transparent !important;
}

/*main-banner*/
section:nth-child(2){
  margin: unset !important;
}
section:nth-child(2) > div{
  max-width: unset;
  padding: unset;
}
section:nth-child(2) > div img{
  border-radius: unset;
}
/**/

/*categories*/
section:nth-child(4) img{
  height: auto;
  
}
section:nth-child(4) .swiper-slide{
  width: calc(100% / 5) !important;
  max-width: unset !important;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 426px) and (max-width: 768px){
  section:nth-child(4) .swiper-slide{
  width: calc(100% / 3) !important;
  max-width: unset !important;
}
}

@media screen and (max-width: 425px){
  section:nth-child(4) .swiper-slide{
  width: calc(100% / 2) !important;
  max-width: unset !important;
}
}
/**/

/**/
@media (min-width: 769px) and (max-width: 1200px){
    .grid-banners a:first-child {
        height: 400px;
    }
}
@media (min-width: 426px) and (max-width: 768px) {
    .grid-banners a:first-child {
        height: 450px;
    }
}
@media (max-width: 425px){
    .grid-banners a:first-child {
        height: 225px;
    }
}
/**/

/*products*/
.catg-banner{
  display: none;
}

/*title*/
section:nth-child(9) > div::before{
  content: "سماعات الرأس";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(13) > div::before{
  content: "الساعات الذكية";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(15) > div::before{
  content: "الكيبوردات";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(16) > div::before{
  content: "العاب الاطفال";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(17) > div::before{
  content: "الألعاب الورقية";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(18) > div::before{
  content: "أجهزة منزلية";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(19) > div::before{
  content: "أدوات القهوة";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
/**/

section:nth-child(20){
  margin-bottom: 4rem;
}