/* BANNER QUALITA SECTION STYLE */
.inner-qualita-banner-wrapper-text .banner-text-wrapper {
    max-width: 715px;
}
.inner-qualita-banner-wrapper-text .banner-text-wrapper .banner-title {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 700;
    font-family:"futura-pt-bold";
    font-size: 54px;
    line-height: 69px;
}
section#block-bannerqualita {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section#block-bannerqualita .button-default img {
    transform: translateY(-19px);
    transition: 0.5s;
    max-width: 100%;
}
section#block-bannerqualita .button-default {
    display: inline-flex;
    align-items: center;
    max-width: 245px;
    max-height: 60px;
    height: 100vh;
    width: 100%;
    justify-content: space-between;
    padding: 10px 28px;
    font-weight: 700;
    font-family:"futura-pt-bold";
    font-size: 18px;
    line-height: 23px;
}
section#block-bannerqualita .button-default:hover img {
    transform: translate(0);
}
section#block-bannerqualita .play-icon-wrapper {
    margin-left: 10px;
    max-width: 25px;
    overflow: hidden;
    max-height: 20px;
}
section#block-bannerqualita .banner-subtitle {
    color: white;
    font-weight: 500;
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 45px;
}

/* SUMMER STOP SECTION STYLE */
.relative {
    position: relative;
}

section.summer-stop-sell-block {
    padding-top: 30px;
}
.content-template-qualita .top-text {
    max-width: 905px;
    margin: auto;
    font-weight: 500;
    font-size: 27px;
    line-height: 33px;
}
.content-template-qualita .top-text p {
    margin-bottom: 20px;
}
.bottom-text-highlight {
    padding-top: 50px;
}
.flex-block-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.summer-stop-sell-block .flex-block-img .img-text-separator {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 2px;
}
.summer-stop-sell-block::before {
    content: '';
    width: 515px;
    height: 800px;
    position: absolute;
    bottom: 0px;
    left: -15px;
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/s3fs-public/qualita/chicchi_sx.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}
.summer-stop-sell-block::after {
    content: '';
    width: 235px;
    height: 450px;
    position: absolute;
    top: -120px;
    right: -15px;
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/s3fs-public/qualita/cioko_dx.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}
/* COMMITMENT SECTION STYLE */
.commitment-quality-section {
    margin-top: 75px;
    margin-bottom: 160px;
}
.commitment-quality-section .title-text {
    max-width: 620px;
    font-weight: 700;
    font-family:"futura-pt-bold";
    font-size: 37px;
    line-height: 47px;
}
.pocket-pralina {
    padding-top: 35px;
    padding-bottom: 85px;
}
.commitment-quality-section .inner-text {
    max-width: 1055px;
}
.commitment-quality-section .inner-text p {
    margin-bottom: 45px;
}
.commitment-quality-section .inner-text p:nth-child(3) {
    margin-bottom: 80px;
}
.discover-more-quality span {
    text-transform: uppercase;
    font-weight: 700;
    font-family:"futura-pt-bold";
    font-size: 37px;
    line-height: 47px;
}
.discover-more-quality span br {
    display: none;
}
.discover-more-quality .red-pocket::after {
    content: '>';
    padding-left: 10px;
    vertical-align: text-bottom;
    transition: 350ms;
}
.discover-more-quality a:hover {
    text-decoration: unset;
}
.discover-more-quality a:hover .red-pocket::after {
    padding-left: 20px;
}
.commitment-quality-section::before {
    content: '';
    width: 360px;
    height: 360px;
    position: absolute;
    top: 60px;
    left: -15px;
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/s3fs-public/qualita/cioko_sx.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.commitment-quality-section::after {
    content: '';
    width: 465px;
    height: 770px;
    position: absolute;
    top: -30px;
    right: 0;
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/s3fs-public/qualita/chicchi_dx.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}


/* NEW HOMEPAGE SLIDER STYLE */
section#block-bannerhomepage, section#block-pocketcoffee-theme-bannerhomepage,
section#block-views-block-homepage-slideshow-block-4 {
    display: none;
}
section#block-views-block-homepage-slideshow-block-3 ul.slick-dots {
    position: absolute;
    bottom: 230px;
    left: calc(50% - 80px);
    display: flex;
    padding: 0;
    list-style: none;
}
section#block-views-block-homepage-slideshow-block-3 ul.slick-dots li button,
section#block-views-block-homepage-slideshow-block-4 ul.slick-dots li button {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    border: 0;
    margin: 0 5px;
    color: transparent;
    background-color: #ffffff85;
    transition: 0.35s;
}
section#block-views-block-homepage-slideshow-block-4 ul.slick-dots li button {
    width: 13px;
    height: 13px;
}
section#block-views-block-homepage-slideshow-block-3 ul.slick-dots li.slick-active button,
section#block-views-block-homepage-slideshow-block-4 ul.slick-dots li.slick-active button {
    background-color: #ffff;
}
section#block-views-block-homepage-slideshow-block-4 ul.slick-dots {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* section#block-views-block-homepage-slideshow-block-3 {
    max-height: 700px;
} */
section#block-pocketcoffee-theme-views-block-homepage-slideshow-block-1 {
    /* top: -300px; */
    margin-top: 0;
    max-height: 1305px;
}
section#block-views-block-homepage-slideshow-block-3,
section#block-views-block-homepage-slideshow-block-4 {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}
section#block-views-block-homepage-slideshow-block-3 {
    margin-bottom: -300px;
    max-height: 905px;
}

section#block-views-block-homepage-slideshow-block-3 .slick-slide,
section#block-views-block-homepage-slideshow-block-3 .slick,
section#block-views-block-homepage-slideshow-block-4 .slick-slide,
section#block-views-block-homepage-slideshow-block-4 .slick {
    position: relative;
}
section#block-views-block-homepage-slideshow-block-3 .slick-slide .slide__media .media--image,
section#block-views-block-homepage-slideshow-block-3 .slick .slide__media .media--image {
    display: flex;
    justify-content: center;
}
section#block-views-block-homepage-slideshow-block-3 .slick-slide .slide__media .media--image img, section#block-views-block-homepage-slideshow-block-3 .slick .slide__media .media--image img {
    max-width: unset;
    height: 100%;
    width: auto;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption,
section#block-views-block-homepage-slideshow-block-4 .slide__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    padding-top: 170px;
}
section#block-views-block-homepage-slideshow-block-4 .slide__caption {
    padding-top: 110px;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption .slide__description {
    /* margin-left: 300px; */
    margin-left: 15%;
    max-width: 590px;
    padding-top: 100px;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption .slide__description .title-slideshow {
    font-size: 54px;
    line-height: 69px;
    font-weight: 600;
    font-family:"futura-pt-bold";
    /* color: white; */
    color: #E8422C;
    margin-bottom: 20px;
}
section#block-views-block-homepage-slideshow-block-4 .slide__description .title-slideshow {
    font-size: 37px;
    line-height: 45px;
    font-weight: 600;
    font-family:"futura-pt-bold";
    color: #E8422C;
}
section#block-views-block-homepage-slideshow-block-4 .slide__caption .slide__description .field-content {
    max-width: 80%;
    padding: 0 15px;
}
section#block-views-block-homepage-slideshow-block-4  .slide__caption .slide__description .subtitle-slideshow {
    /* color: #E8422C; */
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family:"futura-pt-bold";
}
section#block-views-block-homepage-slideshow-block-4 .slide__caption .slide__description .body-slideshow {
    margin-bottom: 40px;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption .slide__description .subtitle-slideshow {
    /* color: #E8422C; */
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family:"futura-pt-bold";
    max-width: 300px;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption .slide__description .body-slideshow {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 450px;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption .slide__description .link-slideshow a,
section#block-views-block-homepage-slideshow-block-4 .slide__caption .slide__description .link-slideshow a {
    background-color: #E8422C;
    max-width: 245px;
    min-height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-family:"futura-pt-bold";
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.35s;
}
section#block-views-block-homepage-slideshow-block-3 .slide__caption .slide__description .link-slideshow a:hover,
section#block-views-block-homepage-slideshow-block-4 .slide__caption .slide__description .link-slideshow a:hover {
    border-color: #E8422C;
    color: #E8422C;
    background-color: white;
}
section#block-views-block-homepage-slideshow-block-4 .slide__caption .slide__description .link-slideshow a {
    max-width: 250px;
}
/* PK PEOPLE & FUN FACTS PAGE STYLE */
.pk-lovers-video.full-width iframe#ytplayer {
    height: 80vh;
}
.ytp-pause-overlay.ytp-scroll-min {
    display: none;
}


/* fun facts page style */
section#block-views-block-fun-facts-block-1 {
    position: relative;
}
section#block-views-block-fun-facts-block-1 .view-filters,
section#block-views-block-fun-facts-block-1 .view-header {
    position: absolute;
    top: -85px;
    right: 0;
}
section#block-views-block-fun-facts-block-1 .view-header {
    top: -110px;
}
section#block-views-block-fun-facts-block-1 #views-exposed-form-fun-facts-block-1 .form--inline {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
section#block-views-block-fun-facts-block-1 #views-exposed-form-fun-facts-block-1 .form--inline .form-item-field-fun-fact-prodotto-target-id {
    grid-row-start: 2;
    grid-column-start: 1;
}
section#block-views-block-fun-facts-block-1 #views-exposed-form-fun-facts-block-1 .form--inline .form-item-created-op,
section#block-views-block-fun-facts-block-1 #views-exposed-form-fun-facts-block-1 .form--inline .form-item-created-value {
    grid-row-start: 2;
    grid-column-start: 2;
    max-width: 48%;
}
section#block-views-block-fun-facts-block-1 #views-exposed-form-fun-facts-block-1 .form--inline .form-item-created-op .select-wrapper select {
    width: 100%;
}
section#block-views-block-fun-facts-block-1 #views-exposed-form-fun-facts-block-1 .form--inline .form-item-created-value input {
    width: 100%;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
}
.full-width img {
    width: 100%;
}
.funfact-wrapper img {
    width: 100%;
}
.funfact-wrapper .inner-wrapper {
    position: absolute;
    /* bottom: 435px; */
    top: 240px;
    left: 260px;
    color: #fff;
    max-width: 430px;
}
.funfact-wrapper .inner-wrapper h1 {
    font-weight: bold;
    font-size: 66px;
    line-height: 85px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.funfact-wrapper .inner-wrapper p {
    font-size: 26px;
    line-height: 33px;
    max-width: 380px;
}
.funfact-container {
    max-width: 1235px;
    margin: auto;
}
.single-funfact {
    padding-bottom: 85px;
    margin-top: 85px;
}
.single-funfact .fact-carousel ul {
    padding: 0;
    list-style: none;
}
.single-funfact .fact-carousel .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.single-funfact .fact-carousel .slick-dots li button {
    padding: 0;
    background-color: #C4C4C4;
    border: 0;
    border-radius: 50px;
    color: transparent;
    width: 28px;
    height: 28px;
    margin: 0 10px;
}
.single-funfact .fact-carousel .slick-dots li.slick-active button {
    background-color: #969696;
}

.fact-text .fact-data {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
.fact-text h2 {
    font-size: 38px;
    font-weight: 700;
    font-family:"futura-pt-bold";
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fact-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 45px;
}
.fact-text p.fact-product {
    margin-bottom: 40px;
}
.fact-text a {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-decoration-line: underline;
}
section#block-views-block-fun-facts-block-1 .pager--load-more {
    margin: 75px 0;
}
section#block-views-block-fun-facts-block-1 .pager--load-more ul.pager__items {
    padding: 0;
    margin: 0;
}
section#block-views-block-fun-facts-block-1 .pager--load-more ul.pager__items a {
    width: 265px;
    height: 72px;
    background: #C4C4C4;
    border-radius: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 4px solid transparent;
    transition: 0.35s;
}
section#block-views-block-fun-facts-block-1 .pager--load-more ul.pager__items a:hover {
    background-color: #fff;
    color: #C4C4C4;
    border-color: #C4C4C4;
}
.single-funfact::after {
    height: 1px;
    background-color: black;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
    bottom: -85px
}


/* pk people page style */
section#block-pkloversspotify {
    /* margin-bottom: -100px; */
    margin-bottom: -7%;
    margin-top: 10px;
}
.pk-lovers-spotify {
  position: relative;
}
.pk-lovers-spotify .inner-text {
    position: absolute;
    /* top: 123px; */
    /* right: 87px; */
    top: calc(50% - 260px);
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pk-lovers-spotify .inner-text .text-wrapper {
    padding-right: 75px;
    margin-top: 0;
}
/* .pk-lovers-spotify .inner-text .spotify-wrapper {
    width: 100%;
    max-width: 940px;
    max-width: 50%;
    margin: 90px 60px auto auto;
} */
.pk-lovers-spotify .inner-text .spotify-wrapper {
    width: 100%;
    max-width: 60%;
    /* margin: 90px 45px auto auto; */
    margin: 0 45px auto auto;
    padding-left: 120px;
}
.pk-lovers-spotify .inner-text p:last-child {
    max-width: 327px;
    padding-top: 57px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.pk-lovers-spotify .inner-text .data-info {
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    color: #C4C4C4;
    margin: 0;
}
.pk-lovers-spotify .inner-text h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    color: white;
    margin-top: 5px;
}
section#block-pkloversspotify .pk-lovers-spotify.full-width img.d-mobile,
section#block-pkloversfunfacts .funfact-wrapper.full-width img.d-mobile {
    display: none;
}
section#block-pkloversfunfacts .funfact-wrapper h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #E8422C;
}
section#block-pkloversfunfacts .funfact-wrapper .btn {
    width: 265px;
    height: 72px;
    background: #E8422C;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 60px;
    border: 2px solid transparent;
    transition: 0.35s;
}
section#block-pkloversfunfacts .funfact-wrapper .btn:hover {
    border-color: #E8422C;
    color: #E8422C;
    background-color: #fff;
}

/* ADDITIONAL HEADER STYLE */
nav#block-pocketcoffee-theme-main-menu ul.menu .dropdown {
    display: none;
}


/* ADDITIONAL STYLE FOR PRODUCT ICE CREAM */
.taxonomy-term-pocket-coffee.gelato {
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/2022-05/gelato/estathe-prodotto-gelato-bg-ghiaccio-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.taxonomy-term-pocket-coffee.gelato .product-image-wrapper img {
    max-width: 650px;
    width: 100%;
}
.taxonomy-term-pocket-coffee.gelato .views-field-field-titolo-pagina-prodotto {
    max-width: 225px;
}
.taxonomy-term-pocket-coffee.gelato .ingrediente {
    font-weight: 300;
}
.taxonomy-term-pocket-coffee.gelato .ingrediente b,
.taxonomy-term-pocket-coffee.gelato .ingrediente strong {
    font-weight: 600;
    font-family:"futura-pt-bold";
}
/* .taxonomy-term-pocket-coffee.gelato .red-notice::before {
    content: '';
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/s3fs-public/tratteggio.png);
    height: 280px;
    width: 2px;
    display: block;
    background-size: cover;
    background-position-y: 10px;
    margin: 17px auto 0;
    transform: rotate(180deg);
} */
.taxonomy-term-pocket-coffee.gelato .red-notice::before {
  content: unset;
}
.taxonomy-term-pocket-coffee.gelato .no-glutine-wrapper {
    color: transparent;
    margin-bottom: 30px;
}
.red-notice {
    font-size: 24px;
    color: #e8422c;
    font-weight: 600;
    font-family:"futura-pt-bold";
}
.taxonomy-term-pocket-coffee.gelato .red-notice::after,
.taxonomy-term-pocket-coffee.espresso.to.go .red-notice::after {
    content: '';
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/s3fs-public/tratteggio.png);
    height: 280px;
    width: 2px;
    display: block;
    background-size: cover;
    background-position-y: 10px;
    margin: 17px auto 0;
    transform: rotate(180deg);
}
.taxonomy-term-pocket-coffee.gelato .product-image-wrapper::before {
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/2022-05/gelato/estathe-prodotto-gelato-header-chicchi-sx.png);
}
.taxonomy-term-pocket-coffee.gelato .product-image-wrapper::after {
    background-image: url(https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/pocketcoffee-it/2022-05/gelato/estathe-prodotto-gelato-header-chicchi-dx.png);
}
