/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 116:14 Unexpected "{"
Line 116:23 Expected ":"
Line 117:18 Expected identifier but found whitespace
Line 117:20 Unexpected "{"
Line 117:29 Expected ":"
Line 117:55 Expected ":"
Line 118:21 Expected identifier but found whitespace
Line 118:23 Unexpected "{"
... and 2 more hidden warnings

**/
.section-{{ section.id }}-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-info {
    margin-bottom: 20px;
  }
  .item-price {
    max-width: 90px;
    width: 100%;
    font-weight: 500;
  }
  .item-price label {
    cursor: pointer;
  }
  .item-price input {
    cursor: pointer;
  }
  .product-name {
    max-width: 300px;
    width: 100%;
    font-weight: 500;
    margin-left: 5px;
  }
  .product-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
  }
  .title-collaps-collection, .title-collaps-collection-second{
    background: #61807340;
    padding: 10px;
  }
  .icon-collaps-variant {
    transition: all ease-in-out 250ms;
    float: right;
  }
  .treatment-package {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .overwhite-button {
    opacity: 0;
  }
  .btn-collection-buy-now {
    background-color: #696974;
  }
  .title-package-collection {
    font-size: 14px;
    font-weight: bold;
  }
  .table-variant {
    transition: all ease-in-out 250ms;
    overflow: hidden;
    max-height: 0;
  }
  .collaps-variant .icon-collaps-variant {
    transition: all ease-in-out 250ms;
    transform: rotate(-180deg) !important;
  }
  .collaps-table-variant:has(.collaps-variant) .table-variant {
    transition: all ease-in-out 250ms;
    max-height: 100%;
  }
  .package-item-mobile {
    display: none;
    font-weight: bold;
    margin-left: 10px;
  }
  @media screen and (max-width: 750px) {
    .product-info {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-top: 10px;
    }
    .border-input-radio {
      margin-right: 15px;
      height: 16px!important;
    }
    .btn-collection-buy-now {
      width: 100%;
    }
    .treatment-package {
      display: none;
    }
    .item-price {
      margin: 8px 0;
      max-width: 100%;
    }
    .package-item-mobile {
      display: inline-block;
    }
    .form-visited-radio {
      justify-content: flex-start !important;
    }
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  .table-variant .product-info .item-price input {
    display: none;
  }
  .border-input-radio {
    border: 1px solid gray;
    border-radius: 50%;
    width: 16px;
    background: #dfe3e8;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .input-radio {
    border: 0.5px solid #c4cdd5;
    border-radius: 50%;
    width: 12px;
    background: #fff;
    height: 12px;
    display: block!important;
  }
  .form-visited-radio:has(input:checked) .input-radio {
     background: #618073;
  }
  .form-visited-radio {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .radio-background-1{
    color: #618073;
    background: #61807333;
  }
  .radio-background-2{
    background: #e4dfec;
  }
  .radio-background-3{
    background: #d8e4bc;
  }
  .radio-background-4{
    background: #ffccff;
  }
  .radio-background-5{
    background: #fde9d9;
  }
.price-compare-radio {
  text-decoration: line-through;
  margin: 0 5px;
  font-size: 1.3rem;
}