/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    http://ejemplo.com/twentytwentyfive-child/
 Description:  Child theme for Twenty Twenty-Five
 Author:       Apanymantel
 Author URI:   http://apanymantel.com
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  twentytwentyfive-child
/* Estás logueado */

/* HOME */
.home {
	h1.wp-block-post-title {
		display:none;
	}
	main {
		margin-top:0 !important;
		>.wp-block-group:first-child {
			padding-top: 0 !important;
			>.entry-content {
					margin-top:0 !important;
			}
		}
	}
	.has-parallax + .wp-block-group,
	.wp-block-group + .has-parallax {
		margin-top:0;
	}
}

/* HEADER */
header {
	#social-links a {
		line-height:normal;
	}
}
/* Navigation Menu */
.menu-icon-cart i {
	margin-right:6px;
}
/* Botones */
.wp-block-buttons>.wp-block-button a:hover {
	background-color: #D9762C;
	color:black;
}
/* Product Category card */
#product-category .wp-block-cover__inner-container {
	opacity: 0.8;
	>.wp-block-group {
		p {
			width:100%;
			height:100%;
			text-align:center;
			a {
				display: flex;
  				align-items: center;   /* centra verticalmente */
  				justify-content: center; /* opcional, centra horizontalmente */
  				height: 3.2em;
			}
		}
	}
}
#product-category .wp-block-cover__inner-container:hover {
	opacity:1;
	a {
		text-shadow: 1px 1px 2px #D9762C
	}
}

/* Formulario de contacto */
/* ===== Estilos generales para CF7 ===== */
.wpcf7 form {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: inherit;
  color: var(--wp--preset--color--base, #333);
}

/* Etiquetas */
.wpcf7 form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--wp--preset--color--contrast, #222);
}

/* Inputs y textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  background: #fafafa;
  transition: all 0.2s ease-in-out;
  outline: none;
  margin-top: 0.35rem;
  margin-bottom: 1rem;
  box-sizing: border-box;   /* asegura que padding y border no sumen al ancho */
}

/* Foco */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--wp--preset--color--calabaza, #ff9800);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,152,0,0.15);
}

/* Botón */
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 0.85rem 2rem;
  margin-top: 1rem;
  background: var(--wp--preset--color--calabaza, #ff9800);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Hover en botón */
.wpcf7 input[type="submit"]:hover {
  background: #e68900;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Textarea */
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Mensajes de validación */
.wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  color:black;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #4caf50;
  background: #f0fff4;
  color: #256029;
}

.wpcf7-validation-errors {
  border: 1px solid #f0ad4e;
  background: #fff8e1;
  color: #7a4f00;
}
/* MEDIA QUERIES 
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
}
*/