.landing .dettaglio_agenda {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.landing .dettaglio_agenda>div {
    position: relative;
    background-color: #fff;
    width: 320px
}

.landing .dettaglio_agenda>div button {
    position: absolute;
    right: 10px;
    top: -35px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    width: auto;
    height: auto;
    padding: 0px;
    font-weight: 700;
    font-size: 20px
}

.landing .dettaglio_agenda>div .dorso_container {
    position: relative;
    padding-bottom: 65px;
    width: 100%
}

.landing .dettaglio_agenda>div .dorso_container #dorso {
    transform: rotate(90deg) translateY(-63px);
    transform-origin: top left;
    height: 320px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.landing .dettaglio_agenda>div .info_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px 20px
}

.landing .dettaglio_agenda>div .info_container h4 {
    font-weight: 800;
    text-align: center
}

.landing .dettaglio_agenda>div .info_container p {
    text-align: center
}

.landing .dettaglio_agenda>div .info_container ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px
}

.landing .dettaglio_agenda>div .info_container ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.landing .dettaglio_agenda>div .info_container ul li img {
    margin: auto
}

.landing .dettaglio_agenda>div .info_container ul li a {
    background-color: #ffc700;
    padding: 8px;
    border-radius: 4px
}

.landing .agende {
    background-image: unset;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.landing .agende .title {
    padding: 0 15px
}

.landing .agende .title h1 {
    padding-top: 70px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0 0 20px
}

.landing .agende .title p {
    font-weight: 600;
    text-align: center;
    margin: auto
}

.landing .agende .title h3 {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 22px;
    padding-top: 40px;
    background-image: linear-gradient(to right, #000 60%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 12px 4px;
    background-repeat: repeat-x
}

.landing .agende .title h3 span {
    font-weight: 900;
    -webkit-text-stroke-width: 3px
}

.landing .agende .agendeSwiper {
    margin: 30px 0 16px 0
}

.landing .agende .agendeSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.landing .agende .agendeSwiper .swiper-slide img {
    display: block;
    width: 230px
}

.landing .agende .agendeSwiper .swiper-slide p {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 800;
    margin-top: 13px
}

.landing .agende .agendeSwiper .swiper-slide p img {
    width: 30px
}

.landing .agende .agendeSwiper .swiper-slide .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.landing .agende .thumbSwiper {
    padding-bottom: 50px
}

.landing .agende .thumbSwiper2 {
    padding-bottom: 50px
}

.landing .agende .thumbSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.landing .agende .thumbSwiper .swiper-wrapper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important
}

.landing .agende .thumbSwiper .swiper-wrapper .swiper-slide>div {
    width: 10vw;
    height: 10vw;
    max-width: 60px;
    max-height: 60px;
    border-radius: 100px;
    filter: drop-shadow(0px 2.2px 2.2px rgba(0, 0, 0, 0.60))
}

.landing .agende .thumbSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>div {
    border: 3px solid #FFEB3B
}

.landing .agende .thumbSwiper2 .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.landing .agende .thumbSwiper2 .swiper-wrapper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important
}

.landing .agende .thumbSwiper2 .swiper-wrapper .swiper-slide>div {
    width: 10vw;
    height: 10vw;
    max-width: 60px;
    max-height: 60px;
    border-radius: 100px;
    filter: drop-shadow(0px 2.2px 2.2px rgba(0, 0, 0, 0.60))
}

.landing .agende .thumbSwiper2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active>div {
    border: 3px solid #FFEB3B
}

@media screen and (min-width: 768px) {
    .landing .dettaglio_agenda p {
        font-size: 20px
    }

    .landing .dettaglio_agenda h4 {
        font-size: 28px
    }

    .landing .dettaglio_agenda>div {
        width: 500px
    }

    .landing .dettaglio_agenda>div button {
        position: absolute;
        top: -50px;
        font-size: 30px
    }

    .landing .dettaglio_agenda>div .dorso_container {
        padding-bottom: 98px
    }

    .landing .dettaglio_agenda>div .dorso_container #dorso {
        transform: rotate(90deg) translateY(-98px);
        height: 500px
    }

    .landing .dettaglio_agenda>div .info_container {
        padding: 18px 20px 25px
    }

    .landing .agende {
        background-image: unset;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover
    }

    .landing .agende .title h1 {
        padding-top: 6.25vw
    }

    .landing .agende .title p {
        max-width: 55.56vw;
        font-weight: 400
    }

    .landing .agende .title h3 {
        padding-bottom: 1.53vw;
        padding-top: 2.78vw
    }

    .landing .agende .title h3 span {
        -webkit-text-stroke-width: .21vw
    }

    .landing .agende .agendeSwiper {
        max-width: 1240px;
        padding-top: 3.47vw;
        padding-bottom: 1.39vw;
        margin: 2.78vw auto
    }

    .landing .agende .agendeSwiper .swiper-slide img {
        display: block;
        width: 100%
    }

    .landing .agende .agendeSwiper .swiper-slide p {
        font-size: 2.08vw
    }

    .landing .agende .agendeSwiper .swiper-slide p img {
        width: 3.2vw
    }

    .landing .agende .thumbSwiper {
        max-width: 1440px;
        max-height: 20.83vw;
        overflow: hidden;
        padding-top: 2.08vw
    }

        .landing .agende .thumbSwiper2 {
        max-width: 1440px;
        max-height: 20.83vw;
        overflow: hidden;
        padding-top: 2.08vw
    }


    .landing .agende .thumbSwiper .swiper-slide-thumb-active {
        
    }
    
}

@media screen and (min-width: 1440px) {
    .landing .agende .title h1 {
        padding-top: 90px
    }

    .landing .agende .title p {
        max-width: 800px
    }

    .landing .agende .title h3 {
        padding-bottom: 22px;
        padding-top: 40px
    }

    .landing .agende .title h3 span {
        -webkit-text-stroke-width: 3px
    }

    .landing .agende .agendeSwiper {
        padding-top: 50px;
        padding-bottom: 20px;
        margin: 40px auto
    }

    .landing .agende .agendeSwiper .swiper-slide p {
        font-size: 30px
    }

    .landing .agende .agendeSwiper .swiper-slide p img {
        width: 46px
    }

    .landing .agende .thumbSwiper {
        max-height: 300px;
        padding-top: 30px
    }

       .landing .agende .thumbSwiper2 {
        max-height: 300px;
        padding-top: 30px
    }

    .landing .agende .thumbSwiper .swiper-slide-thumb-active {
       
    }
}

.landing .pov {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    padding: 25px 15px
}

.landing .pov h2 {
    text-align: center;
    margin: 0
}

.landing .pov h2 span {
    font-weight: 900;
    color: #fff
}

.landing .pov p {
    text-align: center;
    font-weight: 900;
    margin: 15px 0 0
}

.landing .pov img {
    width: 250px;
    margin-top: 15px
}

@media screen and (min-width: 768px) {
    .landing .pov {
        padding: 1.74vw 1.04vw
    }

    .landing .pov p {
        font-size: 2.08vw;
        margin: 1.04vw 0 0
    }

    .landing .pov img {
        width: 20.83vw;
        margin-top: 1.04vw
    }
    
}

@media screen and (min-width: 1440px) {
    .landing .pov {
        padding: 25px 15px
    }

    .landing .pov p {
        font-size: 30px;
        margin: 15px 0 0
    }

    .landing .pov img {
        width: 300px;
        margin-top: 15px
    }
}

.landing .ytvideo {
    position: relative;
    padding-bottom: 56.25%
}

.landing .ytvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.prodotti {
    display: none;
}

.landing .prodotti h2 {
    font-weight: 700;
    text-align: center;
    margin: 30px 15px 0
}

.landing .prodotti h2 span {
    font-weight: 900
}

.landing .prodotti .shopify-buy-frame {
    margin: 40px 0
}

@media screen and (min-width: 768px) {
    .landing .prodotti h2 {
        margin: 3.47vw 0 0
    }

    .landing .prodotti .shopify-buy-frame {
        margin: 2.78vw 0
    }
}

@media screen and (min-width: 1440px) {
    .landing .prodotti h2 {
        margin: 50px 0 0
    }

    .landing .prodotti .shopify-buy-frame {
        margin: 40px 0
    }

}

.landing .combo {
    padding: 50px 35px;
    background-image: url("../../images/landing/comix-tween/ragazzi_mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.landing .combo .text h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 30px
}

.landing .combo .text h2 {
    color: #ffc700;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px
}

.landing .combo .text p {
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px
}

.landing .combo .text a {
    display: inline-block;
    color: #000;
    background-color: #ffc700;
    font-weight: 700;
    padding: 15px 30px;
    margin-top: 25px;
    width: auto;
    height: auto
}

@media screen and (min-width: 768px) {
    .landing .combo {
        display: flex;
        align-items: stretch;
        justify-content: center;
        padding: 0;
        background-image: none
    }

    .landing .combo>div {
        width: 50%
    }

    .landing .combo>div.text {
        padding: 3.47vw 8vw;
        background-color: #000
    }

    .landing .combo>div.text h3 {
        font-weight: 600;
        margin: 0 0 2.08vw
    }

    .landing .combo>div.text h2 {
        font-weight: 600;
        margin: 0 0 .69vw
    }

    .landing .combo>div.text p {
        font-weight: 500;
        margin: 0 0 1.04vw
    }

    .landing .combo>div.text a {
        padding: 1.04vw 2.08vw;
        margin-top: 1.74vw
    }

    .landing .combo>.img {
        background-image: url("../../images/landing/comix-tween/ragazzi.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
}

@media screen and (min-width: 1440px) {
    .landing .combo>div.text {
        padding: 50px 140px
    }

    .landing .combo>div.text h3 {
        margin: 0 0 30px
    }

    .landing .combo>div.text h2 {
        margin: 0 0 10px
    }

    .landing .combo>div.text p {
        margin: 0 0 15px
    }

    .landing .combo>div.text a {
        padding: 15px 30px;
        margin-top: 25px
    }
}

.landing .cta {
    background-image: url("../../images/landing/comix-tween/bg_locator_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 15px
}

.landing .cta h2 {
    font-weight: 700;
    text-align: center;
    margin: 0
}

.landing .cta h2 span {
    font-weight: 900
}

.landing .cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    background-color: #ffc700;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 25px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto
}

@media screen and (min-width: 768px) {
    .landing .cta {
        background-image: url("../../images/landing/comix-tween/bg_locator.png");
        padding: 5.56vw 0
    }

    .landing .cta a {
        padding: 1.04vw 2.08vw;
        margin: 2.78vw auto 0
    }
}

@media screen and (min-width: 1440px) {
    .landing .cta {
        padding: 80px 0
    }

    .landing .cta a {
        padding: 15px 30px;
        margin: 40px auto 0
    }
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6,
.landing p,
.landing span,
.landing a,
.landing button {
    font-family: "Barlow", sans-serif;
    color: #000
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6 {
    text-transform: uppercase
}

.landing h1 span,
.landing h2 span,
.landing h3 span,
.landing h4 span,
.landing h5 span,
.landing h6 span {
    color: #ffc700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.landing h1 {
    font-size: 49px
}

.landing h2 {
    font-size: 39px
}

.landing h2 span {
    color: #fff
}

.landing h3 {
    font-size: 31px
}

.landing h4 {
    font-size: 24px
}

.landing p,
.landing a {
    font-size: 16px
}

.landing .button-prev,
.landing .button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc700;
    width: 50px;
    height: 50px;
    border-radius: 100px
}


.landing .button-prev svg,
.landing .button-next svg {
    width: 27px;
    height: 27px
}

.landing .button-prev::after,
.landing .button-next::after {
    display: none
}


.landing .button-prev2,
.landing .button-next2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc700;
    width: 50px;
    height: 50px;
    border-radius: 100px
}

.landing .button-next2 {
    right: 0;
}


.landing .button-prev2 svg,
.landing .button-next2 svg {
    width: 27px;
    height: 27px
}

.landing .button-prev2::after,
.landing .button-next2::after {
    display: none
}

.swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.landing .agende.only_text {
    background-image: url(../../images/landing/comix-tween/bg_mobile.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 155vw
}

.landing .agende.only_text .title {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 15px 32px
}

.landing .agende.only_text .title h1 {
    color: #000000
}

.landing .agende.only_text .title h1 span {
    -webkit-text-stroke-width: 1px;
    color: #ffffff;
    font-style: italic
}

.landing .agende.only_text .title p {
    color: #ffffff;
    margin: 0;
    padding:10px;
    font-weight: 400;
    text-shadow : black;
    background: #00000082;
}

.landing .agende.only_carousel {
    margin-bottom: 25px
}

.landing .agende.only_carousel .typeSelection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.landing .agende.only_carousel .typeSelection .color {
    width: 60px;
    height: 60px;
    border-radius: 50px
}

.landing .agende.only_carousel .typeSelection .color#boy {
    background-color: #2a71d3
}

.landing .agende.only_carousel .typeSelection .color#girl {
    background-color: #ff44cb
}

.landing .agende.only_carousel .typeSelection .color.selected {
    border: 4px solid #fdca17
}

.landing .agende.only_carousel .typeSelection #light {
    width: 80px;
    height: 80px;
    padding: 20px;
    background-color: #ebebeb;
    border-radius: 50px
}

.landing .agende.only_carousel .typeSelection #light.active {
    background: linear-gradient(to left, #b4ff51, #00b7ff 46%, #ff0099 100%);
}

.landing .pov {
    background: black
}

.landing .pov p {
    font-weight: bold;
    color: #fff
}

.landing .doppio_carousel {
    padding: 25px 15px
}

.landing .doppio_carousel>h2 {
    font-weight: 900;
    text-align: center
}

.landing .doppio_carousel .carosuel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.landing .doppio_carousel .carosuel>div {
    width: 100%
}

.landing .doppio_carousel .carosuel>div.astucciSwiper img {
    display: block;
    width: 76%
}

.landing .doppio_carousel .carosuel>div.thumbSwiper h3 {
    margin-bottom: 15px
}

.landing .doppio_carousel .carosuel>div.thumbSwiper h3 span {
    font-weight: 900
}

.landing .doppio_carousel .carosuel>div.thumbSwiper p {
    font-weight: bold
}

.landing .doppio_carousel .carosuel>div.thumbSwiper2 h3 {
    margin-bottom: 15px
}

.landing .doppio_carousel .carosuel>div.thumbSwiper2 h3 span {
    font-weight: 900
}

.landing .doppio_carousel .carosuel>div.thumbSwiper2 p {
    font-weight: bold
}

.landing .applicazione {
    background-image: url(../../images/landing/comix-tween/app_mobile.webp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    gap: 40px;
    position: relative
}

.landing .applicazione>* {
    z-index: 1
}

.landing .applicazione::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 0
}

.landing .applicazione>img {
    margin: 0
}

.landing .applicazione>div>h2 {
    font-weight: 900;
    text-align: center
}

.landing .applicazione>div p {
    color: #fff;
    font-weight: 600;
    text-align: center
}

.landing .applicazione>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    background-color: #ffc700;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 25px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto
}

@media screen and (min-width: 768px) {

    .landing h1 span,
    .landing h2 span,
    .landing h3 span,
    .landing h4 span,
    .landing h5 span,
    .landing h6 span {
        text-shadow: 0px .42vw 0px #000
    }

    .landing h1 {
        font-size: 5.28vw
    }

    .landing h2 {
        font-size: 3.82vw
    }

    .landing h3 {
        font-size: 2.43vw
    }

    .landing h4 {
        font-size: 1.94vw
    }

    .landing p,
    .landing a {
        font-size: 1.39vw
    }

    .landing .button-prev,
    .landing .button-next {
        width: 5.56vw;
        height: 5.56vw
    }

    .landing .button-prev svg,
    .landing .button-next svg {
        width: 3.26vw;
        height: 3.26vw
    }

    .landing .button-prev2,
    .landing .button-next2 {
        width: 5.56vw;
        height: 5.56vw
    }

    .landing .button-prev2 svg,
    .landing .button-next2 svg {
        width: 3.26vw;
        height: 3.26vw
    }


    .landing .agende.only_text {
        background-image: url(../../images/landing/comix-tween/bg.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 60vw
    }

    .landing .agende.only_text .title {
        height: auto;
        align-items: center
    }

    .landing .doppio_carousel {
        padding: 1.74vw 1.04vw
    }

    .landing .doppio_carousel .carosuel {
        flex-direction: row;
        max-width: 1500px;
        margin: auto;
        gap: 70px
    }

    .landing .doppio_carousel .carosuel>div {
        width: 50%
    }

    .landing .doppio_carousel .carosuel>div.astucciSwiper {
        order: 2
    }

    .landing .doppio_carousel .carosuel>div.astucciSwiper img {
        width: 100%
    }

    .landing .doppio_carousel .carosuel>div.thumbSwiper {
        order: 1
    }

    .landing .applicazione {
        background-image: url(../../images/landing/comix-tween/app.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        flex-direction: row;
        padding: 140px;
        align-items: flex-start;
        justify-content: flex-start
    }

    .landing .applicazione::before {
        display: none
    }

    .landing .applicazione>div>h2 {
        text-align: left
    }

    .landing .applicazione>div p {
        text-align: left
    }

    .landing .applicazione>div a {
        padding: 1.04vw 2.08vw;
        margin: 2.78vw 0 0
    }
}

@media screen and (min-width: 1440px) {

    .landing h1 span,
    .landing h2 span,
    .landing h3 span,
    .landing h4 span,
    .landing h5 span,
    .landing h6 span {
        text-shadow: 0px 6px 0px #000
    }

    .landing h1 {
        font-size: 76px
    }

    .landing h2 {
        font-size: 55px
    }

    .landing h3 {
        font-size: 35px
    }

    .landing h4 {
        font-size: 28px
    }

    .landing p,
    .landing a {
        font-size: 20px
    }

    .landing .button-prev,
    .landing .button-next {
        width: 80px;
        height: 80px
    }

    .landing .button-prev svg,
    .landing .button-next svg {
        width: 47px;
        height: 47px
    }

    .landing .button-prev2,
    .landing .button-next2 {
        width: 80px;
        height: 80px
    }

    .landing .button-prev2 svg,
    .landing .button-next2 svg {
        width: 47px;
        height: 47px
    }

    .landing .doppio_carousel {
        padding: 25px 15px
    }

    .landing .applicazione>div a {
        padding: 15px 30px;
        margin: 40px 0 0
    }
}

/*# sourceMappingURL=comix-wbs.min.css.map */