/* Dutch product-page typography adjustments */
body.nl-products-overview .page-hero-copy{
  min-width:0;
}
body.nl-products-overview .page-hero h1{
  max-width:100%;
}
@media (min-width:1001px){
  body.nl-products-overview .page-hero h1{
    font-size:clamp(50px,4.7vw,72px);
    line-height:.99;
  }
}
@media (max-width:700px){
  body.nl-products-overview .page-hero-copy{
    padding-left:24px;
    padding-right:24px;
  }
  body.nl-products-overview .page-hero h1{
    font-size:clamp(38px,10.5vw,42px);
    line-height:1.02;
    letter-spacing:-.045em;
    overflow-wrap:normal;
    word-break:normal;
  }
}
