a[href*="zakara-city-collection"] .category-name {
    display: inline-block !important;
    color: #b89645 !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    border: 1px solid rgba(184, 150, 69, 0.22) !important;
    border-radius: 5px !important;
    padding: 2px 7px !important;
}
.header-logo-img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100px;
}
/* Terméknevek formázása */
.product-card-title a {
    display: block !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #222222 !important;
}

/* Első sor kiemelése */
.product-card-title a::first-line {
    font-weight: 700 !important;
    color: #4a5568 !important;
}
.product-card-title a,
.product-card__title a,
.product-name a,
.product-title a,
.product-list-name a,
.product-item-title a,
.card-product-title a {
    display: block !important;
    line-height: 1.35 !important;
    color: #222222 !important;
    font-weight: 400 !important;
}

.product-card-title a::first-line,
.product-card__title a::first-line,
.product-name a::first-line,
.product-title a::first-line,
.product-list-name a::first-line,
.product-item-title a::first-line,
.card-product-title a::first-line {
    font-weight: 700 !important;
    color: #111111 !important;
}