@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//farmacia.pet/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: rgb(0,57,84);
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,127,7);
	--wd-alternative-color: rgb(255,127,7);
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-weight: 700;
	--btn-accented-bgcolor: rgb(255,127,7);
	--btn-accented-bgcolor-hover: rgb(255,127,7);
	--btn-font-weight: 600;
	--btn-font-size: 14px;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(255,127,7);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,127,7);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 25px;
}
html .wd-page-title .wd-breadcrumbs a, html .wd-page-title .wd-breadcrumbs span, html .wd-page-title .yoast-breadcrumb a, html .wd-page-title .yoast-breadcrumb span, html .wd-page-title .rank-math-breadcrumb a, html .wd-page-title .rank-math-breadcrumb span, html .wd-page-title .aioseo-breadcrumbs a, html .wd-page-title .aioseo-breadcrumbs span, html .wd-page-title .breadcrumb a, html .wd-page-title .breadcrumb li {
	font-family: "'Comic Sans MS', cursive", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: rgb(255,126,7);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 15px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
--wd-cat-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.scrollToTop {
    display: none !important;
}
/* Contenedor principal */
.barra-botones-pet {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ✅ Alinea los botones a la izquierda */
  gap: 10px;
  margin-top: 20px;
}
/* ======================================================= */
/* 1. Estilos Base para Todos los Botones (.boton-pet)     */
/* ======================================================= */
.boton-pet {
  display: block !important; 
  width: 100% !important; /* Mantenido para el botón principal */
  text-align: center !important; 
  margin-bottom: 8px !important; 
  padding: 14px 0 !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  color: white !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important; 
}

/* Efecto hover general */
.boton-pet:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.98 !important;
}

/* ======================================================= */
/* 2. CLASE PRINCIPAL: COMPRAR AHORA (Dominante y Centrado) 👑 */
/* ======================================================= */
.boton-principal {
  /* Propiedades para hacerlo dominante */
  font-size: 18px !important; 
  padding: 18px 0 !important; 
  font-weight: 700 !important; 
  border-radius: 8px !important; 
  background: linear-gradient(135deg, #FF9900, #FF7700) !important;
  box-shadow: 0 6px 15px rgba(255, 153, 0, 0.5) !important; 
  color: white !important;
  border: none !important; 
  margin-bottom: 15px !important; 
  text-align: center !important; 
}

/* Efecto hover para el botón principal */
.boton-principal:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 20px rgba(255, 153, 0, 0.7) !important;
}

/* ======================================================= */
/* 3. CLASES DE AVISO/CONFIANZA (Sutil, Corto, Izquierda) 🔒 */
/* ======================================================= */
.aviso-sutil {
  /* Estilos para hacerlo sutil y plano */
  background: transparent !important; 
  box-shadow: none !important; 
  border: 1px solid #ddd !important; 
  color: #333 !important; 
  
  /* Reducción de tamaño */
  padding: 10px 0 !important; 
  font-size: 13px !important; 
  font-weight: 500 !important;

  /* **AJUSTE CLAVE PARA EL ANCHO Y POSICIÓN** */
  width: auto !important; /* ELIMINA EL ANCHO 100% y hace que solo ocupe el espacio necesario */
  max-width: 320px !important; /* Límite de ancho para que no crezca demasiado */
  margin-left: 0 !important; /* Asegura que no haya margen de centrado */
  margin-right: auto !important; /* Empuja el botón completo hacia la izquierda */
  
  /* **Contenido Interno Justificado a la Izquierda** */
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important; 
  text-align: left !important; 
  padding-left: 15px !important; 
  
  /* Eliminar efectos de acción */
  transform: none !important;
}

/* Espacio entre el ícono y el texto */
.aviso-sutil i, .aviso-sutil span {
    margin-right: 8px !important; 
    text-align: left !important;
}

/* Eliminar efectos hover agresivos en los avisos */
.aviso-sutil:hover {
  transform: none !important;
  background-color: #f7f7f7 !important; 
  box-shadow: none !important;
}

/* Colores Sutiles para el Texto y Borde del Aviso */
.boton-azul {
  color: #1C4868 !important; 
  border-color: #1C486830 !important; 
}
.boton-amarillo {
  color: #E8B200 !important;
  border-color: #E8B20030 !important;
}
.boton-verde {
  color: #4CAF50 !important;
  border-color: #4CAF5030 !important;
}
.single_add_to_cart_button::before {
  content: "\f07a"; /* Código del ícono (carrito) */
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  margin-right: 8px;
}
/* Para todos los botones de WooCommerce */
/* Botón Comprar Ahora estilo moderno */
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce a.button {
    font-size: 17px;           /* Tamaño del texto */
    font-weight: bold;          /* Texto en negrita */
    padding: 10px 24px;         /* Altura y ancho */
    border-radius: 12px;        /* Bordes redondeados */
    background-color: #ff6600;  /* Color principal */
    color: #ffffff;             /* Color del texto */
    text-transform: uppercase;  /* Texto en mayúsculas */
    border: none;               /* Sin borde */
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Sombra suave */
    transition: all 0.3s ease;  /* Animación al pasar el mouse */
    cursor: pointer;
}

/* Hover: efecto al pasar el mouse */
.woocommerce button.button:hover,
.woocommerce a.button:hover {
    background-color: #e65c00; /* Color más oscuro al pasar el mouse */
    transform: translateY(-2px); /* Leve “subida” al botón */
    box-shadow: 0 8px 20px rgba(0,0,0,0.3); /* Sombra más marcada */
}
/* Botones de cantidad WooCommerce */
.woocommerce div.quantity {
    display: flex;
    align-items: center;
    gap: 10px; /* separación entre botones y input */
}

.woocommerce div.quantity input.qty {
    width: 60px; /* ancho del input */
    text-align: center;
    font-size: 18px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.woocommerce div.quantity .minus,
.woocommerce div.quantity .plus {
    background-color: #ff6600;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce div.quantity .minus:hover,
.woocommerce div.quantity .plus:hover {
    background-color: #e65c00;
}
/* Estilo de la caja de beneficios */
.product-benefits {
  border: 2px solid #4a5cff; /* borde azul */
  border-radius: 10px;
  padding: 15px 20px;
  background-color: #ffffff;
  max-width: 300px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin: 20px 0;
}

.product-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-benefits li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  position: relative;
}

/* Check genérico */
.product-benefits li::before {
  content: "✔"; 
  color: #4a5cff; 
  font-weight: bold;
  display: inline-block;
  width: 25px; 
  margin-right: 10px;
}

/* Íconos individuales por beneficio */
.product-benefits li:nth-child(1)::before {
  content: "🛡️"; /* Compra 100% segura */
}

.product-benefits li:nth-child(2)::before {
  content: "🚚"; /* Envíos a toda Guatemala */
}

.product-benefits li:nth-child(3)::before {
  content: "👍"; /* Satisfacción garantizada */
}

.product-benefits li:nth-child(4)::before {
  content: "💳"; /* Aceptamos transferencia bancaria, link de pago  */
}
body .wd-entry-meta .meta-author {
    display: none;
}
