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

/* Hero */

.main-banner-component .swiper-slide .container{
  max-width: 1400px;
}

.main-banner-component .content {
    height: clamp(23.438rem, 13.3935rem + 41.8565vw, 64.25rem);
}
.main-banner-component .content .flex.flex-col.gap-2.md\:gap-4{
    max-width: 50%;
    align-items: center;
    text-align: center;
}
/* @media(min-width:768px){  
} */
@media(max-width:767px){
  .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/NgRm4RF2/Mask-group-9.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px auto;
}
@media(max-width:767px){
  section.main-banner-component .content h3::before {
    display: none;
}
}

/* Offers Products */
.s-product-card-content-footer {
    margin-top: 0;
}

/* Fatures */
section.store-features-component .lg\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}