/*Section Linea Prodotti*/
.section-prodotti.linea {
    margin-bottom: -15vW;
    background-color: #050505;
}
.header-prodotti-img  {
    background-image:url(../images/shared/header-background_koffea-italian-roastery.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}
.header-prodotti-img img {
    width: 100%;
    position: relative;
    z-index: 2;
}
.header-prodotti-img .to-move {
    position: absolute;
}
.header-prodotti-img .capsula {
    width: 8vw;
    height: auto;
    left: 28vw;
    top: 17vw;
}
.header-prodotti-img .cialda-a {
    width: 7vw;
    height: auto;
    right: 38vw;
    top: 18vw;
}
.header-prodotti-img .cialda-b {
    width: 20vw;
    height: auto;
    left: 20vw;
    bottom: 12vw;
}
.header-prodotti-content {
    position: relative;
    z-index: 1;
    top: -15vw;
    padding-top: 15vW;
    background-image: linear-gradient(to bottom, #F2F2F2 0 83%, #FFFFFF 83% 100%);
    border-radius: 380px 380px 0 0;
}
.header-prodotti-content_inner {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-prodotti-content_inner h1 {
    padding-top:30px;
    padding-bottom:60px;
    font-size:75px;
    border-bottom: 3px solid #000000;
}
.prodotti-box {
    margin-left:-2%;
    margin-right:-2%;
    padding-top:120px; 
}
.prodotto-box-small {
    margin-bottom: 140px;
    padding-left:2%;
    padding-right:2%;
    width:50%;
    text-align: left;
}
.prodotto-small-wrapper {
    margin-top:11vW;
    padding-bottom:60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.image-prodotto-small {
    margin-top: -11vw;
    width: 77%;
    height: auto;
}
.prodotto-box-small.trinacria .prodotto-small-wrapper {
    background-image: url(../images/caffe/background-trinacria-caffe.jpg);
}
.prodotto-box-small.zahara .prodotto-small-wrapper {
    background-image: url(../images/caffe/background-zahara-caffe.jpg);
}
.prodotto-box-small.brasilia .prodotto-small-wrapper {
    background-image: url(../images/caffe/background-brasilia-caffe.jpg);
}
.prodotto-box-small.deka .prodotto-small-wrapper {
    background-image: url(../images/caffe/background-deka-caffe.jpg);
}
.info-prodotto-small {
    width: fit-content;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.info-prodotto-small h2 {
    font-size:60px;
    line-height: 1;
}
.info-prodotto-small h2 span {
    display: block;
    font-size:30px;
}
.info-prodotto-small .gusto-row {
    padding-top:60px;
    padding-bottom: 0;
    flex-direction: column;
    border-bottom: none;
}
.info-prodotto-small .gusto-text {
    font-size: 32px;
}
.info-prodotto-small .gusto-text span {
    font-size:30px;
}
.info-prodotto-small .gusto-level img {
    padding-top: 5px;
}
.info-prodotto-small .gusto-level img {
    padding-left: 0;
    padding-right: 8px;
}
.prodotti-box .yellow-button,.prodotti-box .yellow-button:visited,.prodotti-box .yellow-button:focus,.prodotti-box .yellow-button:active {
    margin-top: 18px;
    width: 100%;
    padding: 32px 22px;
    font-size: 32px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 28%);
}
/*Section Fomati*/
.section-prodotti.formati {
  background-color: #FFFFFF;  
}

.section-prodotti.formati .formati-box {
    padding-top:120px;
    padding-bottom:120px;
}
.section-prodotti.formati .formati-box {
    padding-left:3%;
    padding-right:3%;
}
.section-prodotti.formati .formati-title {
    width:33.3%;
    height: fit-content;
    font-size: 92px;
    text-align: center;
    line-height: 1;
}
.section-prodotti.formati .formati-title span {
    display: block;
}
.section-prodotti.formati .formati-title:after {
    content:'';
    display: block;
    width:70%;
    height: 3px;
    margin: 5px auto;
    background-color: #000000;
}
.section-prodotti.formati .single-formati {
    width:33.3%;
    margin-bottom:60px;
    display: flex;
}
.section-prodotti.formati .single-formati img {
    width: 280px;
    height: auto;
    margin:0 auto;
}
@media screen and (max-width:2048px) { 
    /*Section Linea Prodotti*/
    .header-prodotti-content_inner h1 {
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 65px;
    }
    .info-prodotto-small h2 {
        font-size: 50px;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 28px;
    }
    .info-prodotto-small .gusto-text span {
        font-size: 26px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        margin-top: 16px;
        padding: 22px;
        font-size: 26px;
        border-radius: 8px;
    }
    /*Section Fomati*/
    .section-prodotti.formati .formati-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-prodotti.formati .formati-title {
        font-size: 78px;
    }
    .section-prodotti.formati .single-formati img {
        width: 220px;
    }
}
@media screen and (max-width:1600px) {
    /*Section Linea Prodotti*/
    .header-prodotti-content {
        border-radius: 250px 250px 0 0;
        background-image: linear-gradient(to bottom, #F2F2F2 0 78%, #FFFFFF 78% 100%);
    }
    .header-prodotti-content_inner h1 {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 55px;
    }
    .prodotti-box {
        padding-top: 100px;
    }
    .info-prodotto-small h2 {
        font-size: 45px;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 25px;
    }
    .info-prodotto-small h2 span {
        min-height: 50px;
    }
    .info-prodotto-small .gusto-text span {
        font-size: 20px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        padding: 20px;
        font-size: 24px;
    }
    .info-prodotto-small .gusto-row {
        padding-top: 40px;
    }
    .prodotto-small-wrapper {
        padding-bottom: 40px;
    }
    .prodotto-box-small {
        margin-bottom: 120px;
    }
    /*Section Formati*/
    .section-prodotti.formati .formati-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-prodotti.formati .formati-title {
        font-size: 68px;
    }
    .section-prodotti.formati .single-formati img {
        width: 180px;
    }
}
@media screen and (max-width:1280px) {
    /*Section Linea Prodotti*/
    .header-prodotti-content {
        border-radius: 180px 180px 0 0;
    }
    .header-prodotti-content_inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-prodotti-content_inner h1 {
        padding-top: 5px;
        padding-bottom: 25px;
        font-size: 45px;
    }
    .prodotti-box {
        padding-top: 60px;
    }
    .prodotto-box-small {
        margin-bottom: 100px;
    }
    .info-prodotto-small {
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .info-prodotto-small h2 {
        font-size: 38px;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 20px;
    }
    .info-prodotto-small .gusto-row {
        padding-top: 20px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        margin-top: 10px;
        padding: 15px;
        font-size: 18px;
        border-radius: 5px;
    }
    /*Section Formati*/
    .section-prodotti.formati .formati-box {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .section-prodotti.formati .formati-title {
        font-size: 55px;
    }
    .section-prodotti.formati .single-formati img {
        width: 120px;
    }
}
@media screen and (max-width:991px) {
    /*Section Linea Prodotti*/
    .header-prodotti-content {
        border-radius: 150px 150px 0 0;
    }
    .header-prodotti-content_inner h1 {
        font-size: 38px;
    }
    .prodotti-box {
        padding-top: 40px;
    }
    .prodotto-box-small {
        margin-bottom: 60px;
    }
    .info-prodotto-small .gusto-row {
        padding-top: 0;
    }
    .info-prodotto-small h2 {
        font-size: 30px;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 16px;
    }
    .info-prodotto-small .gusto-text span {
        font-size: 16px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        font-size: 16px;
    }
    /*Section Formati*/
    .section-prodotti.formati .formati-title {
        font-size: 45px;
    }
    .section-prodotti.formati .single-formati {
        margin-bottom: 40px;
    }
    .section-prodotti.formati .single-formati img {
        width: 110px;
    }
}
@media screen and (max-width:767px) {
    body.caffe-page main {
        margin-top: 45px;
    }
    /*Section Linea Prodotti*/
    .header-prodotti-img {
        background-image:none;
    }
    .header-prodotti-content {
        top: -58vw;
        padding-top: 58vW;
        border-radius: 220px 220px 0 0;
    }
    .header-prodotti-content_inner h1 {
        font-size: 35px;
        padding-bottom: 20px;
        border-bottom: 2px solid #000000;
        line-height: 1;
    }
    .info-prodotto-small h2 {
        font-size: 24px;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 15px;
    }
    .info-prodotto-small .gusto-text span {
        font-size: 15px;
    }
    .prodotto-small-wrapper {
        padding-bottom: 30px;
    }
    /*Section Formati*/
    .section-prodotti.linea {
        margin-bottom: -58.2vW;
    }
    .section-prodotti.formati .formati-title {
        width: 100%;
        padding-bottom: 30px;
        font-size: 40px;
    }
    .section-prodotti.formati .formati-title span {
        display: inline-block;
    }
    .section-prodotti.formati .formati-title:after {
        content: none;
    }
    .section-prodotti.formati .single-formati {
        width:50%;
        margin-bottom: 35px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        font-size: 13px;
        padding: 12px;
    }
    .section-prodotti.formati .single-formati img {
        width: 100px;
    }
}
@media screen and (max-width:575px) {
    /*Section Linea Prodotti*/
    .header-prodotti-content {
        border-radius: 100px 100px 0 0;
    }
    .header-prodotti-content_inner h1 {
        font-size: 30px;
    }
    .prodotti-box {
        padding-top: 30px;
        margin-left: -4%;
        margin-right: -4%;
    }
    .prodotto-box-small {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .info-prodotto-small {
        padding-top: 18px;
        padding-bottom: 5px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }
    .info-prodotto-small h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 13px;
        text-align: center;
    }
    .info-prodotto-small .gusto-text span {
        font-size: 12px;
    }
    .info-prodotto-small .gusto-level {
        justify-content: center;
        margin-right: -5px;
    }
    .prodotto-small-wrapper {
        padding-bottom: 20px;
    }
    .info-prodotto-small h2 span {
        min-height: 40px;
    }
    .info-prodotto-small .gusto-text {
        min-height: 34px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .info-prodotto-small .gusto-level img {
        margin-top: 0;
        padding-right: 5px;
        width: 22px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        font-size: 11px;
    }
    .prodotto-box-small {
        margin-bottom: 40px;
    }
    /*Section formati*/
    .section-prodotti.formati .formati-title {
        padding-bottom: 15px;
        font-size: 30px;
    }
    .section-prodotti.formati .single-formati img {
        width: 80px;
    }
}
@media screen and (max-width:425px) {
    /*Section Linea Prodotti*/
}
@media screen and (max-width:375px) {
    /*Section Linea Prodotti*/
    .prodotti-box {
        margin-left: -6%;
        margin-right: -6%;
    }
    .info-prodotto-small {
        padding-top: 16px;
        padding-bottom: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .prodotto-small-wrapper {
        padding-bottom: 15px;
    }
    .info-prodotto-small h2 {
        font-size: 16px;
    }
    .info-prodotto-small h2 span, .info-prodotto-small .gusto-text {
        font-size: 11px;
    }
    .info-prodotto-small .gusto-level img {
        padding-right: 4px;
        width: 18px;
    }
    .prodotti-box .yellow-button, .prodotti-box .yellow-button:visited, .prodotti-box .yellow-button:focus, .prodotti-box .yellow-button:active {
        padding: 10px;
        min-width: 100px;
        font-size: 10px;
    }
    /*Section formati*/
    .section-prodotti.formati .single-formati img {
        width: 70px;
    }
}
@media screen and (max-width:320px) {
    .header-prodotti-content_inner h1,.section-prodotti.formati .formati-title  {
        font-size: 28px;
    }
    .section-prodotti.formati .single-formati img {
        width: 60px;
    }
}