/** Shopify CDN: Minification failed

Line 455:0 Unexpected "}"

**/
.figma-product .t4s-tabs .t4s-tab__title .t4s-tab__icon {
    width: 18px;
    height: 18px;
    background-color: #0f643300;
}
.figma-product .t4s-product-form__buttons>.t4s-flex-wrap {
    flex-direction: row;
    gap: 0px;
    justify-content: flex-end;
}
.main-pdf-block{
  width: 100%;
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.child-pdf-block {
    width: 33%;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #186737;
}
.child-pdf-block p{
    margin: 5px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #186737;
}
.t4s-product__media-wrapper .t4s-flicky-slider .flickityt4s-prev-next-button.next{
  display: none;
}
.t4s-product__media-wrapper .t4s-flicky-slider .flickityt4s-prev-next-button.previous{
   display: none;
}
.carousel__nav-hover1 .t4s-carousel__nav-item:not(.is-nav-selected) {
    opacity: 0.8;
    transition: transform .6s, opacity .6s;
}
.figma-product .t4s-product-form__buttons .t4s-quantity-wrapper {
    min-width: 110px;
    width: 110px;
    height: 50px;
    border-radius: 2px !important;
    border: 1px solid #186737;
    margin-right: 20px;
}
.figma-product .t4s-product-form__buttons .t4s-quantity-wrapper button {
    width: 25px;
    height: 50px;
    line-height: 50px;
    color: #000;
}
.figma-product .t4s-product-form__buttons .t4s-quantity-wrapper button svg {
    width: 10px;
    height: 10px;
    stroke-width: 1;
}
.figma-product .t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type=number] {
    width: 35px;
    height: 50px;
    font-weight: 500;
    color: #4A4A4A;
    font-family: 'Montserrat';
}
.figma-product .ify-quote-group {
    display: block;
}

body .figma-product .t4s-product__title {
     font-family: 'Montserrat';
     font-weight: 600;
     font-size: 20px;
    line-height: auto;
}
body .figma-product * {
     font-family: 'Montserrat' !important;    
}
.breadcrumb_pr_wrap{
    background: #eee;
    margin-bottom: 30px;
    padding: 5px 0;
    line-height: normal;
}
.breadcrumb_pr_wrap .t4s-container{
  max-width: 1600px !important;
}
.t4s-pr-breadcrumb>span {
    opacity: 1;
    line-height: normal;
    color: #186737;
    font-weight: 500;
}
nav.t4s-pr-breadcrumb {
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
}
.breadcrumb_pr_wrap .t4s-pr-next-prev{
  display: none;  
}
.breadcrumb_pr_wrap a:not(:hover) {
    color: #666;
    line-height: normal;
}
.t4s-product_meta>div {
    margin-bottom: 5px;
    line-height: normal;
}
@media (min-width: 1025px) {
    .t4s-product-media__thumbnails_left .t4s-col-thumb .t4s-row>.t4s-col-item, .t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row>.t4s-col-item {
        width: 48% !important;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 5px;
    }
  .t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row {
        flex-wrap: wrap;
        gap: 4%;
    }
}
@media (min-width: 1025px) {
    .t4s-product-media__thumbnails_left .t4s-col-thumb, .t4s-product-media__thumbnails_right .t4s-col-thumb {
        width: 25% !important;
    }
}
@media (min-width: 768px) {
    .t4s-col-md-6.t4s-product__media-wrapper {
        flex: 0 0 auto;
        width: 65%;
    }
   .t4s-col-md-6.t4s-product__media-wrapper .t4s-row.t4s-g-0 {
        padding: 10px;
        border: 1px solid #d9d9d9;
    }
     .t4s-col-md-6.t4s-product__media-wrapper .t4s-row.t4s-g-0.t4s-slide-eff-slide {
        padding: 0px;
        border: none;
    }
}
@media (min-width: 768px) {
    .t4s-col-md-6.t4s-product__info-wrapper {
        flex: 0 0 auto;
        width: 35%;
    }
}


@media (min-width: 1025px) {
    .figma-product .t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__submit {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        color: #ffffff;
        background-color: #186737;
        border-radius: 2px !important;
    }
}

.customer_support_main{
    padding: 20px 10px;
    border: 1px solid #D9D9D9;
}
.customer_support_title_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer_support_title_block h2 {
    font-size: 18px;
    font-weight: 700;
    color: #BF2536;
    font-family: 'Montserrat';
    line-height: normal;
    
}


.customer_support_title_block h4 {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 500;
    line-height: normal;
    position: relative; /* Ensure the dot is correctly positioned relative to the text */
    padding-left: 10px; /* Add some padding to make space for the dot */
}

.customer_support_title_block h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}
.customer_support_description_block{
  background-color: #BCE3C9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
  margin-top: 15px;
}
.customer_support_description_block h2{
  font-size: 14px;
    color: #4A4A4A;
    font-weight: 500;
}
.customer_support_description_block h4 img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.customer_support_icon_sub_block{
    display: flex;
    align-items: center;
    padding: 20px 5px 5px;
}
.customer_support_icon_sub_block img{
    padding-right: 8px;
    width: 28px;
}
.customer_support_icon_sub_block h4{
    font-size: 12px;
    color: #186737;
    font-weight: 600;
}
 .customer_support_icon_block{
   display: flex;
   justify-content: space-between;
 }
.download_pdf_main{
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}
.download_pdf_main h2{
    text-align: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    font-family: 'Montserrat';
    margin: 2px 0px 5px;
}
.download_pdf_main img{
    width: 100%;
    max-width: 100%;
}
.custom-blog-post-main article{
  padding: 0px 0px;
}
.Brand-section_main .custom-blog-post-main img{
  padding: 0px;
}
.custom-blog-post-main{
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 20px 0px 0px !important;
}
.custom-blog-post-main .t4s-top-heading{
  margin: 10px 0px;
}
.custom-blog-post-main .t4s-top-heading span{
  font-size: 20px;
}
.custom-collection_pdf{
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    max-width: 600px;
}
.Brand-section_main{
    
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0px;
    border-radius: 5px;
}
.brand-link{
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.Brand-section_main img{
    padding: 10px;
}
.Brand-section_main h2{
    font-size: 14px;
    font-weight: 600;
    color: #186737;
    max-width: 300px;
    text-align: center;
    font-family: 'Montserrat';
}

.t4s-type-tabs.t4s-accordion-mb-true .t4s-tab-wrapper{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.t4s-type-tabs.t4s-accordion-mb-true .t4s-tab-content {
    padding:0px 20px 20px;
}
.t4s-type-tabs.t4s-accordion-mb-true .t4s-tab-wrapper>.t4s-tab__title[data-t4s-tab-item] {
    display: flex;
    background-color: #fff;
}
.t4s-type-tabs.t4s-accordion-mb-true .t4s-tab-content p {
    margin-bottom: 0px;
}
.t4s-product_meta{
    display: flex;
    align-items: center;
    gap: 4px;
}
.t4s-product_meta jdgm-star{
    display: none;
}
  .t4s-swatch.t4s-color-mode__block2{
  display: none;
}
.t4s-rte.t4s-tab-content h2{
  margin: 12px 0px 8px;
        font-size: 20px;
        font-weight: 600;
        font-family: Montserrat;
        letter-spacing: 0px;
        color: #262626;
}
.t4s-rte.t4s-tab-content p, .t4s-rte.t4s-tab-content li{
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: 'Montserrat';
    line-height: 1.4;
}

.figma-product .product-icon-list.vstar-star {
    margin: 0px 0 15px !important;
    position: absolute;
    left: auto;
    right: 0;
}

.t4s-tabs .t4s-tab__icon {
    position: relative;
    display: inline-block;
    width: 15px; 
    height: 15px; 
}

.t4s-tabs .t4s-tab__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; 
    height: 100%; 
    background-image: url('https://cdn.shopify.com/s/files/1/0701/5802/5015/files/Vector.png?v=1724315598');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    transition: transform .35s ease-in-out;
}

.t4s-tabs .t4s-active > .t4s-tab__title > .t4s-tab__icon:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.figma-productpage-ftb .t4s-product .t4s-pr-addtocart:hover {
    color: #000000;
    background-color: #ffffff;
}
.figma-productpage-ftb .t4s-product .t4s-product-price {
    color: #262626;
}

.figma-product .t4s-product-form__qty:hover .t4s-quantity-selector {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    
}
.figma-product .t4s-product-form__buttons .t4s-quantity-wrapper button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff !important;
    background-color: #fff0 !important;
}
@media (min-width: 768px) {
    .t4s-type-tabs.t4s-accordion-mb-true .t4s-tab__title .t4s-tab__text {
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Montserrat';
        letter-spacing: 0px;
        color: #262626;
    }
}

.figma-product{
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.t4s-carousel__nav-scroller.is__position-right{
  padding: 0px 5px;
}
.t4s-carousel__nav-item{
  border: 1px solid #D9D9D9;
}
.t4s-carousel__nav-item.is-nav-selected{
  border: 1px solid #186737;
}
@media (min-width: 1025px) {
    .figma-product .t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__buttons, .t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__submit {
        width: 100%;
        min-width: 0px;
        max-width: 100%;
    }
      .figma-product .t4s-product-form__buttons>.t4s-flex-wrap {
        flex-wrap: nowrap !important;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
.t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row>.t4s-col-item:last-child {
        margin-bottom: 10px !important;
    }
}
.t4s-product__info-container>:not(:last-child) {
    margin-bottom: 15px;
}

.main-figma-animation-step {
    overflow: visible;
    height: auto;
    position: relative;
    width: 210px;
}

.main-figma-animation-step h3 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  text-align: center;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(100%);
}

.main-figma-animation-step h3.active {
  opacity: 1;
  transform: translateY(0);
}
.main-figma-animation-step h3{
      font-size: 14px;
      font-weight: 600;
      display: flex;
      align-items: center;
}
.main-figma-animation-step h3 img{
      margin-right: 5px;
     width: 20px;
}
.selling-out-fast-animation{
  color: #186737;
}
.free-shipping-animation{
  color: #BF2536;
}
.item-sold-animation{
  color: #FFBD00;
}
.figma-product .t4s-product-tabs-wrapper.is--tab-position__external {
        padding: 30px 0 0;
        margin: 40px 0;
    }
.figma-product .t4s-product-tabs-wrapper.is--tab-position__external .t4s-container{
        padding: 0px;
 }
 #judgeme_product_reviews {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.main-brand-logo-figma{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 4;
    max-width: 150px;
    width: 100%;
}
.custom-storify-button{
  font-size: 18px;
    color: #186737;
    font-weight: 600;
    text-decoration: underline;
}
.add-to-quote-form {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.add-to-quote-form  h4{
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: normal;
}
@media only screen and (max-width: 1450px) {
 .figma-product{
  max-width: 1200px;
}
  .breadcrumb_pr_wrap .t4s-container {
    max-width: 1200px !important;
}
  .figma-product .t4s-product__title{
    font-size: 18px;
    font-weight: 600;
  }
  .figma-product .t4s-product_meta>div {
    margin-bottom: 0px;
  }
  .figma-product .currency {
    font-size: 16px;
}
  .figma-product .price {
    font-size: 26px;
    line-height: normal;
}
  .figma-product .decimal {
    font-size: 13px;
}
  .figma-product .price-div-include-tax h4 {
    font-size: 11px;
}
  .figma-product .price-div-include-badge .t4s-badge-price {
    font-size: 12px;
}
  .figma-product .price-div-include-badge .t4s-badge-price .price, .figma-product .price-div-include-badge .t4s-badge-price .decimal, .figma-product .price-div-include-badge .t4s-badge-price .currency {
    font-size: 12px;
}
  .figma-product .price-div-include-badge .t4s-product-price .decimal {
    font-size: 12px;
}
  .figma-product .price-div-include-badge .t4s-product-price .currency {
    font-size: 13px;
}
  .price-div-include-badge .t4s-product-price .price {
    font-size: 12px;
}
  .main-figma-animation-step {
    width: 180px;
    top: 8px;
}
  .main-figma-animation-step h3 img {
    width: 16px;
}
  .main-figma-animation-step h3 {
    font-size: 12px;
}
.figma-product .related-products-heading{
  font-size: 14px;
}
.figma-product .t4s-product-form__buttons .t4s-quantity-wrapper {
    min-width: 100px;
    width: 100px;
}
  .customer_support_icon_sub_block h4 {
    font-size: 9px;
}
  .customer_support_icon_sub_block img {
    width: 20px;
}
}


@media only screen and (max-width: 1100px) {
.figma-product{
  max-width: 920px;
}
.breadcrumb_pr_wrap .t4s-container {
        max-width: 920px !important;
    }
  .main-figma-animation-step h3 {
    left: 0;
    right: auto;
}
  .main-figma-animation-step {
    width: 175px;
    
}
  .main-figma-animation-step h3 {
    font-size: 12px;
}
.figma-product .t4s-product_meta>div {
        font-size: 13px;
}
  .figma-product .main-delivery-date {
    font-size: 14px;
}
  .figma-product .main-delivery-date {
    font-size: 14px;
}
  .figma-product .add-to-quote-form h4 {
    font-size: 14px;
}
  .figma-product .customer_support_icon_sub_block {
    padding: 20px 3px 5px;
}
  .figma-product .t4s-post-author {
    font-size: 14px;
    color: #646464;
}
 .figma-product .t4s-article-title {
    font-size: 15px;
}
 .figma-product .date-posted {
    font-size: 13px;
}
 .figma-product .icon-block h2 {
    font-size: 14px;
}
 .figma-product .download_pdf_main h2 {
    font-size: 16px;
}
  .customer_support_title_block h2 {
    font-size: 16px;
}
  .customer_support_description_block h2 {
    font-size: 11px;
}
}
.custom-product-tabs-mobile{
  display: none;
}
@media only screen and (max-width: 800px) {
  .custom-product-tabs-mobile{
  display: block;
}
  .custom-product-tabs-desktop{
  display: none;
}
}
@media only screen and (max-width: 600px) {
.t4s-product-media__thumbnails_right .t4s-col-thumb .t4s-row>.t4s-col-item:last-child {
    margin-bottom: 0px !important;
}
  nav.t4s-pr-breadcrumb {
    font-size: 12px;
}
 body .custom-storify-button.storeify-button-detail .button{
    font-size: 14px;
  }
  .figma-product .t4s-product-form__buttons>.t4s-flex-wrap {
    flex-direction: column;
}
  .t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__submit {
    max-width: 100%;
    margin-top: 10px;
}
.t4s-product__info-wrapper {
        margin-top: 15px;
  }
     body .figma-product .t4s-product__title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px !important;
        line-height: 25px;
    }
  .figma-product .price-div-include-badge .t4s-product-price .decimal {
        font-size: 14px;
        vertical-align: baseline;
    }
  .t4s-product__info-container>:not(:last-child) {
    margin-bottom: 15px;
}
      .figma-product .price-div-include-badge .t4s-product-price .decimal {
        display: none;
    }
  .main-figma-animation-step {
        width: 200px;
        top: 3px;
        margin: 3px 0px;
    }
  .figma-product .t4s-product-form__buttons .t4s-quantity-wrapper {
    width: 100%;
    height: 40px;
    margin-right: 0px;
}
  .figma-product .t4s-product-form__buttons .t4s-quantity-wrapper button {
    height: 40px;
    line-height: 40px;
}
  .figma-product .t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type=number] {
    width: 35px;
    height: 40px;
}
  .customer_support_main {
    padding: 10px 10px;
    border: 1px solid #D9D9D9;
}
  .customer_support_description_block {
    margin-top: 10px;
}
  .customer_support_description_block h2 {
        font-size: 12px;
    }
  .figma-product .customer_support_icon_sub_block {
        padding: 10px 3px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  .brand-link {
    padding: 10px;
}
  .jdgm-review-widget--small .jdgm-rev-widg, .jdgm-review-widget--medium .jdgm-rev-widg {
    padding: 20px 20px;
}
.figma-product .t4s-product-form__buttons .t4s-product-form__submit {
    background-color: #186737;
    border-radius: 2px !important;
}
  .customer_support_icon_sub_block h4 {
        font-size: 10px;
        margin-top: 10px;
    }
  .customer_support_icon_block {
    display: flex;
    justify-content: space-evenly;
}
  .customer_support_icon_sub_block img {
        width: 40px;
        padding: 10px;
        background-color: #bce3c9;
        border-radius: 50%;
    }
  body #dynamic-delivery-date {
    font-size: 14px;
}
  .custom-storify-button {
    font-size: 12px;
}
  .figma-product .add-to-quote-form h4 {
        font-size: 12px;
    }
  .figma-product .download_pdf_main h2 {
        font-size: 15px;
    }
  .figma-product .date-posted {
        font-size: 11px;
    }
  .figma-product .t4s-post-author {
        font-size: 12px;
    }
  .delivery-tooltip {
    font-size: 12px;
  }
  .jdgm-review-widget--small .jdgm-rev-widg, .jdgm-review-widget--medium .jdgm-rev-widg {
    padding: 20px 20px;
  }
  .t4s-rte.t4s-tab-content p, .t4s-rte.t4s-tab-content li, .t4s-rte.t4s-tab-content span, .t4s-rte.t4s-tab-content h2   {
    font-size: 12px;
}
}

@media only screen and (max-width: 600px) {
  .main-brand-logo-figma {
      max-width: 110px;
  }
  body .figma-product .t4s-product__info-container .t4s-product__price-review {
    margin-bottom: 25px;
    margin-top: 10px;
}
  .figma-product .main-delivery-date {
        font-size: 13px;
    }
  body #dynamic-delivery-date {
        font-size: 13px;
    }
  .delivery-tooltip {
    font-size: 13px;
    
}
}
