/* 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;
  }
}


/* Hero */
@media(min-width:768px){  
.main-banner-component .content .flex.flex-col.gap-2.md\:gap-4{
    align-items: center;
    text-align: center;
}
  .main-banner-component .swiper-slide .container{
    max-width: 1400px;
  }
}
.main-banner-component .content {
    height: clamp(23.438rem, 13.3935rem + 41.8565vw, 64.25rem);
}
@media(min-width:1024px){
.main-banner-component .content .flex.flex-col.gap-2.md\:gap-4{
    max-width: 40%;
} 
}
@media(max-width:767px){
  .main-banner-component .content .max-w-\[830px\].flex.flex-col.gap-2.md\:gap-4{
    max-width: 50%;
    text-align: center;
    align-items: center;
}
  .main-banner-component .content {
    height: clamp(16.438rem, 9.3935rem + 29.8565vw, 56.25rem);
}
}

/* Add logo to hero banner */
section.main-banner-component .content h3::before {
    content: "";
    position: relative;
    background: url(https://i.ibb.co/Jw27Zcr4/Mask-group-6-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px auto;
}
@media(max-width:767px){
  section.main-banner-component .content h3::before {
    width: 50px;
    height: 50px;
}
}