/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 22:22:56 */
/* Força o conteúdo Beaver Builder abaixo do produto a ocupar largura total */
.woocommerce .product .entry-summary + * {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: 0;
  padding: 0 !important;
  box-sizing: border-box;
}