/* Convector-specific additions to the existing Hydrocell product-page system. */
.convector-page h1{overflow-wrap:anywhere;hyphens:manual}
.convector-page .product-photo-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.7fr)}
.convector-page #mitoitus>.hero-cta{margin-block-start:1.5rem}
@media(max-width:60rem){.convector-page .product-photo-layout{grid-template-columns:minmax(0,1fr)}}

/* Keep the complete product inside the shared hexagon with breathing room. */
.convector-page .product-lead__grid>figure img,
.catalog-page #konvektorit .catalog-compact__illustrated figure img{
  box-sizing:border-box;
  object-fit:contain;
  padding:7% 12%;
  background:radial-gradient(ellipse at 45% 35%,#fff 0%,#e8ece9 65%,#cbd2cd 100%);
}
