/* Long catalogue names need a quieter scale than short commercial titles. */
body.sf-stage11-product-detail-v1 #pdv1-product-detail .pdv1-summary .pdv1-title--long {
  max-width: 96% !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  font-weight: 800 !important;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

body.sf-stage11-product-detail-v1 #pdv1-product-detail .pdv1-summary .pdv1-title--very-long {
  max-width: 96% !important;
  font-size: 19px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.006em !important;
  font-weight: 800 !important;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

body.sf-stage11-product-detail-v1 #pdv1-product-detail .pdv1-summary
  :is(.pdv1-title--long, .pdv1-title--very-long)
  + .pdv1-stock-code {
  margin-top: 8px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #e7edf4 !important;
}

@media (max-width: 760px) {
  body.sf-stage11-product-detail-v1 #pdv1-product-detail .pdv1-summary .pdv1-title--long {
    max-width: 100% !important;
    font-size: 20px !important;
  }

  body.sf-stage11-product-detail-v1 #pdv1-product-detail .pdv1-summary .pdv1-title--very-long {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.16 !important;
  }
}
