/* Header y navegación */
.header {
	background: #F9EAF1;
}

.nombre-empresa a {
	color: #5A7040;
}

/* Estilo para la lista de navegación */
.nav-links a {
	color: #485935;
}

.nav-links li:hover {
	background-color:  rgba(59, 71, 45, 0.4);
}

.btn-serch button {
	background-color: #485935;
}

.btn-serch button:hover {
	background-color: #3B472D;
}

.toggle-search {
    color: #485935;
}

.toggle-search:hover {
    background-color: rgba(59, 71, 45, 0.4);
}


.barra-de-busqueda.active .btn-serch button {
    background-color: #485935;
    color: #FBFAF7;
}

.barra-de-busqueda.active .btn-serch button:hover {
    background-color: #3B472D;
}

/*********************************** CARRITO *****************************/

#carrito-header {
    color: #3B472D;
}

#carrito-header button {
    color: #192013;
}

.carrito-item h4 {
    color: #3B472D;
}

.carrito-item p {
    color: rgba(59, 71, 45, 0.8);
}

.carrito-item button {
    color: #333E29 ;
}

#carrito-footer button {
    background: #5A7040;
    color: #fff;
}

/* Badge del carrito */
.carrito-badge {
    background: #92AA71;
    color: #FFFFFF;
}


/******************************** BARRA DE MARCAS *******************************/
.barra-de-marcas{
	background-color: #485935;
	margin-left: -25px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #3B472D; /* Color del "dedo" de la barra */
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #192013; /* Color cuando pasas el cursor por encima */
}

.scroll-container::-webkit-scrollbar-track {
    background-color: #485935; /* Color del carril de la barra de desplazamiento */
}

/*********************************** SECCION UNO (2) ***********************************/

.cp-container {
    background: #E5EBDC;
    box-shadow: inset 0 0px 0px rgba(25, 32, 19, 0.2); 
}

#t2 {
    color: #3B472D;
    text-shadow: 1px 1px 3px rgba(25, 32, 19, 0.3); 
}

/* Personalización de la barra de scroll horizontal */
.carousel-product::-webkit-scrollbar {
    height: 10px; 
}

.carousel-product::-webkit-scrollbar-thumb {
    background-color: #758E54;
}

.carousel-product::-webkit-scrollbar-thumb:hover {
    background-color: #5A7040;
}

.carousel-product::-webkit-scrollbar-track {
    background-color: rgba(117, 142, 84, .3);
}

.product-card2 {
    background-color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(25, 32, 19, 0.3);
}

.product-card2:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); 
}

.text-card2 {
    background-color: #FAFAFA;
    color: #FBFAF7;
}

.text-card2 h3 {
    color: #333E29;
}

#text-precio {
    color: #1F4A1D;
    background-color: rgba(146, 170, 113, 0.4);
}

#text-marca {
    color: rgba(51, 62, 41, 0.6);
}

#btn-add2 {
    background-color: #485935;
    color: #FBFAF7;
    box-shadow: 0 2px 5px rgba(25, 32, 19, 0.2); 
}

#btn-add2:hover {
    background-color: #3B472D;
    box-shadow: 0 4px 8px rgba(25, 32, 19, 0.3);
}



/*************************** SECCION DOS (3) *****************************/
#t3 {
    color: #485935;
    background-color: #CFDABC; 
    text-shadow: 1px 1px 2px rgba(51, 62, 41, .3); 
}

/* Añadir línea decorativa debajo del título */
#t3::after {
    background-color: #5A7040;
}

#p3 {
    color: #5A7040;
}

.product-card3 {
    background-color: #92AA71;
    box-shadow: rgba(42, 113, 36, .4);}

.product-card3:hover { 
    box-shadow: rgba(42, 113, 36, 0.6); 
}

.text-card3 h3 {
    color: #F4F6EF; 
}

#text-marca3 {
    color: #F4F6EF;
}

.descripcion-corta {
    color: #F4F6EF;
}

.descripcion-completa {
    color: #F4F6EF;
}

.descripcion-completa.mostrar {
    color: #F4F6EF;
}

.image-container3 img{
    box-shadow: 0 4px 8px rgba(25, 32, 19, 0.2); 
}

.image-container3 img:hover {
    box-shadow: 0 6px 12px rgba(25, 32, 19, 0.3); 
}

.ver-mas3 {
    background-color: #485935;
    color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(25, 32, 19, 0.2); 
}


/*********************************** SECCION CUATRO (4) ***********************************/
.section4-product {
    background-color: #E5EBDC;
}
#t4 {
    color: #3B472D;
    background-color: #E5EBDC; 
    text-shadow: 1px 1px 2px rgba(25, 32, 19, 0.1);
}

/* Añadir línea decorativa debajo del título */
#t4::after {
    background-color: #3B472D;
}

    /* Subtitulo */
#p4 {
    color: #5A7040;
}

.carousel-prd-container {
    background-color: #E5EBDC;
}

.product-card4 {
    background-color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(25, 32, 19, 0.3);
}

.product-card4:hover {
    box-shadow: 0 8px 20px rgba(42, 113, 36, 0.5);
}

.text-card4 {
    background-color: #FAFAFA;
    color: #FBFAF7;
}

.text-card4 h3 {
    color: #333E29;
}

#text-precio2 {
    color: #1F4A1D;
    background-color: rgba(229, 235, 220, 0.8);
}

#text-marca2 {
    color: rgba(229, 235, 220, 0.8);
}

  /* Botón de agregar al carrito */
#btn-add4 {
    background-color: #485935;
    color: #FBFAF7;
    box-shadow: 0 2px 5px rgba(25, 32, 19, 0.2); 
}

#btn-add4:hover {
    background-color: #3B472D;
    box-shadow: 0 4px 8px rgba(25, 32, 19, 0.3);
}

.btn-right-prd, .btn-left-prd {
    background-color: #485935;
    box-shadow: 0 3px 10px rgba(25, 32, 19, 0.3);
}

.btn-right-prd:hover, .btn-left-prd:hover {
    background-color: #333E29;
}

.carousel-dot {
    background-color: #758E54;
}

.carousel-dot.active {
    background-color: #192013;
}

/*********************************** DETALLES ***********************************/
/* Contenedor principal detalle */
.detalle-container {
    background: #FBFAF7;
    box-shadow: 0 4px 10px rgba(25, 32, 19,0.2);
}

.detalle-info h1 {
    color: #333E29;
}

.descripcion {
    color: rgba(25, 32, 19, 0.8);
}

.precio {
    color: #3B472D;
}

.precio-original {
    color: rgba(117, 142, 84, .3);
}

.precio-descuento {
    color: #3B472D;
}

.btn-principal {
    background: #485935;
    color: white;
}

.btn-principal:hover {
    background: #3B472D;
}

.titulo-relacionados {
    color: #192013;
    border-top: 1px solid #192013;
}

.card-rel a {
    background: #e7e5e0;
    box-shadow: 0 2px 6px rgba(25, 32, 19,0.1);
}

.card-rel h3 {
    color: #3B472D;
}

.text-cantidad {
    color: #3B472D;
}

.price {
    color: #5A7040;
}

#btn-add-rel {
    background: #333E29;
    color: white;
}

.swiper-container-externo .swiper-pagination-bullet {
    background-color: rgba(51, 62, 41, 0.4);

}

.swiper-container-externo .swiper-pagination-bullet-active {
    background-color: #3B472D;
}