
#lp-wrapper {
    font-size: 16px;
	font-family: Lato, Tahoma, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;

    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}


#recommended_section_heading.row-heading h2 {
    font-size: 52px;
    font-family: "Uni Neue", Tahoma, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

#recommended_section_heading.row-heading h2 {
    padding-left: 8.333vw;
}

.wine__header {
    min-height: 600px;
    background-size: cover;
    background-position: top;
    background-image: url('../img/View/winiarki/header_mobile.jpg');

    position: relative;
}

.wine__header h1{
    position: absolute;
    bottom: 0;
    
    margin-left: 8.33%;
    font-size: 42px;
    font-family: "Uni Neue", Tahoma, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: white;

    border-bottom: 8px solid #E31329;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.wine__header h1 span{
    font-size: 18px;
}

.wine__why-better {
    min-height: 900px;
    display: flex;
    flex-direction: row;
}

.wine_why-better_image {

    background-position: center;
    background-size: cover;
    background-image: url('../img/View/winiarki/first.jpg');
}

.wine__why-better_row {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border: 1px solid #E31329;
    border-radius: 12px;
    margin: 12px;
    padding-top: 12px;
}
.wine__why-better_row:first-of-type {
    display: none;
}

.wine_why-better_feature {
    color: #E31329;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: "Uni Neue", Tahoma, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.wine_why-better_feature .wine__icon {
    width: 36px;
    height: 36px;
}

.wine_why-better_fridge {
    padding: 12px;
    color: #767676;
}

.wine_why-better_cooler {
    padding: 12px;
    font-weight: 700;
}

.wine__video-link {
    width: 83vw;
    max-width: 1594px;
    height: 39vw;
    max-height: 749px;
    overflow: hidden;
    border-radius: 14px;
    margin: 0 auto;
    display: block;
}

.wine__vid_button {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
}

.wine__vid_button span{
    font-size: 2.7vw;
    font-weight: 700;
    font-family: "Uni Neue", Tahoma, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    left: 0;
    top: 50%;
    transform: translate(-115%, -50%);
    white-space: nowrap;

}

@media (min-width: 1920px) {

    .wine__vid_button span{
        font-size: 52px;
    }

}

.wine__video-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#wine__trivia {
    height: 749px;
    margin: 74px auto 174px auto;
    background-size: cover;
    background-position: left center; 
    font-size: 16px;
    position: relative;
    background-image: url('../img/View/winiarki/trivia-m.jpg');
}

@media (max-width: 1200px) {
    #wine__trivia dt {
        text-transform: uppercase;
        padding: 1em 0;
        position: relative;
        font-weight: 600;
        transition-duration: .3s;
    }

    .trivia-temps h4 {
        display: none;
    }

    .wine_why-better_image {
        display: none
    }

    #wine__trivia dt:hover,
    #wine__trivia dt.active {
    color: #E31329;
    }

    #wine__trivia dt.active {
        padding-left: .8em;
    }

    #wine__trivia dt::before {
        transition-duration: .3s;
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - .4em);
        width: .5em;
        height: .8em;
        background-color: #E31329;
    }

    #wine__trivia dt.active::before {
        opacity: 1;
    }

    #wine__trivia dt:not(:last-child)::after{
        content: "";
        width: 340px;
        height: 1px;
        display: block;
        background-color: #C3BEB9;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #wine__trivia dd {
        max-height: 0;
        overflow: hidden;
        transition-duration: .6s;
    }

    #wine__trivia dd.active {
        max-height: 200px;
    }
}



.wine__ask-photo {
    height: 54vw;
}

.wine__ask dt {
    transition-duration: .3s;

    font-weight: 600;
    font-size: 18px;
    position: relative;
    border-right: 2px solid #E31329;
}

.wine__ask dt span {
    position: absolute;
    left: -2em;
    transition-duration: .3s;
    color: #E31329;
}

.wine__ask dd{
    overflow: hidden;
    transition: all .6s;
    opacity: 1;

    border-right: 2px solid #E31329;
}




@media (min-width: 768px) {
    .wine__header {
        min-height: 700px;
        background-position: center;
        background-image: url('../img/View/winiarki/header_desktop.jpg');
    }

    .wine__header h1{
        font-size: 54px;
        border-bottom: 10px solid #E31329;
        padding-bottom: 18px;
    }

    .wine__header h1 span{
        font-size: 26px;
    }

    h2{
        font-size: 52px;
        font-family: "Uni Neue", Tahoma, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .wine_why-better_mobile-header {
        display: none;
    }

    .wine__why-better {
        min-height: 900px;
    }

    .wine__why-better_row {
        flex-direction: row;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding-top: 0;
    }

    .wine__why-better_row:first-of-type {
        display: flex;
    }

    .wine_why-better_feature {
        width: 106px;
        flex-basis: 106px;
        flex-shrink: 0;
        padding: 12px 12px 0 0;
    }
    .wine_why-better_table-header,
    .wine_why-better_table-header--red{
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;    
        display: block;
        transform: translateY(-12px);
    }
    .wine_why-better_table-header--red {
        border-radius: 12px;
        box-shadow: 0 0 0 1px rgb(191,13,19);
        background: rgb(191,13,19);
        background: -webkit-gradient(linear, left top, right top, from(rgba(191,13,19,1)), to(rgba(227,19,41,1)));
        background: linear-gradient(90deg, rgba(191,13,19,1) 0%, rgba(227,19,41,1) 100%);
        margin: -12px;
        padding: 12px;
        color: white;
    }
    .wine_why-better_feature .wine__icon {
        width: 36px;
        height: 36px;
    }

    .wine_why-better_fridge {
        width: 320px;
        flex-basis: 320px;
        flex-shrink: 0;
        padding: 12px;
    }

    .wine_why-better_cooler {
        width: 320px;
        flex-basis: 320px;
        flex-shrink: 0;

        border-left: 1px solid #E31329;
        border-right: 1px solid #E31329;

        padding: 12px;
        font-weight: 700;
    }
    .wine_why-better_cooler.last {
        border-bottom: 1px solid #E31329;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}



@media (min-width: 992px) {
    .wine__header {
        min-height: 800px;
        background-position: center;
        background-image: url('../img/View/winiarki/header_desktop.jpg');
    }

    .wine__header h1{
        font-size: 60px;
        border-bottom: 12px solid #E31329;
        padding-bottom: 20px;
    }

    .wine__header h1 span{
        font-size: 30px;
    }
    .wine__ask-photo {
        height: 37vw;
    }
}    


@media (min-width: 1200px) {
    .wine__header h1{
        font-size: 80px;
        border-bottom: 15px solid #E31329;
        padding-bottom: 30px;
    }

    .wine__header h1 span{
        font-size: 40px;
    }

    #wine__trivia {
        background-position: center center;
        background-image: url('../img/View/winiarki/trivia.jpg');
    }

    #wine__trivia::after {
        content: '';

        position: absolute;
        bottom: -170px;
        left: calc(50% - 320px);
        width: 641px;
        height: 588px;
        display: block;

        background-position: center center;
        background-image: url('../img/View/winiarki/tablica.png');
    }

    #wine__trivia dt {
        display: none;
    }

    .trivia-temps {
        width: 300px;
        position: absolute;
        text-align: center;
        z-index: 20;
        font-weight: 300;
        color: white;
        font-size: 22px;
        line-height: 1.8em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) translateY(290px);
    }

    .trivia-temps h4 {
        font-size: 22px;
    }


    .trivia-pos {
        width: 300px;
        position: absolute;
        text-align: center;
        top: 50%;
        font-weight: bold;
        left: 50%;
        transform: translate(-50%, -50%) translateX(380px) translateY(200px) rotate(12deg);
    }
    .trivia-hum {
        width: 250px;
        position: absolute;
        text-align: center;
        font-size: 15px;
        top: 50%;
        left: 50%;
        font-weight: bold;
        transform: translate(-50%, -50%) translateX(-247px) translateY(-100px) rotate(-7deg);
    }
    .trivia-open {
        width: 230px;
        position: absolute;
        text-align: center;
        top: 50%;
        font-size: 15px;
        font-weight: bold;
        left: 50%;
        transform: translate(-50%, -50%) translateX(-430px) translateY(190px) rotate(-12deg);
    }
    .trivia-light {
        width: 280px;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        font-size: 15px;
        font-weight: bold;
        transform: translate(-50%, -50%) translateX(370px) translateY(-190px) rotate(-18deg);
    }


}

@media (min-width: 1920px) {
    .wine__ask-photo {
        height: 710px;
    }
}



    .ml-col {
        margin-left: 8.3vw;
    }
    .mr-col {
        margin-right: 8.3vw;
    }
    .w-0 {
        width: 0;
    }
    .transform-center {
        transform: translate(-50%, -50%)
    }
    .corners-left {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }
    .corners-right {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    [toggle]{
        cursor: pointer;
    }
    .text-amica {
        color: #E31329
    }
.image img{
    max-width: 220px;
}