/** Shopify CDN: Minification failed

Line 111:20 Unexpected "{"
Line 111:29 Expected ":"
Line 115:22 Unexpected "{"
Line 115:31 Expected ":"
Line 123:22 Unexpected "{"
Line 123:31 Expected ":"
Line 138:21 Unexpected "{"
Line 138:30 Expected ":"
Line 142:22 Unexpected "{"
Line 142:31 Expected ":"
... and 56 more hidden warnings

**/
  input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, red 0%, #e3ded2 0%);
  outline: none;
  transition: background 450ms ease-in-out;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #FF3737;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: -7px;
}

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #FF3737;
  cursor: pointer;
}

input[type=range]::-moz-range-track {
  height: 6px;
  background: transparent;
  border-radius: 3px;
}

.left_right {
    display: flex;
  }
.left {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  background: #FF3737;
  position: absolute;
  
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
 color: #FFFFFF;
margin-top: 11px;
  padding-top: 8px;
}

 .right {
    margin-left: auto;
   width: 73px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0px 5px 16px -4px #10182814;
    background: #FF3737;
    
   font-weight: 400;
   font-size: 12px;
   leading-trim: Cap height;
   line-height: 18px;
   text-align: center;
   color: #FFFFFF; 
   padding-top: 13px;
   
  }
.finance-calculator__benefit-item {
  position: relative;
  padding-left: 32px;
  list-style: none;
}
.finance_content {
  margin-left: 10px;
}
.finance-calculator__benefit-item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2022C17.5%2022%2022%2017.5%2022%2012C22%206.5%2017.5%202%2012%202C6.5%202%202%206.5%202%2012C2%2017.5%206.5%2022%2012%2022Z%22%20fill%3D%22%23FF3737%22/%3E%3Cpath%20d%3D%22M7.75%2011.9999L10.58%2014.8299L16.25%209.16992%22%20fill%3D%22%23FF3737%22/%3E%3Cpath%20d%3D%22M7.75%2011.9999L10.58%2014.8299L16.25%209.16992%22%20stroke%3D%22%23FFFBF4%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
  #shopify-section-{{ section.id }} .slider-container {
      margin: 2rem 0;
    }

    #shopify-section-{{ section.id }} .slider-controls {
      /* display: flex; */
      align-items: center;
      gap: 15px;
      margin-bottom: 1rem;
      justify-content: space-between;
    }

    #shopify-section-{{ section.id }} .icon-button {
      background-color: var(--color-accent2);
      color: white;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      cursor: pointer;
      transition: opacity 0.2s ease;
    }

   #shopify-section-{{ section.id }} .icon-button:hover {
      opacity: 0.9;
    }

    #shopify-section-{{ section.id }} .price-display {
      font-size: 1.5rem;
      font-weight: bold;
      color: var(--color-accent);
      min-width: 80px;
      text-align: center;
       position: absolute;
        margin-top: 30px;
        background-color: #fff;
        padding: 4px 8px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: bold;
        color: #2E2E37;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        white-space: nowrap;
        transform: translateX(-50%);
        transition: left 0.1s ease;
        z-index: 4;
    }
      #shopify-section-{{ section.id }} .price-display:before {
      font-size: inherit;
      font-weight: 400;
        content: "$";
    }
    #shopify-section-{{ section.id }} .price-display input.display-value {
      width: 60%;
      border: none;
      font-size: inherit;
      color: inherit;
      text-align: center;
      outline: none;
      background: transparent;
      margin-bottom: unset;
      padding: 0;
    }
      #shopify-section-{{ section.id }} .price-display input.display-value::-webkit-outer-spin-button,
    #shopify-section-{{ section.id }} .price-display input.display-value::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    #shopify-section-{{ section.id }} .price-display input.display-value[type=number] {
      -moz-appearance: textfield;
    }
    #shopify-section-{{ section.id }} .slider-wrapper {
      position: relative;
    }

    #shopify-section-{{ section.id }} .slider {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 8px;
      background: rgba(var(--color-accent-rgb), 0.15);
      border-radius: 4px;
      outline: none;
      transition: all 0.2s ease;
    }

    #shopify-section-{{ section.id }} .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: var(--color-accent2);
      border-radius: 50%;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    #shopify-section-{{ section.id }} .slider::-webkit-slider-thumb:hover {
      transform: scale(1.1);
    }

    #shopify-section-{{ section.id }} .slider-track {
      position: absolute;
      top: 81px;
      bottom: 9px;
      border-radius: 4px;
      pointer-events: none;
      transition: width 0.3s ease;
      background: var(--color-accent2);
      max-height: unset;
    }

    #shopify-section-{{ section.id }} .finance-calculator-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2.5rem;
      max-width: 1400px;
      margin: 0 auto;
      padding: 2rem;
      background: var(--bg-body);
      /* border-radius: 12px; */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    }

    #shopify-section-{{ section.id }} .finance-calculator__details {
      padding: 3rem;
      /* border-radius: 8px; */
    }

    #shopify-section-{{ section.id }} .finance-calculator__subheading {
      margin: 0 0 1.25rem;
    }
   
    #shopify-section-{{ section.id }} .finance-calculator__benefits {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #shopify-section-{{ section.id }} .finance-calculator__benefit-item {
      position: relative;
      padding-left: 2.5rem;
      margin-bottom: 1rem;
      line-height: 1.5;
      max-width: 600px;
    }
 
    /* #shopify-section-{{ section.id }} .finance-calculator__benefit-item::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: var(--color-accent);
      font-weight: 700;
      rotate: 20deg;
      border: 1px solid;
      border-radius: 50%;
      padding: 2px;
      width: 30px;
      height: 30px;
      line-height: 22px;
      text-align: center;
    }
 */
    #shopify-section-{{ section.id }} .finance-calculator__form-wrapper {
      padding: 3rem;
      /* border-radius: 8px; */
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    #shopify-section-{{ section.id }} .finance-calculator__description {
      color: rgba(var(--color-accent-rgb), 0.9);
      margin-bottom: 1.5rem;
      max-width: 610px;
      
      font-weight: 300;
      font-size: 18px;
      line-height: 140%;
      color: #26262A;
    }

    #shopify-section-{{ section.id }} .finance-calculator__price-range {
      font-weight: 600;
      color: var(--color-accent);
      margin-bottom: 1.5rem;
    }

    #shopify-section-{{ section.id }} .finance-calculator__input-group {
      margin-bottom: 0.25rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      font-weight: 400;
      font-size: 18px;
      color: #26262A;
      padding-bottom: 10px;
    }
    #shopify-section-{{ section.id }} .finance-calculator__label {
      display: block;
      font-weight: 500;
      color: #FF3737;
     font-weight: 300;
    line-height: 140%;
    padding-top: 25px;
    }

    #shopify-section-{{ section.id }} .finance-calculator__input {
      width: 100%;
      padding: 0.875rem;
      border: 1px solid rgba(var(--color-accent-rgb), 0.15);
      border-radius: 6px;
      transition: all 0.2s ease;
    }

    #shopify-section-{{ section.id }} .finance-calculator__input:focus {
      outline: none;
      border-color: var(--color-accent);
      box-shadow: 0 0 0 3px rgba(var(--color-accent-rgb), 0.1);
    }

    #shopify-section-{{ section.id }} .finance-calculator__input[readonly] {
      background-color: rgba(var(--color-accent-rgb), 0.03);
      cursor: not-allowed;
    }
    #shopify-section-{{ section.id }} .finance-calculator__label[for="priceInput-{{ section.id }}"] {
      margin-top: 0.5rem;
      /* font-size: 0.9rem;
      color: rgba(var(--color-accent-rgb), 0.7); */
      
      font-weight: 300;
      font-size: 16px;
      line-height: 140%;
      color: #FF3737;
    }
    #shopify-section-{{ section.id }} .slider::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background: var(--color-accent);
      border: none;
      border-radius: 50%;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    #shopify-section-{{ section.id }} .slider::-moz-range-thumb:hover {
      transform: scale(1.1);
    }
    .finance-calculator__form-wrapper,
     .finance-calculator__details {
       background: #fafafa;
     }
  .finance-calculator__subheading {
    
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;


  }
  .finance-calculator__benefit-item {
    
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #26262A; 
  }


 .slider-custom {
  position: relative;
  width: 100%;
  height: 30px;
}

.slider {
  width: 100%;
  appearance: none;
  height: 6px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.slider::-webkit-slider-runnable-track {
  height: 6px;
  background: #E6E1D8;
  border-radius: 10px;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #FF3B30;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -7px;
  position: relative;
  z-index: 3;
}

.slider-track-filled {
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  background: #FF3B30;
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.tooltip {
  position: absolute;
  top: -30px;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #2E2E37;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  white-space: nowrap;
  transform: translateX(-50%);
  transition: left 0.1s ease;
  z-index: 4;
}
   @media (max-width: 768px) {
      #shopify-section-{{ section.id }} .finance-calculator-section {
       margin-left: 0;
     }
     .finance-calculator__details
    {
     
       height: 372px;
      border-radius: 30px;
              padding: 30px 20px;
     }
     .finance-calculator__form-wrapper {
      
       height: 500px;
     }
     .row {
       margin-top: 0;
       
     } 
    .buy-now h4 strong {
      width: 275px;
      font-size: 30px;
      margin-left: 30px;
    }
   .buy-now h4  img {
     margin-top: 10px;
   }
  .finance-calculator-section {
    padding: 2rem 27px;
    box-shadow: none;
    margin-left: 0;
  }
   }
    @media (max-width: 767px) {
    #shopify-section-{{ section.id }} .finance-calculator-section {
        grid-template-columns: 1fr;
        padding: 1.5rem;
      height: 942px;
      }
  .finance-calculator__benefit-item{
    margin-bottom: 18px;
  }
.finance-calculator__subheading{
  font-weight: 500;
  font-size: 31px;
  margin-bottom: 18px;
}
.finance-calculator__price-range{
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
          font-size: 18px;
        font-weight: 500;
}
    }