@media(min-width:1024px){
.main-menu li.root-level > a {
    padding-bottom: 1rem;
}
}

body > section{
  background:transparent !Important
}

/* Categories */

.s-block--banners .grid {
    grid-template-columns: repeat(4, 1fr);
    gap:1rem !Important;
}


@media(min-width:1024px){
.s-block--banners .grid {
    margin-bottom:2rem 
}
}

section:nth-child(1 of .s-block--banners) .grid{
  margin-bottom:0 !important
}

.s-block--banners .banner-entry {
    height: 250px;
}

@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 160px;
    }
    .s-block--banners .grid {
    gap:0.5rem !Important;
}

section:nth-child(2 of .s-block--banners) {
    margin-top: 0.5rem !important;
}

.s-block--banners .grid {
    grid-template-columns: repeat(2, 1fr);
}

}

.s-block--banners .lazy__bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}


/* Offers */

.offers p:after{
  content: " ر.س ";
  font-weight:400 !important
}

@media(max-width: 768px){
  .offers{
    height:80vh !Important
  }

  .offers .swiper-slide-active{
    margin-bottom: 3rem !Important
  }
  .offers .absolute{
    gap: 1rem !important
  }
}

.offers > h2 {
  color: #fff;
  text-shadow: none;
  margin-bottom: 2rem
}

.offers .flex *:not(span) {
  color: #fff;
}

.offers a span:not(a:hover span){
  color: var(--vd-color) !important
}

.offers .flex h2 {
  font-size: 2rem;
}

.offers del {
  color: rgb(33 211 207) !important;
}

@media (max-width: 992px) {
  .offers .flex h2 {
    font-size: 1rem;
  }
}

.banner-entry,
.banner--fixed img {
  background-color: transparent !important;
}

.offers .flex .flex p {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.4rem !Important;
  margin-top:1rem !important
}

.content_tistimonial {
  background-image:url('https://i.ibb.co/Z68CZd5x/Group-2598.png') !important
}

.numbers .products {
    display: flex;
}

/* Hover Effect */

.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}