/** Shopify CDN: Minification failed

Line 204:40 Unexpected ")"

**/
.section-blog-archive-featured {
  margin-block: 40px;
}

.blog-archive-header {
  text-align: center;
  margin-bottom: 32px;
}
.blog-archive-header h1{
    font-size:40px;
    line-height:45px;
    font-family:Poppins;
    font-weight: 600;
}
.blog-archive-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom:30px;
}

.blog-featured-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  grid-column: span 2;
}

.blog-featured-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.blog-featured-image-link {
  position: relative;
  display: block;
  height: 100%;
  z-index: 1; 
}

.blog-featured-content {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
    color: #fff;
    z-index: 2;
}
.blog-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-featured-image-link {
  position: relative;
  display: block;
  height: 100%;
  z-index: 0;       
}



.blog-featured-meta {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 6px;
  z-index: 3; 
}

.blog-featured-type,
.blog-featured-date {
  margin-right: 6px;
}

.blog-featured-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.blog-featured-title a {
  color: #fff;
  text-decoration: none;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  background: #fff;
}

.blog-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-card-body {
  background: #F5F5F5;
  padding: 20px 30px;
}
h3.blog-card-title a{
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color:#131313;
}

  a.blog-card-readmore{
    position:relative;
  }
 a.blog-card-readmore:hover:before {
    content: "";
    background-image: url(/cdn/shop/files/Right_icon_5ac418ef-8680-430e-a5c4-f03c51611093.webp?v=1764595352);
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    left: 90px;
    display: inline-block;
    transform: translateX(8px);
}
span.blog-card-date {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color:#131313;
}
.blog-card-title a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.blog-card-excerpt {
  margin: 6px 0 10px;
  font-size: 14px;
}

.blog-card-readmore {
  font-size: 16px;
  font-weight: 600;
  color: #e53935;
  text-decoration: none;
  font-family: 'Poppins';
}

.blog-archive-load-more {
  margin-top: 32px;
  text-align: center;
}

.blog-archive-sidebar {
  background: #F5F5F5;
  padding: 24px 20px;
  
}

.sidebar-heading {
    font-size: 20px;
    line-height:30px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Poppins';
    color: #131313;
    text-transform: uppercase;
}

.sidebar-featured-list {
  list-style: decimal;
  padding: 0;
  margin: 0;
  color: #131313;
  font-weight: 500;
  list-style-position: inside;
}

.sidebar-featured-item + .sidebar-featured-item {
  margin-top: 10px;
}
li.sidebar-featured-item {
    border-bottom: 1px solid #00000033;
}
li.sidebar-featured-item:nth-last-child() {
    border-bottom: unset !important;
}

.sidebar-featured-item a {
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    color: #131313;
    font-family: 'Poppins';
    font-weight: 500;
}
.blog-archive-featured .pagination__list {
    display: flex;
    justify-content: center;
    margin-top:30px;
}


@media (max-width: 989px) {
  .blog-archive-main {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .blog-archive-sidebar {
  
  grid-column: span 2;
}

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 0px; 
}
.breadcrumbs-content {
    display: none;
}
.article-template__layout {
    padding-top: 0px;
}
.blog-hero-banner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:173px 0px;
}
.blog-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background: rgba(0, 0, 0, 0.50); 
  z-index: 1;
}

.blog-hero-title {
  position: relative;
  z-index: 2; 
  color: #fff;
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  max-width: 790px;
  margin: auto;
}
 .ib-sec {
        padding: 20px 0;
    }

    .ib-blog-cont p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Poppins';
        color: #131313;
    }


    .ib-blog-cont h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        font-family: 'Poppins';
        color: #131313;
    }

    .ib-blog-cont ul {
        margin: 20px;
        padding-left: 0.2em;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Poppins';
        color: #131313;
    }

    .ib-blog-cont li {
        margin-bottom: 0.3em;
        font-size: 1em;
    }

    .ib-cta {
        text-align: center;
    }

    a.ib-btn {
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
    }

   .ib-btn {
    display: inline-flex;
    margin-top: 10px;
    padding: 12px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: #131313;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.2s;
    
}

    .ib-btn::after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(/cdn/shop/files/Right_Arrow.webp?v=1756472925);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        margin-left: 8px;
        flex-shrink:0;
    }

    .ib-btn:hover {
        background: #db232f;
        color: #fff;
    }

    .injector-image {
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0px auto;

    }
  .ib-image {
    margin-top: 30px;
}
    .ib-blog-cont {
        max-width: 1000px;
        margin: 0 auto;
    }

    
 

@media (max-width: 767px) {

  .blog-hero-title {
    font-size: 40px;
    line-height:50px;
  }
  .blog-hero-banner {
  padding:80px 0px;
}
a.ib-btn {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 22px;
}
}
@media (max-width: 500px) {
  .blog-featured-hero {
    aspect-ratio: auto;
    min-height: 360px; 
  }
  .blog-hero-title {
    font-size: 35px;
    line-height:45px;
    
  }
   .blog-hero-banner {
  padding:50px 0px;
}
 
    .ib-blog-cont h2 {
    font-size: 30px;
    line-height: 40px;
  }
 
}
@media screen and (max-width: 575px) {
    .article-template__group {
         padding-left: unset; 
       padding-right: unset; 
    }
}