html[lang^='fr-CH'] .hubble-product__options.s-option-care .hubble-pd-radio__label .s-label-inner .s-option-name,
html[lang^='fr-CH'] .hubble-product__options.s-option-care .s-option-box .hubble-pd-radio__label .s-label .s-label-inner .s-option-content .s-option-price {
  font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width:1440px) {
  html[lang^='fr-CH'] .hubble-product__options.s-option-care .hubble-pd-radio__label .s-label-inner .s-option-name,
  html[lang^='fr-CH'] .hubble-product__options.s-option-care .s-option-box .hubble-pd-radio__label .s-label .s-label-inner .s-option-content .s-option-price {
    font-size: .90277778vw;
  }
}

@media only screen and (max-width: 767px) {
  html[lang^='fr-CH'] .hubble-product__options.s-option-care .hubble-pd-radio__label .s-label-inner .s-option-name {
    font-size: 4.44444444vw;
  }

  html[lang^='fr-CH'] .hubble-product__options.s-option-care .s-option-box .hubble-pd-radio__label .s-label .s-label-inner .s-option-content .s-option-price {
    font-size: 3.88888889vw;
  }
}