/** Shopify CDN: Minification failed

Line 402:5 Expected "}" to go with "{"

**/
.froo-builder-section {
    position: relative;

    @media screen and (min-width: 750px) {
        &:before {
            content: '';
            width: 100%;
            max-width: 120rem;
            height: 21px;
            display: block;
            background: var(--shadow);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
    }

    container-type: inline-size;

    .block__item {
        position: relative;
        overflow: hidden;

        .block__item__image-block {
            overflow: hidden;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translate3D(0, 0, 0);
            transform-style: preserve-3d;
        }


        .block__item__image-block img {
            transition: transform var(--duration-long) ease-in-out;
            transform-origin: center;
            transform-style: preserve-3d;
        }

        &.block__item-actions {
            display: flex;
            flex-direction: column;
            padding: 3rem 1rem;

            @media screen and (max-width: 749px) {
                padding: 1.5rem 0.5rem;
            }

            &:hover .block__item__image-block img {
                transform: scale(1.03);
            }

            &.text-align-flex-start {
                text-align: left;
            }

            &.text-align-center {
                text-align: center;
            }

            &.text-align-flex-end {
                text-align: right;
            }

            &.position-align-flex-start {
                justify-content: flex-start;
            }

            &.position-align-center {
                justify-content: center;
            }

            &.position-align-flex-end {
                justify-content: flex-end;
            }

            .block__item__icon_block {
                .svg-wrapper {
                    width: 4rem;
                    height: 4rem;
                }

                margin-bottom: 1rem;
            }

            h4 {
                font-size: var(--font-size);
                font-weight: 600;
                margin: 0;

                @media screen and (max-width: 749px) {
                    font-size: clamp(1.3rem, 2vw, 1.4rem);
                }
            }

            p {
                font-size: 1.4rem;
                margin: 0;

                @media screen and (max-width: 749px) {
                    font-size: 1.1rem;
                }
            }
        }


        &:hover .block__item__image-block img {
            transform: scale(1.04);
            transform-style: preserve-3d;
        }

        h4,
        .button,
        p {
            z-index: 2;
        }

        .button {

            &::before,
            &::after {
                display: none;
            }
        }

        &.block__item-standard {
            background: var(--block-bk) left;
            background-size: cover;
            max-height: 27.5rem;

            @media screen and (max-width: 549px) {
                .froo-collection-blocks__image-block {
                    max-height: 22rem;

                    .ratio::before {
                        padding-bottom: 22rem;
                    }
                }
            }

            @media screen and (min-width: 550px) and (max-width: 989px) {
                .froo-collection-blocks__image-block {
                    max-height: 30rem;

                    .ratio::before {
                        padding-bottom: 30rem;
                    }
                }
            }

            .block__item__image-block a:after {
                content: '';
                position: absolute;
                top: 0;
                background: #000000;
                opacity: var(--block-opacity);
                z-index: 2;
                width: 100%;
                height: 100%;
            }

            .block__item__image-block .media {
                max-height: 27.5rem;

                img {
                    object-position: left center;
                }
            }

            @media screen and (max-width: 749px) {
                .block__item__image-block .media {
                    --ratio-percent: 60% !important;
                    max-height: 27.5rem;

                    img {
                        object-fit: cover;
                        object-position: left center;
                    }
                }
            }

            .block__item__content {
                justify-content: var(--block-position-align);
                position: absolute;
                display: flex;
                top: 0;
                bottom: 0;
                flex-direction: column;
                width: 100%;
                align-items: var(--block-text-align);
                padding: 1rem;
                z-index: 1;

                h4 {
                    font-size: clamp(calc(var(--title-size) * 0.7), 9vw, var(--title-size));
                    font-weight: 600;
                    padding: 0;
                    margin: 0 0;
                    line-height: 1;

                    @media screen and (min-width: 1100px) {
                        font-size: clamp(calc(var(--title-size) * 0.7), 3.2vw, var(--title-size));

                        @container (width > 1200px) {

                            font-size: var(--title-size);

                        }
                    }

                    a {
                        text-decoration: none;

                        

                        &:after {
                            display: block;
                            content: '';
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            width:100%;
                        }
                    }
                }


                .button {
                    font-weight: 500;
                    font-size: 1.5rem;
                    color: var(--button-color);
                    min-width: unset;
                    background: #2a3992;
                    border-radius: 4px;
                    text-transform: uppercase;

                    @media screen and (max-width: 749px) {
                        font-size: 1.2rem;
                        display: none;
                    }
                }
            }
        }

        &.block__item-stacked {
            max-height: 16rem;

            &:hover .button {
                background: rgb(var(--color-accent));

            }

            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            background: #fff;
            border-radius: 5px;

            .block__item__image-block {
                border-bottom: 0;
                position: relative;
                z-index: 3;

                .media {

                    max-height: 16rem;
                    background: none;
                }

                .media>*:not(.zoom):not(.deferred-media__poster-button) {
                    left: unset;
                    right: 0;
                    max-width: 55%;

                    @media screen and (min-width: 750px) {
                        max-width: 60%;
                    }
                }
            }

            .block__item__image-block img {
                max-height: 16rem;
                object-fit: contain;

                @media screen and (max-width: 749px) {
                    object-fit: cover;
                    object-position: left;
                }
            }

            &:nth-child(4) {
                .block__item__image-block img {
                    object-position: right;

                    @media screen and (max-width: 749px) {
                        object-position: left;
                    }
                }

                &:nth-child(5) {
                    .block__item__image-block img {
                        object-position: right;

                        @media screen and (max-width: 749px) {
                            object-position: left;
                        }
                    }
                }
            }



            h4 {
                font-size: 1.6rem;
                font-weight: 600;
                padding: 0 0 0 1rem;
                margin: 0;
                line-height: 1;
                text-align: left;
                height: calc(100% - 3.8rem);
                display: flex;
                align-items: center;
                position: absolute;
                z-index: 6;
                top: 0;
                left: 0;

                @media screen and (min-width: 750px) {
                    padding: 0 0 0 2rem;
                    font-size: var(--title-size);
                }

                a {
                    text-decoration: none;

                     &:after {
                            display: block;
                            content: '';
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            width:100%;
                        }
                }
            }

            .button {
                width: 100%;
                background: #1a1a1a;
                display: flex;
                justify-content: flex-start;
                position: absolute;
                bottom: 0;
                font-weight: 500;
                font-size: 1.3rem;
                text-align: left;
                padding: 0 1rem;
                height: 3.8rem;
                min-height: unset;
                transition: all ease-in-out .3s;

                @media screen and (min-width: 750px) {
                    font-size: 1.4rem;
                    padding: 0 2rem;
                }


            }

        }

    }

    .group-wrapper {
        .grid-layout {
            display: grid;
            grid-template-columns: 1fr;
            column-gap: calc(var(--grid-gap) * 0.75);
            row-gap: calc(var(--grid-gap) * 0.75);

            /* @media screen and (min-width: 750px) {
            grid-template-columns: repeat(calc(var(--grid-columns) - 1), 1fr);
            column-gap: var(--grid-gap);
            row-gap: var(--grid-gap);
        } */

            @media screen and (min-width: 360px) {
                grid-template-columns: repeat(var(--grid-mobile-columns), 1fr);
            }

            @media screen and (min-width: 990px) {
                grid-template-columns: repeat(var(--grid-columns), 1fr);
                column-gap: var(--grid-gap);
                row-gap: var(--grid-gap);
            }
        }
    }