body:not(.template-nola-tile-couture-charm):not(.template-plum-street) {

  .bold_option_set {
    width: fit-content !important;
  }

  .bold_options_loaded {
    .bold_option_swatch {
      border: 2px solid rgba(40, 40, 40, 0.1);
      border-radius: 8px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      padding-top: 0 !important;
      padding-right: 20px !important;
      margin-top: 20px !important;
      cursor: pointer;

      &:has(.bold_swatch_selected) {
        border: 2px solid rgba(40, 40, 40, 0.4);
      }

      .bold_option_value {
        margin-bottom: 0 !important;
      }

      .bold_option_value_element {
        box-shadow: none !important;
        border: none !important;
      }

      .bold_option_title {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 20px 0 !important;
        font-size: 22px !important;
      }
    }
  }

  .bold_option_value_swatch {
    border: none !important;
    width: 180px !important;
    height: 180px !important;
    margin: 6px 6px -2px 6px !important;

    >span {
      border-radius: 6px;
    }
  }

  .bold-custom-price {
    text-align: center;
    color: #CAA7D3;
    font-size: 44px;
  }

  .bold-custom-note {
    font-size: 18px;
    font-weight: normal !important;
    margin-top: auto;
    margin-bottom: -8px;
    color: #888;
  }

  .bold-custom-popup {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99999;
  }

  .bold-custom-popup-body {
    padding: 40px 70px;
    background-color: #f1e7f4;
    font-size: 20px;
    border: 1px solid #cfb8d5;
  }

  .bold-custom-popup-active {
    display: block;
    animation: 250ms ease-out popup-fade-in forwards;
  }

  .bold_help_text {
    display: none;
  }

  .bold-custom-help-text {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #888;
  }

  @media screen and (max-width: 560px) {
    .bold_options_loaded {
      .bold_option_set {
        width: 100% !important;
      }
    }

    .bold_option_value_swatch {
      width: 100px !important;
      height: 100px !important;
    }

    .bold_option_swatch {
      span.bold_option_title {
        padding: 10px 0 !important;
        font-size: 18px !important;
      }
    }

    .bold-custom-price {
      font-size: 26px;
    }

    .bold-custom-note {
      margin-top: -14px;
      font-size: 16px;
    }
  }

  @media screen and (min-width: 769px) and (max-width: 1300px) {
    .bold_options_loaded {
      .bold_option_set {
        width: 100% !important;
      }
    }

    .bold_option_value_swatch {
      width: 100px !important;
      height: 100px !important;
    }

    .bold_option_swatch {
      span.bold_option_title {
        padding: 10px 0 !important;
        font-size: 18px !important;
      }
    }

    .bold-custom-price {
      font-size: 26px;
    }

    .bold-custom-note {
      margin-top: -14px;
      font-size: 16px;
    }
  }

  @keyframes popup-fade-in {
    0% {
      opacity: 0;
      transform: scale(1);
    }

    50% {
      transform: scale(1.4);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}


.bold_options_loaded {


  .bold_option_set {
    width: fit-content !important;

    &:not(.bold-last-option-set) {
      .bold-custom-note {
        display: none;
      }
    }

    &.bold-last-option-set {
      .bold_option_swatch {
        border: 2px solid rgba(40, 40, 40, 0.1);
        border-radius: 8px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding-top: 0 !important;
        padding-right: 20px !important;
        margin-top: 20px !important;
        cursor: pointer;

        &:has(.bold_swatch_selected) {
          border: 2px solid rgba(40, 40, 40, 0.4);
        }

        .bold_option_value {
          margin-bottom: 0 !important;
        }

        .bold_option_value_element {
          box-shadow: none !important;
          border: none !important;
        }

        .bold_option_title {
          flex: 1;
          display: flex;
          flex-direction: column;
          padding: 20px 0 !important;
          font-size: 22px !important;
        }
      }

      .bold_option_value_swatch {
        border: none !important;
        width: 180px !important;
        height: 180px !important;
        margin: 6px 6px -2px 6px !important;

        >span {
          border-radius: 6px;
        }
      }

      .bold-custom-price {
        text-align: center;
        color: #CAA7D3;
        font-size: 44px;
      }

      .bold-custom-note {
        font-size: 18px;
        font-weight: normal !important;
        margin-top: auto;
        margin-bottom: -8px;
        color: #888;
      }

      .bold-custom-popup {
        display: none;
        position: fixed;
        bottom: 60px;
        right: 60px;
        z-index: 99999;
      }

      .bold-custom-popup-body {
        padding: 40px 70px;
        background-color: #f1e7f4;
        font-size: 20px;
        border: 1px solid #cfb8d5;
      }

      .bold-custom-popup-active {
        display: block;
        animation: 250ms ease-out popup-fade-in forwards;
      }

      .bold_help_text {
        display: none;
      }

      .bold-custom-help-text {
        margin: 0;
        font-weight: normal;
        font-size: 14px;
        font-style: italic;
        color: #888;
      }

      @media screen and (max-width: 560px) {
        .bold_options_loaded {
          .bold_option_set {
            width: 100% !important;
          }
        }

        .bold_option_value_swatch {
          width: 100px !important;
          height: 100px !important;
        }

        .bold_option_swatch {
          span.bold_option_title {
            padding: 10px 0 !important;
            font-size: 18px !important;
          }
        }

        .bold-custom-price {
          font-size: 26px;
        }

        .bold-custom-note {
          margin-top: -14px;
          font-size: 16px;
        }
      }

      @media screen and (min-width: 769px) and (max-width: 1300px) {
        .bold_options_loaded {
          .bold_option_set {
            width: 100% !important;
          }
        }

        .bold_option_value_swatch {
          width: 100px !important;
          height: 100px !important;
        }

        .bold_option_swatch {
          span.bold_option_title {
            padding: 10px 0 !important;
            font-size: 18px !important;
          }
        }

        .bold-custom-price {
          font-size: 26px;
        }

        .bold-custom-note {
          margin-top: -14px;
          font-size: 16px;
        }
      }

      @keyframes popup-fade-in {
        0% {
          opacity: 0;
          transform: scale(1);
        }

        50% {
          transform: scale(1.4);
        }

        100% {
          opacity: 1;
          transform: scale(1);
        }
      }
    }
  }

}