/** custom css */
:root {
    --BT-wrapper-background: #f6f6f6;
    --BT-footer-background: #fff;

    --BT-product-flag-new: #512da8;
    --BT-product-flag-discount:#00bb2d;
    --BT-product-flag-pack:#f57c00;
}


#wrapper {
    background:var(--BT-wrapper-background);
}
/* Forzar centrado del título del bloque de testimoniales */
.ets-ttn-home-reviews h2.ets-ttn-follow-title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 2.3rem; /* Podés ajustar el tamaño si querés más impacto */
  margin-top: 0;
  margin-bottom: 30px;
}