﻿/* Landing page */

.winecellar-home {
}

h1, h2, h3, h4, p {
    color: #242424;
    font-family: "Roboto";
}

.winecellar-home > * {
    overflow: hidden;
}

.winecellar-home .product-thumbnail-section {
    margin-top: 70px;
    margin-bottom: 20px;
}

    .winecellar-home .product-thumbnail-section h2.title {
        font-weight: 700;
        margin: 0 0 14px 24px;
        line-height: 42px;
    }

/* Key message */
.winecellar-home .keymessage {
    width: 100%;
    margin-bottom: 70px;
}

    .winecellar-home .keymessage .swiper .swiper-slide {
        position: relative;
        width: 100%;
        min-height: 624px;/**min-height: 768px;*/
        max-height: 624px;/*max-height: 768px;*/       
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 207px 25px 0;
    }

        .winecellar-home .keymessage .swiper .swiper-slide video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            inset: 0;
            z-index: -1;
        }

        .winecellar-home .keymessage .swiper .swiper-slide h1,
        .winecellar-home .keymessage .swiper .swiper-slide h2 {
            font-family: "Roboto", sans-serif;
            font-size: 30px;
            font-weight: bold;
            line-height: 36px;
            color: white;
            text-transform: none;
            margin: 0;
            margin-bottom: 8px;
        }

        .winecellar-home .keymessage .swiper .swiper-slide p,
        .winecellar-home .keymessage .swiper .swiper-slide p a {
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            color: white;
            display: flex;
            align-items: center;
        }

            .winecellar-home .keymessage .swiper .swiper-slide p a:hover {
                text-decoration: none;
            }

    .winecellar-home .keymessage .swiper .swiper-pagination-vertical {
        top: unset;
        right: 14px;
        bottom: 20px;
        transform: none;
        display: flex;
        flex-direction: column;
        row-gap: 0px;
        align-items: flex-end;
    }

        .winecellar-home .keymessage .swiper .swiper-pagination-vertical span {
            width: 10px;
            height: 2px;
            background: white;
            margin: 0;
        }

        .winecellar-home .keymessage .swiper .swiper-pagination-vertical .swiper-pagination-bullet {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 15px;
            height: 11px;
            margin: 0 !important;
            margin-bottom: 2px !important;
            background-color: transparent !important;
        }

            .winecellar-home .keymessage .swiper .swiper-pagination-vertical .swiper-pagination-bullet::after {
                content: '';
                display: block;
                min-width: 10px;
                min-height: 2px;
                background-color: white;
            }

        .winecellar-home .keymessage .swiper .swiper-pagination-vertical .swiper-pagination-bullet-active::after {
            min-width: 15px;
        }

/* END of Key message */

/* Two-column component */
.winecellar-home .two-column {
    padding: 0 15px 0 25px;
    margin-bottom: 90px;
}

    .winecellar-home .two-column .left {
        margin-bottom: 60px;
    }

    .winecellar-home .two-column .right {
        padding-right: 10px;
    }

    .winecellar-home .two-column h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        color: #BEBEBE;
        margin: 0;
        margin-bottom: 10px;
    }

    .winecellar-home .two-column p {
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        margin: 0;
    }

/* END of Two-column component*/

/* Sports Slider */
.variable-height-slider {
    width: 100%;
    margin-bottom: 94px;
    margin-top: 94px;
}

    .variable-height-slider .swiper-slide {
        width: 350px;
        height: 357px;
        display: flex;
        align-items: center;
    }

        .variable-height-slider .swiper-slide .inner-item {
            position: relative;
            width: 100%;
        }

            .variable-height-slider .swiper-slide .inner-item img {
                max-width: 325px;
                margin: 0;
            }

            .variable-height-slider .swiper-slide .inner-item .text-container {
                position: absolute;
                right: -40px;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
            }

                .variable-height-slider .swiper-slide .inner-item .text-container.top {
                    top: 40px;
                }

                .variable-height-slider .swiper-slide .inner-item .text-container.bottom {
                    bottom: 40px;
                }

                .variable-height-slider .swiper-slide .inner-item .text-container h2,
                .variable-height-slider .swiper-slide .inner-item .text-container p {
                    color: #c30000;
                    font-family: "Roboto", sans-serif;
                    margin: 0;
                }

                .variable-height-slider .swiper-slide .inner-item .text-container h2 {
                    font-size: 36px;
                    line-height: 42px;
                }

                .variable-height-slider .swiper-slide .inner-item .text-container p {
                    font-size: 16px;
                    line-height: 19px;
                }


.sports-slider {
    width: 100%;
}
/* END of Sports Slider */


/* Regions Slider Compoenent */
.regions-slider {
    width: 100%;
    color: white !important;
}

    .regions-slider .slider-with-nav {
        position: relative;
        width: 100%;
    }

        .regions-slider .slider-with-nav h2 {
            position: absolute;
            top: 198px;
            left: 50%;
            transform: translateX(-50%);
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            color: white;
            text-transform: uppercase;
            margin: 0;
            z-index: 100;
        }

        .regions-slider .slider-with-nav .swiper {
            position: relative;
        }

            .regions-slider .slider-with-nav .swiper .swiper-slide {
                min-height: 768px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                padding: 225px 14px 0;
            }
                .regions-slider .slider-with-nav .swiper .swiper-slide.swiper-slide-active {
                    z-index: 9;
                }

                .regions-slider .slider-with-nav .swiper .swiper-slide > *:not(.img-shadow) {
                    position: relative;
                    font-family: "Roboto", sans-serif;
                    text-align: center;
                    z-index: 10;
                }

                .regions-slider .slider-with-nav .swiper .swiper-slide h3 {
                    font-size: 36px;
                    font-weight: 500;
                    line-height: 43px;
                    color: white;
                    margin: 0;
                    text-transform: initial;
                    margin-bottom: 10px;
                }

                .regions-slider .slider-with-nav .swiper .swiper-slide p {
                    font-size: 20px;
                    line-height: 28px;
                    color: white;
                    margin: 0;
                    margin-bottom: 20px;
                }

                    .regions-slider .slider-with-nav .swiper .swiper-slide p.link,
                    .regions-slider .slider-with-nav .swiper .swiper-slide p.link a {
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 22px;
                        color: white;
                        margin: 0;
                    }

                        .regions-slider .slider-with-nav .swiper .swiper-slide p.link a:hover {
                            text-decoration: none;
                        }

                .regions-slider .slider-with-nav .swiper .swiper-slide .img-shadow {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                    background-color: rgba(0,0,0,0.5);
                }

            .regions-slider .slider-with-nav .swiper .swiper-pagination {
                display: flex;
                column-gap: clamp(40px, calc((40 / 1366) * 100vw), 49px);
                overflow-x: scroll;
                white-space: nowrap;
                padding: 0 40px;
                bottom: 100px !important;
                justify-content: center;
            }

                .regions-slider .slider-with-nav .swiper .swiper-pagination .swiper-pagination-name {
                    font-family: "Roboto", sans-serif;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 24px;
                    margin: 0;
                    cursor: pointer;
                }

                    .regions-slider .slider-with-nav .swiper .swiper-pagination .swiper-pagination-name-active,
                    .regions-slider .slider-with-nav .swiper .swiper-pagination .swiper-pagination-name:hover {
                        color: #c30000;
                        text-decoration: underline;
                    }
/* END of Regions Slider Compoenent */

/* Slider with Vertical Nav Component*/
.slider-vertical-nav .left {
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
    padding: 72px 46px 30px 13px;
    background-color: #F4F4F4;
}

    .slider-vertical-nav .left h2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 43px;
        margin: 0;
        writing-mode: vertical-lr;
        transform: scale(-1);
    }

    .slider-vertical-nav .left nav ol {
        margin: 0;
        padding: 0;
    }

        .slider-vertical-nav .left nav ol li {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 19px;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            .slider-vertical-nav .left nav ol li:not(:last-of-type) {
                margin-bottom: 15px;
            }

            .slider-vertical-nav .left nav ol li.active,
            .slider-vertical-nav .left nav ol li:hover {
                color: #c30000;
            }

            .slider-vertical-nav .left nav ol li::marker {
                color: transparent;
            }

    .slider-vertical-nav .left .slides-container {
        position: relative;
        width: 100%;
        padding-top: min(152.1%, 600px);
    }

        .slider-vertical-nav .left .slides-container .swiper {
            position: absolute;
            top: 0;
            opacity: 0;
            padding-left: 17px;
            transition: opacity 500ms ease-in-out;
            height: 100%;
        }

            .slider-vertical-nav .left .slides-container .swiper.active {
                opacity: 1;
                /*z-index: 99;*/
                z-index: 2;
            }

.slider-vertical-nav .right {
    position: relative;
    padding-top: 100%;
}

.slider-vertical-nav .right .description-images {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}

.slider-vertical-nav .right .description-images.active {    
    opacity: 1;
}

    .slider-vertical-nav .right .description-images .table-wrapper {
        background-color: #FFD400;
        padding: 10px;
        position: absolute;
        width: 100%;
        top: -1px;
        max-width: 450px;
        z-index: 10;
    }


        .slider-vertical-nav .right .description-images .table-wrapper table {
            width: 100%;
        }

        .slider-vertical-nav .right .description-images .table-wrapper table, th, td {
            border: 1px solid;
        }

            .slider-vertical-nav .right .description-images .table-wrapper table .number {
                width: 80px;
                height: 70px;
                font-family: "Roboto", sans-serif !important;
                font-size: 44px;
                font-weight: 800;
                text-align: center;
            }

            .slider-vertical-nav .right .description-images .table-wrapper table .info {
                padding-left: 10px;
                font-size: 20px;
            }

    .slider-vertical-nav .right .description-images .background {
        position: absolute;
        inset: 0;
        width: 100%;
        object-fit: cover;
        z-index: 1;
    }
    
    .slider-vertical-nav .right .description-images.active .foreground,
    .slider-vertical-nav .right .description-images.active .background {
        opacity: 1;
    }
/* END Slider with Vertical Nav Component*/

/* END of Landing page */
/* Details page */
hr {
    border: 0;
    width: 96%;
    color: #FFFF00;
    height: 1px;
}

p.grey {
    color: #888888 !important;
}



.winecellar-details {
    overflow: auto;
}

    .winecellar-details h2.title {
        font-weight: bold;
        margin-bottom: 23px;
        line-height: 42px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .winecellar-details .product-description {
        overflow: auto;
    }

        .winecellar-details .product-description .text-container {
            padding: 20px 15px 40px;
        }

            .winecellar-details .product-description .text-container h1 {
                font-family: "Roboto", sans-serif !important;
                font-size: 28px;
                font-weight: bold;
                line-height: 34px;
                margin: 0;
                margin-bottom: 19px;
            }

            .winecellar-details .product-description .text-container .price-table {
                margin-bottom: 30px;
            }

                .winecellar-details .product-description .text-container .price-table .price-table-line {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 10px;
                }

                    .winecellar-details .product-description .text-container .price-table .price-table-line p {
                        width: fit-content;
                        width: -moz-fit-content;
                        font-family: "Roboto", sans-serif !important;
                        font-size: 16px;
                        line-height: 19px;
                        margin: 0;
                    }

            .winecellar-details .product-description .text-container .description {
                margin-bottom: 30px;
            }

                .winecellar-details .product-description .text-container .description p {
                    font-family: "Roboto", sans-serif !important;
                    font-size: 16px;
                    line-height: 24px;
                    margin: 0;
                }

    .winecellar-details .product-details {
        overflow: auto;
        margin-bottom: 0px;
    }

        .winecellar-details .product-details .masonry-gallery {
            display: none;
        }

        .winecellar-details .product-details .details-list {
            padding: 0;
        }

            .winecellar-details .product-details .details-list .details-list-item {
                margin: 0;
                margin-bottom: 50px;
            }

                .winecellar-details .product-details .details-list .details-list-item h2 {
                    font-family: "Roboto", sans-serif;
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 29px;
                    margin: 0;
                    margin-bottom: 29px;
                }

                .winecellar-details .product-details .details-list .details-list-item .inner-item {
                    margin: 0;
                    margin-bottom: 20px;
                }

                    .winecellar-details .product-details .details-list .details-list-item .inner-item h3 {
                        font-family: "Roboto", sans-serif;
                        color: inherit !important;
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 19px;
                        text-transform: none;
                        margin: 0;
                        margin-bottom: 10px;
                    }

                    .winecellar-details .product-details .details-list .details-list-item .inner-item p {
                        font-family: "Roboto", sans-serif;
                        font-size: 16px;
                        line-height: 19px;
                        margin: 0;
                    }

.product-thumbnail {
    max-width: 425px;
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
}

.product-thumbnail-wrapper {
    padding-left: 23px;
    margin-bottom: 50px;
}


.product-thumbnail-wrapper.swiper {
    overflow: visible;
}

    .product-thumbnail-wrapper.swiper .swiper-pagination.hide-mobile {
        display: none;
    }
    
    .product-thumbnail-wrapper .swiper-pagination {
        width: unset;
        bottom: unset;
        left: unset;
        right: 23px;
        top: -39px;
    }

        .product-thumbnail-wrapper.swiper .swiper-pagination .swiper-pagination-bullet {
            width: 2px;
            height: 10px;
            margin: 0 !important;
            margin-right: 10px !important;
            border-radius: unset !important;
            background-color: #242424;
        }

            .product-thumbnail-wrapper.swiper .swiper-pagination .swiper-pagination-bullet:last-of-type {
                margin-right: 0px !important;
            }

        .product-thumbnail-wrapper.swiper .swiper-pagination .swiper-pagination-bullet-active {
            height: 15px;
            width: 2px;
        }

.product-thumbnail .image {
    position: relative;
}

    .product-thumbnail .image img {
        position: relative;
        max-width: initial;
        width: 100%;
        left: 1px;
    }


.product-thumbnail .price-info {
    padding: 20px 20px 0px 20px;
    font-family: Roboto;
}

    .product-thumbnail .price-info .price-table-line {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
        font-size: 14px;
    }

.product-thumbnail p.link {
    font-weight: bold;
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    padding: 8px 0 30px 0px;
}

.product-thumbnail p.link svg {
    stroke: #242424;
    stroke-width: 7px;
    transform: rotate(0deg);
}

    .product-thumbnail .price-info h3 {
        font-family: "Roboto", sans-serif;
        color: inherit !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-transform: none;
        margin: 0;
        margin-bottom: 10px;
    }

    .product-thumbnail .price-info h6 {
        margin-top: 0;
    }


/*Product list page */
.winecellar-product-list h2 {
    margin: 15px 0 35px 15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}

.winecellar-product-list .tipos-vinho {
    font-family: Roboto;
    display: flex;
    margin-top: 26px;
    font-size: 20px;
    margin-left: 15px;
    overflow: scroll;
}

.winecellar-product-list .tipos-vinho::-webkit-scrollbar {display: none;}

.tipos-vinho a {
        margin-right: 30px;
    }

.winecellar-product-list .section-title {
    font-size: 32px;
    text-transform: none;
    font-weight: 500;
    line-height: 38px;
    margin-left: 15px;
    padding-top: 80px;
    padding-bottom: 10px;
}

.winecellar-product-list .product-list {
    display: grid;
}

/* END of Product list page */

.units-selector {
    display: flex;
    align-items: center;
    margin-bottom: 3%;
    margin-top: 3%;
    font-size: 14px;
    color: #242424;
    font-family: 'Roboto';
    line-height: 26px;
}

    .units-selector * {
        display: inline-block;
    }

    .units-selector .value {
        padding: 7px;
        width: 40px;
        height: 40px;
        text-align: center;
        border: 1px solid #BEBEBE;
    }

    .units-selector > div {
        position: relative;
        background: white;
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .units-selector .plus:after,
    .units-selector .minus:after,
    .units-selector .plus:before {
        content: '';
        position: absolute;
        background: #242424;
    }

    .units-selector > div:hover:after,
    .units-selector > div:hover:before {
        background: #c30000;
    }


    .units-selector .plus:after,
    .units-selector .minus:after {
        height: 2px;
        width: 10px !important;
    }

    .units-selector .plus:before {
        width: 2px;
        height: 10px !important;
    }

    .units-selector p:last-child {
        margin-left: 12px;
    }

    .units-selector .plus.inactive,
    .units-selector .minus.inactive {
        background: #bebebe;
        pointer-events: none;
    }

.quantity-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

    .quantity-wrapper .units-wrapper {
        display: flex;
        flex-flow: column;
        width: 106px;
    }

    .quantity-wrapper .button {
        width: 167px;
    }



/* Mobile-only Slider */
.mobile-only-slider {
    width: 100%;
    max-height: 535px;
}

    .mobile-only-slider img {
        height: 535px;
        object-fit: cover;
    }

    .mobile-only-slider .swiper-pagination {
        width: unset;
        bottom: 20px;
        left: unset;
        right: 15px;
    }

        .mobile-only-slider .swiper-pagination .swiper-pagination-bullet {
            width: 2px;
            height: 10px;
            margin: 0 !important;
            margin-right: 10px !important;
            border-radius: unset !important;
            background-color: white;
            box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
            opacity: 0.35;
        }

            .mobile-only-slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
                margin-right: 0px !important;
            }

        .mobile-only-slider .swiper-pagination .swiper-pagination-bullet-active {
            height: 15px;
            width: 2px;
            opacity: 1;
        }
/* END of Mobile-only Slider */

/* Score Bars */
.scorebars {
    width: 100%;
}

    .scorebars .bars-wrapper {
        width: 100%;
        display: flex;
        column-gap: 2px;
    }

        .scorebars .bars-wrapper .bar {
            width: 20%;
            min-height: 8px;
            background-color: #F4F4F4;
        }

            .scorebars .bars-wrapper .bar.active {
                background-color: #C30000;
            }

            .scorebars .bars-wrapper .bar:first-of-type {
                border: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .scorebars .bars-wrapper .bar:last-of-type {
                border: 0;
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

    .scorebars .legend-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .scorebars .legend-wrapper p {
            width: fit-content;
            width: -moz-fit-content;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            line-height: 17px;
            color: #888888;
            font-size: 14px !important;
        }
/* END of Score Bars */

/* Tabs with Nav */
.tabs-with-nav {
    width: 100%;
    /*min-height: 368px;*/
    overflow: hidden;
    margin-bottom: 77px;
}

.swiper-pagination::-webkit-scrollbar {display: none;}

    .tabs-with-nav nav {
        margin-bottom: 30px;
    }

        .tabs-with-nav nav ul {
            width: 100%;
            display: flex;
            column-gap: 38px;
            padding: 0 14px;
            overflow-x: scroll;
            border: 0;
            border-bottom: 1px solid #DDDDDD;
        }

        .tabs-with-nav nav ul::-webkit-scrollbar {display: none;}
        
            .tabs-with-nav nav ul li {
                display: inline-flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                padding: 0;
                padding-bottom: 20px;
                margin: 0;
                white-space: nowrap;
                font-family: "Roboto", sans-serif;
                font-size: 24px;
                font-weight: 400;
                line-height: 29px;
                cursor: pointer;
            }

                .tabs-with-nav nav ul li::before {
                    content: attr(data-text);
                    content: attr(data-text) / "";
                    height: 0;
                    visibility: hidden;
                    overflow: hidden;
                    user-select: none;
                    pointer-events: none;
                    font-weight: bold;
                }

                .tabs-with-nav nav ul li::marker {
                    color: transparent;
                }

                .tabs-with-nav nav ul li.selected,
                .tabs-with-nav nav ul li:hover {
                    color: #c30000;
                    font-weight: bold;
                    margin-bottom: -1px;
                    padding-bottom: 16px;
                    border-bottom: 5px solid #c30000;
                }

    .tabs-with-nav .tabs {
        padding: 0 14px;
    }

        .tabs-with-nav .tabs .tab {
            display: none;
        }

            .tabs-with-nav .tabs .tab.selected {
                display: block;
            }

            .tabs-with-nav .tabs .tab p {
                font-family: Roboto, sans-serif;
                font-size: 16px;
                line-height: 24px;
            }

                .tabs-with-nav .tabs .tab p a,
                .tabs-with-nav .tabs .tab p a:hover {
                    color: #242424;
                    font-family: Roboto, sans-serif;
                    font-size: 18px;
                    font-weight: bold;
                    line-height: 22px;
                    text-decoration: none;
                    cursor: pointer;
                }

                .tabs-with-nav .tabs .tab p.link {
                    margin-top: 30px;
                }

                    .tabs-with-nav .tabs .tab p.link svg {
                        stroke: #242424;
                    }
/* END of Tabs with Nav */
/* END of Details page */

/* Region page */

.winecellar-region .img-container {
    height: 515px;
    margin-bottom: 40px;
    position: relative;
}

    .winecellar-region .img-container .img-principal {
        object-fit: cover;
        height: 322px;
    }

    .winecellar-region .img-container .img-secondary {
        max-width: 270px;
        position: absolute;
        right: 15px;
        top: 243px;
    }

.winecellar-region .text-container {
    font-family: Roboto;
    padding: 0 15px 0 15px;
    margin-bottom: 70px;
}

    .winecellar-region h2.title {
        font-weight: 700;
        margin: 0;
        margin-bottom: 5px;
        line-height: 48px;
    }

    .winecellar-region .text-container a {
        font-size: 20px;
        line-height: 28px;
    }

    .winecellar-region .text-container p {
        font-size: 20px;
        line-height: 28px;
    }

    .winecellar-region .text-container .tipos-vinho {
        display: flex;
        margin-top: 26px;
    }

        .winecellar-region .text-container .tipos-vinho a {
            margin-right: 30px;
        }


.winecellar-region .product-thumbnail-section h2.title {
    margin: 0 25px 25px 15px;
}

.winecellar-region .vinha-historia .text-container {
    padding: 18px 25px 25px 25px;
}

.winecellar-region .vinha-historia h2 {
    display: none;
}

.winecellar-region .vinha-historia p {
    font-size: 18px;
}

.winecellar-region h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
}

.winecellar-region .vinha-historia .text-container h4 {
    color: #BEBEBE;
    line-height: 26px;
    margin-bottom: 10px;
}

.winecellar-region .vinha-historia .text-container h3 {
    line-height: 34px;
    font-size: 28px;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 500;
    color: #242424;
    margin: 0;
    margin-bottom: 16px;
}

.winecellar-region .o-que-esperar {
    background-image: url(https://mediastg.slbenfica.pt/-/media/benficadp/Shop/Garrafeira/homepage/background.jpg);
    height: 768px;
    display: flex;
    padding: 25px;
    text-align: center;
    margin-bottom: 70px;
}

    .winecellar-region .o-que-esperar p {
        color: #FFFFFF;
    }

    .winecellar-region .o-que-esperar h2 {
        color: #FFFFFF;
        margin: 0;
        margin: 10px 0 20px 0;
        font-size: 36px;
    }

    .winecellar-region .o-que-esperar h4 {
        color: #FFFFFF;
    }

    .winecellar-region .o-que-esperar .text-container {
        align-self: center;
        padding: 0;
    }

.winecellar-region .separadores-vinho {
    margin: 70px 0 40px 0;
}

    .winecellar-region .separadores-vinho h2 {
        display: none;
    }

    .winecellar-region .separadores-vinho h3 {
        font-size: 28px;
        text-transform: none;
        font-weight: 500;
        line-height: 38px;
        margin: 0;
    }

    .winecellar-region .separadores-vinho .vertical-nav {
        display: flex;
        flex-flow: column;
    }

        .winecellar-region .separadores-vinho .vertical-nav hr {
            width: 100%;
            border-top: 1px solid #BEBEBE;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .winecellar-region .separadores-vinho .vertical-nav .item-separador {
            padding-left: 25px;
            padding-right: 25px;
        }


            .winecellar-region .separadores-vinho .vertical-nav .item-separador .tab-select {
                display: flex;
                justify-content: space-between;
                cursor: pointer;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador.open .tab-select h3 {
                color: #C30000;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador.open .tab-select img {
                display: block;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador.open .tab-select svg {
                display: none;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador.open .text-container {
                padding: 0;
                margin: 0;
                transition: all 0.5s ease-in-out;
                opacity: 1;
                max-height: 100%;
                margin-top: 20px;
                margin-bottom: 10px;
                pointer-events: all;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador .text-container {
                margin-bottom: 0;
                padding: 0;
                max-height: 5px;
                opacity: 0;
                margin-top: 0;
                transition: all 0.5s ease-in-out;
                pointer-events: none;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador.open .text-container p {
                height: fit-content;
            }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador .text-container .text-castas {
                font-size: 18px;
                line-height: 26px;
                margin-top: 15px;
                font-weight: 500;
                margin-bottom: 10px;
            }

        .winecellar-region .separadores-vinho .vertical-nav .selo {
            padding: 0 25px 0 25px;
            margin-top: 15px;
            font-size: 18px;
        }


            .winecellar-region .separadores-vinho .vertical-nav .selo .grey {
                margin-top: 15px;
            }

                .winecellar-region .separadores-vinho .vertical-nav .selo .grey p {
                    color: #888888
                }


        .winecellar-region .separadores-vinho .vertical-nav .item-separador .tab-select img {
            margin: 0;
            width: 24px;
            display: none;
            height: 24px;
        }

        .winecellar-region .separadores-vinho .vertical-nav .item-separador .tab-select svg {
            display: block;
            width: 24px;
            height: 24px;
        }


/* END of Region page */
/****************************************************************************************************************************************************************/
/********************************************************* D E S K T O P ****************************************************************************************/
/****************************************************************************************************************************************************************/
@media (min-width: 768px) {
    /* Landing page */
    .winecellar-home .product-thumbnail-section {
        margin-top: 100px;
        margin-bottom: 50px;
    }

        .winecellar-home .product-thumbnail-section h2.title {
            font-weight: 700;
            margin: 0 0 30px 43px;
            line-height: 48px;
        }


    /* Key message */
    .winecellar-home .keymessage {
        margin-bottom: 100px;
    }

        .winecellar-home .keymessage .swiper .swiper-slide {
            min-height: calc(100vh - 160px);
            max-height: calc(100vh - 160px);
            padding: 0 43px 40px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

            .winecellar-home .keymessage .swiper .swiper-slide h1,
            .winecellar-home .keymessage .swiper .swiper-slide h2 {
                font-size: 36px;
                font-weight: bold;
                line-height: 43px;
                margin-bottom: 9px;
            }

        .winecellar-home .keymessage .swiper .swiper-pagination-vertical {
            right: 23px;
            bottom: 40px;
        }

    /* END of Key message */

    /* Two-column component */
    .winecellar-home .two-column {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 min(calc((100 / 1366) * 100vw), 100px);
        margin-bottom: 130px;
    }

        .winecellar-home .two-column .left,
        .winecellar-home .two-column .right {
            width: min(calc((480 / 1366) * 100vw), 570px);
            margin: 0;
            padding: 0;
        }

        .winecellar-home .two-column .left {
            margin-left: min(calc((80 / 1366) * 100vw), 80px);
        }

        .winecellar-home .two-column .right {
            min-width: 320px;
        }

        .winecellar-home .two-column h2 {
            margin-bottom: 20px;
        }

        .winecellar-home .two-column p {
            font-size: 24px;
            line-height: 36px;
        }

    /* END of Two-column component*/

    /* Sports Slider */
    .variable-height-slider {
        margin-bottom: 100px;
        margin-top: 100px;
    }

        .variable-height-slider .swiper-slide {
            width: 450px;
            height: 450px;
        }

            .variable-height-slider .swiper-slide .inner-item img {
                max-width: 410px;
            }

    /* END of Sports Slider */


    /* Regions Slider Component*/
    .regions-slider .slider-with-nav h2 {
        top: 215px;
    }

    .regions-slider .slider-with-nav .swiper .swiper-slide {
        padding: 242px min(calc((247 / 1366) * 100vw), 247px) 0;
    }

        .regions-slider .slider-with-nav .swiper .swiper-slide h3 {
            font-size: 60px;
            line-height: 48px;
            margin-bottom: 20px;
        }

        .regions-slider .slider-with-nav .swiper .swiper-slide p {
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 29px;
        }

    .regions-slider .slider-with-nav .swiper .swiper-pagination {
        bottom: 83px !important;
    }
    /* END of Regions Slider Component*/
    /* END of Landing page */

    .winecellar-details .product-description {
        display: flex;
        justify-content: space-between;
        padding: 0 35px 0 23px;
        overflow: visible;
    }

        .winecellar-details .product-description .image-container img {
            width: 100%;
        }

        .winecellar-details .product-description .text-container {
            padding: 18px 5px 0 44px;
        }

    .winecellar-details .product-details {
        display: flex;
        justify-content: space-between;
        margin: 0 0 75px 0;
    }

        .winecellar-details .product-details .masonry-gallery {
            display: block;
            padding-top: 20px;
            overflow: hidden;
        }

            .winecellar-details .product-details .masonry-gallery .grid-sizer,
            .winecellar-details .product-details .masonry-gallery .item {
                width: calc((424 / 872) * 100%);
            }

            .winecellar-details .product-details .masonry-gallery .gutter-sizer {
                width: calc((24 / 872) * 100%);
            }

            .winecellar-details .product-details .masonry-gallery .item {
                margin-bottom: 20px;
            }


    .product-thumbnail-wrapper .title {
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .product-thumbnail .image {
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }


        .product-thumbnail .image img {
            position: absolute;
            top: 1px;
            transform: translateX(0);
            transition: transform 0.5s;
            max-width: initial;
            width: 100%;
        }

            .product-thumbnail .image img:nth-child(2) {
                transform: translateX(100%);
            }

        .product-thumbnail .image:hover img:nth-child(2) {
            /*transform: translateX(0);*/
            transform: translateX(-11%);
            transition: transform 0.6s ease-in-out;
            width: auto;
        }


    .quantity-wrapper {
        margin-bottom: 50px;
    }

        .quantity-wrapper .units-wrapper h3 {
            display: initial;
            text-align: center;
            font-family: "Roboto", sans-serif;
            color: inherit !important;
            font-size: 18px;
            font-weight: 500;
            line-height: 19px;
            text-transform: none;
            margin: 0;
            margin-bottom: 10px;
        }

    /* END of Details page */


    /*Product list page */
    .winecellar-product-list h2 {
        margin: 20px 0 30px 30px;
        line-height: 48px;
    }

    .winecellar-product-list .tipos-vinho {
        margin-left: 30px;
    }


    .winecellar-product-list .section-title {
        margin-left: 30px;
    }

    .winecellar-product-list .product-list {
        grid-template-columns: 33% 33% 33%;
    }
    /* END of Product list page */


    /* Mobile-only Slider */
    .mobile-only-slider {
        max-height: unset;
    }

        .mobile-only-slider img {
            height: auto;
        }
    /* END of Mobile-only Slider */

    .product-thumbnail-list h2 {
        margin-bottom: 35px;
    }

    /* Tabs with Nav */
    .tabs-with-nav {
        min-height: 230px;
        padding: 0 40px;
        margin-bottom: 71px;
    }

        .tabs-with-nav nav {
            margin-bottom: 50px;
        }

            .tabs-with-nav nav ul {
                column-gap: 68px;
                padding: 0;
            }

        .tabs-with-nav .tabs {
            padding: 0;
        }

            .tabs-with-nav .tabs .tab p {
                font-size: 20px;
                line-height: 28px;
            }

    /* END of Tabs with Nav */

    /* END of Details page */

    /*Region page*/

    .winecellar-region .img-container {
        margin-bottom: 70px;
        height: fit-content;
    }

        .winecellar-region .img-container .img-principal {
            height: auto;
            width: 100%;
        }

        .winecellar-region .img-container .img-secondary {
            right: 25px;
            max-width: 100%;
            top: 73%;
        }

    .winecellar-region .text-container {
        width: 54%;
        margin-left: 40px;
        padding: 0 43px 0 0;
        margin-bottom: 110px;
    }

    .winecellar-region .product-thumbnail-section h2.title {
        margin: 0 0 30px 40px;
    }

    .winecellar-region .vinha-historia {
        display: flex;
        margin: 0 163px 100px 35px;
    }


        .winecellar-region h2.title.rotate {
            display: block;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            height: fit-content;
            margin-right: 40px;

        }

        .winecellar-region .vinha-historia .text-container {
            height: fit-content;
            margin: 0;
            align-self: center;
            padding: 0;
            margin-left: 90px;
        }

    .winecellar-region .separadores-vinho {
        display: flex;
        margin: 70px 100px 100px 35px;
    }

    .winecellar-region .o-que-esperar .text-container {
        margin: 0;
    }

    .winecellar-region .o-que-esperar {
        justify-content: center;
    }

    .winecellar-region .separadores-vinho {
        display: flex;
        margin: 66px 100px 100px 35px;
    }

        .winecellar-region .separadores-vinho h3 {
            font-size: 32px;
            text-transform: none;
            font-weight: 500;
            line-height: 38px;
        }

            .winecellar-region .separadores-vinho h3:hover {
                color: #C30000;
            }

        .winecellar-region .separadores-vinho .vertical-nav .item-separador .tab-select svg:hover {
            fill: #C30000;
        }

        

        .winecellar-region .separadores-vinho .vertical-nav .text-container {
            padding: 20px 25.5px 27px 25.5px;
            margin: 0;
            width: 100%;
        }

        .winecellar-region .separadores-vinho .vertical-nav .item-separador.open .text-container {
            padding: 0;
            margin: 0;
            transition: all 0.5s ease-in-out;
            opacity: 1;
            max-height: 500px;
            margin-top: 20px;
            margin-bottom: 25px;
        }

        .winecellar-region .separadores-vinho .vertical-nav .item-separador {
            padding-left: 0;
            padding-right: 20px;
        }

            .winecellar-region .separadores-vinho .vertical-nav .item-separador .text-container .text-castas {
                margin-top: 25px;
            }

        .winecellar-region .separadores-vinho .vertical-nav .selo {
            margin-top: 12.5px;
            font-size: 20px;
            padding-left: 0;
        }

        .winecellar-region .separadores-vinho .vertical-nav hr {
            margin-top: 25px;
            margin-bottom: 25px;
        }

        .winecellar-region .separadores-vinho .vertical-nav .selo .grey {
            display: flex;
            margin-top: 7px;
        }

        .winecellar-region .separadores-vinho .vertical-nav .selo .garantia {
            display: flex;
        }

        .winecellar-region .separadores-vinho .vertical-nav .selo .info {
            margin-left: 5px;
        }


    /*END of Region page*/


}


@media (min-width: 992px) {
    /* Landing page */
    /* Slider with Vertical Nav Component*/
    .slider-vertical-nav {
        display: flex;
    }

        .slider-vertical-nav .left {
            width: 50%;
            column-gap: 40px;
            padding: 84px calc((80 / 992) * 100vw) 56px 39px;
        }

            .slider-vertical-nav .left .swiper {
                padding-left: 0;
            }

        .slider-vertical-nav .right {
            width: 50%;
            padding-top: 50%;
        }

            .slider-vertical-nav .right .description-images .foreground {
                top: 524px;
                left: -40px;
            }
    /* END Slider with Vertical Nav Component*/
    /* END of Landing page */

    /* Details page */
    .winecellar-details .product-description .text-container h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .winecellar-product-list {
        padding: 20px 10px;
    }


    /* END of Details page */

    .slider-vertical-nav .right .description-images .table-wrapper {
        position: absolute;
        width: 77%;
        max-width: 548px;
        bottom: 114px;
        left: -40px;
        top: initial;
    }
}

@media (min-width: 1200px) {
    /* Landing page */
    /* Slider with Vertical Nav Component*/

    .slider-vertical-nav .left {
        column-gap: min(calc((89.5 / 1366) * 100vw), 40px);
        padding: 84px min(calc((195.3 / 1366) * 100vw), 195.3px) 56px 39px;
    }

        .slider-vertical-nav .left .swiper {
            padding-left: min(calc((89.5 / 1366) * 100vw), 89.5px);
        }

    /* END Slider with Vertical Nav Component*/
    /* END of Landing page */
}
/* 
This target only mobile devices 
Used to remove sticky hover states after clicks
*/
@media only screen and (hover: none) and (pointer: coarse) {

    .tabs-with-nav nav ul li:not(.selected):hover {
        color: #242424;
        font-weight: 400;
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 0;
    }

    .regions-slider .slider-with-nav .swiper .swiper-pagination .swiper-pagination-name:not(.swiper-pagination-name-active):hover {
        color: white;
        text-decoration: none;
    }

    .slider-vertical-nav .left nav ol li:not(.active):hover {
        color: #242424;
    }
}