footer#footer {
    background-image: url(https://www.pivnifanda.cz/user/documents/upload/pf-footer.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #0b5e42;
    padding-top: 350px;
}
.custom-footer {
    border-color: transparent;
}

.pre-footer {
    display: none;
}

#footer ul a, #footer h4 {
    color: #000;
}
#footer h4 {
        font-weight: 600;
}
li.menu-item-772 a b {
    color: #f7a910 !important;
}
.type-category h1.category-title {
    margin-bottom: 80px;
}
.detail-banners__item {
    background-color: #f4f4f4;
    border-radius: 10px;
    margin: 10px;
    padding: 25px 25px;
    width: calc(100% - 20px);
}
.benefitBanner__item {
    padding-top: 40px;
}

.benefitBanner__item .benefitBanner__content {
    width: 100%;
    padding-right: 0px;
}
.type-detail .basic-description h3, h2.new-header {
    margin-top: 0px;
    text-align: left;
    }
.type-detail .basic-description h3:after, h2.new-header:after {
        left: 7%;
    position: absolute;
}
.flags.flags-default.flags-inline {
    position: absolute;
    top: 0;
    padding: 5px;
}
.flags-inline .flag {
    display: inline-block;
    border-radius: 0;
    clear: left;
    margin-left: 0;
    float: left;
}
div#productsAlternative .ratings-wrapper {
    display: none;
}


@media (max-width: 768px) {

.type-detail .basic-description h3:after {
        left: 9%;
    position: absolute;
}
h2.new-header:after {
        left: 14%;
}
h2.new-header {
    padding-left: 20px;
}
div#productsAlternative .browse-p {
    display: none;
}
.products-block.products .product .p .name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: auto !important;
}
.products-block.products .p .price strong {
    font-size: 14px;
}
.products-block.products>div {
    padding: 2px;
    padding-bottom: 30px;
}
.content-wrapper.container {
    padding-left: 5px;
    padding-right: 5px;
}
.type-category .flag {
    font-size: 10px;
}
.p-detail-inner-header {
    margin-top: 0px;
}
.navigation-in>ul>li>a b {
    font-weight: bold;
}}

/* --- Layout pro obrázek + text vedle sebe v detailu produktu --- */
.p-detail .detail-description__section {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

.p-detail .detail-description__image {
    flex: 0 0 250px;
}

.p-detail .detail-description__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.p-detail .detail-description__content {
    flex: 1;
}

/* Mobilní verze */
@media (max-width: 768px) {
    .p-detail .detail-description__section {
        flex-direction: column;
        text-align: center;
    }

    .p-detail .detail-description__image,
    .p-detail .detail-description__content {
        flex: unset;
        width: 100%;
    }
}