-->

  .t706__cartwin-content{
    background-color: var(--kv-card, #FBF8EF) !important;
    border-radius: 24px;
    font-family: 'Manrope', sans-serif;
  }
  .t706__cartwin-heading{
    color: var(--kv-ink, #1C1B17) !important;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
  }
  .t706__product-title{
    color: var(--kv-ink, #1C1B17) !important;
    font-weight: 700;
  }
  .t706__product-title__option{
    color: var(--kv-ink, #1C1B17) !important;
    opacity: 0.65 !important;
  }
  .t706__product-quantity,
  .t706__product-quantity-inp{
    color: var(--kv-ink, #1C1B17) !important;
  }
  .t706__product-quantity:hover,
  .t706__product-quantity_editing:hover{
    border: 1px solid var(--kv-chili, #E24A2B) !important;
  }
  .t706__product-amount{
    color: var(--kv-chili-dark, #B7381F) !important;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
  }
  .t706__cartwin-prodamount-wrap{
    color: var(--kv-ink, #1C1B17) !important;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
  }
  .t706__cartwin-top{
    border-bottom: 2px solid var(--kv-chili, #E24A2B);
  }
  .t706__cartwin-bottom{
    border-top: 2px solid var(--kv-chili, #E24A2B);
  }
  .t706__cartwin-prodamount-wrap ~ .t-submit,
  .t706__cartwin-bottom .t-btn{
    background-color: var(--kv-chili, #E24A2B) !important;
    border-radius: 999px !important;
    border: none !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
  }
</style>