.banner-category {
    position: relative;
    text-align: left;
}

.banner-category-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: white;
    font-weight: 500;
     @media (max-width: 599px) {
     bottom: 10px;
     left: 5px;}

}

.banner-category-title {
    font-size: 36px;
    font-family: apparat-light;/* Duży rozmiar tekstu dla nagłówka */
    max-width: 500px;
    padding-bottom: 1.6rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    @media (max-width: 599px) {
    font-size: 10px;
    padding-bottom: 0.6rem;
}
    
}
    
.banner-category-description {
    max-width: 500px;
    font-family: apparat-light;
    font-weight: 300;
    font-size: 15px; /* Mniejszy rozmiar tekstu dla opisu */
     @media (max-width: 599px) {
    max-width: 300px;
    font-size: 8px;}
}
.img-banner-category {
    width: 100%;
    height: auto;
}
header .nav-link {
    display: block;
    padding: 5px 40px 5px;
    text-decoration: none;
    font-weight: 500px;
    text-transform: initial !importantimportant;
}

/*Wyśrodkowanie ceny*/
.product__prices .price {
    order: 1;
    text-align: center;
}
/*Wyśrodkowanie nazwy*/
.product__name {
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align-last: center;
}
/*Usunięcie opisu krótkiego*/
.product_name__block.--description {
    font-size: 1.3rem;
    display: none;
}