﻿/*
Theme Name: BellaCore Labs - Hello Child
Theme URI: https://bellacorelabs.com
Description: Tema filho completo do Hello Elementor para BellaCore Labs. Visual dark premium, biotech luxury, WooCommerce, header, footer, home, páginas e ajustes responsivos.
Author: BellaCore Labs
Author URI: https://bellacorelabs.com
Template: hello-elementor
Version: 2.0.6.7
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: bellacorelabs
Tags: e-commerce, woocommerce, dark, premium, wellness, biotech, hello-elementor-child
*/

/* CSS principal carregado via functions.php */

/* BCL 2.0.2.5 - cards de Linhas Especializadas como links nativos */
.bcl-categories .category-card[data-card-url] {
  display: block;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

/* BCL 2.0.5.3 - menu mobile compacto com rolagem interna */
@media (max-width: 640px) {
  #bcl-header #site-navigation.mobile-open,
  #bcl-header .header-nav.mobile-open,
  .bcl-header #site-navigation.mobile-open,
  .bcl-header .header-nav.mobile-open {
    left: 16px !important;
    right: 16px !important;
    top: 100% !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 168px) !important;
    padding: 14px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(125, 184, 255, .55) rgba(10, 22, 42, .45) !important;
  }

  #bcl-header #site-navigation.mobile-open::-webkit-scrollbar,
  #bcl-header .header-nav.mobile-open::-webkit-scrollbar,
  .bcl-header #site-navigation.mobile-open::-webkit-scrollbar,
  .bcl-header .header-nav.mobile-open::-webkit-scrollbar {
    width: 5px;
  }

  #bcl-header #site-navigation.mobile-open::-webkit-scrollbar-thumb,
  #bcl-header .header-nav.mobile-open::-webkit-scrollbar-thumb,
  .bcl-header #site-navigation.mobile-open::-webkit-scrollbar-thumb,
  .bcl-header .header-nav.mobile-open::-webkit-scrollbar-thumb {
    background: rgba(125, 184, 255, .55);
    border-radius: 999px;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu,
  #bcl-header .header-nav.mobile-open .nav-menu,
  .bcl-header #site-navigation.mobile-open .nav-menu,
  .bcl-header .header-nav.mobile-open .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li,
  #bcl-header .header-nav.mobile-open .nav-menu li,
  .bcl-header #site-navigation.mobile-open .nav-menu li,
  .bcl-header .header-nav.mobile-open .nav-menu li {
    margin: 0 !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li a,
  #bcl-header #site-navigation.mobile-open .nav-menu a,
  #bcl-header .header-nav.mobile-open .nav-menu li a,
  #bcl-header .header-nav.mobile-open .nav-menu a,
  .bcl-header #site-navigation.mobile-open .nav-menu li a,
  .bcl-header #site-navigation.mobile-open .nav-menu a,
  .bcl-header .header-nav.mobile-open .nav-menu li a,
  .bcl-header .header-nav.mobile-open .nav-menu a {
    min-height: 46px !important;
    padding: 10px 14px !important;
    border-radius: 13px !important;
    font-size: clamp(.9rem, 4vw, 1.02rem) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 380px) {
  #bcl-header #site-navigation.mobile-open,
  #bcl-header .header-nav.mobile-open,
  .bcl-header #site-navigation.mobile-open,
  .bcl-header .header-nav.mobile-open {
    left: 12px !important;
    right: 12px !important;
    max-height: calc(100dvh - 156px) !important;
    padding: 12px !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li a,
  #bcl-header #site-navigation.mobile-open .nav-menu a,
  #bcl-header .header-nav.mobile-open .nav-menu li a,
  #bcl-header .header-nav.mobile-open .nav-menu a,
  .bcl-header #site-navigation.mobile-open .nav-menu li a,
  .bcl-header #site-navigation.mobile-open .nav-menu a,
  .bcl-header .header-nav.mobile-open .nav-menu li a,
  .bcl-header .header-nav.mobile-open .nav-menu a {
    min-height: 42px !important;
    padding: 9px 12px !important;
    font-size: .9rem !important;
  }
}

/* BCL 2.0.5.6 - trava de overflow horizontal no mobile */
@media (max-width: 640px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
  }

  #page,
  .site,
  .bcl-site,
  .bcl-main,
  .site-main,
  main,
  .bcl-page,
  .bcl-home,
  .bcl-header,
  .bcl-footer,
  .woocommerce,
  .woocommerce-page,
  .wp-site-blocks,
  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-checkout,
  .wc-block-cart,
  .wc-block-checkout,
  .wc-block-components-sidebar-layout,
  .wc-block-components-main,
  .wc-block-components-sidebar {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  .container,
  .bcl-container,
  .bcl-header .container,
  .bcl-footer .container,
  .bcl-protocols-hero .container,
  .bcl-protocols-content .container {
    max-width: calc(100vw - 24px) !important;
    box-sizing: border-box !important;
  }

  .bcl-header *,
  .bcl-main *,
  .bcl-footer *,
  .woocommerce *,
  .woocommerce-page * {
    box-sizing: border-box !important;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100% !important;
  }

  table {
    max-width: 100% !important;
  }

  .bcl-table-scroll,
  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-checkout .wc-block-components-order-summary,
  .woocommerce-checkout .wc-block-components-order-summary__content {
    max-width: 100% !important;
  }

  .bcl-category-grid,
  .bcl-info-grid,
  .products,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bcl-whatsapp-float,
  .joinchat,
  .joinchat__button,
  .wa__btn_popup,
  .floating-whatsapp {
    max-width: calc(100vw - 24px) !important;
  }
}

/* BCL 2.0.5.4 - override final do resumo do pedido mobile */
@media (max-width: 640px) {
  .woocommerce-checkout .wc-block-components-order-summary,
  .woocommerce-checkout .wc-block-components-order-summary__content {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image,
  .woocommerce-checkout .wc-block-components-order-summary-item__image > div {
    grid-column: 1 !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description {
    grid-column: 2 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    flex: none !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__individual-prices,
  .woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    grid-column: 2 !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 4px 0 0 !important;
    white-space: normal !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .woocommerce-checkout .wc-block-components-order-summary-item__description a,
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: none !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .woocommerce-checkout .wc-block-components-order-summary-item__description a {
    font-size: .95rem !important;
    line-height: 1.2 !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details {
    margin-top: 6px !important;
    font-size: .82rem !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 380px) {
  .woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image,
  .woocommerce-checkout .wc-block-components-order-summary-item__image > div {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 56px !important;
    height: 56px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .woocommerce-checkout .wc-block-components-order-summary-item__description a {
    font-size: .9rem !important;
  }
}

/* BCL 2.0.5.5 - Protocolos em formato legivel no celular */
@media (max-width: 640px) {
  .bcl-protocols-page {
    overflow-x: clip !important;
  }

  .bcl-protocols-hero {
    padding: 88px 0 30px !important;
  }

  .bcl-protocols-hero .container,
  .bcl-protocols-content .container {
    width: min(100% - 24px, 100%) !important;
  }

  .bcl-protocols-hero h1 {
    font-size: clamp(1.75rem, 9vw, 2.35rem) !important;
    line-height: 1.08 !important;
  }

  .bcl-protocols-hero p,
  .bcl-protocol-card__header p,
  .bcl-protocol-overview p,
  .bcl-protocol-note p,
  .bcl-protocol-legal {
    font-size: .92rem !important;
    line-height: 1.55 !important;
  }

  .bcl-protocols-content {
    padding: 24px 0 44px !important;
  }

  .bcl-protocol-tabs {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .bcl-protocol-tabs a {
    flex: 0 0 auto !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: .72rem !important;
    white-space: nowrap !important;
  }

  .bcl-protocol-legend {
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .bcl-protocol-card,
  .bcl-protocol-summary {
    margin-top: 20px !important;
    border-radius: 16px !important;
  }

  .bcl-protocol-card__header,
  .bcl-protocol-summary header {
    padding: 18px 16px !important;
  }

  .bcl-protocol-card h2,
  .bcl-protocol-summary h2 {
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
  }

  .bcl-protocol-meta {
    gap: 8px !important;
  }

  .bcl-protocol-meta > span:first-child {
    font-size: .64rem !important;
  }

  .bcl-protocol-overview {
    margin: 12px !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .bcl-table-scroll {
    overflow: visible !important;
  }

  .bcl-protocol-table,
  .bcl-protocol-table thead,
  .bcl-protocol-table tbody,
  .bcl-protocol-table tr,
  .bcl-protocol-table th,
  .bcl-protocol-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .bcl-protocol-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .bcl-protocol-table thead {
    display: none !important;
  }

  .bcl-protocol-table tbody tr {
    margin: 12px !important;
    padding: 12px !important;
    border: 1px solid rgba(125, 184, 255, .14) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .04) !important;
  }

  .bcl-protocol-table tbody th,
  .bcl-protocol-table tbody td {
    display: grid !important;
    grid-template-columns: minmax(92px, 38%) minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 9px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(125, 184, 255, .08) !important;
    font-size: .9rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .bcl-protocol-table tbody th:last-child,
  .bcl-protocol-table tbody td:last-child {
    border-bottom: 0 !important;
  }

  .bcl-protocol-table tbody th::before,
  .bcl-protocol-table tbody td::before {
    content: attr(data-label);
    color: #7DB8FF;
    font-family: Montserrat, sans-serif;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .bcl-protocol-table tbody th {
    color: #fff !important;
  }

  .bcl-protocol-table .bcl-level {
    white-space: normal !important;
  }

  .bcl-protocol-note {
    padding: 15px !important;
  }

  .bcl-protocol-legal {
    margin-top: 20px !important;
    padding: 16px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 380px) {
  .bcl-protocol-table tbody th,
  .bcl-protocol-table tbody td {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

/* BCL 2.0.6.3 - variacoes WooCommerce sempre legiveis */
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.single-product div.product form.cart .variations select,
.woocommerce .variations_form select,
.woocommerce-page .variations_form select,
.bcl-main .variations_form select {
  min-height: 58px !important;
  width: 100% !important;
  padding: 0 18px !important;
  border: 1px solid rgba(125, 184, 255, .32) !important;
  border-radius: 14px !important;
  background-color: #111827 !important;
  color: #F8FBFF !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18) !important;
  color-scheme: dark !important;
  opacity: 1 !important;
}

.woocommerce div.product form.cart .variations select:focus,
.woocommerce-page div.product form.cart .variations select:focus,
.single-product div.product form.cart .variations select:focus,
.woocommerce .variations_form select:focus,
.woocommerce-page .variations_form select:focus,
.bcl-main .variations_form select:focus {
  border-color: rgba(125, 184, 255, .74) !important;
  outline: 2px solid rgba(45, 109, 246, .34) !important;
  outline-offset: 2px !important;
}

.woocommerce div.product form.cart .variations select option,
.woocommerce-page div.product form.cart .variations select option,
.single-product div.product form.cart .variations select option,
.woocommerce .variations_form select option,
.woocommerce-page .variations_form select option,
.bcl-main .variations_form select option {
  background-color: #111827 !important;
  color: #F8FBFF !important;
}

.woocommerce div.product form.cart .variations select option:checked,
.woocommerce-page div.product form.cart .variations select option:checked,
.single-product div.product form.cart .variations select option:checked,
.woocommerce .variations_form select option:checked,
.woocommerce-page .variations_form select option:checked,
.bcl-main .variations_form select option:checked {
  background-color: #2563EB !important;
  color: #FFFFFF !important;
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.single-product div.product form.cart .variations label,
.woocommerce .variations_form label,
.woocommerce-page .variations_form label,
.bcl-main .variations_form label {
  color: #F8FBFF !important;
}

/* BCL 2.0.6.1 - ajuste final do menu mobile com Calculadora */
@media (max-width: 640px) {
  #bcl-header #site-navigation.mobile-open,
  #bcl-header .header-nav.mobile-open,
  .bcl-header #site-navigation.mobile-open,
  .bcl-header .header-nav.mobile-open {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 150px) !important;
    padding: 12px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu,
  #bcl-header .header-nav.mobile-open .nav-menu,
  .bcl-header #site-navigation.mobile-open .nav-menu,
  .bcl-header .header-nav.mobile-open .nav-menu {
    gap: 7px !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li a,
  #bcl-header #site-navigation.mobile-open .nav-menu a,
  #bcl-header .header-nav.mobile-open .nav-menu li a,
  #bcl-header .header-nav.mobile-open .nav-menu a,
  .bcl-header #site-navigation.mobile-open .nav-menu li a,
  .bcl-header #site-navigation.mobile-open .nav-menu a,
  .bcl-header .header-nav.mobile-open .nav-menu li a,
  .bcl-header .header-nav.mobile-open .nav-menu a {
    min-height: 40px !important;
    padding: 8px 12px !important;
    border-radius: 12px !important;
    font-size: clamp(.84rem, 3.7vw, .96rem) !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 380px) {
  #bcl-header #site-navigation.mobile-open,
  #bcl-header .header-nav.mobile-open,
  .bcl-header #site-navigation.mobile-open,
  .bcl-header .header-nav.mobile-open {
    max-height: calc(100dvh - 138px) !important;
    padding: 10px !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li a,
  #bcl-header #site-navigation.mobile-open .nav-menu a,
  #bcl-header .header-nav.mobile-open .nav-menu li a,
  #bcl-header .header-nav.mobile-open .nav-menu a,
  .bcl-header #site-navigation.mobile-open .nav-menu li a,
  .bcl-header #site-navigation.mobile-open .nav-menu a,
  .bcl-header .header-nav.mobile-open .nav-menu li a,
  .bcl-header .header-nav.mobile-open .nav-menu a {
    min-height: 38px !important;
    padding: 7px 10px !important;
    font-size: .84rem !important;
  }
}

/* BCL 2.0.6.2 - layout compacto da Calculadora */
.bcl-calculator-page--compact {
  background:
    radial-gradient(circle at 16% 0%, rgba(45, 109, 246, .14), transparent 34%),
    #0B1220 !important;
}

.bcl-calculator-compact-section {
  padding: 132px 0 64px !important;
}

.bcl-calculator-page--compact .container {
  width: min(100% - 32px, 760px) !important;
  max-width: 760px !important;
}

.bcl-dose-calculator--compact,
.bcl-calculator-page--compact .bcl-dose-calculator {
  display: block !important;
}

.bcl-calc-card--compact {
  padding: 24px !important;
  border-radius: 18px !important;
}

.bcl-calc-card--compact .bcl-calc-card__header {
  margin-bottom: 18px !important;
  text-align: center !important;
}

.bcl-calc-card--compact .bcl-calc-card__header h1 {
  margin: 8px 0 10px !important;
  color: #fff !important;
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(1.45rem, 3vw, 2rem) !important;
  line-height: 1.15 !important;
}

.bcl-calc-card--compact .bcl-calc-card__header p {
  max-width: 560px !important;
  margin: 0 auto !important;
  color: #C9D1DC !important;
  font-size: .92rem !important;
  line-height: 1.55 !important;
}

.bcl-calc-fields--compact {
  gap: 12px !important;
}

.bcl-calc-card--compact .bcl-calc-field > span {
  font-size: .86rem !important;
}

.bcl-calc-card--compact .bcl-calc-input {
  min-height: 48px !important;
  border-radius: 13px !important;
  grid-template-columns: minmax(0, 1fr) 58px !important;
}

.bcl-calc-card--compact .bcl-calc-input input {
  height: 48px !important;
  padding: 0 14px !important;
  font-size: .98rem !important;
}

.bcl-calc-card--compact .bcl-calc-actions--compact {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

.bcl-calc-card--compact .btn-primary,
.bcl-calc-card--compact .bcl-calc-reset {
  min-height: 46px !important;
  padding: 0 18px !important;
  font-size: .88rem !important;
}

.bcl-calc-result-panel {
  display: grid !important;
  gap: 10px !important;
  margin-top: 18px !important;
  padding: 16px !important;
  border: 1px solid rgba(125, 184, 255, .16) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 86% 0%, rgba(45, 109, 246, .22), transparent 32%),
    rgba(255, 255, 255, .04) !important;
  text-align: center !important;
}

.bcl-calc-result-main span,
.bcl-calc-result-row span {
  display: block !important;
  color: #AFC1D4 !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.bcl-calc-result-main strong {
  display: block !important;
  margin-top: 4px !important;
  color: #3B82F6 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(2.1rem, 6vw, 3.4rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.bcl-calc-result-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px 10px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(125, 184, 255, .1) !important;
}

.bcl-calc-result-row strong {
  color: #fff !important;
  font-size: .95rem !important;
}

.bcl-calc-note--compact {
  margin-top: 12px !important;
  padding: 13px 14px !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  color: #C9D1DC !important;
  font-size: .84rem !important;
  line-height: 1.5 !important;
}

.bcl-calc-note--compact strong {
  color: #7DB8FF !important;
}

@media (max-width: 640px) {
  .bcl-calculator-compact-section {
    padding: 104px 0 44px !important;
  }

  .bcl-calculator-page--compact .container {
    width: min(100% - 24px, 100%) !important;
  }

  .bcl-calc-card--compact {
    padding: 18px !important;
  }

  .bcl-calc-card--compact .bcl-calc-actions--compact {
    grid-template-columns: 1fr !important;
  }
}

/* BCL 2.0.5.7 - override final do submenu Calculadora */
@media (min-width: 641px) {
  #bcl-header .nav-menu li {
    position: relative !important;
  }

  #bcl-header .nav-menu .sub-menu {
    position: absolute !important;
    left: 50% !important;
    top: calc(100% + 14px) !important;
    z-index: 10020 !important;
    display: block !important;
    min-width: 210px !important;
    margin: 0 !important;
    padding: 10px !important;
    list-style: none !important;
    border: 1px solid rgba(125, 184, 255, .18) !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(13, 30, 58, .96), rgba(5, 10, 20, .98)) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .34) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate(-50%, 8px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  }

  #bcl-header .nav-menu li:hover > .sub-menu,
  #bcl-header .nav-menu li:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
  }
}

@media (max-width: 640px) {
  #bcl-header .nav-menu .sub-menu {
    position: static !important;
    display: block !important;
    min-width: 0 !important;
    margin: 8px 0 0 !important;
    padding: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(45, 109, 246, .08) !important;
  }

  #bcl-header .nav-menu .sub-menu a {
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: .84rem !important;
  }
}

/* BCL 2.0.5.8 - Calculadora como aba/subitem, nao botao */
@media (min-width: 641px) {
  #bcl-header .nav-menu .sub-menu {
    top: calc(100% + 6px) !important;
    min-width: max-content !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #bcl-header .nav-menu .sub-menu a {
    min-height: 0 !important;
    padding: 8px 4px 10px !important;
    border-radius: 0 !important;
    color: #7DB8FF !important;
    font-size: .84rem !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    background: transparent !important;
    border-bottom: 2px solid rgba(125, 184, 255, .58) !important;
    box-shadow: none !important;
  }

  #bcl-header .nav-menu .sub-menu a:hover,
  #bcl-header .nav-menu .sub-menu a:focus {
    color: #fff !important;
    background: transparent !important;
    border-bottom-color: #7DB8FF !important;
  }
}

@media (max-width: 640px) {
  #bcl-header .nav-menu .sub-menu {
    margin: 4px 0 0 14px !important;
    padding: 0 0 0 12px !important;
    border: 0 !important;
    border-left: 2px solid rgba(125, 184, 255, .36) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  #bcl-header .nav-menu .sub-menu a {
    min-height: 0 !important;
    padding: 7px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #7DB8FF !important;
    background: transparent !important;
    font-size: .84rem !important;
  }
}

/* BCL 2.0.5.9 - Calculadora em fluxo vertical */
.bcl-calculator-page .bcl-calculator-grid {
  grid-template-columns: 1fr !important;
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bcl-calculator-page .bcl-dose-calculator {
  grid-template-columns: 1fr !important;
}

.bcl-calculator-page .bcl-calc-note--inline {
  margin: 0 0 22px !important;
  padding: 18px 20px !important;
  box-shadow: none !important;
}

.bcl-calculator-page .bcl-calc-card--result {
  text-align: center !important;
}

.bcl-calculator-page .bcl-calc-note--legal {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .bcl-calculator-page .bcl-calculator-grid {
    max-width: calc(100vw - 24px) !important;
  }

  .bcl-calculator-page .bcl-calc-note--inline {
    padding: 15px !important;
  }
}

/* BCL 2.0.6.0 - Calculadora como item principal do menu */
@media (min-width: 1081px) {
  #bcl-header .nav-menu {
    gap: clamp(14px, 1.45vw, 24px) !important;
  }

  #bcl-header .nav-menu li a,
  #bcl-header .nav-menu a {
    font-size: clamp(.84rem, .82vw, .98rem) !important;
    letter-spacing: .015em !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1081px) and (max-width: 1320px) {
  #bcl-header .header-inner {
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) auto !important;
    column-gap: 18px !important;
  }

  #bcl-header .header-logo img,
  #bcl-header .custom-logo-link img {
    max-width: 230px !important;
  }

  #bcl-header .nav-menu {
    gap: 13px !important;
  }

  #bcl-header .nav-menu li a,
  #bcl-header .nav-menu a {
    font-size: .84rem !important;
  }
}

/* BCL 2.0.5.7 - submenu WordPress e pagina Calculadora */
.nav-menu li {
  position: relative;
}

.nav-menu .sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  z-index: 10020;
  min-width: 210px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(125, 184, 255, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 30, 58, .96), rgba(5, 10, 20, .98));
  box-shadow: 0 20px 48px rgba(0, 0, 0, .34);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-menu .sub-menu a {
  display: flex !important;
  width: 100%;
  min-height: 42px;
  align-items: center;
  padding: 10px 12px !important;
  border-radius: 12px;
  color: #E6EBF1 !important;
  font-size: .84rem !important;
  text-decoration: none;
}

.nav-menu .sub-menu a:hover,
.nav-menu .sub-menu a:focus {
  color: #7DB8FF !important;
  background: rgba(45, 109, 246, .14);
}

.bcl-calculator-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 109, 246, .17), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(125, 184, 255, .1), transparent 32%),
    #0B1220;
  color: #E6EBF1;
  overflow-x: clip;
}

.bcl-calculator-hero {
  padding: 126px 0 58px;
  border-bottom: 1px solid rgba(125, 184, 255, .12);
  background:
    linear-gradient(135deg, rgba(2, 8, 23, .96), rgba(13, 30, 58, .72)),
    radial-gradient(circle at 50% 0%, rgba(45, 109, 246, .24), transparent 40%);
}

.bcl-calculator-hero .container,
.bcl-calculator-section .container {
  width: min(100% - var(--bcl-site-gutter, 64px), 1180px);
  max-width: 1180px;
}

.bcl-calculator-hero h1 {
  max-width: 860px;
  margin: 14px 0 18px;
  color: #fff;
  font-family: Cinzel, serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.bcl-calculator-hero p {
  max-width: 780px;
  color: #C9D1DC;
  font-size: clamp(.98rem, 1.6vw, 1.12rem);
  line-height: 1.75;
}

.bcl-calculator-section {
  padding: 48px 0 76px;
}

.bcl-calculator-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  max-width: 880px;
  margin: 0 auto;
}

.bcl-dose-calculator {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.bcl-calc-card,
.bcl-calc-note {
  border: 1px solid rgba(125, 184, 255, .14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(13, 30, 58, .64), rgba(7, 13, 25, .94));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .26);
}

.bcl-calc-card {
  padding: 28px;
}

.bcl-calc-card__header {
  margin-bottom: 22px;
}

.bcl-calc-card__header span {
  color: #7DB8FF;
  font-family: Montserrat, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bcl-calc-card__header h2,
.bcl-calc-note h3 {
  margin: 8px 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 1.18;
}

.bcl-calc-card__header h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.bcl-calc-fields {
  display: grid;
  gap: 16px;
}

.bcl-calc-note--inline {
  margin: 0 0 22px;
  padding: 18px 20px;
  box-shadow: none;
}

.bcl-calc-field {
  display: grid;
  gap: 8px;
}

.bcl-calc-field > span {
  color: #C9D1DC;
  font-size: .92rem;
  font-weight: 700;
}

.bcl-calc-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(125, 184, 255, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
}

.bcl-calc-input input {
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: 700 1.05rem/1.2 Montserrat, sans-serif;
}

.bcl-calc-input small {
  display: grid;
  place-items: center;
  height: 100%;
  color: #7DB8FF;
  font-weight: 800;
  border-left: 1px solid rgba(125, 184, 255, .14);
  background: rgba(45, 109, 246, .12);
}

.bcl-calc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bcl-calc-reset {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(125, 184, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: #E6EBF1;
  cursor: pointer;
  font-weight: 800;
}

.bcl-calc-reset:hover {
  color: #7DB8FF;
  background: rgba(45, 109, 246, .12);
}

.bcl-calc-card--result {
  background:
    radial-gradient(circle at 90% 8%, rgba(45, 109, 246, .22), transparent 34%),
    linear-gradient(135deg, rgba(13, 30, 58, .78), rgba(5, 10, 20, .98));
}

.bcl-calc-card--result {
  text-align: center;
}

.bcl-calc-result {
  display: grid;
  gap: 14px;
}

.bcl-calc-result > div {
  padding: 16px;
  border: 1px solid rgba(125, 184, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.bcl-calc-result span {
  display: block;
  margin-bottom: 8px;
  color: #AFC1D4;
  font-size: .82rem;
  font-weight: 700;
}

.bcl-calc-result strong {
  display: block;
  color: #7DB8FF;
  font-family: Cinzel, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.08;
}

.bcl-calc-result--simple {
  place-items: center;
  text-align: center;
}

.bcl-calc-result--simple > div {
  width: 100%;
}

.bcl-calc-volume-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: baseline;
  background: transparent !important;
  border-color: rgba(125, 184, 255, .1) !important;
}

.bcl-calc-volume-line span,
.bcl-calc-volume-line strong,
.bcl-calc-concentration-line span,
.bcl-calc-concentration-line strong {
  display: inline !important;
  margin: 0 !important;
  font-family: Montserrat, sans-serif !important;
}

.bcl-calc-volume-line strong {
  color: #fff !important;
  font-size: 1.08rem !important;
}

.bcl-calc-ui-big {
  color: #3B82F6 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(2.6rem, 6vw, 4rem) !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

.bcl-calc-concentration-line {
  background: rgba(45, 109, 246, .08) !important;
}

.bcl-calc-concentration-line strong {
  color: #7DB8FF !important;
  font-size: .92rem !important;
}

.bcl-calc-formula {
  margin: 18px 0 0;
  color: #AFC1D4;
  font-size: .88rem;
  line-height: 1.6;
}

.bcl-calc-side {
  display: grid;
  gap: 18px;
}

.bcl-calc-note {
  padding: 22px;
}

.bcl-calc-note h3 {
  font-size: 1rem;
}

.bcl-calc-note p {
  margin: 10px 0 0;
  color: #C9D1DC;
  line-height: 1.65;
}

.bcl-calc-note--legal {
  background: linear-gradient(135deg, rgba(45, 109, 246, .12), rgba(13, 30, 58, .64));
}

@media (max-width: 980px) {
  .bcl-calculator-grid,
  .bcl-dose-calculator {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav-menu .sub-menu {
    position: static !important;
    min-width: 0 !important;
    margin: 8px 0 0 !important;
    padding: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(45, 109, 246, .08) !important;
  }

  .nav-menu .sub-menu a {
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: .84rem !important;
  }

  .bcl-calculator-hero {
    padding: 88px 0 30px !important;
  }

  .bcl-calculator-hero .container,
  .bcl-calculator-section .container {
    width: min(100% - 24px, 100%) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .bcl-calculator-hero h1 {
    font-size: clamp(1.8rem, 10vw, 2.5rem) !important;
  }

  .bcl-calculator-hero p,
  .bcl-calc-note p,
  .bcl-calc-formula {
    font-size: .92rem !important;
    line-height: 1.55 !important;
  }

  .bcl-calculator-section {
    padding: 28px 0 50px !important;
  }

  .bcl-calc-card,
  .bcl-calc-note {
    border-radius: 16px !important;
  }

  .bcl-calc-card {
    padding: 18px !important;
  }

  .bcl-calc-input {
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .bcl-calc-input input {
    height: 54px;
    padding: 0 14px;
    font-size: 1rem;
  }

  .bcl-calc-actions .btn-primary,
  .bcl-calc-reset {
    width: 100%;
    justify-content: center;
  }
}

/* BCL 2.0.5.4 - resumo do pedido mobile sem quebrar nome do produto */
@media (max-width: 640px) {
  .woocommerce-checkout .wc-block-components-order-summary,
  .woocommerce-checkout .wc-block-components-order-summary__content {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image,
  .woocommerce-checkout .wc-block-components-order-summary-item__image > div {
    grid-column: 1 !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description {
    grid-column: 2 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__individual-prices,
  .woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    grid-column: 2 !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 4px 0 0 !important;
    white-space: normal !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .woocommerce-checkout .wc-block-components-order-summary-item__description a,
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: none !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .woocommerce-checkout .wc-block-components-order-summary-item__description a {
    font-size: .95rem !important;
    line-height: 1.2 !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details {
    margin-top: 6px !important;
    font-size: .82rem !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 380px) {
  .woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image,
  .woocommerce-checkout .wc-block-components-order-summary-item__image > div {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 56px !important;
    height: 56px !important;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .woocommerce-checkout .wc-block-components-order-summary-item__description a {
    font-size: .9rem !important;
  }
}

/* BCL 2.0.4.3 - ajustes WooCommerce Blocks mobile e formulario de checkout */
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 100% !important;
  overflow-x: clip !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-checkout__shipping-address h2,
.woocommerce-checkout .wc-block-checkout__billing-address h2 {
  color: #7DB8FF !important;
  overflow-wrap: anywhere !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input textarea {
  color: #071327 !important;
  caret-color: #2D6DF6 !important;
  background-color: #f8fbff !important;
  border-color: rgba(125, 184, 255, .38) !important;
}

.woocommerce-checkout .wc-block-components-text-input input::placeholder,
.woocommerce-checkout .wc-block-components-text-input textarea::placeholder,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input::placeholder {
  color: #6F7B8C !important;
  opacity: 1 !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-select label,
.woocommerce-checkout .wc-block-components-combobox label {
  color: #8CBFFF !important;
}

.woocommerce-checkout .wc-block-components-checkbox__label,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  color: #E6EBF1 !important;
}

@media (max-width: 640px) {
  body.woocommerce-cart,
  body.woocommerce-checkout {
    overflow-x: hidden !important;
  }

  .woocommerce-cart .bcl-main,
  .woocommerce-cart .bcl-woo-wrapper,
  .woocommerce-checkout .bcl-main,
  .woocommerce-checkout .bcl-woo-wrapper {
    padding-left: 18px !important;
    padding-right: 18px !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .woocommerce-cart .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-cart__totals-title,
  .woocommerce-checkout .wp-block-woocommerce-checkout,
  .woocommerce-checkout .wc-block-checkout,
  .woocommerce-checkout .wc-block-components-sidebar-layout,
  .woocommerce-checkout .wc-block-components-main,
  .woocommerce-checkout .wc-block-components-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .woocommerce-cart .wc-block-cart__submit-container,
  .woocommerce-cart .wc-block-cart__submit,
  .woocommerce-cart .wc-block-components-button,
  .woocommerce-cart a.wc-block-components-button,
  .woocommerce-cart .wc-block-components-button__text {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .woocommerce-cart .wc-block-cart__submit-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce-cart .wc-block-components-button,
  .woocommerce-cart a.wc-block-components-button {
    display: flex !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 14px 16px !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.25 !important;
  }

  .woocommerce-cart .wc-block-components-totals-wrapper,
  .woocommerce-cart .wc-block-components-totals-item,
  .woocommerce-cart .wc-block-cart-items__row,
  .woocommerce-checkout .wc-block-components-address-form,
  .woocommerce-checkout .wc-block-components-checkout-step {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .woocommerce-checkout .wc-block-components-title,
  .woocommerce-checkout .wc-block-components-checkout-step__title,
  .woocommerce-checkout .wc-block-checkout__shipping-address h2,
  .woocommerce-checkout .wc-block-checkout__billing-address h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .woocommerce-checkout .wc-block-components-text-input input,
  .woocommerce-checkout .wc-block-components-text-input textarea,
  .woocommerce-checkout .wc-block-components-select .wc-block-components-select__select {
    min-height: 54px !important;
    font-size: 1rem !important;
  }
}

.bcl-categories .category-card[data-card-url]:focus-visible {
  outline: 2px solid #7DB8FF;
  outline-offset: 4px;
}


/* ═══════════════════════════════════════════
   BELLA CORE LABS V17 — Base V12 estável + Sobre em bloco — Correção WhatsApp flutuante
   1) Elementor: page.php com the_content()
   2) Lupa maior e proporcional
   3) Aviso de imagem ilustrativa sem badge sobre botão
   4) FAQ 100% na paleta BellaCore
═══════════════════════════════════════════ */

/* Ícones do header maiores e com área clicável consistente */
.header-actions{gap:18px!important;align-items:center!important;}
.header-actions .btn-search,
.header-actions .btn-account,
.header-actions .btn-cart,
.header-actions .btn-hamburger{
  width:50px!important;
  min-width:50px!important;
  height:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:16px!important;
}
.header-actions .btn-search svg{width:32px!important;height:32px!important;stroke-width:1.9!important;}
.header-actions .btn-account svg,
.header-actions .btn-cart svg{width:30px!important;height:30px!important;stroke-width:1.75!important;}
.header-actions .btn-hamburger span{width:34px!important;height:3px!important;border-radius:999px!important;}
.header-actions .btn-search:hover,
.header-actions .btn-account:hover,
.header-actions .btn-cart:hover,
.header-actions .btn-hamburger:hover{
  background:rgba(45,109,246,.12)!important;
  border-color:rgba(125,184,255,.28)!important;
  box-shadow:0 0 28px rgba(45,109,246,.22)!important;
  color:#7DB8FF!important;
}

/* Busca expansível mais premium */
.header-search.active{display:block!important;}
.search-inner form{border:1px solid rgba(125,184,255,.18)!important;background:rgba(11,18,32,.92)!important;box-shadow:0 20px 70px rgba(0,0,0,.38)!important;}
.search-inner form button svg{width:28px!important;height:28px!important;stroke-width:1.9!important;}
.search-close svg{width:24px!important;height:24px!important;}

/* Remove totalmente o badge/pílula “Imagem meramente ilustrativa” que ficava na frente/entre imagem e botão */
.product-image-wrap::after,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::after,
.woocommerce ul.products li.product .product-image-wrap::after,
.products-grid .product-card .product-image-wrap::after{
  display:none!important;
  content:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Mantém aviso apenas quando existir como texto pequeno e discreto dentro da descrição */
.bcl-product-note{
  display:block!important;
  margin:8px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:rgba(201,209,220,.48)!important;
  font-size:11px!important;
  line-height:1.4!important;
  letter-spacing:.04em!important;
  text-transform:none!important;
  text-align:left!important;
}
.woocommerce ul.products li.product .bcl-product-note{
  text-align:center!important;
  font-size:10px!important;
  color:rgba(201,209,220,.42)!important;
}

/* FAQ: remove definitivamente rosa/vermelho de qualquer estado */
.faq-question,
.bcl-faq .faq-question,
.bcl-faq-list .faq-question,
.faq-item .faq-question,
button.faq-question,
.faq-question:focus,
.faq-question:active{
  background:linear-gradient(135deg,rgba(13,30,58,.82),rgba(6,11,22,.96))!important;
  background-color:#0D1E3A!important;
  color:#F4F7FB!important;
  border:1px solid rgba(125,184,255,.18)!important;
  box-shadow:none!important;
  outline:none!important;
}
.faq-question[aria-expanded="true"],
.faq-question.is-open,
.faq-item.active .faq-question,
.bcl-faq .faq-question[aria-expanded="true"],
.bcl-faq-list .faq-question[aria-expanded="true"],
button.faq-question[aria-expanded="true"]{
  background:linear-gradient(135deg,rgba(45,109,246,.28),rgba(13,30,58,.98))!important;
  background-color:#0D1E3A!important;
  color:#FFFFFF!important;
  border-color:rgba(125,184,255,.36)!important;
  box-shadow:0 0 32px rgba(45,109,246,.16)!important;
}
.faq-question:hover{
  background:linear-gradient(135deg,rgba(45,109,246,.18),rgba(13,30,58,.96))!important;
  border-color:rgba(125,184,255,.32)!important;
  color:#FFFFFF!important;
}
.faq-question span,
.faq-question svg{color:#7DB8FF!important;stroke:#7DB8FF!important;}
.faq-answer,
.faq-answer.open{
  background:rgba(6,11,22,.76)!important;
  border-color:rgba(125,184,255,.12)!important;
  color:#C9D1DC!important;
}

/* Segurança extra contra cores herdadas de template antigo */
.faq-item *{--e-global-color-primary:#2D6DF6!important;--e-global-color-accent:#7DB8FF!important;}

@media(max-width:768px){
  .header-actions{gap:10px!important;}
  .header-actions .btn-search,
  .header-actions .btn-account,
  .header-actions .btn-cart,
  .header-actions .btn-hamburger{width:46px!important;min-width:46px!important;height:46px!important;border-radius:14px!important;}
  .header-actions .btn-search svg{width:30px!important;height:30px!important;}
  .header-actions .btn-account svg,.header-actions .btn-cart svg{width:28px!important;height:28px!important;}
  .header-actions .btn-hamburger span{width:31px!important;height:3px!important;}
}


/* ═══════════════════════════════════════════
   V12 — FAQ accordion funcional + paleta BellaCore
═══════════════════════════════════════════ */
.bcl-faq-list .faq-item,
.bcl-faq .faq-item,
.faq-item{
  border:1px solid rgba(125,184,255,.16)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,rgba(13,30,58,.62),rgba(6,11,22,.95))!important;
}
.faq-question,
.bcl-faq .faq-question,
.bcl-faq-list .faq-question,
.faq-item .faq-question,
button.faq-question{
  width:100%!important;
  min-height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:24px 34px!important;
  cursor:pointer!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(135deg,rgba(13,30,58,.78),rgba(6,11,22,.94))!important;
  color:#F4F7FB!important;
  font-family:Montserrat, sans-serif!important;
  font-weight:700!important;
  text-align:left!important;
  box-shadow:none!important;
  outline:none!important;
}
.faq-question:hover,
.faq-question:focus,
.faq-question:active{
  background:linear-gradient(135deg,rgba(45,109,246,.18),rgba(13,30,58,.96))!important;
  color:#FFFFFF!important;
}
.faq-question[aria-expanded="true"],
.faq-question.is-open,
.faq-item.active .faq-question{
  background:linear-gradient(135deg,rgba(45,109,246,.30),rgba(13,30,58,.98))!important;
  color:#FFFFFF!important;
  border-bottom:1px solid rgba(125,184,255,.13)!important;
}
.faq-question span,
.faq-question svg,
.faq-icon{
  color:#7DB8FF!important;
  stroke:#7DB8FF!important;
  flex:0 0 auto!important;
  transition:transform .25s ease!important;
}
.faq-question.is-open span,
.faq-question[aria-expanded="true"] span{
  transform:rotate(45deg)!important;
}
.faq-answer{
  max-height:0!important;
  overflow:hidden!important;
  opacity:0!important;
  padding:0 34px!important;
  margin:0!important;
  background:rgba(6,11,22,.72)!important;
  color:#C9D1DC!important;
  border:0!important;
  transition:max-height .38s ease, opacity .25s ease, padding .25s ease!important;
}
.faq-answer.open{
  max-height:900px!important;
  opacity:1!important;
  padding:20px 34px 28px!important;
}
.faq-answer p{
  margin:0!important;
  color:#C9D1DC!important;
  line-height:1.75!important;
  font-size:1rem!important;
}


/* ═══════════════════════════════════════════
   V18 — Correção do espaço grande abaixo do header
   Mantém o layout aprovado; apenas reduz o respiro excessivo
   criado por padding acumulado entre header + main + hero interno.
═══════════════════════════════════════════ */
.bcl-main{
  padding-top:0!important;
}
.bcl-article,
.bcl-woo-wrapper{
  padding-top:72px!important;
  padding-bottom:80px!important;
}
.bcl-main > .bcl-page-hero:first-child,
.bcl-page-hero{
  padding-top:82px!important;
  padding-bottom:64px!important;
  min-height:auto!important;
}
.bcl-page-section{
  padding-top:58px!important;
}
body.admin-bar .bcl-header{
  top:32px!important;
}
@media(max-width:782px){
  body.admin-bar .bcl-header{top:46px!important;}
}
@media(max-width:640px){
  .bcl-main > .bcl-page-hero:first-child,
  .bcl-page-hero{
    padding-top:64px!important;
    padding-bottom:48px!important;
  }
  .bcl-article,
  .bcl-woo-wrapper{
    padding-top:52px!important;
  }
}


/* BellaCore 2.0.0.2 — correções finais */
.hero-scroll-indicator{display:none!important;}
.footer-logo-text{font-family:'Cinzel',serif;color:#fff;font-size:28px;letter-spacing:.08em;text-transform:uppercase;}
.footer-logo-text strong{color:#7DB8FF;font-weight:600;}
.footer-menu{list-style:none;margin:0;padding:0;}
.footer-menu li{margin:0 0 12px;}
.footer-menu a{color:rgba(244,247,251,.72);text-decoration:none;}
.footer-menu a:hover{color:#7DB8FF;}


/* BellaCore v2.0.0.4 — imagens editáveis no footer via Personalizar */
.payment-image-uploaded,
.security-image-uploaded{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:12px 0 22px;
}
.payment-image-uploaded img,
.security-image-uploaded img{
  display:block;
  max-width:100%;
  height:auto;
  object-fit:contain;
  border-radius:14px;
}
.footer-trust .payment-image-uploaded img{
  max-height:90px;
}
.footer-trust .security-image-uploaded img{
  max-height:130px;
}
@media(max-width:768px){
  .payment-image-uploaded,
  .security-image-uploaded{
    justify-content:center;
  }
}


/* BellaCore v2.0.1.0 — refinamento header/home */
/* Remove o botão de menu lateral/hambúrguer no desktop; mantém apenas no mobile. */
@media (min-width: 861px){
  #bcl-header .btn-hamburger,
  .header-actions .btn-hamburger{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
@media (max-width: 860px){
  #bcl-header .btn-hamburger,
  .header-actions .btn-hamburger{
    display:inline-flex!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}
/* Remove a pílula acima de “Linhas Especializadas” para evitar redundância visual. */
.bcl-categories .section-header .section-tag{
  display:none!important;
}


/* BCL 2.0.1.1 — Top bar premium e refinamentos seguros */
.bcl-topbar{
  width:100%;
  border-bottom:1px solid rgba(125,184,255,.12);
  background:linear-gradient(90deg,rgba(3,9,22,.98),rgba(10,22,45,.96),rgba(3,9,22,.98));
  color:#C9D1DC;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bcl-topbar-inner{
  max-width:1400px;
  margin:0 auto;
  padding:9px 38px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
}
.bcl-topbar-left{justify-self:start;color:#7DB8FF;font-weight:700;}
.bcl-topbar-center{justify-self:center;color:#E6EBF1;opacity:.92;}
.bcl-topbar-right{justify-self:end;display:flex;align-items:center;gap:10px;color:#7DB8FF;font-weight:700;}
.bcl-topbar-right a{color:#7DB8FF!important;text-decoration:none;transition:.25s ease;}
.bcl-topbar-right a:hover{color:#fff!important;text-shadow:0 0 14px rgba(125,184,255,.7);}
.bcl-header .btn-hamburger{display:none!important;}
@media(max-width:980px){
  .bcl-topbar-inner{grid-template-columns:1fr;gap:6px;text-align:center;padding:8px 18px;}
  .bcl-topbar-left,.bcl-topbar-center,.bcl-topbar-right{justify-self:center;}
  .bcl-topbar-left{display:none;}
  .bcl-topbar{font-size:10px;}
  .bcl-header .btn-hamburger{display:flex!important;}
}
@media(max-width:640px){
  .bcl-topbar-center{display:none;}
  .bcl-topbar-inner{padding:7px 14px;}
}

/* BCL 2.0.1.2 — formulário de contato premium e guias expandidos */
/* BCL 2.0.1.2 CSS fallback — estilos principais em assets/css/main.css */



/* ═══════════════════════════════════════════
   BELLA CORE LABS 2.0.1.6 — Correção segura da Loja WooCommerce
   - A página Loja deve ficar vazia no WP
   - WooCommerce → Configurações → Produtos → Página da loja = Loja
   - Links de produto em /produto/
═══════════════════════════════════════════ */

.bcl-shop-page {
    background: #020817;
    min-height: 100vh;
    color: #ffffff;
    padding-bottom: 80px;
}

.bcl-shop-header {
    padding: clamp(80px, 8vw, 130px) 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 48px;
}

.bcl-shop-header h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Cinzel", "Trajan Pro", Georgia, serif;
    font-size: clamp(48px, 7vw, 92px);
    line-height: .95;
    font-weight: 500;
    letter-spacing: -.02em;
}

.bcl-shop-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.bcl-shop-container .woocommerce-notices-wrapper {
    margin-bottom: 24px;
}

.bcl-shop-container .woocommerce-result-count,
.bcl-shop-container .woocommerce-ordering {
    color: rgba(244,247,251,.78);
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 28px;
}

.bcl-shop-container .woocommerce-ordering select {
    background: #071327;
    color: #ffffff;
    border: 1px solid rgba(125,184,255,.24);
    border-radius: 12px;
    padding: 10px 14px;
}

.bcl-shop-container ul.products,
.woocommerce .bcl-shop-container ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 30px !important;
    padding: 0 !important;
    margin: 0 0 40px !important;
    clear: both !important;
}

.bcl-shop-container ul.products::before,
.bcl-shop-container ul.products::after {
    display: none !important;
}

.bcl-shop-container ul.products li.product,
.woocommerce .bcl-shop-container ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    background: linear-gradient(180deg, rgba(13,22,48,.96), rgba(6,11,22,.98));
    border: 1px solid rgba(125,184,255,.18);
    border-radius: 24px;
    padding: 20px 20px 24px;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    min-height: auto !important;
    text-align: left;
}

.bcl-shop-container ul.products li.product:hover {
    transform: translateY(-5px);
    border-color: rgba(59,130,246,.65);
    box-shadow: 0 18px 40px rgba(45,109,246,.18);
}

.bcl-shop-container ul.products li.product a img,
.woocommerce .bcl-shop-container ul.products li.product a img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 18px;
    margin: 0 0 18px !important;
    background: #050b16;
}

.bcl-shop-container .woocommerce-loop-product__title,
.woocommerce .bcl-shop-container ul.products li.product .woocommerce-loop-product__title {
    color: #ffffff !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: clamp(16px, 1vw, 19px) !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.bcl-shop-container ul.products li.product .price,
.woocommerce .bcl-shop-container ul.products li.product .price {
    color: #7DB8FF !important;
    font-family: "Cinzel", Georgia, serif !important;
    font-size: clamp(18px, 1.35vw, 23px) !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    margin: 10px 0 18px !important;
}

/* BCL 2.0.2.9 - refinamento de leitura em loja, tablet e celular */
.bcl-philosophy,
.bcl-faq,
.bcl-philosophy *,
.bcl-faq * {
    box-sizing: border-box;
}

.philosophy-inner,
.philosophy-text,
.philosophy-visual,
.philosophy-card,
.faq-list,
.faq-item,
.faq-question,
.faq-answer {
    min-width: 0;
    max-width: 100%;
}

.philosophy-text h2,
.philosophy-text p,
.faq-question span,
.faq-answer p {
    overflow-wrap: break-word;
    word-break: normal;
}

.faq-question span {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
}

.faq-answer,
.faq-answer.open {
    overflow: visible !important;
}

@media (max-width: 1024px) {
    .philosophy-inner {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    .philosophy-text h2 {
        font-size: clamp(2rem, 6vw, 3.1rem) !important;
        line-height: 1.12 !important;
    }

    .philosophy-text > p {
        font-size: clamp(1rem, 2.2vw, 1.12rem) !important;
        line-height: 1.75 !important;
    }

    .bcl-shop-container .woocommerce-loop-product__title,
    .woocommerce .bcl-shop-container ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px !important;
    }

    .bcl-shop-container ul.products li.product .price,
    .woocommerce .bcl-shop-container ul.products li.product .price {
        font-size: 18px !important;
    }
}

@media (max-width: 640px) {
    .bcl-philosophy,
    .bcl-faq {
        overflow-x: hidden;
    }

    .bcl-philosophy .container,
    .bcl-faq .container {
        width: 100%;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .bcl-philosophy {
        padding: 64px 0 !important;
    }

    .philosophy-text .section-tag {
        max-width: 100%;
        white-space: normal;
        text-align: center !important;
    }

    .philosophy-text h2 {
        font-size: clamp(1.85rem, 8.4vw, 2.45rem) !important;
        line-height: 1.16 !important;
        margin-bottom: 18px !important;
    }

    .philosophy-text > p {
        font-size: 1rem !important;
        line-height: 1.72 !important;
        margin-bottom: 28px !important;
    }

    .philosophy-pillars {
        gap: 12px !important;
        margin-bottom: 30px !important;
    }

    .pillar {
        align-items: flex-start !important;
        line-height: 1.45 !important;
    }

    .philosophy-card {
        padding: 28px 18px !important;
    }

    .philosophy-stats-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .faq-question,
    .bcl-faq .faq-question,
    .faq-list .faq-question {
        align-items: flex-start !important;
        gap: 14px !important;
        padding: 18px 18px !important;
        font-size: .95rem !important;
        line-height: 1.45 !important;
    }

    .faq-icon {
        margin-top: 2px;
        flex: 0 0 auto;
    }

    .faq-answer.open {
        max-height: none !important;
        padding: 16px 18px 22px !important;
    }

    .faq-answer p {
        font-size: .95rem !important;
        line-height: 1.7 !important;
    }

    .bcl-shop-container ul.products li.product,
    .woocommerce .bcl-shop-container ul.products li.product {
        padding: 16px 16px 20px !important;
    }

    .bcl-shop-container ul.products li.product a img,
    .woocommerce .bcl-shop-container ul.products li.product a img {
        height: 300px !important;
    }

    .bcl-shop-container .woocommerce-loop-product__title,
    .woocommerce .bcl-shop-container ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
        line-height: 1.32 !important;
        margin-bottom: 8px !important;
    }

    .bcl-shop-container ul.products li.product .price,
    .woocommerce .bcl-shop-container ul.products li.product .price {
        font-size: 17px !important;
        margin: 8px 0 14px !important;
    }
}

.bcl-shop-container ul.products li.product .button,
.woocommerce .bcl-shop-container ul.products li.product .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #2D6DF6 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 13px 22px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase;
    min-width: auto !important;
    width: auto !important;
    height: auto !important;
    box-shadow: 0 12px 26px rgba(45,109,246,.25);
}

.bcl-shop-container ul.products li.product .button:hover {
    background: #3B82F6 !important;
    transform: translateY(-1px);
}

.bcl-shop-container nav.woocommerce-pagination {
    margin-top: 48px;
    text-align: center;
}

.bcl-shop-container nav.woocommerce-pagination ul {
    border: 0 !important;
}

.bcl-shop-container nav.woocommerce-pagination ul li {
    border: 0 !important;
    margin: 0 4px !important;
}

.bcl-shop-container nav.woocommerce-pagination ul li a,
.bcl-shop-container nav.woocommerce-pagination ul li span {
    background: #071327 !important;
    color: #ffffff !important;
    border: 1px solid rgba(125,184,255,.18) !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
}

.bcl-shop-container nav.woocommerce-pagination ul li span.current,
.bcl-shop-container nav.woocommerce-pagination ul li a:hover {
    background: #2D6DF6 !important;
    border-color: #2D6DF6 !important;
}

/* Evita que estilos gigantes da Home contaminem a loja */
body.woocommerce-shop .bcl-shop-container h2,
body.post-type-archive-product .bcl-shop-container h2 {
    font-family: "Montserrat", Arial, sans-serif !important;
}

@media (max-width: 900px) {
    .bcl-shop-container {
        width: min(100% - 28px, 760px);
    }

    .bcl-shop-container ul.products,
    .woocommerce .bcl-shop-container ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .bcl-shop-container ul.products li.product a img,
    .woocommerce .bcl-shop-container ul.products li.product a img {
        height: 210px !important;
    }
}

@media (max-width: 560px) {
    .bcl-shop-container ul.products,
    .woocommerce .bcl-shop-container ul.products {
        grid-template-columns: 1fr !important;
    }

    .bcl-shop-header {
        padding-top: 70px;
    }
}

/* BCL 2.0.2.0 — evita título "Loja" duplicado dentro do conteúdo WooCommerce */
.bcl-shop-container .woocommerce-products-header,
.bcl-shop-container .woocommerce-products-header__title {
    display: none !important;
}


/* BCL 2.0.1.7 — WooCommerce estável: remove duplicidade visual e organiza loja */
.bcl-shop-page .woocommerce-products-header,
.bcl-shop-page .woocommerce-products-header__title,
.bcl-shop-page .page-title{
  display:none!important;
}
.bcl-shop-page .bcl-shop-header{padding:90px 0 36px!important;margin-bottom:42px!important;border-bottom:1px solid rgba(125,184,255,.10)!important;}
.bcl-shop-page .bcl-shop-header h1{display:inline-block!important;background:transparent!important;padding:0!important;margin:0!important;color:#fff!important;}
.bcl-shop-container{padding-bottom:80px!important;}
.bcl-shop-container .woocommerce-result-count{color:#e6ebf1!important;}
.bcl-shop-container .woocommerce-ordering select{background:#071327!important;color:#fff!important;border:1px solid rgba(125,184,255,.18)!important;border-radius:14px!important;padding:12px 16px!important;}

/* BCL 2.0.3.0 - escala tipografica global menor e margem lateral consistente */
:root {
  --bcl-content-max: 1180px;
  --bcl-header-max: 1320px;
  --bcl-site-gutter: clamp(22px, 4vw, 56px);
}

html {
  font-size: 15px;
}

body {
  font-size: 15px;
  line-height: 1.62;
}

.container,
.bcl-shop-container,
.bcl-main.container,
.bcl-article.container {
  width: min(calc(100% - (var(--bcl-site-gutter) * 2)), var(--bcl-content-max)) !important;
  max-width: var(--bcl-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-inner,
.bcl-topbar-inner {
  width: min(calc(100% - (var(--bcl-site-gutter) * 2)), var(--bcl-header-max)) !important;
  max-width: var(--bcl-header-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h1,
.bcl-article h1,
.bcl-woo-wrapper h1,
.woocommerce-products-header__title,
.bcl-shop-header h1 {
  font-size: clamp(2.15rem, 4.2vw, 3.9rem) !important;
  line-height: 1.08 !important;
}

h2,
.section-header h2,
.philosophy-text h2,
.newsletter-text h3 {
  font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
  line-height: 1.14 !important;
}

h3,
.category-card h3,
.research-card h3,
.product-name,
.footer-col h4 {
  font-size: clamp(1rem, 1.45vw, 1.22rem) !important;
  line-height: 1.28 !important;
}

p,
.article-content,
.hero-subtitle,
.section-header p,
.philosophy-text > p,
.bcl-page-hero p,
.bcl-page-section p,
.faq-answer p {
  font-size: clamp(.94rem, 1vw, 1.02rem) !important;
}

.hero-title {
  font-size: clamp(2.55rem, 6.4vw, 5.45rem) !important;
  line-height: 1 !important;
}

.bcl-premium-hero h1,
.bcl-page-hero h1 {
  font-size: clamp(2.25rem, 5.6vw, 4.85rem) !important;
}

.bcl-shop-container .woocommerce-loop-product__title,
.woocommerce .bcl-shop-container ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(15px, .95vw, 18px) !important;
  line-height: 1.3 !important;
}

.bcl-shop-container ul.products li.product .price,
.woocommerce .bcl-shop-container ul.products li.product .price {
  font-size: clamp(17px, 1.2vw, 21px) !important;
  line-height: 1.2 !important;
}

@media (max-width: 1024px) {
  :root {
    --bcl-site-gutter: clamp(20px, 4.8vw, 42px);
  }

  html,
  body {
    font-size: 14.5px;
  }
}

@media (max-width: 640px) {
  :root {
    --bcl-site-gutter: 18px;
  }

  html,
  body {
    font-size: 14px;
  }

  h1,
  .bcl-article h1,
  .bcl-woo-wrapper h1,
  .bcl-shop-header h1 {
    font-size: clamp(1.9rem, 8.4vw, 2.7rem) !important;
  }

  h2,
  .section-header h2,
  .philosophy-text h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem) !important;
  }

  .hero-title {
    font-size: clamp(2.15rem, 11vw, 3.25rem) !important;
  }

  .header-inner {
    gap: 12px !important;
  }
}

/* BCL 2.0.3.1 - FAQ mobile com quebra de linha real */
.faq-list,
.bcl-faq .faq-list,
.bcl-faq-list {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.faq-item,
.bcl-faq .faq-item,
.bcl-faq-list .faq-item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.faq-question,
.bcl-faq .faq-question,
.bcl-faq-list .faq-question,
button.faq-question {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
}

.faq-question span,
.bcl-faq .faq-question span,
.bcl-faq-list .faq-question span {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: initial !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  line-height: 1.45 !important;
}

@media (max-width: 760px) {
  .bcl-faq .container {
    width: min(100% - 36px, 560px) !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .faq-question,
  .bcl-faq .faq-question,
  .bcl-faq-list .faq-question,
  button.faq-question {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 22px !important;
    align-items: start !important;
    column-gap: 14px !important;
    padding: 18px 18px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .faq-icon,
  .faq-question svg {
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px !important;
    justify-self: end !important;
  }

  .faq-answer,
  .bcl-faq .faq-answer,
  .bcl-faq-list .faq-answer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .faq-answer.open,
  .bcl-faq .faq-answer.open,
  .bcl-faq-list .faq-answer.open {
    max-height: none !important;
    padding: 16px 18px 22px !important;
  }
}

@media (max-width: 420px) {
  .bcl-faq .container {
    width: min(100% - 28px, 390px) !important;
  }

  .faq-question,
  .bcl-faq .faq-question,
  .bcl-faq-list .faq-question,
  button.faq-question {
    grid-template-columns: minmax(0, 1fr) 18px !important;
    column-gap: 10px !important;
    padding: 16px 14px !important;
    font-size: 14px !important;
  }
}

/* BCL 2.0.3.2 - compacta espacamentos verticais entre blocos */
.bcl-hero {
  min-height: 72vh !important;
}

.hero-content {
  padding-top: 72px !important;
  padding-bottom: 56px !important;
}

.bcl-categories,
.bcl-products,
.bcl-philosophy,
.bcl-research,
.bcl-testimonials,
.bcl-faq,
.bcl-social,
.bcl-page-section,
.bcl-topic-section {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.bcl-page-hero {
  min-height: 360px !important;
  padding-top: 132px !important;
  padding-bottom: 54px !important;
}

.section-header {
  margin-bottom: 32px !important;
}

.section-header h2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.section-tag,
.hero-badge,
.bcl-hero-kicker {
  margin-bottom: 14px !important;
}

.categories-grid,
.products-grid,
.research-grid,
.testimonials-track,
.faq-list,
.bcl-info-grid,
.bcl-topic-grid {
  gap: 20px !important;
}

.products-grid,
.research-grid {
  margin-bottom: 34px !important;
}

.products-cta,
.bcl-cta-band,
.bcl-blog-grid {
  margin-top: 28px !important;
}

.philosophy-inner {
  gap: 46px !important;
}

.philosophy-text > p {
  margin-bottom: 26px !important;
}

.philosophy-pillars {
  margin-bottom: 28px !important;
}

.bcl-shop-header,
.bcl-shop-page .bcl-shop-header {
  padding-top: 64px !important;
  padding-bottom: 28px !important;
  margin-bottom: 28px !important;
}

.bcl-shop-container {
  padding-bottom: 54px !important;
}

.footer-main,
.footer-main-v4 {
  padding-top: 48px !important;
  padding-bottom: 42px !important;
}

.footer-grid,
.footer-grid-v4 {
  gap: 28px !important;
}

@media (max-width: 1024px) {
  .bcl-hero {
    min-height: 64vh !important;
  }

  .hero-content {
    padding-top: 54px !important;
    padding-bottom: 46px !important;
  }

  .bcl-categories,
  .bcl-products,
  .bcl-philosophy,
  .bcl-research,
  .bcl-testimonials,
  .bcl-faq,
  .bcl-social,
  .bcl-page-section,
  .bcl-topic-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .section-header {
    margin-bottom: 26px !important;
  }

  .philosophy-inner {
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  .bcl-hero {
    min-height: auto !important;
  }

  .hero-content {
    padding-top: 42px !important;
    padding-bottom: 38px !important;
  }

  .bcl-categories,
  .bcl-products,
  .bcl-philosophy,
  .bcl-research,
  .bcl-testimonials,
  .bcl-faq,
  .bcl-social,
  .bcl-page-section,
  .bcl-topic-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .bcl-page-hero {
    min-height: 280px !important;
    padding-top: 106px !important;
    padding-bottom: 36px !important;
  }

  .section-header {
    margin-bottom: 22px !important;
  }

  .categories-grid,
  .products-grid,
  .research-grid,
  .testimonials-track,
  .faq-list,
  .bcl-info-grid,
  .bcl-topic-grid {
    gap: 16px !important;
  }

  .bcl-shop-header,
  .bcl-shop-page .bcl-shop-header {
    padding-top: 44px !important;
    padding-bottom: 22px !important;
    margin-bottom: 22px !important;
  }
}

/* BCL 2.0.3.3 - pagina Protocolos com identidade Bella Core Labs */
.bcl-protocols-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(45, 109, 246, .16), transparent 34%),
    radial-gradient(circle at 84% 0%, rgba(125, 184, 255, .11), transparent 30%),
    #0B1220;
  color: #E6EBF1;
  overflow-x: hidden;
}

.bcl-protocols-hero {
  position: relative;
  padding: 126px 0 58px;
  border-bottom: 1px solid rgba(125, 184, 255, .12);
  background:
    linear-gradient(135deg, rgba(2, 8, 23, .96), rgba(13, 30, 58, .74)),
    radial-gradient(circle at 50% 0%, rgba(45, 109, 246, .26), transparent 38%);
}

.bcl-protocols-hero .container,
.bcl-protocols-content .container {
  width: min(100% - var(--bcl-site-gutter, 64px), 1240px);
  max-width: 1240px;
}

.bcl-protocols-hero h1 {
  max-width: 920px;
  margin: 14px 0 18px;
  font-family: Cinzel, serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
}

.bcl-protocols-hero p {
  max-width: 820px;
  color: #C9D1DC;
  font-size: clamp(.98rem, 1.6vw, 1.12rem);
  line-height: 1.75;
}

.bcl-protocols-content {
  padding: 48px 0 70px;
}

.bcl-protocol-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid rgba(125, 184, 255, .14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(13, 30, 58, .72), rgba(11, 18, 32, .94));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.bcl-protocol-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(125, 184, 255, .2);
  border-radius: 999px;
  color: #E6EBF1;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  transition: .24s ease;
}

.bcl-protocol-tabs a:hover,
.bcl-protocol-tabs a:focus {
  border-color: rgba(125, 184, 255, .56);
  color: #7DB8FF;
  background: rgba(45, 109, 246, .16);
}

.bcl-protocol-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
}

.bcl-level {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  color: #E6EBF1;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(125, 184, 255, .14);
  white-space: nowrap;
}

.bcl-level i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.bcl-level--iniciante {
  color: #98F5C8;
  background: rgba(31, 191, 116, .12);
  border-color: rgba(31, 191, 116, .25);
}

.bcl-level--iniciante i { background: #4ADE80; box-shadow: 0 0 16px rgba(74, 222, 128, .65); }

.bcl-level--intermediario {
  color: #FFE4A3;
  background: rgba(245, 177, 65, .13);
  border-color: rgba(245, 177, 65, .26);
}

.bcl-level--intermediario i { background: #F5B141; box-shadow: 0 0 16px rgba(245, 177, 65, .62); }

.bcl-level--avancado {
  color: #FFB8C6;
  background: rgba(244, 63, 94, .13);
  border-color: rgba(244, 63, 94, .28);
}

.bcl-level--avancado i { background: #F43F5E; box-shadow: 0 0 16px rgba(244, 63, 94, .64); }

.bcl-protocol-card,
.bcl-protocol-summary {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(125, 184, 255, .14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(13, 30, 58, .62), rgba(7, 13, 25, .94));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .26);
}

.bcl-protocol-card__header,
.bcl-protocol-summary header {
  padding: 30px 32px;
  border-bottom: 1px solid rgba(125, 184, 255, .12);
  background:
    radial-gradient(circle at 92% 10%, rgba(45, 109, 246, .2), transparent 30%),
    rgba(3, 9, 19, .82);
}

.bcl-protocol-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.bcl-protocol-meta > span:first-child {
  color: #7DB8FF;
  font-family: Montserrat, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bcl-protocol-card h2,
.bcl-protocol-summary h2 {
  margin: 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  line-height: 1.18;
}

.bcl-protocol-card__header p {
  margin: 10px 0 0;
  color: #AFC1D4;
  font-size: .98rem;
}

.bcl-protocol-overview {
  margin: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(125, 184, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

.bcl-protocol-overview h3,
.bcl-protocol-note h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.bcl-protocol-overview p,
.bcl-protocol-note p,
.bcl-protocol-legal {
  color: #C9D1DC;
  line-height: 1.7;
}

.bcl-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bcl-protocol-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #E6EBF1;
}

.bcl-protocol-table th,
.bcl-protocol-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(125, 184, 255, .09);
  text-align: left;
  vertical-align: top;
}

.bcl-protocol-table thead th {
  color: #7DB8FF;
  background: rgba(13, 30, 58, .94);
  font-family: Montserrat, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.bcl-protocol-table tbody th {
  color: #fff;
  font-weight: 800;
}

.bcl-protocol-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, .045);
}

.bcl-protocol-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, .025);
}

.bcl-protocol-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(125, 184, 255, .09);
}

.bcl-protocol-note {
  min-height: 138px;
  padding: 22px 24px;
  border-right: 1px solid rgba(125, 184, 255, .09);
  background: rgba(125, 184, 255, .05);
}

.bcl-protocol-note:last-child {
  border-right: 0;
}

.bcl-protocol-note--success {
  background: rgba(31, 191, 116, .11);
}

.bcl-protocol-note--neutral {
  background: rgba(230, 235, 241, .045);
}

.bcl-protocol-note--warning {
  background: rgba(245, 177, 65, .12);
}

.bcl-protocol-note--danger {
  background: rgba(244, 63, 94, .13);
}

.bcl-protocol-summary {
  margin-top: 44px;
}

.bcl-protocol-summary header {
  text-align: center;
}

.bcl-protocol-summary .bcl-level {
  padding: 5px 9px;
  font-size: .68rem;
}

.bcl-protocol-legal {
  margin-top: 30px;
  padding: 22px 24px;
  border: 1px solid rgba(125, 184, 255, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(45, 109, 246, .12), rgba(13, 30, 58, .64));
  font-size: .92rem;
}

.bcl-protocol-legal strong {
  color: #7DB8FF;
}

@media (max-width: 920px) {
  .bcl-protocols-hero .container,
  .bcl-protocols-content .container {
    width: min(100% - 36px, 760px);
  }

  .bcl-protocol-tabs {
    justify-content: flex-start;
  }

  .bcl-protocol-notes {
    grid-template-columns: 1fr;
  }

  .bcl-protocol-note,
  .bcl-protocol-note:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(125, 184, 255, .09);
  }
}

@media (max-width: 640px) {
  .bcl-protocols-hero {
    padding-top: 104px;
    padding-bottom: 38px;
  }

  .bcl-protocols-content {
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .bcl-protocol-tabs {
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
  }

  .bcl-protocol-tabs a {
    min-height: 40px;
    padding: 9px 13px;
    font-size: .76rem;
  }

  .bcl-protocol-legend {
    margin-bottom: 22px;
  }

  .bcl-protocol-card,
  .bcl-protocol-summary {
    margin-top: 24px;
    border-radius: 18px;
  }

  .bcl-protocol-card__header,
  .bcl-protocol-summary header {
    padding: 24px 20px;
  }

  .bcl-protocol-overview {
    margin: 16px;
    padding: 18px;
  }

  .bcl-protocol-table {
    min-width: 680px;
  }

  .bcl-protocol-table th,
  .bcl-protocol-table td {
    padding: 14px 15px;
    font-size: .88rem;
  }

  .bcl-protocol-note {
    min-height: auto;
    padding: 18px;
  }
}

/* BCL 2.0.3.4 - modal legal de abertura + cookies */
body.bcl-consent-open {
  overflow: hidden;
}

.bcl-legal-consent[hidden] {
  display: none !important;
}

.bcl-legal-consent {
  position: fixed;
  inset: 0;
  z-index: 2147483100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.bcl-legal-consent.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bcl-legal-consent__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(45, 109, 246, .22), transparent 34%),
    rgba(3, 8, 18, .76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bcl-legal-consent__panel {
  position: relative;
  width: min(100%, 560px);
  max-height: min(86vh, 760px);
  overflow-y: auto;
  border: 1px solid rgba(125, 184, 255, .22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(13, 30, 58, .98), rgba(7, 12, 23, .98)),
    #0B1220;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .58),
    0 0 46px rgba(45, 109, 246, .18);
  padding: 30px;
  transform: translateY(14px) scale(.98);
  transition: transform .25s ease;
}

.bcl-legal-consent.is-visible .bcl-legal-consent__panel {
  transform: translateY(0) scale(1);
}

.bcl-legal-consent__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(125, 184, 255, .24);
  border-radius: 999px;
  color: #7DB8FF;
  background: rgba(45, 109, 246, .12);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bcl-legal-consent h2 {
  margin: 18px 0 16px;
  color: #fff;
  font-family: Cinzel, serif;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.13;
}

.bcl-legal-consent__body {
  padding-top: 18px;
  border-top: 1px solid rgba(125, 184, 255, .12);
  color: #C9D1DC;
}

.bcl-legal-consent__body p,
.bcl-legal-consent__body li {
  font-size: .96rem;
  line-height: 1.7;
}

.bcl-legal-consent__body p {
  margin: 0 0 14px;
}

.bcl-legal-consent__body strong {
  color: #fff;
}

.bcl-legal-consent__body ul {
  margin: 14px 0 18px;
  padding-left: 20px;
}

.bcl-legal-consent__body li {
  margin-bottom: 9px;
}

.bcl-legal-consent__small {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid rgba(125, 184, 255, .1);
  color: #AFC1D4;
  font-size: .88rem !important;
}

.bcl-legal-consent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 24px;
}

.bcl-legal-consent__links a {
  color: #7DB8FF !important;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bcl-legal-consent__links a:hover {
  color: #fff !important;
}

.bcl-legal-consent__btn {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #2D6DF6, #3B82F6);
  box-shadow: 0 18px 42px rgba(45, 109, 246, .3);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease;
}

.bcl-legal-consent__btn:hover,
.bcl-legal-consent__btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(45, 109, 246, .42);
  outline: none;
}

.bcl-consent-open .bcl-cookie-banner {
  z-index: 2147483200 !important;
}

@media (max-width: 640px) {
  .bcl-legal-consent {
    align-items: flex-start;
    padding: 18px;
    padding-top: 76px;
  }

  .bcl-legal-consent__panel {
    max-height: calc(100vh - 170px);
    padding: 22px;
    border-radius: 18px;
  }

  .bcl-legal-consent__body p,
  .bcl-legal-consent__body li {
    font-size: .9rem;
  }

  .bcl-legal-consent__links {
    flex-direction: column;
    gap: 8px;
  }

.bcl-legal-consent__btn {
    min-height: 50px;
    font-size: .78rem;
  }
}

/* BCL 2.0.3.5 - paginas legais */
.bcl-legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(125, 184, 255, .14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(13, 30, 58, .74), rgba(11, 18, 32, .92));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.bcl-legal-page h2 {
  margin: 28px 0 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.bcl-legal-page h2:first-child {
  margin-top: 0;
}

.bcl-legal-page p {
  color: #C9D1DC;
  line-height: 1.75;
}

@media (max-width: 640px) {
  .bcl-legal-page {
    padding: 22px;
    border-radius: 18px;
  }
}

/* BCL 2.0.3.6 - footer mais compacto e alinhado */
.footer-main.footer-main-v4,
.footer-main-v4 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.footer-grid.footer-grid-v4,
.footer-grid-v4 {
  gap: 28px !important;
  align-items: start !important;
}

.footer-brand-v4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.footer-logo-full img {
  width: min(100%, 240px) !important;
  margin-bottom: 18px !important;
}

.footer-tagline {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  line-height: 1.55 !important;
}

.footer-subtagline {
  max-width: 330px !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  color: #D7E3F3 !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
}

.footer-social {
  margin-top: 0 !important;
}

.footer-col h4 {
  margin-bottom: 16px !important;
}

.footer-col li {
  margin-bottom: 11px !important;
}

.footer-contact-item {
  padding-bottom: 13px !important;
  margin-bottom: 13px !important;
}

.payment-icons-v4,
.security-badges-v4 {
  gap: 8px !important;
}

.trust-title {
  margin-top: 16px !important;
}

.security-image-uploaded img,
.payment-image-uploaded img {
  max-height: 86px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.footer-bottom.footer-bottom-v4,
.footer-bottom-v4 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

@media (max-width: 1220px) {
  .footer-grid.footer-grid-v4,
  .footer-grid-v4 {
    gap: 24px !important;
  }
}

@media (max-width: 980px) {
  .footer-brand-v4 {
    grid-column: auto !important;
  }
}

@media (max-width: 640px) {
  .footer-main.footer-main-v4,
  .footer-main-v4 {
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .footer-logo-full img {
    width: min(100%, 210px) !important;
    margin-bottom: 14px !important;
  }

  .footer-tagline {
    margin-bottom: 14px !important;
  }

.footer-subtagline {
    margin-bottom: 18px !important;
    font-size: .9rem !important;
  }
}

/* BCL 2.0.3.7 - refinamento do popup legal */
.bcl-consent-open .bcl-legal-consent {
  align-items: flex-start !important;
  padding-top: 64px !important;
  padding-bottom: 174px !important;
}

.bcl-consent-open .bcl-legal-consent__panel {
  max-height: calc(100vh - 250px) !important;
}

.bcl-legal-consent h2 {
  font-size: clamp(1.45rem, 3.2vw, 2rem) !important;
  line-height: 1.18 !important;
}

.bcl-legal-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #7DB8FF;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bcl-legal-page ul {
  margin: 14px 0 22px;
  padding-left: 22px;
  color: #C9D1DC;
}

.bcl-legal-page li {
  margin-bottom: 10px;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .bcl-consent-open .bcl-legal-consent {
    padding-top: 30px !important;
    padding-bottom: 190px !important;
  }

  .bcl-consent-open .bcl-legal-consent__panel {
    max-height: calc(100vh - 235px) !important;
  }

  .bcl-legal-consent h2 {
    font-size: clamp(1.3rem, 7vw, 1.7rem) !important;
  }
}

/* BCL 2.0.3.8 - performance segura com imagens WebP */
.bcl-page-hero:before {
  background:
    linear-gradient(180deg, rgba(11, 18, 32, .86), rgba(11, 18, 32, .96)),
    url('assets/images/hero-bg.webp') center/cover no-repeat !important;
}

/* BCL 2.0.3.9 - modal legal sem rolagem no desktop */
@media (min-width: 821px) {
  .bcl-consent-open .bcl-legal-consent {
    align-items: flex-start !important;
    padding-top: 48px !important;
    padding-bottom: 150px !important;
  }

  .bcl-legal-consent__panel {
    width: min(100%, 720px) !important;
    max-height: calc(100vh - 210px) !important;
    overflow: visible !important;
    padding: 22px 30px 24px !important;
    border-radius: 20px !important;
  }

  .bcl-legal-consent__eyebrow {
    padding: 6px 11px !important;
    font-size: .68rem !important;
    line-height: 1 !important;
  }

  .bcl-legal-consent h2 {
    margin: 14px 0 14px !important;
    font-size: clamp(1.45rem, 2.4vw, 1.78rem) !important;
    line-height: 1.12 !important;
    max-width: 620px !important;
  }

  .bcl-legal-consent__body {
    padding-top: 14px !important;
  }

  .bcl-legal-consent__body p,
  .bcl-legal-consent__body li {
    font-size: .88rem !important;
    line-height: 1.48 !important;
  }

  .bcl-legal-consent__body p {
    margin-bottom: 10px !important;
  }

  .bcl-legal-consent__body ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 10px 0 12px !important;
    padding-left: 0 !important;
    list-style: none !important;
  }

  .bcl-legal-consent__body li {
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(125, 184, 255, .12) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .035) !important;
  }

  .bcl-legal-consent__small {
    margin-top: 12px !important;
    padding-top: 12px !important;
    font-size: .8rem !important;
    line-height: 1.45 !important;
  }

  .bcl-legal-consent__links {
    margin: 12px 0 16px !important;
  }

  .bcl-legal-consent__links a {
    font-size: .82rem !important;
  }

  .bcl-legal-consent__btn {
    min-height: 46px !important;
    font-size: .78rem !important;
    border-radius: 12px !important;
  }
}

/* BCL 2.0.4.3 - override final WooCommerce cart/checkout mobile */
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-checkout__shipping-address h2,
.woocommerce-checkout .wc-block-checkout__billing-address h2 {
  color: #7DB8FF !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
  color: #071327 !important;
  background: #f8fbff !important;
}

.woocommerce-checkout .wc-block-components-text-input input::placeholder,
.woocommerce-checkout .wc-block-components-text-input textarea::placeholder,
.woocommerce-checkout .wc-block-components-combobox input::placeholder {
  color: #5F6B7A !important;
  opacity: 1 !important;
}

@media (max-width: 640px) {
  .woocommerce-cart .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-components-sidebar-layout,
  .woocommerce-checkout .wp-block-woocommerce-checkout,
  .woocommerce-checkout .wc-block-checkout,
  .woocommerce-checkout .wc-block-components-sidebar-layout {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  .woocommerce-cart .wc-block-cart__submit-container,
  .woocommerce-cart .wc-block-cart__submit,
  .woocommerce-cart .wc-block-cart__submit-button,
  .woocommerce-cart .wc-block-components-button,
  .woocommerce-cart a.wc-block-components-button {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .woocommerce-cart .wc-block-cart__submit-button,
  .woocommerce-cart .wc-block-components-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    white-space: normal !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-checkout .wc-block-components-checkout-step__title,
  .woocommerce-checkout .wc-block-components-title,
  .woocommerce-checkout .wc-block-checkout__shipping-address h2,
  .woocommerce-checkout .wc-block-checkout__billing-address h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.1rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
  }
}

/* BCL 2.0.4.4 - carrinho mobile: nome do produto sem quebrar letra por letra */
@media (max-width: 640px) {
  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-cart .wc-block-cart-items tbody,
  .woocommerce-cart .wc-block-cart-items__row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-cart .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 12px 16px !important;
    align-items: start !important;
  }

  .woocommerce-cart .wc-block-cart-item__image,
  .woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-column: 1 !important;
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
  }

  .woocommerce-cart .wc-block-cart-item__product,
  .woocommerce-cart .wc-block-cart-item__wrap,
  .woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: block !important;
  }

  .woocommerce-cart .wc-block-components-product-name,
  .woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name,
  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-name a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: manual !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .woocommerce-cart .wc-block-cart-item__total,
  .woocommerce-cart .wc-block-cart-item__quantity,
  .woocommerce-cart .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-components-product-details {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce-cart .wc-block-components-sale-badge,
  .woocommerce-cart .wc-block-cart-item__prices {
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* BCL 2.0.4.5 - checkout: placeholders e labels mais escuros */
.woocommerce-checkout .wc-block-components-text-input input::placeholder,
.woocommerce-checkout .wc-block-components-text-input textarea::placeholder,
.woocommerce-checkout .wc-block-components-combobox input::placeholder,
.woocommerce-checkout .wc-block-components-address-form input::placeholder {
  color: #4B5563 !important;
  opacity: 1 !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-select label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-address-form label {
  color: #4B5563 !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select {
  color: #111827 !important;
}

/* BCL 2.0.4.6 - carrinho mobile: remove espaco excessivo abaixo do botao */
@media (max-width: 640px) {
  .woocommerce-cart .bcl-main,
  .woocommerce-cart .bcl-woo-wrapper {
    padding-bottom: 28px !important;
  }

  .woocommerce-cart .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wc-block-components-sidebar-layout,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-components-sidebar {
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-components-sidebar {
    display: block !important;
  }

  .woocommerce-cart .wc-block-cart__submit-container,
  .woocommerce-cart .wc-block-cart__submit,
  .woocommerce-cart .wc-block-cart__submit-button {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }

  .woocommerce-cart .wc-block-cart__submit-container + *,
  .woocommerce-cart .wc-block-cart__submit + *,
  .woocommerce-cart .wc-block-cart__submit-button + * {
    margin-top: 0 !important;
  }

  .woocommerce-cart .wc-block-components-totals-wrapper:last-child,
  .woocommerce-cart .wc-block-cart__sidebar > *:last-child,
  .woocommerce-cart .wc-block-components-sidebar > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* BCL 2.0.4.7 - Minha Conta mobile: reduz espaco abaixo do conteudo */
@media (max-width: 640px) {
  body.woocommerce-account {
    overflow-x: hidden !important;
  }

  .woocommerce-account .bcl-main,
  .woocommerce-account .bcl-woo-wrapper {
    padding-bottom: 28px !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  .woocommerce-account .woocommerce,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-notices-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px 20px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content > *:last-child,
  .woocommerce-account .woocommerce > *:last-child {
    margin-bottom: 0 !important;
  }
}

/* BCL 2.0.4.8 - header mobile: carrinho sempre visivel */
@media (max-width: 640px) {
  #bcl-header .header-inner,
  .bcl-header .header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: visible !important;
  }

  #bcl-header .header-logo,
  .bcl-header .header-logo {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  #bcl-header .header-logo img,
  #bcl-header .custom-logo-link img,
  .bcl-header .header-logo img,
  .bcl-header .custom-logo-link img {
    max-width: min(185px, 100%) !important;
    max-height: 64px !important;
    object-fit: contain !important;
  }

  #bcl-header .header-actions,
  .bcl-header .header-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    gap: 6px !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }

  #bcl-header .header-actions .btn-search,
  #bcl-header .header-actions .btn-account,
  #bcl-header .header-actions .btn-cart,
  #bcl-header .header-actions .btn-hamburger,
  .bcl-header .header-actions .btn-search,
  .bcl-header .header-actions .btn-account,
  .bcl-header .header-actions .btn-cart,
  .bcl-header .header-actions .btn-hamburger {
    display: inline-flex !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
  }

  #bcl-header .header-actions svg,
  .bcl-header .header-actions svg {
    width: 22px !important;
    height: 22px !important;
  }

  #bcl-header .btn-cart,
  .bcl-header .btn-cart {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #bcl-header .cart-count,
  .bcl-header .cart-count {
    top: -7px !important;
    right: -7px !important;
    min-width: 20px !important;
    height: 20px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 420px) {
  #bcl-header .header-logo img,
  #bcl-header .custom-logo-link img,
  .bcl-header .header-logo img,
  .bcl-header .custom-logo-link img {
    max-width: min(168px, 100%) !important;
  }

  #bcl-header .header-actions .btn-search,
  #bcl-header .header-actions .btn-account,
  #bcl-header .header-actions .btn-cart,
  #bcl-header .header-actions .btn-hamburger,
  .bcl-header .header-actions .btn-search,
  .bcl-header .header-actions .btn-account,
  .bcl-header .header-actions .btn-cart,
  .bcl-header .header-actions .btn-hamburger {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }
}

/* BCL 2.0.4.9 - loja mobile: cards de produto mais legiveis */
@media (max-width: 640px) {
  .bcl-shop-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .bcl-shop-container .woocommerce-result-count,
  .woocommerce .bcl-shop-container .woocommerce-result-count {
    font-size: .78rem !important;
    line-height: 1.35 !important;
    letter-spacing: .02em !important;
    margin-bottom: 14px !important;
  }

  .bcl-shop-container .woocommerce-ordering,
  .woocommerce .bcl-shop-container .woocommerce-ordering {
    width: 100% !important;
    margin-bottom: 22px !important;
  }

  .bcl-shop-container .woocommerce-ordering select,
  .woocommerce .bcl-shop-container .woocommerce-ordering select {
    width: 100% !important;
    min-height: 52px !important;
    font-size: .95rem !important;
  }

  .bcl-shop-container ul.products,
  .woocommerce .bcl-shop-container ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
  }

  .bcl-shop-container ul.products li.product,
  .woocommerce .bcl-shop-container ul.products li.product,
  .woocommerce-page .bcl-shop-container ul.products li.product {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .bcl-shop-container ul.products li.product a.woocommerce-LoopProduct-link,
  .woocommerce .bcl-shop-container ul.products li.product a.woocommerce-LoopProduct-link {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .bcl-shop-container ul.products li.product a img,
  .woocommerce .bcl-shop-container ul.products li.product a img {
    width: 100% !important;
    height: 118px !important;
    object-fit: contain !important;
    margin: 0 0 12px !important;
    border-radius: 14px !important;
  }

  .bcl-shop-container .woocommerce-loop-product__title,
  .woocommerce .bcl-shop-container ul.products li.product .woocommerce-loop-product__title {
    min-height: 0 !important;
    max-width: 100% !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: clamp(1rem, 4.8vw, 1.25rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    margin: 8px 0 8px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: manual !important;
  }

  .bcl-shop-container ul.products li.product .price,
  .woocommerce .bcl-shop-container ul.products li.product .price {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    margin: 6px 0 10px !important;
  }

  .bcl-shop-container ul.products li.product .button,
  .woocommerce .bcl-shop-container ul.products li.product .button {
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 360px) {
  .bcl-shop-container ul.products,
  .woocommerce .bcl-shop-container ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* BCL 2.0.5.0 - refinamento final mobile menu, carrinho e checkout */
@media (max-width: 640px) {
  #site-navigation.mobile-open,
  .header-nav.mobile-open {
    left: 20px !important;
    right: 20px !important;
    top: 100% !important;
    padding: 18px !important;
  }

  #site-navigation.mobile-open .nav-menu,
  .header-nav.mobile-open .nav-menu {
    gap: 10px !important;
  }

  #site-navigation.mobile-open .nav-menu li a,
  #site-navigation.mobile-open .nav-menu a,
  .header-nav.mobile-open .nav-menu li a,
  .header-nav.mobile-open .nav-menu a {
    font-size: clamp(1.05rem, 5vw, 1.3rem) !important;
    line-height: 1.2 !important;
    padding: 14px 18px !important;
    border-radius: 16px !important;
  }

  .woocommerce-cart table.wc-block-cart-items,
  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-cart .wc-block-cart-items tbody,
  .woocommerce-cart .wc-block-cart-items__row,
  .woocommerce-cart .wc-block-cart-items__row td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .woocommerce-cart .wc-block-cart-items__row {
    position: relative !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(125, 184, 255, .16) !important;
  }

  .woocommerce-cart .wc-block-cart-item__image {
    float: left !important;
    width: 76px !important;
    max-width: 76px !important;
    min-width: 76px !important;
    margin: 0 14px 10px 0 !important;
    padding: 0 !important;
  }

  .woocommerce-cart .wc-block-cart-item__image img {
    width: 76px !important;
    height: 76px !important;
    object-fit: contain !important;
    border-radius: 12px !important;
  }

  .woocommerce-cart .wc-block-cart-item__product,
  .woocommerce-cart .wc-block-cart-item__wrap {
    overflow: visible !important;
    padding: 0 !important;
  }

  .woocommerce-cart .wc-block-components-product-name,
  .woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name,
  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-name a {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart .wc-block-cart-item__total,
  .woocommerce-cart .wc-block-cart-item__quantity,
  .woocommerce-cart .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-components-product-details {
    clear: both !important;
    padding-left: 0 !important;
  }

  .woocommerce-cart .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-components-product-details {
    font-size: .88rem !important;
    line-height: 1.45 !important;
  }
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button,
.woocommerce-cart a.wc-block-components-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-components-button,
.woocommerce-checkout button[type="submit"],
.woocommerce-checkout #place_order {
  background: linear-gradient(135deg, #2D6DF6, #3B82F6) !important;
  border: 0 !important;
  color: #FFFFFF !important;
  border-radius: 16px !important;
  box-shadow: 0 0 34px rgba(45, 109, 246, .32) !important;
  font-weight: 800 !important;
}

.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text,
.woocommerce-cart .wc-block-components-button .wc-block-components-button__text,
.woocommerce-checkout .wc-block-components-button .wc-block-components-button__text,
.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  color: #FFFFFF !important;
}

.woocommerce-cart .wc-block-cart__submit-button:disabled,
.woocommerce-cart .wc-block-components-button:disabled,
.woocommerce-checkout .wc-block-components-button:disabled {
  opacity: .72 !important;
  cursor: not-allowed !important;
}

@media (max-width: 640px) {
  .woocommerce-cart .wc-block-cart__submit-button,
  .woocommerce-cart .wc-block-components-button,
  .woocommerce-cart a.wc-block-components-button,
  .woocommerce-checkout .wc-block-components-checkout-place-order-button,
  .woocommerce-checkout .wc-block-components-button,
  .woocommerce-checkout button[type="submit"],
  .woocommerce-checkout #place_order {
    min-height: 54px !important;
    padding: 15px 18px !important;
    font-size: .95rem !important;
    line-height: 1.2 !important;
    width: 100% !important;
  }
}

/* BCL 2.0.5.1 - busca mobile mais compacta */
@media (max-width: 640px) {
  #bcl-header .header-search,
  .bcl-header .header-search {
    padding: 14px 18px !important;
  }

  #bcl-header .search-inner,
  .bcl-header .search-inner {
    width: min(100%, 310px) !important;
    max-width: 310px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 10px !important;
    justify-content: center !important;
  }

  #bcl-header .search-inner form,
  .bcl-header .search-inner form {
    flex: 0 1 238px !important;
    width: 238px !important;
    min-height: 54px !important;
    border-radius: 28px !important;
  }

  #bcl-header .search-inner input,
  .bcl-header .search-inner input {
    min-width: 0 !important;
    padding: 12px 12px 12px 18px !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  #bcl-header .search-inner form button,
  .bcl-header .search-inner form button {
    width: 66px !important;
    min-width: 66px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #bcl-header .search-inner form button svg,
  .bcl-header .search-inner form button svg {
    width: 25px !important;
    height: 25px !important;
  }

  #bcl-header .search-close,
  .bcl-header .search-close {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
  }
}

@media (max-width: 380px) {
  #bcl-header .search-inner,
  .bcl-header .search-inner {
    width: min(100%, 286px) !important;
    max-width: 286px !important;
  }

  #bcl-header .search-inner form,
  .bcl-header .search-inner form {
    flex-basis: 220px !important;
    width: 220px !important;
  }

  #bcl-header .search-inner form button,
  .bcl-header .search-inner form button {
    width: 58px !important;
    min-width: 58px !important;
  }
}

/* BCL 2.0.5.2 - carrinho mobile: promocao sem sobrepor texto */
@media (max-width: 640px) {
  .woocommerce-cart .wc-block-cart-item__prices,
  .woocommerce-cart .wc-block-components-product-price,
  .woocommerce-cart .wc-block-components-product-price__regular,
  .woocommerce-cart .wc-block-components-product-price__value,
  .woocommerce-cart .wc-block-components-sale-badge {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: fit-content !important;
    max-width: 100% !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    position: static !important;
    transform: none !important;
  }

  .woocommerce-cart .wc-block-cart-item__prices,
  .woocommerce-cart .wc-block-components-product-price {
    margin: 8px 0 8px !important;
  }

  .woocommerce-cart .wc-block-components-sale-badge {
    margin: 6px 0 10px !important;
    padding: 5px 8px !important;
    font-size: .78rem !important;
    background: rgba(45, 109, 246, .16) !important;
    color: #DCEBFF !important;
    border: 1px solid rgba(125, 184, 255, .18) !important;
    border-radius: 8px !important;
  }

  .woocommerce-cart .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-components-product-details {
    margin-top: 8px !important;
  }

  .woocommerce-cart .wc-block-cart-item__quantity {
    margin-top: 12px !important;
  }
}

/* BCL 2.0.5.3 - override final do menu mobile compacto com rolagem */
@media (max-width: 640px) {
  #bcl-header #site-navigation.mobile-open,
  #bcl-header .header-nav.mobile-open,
  .bcl-header #site-navigation.mobile-open,
  .bcl-header .header-nav.mobile-open {
    left: 16px !important;
    right: 16px !important;
    top: 100% !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 168px) !important;
    padding: 14px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(125, 184, 255, .55) rgba(10, 22, 42, .45) !important;
  }

  #bcl-header #site-navigation.mobile-open::-webkit-scrollbar,
  #bcl-header .header-nav.mobile-open::-webkit-scrollbar,
  .bcl-header #site-navigation.mobile-open::-webkit-scrollbar,
  .bcl-header .header-nav.mobile-open::-webkit-scrollbar {
    width: 5px;
  }

  #bcl-header #site-navigation.mobile-open::-webkit-scrollbar-thumb,
  #bcl-header .header-nav.mobile-open::-webkit-scrollbar-thumb,
  .bcl-header #site-navigation.mobile-open::-webkit-scrollbar-thumb,
  .bcl-header .header-nav.mobile-open::-webkit-scrollbar-thumb {
    background: rgba(125, 184, 255, .55);
    border-radius: 999px;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu,
  #bcl-header .header-nav.mobile-open .nav-menu,
  .bcl-header #site-navigation.mobile-open .nav-menu,
  .bcl-header .header-nav.mobile-open .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li,
  #bcl-header .header-nav.mobile-open .nav-menu li,
  .bcl-header #site-navigation.mobile-open .nav-menu li,
  .bcl-header .header-nav.mobile-open .nav-menu li {
    margin: 0 !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li a,
  #bcl-header #site-navigation.mobile-open .nav-menu a,
  #bcl-header .header-nav.mobile-open .nav-menu li a,
  #bcl-header .header-nav.mobile-open .nav-menu a,
  .bcl-header #site-navigation.mobile-open .nav-menu li a,
  .bcl-header #site-navigation.mobile-open .nav-menu a,
  .bcl-header .header-nav.mobile-open .nav-menu li a,
  .bcl-header .header-nav.mobile-open .nav-menu a {
    min-height: 46px !important;
    padding: 10px 14px !important;
    border-radius: 13px !important;
    font-size: clamp(.9rem, 4vw, 1.02rem) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 380px) {
  #bcl-header #site-navigation.mobile-open,
  #bcl-header .header-nav.mobile-open,
  .bcl-header #site-navigation.mobile-open,
  .bcl-header .header-nav.mobile-open {
    left: 12px !important;
    right: 12px !important;
    max-height: calc(100dvh - 156px) !important;
    padding: 12px !important;
  }

  #bcl-header #site-navigation.mobile-open .nav-menu li a,
  #bcl-header #site-navigation.mobile-open .nav-menu a,
  #bcl-header .header-nav.mobile-open .nav-menu li a,
  #bcl-header .header-nav.mobile-open .nav-menu a,
  .bcl-header #site-navigation.mobile-open .nav-menu li a,
  .bcl-header #site-navigation.mobile-open .nav-menu a,
  .bcl-header .header-nav.mobile-open .nav-menu li a,
  .bcl-header .header-nav.mobile-open .nav-menu a {
    min-height: 42px !important;
    padding: 9px 12px !important;
    font-size: .9rem !important;
  }
}
/* BCL 2.0.5.6 - override final anti-arraste lateral mobile */
@media (max-width: 640px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
  }

  #page,
  .site,
  .bcl-site,
  .bcl-main,
  .site-main,
  main,
  .bcl-page,
  .bcl-home,
  .bcl-header,
  .bcl-footer,
  .woocommerce,
  .woocommerce-page,
  .wp-site-blocks,
  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-checkout,
  .wc-block-cart,
  .wc-block-checkout,
  .wc-block-components-sidebar-layout,
  .wc-block-components-main,
  .wc-block-components-sidebar {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  .container,
  .bcl-container,
  .bcl-header .container,
  .bcl-footer .container,
  .bcl-protocols-hero .container,
  .bcl-protocols-content .container {
    max-width: calc(100vw - 24px) !important;
    box-sizing: border-box !important;
  }

  .bcl-header *,
  .bcl-main *,
  .bcl-footer *,
  .woocommerce *,
  .woocommerce-page * {
    box-sizing: border-box !important;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100% !important;
  }

  .bcl-table-scroll,
  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-checkout .wc-block-components-order-summary,
  .woocommerce-checkout .wc-block-components-order-summary__content {
    max-width: 100% !important;
  }

  .bcl-category-grid,
  .bcl-info-grid,
  .products,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bcl-whatsapp-float,
  .joinchat,
  .joinchat__button,
  .wa__btn_popup,
  .floating-whatsapp {
    max-width: calc(100vw - 24px) !important;
  }
}

/* BCL 2.0.5.6 - Protocolos mobile sem largura excedente */
@media (max-width: 640px) {
  .bcl-protocols-page {
    overflow-x: clip !important;
  }

  .bcl-protocols-hero .container,
  .bcl-protocols-content .container {
    width: min(100% - 24px, 100%) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .bcl-protocol-tabs {
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .bcl-protocol-tabs a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .bcl-protocol-card,
  .bcl-protocol-summary,
  .bcl-protocol-overview,
  .bcl-protocol-note,
  .bcl-protocol-legal {
    max-width: 100% !important;
  }

  .bcl-table-scroll {
    overflow: visible !important;
  }

  .bcl-protocol-table,
  .bcl-protocol-table thead,
  .bcl-protocol-table tbody,
  .bcl-protocol-table tr,
  .bcl-protocol-table th,
  .bcl-protocol-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .bcl-protocol-table thead {
    display: none !important;
  }

  .bcl-protocol-table tbody tr {
    margin: 12px !important;
    padding: 12px !important;
    border: 1px solid rgba(125, 184, 255, .14) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .04) !important;
  }

  .bcl-protocol-table tbody th,
  .bcl-protocol-table tbody td {
    display: grid !important;
    grid-template-columns: minmax(92px, 38%) minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 9px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(125, 184, 255, .08) !important;
    font-size: .9rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .bcl-protocol-table tbody th:last-child,
  .bcl-protocol-table tbody td:last-child {
    border-bottom: 0 !important;
  }

  .bcl-protocol-table tbody th::before,
  .bcl-protocol-table tbody td::before {
    content: attr(data-label);
    color: #7DB8FF;
    font-family: Montserrat, sans-serif;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
}

@media (max-width: 380px) {
  .bcl-protocol-table tbody th,
  .bcl-protocol-table tbody td {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}
