.elementor-kit-159{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-159 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Container centralizado dos templates WooCommerce ===== */
.woocommerce-cart .entry-content > .woocommerce,
.woocommerce-checkout .entry-content > .woocommerce {
  max-width: 1200px;      /* ajuste se quiser mais/menos largo */
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* ===== CARRINHO: 2 colunas responsivas ===== */
.woocommerce-cart .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px; /* produtos | totais */
  gap: 32px;
}
.woocommerce-cart .woocommerce-cart-form { grid-column: 1; }
.woocommerce-cart .cart-collaterals { grid-column: 2; }

/* ===== CHECKOUT: formulário + resumo à direita ===== */
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 32px;
}
.woocommerce-checkout .col2-set { order: 1; }
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading { order: 2; }

/* Remove floats/larguras do tema que quebram o layout */
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}

/* ===== Empilhar no mobile ===== */
@media (max-width: 992px) {
  .woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-cart .cart-collaterals { margin-top: 24px; }
}

/* ===== Tabelas mais fluidas em telas pequenas ===== */
@media (max-width: 600px) {
  .woocommerce table.shop_table thead { display: none; }
  .woocommerce table.shop_table tr,
  .woocommerce table.shop_table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .woocommerce .quantity .qty { max-width: 90px; }
}

/* ===== Evitar sobreposição com seções abaixo (banner/newsletter) ===== */
.woocommerce-cart, .woocommerce-checkout { position: relative; z-index: 1; }
.site-main .woocommerce + section,
.site-main .woocommerce + .elementor-section { clear: both; }/* End custom CSS */