/* Vopečbuřt 2.4.8 - detail produktu: titulky bez osamělého písmene */

/* Rubik Dirt je výrazný a široký. U detailu produktu zmenšujeme hlavní název
   zhruba o 15 % a zakazujeme agresivní dělení uvnitř slov, aby nevznikalo
   zalomení typu „VOPEČBUŘ / T DUB“. */
body.vb-theme.single-product .product_title,
body.vb-theme.single-product div.product .product_title,
body.vb-theme.single-product .summary .product_title,
body.vb-theme.single-product .product_title.entry-title,
body.vb-theme.single-product.vb-single-product-premium-layout .product_title,
body.vb-theme.single-product.vopecburt-premium-2212 .product_title.entry-title {
  font-size: clamp(29px, 3.4vw, 48px) !important;
  line-height: .94 !important;
  letter-spacing: .008em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
  max-width: 100% !important;
}

/* Bezpečnostní pojistka: případné linky uvnitř title dědí stejné chování. */
body.vb-theme.single-product .product_title a {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

@media (min-width: 1180px) {
  body.vb-theme.single-product .product_title,
  body.vb-theme.single-product div.product .product_title,
  body.vb-theme.single-product .summary .product_title,
  body.vb-theme.single-product .product_title.entry-title,
  body.vb-theme.single-product.vb-single-product-premium-layout .product_title,
  body.vb-theme.single-product.vopecburt-premium-2212 .product_title.entry-title {
    font-size: clamp(32px, 3.15vw, 50px) !important;
  }
}
