.categories-carousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.categories-carousel-container {
    display: flex;
    gap: 15px;
    transition: transform 0.3s ease;
}

.category-item {
    flex: 0 0 auto;
    width: 150px;
    text-align: left;
    padding: 13px;
    margin: 0 -5px;
    background-color: #b1c1e7;
}

.category-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.category-item span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}
h2.category-name {
    line-height: 4px;
}
.category-item h3 { font-size: 12px; }
.category-item p.no-products { font-size: 11px; line-height: 13px; }
.category-item ul { list-style:none; }
.category-item li {
    font-size: 10px;
    line-height: 13px;
    border-bottom: 1px solid #0000000d;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 100;
    font-size: 18px;
    border-radius: 50%;
}

.carousel-nav.prev {
    left: 0px;
}

.carousel-nav.next {
    right: 0px;
}
.categories-carousel-container ul.category-product-list a { color:#000000;}

.carousel-nav {
  
  background: none; /* Sin fondo para dejar espacio al pseudoelemento */
  border: none;
  z-index: 2; /* Asegura que el botón esté encima del fondo degradado */
  color: black; /* Ajusta el color del icono o texto */
  font-size: 2rem; /* Tamaño del icono o texto */
  cursor: pointer;
  width: 50px; /* Ajusta el ancho del botón */
  height: 100%; /* O ajusta según la altura del carrusel */
}

.carousel-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #e8f6ff, transparent);
  z-index: 1; /* Debajo del contenido del botón */
}

.carousel-nav.prev::before {
  background: linear-gradient(to right, #e8f6ff, transparent);
}

.carousel-nav.next::before {
  background: linear-gradient(to left, #e8f6ff, transparent);
}
.parent-categories-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.parent-category-button {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}

.parent-category-button:hover {
    background-color: #8bc34a;
    color: #fff;
}

.parent-category-button a {
    text-decoration: none;
    color: inherit;
}

.category-item h4 {
    background-color: #ffffff !important;
    font-size: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    font-weight: 700;
    border-radius: 8px;
    width: auto;
    padding: 0 10px;
    float: left;
}
h2.subcategory-name {
    clear: both;
    line-height: 12px;
    margin-bottom: 7px;
    }
h2.subcategory-name a {
    color: #fff !important;
    font-size: 10px;
    clear: both;
    text-decoration: none;
}
.category-item a { color:#000 !important; font-size:12px; }

.category-item.\31 95 {background-color: #7daf42; }
.category-item.\32 09 {background-color: #8bc34a; }
.category-item.\31 84 {background-color: #6f9c3b; }

li.product-item.more-link a { color: #ffff !important; text-decoration: none; border-bottom: none !important; font-weight:bold; font-size:10px; }
li.product-item.more-link a:hover { color: #000000 !important; text-decoration: none; border-bottom: none !important; }
li.product-item.more-link { border-bottom: none !important; }
button.carousel-nav:hover, button.carousel-nav:focus {
    background-color: transparent !important;
    color: #4664af !important;
}