/* HEADER */
.tv-header-logo img {
    max-width: 140px;
}

@media (min-width: 992px) {
    .tvcms-header-logo {
        position: relative;
    }

    .tv-header-logo {
        position: absolute;
        top: -60px;
    }
}

/* SLIDER */
.tvcms-slider-offerbanner-wrapper {
    margin-bottom: 0 !important;
}

.tvmain-slider-title::before,
.tvmain-slider-title::after {
    display: none !important;
}

.tvmain-slider-title,
.tvmain-slider-info p {
    color: #fff !important;
    text-align: left !important;
    text-transform: none !important;
}

.tvmain-slider-title {
    font-size: 0.75rem !important;
}

.tvmain-slider-info p {
    font-size: 0.5rem !important;
}

.tvmain-slider-btn {
    text-align: left !important;
}

.tvmain-slider-btn button {
    border-radius: 0 !important;
}

.tvmain-slider-next-pre-btn {
    display: none !important;
}

@media (min-width: 576px) {
    .tvmain-slider-title {
        font-size: 1.5rem !important;
    }

    .tvmain-slider-info p {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 992px) {
    .tvmain-slider-title {
        font-size: 2rem !important;
    }

    .tvmain-slider-info p {
        font-size: 1rem !important;
    }
}

@media (min-width: 1400px) {
    .tvmain-slider-title {
        font-size: 4rem !important;
    }

    .tvmain-slider-info p {
        font-size: 1.25rem !important;
        margin-bottom: 30px !important;
    }
}

/* ADVANCED SEARCH 5 PRO */
.as5-main::before {
    background-color: #f0f0f0;
    content: '';
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

.as5-main .card,
.as5-main .card > div {
    background: none;
    border: none;
}

.as5-main .card input:not(input[type="submit"]),
.as5-main .card select {
    background-color: #fff;
}

/* CUSTOMER SERVICES */
.tvcmscustomer-services {
    background: none !important;
    margin-bottom: 100px !important;
}

.tvservices-img img {
    max-width: 64px;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.tvservices-title {
    text-transform: uppercase;
}

/* TABS */
.tvall-product-branner img {
    object-fit: cover;
}

/* TWO OFFER BANNER */
.tvtwoofferbanner-wrapper img {
    object-fit: cover;
}

.tvtwoofferbanner-content {
    width: 100% !important;
}

.tvtwoofferbanner-content::after {
    content: 'Sprawdź';
    background-color: #d92a33;
    margin-top: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/* CATEGORY CHAIN SLIDER */
.tvcategory-chain-slider-all-link {
    border-radius: unset !important;
}

/* TESTIMONIAL */
.tvcmstestimonial {
    background-image: url("../themes/v2_winery_46_child/assets/img/bg/demo_main_img.jpg");
}

/* BRAND LIST */
.tvbrandlist-slider-wrapper-info .tvbrand-img-block img {
    height: 120px;
    object-fit: cover;
}

/* NEWSLETTER */
.tvnewsletter-title {
    color: #000 !important;
}

.tvnewsletter-sub-title {
    color: #d92a33 !important;
}