
body {
	font-family: "Roboto", sans-serif;
	transition: all 0.5s;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}

.copyright-text {
	text-transform: uppercase;
}

.main-button a {
	background-color: #67140c;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
}
.main-button a:hover {
	opacity: 0.7;
}
.section-heading {
	margin-top: 40px;
	margin-bottom: 20px;
}
.section-heading .line-dec {
	width: 30px;
	height: 5px;
	background-color: #67140c;
}
.section-heading h1 {
	font-size: 25px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
}

/* Pre Header Style */
#pre-header {
	background-color: #67140c;
	
}
#pre-header span {
	font-family: "Rouge Script", cursive !important;
	color: #fff;
	font-size: 45px;
	padding: 0px;
	display: inline-block;
}

.contacto {
	background-color: #ecedcd;
	text-align: center;

}

.contacto span {
	font-family: "Roboto" !important;
	color: #67140c;
	font-size: 35px;
	padding: 1px 0px;
	display: inline-block;
	text-align: center;
}

/* Header Style 
.navbar .navbar-brand {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 25px 0px;
} */
.bg-dark {
	background-color: #fff!important;
	border-bottom: 1px solid #eee;
}
/*
#navbarResponsive {
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 105px;
	transform: translateX(-50%);
}
*/
.navbar-dark .navbar-nav .nav-item {
	margin: 0px 5px;
}
.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #67140c;
	transition: all 0.5s;
	box-shadow:transparent;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #efbe35;
	transform: scale(1.2);
	
}

.navbar-dark .navbar-toggler-icon {
	background-image: none;
}
.navbar-dark .navbar-toggler {
	border-color: #67140c;
	background-color: #67140c;	
	height: 50px;
	outline: none;
}
.navbar-dark .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	font-family: 'FontAwesome';
}
/* Banner Style */
.banner {
	background-image: url(../images/banner-bg12.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	/* 1. Definimos una altura flexible */
	height: 63vh;
	/* Altura del 65% de la ventana */
	min-height: 450px;

	/* 2. Convertimos el banner en un contenedor Flexbox */
	display: flex;
	align-items: center;
	/* <-- Esto centra el contenido VERTICALMENTE */
}

/* Hacemos que la columna ocupe toda la altura para alinear el botón */
.banner .col-md-12 {
	display: flex;
	justify-content: flex-start;
	/* <-- Esto alinea el botón a la IZQUIERDA */
}
.banner .caption h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
}
.banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #67140c;
}
.banner .caption p {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 20px;
}

/* Featured Style */
.featured-items {
	overflow: visible !important; 
	margin-bottom: 70px;
}
.featured-item {
	border-radius: 5px;
	border: 2px solid #f4e2b4;
	padding: 10px;
	transition: all 0.5s;
}
.featured-item:hover {
	
	width: 105%;
}
.featured-item img {
	width: 100%;
		aspect-ratio: 1 / 1;
		/* Mantiene la imagen cuadrada (puedes cambiarlo a 4/3, 16/9, etc.) */
		object-fit: cover;
}
.featured-item h4 {
	font-size: 17px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
	transition: all 0.5s;
	flex-grow: 1;
}
.featured-item:hover h4 {
	color: #67140c;
}
.featured-item h6 {
	color: #67140c;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
}
.owl-theme .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.owl-theme .owl-dots .active span {
	background-color: #67140c!important;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #aaa;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0px 5px;
	outline: none;
}

.owl-stage {
	display: flex;
	align-items: stretch;
	
}

.owl-item {
	display: flex;
	flex: 1 0 auto;
}



/*  sección de promoción */
.promo-section-wrapper {
	padding: 40px 0px;
}


.promo-section {
	width: 100%;
	height: 450px;
	min-height: 20px;
	background-color: #f4e2b4;
	/* Color que se muestra si no hay imagen */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}



@media (max-width: 767px) {
	.promo-image-container img {
		max-height: 250px;
		/* Altura máxima en pantallas pequeñas */
	}
}

/* Footer Style */
/* ----- Footer Base ----- */
.main-footer {
	margin-top: 10px;
	background-color: #67140c;
	color: #f4e2b4;
	padding: 40px 20px;
	font-family: 'Arial', sans-serif;
	border-top: 5px solid #edb61a;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.main-footer h2.footer-heading {
	font-size: 1.6rem;
	margin-bottom: 15px;
	color: #edb61a;
	border-bottom: 2px solid #edb61a;
	display: inline-block;
	padding-bottom: 5px;
}

.main-footer p,
.main-footer li,
.main-footer a {
	font-size: 1rem;
	color: #f4e2b4;
	text-decoration: none;
}

.main-footer a:hover {
	color: #f0ff46;
	text-decoration: underline;
}

/* ----- Listas ----- */
.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-list li {
	margin-bottom: 8px;
}

.footer-list i {
	margin-right: 8px;
	color: #edb61a;
}

/* ----- Contacto ----- */
.footer-contact-info i,
.footer-shipping-info i {
	color: #edb61a;
	margin-right: 8px;
}

/* ----- Redes Sociales ----- */
.footer-social-list {
	list-style: none;
	padding: 5;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-social-list li {
	margin: 0;
}
.ebay {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.footer-social-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	font-size: 2rem;
	color: #f4e2b4;
	background: #67140c;
	border-radius: 50%;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


.footer-social-list a:hover {
	background: #edb61a;
	color: #67140c;
	transform: scale(1.2);
	box-shadow: 0 0 15px #edb61a, 0 0 25px rgba(237, 182, 26, 0.6);
}

.footer-social {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	gap: 15px;
}



/* Estilo base para el texto "ebay" */
.ebay-text {
	color: #1e1e1e;
}


.ebay-text .first-letter {
	font-weight: bold;
	color: #67140c;
	
}
/* ----- Responsive ----- */
@media (max-width: 768px) {
	.main-footer {
		text-align: center;
	}

	.footer-social-icons a {
		margin: 5px;
	}
}

/* Sub Footer Style */
.sub-footer {
	border-top: 1px solid #eee;
	text-align: center;
}
.sub-footer p {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 60px;
}
.sub-footer a {
	color: #67140c;
	text-decoration: none;
}

/* Featured Page Style */
.featured-page {
	margin-top: 130px;
	margin-bottom: 40px;
}
.featured-page .section-heading {
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.featured-page .section-heading h1{

color: #67140c !important;
}

.featured-page #filters {
	margin-top: 15px;
	text-align: right;
}
.featured .featured-item {
	margin-bottom: 50px;
	text-decoration: none;
}
.featured .featured-item h4 {
	transition: all 0.5s;
}
.featured .featured-item:hover h4 {
	color: #67140c;
}
#filter button {
	outline: none;
}
#filter .btn-primary.focus,
.btn-primary:hover {
	color: #d19f15!important;
	box-shadow: none!important;
	transform: scale(1.2);
	transition: all 0.5s;
}
#filters .btn-primary {
	color: #67140c;
	border: none;
	font-size: 15px;
	font-weight: 700;
	background-color: transparent;
}


/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.page-navigation ul {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 30px  0px 0px 0px;
	margin: 0px 0px 80px 0px;
}
.page-navigation ul li {
	display: inline-block;
}
.page-navigation ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #eee;
	border-radius: 5px;
	font-weight: 700;
	color: #67140c;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.5s;
}
.page-navigation ul li a:hover,
.page-navigation ul li.current-page a {
	background-color: #67140c;
	border-color: #c3ac00;
	color: #fff;
}



/* Single Product Style */
.single-product .product-slider {
	padding: 20px;
	border: 1px solid #eee!important;
	border-radius: 5px;
}
.flexslider {
	border: none!important;
}
#carousel {
	margin-top: 20px;
}
#carousel .slides li {
	width: 150px!important;
}
.single-product .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
}
.single-product .right-content h6 {
	color: #67140c;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
}
.single-product .right-content p {
	margin-top: 20px;
	margin-bottom: 30px;
}
.single-product .right-content span {
	font-size: 14px;
	color: #67140c;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
}
.single-product .right-content label {
	font-size: 14px;
	color: #4a4a4a;
}
.single-product .right-content .quantity-text {
	margin-left: 10px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #4a4a4a;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid #eee;
}
.single-product .right-content .button {
	margin-left: 15px;
	cursor: pointer;
	background-color: #67140c;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}
.single-product .right-content .down-content span {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 8px;
	color: #aaa;
}
.single-product .right-content .down-content span a {
	color: #aaa;
	font-weight: 400;
	margin-left: 4px;
	transition: all 0.5s;
}
.single-product .right-content .down-content span a:hover {
	color: #67140c;
}
.single-product .right-content .down-content span a:hover i {
	background-color: #67140c;
}
.single-product .right-content .down-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.single-product .right-content .down-content .categories {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding: 10px 0px;
}
.single-product .right-content .down-content .share {
	border-top: 1px solid #eee;
	padding: 10px 0px;
}
.single-product .right-content .down-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}





/* About Us Style */
.about-page {
	font-family: "Nunito Sans",sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	margin-top: 50px;
    margin-bottom: 80px;
}

.about-page .right-content h4 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000000;
	border-bottom: 2px solid rgb(105, 2, 2);
}
.about-page .left-image img {
	max-width: 100%;
}
.about-page .right-content p {
	display: inline-block;
	margin-left: 8px;
	font-size: 19px;
	line-height: 28px;
}
.about-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.about-page .right-content .share {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.about-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.about-page .right-content span a:hover i {
	background-color: #67140c;
}





/* Contact Page Style */
.contact-page {
	margin-top: 50px;
    margin-bottom: 80px;
}
.contact-page .right-content input,
.contact-page .right-content textarea {
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 30px;
}
.contact-page .right-content input {
	height: 44px;
	line-height: 44px;
}
.contact-page .right-content textarea {
	height: 200px;
	max-height: 280px;
}
.contact-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.contact-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.contact-page .right-content .share {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.contact-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.contact-page .right-content span a:hover i {
	background-color: #67140c;
}
.contact-page .right-content .button {
	cursor: pointer;
	background-color: #67140c;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}






/* Responsive Style */
@media (max-width: 991px) {

	.banner {
		border-top: none;
		margin-top: 0px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 96px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(250,250,250,0.95);
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar-dark .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 15px 0px;
	}
	.featured-page #filters {
		text-align: right;
	} 
	.single-product .right-content {
		margin-top: 30px;
	}
	.about-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content .col-md-6,
	.contact-page .right-content .col-md-12 {
		padding: 0px;
	}
	.featured-page {
		margin-top: 80px;
	}
	.about-page,
	.contact-page {
		margin-top: 0px;
	}

}

@media (max-width: 767px) {

	.subscribe-form .main-content form input.button {
		margin-top: 20px;
	}
	.featured-page #filters {
		margin-top: 15px;
		text-align: left;
	} 



}

.featured-items {
	overflow: visible !important;
	
}
/* Contenedor principal del slider */
#slider.flexslider {
	max-height: 500px;
	overflow: hidden;
}

#slider.flexslider .slides img {
	width: 100%;
	height: 500px;
	object-fit: contain;
}
#carousel.flexslider {
	margin-top: 20px;
}

.contact-form-icon,
.text-secondary {
	color: #67140c !important;
	/* Tu color principal (rojo oscuro) */
}

/* 2. Cambiar el color del botón de envío */
.contact-form .btn-primary  {
	background-color: #67140c;
	/* Tu color principal */
	border-color: #67140c;
	color: #fff;
	/* Texto en blanco */
}

/* 3. Cambiar el color del botón al pasar el mouse (hover) */
.contact-form  .btn-primary:hover  {
	background-color: #1e1e1e;
	/* Un color oscuro para el hover */
	border-color: #1e1e1e;
}

.col-md-4.mb-5 a h5 {
	color: #1e1e1e;
	/* Color de texto normal (negro/gris oscuro) */
	transition: color 0.3s ease;
}

/* Estilo para cuando el mouse pasa por encima */
.col-md-4.mb-5 a:hover h5 {
	color: #9f2014;
	/* Tu color principal */
}

/* Estilo para los campos de texto y el área de mensaje */
.contact-form .form-control {
	border: 1px solid #DDDDDD;
	/* Borde inicial gris claro */
	margin-bottom: 20px;
	/* <-- Espacio entre cada campo */
	transition: border-color 0.3s ease;
}

/* Estilo para cuando el usuario hace clic en un campo (focus) */
.contact-form .form-control:focus {
	border-color: #FFC107;
	/* <-- Borde dorado/amarillo al seleccionar */
	box-shadow: none;
	/* Elimina el resplandor azul de Bootstrap */
}

/* --- Estilos para la Página del Carrito --- */
#cart_items {
	padding: 80px 0;
}

.cart-title {
	margin-bottom: 40px;
}

.cart_info .table.table-condensed thead tr {
	height: 60px;
	background-color: #67140c;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.cart_info .table.table-condensed tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

.cart_description h4 a {
	color: #1e1e1e;
	font-weight: bold;
}

.cart_price p,
.cart_total_price {
	font-size: 18px;
	color: #67140c;
}

.cart_quantity_input {
	width: 60px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.cart_quantity_delete a {
	font-size: 20px;
	color: #d9534f;
}

.total_area {
	margin-top: 20px;
	background: #f0f0f0;
	padding: 20px;
}

.total_area ul {
	list-style: none;
	padding: 0;
}

.total_area ul li {
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

.total_area ul li span {
	float: right;
	font-weight: bold;
}

/* --- Estilos para el botón "Agregar al Carrito" en la galería --- */
.featured-item .add-to-cart-form {
	margin-top: 15px;
	/* Espacio entre el precio y el botón */
}

.featured-item .add-to-cart-btn {
	width: 100%;
	background-color: #4d4b4b;
	/* Color oscuro por defecto */
	border-color: #1e1e1e;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.featured-item .add-to-cart-btn:hover {
	background-color: #67140c;
	/* Tu color principal al pasar el mouse */
	border-color: #67140c;
}
.featured-item h4 a {
	color: #1e1e1e;
	/* Color de texto normal (el mismo que el resto del sitio) */
	transition: color 0.3s ease;
}

/* Estilo para cuando el mouse pasa por encima del título */
.featured-item h4 a:hover {
	color: #67140c;
	/* Tu color principal */
	text-decoration: none;
	/* Opcional: quita el subrayado en hover */
}

.btncarrito:hover {
	background-color: #67140c;
	color: #9f890c !important;
	box-shadow: none !important;
}



.btncarrito {
	font-family: "Nunito Sans", sans-serif;
	margin-left: 15px;
	cursor: pointer;
	background-color: #333131;
	outline: none;
	border-radius: 5px;
	padding: 9px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}


/* Estilo para el botón de cambio de idioma */
.language-button {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #edb61a;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 0px;
	opacity: 0.9;
	transition: all 0.3s ease;
}

.language-button:hover {
	color: #fff;
	background-color: #edb61a;
	/* Efecto de relleno dorado al pasar el mouse */
	opacity: 1;
}
.footer-social-list a svg {
	width: 18px;
	/* Ajusta el tamaño para que coincida con los otros iconos */
	height: 18px;
	fill: currentColor;
	/* Hereda el color del enlace (blanco en tu caso) */
	vertical-align: middle;
	margin-top: -4px;
	/* Pequeño ajuste para centrarlo verticalmente */
}
/* Mostrar 2 productos por fila en móviles */
/* Grid limpio de 2 columnas en móviles */
/* 1. Alineación vertical de las tarjetas de producto */
.featured-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	/* Asegura que la tarjeta use todo el espacio vertical disponible */
}

.featured-item .add-to-cart-form {
	margin-top: auto;
	/* Empuja el botón 'Añadir al Carrito' al fondo */
}

/* 2. Cuadrícula de 2 columnas en móviles */
@media (max-width: 767px) {
	.posts .item {
		width: 48% !important;
		margin: 1% !important;
	}
}
.header-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #67140c;
	color: #f3f3e6 !important;
	font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;

}


.header-social-icon:hover {
	background-color: #f0ad4e;
	box-shadow: 0 0 12px 3px rgba(240, 173, 78, 0.7);
	transform: translateY(-2px);
}

/* ============================================= */
/* ===== CÓDIGO PARA CORREGIR TEXTOS LARGOS ===== */
/* ============================================= */

/* 1. Para los botones de las categorías (barra lateral) */
#filters .btn-primary {
	/* Permite que el texto del botón ocupe varias líneas */
	white-space: normal;

	/* Fuerza el corte de palabras largas si es necesario */
	overflow-wrap: break-word;
	word-wrap: break-word;
	/* Compatibilidad con navegadores antiguos */

	/* Opcional: Alinea el texto a la izquierda para mejor lectura en varias líneas */
	text-align: right;
}

/* 2. Para los títulos de los productos */
.featured .featured-item h4 {
	/* Asegura que el texto pueda ocupar varias líneas */
	white-space: normal;

	/* Fuerza el corte de palabras largas */
	overflow-wrap: break-word;
	word-wrap: break-word;

	/* BONUS: Asegura que todos los contenedores de título tengan la misma altura mínima, 
     para que la cuadrícula de productos no se descuadre. Ajusta el valor si es necesario. */
	min-height: 4em;
}

#filters .btn-primary:not([data-filter="*"])::before {
	/* Aquí defines el indicador que quieres mostrar. ¡El espacio al final es importante! */
	content: '>>';
	margin-right: 5px; 
	 color: #000000; 
}