.nav-links {
    display: none;
}

.nav-previous,
.nav-next {
    display: none;
}
.woocommerce-breadcrumb {
    display: none !important;
}
ul.products li.product {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.8); /* sötétebb, erősebb árnyék */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 1); /* teljesen sötét kék hover-re */
}
.woocommerce-page .woocommerce-products-header__title {
    font-size: 24px; /* állítsd a kívánt méretre */
    line-height: 1.2;
}
.category-list {
  list-style: none;
  padding: 0;
}
.return-to-search-shop {
    padding: 10px 20px;
    background-color: #96588a;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.return-to-search-shop:hover {
    background-color: #7e4774;
}
.etiqueta-volver {
    text-align: left;
    margin-bottom: 20px;
}

.etiqueta-volver a {
    color: #003366;
    text-decoration: none;
    font-family: "Book Antiqua", serif;
    font-size: 18px;
    font-weight: bold;
}

.etiqueta-volver a:hover {
    text-decoration: underline;
}