/** Shopify CDN: Minification failed

Line 190:4 Unexpected "{"
Line 190:5 Expected identifier but found "%"
Line 192:6 Unexpected "{"
Line 192:7 Expected identifier but found "%"

**/
.swiper-wrapper {
      gap: 15px;
    }
    .tab-container {
      /* overflow-x: auto; */
      scroll-behavior: smooth;
    }
    .tab-container::-webkit-scrollbar {
      height: 8px;
    }

    .tab-container::-webkit-scrollbar-thumb {
      background-color: #808080;
      border-radius: 10px;
    }
    .progress-container {
        position: absolute;
        width: 94%;
        height: 8px;
        background-color: #b2b2b2;
        margin-top: 10px;
        bottom: 95px;
        left: 40px;
        border-radius: 10px;
    }
    
    .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #808080;
        width: 0%;
        border-radius: 10px;
    }

    .swiper-wrapper{
      gap: 0px !important;
    }
.tab-container.active-tab::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #E8E8E8;
          height: 5px !important;
          scrollbar-width: thin;
        }

        .swiper-wrapper {
        	display: grid !important;
        	grid-template-columns: repeat(100, 1fr)!important;
        }

        .tab-container.active-tab::-webkit-scrollbar
        {
        width: 5px;
        background-color: #F5F5F5;
        scrollbar-width: thin;
        }

        .tab-container.active-tab::-webkit-scrollbar-thumb
        {
        border-radius: 10px;
        background-color: #808080;
        height:5px !important;
        }

     .swiper-button-next, .swiper-button-prev {
        display: none !important;
     }

     .blogs-tag-container {
        max-width: 1440px;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
           position: relative;
     }

      .swiper-container.swiper-initialized.swiper-horizontal {
        padding-bottom: 55px !important;
      }

    .blogs-tag-container {
        max-width: 1440px;
        width: 100%;
        margin: auto;
    }

    .blogs-title {
        padding: 0 0 25px 0;
    }

    .blogs-title h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        color: #2D2D2D;
        font-weight: bold;
        margin: 0;
    }

    @media (max-width: 768px) {
      .blogs-title h2 {
        margin-bottom: 30px !important;
      }
    }

    .art_details h3 a {
        font-size: 22px;
        line-height: 30px;
        color: #2d2d2d;
        text-align: left;
        font-weight: bold;
    }

    .art_details p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin: 0;
        padding: 0;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 25px;
    }

      .art_details h3 {
        padding: 0;
        margin: 0;
        line-height: 0px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical !important;
        display: -webkit-box !important;
        white-space: normal !important;
        overflow: hidden;
      }

      div#tag-buttons .tag-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 15px;
      }
      div#tag-buttons .tag-buttons[data-overlayscrollbars-viewport] {
        padding-bottom: 30px !important;
      }
      @media (max-width: 768px) {
        div#tag-buttons .tag-buttons[data-overlayscrollbars-viewport] {
          justify-content: flex-start;
        }
      }
      
#tag-buttons button {
    font-size: 17px;
    line-height: 1;
    color: #2D2D2D;
    text-align: center;
    border-radius: 34px;
    padding: 0 18px;
    border: 2px solid #2D2D2D;
    height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    #tag-buttons .tag-button:hover,
    #tag-buttons .tag-button:focus-visible,
    #tag-buttons .tag-button.active {
      background: #0f0868;
      color: #fffcfc !important;
      border-color: #0f0868 !important;
    }

    #tag-buttons {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    {% comment %} .tab-container {
    display: none;
    } {% endcomment %}

    .article-img img {
        width: 100%;
        border-radius: 15px 15px 0 0;
        min-height: 275px;
        max-height: 275px;
        height: 100%;
        object-fit: cover;
        background: white;
    }

    .ArtSection {
        width: 25%;
        background: #F3F3F3;
        border-radius: 15px;
    }

    .article_url a {
        font-size: 18px;
        line-height: 28px;
        color: rgb(var(--btn-bg-color));
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
    }

 .art_details {
    padding: 25px  30px 40px 30px;
    position: relative;
}

    .tab-container.active-tab {
        max-width: 1440px;
        width: 100%;
        margin: auto;
        padding: 40px 0 10px 0;
        /* overflow-x: scroll; */
    }

      .tab-container.active-tab > div > div {
        grid-template-columns: repeat(0, 1fr);
      }

      .article_url {
        padding: 0px 0 20px 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        position: absolute;
        bottom: 0;
      }


    @media (max-width: 1250px){

      .art_details p {
        padding-bottom: 40px;
      }

      .art_details {
        padding: 15px;
     }

      .blogs-tag-container {
        padding: 0 20px;
      }

      .article-img img {
        min-height: 200px;
        max-height: 200px;
    }

      .art_details h3 a {
        font-size: 20px;
        line-height: 20px;
      }

      .art_details p {
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px;
      }

      .article_url {
        padding-top: 15px;
        padding-left: 15px;
      }

      .article_url a {
        font-size: 18px;
        line-height: 24px;
      }

    }

    @media (max-width: 1024px){

      .art_details {
        padding: 10px;
     }

      .blogs-tag-container {
        padding: 0 20px;
      }

      .article-img img {
        min-height: 170px;
        max-height: 180px;
      }

      .art_details h3 a {
        font-size: 16px;
        line-height: 18px;
      }

      .art_details p {
        font-size: 14px;
        line-height: 16px;
        padding-top: 10px;
      }

      .article_url {
        padding-left: 10px;
      }
      .article_url a {
        font-size: 16px;
        line-height: 24px;
      }

    }

    @media (max-width: 600px){
      .blogs-title {
        padding-bottom: 0;
      }

      #tag-buttons button {
        font-size: 12px;
        line-height: 21px;
      }

      /* .article-img img {
        min-height: 220px;
        max-height: 220px;
      } */

      .art_details h3 a {
        font-size: 22px;
        line-height: 24px;
      }

      .art_details p {
        font-size: 16px;
        line-height: 18px;
        padding-top: 10px;
      }

      .article_url a {
        font-size: 18px;
        line-height: 24px;
      }

      .article_url {
        padding-top: 15px;
      }

      .blogs-tag-container {
        padding: 0 20px;
      }

    .art_details {
      padding: 25px  30px 35px 30px;
      position: relative;
    }
    .article_url {
      padding-left: 30px;
    }

    .art_details p {
      padding-bottom: 25px;
    }
  button.tag-button {
    white-space: nowrap;
  }

}

@media (max-width: 768px) {
  .blogs-tag-container #tag-buttons {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
  .blogs-tag-container #tag-buttons .tag-buttons {
    padding-inline: 20px !important;
  }
}

.art_details h3 a {
  text-transform: capitalize;
}
.view-all-button { 
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
}