/* 1. Homepage: ocultar titulo da pagina */
.home .entry-header,
.page-id-139 .entry-header {
    display: none;
}

/* 2. Pagina Minha Conta / Login / Cadastro */
.woocommerce form.login,
.woocommerce form.register {
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(77,182,172,0.10);
}

.woocommerce form.login label,
.woocommerce form.register label {
    font-weight: 600;
    color: #333;
}

.woocommerce form.login input[type="text"],
.woocommerce form.login input[type="email"],
.woocommerce form.login input[type="password"],
.woocommerce form.register input[type="text"],
.woocommerce form.register input[type="email"],
.woocommerce form.register input[type="password"] {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.woocommerce form.login input:focus,
.woocommerce form.register input:focus {
    border-color: #4DB6AC;
    outline: none;
    box-shadow: 0 0 0 3px rgba(77,182,172,0.15);
}

.woocommerce form.login .button,
.woocommerce form.register .button {
    background: #4DB6AC !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 13px 28px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    width: 100%;
    transition: background 0.3s ease;
}

.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover {
    background: #26A69A !important;
}

/* 3. Botoes Social Login (Nextend) */
.nsl-container .nsl-button {
    border-radius: 8px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    width: 100%;
}

/* 4. Navegacao da conta */
.woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 8px 16px;
    border-radius: 6px;
    color: #4DB6AC;
    background: #f0fafa;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #4DB6AC;
    color: #fff;
}

/* 5. Mensagens WooCommerce */
.woocommerce-message { border-top-color: #4DB6AC; }

@media (max-width: 768px) {
    .woocommerce form.login,
    .woocommerce form.register { padding: 24px 16px; }
}


/* ==============================
   UX IMPROVEMENTS — ZUPETLY
   ============================== */

/* --- CABEÇALHO: Fix logo + nome lado a lado --- */
.site-header .site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ast-site-identity .site-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #26A69A !important;
  line-height: 1.2;
  white-space: nowrap;
}

/* --- LOJA: Cards de produto --- */
.woocommerce ul.products li.product {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #fff;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(77,182,172,0.18);
}
.woocommerce ul.products li.product a img {
  border-radius: 0;
  transition: transform 0.3s ease;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #222;
  padding: 12px 14px 4px;
  line-height: 1.4;
}
.woocommerce ul.products li.product .price {
  font-size: 1.1rem !important;
  color: #26A69A !important;
  font-weight: 700;
  padding: 0 14px;
}
.woocommerce ul.products li.product .button {
  background: #4DB6AC !important;
  color: #fff !important;
  border-radius: 8px !important;
  margin: 10px 14px 14px !important;
  padding: 10px 0 !important;
  width: calc(100% - 28px) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  transition: background 0.25s ease !important;
  border: none !important;
}
.woocommerce ul.products li.product .button:hover {
  background: #26A69A !important;
}

/* --- PÁGINA DO PRODUTO: Layout melhorado --- */
.woocommerce div.product .woocommerce-product-gallery {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.woocommerce div.product .product_title {
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  color: #222 !important;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
.woocommerce div.product .price {
  font-size: 1.8rem !important;
  color: #26A69A !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  background: #f8fefd;
  border-left: 4px solid #4DB6AC;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 0.97rem;
  color: #444;
  line-height: 1.7;
}
.woocommerce div.product form.cart .qty {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1.1rem;
  width: 72px;
  text-align: center;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  background: #4DB6AC !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  color: #fff !important;
  transition: background 0.25s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(77,182,172,0.30);
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #26A69A !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(38,166,154,0.35);
}

/* --- BREADCRUMB --- */
.woocommerce .woocommerce-breadcrumb {
  background: #f5fcfb;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #4DB6AC;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
  color: #26A69A;
}

/* --- PRODUTO: Abas de descrição --- */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 700;
  color: #555;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #26A69A;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top: 3px solid #4DB6AC;
}
.woocommerce div.product .woocommerce-tabs .panel {
  line-height: 1.8;
  font-size: 0.97rem;
  color: #444;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
  padding-left: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
  margin-bottom: 6px;
}

/* --- CARRINHO: Melhorias visuais --- */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  background: #4DB6AC !important;
  border-radius: 10px !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  padding: 16px 40px !important;
  transition: background 0.25s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(77,182,172,0.28);
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #26A69A !important;
  transform: translateY(-2px);
}
.woocommerce table.cart td.actions .coupon .input-text {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 14px;
}
.woocommerce table.cart td.actions .coupon .button {
  background: #fff !important;
  border: 2px solid #4DB6AC !important;
  color: #4DB6AC !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}

/* --- CHECKOUT: Melhorias visuais --- */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  font-size: 1.2rem;
  font-weight: 800;
  color: #26A69A;
  border-bottom: 2px solid #e0f7f5;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.woocommerce-checkout #place_order {
  background: #4DB6AC !important;
  border-radius: 10px !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  width: 100%;
  padding: 16px 0 !important;
  transition: background 0.25s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(77,182,172,0.30);
}
.woocommerce-checkout #place_order:hover {
  background: #26A69A !important;
  transform: translateY(-2px);
}

/* --- RODAPÉ: Limpeza e estilo --- */
.site-footer {
  background: #1a3a38 !important;
  color: #cde8e5 !important;
}
.site-footer a {
  color: #80cbc4 !important;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
/* Ocultar "Powered by WordPress" */
.site-footer .ast-footer-copyright {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* --- RESPONSIVO GERAL --- */
@media (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 1.35rem !important;
  }
  .woocommerce div.product .price {
    font-size: 1.4rem !important;
  }
  .woocommerce ul.products li.product .button {
    padding: 12px 0 !important;
  }
}

/* ══ LOJA PAGE — WooCommerce Shop Banner & Layout ══ */
.woocommerce-shop .woocommerce-products-header {
  background: linear-gradient(135deg, #26A69A 0%, #4DB6AC 100%);
  padding: 50px 20px !important;
  text-align: center;
  margin-bottom: 0 !important;
}
.woocommerce-shop .woocommerce-products-header__title {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 800 !important;
}
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering {
  background: #f8fdfc;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid #e0f7f4;
}
.woocommerce-shop .site-content,
.woocommerce-shop #primary {
  padding-top: 0 !important;
}
.woocommerce-shop .ast-breadcrumbs-wrapper {
  display: none !important;
}
.woocommerce-shop .woocommerce-pagination ul li a,
.woocommerce-shop .woocommerce-pagination ul li span {
  border-radius: 8px !important;
  border-color: #4DB6AC !important;
  color: #26A69A !important;
}
.woocommerce-shop .woocommerce-pagination ul li .current {
  background: #4DB6AC !important;
  color: #fff !important;
}

/* ============================================
   ZUPETLY — HEADER PROFISSIONAL
   ============================================ */

/* --- TOPO: Barra de trust (acima do header) --- */
.ast-above-header {
    background: #1a3a38 !important;
    padding: 8px 0 !important;
    font-size: 13px !important;
}
.ast-above-header-wrap,
.ast-above-header .ast-builder-layout-element {
    background: transparent !important;
}
.ast-above-header .ast-html-code {
    color: #c8e6e4 !important;
    text-align: center !important;
    font-size: 12.5px !important;
    letter-spacing: 0.3px !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

/* --- HEADER PRINCIPAL --- */
.site-header,
.ast-header-break-point .ast-mobile-header-wrap,
.main-header-bar {
    background: #ffffff !important;
    border-bottom: 2px solid #26A69A !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}
.ast-primary-header-bar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 70px !important;
}

/* --- LOGO: apenas imagem, sem texto --- */
.site-title,
.site-description,
.ast-site-identity .site-title,
.ast-site-identity .site-description {
    display: none !important;
    visibility: hidden !important;
}
/* Garante que apenas a imagem do logo aparece */
.custom-logo-link {
    display: flex !important;
    align-items: center !important;
}
.custom-logo {
    max-height: 45px !important;
    width: auto !important;
}

/* --- NAVEGAÇÃO --- */
.main-navigation .main-header-menu > li > a,
.ast-header-break-point .main-header-menu > li > a {
    color: #2d2d2d !important;
    font-weight: 500 !important;
    font-size: 14.5px !important;
    padding: 24px 14px !important;
    transition: color 0.2s ease !important;
}
.main-navigation .main-header-menu > li > a:hover,
.main-navigation .main-header-menu > .current-menu-item > a {
    color: #26A69A !important;
}
/* Linha indicadora de página ativa */
.main-navigation .main-header-menu > .current-menu-item > a::after,
.main-navigation .main-header-menu > li > a::after {
    content: '';
    display: block;
    height: 2px;
    background: #26A69A;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    margin-top: 2px;
}
.main-navigation .main-header-menu > .current-menu-item > a::after {
    transform: scaleX(1);
}
.main-navigation .main-header-menu > li > a:hover::after {
    transform: scaleX(1);
}

/* --- ÍCONE DO CARRINHO --- */
.ast-header-woo-cart .ast-cart-menu-wrap {
    position: relative !important;
}
.ast-header-woo-cart .count {
    background: #26A69A !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    padding: 0 !important;
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
}
.ast-header-woo-cart svg,
.ast-header-woo-cart .ast-icon {
    color: #1a3a38 !important;
    width: 22px !important;
    height: 22px !important;
}
.ast-header-woo-cart:hover svg,
.ast-header-woo-cart:hover .ast-icon {
    color: #26A69A !important;
}

/* --- MENU MOBILE --- */
.ast-mobile-menu-trigger-minimal span,
.ast-mobile-menu-trigger-minimal::before,
.ast-mobile-menu-trigger-minimal::after {
    background: #1a3a38 !important;
}

/* --- DROPDOWN MENUS --- */
.main-navigation .sub-menu {
    border-top: 3px solid #26A69A !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
    border-radius: 0 0 8px 8px !important;
}
.main-navigation .sub-menu a {
    color: #2d2d2d !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    transition: all 0.15s ease !important;
}
.main-navigation .sub-menu a:hover {
    color: #26A69A !important;
    background: #f0faf9 !important;
    padding-left: 26px !important;
}

/* Remover espaço em branco desnecessário no header */
.ast-site-identity {
    padding: 10px 0 !important;
}


/* FUNDO GERAL DO SITE */
body {
    background-color: #EBF5F4 !important;
}

/* HEADER: fundo levemente teal */
.site-header, .main-header-bar {
    background: #EBF5F4 !important;
    border-bottom: 2px solid #26A69A !important;
}

/* RODAPE */
.site-footer {
    background-color: #1a3a38 !important;
}
.site-footer, .site-footer a, .ast-footer-copyright {
    color: #c8e6e4 !important;
}
.site-footer a:hover {
    color: #ffffff !important;
}