/** Shopify CDN: Minification failed

Line 91:17 Unexpected "{"
Line 91:26 Expected ":"
Line 91:33 Unexpected "{"
Line 99:17 Unexpected "{"
Line 99:26 Expected ":"
Line 108:17 Unexpected "{"
Line 108:26 Expected ":"
Line 113:17 Unexpected "{"
Line 113:26 Expected ":"
Line 122:17 Unexpected "{"
... and 9 more hidden warnings

**/
@font-face {
    font-family: 'IBM Plex Sans Condensed';
    src: url('/cdn/shop/files/IBMPlexSansCondensed-Bold.woff2?v=1775330284.woff2') format('woff2'),
        url('/cdn/shop/files/IBMPlexSansCondensed-Bold.woff?v=1775330284.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.antar-banner{
padding: 0 64px;
}
section.antar-banner {
    margin-top: 70px;
}
.desktop-banner-image{
  display:block;
}
.hdt-section-spacing.hdt-s-gradient.Track_banner.hdt-container-full {
    padding-top: 0px;
}
.mobile-banner-image{
  display:none !important;
}
 .antar-banner__stats a {
    display: block;
    background-image: url("/cdn/shop/files/b1cb723d276c9bba195b1760338881beb762d947_3.png?v=1764063018");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    text-decoration: none;
    font-family: 'IBM Plex Sans SemiCondensed' !important;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    width: 257px;
    height: 55px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 18px;

 }  
.hdt-section-spacing.hdt-s-gradient.Track_banner.hdt-container-full .antar-banner__stats {
    right: 68px !important;
    left: unset;
    bottom: -30px;
}

.antar-banner__stat-label{
    font-family: 'IBM Plex Sans Condensed';
    font-size:24px;
    font-weight:800;
    color:#181818;
}
  .antar-banner__stats {
    
    font-family: 'IBM Plex Sans Condensed';
    font-size:48px;
    font-weight:800;
    color:#E87D36;
    text-align: center;
    padding: 10px;
    z-index: 2;
}
.antar-banner__stats {
    position: absolute;
    bottom: -10px;
    /* left: 70px; */
}
section.antar-banner {
    position: relative;
}
  #antar-banner-{{ section.id }} {
    max-width: 1280px;
    margin: 0 auto 40px;
    border-radius: var(--radius);
    overflow: hidden;
  }

  /* ── INNER WRAPPER ── */
  #antar-banner-{{ section.id }} .antar-banner__inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
    line-height: 0;
  }

  /* ── BANNER IMAGE ── */
  #antar-banner-{{ section.id }} .antar-banner__bg {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  #antar-banner-{{ section.id }} .antar-banner__bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }


  /* ── STATS BAR ── */
  #antar-banner-{{ section.id }} .antar-banner__stats {
    display: flex;
    align-items: center;
    padding: 22px 56px;
    gap: 52px;
    flex-wrap: wrap;
    border-radius: 0 0 var(--radius) var(--radius);
    clip-path: polygon(0 30%, 3% 0%, 100% 0%, 100% 100%, 0 100%);
  }
 


  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    section.antar-banner {
    margin-top: 0px;
}
.hdt-section-spacing.hdt-s-gradient.Diabetes-banner.hdt-container-full {
    margin: 0px;
    padding-top: 16px;
}
.hdt-section-spacing.hdt-s-gradient.Track_banner.hdt-container-full {
    padding-top: 30px;
}
.hdt-section-spacing.hdt-s-gradient.antar-compare-main.hdt-container-full {
    padding-bottom: 0px;
}

.antar-banner__stats a {
    font-size: 14px;
    width: 190px;
    height: 40px;
    margin-bottom: 18px;
    padding: 15px !important;
}
    .desktop-banner-image{
      display:none !important;
    }
    .antar-banner__stat-number {
        display: none;
    }
    .antar-banner__stat-label{
       display: none;
    }
    .antar-banner {
       padding: 0 16px;
    }
    .mobile-banner-image{
      display:block !important;
    }
    .hdt-section-spacing.hdt-s-gradient.Track_banner.hdt-container-full .antar-banner__stats {
        right: -4px!important;
        left: unset;
        bottom: -30px;
    }
    #antar-banner-{{ section.id }} .antar-banner__mask-wrap {
      width: 70%;
    }
    #antar-banner-{{ section.id }} .antar-banner__stats {
      padding: 18px 28px;
      gap: 28px;
      clip-path: polygon(0 20%, 5% 0%, 100% 0%, 100% 100%, 0 100%);
    }
  }

  @media (max-width: 480px) {
    #antar-banner-{{ section.id }} .antar-banner__mask-wrap {
      width: 100%;
      clip-path: ellipse(110% 55% at 50% 0%);
    }
    #antar-banner-{{ section.id }} .antar-banner__stats {
      padding: 16px 20px;
      gap: 20px;
      clip-path: none;
    }
  }

