/*Keymessage*/

.garrafeira-keymessage {
    position: relative;
    background-image: url(https://media.slbenfica.pt/-/media/BenficaDP/Images/Loja/Garrafeira/2024/garrafeira-keymessage-background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 110px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

section.garrafeira-keymessage .info-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    height: -webkit-fill-available;
    transition: all 600ms ease-out;
}

section.garrafeira-keymessage .title-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 600ms ease-out 200ms;
}

section.garrafeira-keymessage .title-wrapper img {
    margin: inherit;
}

section.garrafeira-keymessage .title-wrapper .title-content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.title-content h1 {
    color: #fff;
    font-size: 30px;
    text-transform: none;
    text-align: center;
}

/*FIM*/

/*Hotspot*/
.image-section {
    display: flex;
    flex-direction: column;
}

.hotspotsImageBox {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.campaign-element .product{
    height: auto !important;
}

.hotspotsImageBox .campaign-element {
    align-items: stretch;
}

.campaign-element {
    max-height: inherit;
}

.campaign-element.hover .product {
    width: auto !important;
}

.campaign-element .product .arrow-wrapper {
    height: auto !important;
}


/*Fim*/

/*Intro Garrafeira*/
.jersey-home-wrapper {
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    transition: opacity ease-in-out 500ms;
    transition-delay: 200ms;
}

.jersey-home.third {
    background-image: url(https://media.slbenfica.pt/-/media/BenficaDP/Images/Loja/Campanhas/2024-25/Novas-Camisolas/Terceira-camisola/background-third.png);
    background-repeat: repeat;
    background-position: 39% 4%;
    /* position: absolute; */
    /* top: calc(100% - 255px); */
}

.jersey-home .intro {
    cursor: pointer;
    pointer-events: all;
}

.intro .info-wrapper {
    position: relative;
}

.intro .back {
    position: relative;
    height: 576px;
}

.intro .back img,
.intro .back video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.intro .player-img {
    position: absolute;
    bottom: -150.5px;
    left: 0;
}

.intro .texture-img {
    position: absolute;
    bottom: -80.5px;
    right: 0;
}

.intro .shadows {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.intro .shadows .top-shadow {
    height: 360px;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 65%), #0000007b);
}

.intro .bot-shadow {
    height: 216px;
    width: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 50%), #0000007b);
}

.intro .text-wrapper {
    position: absolute;
    padding: 60px 15px;
    color: white;
    top: 0;
}

.intro .text-wrapper .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin: 0;
    color: white;
}

.intro .text-wrapper p {
    font-size: 20px;
    line-height: 26px;
}

.intro .player-img img {
    width: min(calc(270 / 375* 100vw), 270px);
}

.intro .texture-img img {
    width: min(calc(180 / 375* 100vw), 180px);
}

.intro .dark-div.third {
    min-height: 233px;
    background-color: #242424;
    background-position: 39% 4%;
}

.intro .dark-div p {
    position: relative;
    padding: 120px 21px 30px 30px;
    color: white;
    font-size: 26px;
    width: 95%;
}

.intro .dark-div-text {
    font-size: 20px;
    font-weight: 300;
}

/*FIM*/

/* 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;
}

.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-pagination {
    bottom: 83px !important;
}

.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 > *:not(.img-shadow) {
    position: relative;
    font-family: "Roboto", sans-serif;
    text-align: center;
    z-index: 10;
}

.regions-slider .slider-with-nav .swiper .swiper-slide p {
    font-size: 20px;
    line-height: 28px;
    color: white;
    margin: 0;
    margin-bottom: 20px;
}


/* END of Regions Slider Compoenent */

/*Categorias Garrafeira*/
#conceptJersey {
    position: relative;
    width: fit-content;
    margin: 0 4%;
    padding: 60px 0;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

#conceptJersey .left-column {
    align-items: flex-start !important;
}

#conceptJersey .left-column {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 30px;
}

#conceptJersey .right-column p {
    font-size: 20px;
    line-height: 26px;
}

#conceptJersey .right-column {
    display: flex;
    flex-flow: column;
}

#conceptJersey .left-column h3 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #242424;
    text-transform: initial;
}

.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.top {
    top: 40px;
}

.variable-height-slider .swiper-slide .inner-item .text-container.bottom {
    bottom: 40px;
}

.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 h2 {
    font-size: 36px;
    line-height: 42px;
}

.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 {
    width: 100%;
    margin-bottom: 94px;
}

/*FIM*/

/*Vinhos Exclusivos*/
.productDestak-section {
    padding-top: 80px;
    /* padding-left: 50px; */
    padding-bottom: 80px;
}

.productDestak-section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    column-gap: 10%;
    align-items: center;
    padding-bottom: 40px;
}

.productDestak-section .productDesc {
    max-width: 506px;
}

.productDestak-section .productDesc p.red-label {
    color: #c30000;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
}

.productDestak-section .productDesc p.title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
}

.productDestak-section .productDesc p.desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.productDestak-section .productDesc p.price {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.red p,
p.red {
    color: #c30000 !important;
}

/*FIM*/

@media (min-width: 769px) {

    /*Regions SLider*/
    .regions-slider .slider-with-nav .swiper .swiper-pagination {
        bottom: 83px !important;
        top: auto;
        overflow-x: inherit;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        opacity: 1;
        width: fit-content;
    }

    .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;
    }

    /*Categorias Garrafeira*/
    .variable-height-slider .swiper-slide {
        width: 450px;
        height: 450px;
    }

    .variable-height-slider .swiper-slide .inner-item img {
        max-width: 410px;
    }

    .variable-height-slider {
        margin-bottom: 100px;
    }


}

@media screen and (max-width: 768px) {

    /*Hotspot*/
    .responsiveBox {
        position: relative;
        width: 300%;
    }

    .layer-swipe {
        position: absolute;
        left: -14px;
        height: 100%;
        width: calc(100vw + 14px);
        z-index: 10;
        transition: opacity ease-out 150ms;
    }

    .layer-swipe .layer {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #242424;
        opacity: 50%;
    }

    .layer-swipe .text-swipe {
        position: relative;
        color: #FFFFFF;
        padding: 0 90px;
        text-align: center;
        top: 35%;
    }
    

    /*Intro Garrafeira*/

    .intro .player-img {
        bottom: -380.5px;
    }

    .intro .dark-div p {
        padding: 390px 21px 30px 30px;
    }

    .intro .text-wrapper .title {
        padding-bottom: 20px;
    }


    /*Regions Slider*/
    .regions-slider .slider-with-nav .swiper .swiper-pagination {
        display: flex;
        column-gap: clamp(30px, calc((40 / 1366)* 100vw), 49px);
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 20px;
        bottom: 100px !important;
        justify-content: flex-start;
        transform: translate(0px, 0px);
        left: 15px;
        overflow-x: auto;
        max-width: 340px;
    }

    /*Vinhos Exclusivos*/
    .productDestak-section {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px 40px;
    }

    .productDesc .button-wrapper {
        text-align: center;
    }

    .productDestak-section .button-wrapper a {
         width: 100%;
    }
}

@media (min-width: 992px) {

    /*Intro Garrafeira*/
    .intro .back {
        height: 878px;
    }

    .intro .back img {
        min-height: 878px;
    }

    .intro .shadows .top-shadow {
        height: 49%;
    }

    .intro .shadows .bot-shadow {
        height: 51%;
    }

    .intro .text-wrapper {
        display: flex;
        padding: 120px 135px;
        gap: 25px;
    }

    .intro .text-wrapper .title {
        font-size: 46px;
        line-height: 52px;
        padding: 0;
        width: 50%;
    }

    .intro .text-wrapper p {
        font-size: 20px;
        line-height: 26px;
        width: 50%;
    }

    .intro .player-img img,
    .intro .texture-img img {
        width: min(calc(559 / 1366* 100vw), 559px);
    }

    .intro .dark-div p {
        padding: 60px 135px;
        font-size: 36px;
        width: max(calc(805 / 1366* 100vw), 520px);
        margin-right: 0;
        margin-left: auto;
        line-height: 26px;
    }

    .intro .dark-div p .title {
        line-height: 42px;
    }

    /*Categorias Garrafeira*/
    #conceptJersey {
        margin: 0 9.8%;
        flex-flow: row;
        padding: 80px 0 !important;
    }

    #conceptJersey .left-column {
        width: 50%;
    }

    #conceptJersey .right-column {
        width: 50%;
    }

    #conceptJersey .left-column h3 {
        font-size: 36px;
    }
}