@media (min-width: 1023px) {
  .nascondiDaDesktop {
    display: none!important;
  }
  .nascondiDaMobile {
    display: block!important;
  }
}
@media (max-width: 1023px) {
  body {
    /*     .cmp_immagine_prodotto.immagine-sempre-carta-igienica-4-rotoli img { top: -10px }
    .cmp_immagine_prodotto.immagine-sempre-carta-igienica-6-rotoli img { top: -15px }
    .cmp_immagine_prodotto.immagine-sempre-carta-igienica-8-rotoli img { top: -30px }
    .cmp_immagine_prodotto.immagine-sempre-carta-igienica-12-rotoli img { top: -30px }
    .cmp_immagine_prodotto.immagine-sempre-asciugatutto-2-rotoli img { top: calc(-1vw - 25px); height: 48vw; margin-top: 9vw; }
    .cmp_immagine_prodotto.immagine-sempre-asciugatutto-3-rotoli img { top: calc(-1vw - 30px); height: 48vw; margin-top: 9vw; }
    .cmp_immagine_prodotto.immagine-sempre-asciugatutto-4-rotoli img { top: -10px }
    .cmp_immagine_prodotto.immagine-sempre-asciugatutto-6-rotoli img { top: -45px }
    .cmp_immagine_prodotto.immagine-sempre-bobina img { height: 64vw; margin-top: -10px; margin-bottom: -50px; top: auto; }

    .cmp_immagine_prodotto.immagine-spesso-carta-igienica-4-rotoli img { top: -5px }
    .cmp_immagine_prodotto.immagine-spesso-carta-igienica-8-rotoli img { top: -30px }
    .cmp_immagine_prodotto.immagine-spesso-carta-igienica-12-rotoli img { top: -30px } */
  }
  body .cmp_page_header {
    height: 60px;
  }
  body .cmp_page_header #cmp_menu {
    max-width: none;
    padding: 0;
  }
  body .cmp_page_header #cmp_menu #menu-header-menu li.item-prodotti-mobile {
    display: block;
  }
  body .cmp_page_header #cmp_menu #menu-header-menu li.item-prodotti-desktop {
    display: none;
  }
  body .cmp_page_header #cmp_logo_container {
    top: 20px;
  }
  body .cmp_page_header .menu-icon {
    margin-top: 10px;
  }
  body .cmp_titolo {
    margin-left: 30px;
  }
  body .linee-container {
    margin-top: 20px;
    max-width: none;
  }
  body .linee-container .card {
    border: none;
    padding: 10px 0 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }
  body .linee-container .card .card-body {
    padding: 0;
  }
  body .linee-container .card .card-body .accordion-item {
    margin-bottom: 0;
  }
  body .linee-container .card .card-body .accordion-item .accordion-body {
    padding: 10px 0 0;
  }
  body .linee-container .card .card-body .accordion-item .accordion-body ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
  body .linee-container .card .card-body .accordion-item .accordion-body ul li {
    margin-top: 10px;
  }
  body .linee-container .card .card-body .accordion-item .accordion-body ul li a {
    text-transform: uppercase;
    color: #060e9f;
    text-decoration: none;
    font-weight: 600;
  }
  body .linee-container .card.card-spesso {
    background-color: #6AD5EC;
  }
  body .linee-container .card.card-sempre {
    background-color: white;
  }
  body .linee-container .card.card-subito {
    background-color: #fcea1b;
  }
  body .linee-container .card.card-pure {
    background-color: #bbad9f;
  }
  body .linee-container .card.card-faibene {
    background-color: #0ec54f;
  }
  body .linee-container .card.card-faibene .card-body .accordion-item .accordion-body ul li a {
    color: white;
  }
  body .linee-container .card .card-img-top {
    height: 100px;
  }
  body .linee-container .card h2.accordion-header {
    margin: 0 auto;
    width: 120px;
  }
  body .linee-container .card h2.accordion-header button.accordion-button {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border-style: solid;
    border-width: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    padding: 2px 10px;
  }
  body .linee-container .card h2.accordion-header button.accordion-button::after {
    background-image: url(../images/layout/menu/caret_down.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    background-position-y: center;
  }
  body .linee-container .card h2.accordion-header#headingspesso button.accordion-button {
    border-color: #6AD5EC;
    background-color: #fcea1b;
    color: #060e9f;
  }
  body .linee-container .card h2.accordion-header#headingsempre button.accordion-button {
    border-color: white;
    background-color: #060e9f;
    color: #fcea1b;
  }
  body .linee-container .card h2.accordion-header#headingsempre button.accordion-button::after {
    background-image: url(../images/layout/menu/caret_down_giallo.svg);
  }
  body .linee-container .card h2.accordion-header#headingsubito button.accordion-button {
    color: #fcea1b;
    background-color: #060e9f;
    border-color: #FFF24C;
  }
  body .linee-container .card h2.accordion-header#headingsubito button.accordion-button::after {
    background-image: url(../images/layout/menu/caret_down_giallo.svg);
  }
  body .linee-container .card h2.accordion-header#headingfaibene button.accordion-button {
    border-color: #0ec54f;
    background-color: #fcea1b;
    color: #060e9f;
  }
  body .linee-container .card h2.accordion-header#headingpure button.accordion-button {
    border-color: #060e9f;
    background-color: #0C63E4;
    color: white;
  }
  body #cmp_menu_prodotti {
    display: none;
  }
  body #cmp_section_prodotti .background-modal-scheda {
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body #cmp_section_prodotti #cmp_schede_prodotti.cmp_scheda_prodotto_aperta #cmp_schede_prodotti_dati {
    z-index: 20;
    width: calc(100vw - 30px);
    top: 100px;
    left: 15px;
    position: fixed;
    background-color: white;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }
  body #cmp_section_prodotti #cmp_schede_prodotti.cmp_scheda_prodotto_aperta #cmp_schede_prodotti_dati::after {
    border: none;
    font-size: 32px;
    right: 15px;
    content: "\00D7";
    position: absolute;
    top: 5px;
    padding: 10px;
    line-height: 4px;
    width: 10px;
    height: 10px;
  }
  body #cmp_section_prodotti #cmp_schede_prodotti.cmp_scheda_prodotto_aperta #cmp_schede_prodotti_dati .cmp_scheda_prodotto_singola.cmp_scheda_prodotto_singola_attiva {
    padding: 30px 20px;
  }
  body #cmp_section_prodotti #cmp_schede_prodotti.cmp_scheda_prodotto_aperta #cmp_schede_prodotti_dati .cmp_schede_prodotti_row {
    color: #333;
    border-bottom-color: #333;
    padding: 10px 0px;
  }
  body #cmp_section_prodotti #cmp_schede_prodotti.cmp_scheda_prodotto_aperta #cmp_schede_prodotti_dati .cmp_schede_prodotti_row:last-child {
    border-bottom: none;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile {
    display: block;
    position: relative;
    z-index: 1;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .headerTitolo {
    border-style: solid;
    border-width: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    padding: 2px 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    margin-top: 10px;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .headerTitolo.titolo-spesso {
    border-color: #6AD5EC;
    background-color: #fcea1b;
    color: #060e9f;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .headerTitolo.titolo-sempre {
    border-color: white;
    background-color: #060e9f;
    color: #fcea1b;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .headerTitolo.titolo-subito {
    color: #fcea1b;
    background-color: #060e9f;
    border-color: #FFF24C;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .headerTitolo.titolo-faibene {
    border-color: #0ec54f;
    background-color: #fcea1b;
    color: #060e9f;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .headerTitolo.titolo-pure {
    border-color: #060e9f;
    background-color: #0C63E4;
    color: white;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item {
    width: calc(100% - 30px);
    background-color: white;
    border: 1px solid #ccc;
    margin-left: 15px;
    border: none;
    background-color: transparent;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header .accordion-button {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #060e9f;
    outline: none;
    display: flex;
    justify-content: start;
    background-color: transparent;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header .accordion-button .headerTitolo {
    margin: 0 10px 0 0;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header .accordion-button .fumetto {
    width: 200px;
    height: 32px;
    background-image: url(../images/layout/prodotti/fumetto.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    line-height: 32px;
    position: relative;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header .accordion-button .fumetto::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/menu/caret_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    transition: transform 0.2s ease-in-out;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header .accordion-button::after {
    display: none;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-header .accordion-button:not(.collapsed) .fumetto::after {
    transform: rotate(-180deg) translateY(2px);
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-collapse .accordion-body .titolo-tipologia {
    text-transform: uppercase;
    color: #060e9f;
    font-size: 14px;
    font-weight: 700;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-collapse .accordion-body ul.lista-prodotti-tipologia {
    list-style: none;
    color: #060e9f;
    padding-left: 0;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-collapse .accordion-body ul.lista-prodotti-tipologia li {
    cursor: pointer;
    line-height: 1.8;
  }
  body #cmp_section_prodotti .menu-prodotto-mobile .accordion-item .accordion-collapse .accordion-body ul.lista-prodotti-tipologia li.cmp_menu_prodotti_voce_active {
    color: #ff4e00;
    font-weight: 600;
  }
  body #cmp_schede_prodotti_icona {
    position: fixed;
    right: 0;
    top: 60px;
    width: auto;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  body #cmp_schede_prodotti_icona img {
    display: block;
    width: 45px;
  }
  body section.page3 .bx-wrapper li {
    min-height: 0;
  }
  body .cmp_titolo {
    margin-left: 15px;
  }
  body .linee-container {
    margin-top: 10px;
  }
  body #cmp_slider_wrapper {
    padding: 0;
  }
  body #cmp_slider_wrapper .li3d {
    bottom: 60px;
  }
  body .cmp_immagine_prodotto {
    height: auto;
  }
  body .cmp_immagine_prodotto img {
    /* margin: 0 auto;
        height: 58vw;
        width: auto; 
        max-width: none;
        position: relative;
        bottom: auto; 
        margin-bottom: -20vw; */
    height: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  body .cmp_immagine_prodotto.immagine-sempre-asciugatutto-4-rotoli img {
    margin-top: 20px;
    width: 85%;
  }
  body section#cmp_section_prodotti {
    background-position-y: -5vh;
  }
  body section#cmp_section_prodotti.section3d {
    background-position-y: -12vh;
  }
  body section#cmp_section_prodotti .bx-wrapper {
    top: -10px;
    margin-bottom: 0;
    height: auto;
    max-height: calc(100vh - 230px);
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-pager {
    bottom: 33vw;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #999;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #333;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport {
    height: auto !important;
    bottom: auto;
    left: auto;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport ul {
    height: auto;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport ul li {
    padding-top: 130px;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport ul li.li3d {
    height: auto;
    padding-top: 40vw;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport .wrapper3d {
    height: 45vh;
    margin-bottom: -5vh;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport .wrapper3d canvas {
    bottom: -5vh;
    top: auto;
  }
  body section#cmp_section_prodotti .bx-wrapper .cmp_testo_prodotti {
    padding: 0 15px 130px;
    position: relative;
    bottom: auto;
    height: auto;
    top: 90px;
    /* &.testo-spesso-carta-igienica-12-rotoli {
            bottom: 0;

            .cmp_testo_prodotto_descrizione {
              top: 5vh
            }
          }

          &.testo-sempre-carta-igienica-6-rotoli {
            .testo-prodotto-dati-container {
              top: -9vh;
            }
          }

          &.testo-sempre-carta-igienica-12-rotoli {
            .testo-prodotto-dati-container {
              top: -9vh;
            }
          } */
  }
  body section#cmp_section_prodotti .bx-wrapper .cmp_testo_prodotti .testo-prodotto-dati-container {
    position: relative;
    overflow: hidden;
    clear: both;
    top: auto;
  }
  body section#cmp_section_prodotti .bx-wrapper .cmp_testo_prodotti .cmp_testo_prodotto_tipo {
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
  }
  body section#cmp_section_prodotti .bx-wrapper .cmp_testo_prodotti .cmp_testo_prodotto_descrizione {
    font-size: 16px;
    line-height: 1.4;
    height: auto;
    position: relative;
    top: auto;
    min-height: 0;
  }
  body section#cmp_section_prodotti .bx-wrapper .cmp_testo_prodotti .cmp_testo_prodotto_strappi span.strappi {
    display: block;
    margin-top: -5px;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-controls-direction {
    display: none;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-controls-direction a {
    top: 40vh;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d {
    top: -20vh;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .bx-pager {
    display: none;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotto_tipo {
    display: none;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti {
    top: 20vw;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti .testo-prodotto-dati-container {
    top: -15vh;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti .cmp_testo_prodotto_descrizione {
    top: -18vw;
  }
  body section#cmp_section_prodotti.unico-prodotto .bx-pager {
    display: none;
  }
  body section#cmp_section_prodotti .altre-linee {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    height: 60px;
    background-color: #ff4e00;
    align-items: center;
    justify-content: start;
    z-index: 20;
  }
  body section#cmp_section_prodotti .altre-linee a {
    text-decoration: none;
    border-style: solid;
    border-width: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    padding: 0 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    margin-left: 15px;
    min-width: 88px;
  }
  body section#cmp_section_prodotti .altre-linee a.pulsante-spesso {
    border-color: #6AD5EC;
    background-color: #fcea1b;
    color: #060e9f;
  }
  body section#cmp_section_prodotti .altre-linee a.pulsante-sempre {
    border-color: white;
    background-color: #060e9f;
    color: #fcea1b;
  }
  body section#cmp_section_prodotti .altre-linee a.pulsante-pure {
    border-color: #060e9f;
    background-color: #0C63E4;
    color: white;
  }
  body section#cmp_section_prodotti .altre-linee a.pulsante-subito {
    color: #fcea1b;
    background-color: #060e9f;
    border-color: #FFF24C;
  }
  body section#cmp_section_prodotti .altre-linee a.pulsante-faibene {
    border-color: #0ec54f;
    background-color: #fcea1b;
    color: #060e9f;
  }
  body #cmp_logo_fai {
    bottom: 34px;
  }
  body.page-template-leggimi .leggiTutto a {
    top: auto;
    right: 0;
    bottom: -45px;
  }
}
@media (max-width: 767px) {
  body {
    /* &.page-template-leggimi {
      .articoloSingolo {
        display: block;

        .contenutoArticolo {
          width: calc(100% - 30px);

          .leggiTutto a {
            bottom: 0;
          }
        }
      }
    } */
  }
  body #cmp_link_social_footer_wrapper {
    padding-left: 35px;
  }
  body #cmp_logo_wepa_container {
    right: 0;
    width: 70px;
  }
  body #cmp_logo_fai {
    bottom: 24px;
    right: 0;
    width: 70px;
    height: 64px;
    top: auto;
  }
  body section#cmp_section_prodotti.section3d {
    background-position-y: -16vh;
  }
  body section#cmp_section_prodotti .altre-linee {
    padding-left: 20px;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport ul li {
    padding-top: 30px;
  }
  body section#cmp_section_prodotti .bx-wrapper .cmp_testo_prodotti {
    top: auto;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-pager {
    bottom: calc(50% - 1vh);
  }
  body section#cmp_section_prodotti .bx-wrapper {
    max-height: none;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d {
    top: -5vw;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport .wrapper3d canvas {
    bottom: 5vw;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti {
    top: 12vw;
    padding-bottom: 0;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport ul li.li3d {
    padding-top: 15vw;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport .wrapper3d {
    margin-bottom: -10vw;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti .cmp_testo_prodotto_descrizione {
    top: -28vw;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti .testo-prodotto-dati-container {
    top: -20vh;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti .cmp_testo_prodotto_descrizione {
    top: -38vw;
  }
  body.page-template-sostienimi .sostienimi-container .cmp_titolo .titolo-pagina {
    margin-top: 10px;
  }
  body.page-template-leggimi .articoloSingolo > img {
    width: 50%;
  }
  body.page-template-leggimi .contenutoArticolo {
    padding-top: 0;
  }
  body body.page-template-leggimi .contenutoArticolo {
    padding-top: 0;
    height: calc(100% - 15px);
    line-height: 1.2;
  }
  body body.page-template-leggimi .contenutoArticolo a h3 {
    overflow-wrap: anywhere;
  }
  body body.page-template-leggimi .leggiTutto a {
    bottom: -30px;
  }
  body.page-template-hybrid .video.videoHbryd-medium {
    display: block;
  }
  body.page-template-hybrid .video.videoHbryd-large {
    display: none;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  body section#cmp_section_prodotti {
    background-position-y: -10vw;
  }
  body section#cmp_section_prodotti.section3d {
    background-position-y: -23vw;
  }
  body section#cmp_section_prodotti .bx-wrapper .bx-viewport ul li {
    margin-top: 0;
  }
  body section#cmp_section_prodotti .bx-wrapper.bx3d .cmp_testo_prodotti .cmp_testo_prodotto_descrizione {
    top: -12vw;
  }
  body .cmp_immagine_prodotto img {
    height: 25vw;
    /* margin-bottom: -10vw; */
    margin: auto;
  }
}
