.elementor-kit-5139{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5139 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== BASE ===== */
body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f3f3f3;
}

.site {
  background: #f3f3f3;
}

a {
  text-decoration: none;
}

/* ===== TOPO ESTILO APP ===== */
.custom-mobile-header {
  background: #0b7be8;
  padding: 14px 14px 10px;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}

.custom-mobile-header .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.custom-mobile-header .left-group,
.custom-mobile-header .right-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.custom-mobile-header .menu-icon,
.custom-mobile-header .icon-btn {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.custom-mobile-header .logo {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* ===== BUSCA ===== */
.custom-search-box {
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.custom-search-box input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 16px;
  background: transparent;
  color: #333;
}

.custom-search-box .search-icon {
  color: #0b7be8;
  font-size: 20px;
}

/* ===== CEP ===== */
.custom-cep-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.custom-cep-bar .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ===== BANNER ===== */
.home-banner-wrap {
  padding: 0 10px;
  margin-top: 10px;
}

.home-banner-wrap img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* ===== CARDS HORIZONTAIS ===== */
.home-mini-cards {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  scrollbar-width: none;
}

.home-mini-cards::-webkit-scrollbar {
  display: none;
}

.home-mini-card {
  min-width: 108px;
  max-width: 108px;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.home-mini-card img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.home-mini-card .title {
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  min-height: 32px;
  margin-top: 6px;
  overflow: hidden;
}

.home-mini-card .price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-top: 6px;
}

.home-mini-card .old-price {
  font-size: 12px;
  color: #777;
  text-decoration: line-through;
}

.home-mini-card .pix-label {
  display: inline-block;
  margin-top: 6px;
  background: #dff5df;
  color: #247a24;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 5px;
}

/* ===== TÍTULO ===== */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  padding: 4px 14px 10px;
}

/* ===== PRODUTOS ===== */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 10px 20px !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.woocommerce ul.products li.product img {
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  height: 150px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  line-height: 1.3;
  color: #333;
  min-height: 38px;
}

.woocommerce ul.products li.product .price {
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 700;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  text-align: center;
  background: #0b7be8 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  margin-top: 8px !important;
}

/* ===== ESCONDER CABEÇALHO ANTIGO ===== */
@media (max-width: 768px) {
  .site-header,
  .main-navigation,
  .header-default,
  .ast-primary-header-bar,
  .storefront-primary-navigation {
    display: none !important;
  }

  .site-content {
    padding-top: 0 !important;
  }
}

.site-header,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar {
  display: none !important;
}

.logo img {
  height: 28px;
  width: auto;
  display: block;
}/* End custom CSS */