/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 17:28:34 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* ——— Estilos base ——— */
html,
body {
	overflow-x: hidden;
}
.home-page * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.home-page .entry-title,
.home-page .page-title,
.home-page h1.entry-title {
	display: none !important;
}
.home-page body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
	color: #000000;
}
.home-page .container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
/* ——— Hero Section ——— */
.home-page .hero {
	position: relative;
	min-height: 950px;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	margin-top: -50px;
	padding-top: 150px;
}
.home-page .hero-content {
	max-width: none;
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	transform: translateY(-300px);
}
.home-page .hero h1 {
	position: absolute;
	left: 66px;
	top: 283px;
	width: 850px;
	height: 192px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 66px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1;
}
.home-page .hero h1 .hero-line2 {
	display: inline-block;
	margin-top: 30px;
}
.home-page .hero .subtitle {
	position: absolute;
	left: 72px;
	top: 518px;
	width: 500px;
	height: 48px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}
.home-page .hero .description {
	position: absolute;
	left: 72px;
	top: 614px;
	width: 850px;
	height: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.5;
	margin: 0;
}
.home-page .hero .wp-block-buttons {
	position: relative;
}
.home-page .hero .btn-primary .wp-block-button__link {
	position: absolute;
	left: 68px;
	top: 715px;
	width: 189px;
	height: 54px;
	background: #53b3dc;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.home-page .hero .btn-primary .wp-block-button__link:hover {
	transform: translateY(-2px);
}
.home-page .price-circle {
	position: absolute;
	left: 317px;
	top: 674px;
	width: 250px;
	height: 250px;
	background: #53b3dc;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	cursor: default;
	user-select: none;
}
.home-page .price-circle .starting-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2;
}
.home-page .price-circle .price-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 48px;
	color: #FFFFFF;
	text-align: center;
}
.home-page .price-circle:hover {
	transform: none;
}
.home-page .price-circle .price-sample-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
}
.home-page .description-note {
	position: absolute;
	left: 250px;
	top: 930px;
	width: auto;
	height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}
/* ——— Top Sellers Section ——— */
.home-page .top-sellers {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding-top: 210px;
	height: 720px;
	overflow: visible;
}
.home-page .top-sellers h2 {
	position: absolute;
	left: 66px;
	top: 40px;
	width: 100%;
	height: 192px;
	font-family: 'Poppins', sans-serif;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
	text-align: left;
	margin: 0;
}
.home-page .separator {
	position: absolute;
	left: 68px;
	top: 232px;
	width: 80px;
	height: 3px;
	background-color: #53b3dc;
}
.home-page .top-sellers .description {
	position: absolute;
	left: 66px;
	top: 272px;
	width: 642px;
	height: 144px;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
	text-align: left;
	margin: 0;
}
/* Imagen */
.home-page .bird-image {
	position: absolute;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	right: -24px;
	top: 20px;
	width: 920px;
	height: auto;
	pointer-events: none;
	z-index: 1;
}
.home-page .bird-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* ——— Service Grid Section ——— */
.home-page .services-section {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 54%);
	margin-top: -50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 20px;
	box-sizing: border-box;
	align-items: start;
	gap: 20px;
}
.home-page .service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 430px;
	height: 482px;
	background: #53b3dc;
	color: white;
	padding: 40px;
	border-radius: 15px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}
.home-page .service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.home-page .top-seller-badge {
	position: absolute;
	left: -39px;
	top: -42px;
	width: 120px;
	height: 120px;
	background: #ffb744;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	pointer-events: none;
	z-index: 2;
}
.home-page .service-card h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.home-page .service-card p {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 30px;
}
.home-page .service-btn {
	width: 218px;
	height: 52px;
	line-height: 48px;
	border: 2px solid #ffffff;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	align-self: center;
	margin-top: auto;
}
.home-page .service-btn:hover,
.home-page .service-btn:focus,
.home-page .service-btn:active,
.home-page .service-btn:visited {
	color: #ffffff !important;
	background-color: transparent !important;
	text-decoration: none !important;
	box-shadow: none;
	outline: none;
}
.home-page .service-btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}
.home-page .service-btn-1,
.home-page .service-btn-2,
.home-page .service-btn-3 {
	width: 218px;
	height: 52px;
	line-height: 48px;
	margin: 0 auto;
}
/* ——— Carrusel DNA ——— */
.home-page .discount-title {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 24px;
}
.home-page .simple-dna-carousel {
	padding: 50px 0;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 0;
}
.home-page .carousel-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}
.home-page .carousel-track {
	display: flex;
	gap: 30px;
	transition: transform 0.5s ease;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.home-page .dna-title {
	font-size: 16px;
}
.home-page .carousel-card {
	background: #d6eff9;
	border-radius: 16px;
	padding: 20px;
	min-width: calc(33.33% - 20px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	text-align: center;
	box-sizing: border-box;
}
/* Imagen circular */
.home-page .carousel-card figure {
	margin: 0 auto 15px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
}
.home-page .carousel-card img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
/* Flechas de navegación */
.home-page .carousel-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	color: #3498db;
	border: none;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.home-page .carousel-button.prev {
	left: 0;
}
.home-page .carousel-button.next {
	right: 0;
}
.home-page .dna-price {
	margin-bottom: 10px;
}
.home-page .dna-description-sexing {
	color: #e23d11;
	font-weight: 500;
}
/* Botón dentro del carrusel */
.home-page .simple-dna-carousel .btn-primary {
	width: 218px;
	height: 52px;
	line-height: 48px;
	border: 2px solid #53B3DC;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #53B3DC;
	background-color: transparent;
	cursor: pointer;
	transition: none;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	margin: 20px auto;
	padding: 0;
}
.home-page .simple-dna-carousel .btn-primary:hover,
.home-page .simple-dna-carousel .btn-primary:focus,
.home-page .simple-dna-carousel .btn-primary:active,
.home-page .simple-dna-carousel .btn-primary:visited {
	color: #53B3DC !important;
	background-color: transparent !important;
	text-decoration: none !important;
	box-shadow: none;
	outline: none;
}
/* Botón See All Offers */
.home-page .btn-see-offers {
	background-color: #e23d11;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 16px 32px;
	border-radius: 8px;
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 40px auto;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: none;
}
.home-page .btn-see-offers:hover,
.home-page .btn-see-offers:focus,
.home-page .btn-see-offers:active {
	background-color: #e23d11;
	color: #ffffff;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}
/* ——— Our Shop ——— */
.home-page .our-shop {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	padding: 80px 40px;
	background: linear-gradient(to right, #54b3dc 0%, #df4218 100%);
	color: #FFFFFF;
	box-sizing: border-box;
}
.home-page .shop-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.home-page .shop-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.home-page .shop-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}
.home-page .shop-logos {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}
.home-page .shop-logos img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.home-page .shop-separator {
	width: 80px;
	height: 3px;
	background: #fff;
	margin: 20px 0 30px;
}
.home-page .shop-description {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 26px;
	width: 1000px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-bottom: 30px;
}
.home-page .shop-description p {
	margin: 0 0 15px 0;
}
.home-page .btn-shop .btn-shop-link {
	background-color: transparent;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 12px 20px;
	border-radius: 6px;
	border: 2px solid #fff;
	text-decoration: none !important;
	display: inline-block;
	transition: none;
}
.home-page .btn-shop .btn-shop-link:hover,
.home-page .btn-shop .btn-shop-link:active,
.home-page .btn-shop .btn-shop-link:focus {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
	text-decoration: none !important;
}
/* ——— Our Process ——— */
.home-page .our-process {
	padding: 80px 0;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #fff;
}
.home-page .process-title {
	font-weight: 600;
	font-size: 64px;
	color: #000000;
	margin-bottom: 50px;
	line-height: 1.2;
}
.home-page .process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.home-page .process-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
	padding: 30px 20px;
	height: 100%;
}
.home-page .process-icon {
	width: 100px;
	height: 100px;
	background: #5DADE2;
	border-radius: 50%;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.home-page .process-column h3 {
	font-weight: 600;
	font-size: 22px;
	color: #000000;
	margin-bottom: 15px;
	line-height: 1.3;
}
.home-page .process-column p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	margin-bottom: 25px;
	line-height: 1.5;
}
.home-page .process-column .wp-block-buttons {
	margin-top: auto;
}
.home-page .process-column .btn-secondary .wp-block-button__link {
	background: #e23d11;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 400;
	font-size: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}
.home-page .process-column .btn-secondary .wp-block-button__link:hover {
	transform: translateY(-2px);
}
/* ——— Sample Card Section ——— */
.home-page .sample-cards {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding-top: 210px;
	height: 760px;
	overflow: visible;
	background: white;
	top: -40px;
	margin-bottom: -40px;
}
.home-page .sample-cards h2 {
	position: absolute;
	left: 66px;
	top: 40px;
	width: 100%;
	height: 192px;
	font-family: 'Poppins', sans-serif;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
	text-align: left;
	margin: 0;
}
.home-page .sample-cards .separator {
	position: absolute;
	left: 68px;
	top: 140px;
	width: 80px;
	height: 3px;
	background-color: #53b3dc;
}
.home-page .sample-cards .description {
	position: absolute;
	left: 66px;
	top: 160px;
	width: 670px;
	height: 144px;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
	text-align: left;
	margin: 0;
}
.home-page .sample-cards .sample-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.home-page .sample-cards {
		padding-top: 60px;
		padding-bottom: 20px;
		height: fit-content;
		text-align: center;
	}
	.home-page .sample-cards h2 {
		font-size: 32px;
		position: relative;
		left: 5px;
		top: -90px;
		height: auto;
	}
	.home-page .sample-cards .separator {
		position: relative;
		left: 5px;
		top: -80px;
		margin-bottom: 20px;
	}
	.home-page .sample-cards .description {
		position: relative;
		left: 5px;
		top: -90px;
		margin-bottom: -190px;
		width: 80%;
		height: auto;
		font-size: 16px;
	}
	.home-page .sample-cards .sample-card-grid {
		grid-template-columns: 1fr;
	}
}
/* ——— Why Choose Us ——— */
.home-page .why-choose {
	padding: 40px 0;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background-color: #ffffff;
}
.home-page .choose-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 64px;
	color: #000000;
	margin-bottom: 50px;
	line-height: 1.2;
	text-align: left;
}
.home-page .choose-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
	width: 100vw;
	margin: 0 auto;
	position: relative;
}
.home-page .choose-stats {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: flex-start;
}
.home-page .stat-item {
	text-align: left;
}
.home-page .stat-number {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 50px;
	color: #53B3DC;
	line-height: 1.2;
	margin-left: 100px;
}
.home-page .stat-label {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #000000;
	margin-top: 8px;
	line-height: 1.2;
	margin-left: 100px;
}
.home-page .choose-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.home-page .choose-right {
	align-self: start;
	display: flex;
	align-items: flex-start;
}
/* Testimonial card */
.home-page .testimonial-card {
	background: #fff;
	padding: 60px 40px 40px;
	border-radius: 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 125px;
	right: 250px;
}
.home-page .testimonial-image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.home-page .testimonial-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Navegación flechas */
.home-page .carousel-nav-testimonial {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	transform: translateY(-50%);
	pointer-events: none;
}
.home-page .carousel-arrow {
	background: none;
	border: none;
	font-size: 32px;
	color: #ccc;
	cursor: pointer;
	padding: 6px 12px;
	pointer-events: auto;
	transition: color 0.3s ease;
}
/* Contenido dinámico del carrusel */
.home-page .testimonial-dynamic-content {
	transition: opacity 0.5s ease;
}
/* Estrellas */
.home-page .stars {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 10px 0 20px;
}
.home-page .star {
	width: 25px;
	height: 25px;
	font-size: 25px;
	color: #F39C12;
	line-height: 1;
	user-select: none;
	pointer-events: none;
}
.home-page .star.empty {
	color: #ccc;
}
/* Nombre y texto */
.home-page .testimonial-name {
	font-weight: 600;
	font-size: 28px;
	color: #E74C3C;
	margin: 10px 0 15px;
}
.home-page .testimonial-text {
	font-weight: 400;
	font-size: 18px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 25px;
	font-style: italic;
	padding: 0 10px;
	text-align: center;
}
.home-page .why-choose-btn {
	background-color: #e23d11;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 16px 32px;
	border-radius: 8px;
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 40px auto;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: none;
}
/* ——— Gender Determination ——— */
.home-page .gender-determination {
	padding: 0;
	background: url('https://dev.iqbirdtesting.com/wp-content/uploads/2025/06/2-scaled.webp') no-repeat;
	background-size: cover;
	background-position: left top;
	position: relative;
	height: 717px;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	overflow: visible;
}
.home-page .gender-determination .container {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.home-page .gender-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 64px;
	color: #FFFFFF;
	margin: 0;
	line-height: 1.2;
	max-width: 743px;
	position: absolute;
	top: 254px;
	left: 20px;
	z-index: 2;
}
.home-page .gender-determination-buttons {
	position: absolute;
	top: 574px;
	left: 20px;
	z-index: 2;
}
.home-page .gender-determination-btn {
	background-color: #e23d11;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 16px 32px;
	border-radius: 8px;
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 40px auto;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: none;
}
/* ——— Our Location ——— */
.home-page .our-location {
	padding: 40px 0;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #fff;
}
.home-page .location-title {
	font-weight: 600;
	font-size: 64px;
	color: #000000;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 40px;
	line-height: 1.3;
}
.home-page .location-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 80px;
	align-items: center;
}
.home-page .location-map img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.home-page .location-info {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.home-page .location-logo {
	width: 150px;
	height: 150px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.home-page .location-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
}
.home-page .info-item {
	margin-bottom: 25px;
}
.home-page .info-label {
	font-weight: 600;
	font-size: 32px;
	text-align: left;
	color: #53b2db;
	margin-bottom: 5px;
}
.home-page .info-text {
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	text-align: left;
	line-height: 1.5;
}
/* =====================================================
RESPONSIVE DESIGN - MEDIA QUERIES
===================================================== */
/* ——— TABLET (max-width: 1024px) ——— */
/* --- Hero Section --- */
@media (max-width: 1024px) {
	.home-page .hero {
		min-height: 700px;
		padding-top: 100px;
	}
	.home-page .hero-content {
		transform: translateY(-200px);
	}
	.home-page .hero h1 {
		font-size: 36px;
		width: 500px;
		left: 40px;
		top: 200px;
	}
	.home-page .hero .subtitle {
		font-size: 22px;
		width: 300px;
		left: 40px;
		top: 380px;
	}
	.home-page .hero .description {
		font-size: 18px;
		width: 600px;
		left: 40px;
		top: 450px;
	}
	.home-page .hero .btn-primary .wp-block-button__link {
		left: 40px;
		top: 520px;
		width: 170px;
		height: 48px;
		font-size: 18px;
	}
	.home-page .price-circle {
		width: 200px;
		height: 200px;
		left: 260px;
		top: 440px;
	}
	.home-page .price-circle .starting-text {
		font-size: 24px;
	}
	.home-page .price-circle .price-text {
		font-size: 36px;
	}
}
/* --- Top Sellers Section --- */
@media (max-width: 1024px) {
	.home-page .top-sellers {
		height: 600px;
		padding-top: 150px;
	}
	.home-page .top-sellers h2 {
		font-size: 48px;
		width: 400px;
		left: 40px;
	}
	.home-page .separator {
		left: 40px;
	}
	.home-page .top-sellers .description {
		font-size: 26px;
		width: 500px;
		left: 40px;
		top: 220px;
	}
	.home-page .bird-image {
		width: 700px;
		right: -50px;
	}
}
/* --- Services Section --- */
@media (max-width: 1024px) {
	.home-page .services-section {
		grid-template-columns: 1fr;
		gap: 30px;
		justify-items: center;
		padding: 0 40px;
	}
	.home-page .service-card {
		width: 100%;
		max-width: 500px;
		height: auto;
		min-height: 400px;
	}
	.home-page .service-card h3 {
		font-size: 28px;
	}
	.home-page .service-card p {
		font-size: 20px;
	}
}
/* --- Our Shop Section --- */
@media (max-width: 1024px) {
	.home-page .our-shop {
		padding: 60px 30px;
	}
	.home-page .shop-title {
		font-size: 36px;
	}
	.home-page .shop-logos {
		gap: 20px;
	}
	.home-page .shop-logos img {
		width: 80px;
		height: 80px;
	}
	.home-page .shop-description {
		font-size: 22px;
		width: 100%;
	}
}
/* --- Process Section --- */
@media (max-width: 1024px) {
	.home-page .process-title {
		font-size: 48px;
	}
	.home-page .process-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
}
/* --- Why Choose Us Section --- */
@media (max-width: 1024px) {
	.home-page .choose-title {
		font-size: 48px;
	}
	.home-page .choose-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.home-page .testimonial-card {
		right: 0;
		margin-top: 50px;
	}
	.home-page .stat-number {
		font-size: 40px;
		margin-left: 50px;
	}
	.home-page .stat-label {
		font-size: 26px;
		margin-left: 50px;
	}
}
/* --- Gender Determination Section --- */
@media (max-width: 1024px) {
	.home-page .gender-determination {
		height: 500px;
	}
	.home-page .gender-title {
		font-size: 48px;
		top: 150px;
	}
	.home-page .gender-determination-buttons {
		top: 400px;
	}
}
/* --- Location Section --- */
@media (max-width: 1024px) {
	.home-page .location-title {
		font-size: 48px;
	}
	.home-page .location-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.home-page .info-label {
		font-size: 26px;
	}
	.home-page .info-text {
		font-size: 20px;
	}
}
/* ——— MOBILE (max-width: 767px) ——— */
/* --- Hero Section --- */
@media (max-width: 767px) {
	.home-page .hero {
		min-height: 600px;
	}
	.home-page .hero h1 {
		font-size: 22px;
		width: 400px;
		left: 20px;
		top: 240px;
		position: relative;
	}
	.home-page .hero h1 hero-line2 {
		font-size: 22px;
		width: 400px;
		left: 20px;
		top: 260px;
		position: relative;
	}
	.home-page .hero .subtitle {
		font-size: 18px;
		width: 350px;
		left: -30px;
		top: 180px;
		position: relative;
	}
	.home-page .hero .description {
		font-size: 16px;
		width: 320px;
		left: 20px;
		top: 180px;
		position: relative;
	}
	.home-page .hero .btn-primary .wp-block-button__link {
		left: 20px;
		top: 280px;
		width: 150px;
		height: 44px;
		font-size: 16px;
		position: relative;
	}
	.home-page .price-circle {
		width: 150px;
		height: 150px;
		left: 340px;
		top: 240px;
		position: relative;
	}
	.home-page .price-circle .starting-text {
		font-size: 18px;
	}
	.home-page .price-circle .price-text {
		font-size: 24px;
	}
    .home-page .price-circle .price-sample-text {
        font-size: 16px;
    }
    .home-page .description-note {
        position: absolute;
        left: 100px;
        top: 590px;
        width: auto;
        height: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        line-height: 1.5;
        margin: 0;
    }
}
/* --- Top Sellers Section --- */
@media (max-width: 767px) {
	.home-page .top-sellers {
		height: 500px;
		padding-top: 100px;
	}
	.home-page .top-sellers h2 {
		font-size: 32px;
		width: 280px;
		left: 20px;
		top: 20px;
		text-align: left;
	}
	.home-page .separator {
		left: 20px;
		top: 80px;
		text-align: left;
	}
	.home-page .top-sellers .description {
		font-size: 18px;
		width: 320px;
		left: 20px;
		top: 120px;
		text-align: left;
	}
	.home-page .bird-image {
		width: 400px;
		top: 160px;
		align-items: right;
	}
}
/* --- Services Section --- */
@media (max-width: 767px) {
	.home-page .services-section {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 10px;
	}
	.home-page .service-card {
		width: 90%;
		height: auto;
		min-height: 350px;
		padding: 20px 20px;
		margin-right: 20px;
	}
	.home-page .service-card h3 {
		font-size: 24px;
		margin-top: 20px;
	}
	.home-page .service-card p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.home-page .service-btn {
		width: 240px;
		height: 44px;
		font-size: 14px;
	}
	.home-page .top-seller-badge {
		width: 80px;
		height: 80px;
		left: -25px;
		top: -25px;
		font-size: 16px;
	}
}
/* --- DNA Carousel Section --- */
@media (max-width: 767px) {
	.home-page .carousel-container {
		padding: 0 20px;
	}
	.home-page .carousel-card {
		min-width: 100%;
		padding: 15px;
	}
	.home-page .carousel-card img,
	.home-page .carousel-card figure {
		width: 80px;
		height: 80px;
	}
	.home-page .simple-dna-carousel .btn-primary {
		width: 240px;
		height: 44px;
		font-size: 14px;
	}
	.home-page .carousel-button.prev {
		left: 5px;
	}
	.home-page .carousel-button.next {
		right: 5px;
	}
}
/* --- Our Shop Section --- */
@media (max-width: 767px) {
	.home-page .our-shop {
		padding: 40px 20px;
	}
	.home-page .shop-title-wrapper {
		flex-direction: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		font-size: 24px;
		text-align: left;
	}
	.home-page .shop-logos {
		justify-content: right;
		gap: 15px;
	}
	.home-page .shop-logos img {
		width: 50px;
		height: 50px;
	}
	.home-page .shop-description {
		font-size: 16px;
		text-align: left;
		;
	}
	.home-page .btn-shop .btn-shop-link {
		font-size: 16px;
		padding: 10px 16px;
	}
}
/* --- Process Section --- */
@media (max-width: 767px) {
	.home-page .process-title {
		font-size: 32px;
		text-align: left;
		margin-bottom: 30px;
	}
	.home-page .process-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.home-page .process-column {
		padding: 20px 15px;
	}
	.home-page .process-icon {
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
	}
	.home-page .process-column h3 {
		font-size: 18px;
	}
	.home-page .process-column p {
		font-size: 14px;
	}
	.home-page .process-column .btn-secondary .wp-block-button__link {
		font-size: 12px;
		padding: 8px 16px;
	}
}
/* --- Why Choose Us Section --- */
@media (max-width: 767px) {
	.home-page .choose-title {
		font-size: 32px;
		text-align: left;
		margin-bottom: 30px;
		margin-top: -40px;
	}
	.home-page .choose-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.home-page .testimonial-card {
		right: 0;
		margin-top: 30px;
		padding: 40px 20px 30px;
		max-width: 320px;
		position: relative;
		text-align: center;
	}
	.home-page .testimonial-image {
		width: 80px;
		height: 80px;
		top: -40px;
	}
	.home-page .testimonial-name {
		font-size: 22px;
	}
	.home-page .testimonial-text {
		font-size: 16px;
		padding: 0 5px;
	}
	.home-page .stat-number {
		font-size: 32px;
		margin-left: 0;
		text-align: center;
	}
	.home-page .stat-label {
		font-size: 20px;
		margin-left: 0;
		text-align: center;
	}
	.home-page .choose-stats {
		text-align: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.home-page .carousel-nav-testimonial {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.home-page .carousel-arrow {
		font-size: 24px;
		pointer-events: auto;
		color: #aaa;
	}
}
/* --- Gender Determination Section --- */
@media (max-width: 767px) {
	.home-page .gender-determination {
		height: 400px;
		background-position: center;
	}
	.home-page .gender-title {
		font-size: 28px;
		top: 100px;
		left: 20px;
		max-width: 280px;
	}
	.home-page .gender-determination-buttons {
		top: 280px;
		left: 20px;
	}
}
/* --- Location Section --- */
@media (max-width: 767px) {
	.home-page .location-title {
		font-size: 32px;
		text-align: left;
		margin-top: 30px;
	}
	.home-page .location-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.home-page .location-logo {
		width: 100px;
		height: 100px;
		margin-bottom: 30px;
	}
	.home-page .info-label {
		font-size: 20px;
		text-align: center;
	}
	.home-page .info-text {
		font-size: 16px;
		text-align: center;
	}
	.home-page .carousel-arrow {
		padding-left: 0;
		padding-right: 0;
	}
}
/* --- Buttons --- */
@media (max-width: 767px) {
	.home-page .btn-see-offers {
		font-size: 16px;
		padding: 12px 24px;
	}
	.home-page .why-choose-btn {
		font-size: 16px;
		padding: 12px 24px;
	}
	.home-page .gender-determination-btn {
		font-size: 16px;
		padding: 12px 24px;
	}
}
/* ——— MOBILE SMALL (max-width: 480px) ——— */
/* --- Hero Section --- */
@media (max-width: 480px) {
	.home-page .hero h1 {
		font-size: 22px;
		width: 400px;
		left: 20px;
		top: 240px;
		position: relative;
	}
	.home-page .hero h1 hero-line2 {
		font-size: 22px;
		width: 400px;
		left: 20px;
		top: 260px;
		position: relative;
	}
	.home-page .hero .description {
		font-size: 16px;
		width: 320px;
		left: 20px;
		top: 180px;
		position: relative;
	}
	.home-page .hero .btn-primary .wp-block-button__link {
		left: 20px;
		top: 210px;
		width: 120px;
		height: 44px;
		font-size: 14px;
		position: relative;
	}
	.home-page .price-circle {
		width: 125px;
		height: 125px;
		left: 170px;
		top: 140px;
		position: relative;
	}
	.home-page .price-circle .starting-text {
		font-size: 14px;
	}
	.home-page .price-circle .price-text {
		font-size: 18px;
	}
    .home-page .price-circle .price-sample-text {
        font-size: 10px;
    }
}
/* --- Top Sellers Section --- */
@media (max-width: 480px) {
	.home-page .top-sellers h2 {
		font-size: 28px;
		width: 250px;
		text-align: left;
	}
	.home-page .separator {
		top: 90px;
	}
	.home-page .top-sellers .description {
		font-size: 16px;
		width: 280px;
		top: 120px;
		bottom: -20px;
		text-align: left;
	}
	.home-page .bird-image {
		width: 300px;
		right: 0px;
		bottom: -30px;
	}
}
/* --- Our Shop Section --- */
@media (max-width: 480px) {
	.home-page .shop-title-wrapper {
		font-size: 24px;
		text-align: left;
		padding-left: 0px;
	}
	.home-page .shop-description {
		font-size: 14px;
		text-align: left;
	}
	.home-page .shop-logos img {
		width: 50px;
		height: 50px;
	}
}
/* --- Process Section --- */
@media (max-width: 480px) {
	.home-page .process-title {
		font-size: 28px;
		text-align: left;
	}
}
/* --- Why Choose Us Section --- */
@media (max-width: 480px) {
	.home-page .choose-title {
		font-size: 28px;
		text-align: left;
	}
}
/* --- Gender Determination Section --- */
@media (max-width: 480px) {
	.home-page .gender-title {
		font-size: 24px;
		max-width: 250px;
	}
}
/* --- Location Section --- */
@media (max-width: 480px) {
	.home-page .location-title {
		font-size: 28px;
		text-align: left;
	}
}
/* --- Testimonial Card --- */
@media (max-width: 480px) {
	.home-page .testimonial-card {
		max-width: 280px;
		padding: 30px 15px 20px;
	}
	.home-page .stat-number {
		font-size: 28px;
	}
	.home-page .stat-label {
		font-size: 18px;
	}
}
/* --- TRADUCCIÓN ---*/
/* == HOME == */
html[lang="es"] .home-page .top-sellers h2 {
	font-size: 52px;
	width: 600px;
}
html[lang="es"] .home-page .top-seller-badge {
	font-size: 16px;
}
html[lang="es"] .home-page .service-card p {
	font-size: 20px;
}
html[lang="es"] .home-page .process-column .btn-secondary .wp-block-button__link {
	font-size: 12px;
}
html[lang="es"] .home-page .sample-cards .description {
	width: 950px;
}
/* == RESPONSIVE == */
@media (max-width: 480px) {
	html[lang="es"] .home-page .hero .btn-primary .wp-block-button__link {
		width: 140px;
		font-size: 10px;
	}
    html[lang="es"] .home-page .price-circle .price-sample-text {
		font-size: 8px;
	}
    html[lang="es"] .home-page .description-note {
		left: 80px;
		font-size: 10px;
	}
    
	html[lang="es"] .home-page .top-sellers h2 {
		font-size: 24px;
		width: 250px;
	}
	html[lang="es"] .home-page .separator {
		top: 110px;
	}
	html[lang="es"] .top-sellers .description {
		width: 300px;
	}
	html[lang="es"] .home-page .top-seller-badge {
		font-size: 8px;
		width: 60px;
		height: 60px;
	}
	description html[lang="es"] .home-page .shop-title {
		font-size: 44px;
	}
	html[lang="es"] .home-page .sample-cards h2 {
		font-size: 28px;
	}
	html[lang="es"] .home-page .sample-cards .separator {
		top: -80px;
	}
	html[lang="es"] .home-page .sample-cards .description {
		width: 380px;
		font-size: 20px;
	}
	html[lang="es"] .home-page .sample-cards p {
		font-size: 14px;
	}
}
/* == QUANTITY == */
html[lang="en"] .woocommerce .quantity::before {
	content: "Quantity";
}
html[lang="es"] .woocommerce .quantity::before {
	content: "Cantidad";
}
/* == OCULTAR BOTÓN CART== */
html[lang="es"] .custom-cart-page a.button[title="Carrito vacío"] {
	display: none !important;
}
