  #page-202508ciclo3 {
    margin-top: 30px;
    #mainImage,
    #dividerImage01,
    #dividerImage02 {
        --header--height: 700px;
        @media (max-width: 1400px) {
            --header--height: 373px;
        }
        @media (max-width: 769px) {
            --header--height: 200px;
        }
    }
    #dimensions * {
        --image-height--max: 600px;
        --item-spacer: 80px;
        @media (max-width: 1440px) {
            --image-height--max: 520px;
            --item-spacer: 60px;
        }
        @media (max-width: 1280px) {
            --image-height--max: 320px;
            --item-spacer: 20px;
        }
        @media (max-width: 1200px) {
            --image-height--max: 280px;
        }
        @media (max-width: 992px) {
            --image-height--max: 50dvh;
            --item-spacer: 0px;
        }
    }
}
#page-202508ciclo3 {
    #header {
        margin-bottom: 40px;
    }
    #mainImage {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            margin-bottom: 80px;
        }
    }
    #concept {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            margin-bottom: 40px;
        }
        h2 {
            display: inline-grid;
            grid-template-columns: auto auto;
            grid-template-areas: "line massima" "space quiete";
            gap: 0 10px;
            > span:nth-of-type(1) {
                grid-area: line;
            }
            > span:nth-of-type(2) {
                grid-area: massima;
            }
            > span:nth-of-type(3) {
                grid-area: quiete;
            }
        }
    }
    #dimensions {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            margin-bottom: 80px;
        }
        .pbds-container {
            position: relative;
            /*&:before {
                width: 60px;
                height: 60px;
                display: block;
                content: "";
                position: absolute;
                left: 0px;
                top: -80px;
                background: url("/data/202508-ciclo3/supertouch.png") center center no-repeat;
                background-size: contain;
                @media (max-width: 769px) {
                    display: none;
                }
            }*/
            .splide__slide:nth-of-type(1) {
                padding-right: var(--item-spacer);
            }
        }
    }
    #scratch {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            display: none;
        }
        p {
            max-width: 362px;
            @media (max-width: 1280px) {
                font-size: 0.75rem;
                font-weight: 400;
            }
        }
    }
    #dividerImage01,
    #dividerImage02 {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            margin-bottom: 80px;
        }
    }
    #content {
        margin-bottom: 120px;
        .pbds-content--columns {
            .content-column--wrapper {
                &.product {
                --legend-width--max: 120px;
                    .product--wrapper {
                        img {
                            object-fit: contain;
                            object-position: center left;
                        }
                    }
                }
                &.image {
                    .image--wrapper {
                        justify-content: flex-start;
                        img {
                            --media-width--max: 360px;
                        }
                    }
                }
            }
        }
        .product--wrapper {
            img {
                transform: scale(1.08);
            }
        }
        @media (max-width: 769px) {
            margin-bottom: 80px;
        }
    }
    #lines {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            margin-bottom: 80px;
        }
    }
    h2.center {
        margin: 80px auto 0;
        padding: 0 60px;
        text-align: center;
        .desktop {
            width: 100%;
            max-width: 548px;
            display: inline;
        }
        .mobile {
            display: none;
        }
        @media(max-width: 1180px) {
            .desktop {
                max-width: 520px;
            }
        }
        @media(max-width: 768px) {
            text-align: left;
            .desktop {
                display: none;
            }
            .mobile {
                display: inline;
                max-width: 128px;
            }
        }

    }
    #collection {
        margin-bottom: 120px;
        @media (max-width: 769px) {
            margin-bottom: 80px;
            margin-top: 0px;
        }
    }
}