@charset "UTF-8";
body {
	background: #fefcfb;
}
div#page {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

header#masthead {
	background: #fefcfb;
	width: 100%;
}
header#masthead .site-branding {
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 0;
}
header#masthead .site-branding img.custom-logo {
	height: 40px;
	width: auto;
}

nav#site-navigation {
	max-width: 1300px;
	margin: 0 auto;
}

#primary {
	max-width: 1300px;
	margin: 0 auto;
	flex-grow: 1;
}

/* Carousel Styles */
/* ── Contenedor ──────────────────────────── */
.carousel-section {
	position: relative;
	h2 {
		color: #e14a75;
	}
}

/* ── Track (el ul) ───────────────────────── */
.carousel {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	scrollbar-width: none; /* Firefox */
}

.carousel::-webkit-scrollbar {
	display: none;
} /* Chrome/Safari */
/* ── Slides (los li) ─────────────────────── */
.carousel__slide {
	flex: 0 0 24%; /* 1 slide visible */
	scroll-snap-align: start;
	flex-direction: column;
	/* tus estilos de contenido aquí */
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel__slide h3 {
	color: #fff;
	font-size: 3rem;
	text-shadow:
		1px 1px 2px rgba(0, 0, 0, 0.9),
		-1px -1px 2px rgba(0, 0, 0, 0.9),
		1px -1px 2px rgba(0, 0, 0, 0.9),
		-1px 1px 2px rgba(0, 0, 0, 0.9);
	padding: 0.5rem;
	margin: 5px;
}
.carousel__slide h3#shortInicioh3 {
	font-size: 2.4rem;
}
.carousel__slide .inicioMas {
	background: #d89ca8;
	color: #fff;
	border: none;
	padding: 0.5rem 1rem;
	cursor: pointer;
	font-size: 1rem;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	border-radius: 4px;
}
.carousel__slide .inicioMas:hover {
	background: rgb(201.5869565217, 119.4130434783, 135.847826087);
}

/* ── Botones prev / next ─────────────────── */
.carousel-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.carousel-btn--prev {
	left: -50px;
}

.carousel-btn--next {
	right: -50px;
}

.carousel-btn:disabled {
	opacity: 0.3;
	pointer-events: none;
}

/* ── Dots ────────────────────────────────── */
.carousel-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 1rem;
}

.carousel-dots__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	border: none;
	cursor: pointer;
	padding: 0;
}

.carousel-dots__dot.is-active {
	background: currentColor;
	transform: scale(1.4);
}

/*-- compromisos ─────────────────────────────── */
#compromisos {
	width: 100%;
}
#compromisos #comproTitle {
	text-align: center;
	font-size: 2.5rem;
	color: #e14a75;
	margin: 2rem 0 1rem;
}
#compromisos #comproWrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 2rem;
	margin: 2rem 0;
}
#compromisos #comproWrap .comproItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}
#compromisos #comproWrap .comproItem .pompreImgWrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #d89ca8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	background-color: #e9dcde;
}
#compromisos #comproWrap .comproItem img {
	width: 100%;
	height: auto;
}
#compromisos #comproWrap .comproItem h4 {
	font-size: 1.2rem;
	color: #e14a75;
	margin: 5px 0;
}
#compromisos #comproWrap .comproItem p {
	font-size: 1rem;
	color: #333;
	text-align: center;
	margin: 0;
}

/*-- fin compromisos ─────────────────────────────── */
/*-- Footer ─────────────────────────────── */
footer#colophon {
	padding: 20px 0;
	width: 100% !important;
}
footer#colophon #footerInWrap {
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	color: #e14a75;
}
footer#colophon #footerInWrap article.footer-col ul {
	margin: 0;
	padding: 0;
}
footer#colophon #footerInWrap article.footer-col ul li {
	list-style: none;
	margin-bottom: 0.5rem;
}
footer#colophon #footerInWrap article.footer-col ul li a {
	color: #5d1113;
	text-decoration: none;
}
footer#colophon #footerInWrap article.footer-col ul li a:hover {
	text-decoration: underline;
}
footer#colophon #footerInWrap article.footer-col ul li p {
	margin: 0;
	color: black;
}

/*////////////////////////////////////////////////////////////////////
// destino
////////////////////////////////////////////////////////////////////*/
#destino {
	position: fixed;
	top: 3vh;
	right: 10px;
	padding: 5px 10px;
	background: #d89ca8;
	color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
#destino button#cambioDestino {
	background: #5d1113;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 10px;
	font-size: 0.9rem;
}
#destino button#cambioDestino:hover {
	background: rgb(49.8818181818, 9.1181818182, 10.1909090909);
}
#destino h5 {
	margin: 0;
	font-size: 1rem;
}

/*////////////////////////////////////////////////////////////////////
// productos
////////////////////////////////////////////////////////////////////*/
.woocommerce-result-count {
	margin: 10px 0;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0;
	padding: 20px 0;
	list-style: none;
}
.woocommerce ul.products .woocommerce-loop-product__title {
	margin-block-start: 0.5em;
	margin-block-end: 0.2em;
}
.woocommerce ul.products .woocommerce-LoopProduct-link {
	color: #5d1113;
	text-decoration: none;
}
.woocommerce ul.products .woocommerce-LoopProduct-link:hover {
	color: rgb(49.8818181818, 9.1181818182, 10.1909090909);
}
.woocommerce ul.products .product_type_simple.add_to_cart_button {
	color: #d89ca8;
}

.woocommerce ul.products li.product {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 479px) {
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
} /*# sourceMappingURL=custom.css.map */
/* ============================================
   WOOCOMMERCE PRODUCT GALLERY
   ============================================ */

.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 2rem;
}

/* ---- Viewport principal ---- */
.woocommerce-product-gallery .flex-viewport {
	border-radius: 8px;
	overflow: hidden;
	background: #f7f7f7;
}

/* ---- Imagen principal ---- */
.woocommerce-product-gallery__wrapper {
	margin: 0;
	padding: 0;
}

.woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* ---- Trigger de zoom (lupa) ---- */
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.woocommerce-product-gallery__trigger:hover {
	background: #fff;
	transform: scale(1.05);
}

.woocommerce-product-gallery__trigger::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border: 2px solid #333;
	border-radius: 50%;
	transform: translate(-60%, -60%);
	text-indent: 0;
}

.woocommerce-product-gallery__trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 2px;
	background: #333;
	transform: translate(10%, 10%) rotate(45deg);
	text-indent: 0;
}

/* ============================================
   THUMBNAILS (flex-control-thumbs)
   ============================================ */

.flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.flex-control-thumbs li {
	flex: 0 0 calc(20% - 8px); /* 5 por fila */
	max-width: calc(20% - 8px);
	cursor: pointer;
	opacity: 0.6;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}

.flex-control-thumbs li:hover,
.flex-control-thumbs li.flex-active {
	opacity: 1;
}

.flex-control-thumbs li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	border: 2px solid transparent;
	transition: border-color 0.2s ease;
}

.flex-control-thumbs li.flex-active img {
	border-color: #007cba; /* Ajusta a tu color primario */
}

/* ============================================
   FLECHAS DE NAVEGACIÓN (FlexSlider)
   ============================================ */

.woocommerce-product-gallery .flex-direction-nav {
	display: none; /* Ocultas por defecto, útiles si hay múltiples imágenes */
}

.woocommerce-product-gallery:hover .flex-direction-nav {
	display: block;
}

.woocommerce-product-gallery .flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
	background: #fff;
	transform: scale(1.1);
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev {
	left: 12px;
}

.woocommerce-product-gallery .flex-direction-nav .flex-next {
	right: 12px;
}

/* Flechas con iconos CSS */
.woocommerce-product-gallery .flex-direction-nav a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	text-indent: 0;
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
	transform: translate(-30%, -50%) rotate(-45deg);
}

.woocommerce-product-gallery .flex-direction-nav .flex-next::before {
	transform: translate(-70%, -50%) rotate(135deg);
}

/* ============================================
   SIN IMAGEN (placeholder)
   ============================================ */

.woocommerce-product-gallery--without-images
	.woocommerce-product-gallery__wrapper {
	display: none;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
	.flex-control-thumbs li {
		flex: 0 0 calc(25% - 7.5px); /* 4 por fila en tablet */
		max-width: calc(25% - 7.5px);
	}

	.woocommerce-product-gallery .flex-direction-nav {
		display: none !important; /* Sin flechas en móvil */
	}
}

@media (max-width: 480px) {
	.flex-control-thumbs li {
		flex: 0 0 calc(33.333% - 6.67px); /* 3 por fila en móvil */
		max-width: calc(33.333% - 6.67px);
	}
}

/* ============================================
   LAYOUT: GALERÍA + SUMMARY (single product)
   ============================================ */

/* Si quieres forzar un layout específico en single-product */
.woocommerce-breadcrumb {
	padding: 10px 0;
	color: #5d1113;
	a:link,
	a:visited {
		color: #5d1113;
	}
	a:hover {
		color: rgb(49.8818181818, 9.1181818182, 10.1909090909);
	}
}
.onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 10px;
	border-radius: 50%;
	background: #e14a75;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6rem;
	z-index: 10;
	transform: rotate(-15deg);
}
.single-product .product {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	/*============================================
	 SUMMARY
	 ============================================ */
	.summary {
		.price {
			font-size: 1.5rem;
			color: #e14a75;
			margin: 0.5em 0 !important;
		}
		.product_title {
			font-size: 2rem;
			color: black;
			margin: 0.4em 0;
		}
		.product_meta {
			span {
				display: block;
				margin-bottom: 0.5em;
			}
			.sku {
				display: inline;
				font-weight: 600;
			}
			a:link,
			a:visited {
				color: #e14a75;
			}
			a:hover {
				color: rgb(49.8818181818, 9.1181818182, 10.1909090909);
			}
		}
		.single_add_to_cart_button {
			background-color: #e14a75;
			color: #fff;
			border: none;
			padding: 15px 20px;
			border-radius: 8px;
			cursor: pointer;
			transition: background-color 0.3s ease;
		}
		.single_add_to_cart_button:hover {
			background-color: #c13b63;
		}
		.summary-banner {
			margin-top: 2rem;
			padding: 0 1rem;
			background-color: #ffe2e3;
			display: flex;
			align-items: center;
			justify-content: space-between;
			article {
				display: flex;
				align-items: center;
				gap: 1rem;
				justify-content: space-between;
			}
			img {
				height: 50px;
			}
			article:nth-child(2) img {
				height: 70px;
			}
		}
	}
}

.single-product .woocommerce-product-gallery {
	flex: 0 0 48%;
	max-width: 48%;
}

.single-product .summary.entry-summary {
	flex: 0 0 48%;
	max-width: 48%;
}

@media (max-width: 768px) {
	.single-product .woocommerce-product-gallery,
	.single-product .summary.entry-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* ============================================
   WOOCOMMERCE TABS
   ============================================ */

.woocommerce-tabs {
	margin-top: 3rem;
	margin-bottom: 3rem;
	width: 100%;
}

/* ---- Lista de tabs ---- */
.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -1px 0; /* -1px para pegar el borde al panel */
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #e5e5e5;
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after {
	display: none; /* WooCommerce añade pseudo-elements feos por defecto */
}

.woocommerce-tabs ul.tabs li {
	position: relative;
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 12px 24px !important;
	color: #666;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: 2px solid transparent;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	background: transparent;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease;
}

.woocommerce-tabs ul.tabs li a:hover {
	color: #333;
	background: #f9f9f9;
}

/* Tab activa */
.woocommerce-tabs ul.tabs li.active a {
	color: #007cba; /* Cambia por tu color primario */
	background: #fff;
	border-color: #e5e5e5;
	border-bottom: 2px solid #fff; /* Truco para "fondo infinito" */
	margin-bottom: -2px;
}

/* ---- Paneles de contenido ---- */
.woocommerce-tabs .panel {
	display: none; /* WooCommerce maneja el display vía JS, pero por si acaso */
	padding: 2rem;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 8px 8px;
}

.woocommerce-tabs .panel.active,
.woocommerce-tabs .panel[role="tabpanel"]:not([hidden]) {
	display: block;
}

.woocommerce-tabs .panel h2,
.woocommerce-tabs .panel .woocommerce-Reviews-title {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #222;
}

.woocommerce-tabs .panel p {
	margin-bottom: 1rem;
	line-height: 1.7;
	color: #444;
}

.woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}

.woocommerce-Tabs-panel {
	margin: 0 !important;
}
/* ============================================
   TAB: INFORMACIÓN ADICIONAL (tabla de atributos)
   ============================================ */

.woocommerce-tabs .panel table.shop_attributes {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.woocommerce-tabs .panel table.shop_attributes th,
.woocommerce-tabs .panel table.shop_attributes td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.woocommerce-tabs .panel table.shop_attributes th {
	width: 30%;
	font-weight: 600;
	color: #333;
	background: #fafafa;
}

.woocommerce-tabs .panel table.shop_attributes td {
	color: #555;
}

.woocommerce-tabs .panel table.shop_attributes td p {
	margin: 0;
}

.woocommerce-tabs .panel table.shop_attributes tr:last-child th,
.woocommerce-tabs .panel table.shop_attributes tr:last-child td {
	border-bottom: none;
}

/* ============================================
   TAB: VALORACIONES (Reviews)
   ============================================ */

.woocommerce-Reviews {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.woocommerce-Reviews #comments {
	flex: 1 1 60%;
	min-width: 280px;
}

.woocommerce-Reviews #review_form_wrapper {
	flex: 1 1 35%;
	min-width: 280px;
}

/* Lista de reviews */
.woocommerce-Reviews .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-Reviews .commentlist li {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}

.woocommerce-Reviews .commentlist li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce-Reviews .comment_container {
	display: flex;
	gap: 1rem;
}

.woocommerce-Reviews .comment_container img.avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	flex-shrink: 0;
}

.woocommerce-Reviews .comment-text {
	flex: 1;
}

.woocommerce-Reviews .star-rating {
	margin-bottom: 0.5rem;
	color: #f5b70d; /* Color estrellas */
}

.woocommerce-Reviews .meta {
	margin-bottom: 0.5rem;
	font-size: 0.85rem;
	color: #777;
}

.woocommerce-Reviews .meta strong {
	color: #333;
}

/* Formulario de review */
#review_form #respond {
	background: #f9f9f9;
	padding: 1.5rem;
	border-radius: 8px;
}

#review_form #respond p {
	margin-bottom: 1rem;
}

#review_form #respond p.stars {
	margin-bottom: 0.5rem;
}

#review_form #respond label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 0.9rem;
}

#review_form #respond input[type="text"],
#review_form #respond input[type="email"],
#review_form #respond textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 1rem;
	background: #fff;
}

#review_form #respond textarea {
	min-height: 120px;
	resize: vertical;
}

#review_form #respond input[type="submit"] {
	padding: 12px 24px;
	background: #007cba;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
}

#review_form #respond input[type="submit"]:hover {
	background: #005a8a;
}

/* ============================================
   RESPONSIVE: Tabs en móvil
   ============================================ */

@media (max-width: 768px) {
	.woocommerce-tabs ul.tabs {
		flex-direction: column;
		border-bottom: none;
	}

	.woocommerce-tabs ul.tabs li {
		margin: 0 0 4px 0;
		width: 100%;
	}

	.woocommerce-tabs ul.tabs li a {
		border: 2px solid #e5e5e5;
		border-radius: 6px;
		text-align: center;
	}

	.woocommerce-tabs ul.tabs li.active a {
		border-color: #007cba;
		border-bottom: 2px solid #007cba;
		margin-bottom: 0;
	}

	.woocommerce-tabs .panel {
		border: 2px solid #e5e5e5;
		border-radius: 8px;
		margin-top: -4px;
	}

	.woocommerce-Reviews {
		flex-direction: column;
	}

	.woocommerce-Reviews #comments,
	.woocommerce-Reviews #review_form_wrapper {
		flex: 1 1 100%;
	}
}
/* ============================================
   WOOCOMMERCE QUANTITY INPUT
   ============================================ */

.quantity {
	display: inline-flex;
	align-items: center;
	border: 2px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: border-color 0.2s ease;
}

.quantity:focus-within {
	border-color: #007cba; /* Tu color primario */
}

/* Botones +/- */
.quantity .minus,
.quantity .plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #f7f7f7;
	border: none;
	color: #333;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
	transition:
		background 0.2s ease,
		color 0.2s ease;
	user-select: none;
}

.quantity .minus:hover,
.quantity .plus:hover {
	background: #007cba;
	color: #fff;
}

.quantity .minus {
	border-right: 1px solid #e5e5e5;
}

.quantity .plus {
	border-left: 1px solid #e5e5e5;
}

/* Input de cantidad */
.quantity .qty {
	width: 60px;
	height: 44px;
	padding: 0;
	border: none;
	background: transparent;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	-moz-appearance: textfield; /* Firefox */
}

/* Ocultar flechas nativas del input number */
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity .qty:focus {
	outline: none;
}

/* Label accesible (WooCommerce la genera por defecto) */
.quantity label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ============================================
   EN EL LOOP / CARRITO (variantes más pequeñas)
   ============================================ */

.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
	width: 36px;
	height: 36px;
	font-size: 1rem;
}

.woocommerce-cart .quantity .qty {
	width: 50px;
	height: 36px;
	font-size: 0.95rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 480px) {
	.quantity .minus,
	.quantity .plus {
		width: 40px;
		height: 40px;
	}

	.quantity .qty {
		width: 50px;
		height: 40px;
	}
}

/*============================================
   tienda CSS
   ============================================ */
#content {
	background: #fdf7f7;
}
li.product {
	background: #fff;
	padding: 1rem;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	h2 {
		font-size: 1.5rem;
		font-weight: 100;
		margin-bottom: 0.5rem;
		color: black;
	}
	.price {
		color: #e25075;
		font-size: 1.2rem;
	}
	.button {
		width: 100%;
		background-image: url("https://holaflores.com.mx/wp-content/uploads/2026/08/add.svg");
		background-repeat: no-repeat;
		background-position: center right 10px;
		background-size: 30px;
		border: 1px solid #e5e5e5;
		padding: 0.5rem 1rem;
		border-radius: 20px;
		margin-top: 1.5rem;
	}
	.button:hover {
		background: #e25075;
	}
	a.add_to_cart_button:link,
	a.add_to_cart_button:visited {
		text-decoration: none;
	}
	a.add_to_cart_button:hover {
		color: #fff !important;
	}
}
.orderby {
	padding: 0.5rem 1rem;
	border-radius: 10px;
	color: #333;
}
