#nav_altezza {
    opacity: 0 !important;
    transition: auto .6s linear;
}

#nav_altezza.ready {

    opacity: 1 !important;

}

#nav_altezza,
.pin-spacer,
#nav_altezza #prodotto-plus {

    z-index: 100000 !important;
    margin: 0 auto;

}

body.single-product[style*="overflow: hidden"] .pin-spacer,
body.single-product[style*="overflow: hidden"] #nav_altezza,
body.single-product[style*="overflow: hidden"] #prodotto-plus {

    z-index: 100 !important;

}

#nav_altezza #prodotto-plus>.nav-tabs-prodotto {

    --progress: 0;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    background-color: transparent;

}

@media (width >= 1025px) {
    #nav_altezza #prodotto-plus>.nav-tabs-prodotto {

        overflow: hidden;

    }
}

#nav_altezza.1-slides #prodotto-plus>.nav-tabs-prodotto .tab-prodotto {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

#nav_altezza .content-prodotto-nav .content-prodotto-sticky {
    width: 100%;
}

#nav_altezza .content-prodotto-nav .content-prodotto-sticky .splide__list {

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    will-change: auto;
    scroll-snap-type: both mandatory;

}

#nav_altezza .content-prodotto-nav .section-prodotto {

    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;

}

#nav_altezza .content-prodotto-nav .section-prodotto .line-height-prodotto,
#nav_altezza .content-prodotto-nav .section-prodotto>.row,
#nav_altezza .content-prodotto-nav .section-prodotto .col-md-4>.d-flex {
    margin-right: auto;
    margin-left: auto;
}

#nav_altezza .content-prodotto-nav .section-prodotto>.row {

    display: flex;
    flex: 1 1 100%;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100%;

}

/* New CSS */
.horizontal-scroll-section,
.horizontal-scroll-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.horizontal-scroll-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.pin-spacer {
    will-change: auto;
}

.cards-wrapper {
    --index: 0;
    width: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    padding: 0;
    margin: 0 auto;
    padding: 0;
    gap: 0;
    margin: 0;
}

.panel {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex: 1 1 100%;
    margin: 0;
    width: 100vw;
    min-width: 100vw;
    padding: 1rem;
    font-size: 1.5rem;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background: #c9c9c9;
    border-radius: 0;
    position: relative;
    z-index: 1;
    will-change: auto;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d
}

#nav_altezza #prodotto-plus>.card-stay {
    overflow: auto hidden;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    display: flex;
    z-index: 100;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
}

@media (width >= 1025px) {
    #nav_altezza #prodotto-plus>.card-stay {
        justify-content: center;
        overflow: hidden;
    }
}

#nav_altezza #prodotto-plus>.card-stay a {
    display: flex !important;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    opacity: 0.8;
    transform: scale(0.8);
    transition: all 0.6s linear 0.3s;
    pointer-events: auto;
    display: inline-block;
}

.card-stay a.active,
.card-stay a:hover,
.card-stay a:focus {
    opacity: 1;
    transform: scale(1);
}

#nav_altezza .content-prodotto-nav .content-prodotto-sticky .splide__list {

    flex-flow: column nowrap;
    overflow: hidden;

}

.swipe-section {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.swipe-section .panel {
    overflow: hidden !important;
    padding: 0;
    margin: 0;
    position: absolute !important;
    z-index: 1;
    inset: 0 !important;
    background-color: #fff;
}

/* Accordion stuff */
#nav_altezza.is--accordion .swipe-section .panel {
    position: static !important;
}
#nav_altezza.is--accordion #prodotto-plus > .card-stay {
    display: none !important;
}
#nav_altezza.is--accordion #prodotto-plus,
#nav_altezza.is--accordion .content-prodotto-nav,
#nav_altezza.is--accordion .content-prodotto-nav .content-prodotto-sticky,
#nav_altezza.is--accordion .content-prodotto-nav .section-prodotto,
#nav_altezza.is--accordion.horizontal-scroll-section,
#nav_altezza.is--accordion .horizontal-scroll-container,
#nav_altezza.is--accordion .swipe-section .panel {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    overflow-y: auto !important;
}


/* ---------------------------------
    Single Product - Tabs
--------------------------------- */

#nav_altezza {
    --header-tabs-height: 5em;
    --section-padding-y: 3em;
    --row-gap: 4em;
    --col-gap: 0em;
    --col-txt-padding-x: 2em;
    --col-txt-padding-y: 2em;
    --col-img-padding-x: 3em;
    --col-img-padding-y: 3em;
    --img-max-width: 100%;
    --img-max-height: 100%;
    --icon-size: 5em;
    background-color: var(--color-white);
}

#prodotto-plus #section-0,
#prodotto-plus #section-1 {
    --col-img-padding-y: 0em;
    --row-finiture-height: auto;
    --row-finiture-bg-width: 156%;
}

#prodotto-plus #section-0 {
    --color-primary: var(--color-blue);
}

#prodotto-plus #section-1 {
    --color-primary: var(--color-green);
}

#prodotto-plus #section-2 {
}

#prodotto-plus #section-3 {
    --img-max-height: 37em;
    --icon-size: 5em;
}

#prodotto-plus #section-4 {
    --col-txt-padding-x: 5em;
    --col-img-padding-x: 3em;
    --col-img-padding-y: 0em;
    --nodo-img-margin-x: -3em;
}

#prodotto-plus #section-5 {
    --icon-size: 7em;
}

#prodotto-plus #section-6 {
    --col-txt-padding-x: 2.5em;
    --col-txt-padding-y: 2em;
    --col-txt-border-margin-y: 1em;
    --cols-container-padding-x: calc(var(--col-txt-padding-x) / 2);
    display: grid;
    align-content: space-between;
    justify-content: normal;
    align-items: center;
    text-align: center;
}

#prodotto-plus #section-7 {
    --img-max-height: 29em;
    --icon-size: 4.2em;
    --row-infobox-padding-y: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (width >= 1025px) {
    #nav_altezza {
        --header-tabs-height: 5em;
        --section-padding-y: 4em;
        --row-gap: 0em;
        --col-gap: 0em;
        --col-txt-padding-x: 4em;
        --col-txt-padding-y: 4em;
        --col-img-padding-x: 4em;
        --col-img-padding-y: 4em;
        --img-max-width: 100%;
        --img-max-height: 100%;
        --icon-size: 5em;
        background-color: var(--color-white);
    }

    #prodotto-plus #section-0,
    #prodotto-plus #section-1 {
        --col-txt-padding-x: 14em;
        --col-img-padding-x: 4em;
        --col-img-padding-y: 3.5em;
        --row-finiture-height: 13em;
        --row-finiture-bg-width: 55.3%;
    }

    #prodotto-plus #section-0 {
        --color-primary: var(--color-blue);
    }

    #prodotto-plus #section-1 {
        --color-primary: var(--color-green);
    }

    #prodotto-plus #section-2 {
        --col-txt-padding-x: 7em;
    }

    #prodotto-plus #section-3 {
        --col-txt-padding-x: 4em;
        --img-max-height: 37em;
        --icon-size: 5em;
    }

    #prodotto-plus #section-4 {
        --col-txt-padding-x: 7em;
        --col-img-padding-x: 3em;
        --col-img-padding-y: 3em;
        --nodo-img-margin-x: -3em;
    }

    #prodotto-plus #section-5 {
        --col-txt-padding-x: 3em;
        --icon-size: 8.4em;
    }

    #prodotto-plus #section-6 {
        --col-txt-padding-x: 2.5em;
        --col-txt-padding-y: 2em;
        --col-txt-border-margin-y: 1em;
        --cols-container-padding-x: calc(var(--col-txt-padding-x) / 2);
        display: grid;
        align-content: space-between;
        justify-content: normal;
        align-items: center;
        text-align: center;
    }

    #prodotto-plus #section-7 {
        --col-txt-padding-x: 6em;
        --img-max-height: 29em;
        --icon-size: 4.2em;
        --row-infobox-padding-y: 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

#blocco-nav-top {
    height: 0 !important;
}

#blocco-nav-top + br,
#nav_altezza + br,
.pin-spacer + br {
    display: none;
}

#prodotto-plus .nav-tabs-prodotto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    width: 100%;
    max-width: 100%;
    height: var(--header-tabs-height);
    text-align: center;
    border-radius: 0 !important;
}

#prodotto-plus .nav-tabs-prodotto .tab-prodotto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    background-color: var(--color-gray-10);
    color: var(--color-blue);
    transition: var(--transition-base) !important;
    font-size: 1.05em !important;
    line-height: 1.2em;
}

#prodotto-plus .nav-tabs-prodotto .tab-prodotto:hover,
#prodotto-plus .nav-tabs-prodotto .tab-prodotto.active {
    background-color: var(--color-blue);
    color: var(--color-white) !important;
}

#prodotto-plus .content-prodotto-nav {
    height: calc(100vh - var(--header-tabs-height));
    max-height: 100%;
    min-height: 100%;
    row-gap: 4px;
}

#prodotto-plus .content-prodotto-nav .section-prodotto {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    font-size: inherit;
}

@media (width >= 1025px) {
    #prodotto-plus .content-prodotto-nav .section-prodotto {
    padding-top: var(--header-tabs-height);
}
}

#prodotto-plus .section-prodotto .row {
    margin-right: 0;
    margin-left: 0;
}

#prodotto-plus .section-prodotto .row [class*="col"] {
    padding-right: 0;
    padding-left: 0;
}

#prodotto-plus .section-prodotto > .row {
    row-gap: var(--row-gap);
    column-gap: var(--col-gap);
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

#prodotto-plus #section-0 > .row,
#prodotto-plus #section-1 > .row,
#prodotto-plus #section-2 > .row,
#prodotto-plus #section-6 > .row:first-child,
#prodotto-plus #section-7 > .row:first-child {
    padding-bottom: 0;
}

#prodotto-plus .section-prodotto > .row > [class*="col"] {
    height: auto;
    max-height: 100%;
}

#prodotto-plus .section-prodotto img {
    width: auto;
    max-width: var(--img-max-width);
    height: auto;
    max-height: var(--img-max-height);
}

#prodotto-plus #section-0 > .row > [class*="col"] {}
#prodotto-plus #section-0 > .row > [class*="col"]:nth-child(1) {}
#prodotto-plus #section-0 > .row > [class*="col"]:nth-child(2) {}

#prodotto-plus #section-1 > .row > [class*="col"] {}
#prodotto-plus #section-1 > .row > [class*="col"]:nth-child(1) {}
#prodotto-plus #section-1 > .row > [class*="col"]:nth-child(2) {}

@media (width >= 1025px) {

    #prodotto-plus #section-0 > .row > [class*="col"]:nth-child(1),
    #prodotto-plus #section-0 > .row > [class*="col"]:nth-child(2),
    #prodotto-plus #section-1 > .row > [class*="col"]:nth-child(1),
    #prodotto-plus #section-1 > .row > [class*="col"]:nth-child(2) {
        height: calc(100vh - var(--header-tabs-height) - var(--row-finiture-height));
    }

}

#prodotto-plus #section-0 > .row > [class*="col"]:nth-child(1),
#prodotto-plus #section-1 > .row > [class*="col"]:nth-child(1) {
    padding-right: var(--col-txt-padding-x) !important;
    padding-left: var(--col-txt-padding-x) !important;
}

#prodotto-plus #section-0 > .row > [class*="col"]:nth-child(2),
#prodotto-plus #section-1 > .row > [class*="col"]:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--col-img-padding-y) var(--col-img-padding-x) !important;
}

#prodotto-plus .section-prodotto .h-nav-title {
    font-size: 3.4em;
    line-height: 1em;
    margin-bottom: 0.4em;
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-txt {
    padding-right: 0;
    padding-left: 0;
    color: var(--color-primary);
}

#prodotto-plus .section-prodotto .parag_prodotto {
    margin-bottom: 0;
}

#prodotto-plus .section-prodotto .pr-nav-p-icona-img {
    padding: 0 !important;
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-riga {
    position: relative;
    min-height: var(--row-finiture-height) !important;
    padding: 0 1.5em !important;
    column-gap: 0.5em;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    overflow-x: auto;
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-riga::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--row-finiture-bg-width);
    height: 100%;
    background-color: var(--color-primary);
    z-index: -1;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-riga > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    min-width: 6em;
    min-height: var(--row-finiture-height);
    margin: 0 !important;
    text-align: center;
    line-height: 1 !important;
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-riga > div:nth-child(-n+6) {
    color: var(--color-white);
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-riga .parag_prodotto {
    width: 100%;
    height: 100%;
    padding-top: 0.8em !important;
    padding-bottom: 0.5em !important;
    font-size: 1.1em !important;
    line-height: 1.1em;
    color: currentColor !important;
    background: none;
}

#prodotto-plus .section-prodotto .pr-nav-icona-p-riga img {
    flex: 1;
    padding: 0 !important;
    object-fit: cover;
}

#prodotto-plus #section-2 > .row > [class*="col"] {}
#prodotto-plus #section-2 > .row > [class*="col"]:nth-child(1) {
    --img-max-height: 26em;
    padding-right: var(--col-txt-padding-x);
    padding-left: var(--col-txt-padding-x);
}

#prodotto-plus .section-prodotto .col-finiture {}
#prodotto-plus .section-prodotto .pr-nav-finitura-col {
    padding: 0;
}

#prodotto-plus .section-prodotto .pr-nav-p-finitura-title {
    padding-top: 0;
}

#prodotto-plus .section-prodotto .pr-nav-p-finitura-txt {
    padding: 0;
}

#prodotto-plus .section-prodotto .pr-nav-finitura {
    display: inline-flex;
    justify-content: flex-start;
    row-gap: 1em;
    column-gap: 0.8em;
    position: relative;
    max-width: 15em;
    height: auto;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 1.15em;
    line-height: 1em;
}

@media (width >= 768px) {
    #prodotto-plus .section-prodotto .pr-nav-finitura {
        max-width: 100%;
    }
}

#prodotto-plus .section-prodotto .pr-nav-finitura li.nav-item {}

#prodotto-plus .section-prodotto .pr-nav-finitura .nav-ral {
    position: relative;
    padding: 0;
    border: 0;
    cursor: pointer;
}

#prodotto-plus .section-prodotto .pr-nav-finitura .nav-ral.active {}

#prodotto-plus .section-prodotto .pr-nav-finitura .nav-ral::before {
    position: absolute;
    top: auto;
    bottom: -0.4em;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: var(--transition-base);
    content: "";
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}

#prodotto-plus .section-prodotto .pr-nav-finitura .nav-ral:hover::before,
#prodotto-plus .section-prodotto .pr-nav-finitura .nav-ral.active::before {

    transform: scaleX(1);

}

#prodotto-plus .section-prodotto .col-finiture .tab-content {
    padding-top: 0 !important;
}
#prodotto-plus .section-prodotto .col-finiture .tab-pane {}
#prodotto-plus .section-prodotto .col-finiture .tab-pane.active {}
#prodotto-plus .section-prodotto .col-finiture .tab-pane > div {
    justify-content: flex-start !important;
}
#prodotto-plus .section-prodotto .col-finiture .tab-pane img {
    margin-left: -0.7em;
}
#prodotto-plus #section-2 > .row > [class*="col"]:nth-child(2) {}
#prodotto-plus #section-2 > .row > [class*="col"]:nth-child(2) img {
    width: 100%;
    object-fit: cover;
}

#prodotto-plus #section-3 > .row > [class*="col"] {}
#prodotto-plus #section-3 > .row > [class*="col"]:nth-child(1) {
    padding-right: var(--col-img-padding-x);
    padding-left: var(--col-img-padding-x);
}

#prodotto-plus #section-3 > .row > [class*="col"]:nth-child(2) {
    padding-right: var(--col-txt-padding-x);
    padding-left: var(--col-txt-padding-x);
    display: grid;
    justify-content: center;
    row-gap: 1.7em;
}

#prodotto-plus #section-3 > .row > [class*="col"]:nth-child(2) > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2.5em;
}

#prodotto-plus #section-3 > .row > [class*="col"]:nth-child(2) > .row > [class*="col"] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

#prodotto-plus #section-3 > .row > [class*="col"]:nth-child(2) > .row > [class*="col"]:nth-child(1) {
    width: var(--icon-size);
    height: var(--icon-size);
}

@media (width <= 767.98px) {
    #prodotto-plus #section-3 > .row > [class*="col"]:nth-child(2) > .row:first-child > [class*="col"]:nth-child(1) {
        display: none;
    }
}

#prodotto-plus #section-3 > .row > [class*="col"]:nth-child(2) > .row > [class*="col"]:nth-child(2) {
    display: grid;
    justify-content: normal;
    flex: 1;
    width: 100%;
}

#prodotto-plus .section-prodotto .pr-nav-strut-img-gr {
    padding-top: 0;
}

#prodotto-plus .section-prodotto .h-nav-title-incol {
    display: grid;
    line-height: 1.2em;
    margin-bottom: 0;
}

#prodotto-plus .section-prodotto .h-nav-title-incol span {}

@media (width >= 768px) {

    #prodotto-plus .section-prodotto .h-nav-title-incol span:nth-child(1) {
        margin-left: -0.7em;
    }

}

#prodotto-plus .section-prodotto .h-nav-title-incol span:nth-child(2) {
    justify-self: end;
}

#prodotto-plus .section-prodotto .pr-nav-p-inc-st {
    padding-top: 0;
}

#prodotto-plus .section-prodotto .pr-nav-strut-p-row {
    padding: 0;
}

#prodotto-plus .section-prodotto .pr-nav-col-inc-st {}
#prodotto-plus .section-prodotto .pr-nav-row-title-inc-st {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}

#prodotto-plus .section-prodotto .pr-nav-strut-img-inc-st {
    max-width: var(--icon-size);
    max-height: var(--icon-size);
}

#prodotto-plus #section-4.layout-rows-2 {}
#prodotto-plus #section-4.layout-rows-1 {}

@media (width >= 1025px) {

    #prodotto-plus #section-4 > .row.h-50vh,
    #prodotto-plus #section-4 > .row.h-50vh img {
        height: calc(50vh - (var(--header-tabs-height) / 2));
    }

}

#prodotto-plus #section-4.layout-rows-2 > .row:nth-child(2) {
    background-color: var(--color-gray-10);
}

#prodotto-plus #section-4 > .row > [class*="col"] {}

#prodotto-plus #section-4 > .row > [class*="col"]:nth-child(1) {}

#prodotto-plus #section-4 > .row > [class*="col"]:nth-child(2) {
    padding-right: var(--col-txt-padding-x);
    padding-left: var(--col-txt-padding-x);
}

#prodotto-plus #section-4 .pr-nav-nodo-p-img1 {
    padding: var(--col-img-padding-y) var(--col-img-padding-x);
}

@media (width >= 1025px) {

    #prodotto-plus #section-4.layout-rows-1 .pr-nav-nodo-p-img1 {
        --img-size: 30em;
        width: var(--img-size);
        height: var(--img-size);
        object-fit: cover;
    }

}

#prodotto-plus #section-4 .pr-nav-nodo-p-txt {
    padding: 0;
}

#prodotto-plus #section-4 .pr-nav-nodo-fin-1 {
    margin-right: 0;
}

#prodotto-plus #section-4 .pr-nav-nodo-fin-2 {
    margin-left: 0;
}

#prodotto-plus #section-4 [class*="pr-nav-nodo-fin"] img {
    mix-blend-mode: darken;
}

#prodotto-plus #section-4 .pr-nav-nodo-fin-1 img {
    margin-right: var(--nodo-img-margin-x);
}

#prodotto-plus #section-4 .pr-nav-nodo-fin-2 img {
    margin-left: var(--nodo-img-margin-x);
}

#prodotto-plus #section-5 > .row > [class*="col"] {}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(1) {
    height: 100%;
}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(2) {
    padding-right: var(--col-txt-padding-x);
    padding-left: var(--col-txt-padding-x);
    display: grid;
    justify-content: center;
    row-gap: 2.8em;
}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(2) > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1.6em;
    padding: 0;
}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(2) > .row > [class*="col"] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(2) > .row > [class*="col"]:nth-child(1) {
    width: var(--icon-size);
    height: var(--icon-size);
}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(2) > .row > [class*="col"]:nth-child(2) {
    display: grid;
    justify-content: normal;
    flex: 1;
    width: 100%;
}

#prodotto-plus #section-5 > .row > [class*="col"]:nth-child(3) {}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-title {
    --col-txt-padding-x: 0em;
    --col-txt-padding-y: 0em;
    padding: var(--col-txt-padding-y) var(--col-txt-padding-x) 0;
    display: grid;
    justify-content: center;
    line-height: 1.2em;
    margin-bottom: 0;
}

@media (width >= 1025px) {
    #prodotto-plus .section-prodotto .pr-nav-ferramenti-p-title {
        --col-txt-padding-x: 1.3em;
        --col-txt-padding-y: 1.3em;
        justify-content: start;
    }
}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-title span {}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-title span:nth-child(1) {}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-title span:nth-child(2) {
    padding-left: 2.4em;
}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-img1 {}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-row {}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-row img {
    max-width: var(--icon-size);
    max-height: var(--icon-size);
}

#prodotto-plus .section-prodotto .pr-nav-ferramenti-p-txt {}

#prodotto-plus .section-prodotto .pr-nav-row-title-ferramenti {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}

#prodotto-plus #section-6 > .row {}

#prodotto-plus #section-6 .row-title {}

#prodotto-plus #section-6 .row-content {}

#prodotto-plus #section-6 .content-container {
    width: 100%;
}

#prodotto-plus #section-6 .cols-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-right: var(--cols-container-padding-x);
    padding-left: var(--cols-container-padding-x);
}

#prodotto-plus #section-6 .col-item {
    padding: 0 var(--col-txt-padding-x) var(--col-txt-padding-y);
    flex: 1;
    min-width: fit-content;
    max-width: fit-content;
}

#prodotto-plus #section-6 .col-item.col-md-3 {}

#prodotto-plus #section-6 .pr-nav-p-title-instal {
    --col-txt-padding-y: 0.9em;
    padding-top: var(--col-txt-padding-y);
    padding-bottom: var(--col-txt-padding-y);
    margin-bottom: 0;
}

#prodotto-plus #section-6 .pr-nav-row-title-instal {
    font-size: 1.6em;
    line-height: 1em;
}

#prodotto-plus #section-6 .hr-prodotti {
    margin-top: var(--col-txt-border-margin-y);
    margin-bottom: var(--col-txt-border-margin-y);
}

#prodotto-plus #section-6 img {}

#prodotto-plus #section-6 .pr-nav-row-img1 {
    --img-max-height: 8em;
}

#prodotto-plus #section-6 .pr-nav-row-img2 {
    --img-max-width: 17.2em;
    --img-max-height: 19em;
    width: var(--img-max-width);
    height: var(--img-max-height);
    object-fit: cover;
}

@media (width >= 1025px) {
    #prodotto-plus #section-6.layout-scroll {
    --scroll-background-width: 25vw;
    }

    #prodotto-plus #section-6.layout-scroll .row-content {
    }

    #prodotto-plus #section-6.layout-scroll .content-container {
        position: relative;
    }

    #prodotto-plus #section-6.layout-scroll .cols-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 100vw;
        overflow-x: scroll;
        scrollbar-width: auto;
        scrollbar-color: var(--color-blue);
        scrollbar-gutter: stable;
        padding-right: calc(var(--scroll-background-width) / 2);
    }

    #prodotto-plus #section-6.layout-scroll .cols-container::-webkit-scrollbar {
        height: 0.8em;
    }

    #prodotto-plus #section-6.layout-scroll .cols-container::-webkit-scrollbar-track {
        background-color: var(--color-gray-10);
    }

    #prodotto-plus #section-6.layout-scroll .cols-container::-webkit-scrollbar-thumb {
        background-color: var(--color-blue);
        background: linear-gradient(to right, transparent, var(--color-blue));
    }

    #prodotto-plus #section-6.layout-scroll .col-item {
    }

    #prodotto-plus #section-6.layout-scroll .scroll-background {
        position: absolute;
        bottom: 0;
        right: 0;
        width: var(--scroll-background-width);
        height: 100%;
        background: linear-gradient(to right, transparent, var(--color-white));
        pointer-events: none;
        z-index: 2;
    }
}

#prodotto-plus #section-7 .row {}
#prodotto-plus #section-7 .row-content {
    display: flex;
    align-content: flex-end;
    flex: 1 1 100%;
    height: 100%;
}
#prodotto-plus #section-7 .row-infobox {
    flex: 0 0 auto;
    height: auto;
    padding-top: var(--row-infobox-padding-y);
    padding-bottom: var(--row-infobox-padding-y);
}

#prodotto-plus #section-7 .row-content .col {}
#prodotto-plus #section-7 .row-content .col-md-4 {}
#prodotto-plus #section-7 .row-content .col-md-8 {}
#prodotto-plus #section-7 .row-content .col-txt {
    padding-right: var(--col-txt-padding-x);
    padding-left: var(--col-txt-padding-x);
}
#prodotto-plus #section-7 .row-content .col-txt .h-nav-title {}
#prodotto-plus #section-7 .row-content .col-txt .parag_prodotto {}
#prodotto-plus #section-7 .row-content .col-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
#prodotto-plus #section-7 .row-content .col-img img {}

#prodotto-plus #section-7 .col-infobox {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    row-gap: 1em;
    text-align: center;
}
#prodotto-plus #section-7 .col-infobox img {
    width: var(--icon-size);
    height: var(--icon-size);
    object-fit: contain;
}
#prodotto-plus #section-7 .col-infobox .parag_prodotto {
    max-width: 7em;
    line-height: 1.3em !important;
}


/* === Reviews === */

#prodotto-plus p {
    opacity: 1;
    transform: translateY(0);
}

@media (width >= 1025px) {
    #nav_altezza {
        --section-padding-y: 0em;
    }
}

#prodotto-plus #section-6 {
    --col-txt-padding-x: 2em;
    --col-txt-padding-y: 3em;
}

#prodotto-plus #section-6 .cols-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100vw;
    overflow-x: scroll;
}

#prodotto-plus #section-6 .pr-nav-p-title-instal {
    --col-txt-padding-y: 0em;
}

@media (width >= 1025px) {
    #prodotto-plus #section-6 {
        --col-txt-padding-x: 2.5em;
        --col-txt-padding-y: 2em;
    }

    #prodotto-plus #section-6 .cols-container {
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 100%;
        overflow-x: auto;
    }

    #prodotto-plus #section-6 .pr-nav-p-title-instal {
        --col-txt-padding-y: 0.9em;
    }
}

#prodotto-plus #section-7 .row-content .col {
    flex: 1 1 100%;
}

#prodotto-plus #section-7 .col-infobox {
    flex: 1 1 50%;
}

@media (width >= 1025px) {
    #prodotto-plus #section-7 .row-content .col {}

    #prodotto-plus #section-7 .col-infobox {
        flex: 1;
    }
}

@media (min-width: 768px) and (max-width: 1024.98px) {

    #prodotto-plus .section-prodotto > .row > [class*="col"] {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

}
