/* Global */
body {
	font-family: apple-system, sans-serif !important
}

/* Logo responsivo */
.site-logo-img img {
    width: 100%;
    max-width: 250px;
    height: auto;     
}

/* Opcional: centralizar e evitar overflow */
.site-logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.wc-block-components-product-button__button {
	width:100% !important;
	font-size: 17px !important;
  font-weight: bold !important;
	text-transform:none !important;
}


/* Alguns de nossos clientes */
.container-nossos-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: center;
	  font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}
.conteudo-nossos-clientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
}
.conteudo-cliente {
    margin: 0 10px;
}


/* Modifica o H1 da página inicial */
h1.wp-block-heading strong {
    font-size: 50px;
}


/* Ajusta altura entre as linhas do texto */
.wp-block-column p {
    line-height: 1.4em;
}


/* Ajusta título e menu dos widget do rodapé */
.widget-title {
    font-size: 20px !important;
		color: #fff; 
}
.widget_nav_menu ul li a {
	color: #fff;
	transition: transform 0.2s ease, font-weight 0.2s ease;
}

.widget_nav_menu ul li a:hover {
	font-weight: 600;
	transform: scale(1.01);
}

/* Sidebar left */
.sidebar-main h2 {
	color: #010101;
	font-weight: 600 !important;
}
.ast-left-sidebar #secondary {
        padding-right: 30px;
    }
.wc-block-product-categories-list li {
	padding: 0;
}



/* Ajusta principais botões da página inicial */
.btn-contato a {
    padding: 20px 50px !important;
		width: auto !important;
		text-transform: none !important;
}


/* Ajusta grid principal da página inicial */
div.grid-modelos-sacolas-personalizadas {
    -webkit-box-shadow: 0px 0px 38px 3px rgba(219, 219, 219, 1);
    -moz-box-shadow: 0px 0px 38px 3px rgba(219, 219, 219, 1);
    box-shadow: 0px 0px 38px 3px rgba(219, 219, 219, 1);
}

#rank-math-faq .rank-math-list-item {
    position: relative;
}

/* FAQ da página inicial */
#rank-math-faq .rank-math-list-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

#rank-math-faq .rank-math-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#rank-math-faq .rank-math-answer.active {
    /* Permite expansão suave sem remover do DOM, mantendo SEO */
    max-height: 1000px; /* valor alto o suficiente para o maior conteúdo */
}


#rank-math-faq .rank-math-list-item h3 {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal !important;
    position: relative;
    margin-bottom: 0;
}

#rank-math-faq .rank-math-list-item h3:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent    transparent transparent #000000;
    margin-right: 8px;
}

#rank-math-faq .rank-math-list-item input:checked+h3:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#rank-math-faq .rank-math-answer {
    padding: 10px 10px 0px 10px;
    max-height: 0;
    overflow: hidden;
}

#rank-math-faq .rank-math-list-item input:checked+h3~.rank-math-answer {
    max-height: 100vh;
    overflow: visible;
}


.btn-interesse {
    background-color: #009F81;
    color: #fff;
    border: none;
    width: 100%;
		text-transform: none;
    padding: 20px 0;     
		font-weight:600 !important;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-interesse:hover {
    background-color: #05b392;
}


.whatsapp-botao-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f2fef5;       /* fundo verde bem claro */
  border: 1px solid #25D366;     /* borda verde WhatsApp */
  color: #25D366;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
  transition: all 0.2s ease;
}

/* garante espaçamento entre o botão comprar e o botão WhatsApp */
.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-direction: column;
}

.whatsapp-botao-add-to-cart:hover {
  background-color: #25D366;
  color: #fff;
}

.whatsapp-botao-add-to-cart svg {
  flex-shrink: 0;
}


.woocommerce-variation-add-to-cart {
  text-align: center;         /* centraliza filhos inline-block */
}

.woocommerce-variation-add-to-cart .whatsapp-botao-add-to-cart:hover {
  font-weight: bold; /* verde discreto do WhatsApp no hover */
}



/* Pagina de produto: Caixa que envia a arte final */
.woocommerce-variation-add-to-cart .wapf {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E3E3E3;
    background: #F9F9F9;
    padding: 10px 13px 0px 15px;
    margin-bottom: 20px
}
.woocommerce-variation-add-to-cart .wau_wrapper_div {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E3E3E3;
    background: #F9F9F9;
    padding: 10px 0px 10px 15px;
    margin-bottom: 0px
}

/* Header: carrinho, minha conta e login */
.wp-block-group {
    color: #ffffff;
    fill: #ffffff;
}

/* Display none para alguns elementos */
.stock,
.onsale,
a.reset_variations, .wc-adpp-info, button.show-password-input {
    display: none !important;
}

/* Botão de adicionar ao carrinho */
.single_add_to_cart_button {
    background: #009F81 !important;
    padding: 20px !important;
}
.single_add_to_cart_button:hover {
    background: #00856D !important;
}


/* Centraliza butão add to cart da página de produto */
.single_add_to_cart_button.button.alt {
    margin: 0 !important;
}


/* Adicona o CSS no botão de atendimento do menu mobile (complemeto do javascript) */
@media (max-width: 768px) {
  .menu-item-custom {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
	
	h1.page-title.ast-archive-title {
	font-size:2.1rem;
}

  .btn-atendimento {
    display: inline-block;
    padding: 2px 70px;
    background-color: #FF5C35;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
  }
.ast-builder-layout-element.site-header-focus-item.ast-header-account {
	display: flex;
	justify-content: center;
}

.ast-header-account-wrap {
	text-align: center;
}


.ast-header-account-text {
	font-size: 16px;
	color: #382E5E !important;
	text-decoration: underline;
	text-decoration-color: #382E5E;
	text-underline-offset: 2px;
/* 	text-decoration-thickness: 1.5px; */
}
.ast-builder-button-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.ast-custom-button {
  text-transform: capitalize !important;
	}
}

@media (min-width: 768px) {
.btn-podemos-ajudar {
		width: 25% !important;
		text-transform: none !important;
}
}

/* Configuração do preço e parcelamento na página do produto */

.wcsp-container .payment-discount .payment-info .payment-price .woocommerce-Price-amount.amount::before {
	content: "ou ";
	font-weight: normal;
	font-size: 18px;
}


.wcsp-container .payment-discount .payment-info .payment-name .text {
	font-weight: 400;
	font-size: 18px;
	color:#333333;
}
/* 
.wcsp-container .payment-discount .payment-info .payment-price .woocommerce-Price-amount.amount {
	font-size:18px;
} */


#wc-shipping-simulator .shipping-simulator-wrapper .input-append {
	width: auto;
}


p.price .wcsp-container .payment .payment-info .payment-name, p.price .wcsp-container .payment-discount {
	display: none !important;
}

p.price .wcsp-container .payment .payment-info .price-from {
	font-size:16px;
	margin-bottom:8px;
	font-weight:400;
}

body.archive .wcsp-container .payment-card .payment-info .payment-name .text, body.archive .wcsp-container .payment-card .payment-info .payment-name .text .woocommerce-Price-amount {
    /* Outro estilo, se quiser */
    font-weight: normal;
    font-size:17px;
/* 		color: #333333; */
}

body.archive .wcsp-container .payment.payment-discount,
body.archive .wcsp-container .payment.payment-discount *,
body.archive .wcsp-container .payment.payment-discount .woocommerce-Price-amount,
body.archive .wcsp-container .payment.payment-discount .woocommerce-Price-currencySymbol {
    font-size: 17px !important;
		margin-top:-5px;
}

.product_type_variable {
	text-transform: none;
	width:100%;
	text-align: center;
}



/* Abaixo o CSS que Colapsa o texto de descrição das categorias de produto. Algo super importante que não pode ser removido */
.ast-archive-description p {
	font-size:16px;
}

.ast-archive-description p .descricao-content {
  display: block;
  max-height: 4.8em; /* cerca de 3 linhas */
  overflow: hidden;
  transition: max-height .25s ease;
}

.ast-archive-description p.expanded .descricao-content {
  max-height: 1000px;
}

.ast-archive-description .botao-leia-mais {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: underline;
}

/* Mobile (até 480px largura) */
@media (max-width: 480px) {
  .ast-archive-description p .descricao-content {
    max-height: 3.6em; /* umas 2 a 2,5 linhas para cortar mais no mobile */
  }

  .ast-archive-description .botao-leia-mais {
    font-size: 12px; /* texto um pouco menor */
    margin-left: 4px;
  }
}


/* Tabela de opções da página de produto */
.tabela-opcoes,
.tabela-preco {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tabela-opcoes caption,
.tabela-preco caption {
    caption-side: bottom;
    text-align: left;
    font-size: 0.9em;
    font-style: italic;
    padding: 10px;
    color: #666;
    background: #fff;
    display: table-caption;
}

.tabela-opcoes th,
.tabela-preco th,
.tabela-opcoes td,
.tabela-preco td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tabela-opcoes th,
.tabela-preco th {
    background-color: #333333;
    color: #fff;
    font-weight: bold;
}

.tabela-opcoes tbody tr:nth-child(even),
.tabela-preco tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tabela-opcoes tbody tr:hover,
.tabela-preco tbody tr:hover {
    background-color: #F9F9F9;
    transition: background-color 0.2s ease-in-out;
}

/* Responsividade */
@media (max-width: 600px) {
    .tabela-opcoes thead,
    .tabela-preco thead {
        display: none;
    }

    .tabela-opcoes tr,
    .tabela-preco tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background-color: #fff;
    }

    .tabela-opcoes td,
    .tabela-preco td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .tabela-opcoes td::before,
    .tabela-preco td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 20px);
        text-align: left;
        font-weight: bold;
        color: #333;
    }

    .tabela-opcoes td:last-child,
    .tabela-preco td:last-child {
        border-bottom: none;
    }
}

.wpcf7-form.init, .wp-container-core-column-is-layout-119bc444 {
		padding:30px;
}

.wpcf7-form.init h2, .wp-container-core-column-is-layout-119bc444 h2 {
		font-size:32px;
}


