/* =====================================================================
   CHUVEIRO — WAVE DIVIDER
   Transição suave entre a section cinza (tp-bg-gray, #d4d4d4) e a
   section branca seguinte, no lugar do corte seco reto.
   ===================================================================== */

.chuveiro-wave-divider {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #d4d4d4; /* mesmo tom da section cinza acima, pra emendar sem costura */
}

.chuveiro-wave-divider svg {
  display: block;
  width: 100%;
  height: 90px;
}

@media (max-width: 768px) {
  .chuveiro-wave-divider svg { height: 50px; }
}
