/** Shopify CDN: Minification failed

Line 30:25 Expected identifier but found whitespace
Line 30:27 Unexpected "{"
Line 30:36 Expected ":"
Line 39:14 Expected identifier but found whitespace
Line 39:16 Unexpected "{"
Line 39:25 Expected ":"
Line 40:25 Expected identifier but found whitespace
Line 40:27 Unexpected "{"
Line 40:36 Expected ":"
Line 56:14 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
 .tabs1 {
        display: flex;
        position: relative;
        gap: 5px;
        margin-top: 40px;
        justify-content: center;
    }
    .tabs1 .line1 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 6px;
        border-radius: 15px;
        background-color: {{ section.settings.line1_color }};
        transition: all 0.2s ease;
    }
    .tab-item1 {
        min-width: 80px;
        padding: 16px 20px 11px 20px;
        font-size: 18px;
        text-align: center;
        /* flex: 1; */
        color: {{ section.settings.button_color }};
        background-color: {{ section.settings.button_background }};
        cursor: pointer;
        text-transform: uppercase;
    }
  .tab-section h2.h2 {
    font-size: 22px;
    color: #153a5b;
    position:relative;
}
    .tab-icon {
        font-size: 24px;
        width: 32px;
        position: relative;
        top: 2px;
    }
    .tab-item1.active {
        color: {{ section.settings.button_hover_color }};
        background-color: {{ section.settings.button_hover_background }};
        border-bottom: 2px solid #153a5b;
        font-weight: 600;
    }
    .new-tab-content {
        padding: 28px 0;
    }
  .tab-section {
    padding: 50px 20px;
}
 
    .tab-pane1 {
        color: #333;
        display: none;
    }
    .tab-pane1.active {
        display: block;
    }
    .tab-pane1 h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
  .tab-section a {
   font-size: 25px;
    color: #153a5b;
    margin-bottom: 1rem;
    text-align: left;
    font-family: var(---font-stack-heading);
    line-height: 28px;
    text-transform: capitalize;
}
  .tab-section a.price {
    font-size: 20px;
}
.Custom-New-product-tabs .new-tab-content .tab-pane1 .box {
    display: grid;
    grid-template-columns: 45% 50%;
    grid-column-gap: 5%;
    box-shadow: 0 0 30px #0000001a;
    padding: 1rem 3rem 1rem 1rem;
    align-items: center;
  margin-bottom: 20px;
}
.Custom-New-product-tabs .detail-box .pro-desc {
    color: #153a5b;
    margin: 20px 0;
    font-size: 17px;
}
  .Custom-New-product-tabs .product-grid-wrapper {
    display: flex;
    flex-direction: column;
}
  .Custom-New-product-tabs .new-tab-content .tab-pane1 .slide-img img {
    width: 100%;
}
  @media screen and (max-width: 767px){
    .tabs1 {
    justify-content: space-around;
}
    .tab-section {
    padding: 0;
}
    .tab-item1 {
    font-size: 13px;
      padding: 0; 
}
    .tab-section a {
    font-size: 18px;
    }
    .tab-section .grid__item {
    max-width: 50%;
}
    .product-grid-wrapper {
    flex-wrap: wrap;
}
        h2.home__subtitle {
        font-size: 28px;
        padding-top: 40px;
    }
  }

    @media screen and (max-width: 480px){
      .Custom-New-product-tabs .new-tab-content .tab-pane1 .box{
        display:block;
      }
      
    }
.Custom-New-product-tabs .title {
    padding-bottom: 30px !important;

}
  .view-button{
       font-weight: 600;
    cursor: pointer;
    font-size: 14px !important;
    background: #fff;
    padding: 10px 20px !important;
    color: #153a5b !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: block;
    width: fit-content;
    border: 2px solid #153A5B;
    margin-top: 20px;
}
.Custom-New-product-tabs .custom-compare-at {
    text-decoration: line-through red !important;
    font-size: 20px;
    color: #232323;
    margin-bottom: 2rem;
}
  .Custom-New-product-tabs .price.custom-sale-price {
    font-size: 20px;
    color: #153a5b;
    margin-bottom: 2rem;
    font-weight: 600;
}
  .Custom-New-product-tabs .special-title {
    font-weight: 600 !important;
    color: #153a5b !important;
}

