/* Add custom CSS styles below */ 

/* Header */
span.s-cart-summary-count {
    display: flex !important;
    background-color: var(--color-primary);
}
@media(max-width:1024px){
  .s-cart-summary-count{
    width: 1rem !important;
    height: 1rem !important;
  }
}


/* Breadcramb */
.breadcrumbs .s-breadcrumb-wrapper .s-breadcrumb-item {
    color: #fff;
}

/* Add logo to hero banner */
section.main-banner-component .content h3::before {
    content: "";
    position: relative;
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/oArvZ/rGicz8vJl6hBMqmuEbMsE99fO66n1RSljXRR0ZyE.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px auto;
}
@media(max-width:991px){
  section.main-banner-component .content h3::before {
    width: 50px;
    height: 50px;
  }
}

/* Hero */
.main-banner-component .content .flex.flex-col.gap-2.md\:gap-4{
    max-width: 42%;
    align-items: center;
    text-align: center;
} 
.main-banner-component .content {
    height: clamp(23.438rem, 13.3935rem + 41.8565vw, 64.25rem);
}
.main-banner-component .content a {
    border-radius: 0;
}
@media(min-width:1024px){
  .main-banner-component .container {
    max-width: 1600px;
  }
}
@media(min-width:768px){  
  .main-banner-component .swiper-slide .container{
    max-width: 1400px;
  }
}
@media(max-width:767px){
  .main-banner-component .content .flex.flex-col.gap-2.md\:gap-4{
    max-width: 80% !important;

} 
.main-banner-component .content {
  height: clamp(34rem, 9.3935rem + 29.8565vw, 56.25rem);
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  }
  .main-banner-component .content h3{
    font-size: 1.5rem;
  }
  .main-banner-component .content p{
    font-size: 1rem;
  }
}


/* interactive-points-products */

section.interactive-points-products-component .container .md\:col-span-2.relative .absolute {
    visibility: hidden;
}

/* Advanced Categories */
@media (min-width:1025px){
  section.advanced-categories-component .swiper-wrapper {
    justify-content: center;
}
}

/* start fixed banner */
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.banner--fixed img {
    background-color: unset !important;
}