.hc-linked-products.hc-option-selector {
    flex-direction: column;
  }
  
.hc-linked-products label.hc-option-swatch {
  margin-right: 0;
  margin-bottom: 0px;  /* was 16px */
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  padding: 12px 24px;
}

.hc-linked-products.hc-option-selector {
    width: 100%;
    align-items: stretch;
  }

  .hc-option-selector {
    margin-bottom: unset;
  }

  .hc-option-selector {
    display: flex;
    border: unset;
    align-items: center;
    justify-content: stretch;
    padding: 0;
    margin-top: 10px;
  }
  
  .hc-option-selector input {
    display: none;
  }
  
  .hc-option-selector input:checked + .hc-option-swatch {
    border-color: #0085ca;
    border-width: 2px;
  }

  
  .tooltip:hover .tooltip__title {
    color: #318abe;
  }
  
  .tooltip__title {
    color: #bbbec4;
    font-size: 16px;
    line-height: 33px;
    height: 33px;
    letter-spacing: 0.03em;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }



  .tooltip__content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: #FFF;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    width: 350px;
    padding: 10px;
    box-shadow: 0 9px 33px rgba(0, 0, 0, 0.11);
    z-index: 2;
  }
  
  .tooltip__content:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 13px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
  
  .tooltip--right .tooltip__content {
    left: unset;
    right: 50%;
  }
  
  .tooltip--right .tooltip__content:before {
    left: unset;
    right: 0;
    border-width: 0 9px 13px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  
  .tooltip:hover .tooltip__content {
    display: block;
  }

  .tooltip {
    position: relative;
    margin-left: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .linked-product-subtitle-tooltip{
    display: flex;
    align-items: center;
  }

  span.linked-product-subtitle {
    text-align: left;
    flex: 1 0 50%;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0 / 80%);
  }
  
  span.linked-product-price {
    font-size: 21px;
  }
  
  span.linked-product-installment {
    font-size: 18px;
    font-weight: normal;
    color: rgb(0 0 0 / 80%);
  }
  

  .hc-option-swatch {
    flex: 1;
    text-align: center;
    padding: 22px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 16px;
    border-radius: 10px;
    font-weight: 500;
  }
  
  .hc-option-swatch:last-child {
    margin-right: 0;
  }
  
  span.linked-product-title {
    flex: 1 0 50%;
    text-align: left;
    font-size: 18px;
  }

  
  .hc-color-swatch::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: var(--color);
    display: inline-block;
    margin-right: 17px;
  }
  
  .single-option-selector {
    display: none;
  }
  
  .selector-wrapper label {
    font-weight: 500;
  }