/** Shopify CDN: Minification failed

Line 20:13 Unexpected "{"
Line 20:22 Expected ":"
Line 23:12 Unexpected "{"
Line 23:21 Expected ":"
Line 28:13 Unexpected "{"
Line 28:22 Expected ":"
Line 31:12 Unexpected "{"
Line 31:21 Expected ":"
Line 35:13 Unexpected "{"
Line 35:22 Expected ":"
... and 56 more hidden warnings

**/


/* CSS from section stylesheet tags */
@media only screen and (max-width: 800px) {
 .three-col-{{ section.id }} .features-row .tooltip-nearwood{
   left:0px;
 }
.three-col-{{ section.id }} .feature-item:last-child .tooltip-nearwood {
    left: -65px !important;
}
  }
@media only screen and (max-width: 630px) {
 .three-col-{{ section.id }} .features-row .tooltip-nearwood{
   left:0px;
 }
.three-col-{{ section.id }} .feature-item:last-child .tooltip-nearwood {
    left: -65px !important;
}

 .three-col-{{ section.id }} .row-nearwood{
  flex-wrap: wrap;
  }
  .three-col-{{ section.id }}  .left-column{
      flex-basis: 100% !important;
}
  .three-col-{{ section.id }} .center-column {
    
      flex-basis: 100% !important;
}
 .three-col-{{ section.id }} .right-column {
   
      flex-basis: 100% !important;
}
}
  @media only screen and (max-width: 970px) and (min-width: 631px) {
   .three-col-{{ section.id }} .left-column{
      flex-basis: 100% !important;
}
  .three-col-{{ section.id }} .center-column {
    
      flex-basis: 66% !important;
}
.three-col-{{ section.id }}  .right-column {
   
      flex-basis: 25% !important;
}
}
  @media only screen and (max-width: 970px) {
 .three-col-{{ section.id }} .row-nearwood{
  flex-wrap: wrap;
  }
  .three-col-{{ section.id }}  .feature-item{
          width: 25%;
    }
 .three-col-{{ section.id }}   .small-imgs{
      width: 75% !important;
    }
}


.three-col-{{ section.id }}  .description-section p{
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -0.5px;
        font-weight: 600;
  }
 .three-col-{{ section.id }} .right-col-btn{
    padding: 15px;
  }
 .col.right-column .option p {
    font-size: 11px;
    line-height: 10px;
    font-weight: bold;
       margin-bottom: 20px;
  }
  .col.right-column .option h3{
    font-size: 11px;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
.three-col-{{ section.id }} .description-section h3 {
    color: white;
    font-size: 18px;
    font-weight: 500;
       text-transform: capitalize;
  }
 .three-col-{{ section.id }} .small-imgs{
        width: 71px;
  }
 .three-col-{{ section.id }} .small-images-text{
    font-size: 11px;
    font-weight: 600;
  }
 .three-col-{{ section.id }} .row-nearwood {
       display: flex;
    gap: 45px;
    padding: 60px 0px;
    max-width: 1200px;
    justify-content: center;
    margin: auto;
  }
 .three-col-{{ section.id }} .right-column p {
    color: white;
  }

.custom-three-column-section {
    display: flex;
    flex-wrap: wrap;
}

.three-col-{{ section.id }} .left-column, .center-column,.three-col-{{ section.id }} .right-column {
    flex: 1;
    /* padding: 20px; */
}
 .three-col-{{ section.id }} .left-column{
      flex-basis: 40%;
}
  .three-col-{{ section.id }} .center-column {
    
      flex-basis: 40%;
}
.three-col-{{ section.id }} .right-column {
   
      flex-basis: 20%;
}

.three-col-{{ section.id }} .product-features .features-row {
    display: flex;
    justify-content: space-around;
      margin-bottom: 20px;
}

.three-col-{{ section.id }} .feature-item {
    position: relative;
    text-align: center;
}

.three-col-{{ section.id }} .tooltip-nearwood {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-color: #3F4042;
    color: white;
    padding: 10px;
    border-radius: 4px;
    font-size: 9px;
    width: 150px;
    white-space: normal;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
  font-weight: 600;
    padding: 10px;
    border-radius: 10px;
}

.three-col-{{ section.id }} .feature-item:hover .tooltip-nearwood {
    display: block;
}

.three-col-{{ section.id }} .tooltip-icon {
    position: absolute;
    top: -3px;
    right: -6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
 .three-col-{{ section.id }} .tooltip-icon svg{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
 .three-col-{{ section.id }} .product-features-main-heading{
    font-size:18px;
        text-transform: capitalize;
  }