/** Shopify CDN: Minification failed

Line 93:0 Expected "}" to go with "{"

**/
.product-form__item-2 {
  margin: 24px 0px;
}
.charging-port-wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.charging-port-wrapper .detail-icon-wrapper{
  cursor:pointer;
}
.charging-port-wrapper .icon {
  display: block;
  margin-left: 6px;
  transform: translateY(1px);
}
.charging-port-wrapper .detail-wrapper {
  position: absolute;
  top: 8px;
  left: calc(50% + 2px);
  transform: translate(-50%);
  display: none;
}
.template-product .radio-wrapper .single-option-radio label[data-option-name="Ports de charge"]{
  width: calc(50% - 8px);
  max-width: 228px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 24px !important;
  margin: 0 !important;
  text-transform: unset;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 1.3;
}
.template-product .radio-wrapper .single-option-radio label[data-option-name="Ports de charge"]:not(:last-of-type){
  margin-right:16px !important;
}
.template-product .single-option-radio input[type="radio"]:checked + label[data-option-name="Ports de charge"]{
  border: 1px solid #ff7a3d;
}
.template-product .radio-wrapper .single-option-radio label {
  display: none;
}
.template-product .radio-wrapper .single-option-radio label[data-option-name="Ports de charge"] svg{
    display: block;
    margin-right:8px;
  }
@media(max-width: 750px){
  .template-product .radio-wrapper .single-option-radio {
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .charging-port-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .template-product .radio-wrapper .single-option-radio label[data-option-name="Ports de charge"] {
    width: calc(50% - 4px);
    max-width: 44.533vw;
    text-transform: unset;
    letter-spacing: 0px;
    flex-direction: column;
    font-size: 3.73333vw;
  }
  .template-product .radio-wrapper .single-option-radio label[data-option-name="Ports de charge"] svg{
    display: block;
    margin-right:0px;
    margin-bottom: 2.1333vw;
    width: 6.4vw;
    height: unset;
  }
  .template-product .radio-wrapper .single-option-radio label[data-option-name="Ports de charge"]:not(:last-of-type) {
    margin-right: 2.1333vw !important;
  }




