/*
Theme Name: Maria do Bairro
Template: freshio
Author: Helpcenter
Version: 1.0.0.1751368054
Updated: 2025-07-01 12:07:34

*/

:root {
	--cor-destaque: #DAD900;
}



/* Botão de adicionar ao carrinho */
.single-product div.product .single_add_to_cart_button {
	background: #4AB224 !important;
}

.single-product div.product .single_add_to_cart_button:hover {
	background: #399D15 !important;
}

.single_add_to_cart_button {
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  background-color: #8DAE1B;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.single_add_to_cart_button:hover {
  background-color: #7A9718;
}

.single_variation_pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.single_variation_pricing p,
.single_variation_pricing span {
  margin: 0 !important;
}

/* @media (max-width: 767px) { */
  .single_add_to_cart_button {
    width: 100% !important;
    max-width: 100% !important;
  }
/* } */

.woocommerce-variation-add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.woocommerce-variation-add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-type-variable .summary > .price,
.product-type-simple .summary > .price {
  display: none !important;
}

@media (max-width:768px) {
	.products.columns-4, .products.columns-2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.products.columns-4 li, .products.columns-2 li {
		width: 100% !important;
	}
}

ul.products li.product h3 a, ul.products li.product .woocommerce-loop-product__title a {
	-webkit-box-orient: unset !important;
}


/* Custom Header */
.header-11 {
  background-color: #090909;
}

.header-11 .header-main .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.site-header-cart .cart-contents .amount {
  color:  #fff;
}

.menu-comprar .menu-icon {
  display: none !important;
}

.vertical-navigation .vertical-navigation-header {
  background-color: var(--cor-destaque);
  color: #090909;
  padding: 8px 16px !important;
}

@media screen and (min-width:1024px) {
  .vertical-navigation .vertical-menu {
    min-width: 280px;
  }
}


/* Correção minicart */
.site-header-cart-side .widget_shopping_cart .product_list_widget {
  position: relative;
}

/* ========================================
   ESTILOS PARA SEÇÃO DE DATA DE ENTREGA
   ======================================== */

.secao-data-entrega {
  background: #f8fcea;
  border: 1px solid #e6e8d0;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  clear: both;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.secao-data-entrega h4 {
  margin: 0 0 15px 0;
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
}

.secao-data-entrega .form-row {
  margin-bottom: 0;
}

.secao-data-entrega label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

.secao-data-entrega .required {
  color: #dc3545;
}

.secao-data-entrega input[type="date"] {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.secao-data-entrega input[type="date"]:focus {
  outline: none;
  border-color: #4AB224;
  box-shadow: 0 0 0 3px rgba(74, 178, 36, 0.15);
}

.secao-data-entrega small {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  font-style: italic;
}

/* Informações de entrega */
.informacoes-entrega {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.informacoes-entrega ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.informacoes-entrega li {
  margin-bottom: 12px;
  line-height: 1.5;
  color: #333;
}

.informacoes-entrega li strong {
  color: #2c3e50;
  font-weight: 600;
}

.informacoes-entrega ul ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
}

.informacoes-entrega ul ul li {
  margin-bottom: 4px;
  font-size: 14px;
}

.nota-importante {
  margin-top: 15px;
  padding: 12px;
  background: rgba(220, 53, 69, 0.05);
  border-left: 3px solid #dc3545;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
}

.nota-importante strong {
  color: #dc3545;
  font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
  .secao-data-entrega {
    padding: 15px;
    margin: 15px 0;
  }
  
  .secao-data-entrega h4 {
    font-size: 16px;
  }
  
  .secao-data-entrega input[type="date"] {
    padding: 10px;
    font-size: 14px;
  }
  
  .informacoes-entrega {
    margin-top: 15px;
    padding-top: 12px;
  }
  
  .informacoes-entrega ul {
    padding-left: 15px;
  }
  
  .informacoes-entrega li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .nota-importante {
    margin-top: 12px;
    padding: 10px;
    font-size: 13px;
  }
}

/* ========================================
   ESTILOS PARA CAMPO DE ALERGÉNIOS
   DESABILITADO - Campo removido do checkout
   ======================================== */

/*
#alergenios_alergias {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.3s ease;
}

#alergenios_alergias:focus {
  outline: none;
  border-color: #4AB224;
  box-shadow: 0 0 0 3px rgba(74, 178, 36, 0.1);
}

#alergenios_alergias::placeholder {
  color: #999;
  font-style: italic;
}

/* Estilo para o label do campo de alergénios */
label[for="alergenios_alergias"] {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

label[for="alergenios_alergias"] .required {
  color: #dc3545;
}

/* Responsividade para o campo de alergénios */
@media (max-width: 768px) {
  #alergenios_alergias {
    padding: 10px;
    font-size: 14px;
    min-height: 80px;
  }
}
*/

/* ========================================
   ESTILOS PARA DETALHES DO PEDIDO
   ======================================== */

.woocommerce-order-details-custom {
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}

.order-detail-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}

.order-detail-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.order-detail-item h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.order-detail-item p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

/* Responsividade para detalhes do pedido */
@media (max-width: 768px) {
  .woocommerce-order-details-custom {
    margin-top: 20px;
    padding: 15px;
  }
  
  .order-detail-item {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  
  .order-detail-item h3 {
    font-size: 15px;
  }
}

nav.vertical-navigation .menu-icon {
  display: none;
}

.header-cart-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-mobile-nav-button i {
  color: #a8b324;
  font-size: 2rem;
}