#szb-vfr-recommendation {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'HelveticaNowDisplay', sans-serif;
}

#szb-vfr-recommendation b {
  display: contents;
}

.vfr__button--clean:focus {
  outline: none !important;
}

.vfr__container {
  margin: 0px;
}

.vfr__button--clean {
  font-family: 'HelveticaNowDisplay', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.vfr__button--clean:hover {
  text-decoration: none;
}

.modal-custom-box-vfr span {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
}

body:has(.vfr__container) .size-selector__link.button.button__hover-classic.button__link {
  display: none;
}

body:has(.vfr__container) .product-details__buttons .modal-custom-box-vfr {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  body:has(.size-selector__header.size-selector__header-bundle) .vfr__container {
    width: 60%;
  }

  .product-bar__add {
    flex-direction: column;
  }

  .product-infos__guides .modal-custom-box-vfr span {
    font-size: 14px;
    margin-bottom: 5px;
  }

  body:has(.vfr__container) .product-bar__add .modal-custom-box-vfr {
    margin-bottom: 15px;
  }
}
