website

Carrito de compra

Seguir comprando
Producto Precio Cantidad Total

Carrito de compra

Su carrito actualmente está vacío.

Continuar la compra
/* 1) Evitar “flash” del widget de PRODUCTO en el header (sin tocar tu banner manual) */ .site-header .trustpilot-widget[data-sku], header .trustpilot-widget[data-sku] { display: none !important; } /* 2) Alinear el widget de producto en la columna de info de Debut */ .product-single__meta .trustpilot-widget[data-sku] { display: block; width: 100%; max-width: 100%; text-align: left; margin-top: 12px; /* separadito de la descripción */ } /* 2.1) Si la app lo inyecta dentro del bloque de descripción (clásico en Debut) */ .product-single__description .trustpilot-widget[data-sku] { display: block; width: 100%; max-width: 100%; text-align: left; margin-top: 12px; } /* 2.2) Por si tu tema tiene un wrapper adicional de resumen */ .product-summary .trustpilot-widget[data-sku], .product-main .trustpilot-widget[data-sku] { display: block; width: 100%; max-width: 100%; text-align: left; margin-top: 12px; }