/** Shopify CDN: Minification failed

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

**/
.froo-builder-section {

    .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 {
            position: relative;
            z-index: 2;
        }

        .button {

            &::before,
            &::after {
                display: none;
            }
        }

        &.block__item-standard {
            @media screen and (max-width: 549px) {
                .froo-collection-blocks__image-block {
                    max-height: 22rem;

                    .ratio::before {
                        padding-bottom: 22rem;
                    }
                }
            }

            border-radius: 5px;

            @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: 1;
                width: 100%;
                height: 100%;
            }

            @media screen and (max-width: 749px) {
                .block__item__image-block .media {
                    --ratio-percent: 60% !important;
                    max-height: 14rem;
                }
            }

            .block__item__content {
                justify-content: var(--block-position-align);
                position: absolute;
                display: flex;
                top: 0;
                bottom: 0;
                flex-direction: column;
                width: 70%;
                align-items: var(--block-text-align);
                padding: 2rem 2rem;
                z-index: 1;

                @media screen and (min-width: 750px) {
                    padding: 3rem 4rem;
                    width: 60%;
                }

                h5 {
                    font-weight: 500;
                    font-size: calc(var(--title-size) * 0.8);
                    margin: 0;
                    padding: 0;
                    line-height: 1;
                    text-shadow: 0px 0px 10px rgba(0, 33, 91, 0.6);

                    @media screen and (min-width: 1100px) {
                        font-size: var(--title-size);
                    }
                }

                h4 {
                    font-size: calc(var(--title-size) * 0.7);
                    font-weight: 800;
                    padding: 0;
                    margin: 0 0 1rem;
                    line-height: 1;
                    text-shadow: 0px 0px 10px rgba(0, 33, 91, 0.6);

                    @media screen and (min-width: 1100px) {
                        font-size: var(--title-size);
                    }

                    a {
                        text-decoration: none;
                    }
                }

                div {
                    font-size: 1.2rem;
                    font-weight: 400;
                    line-height: 1;
                    margin: 0 0 2rem;
                    max-width: 85%;

                    p {
                        margin: 0;
                    }

                    @media screen and (min-width: 1100px) {
                        font-size: 1.3rem;
                    }
                }

                .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 {

            border-radius: 6px;

            .block__item__image-block {
                border: 1px solid #dfdfdf;
                border-radius: 5px 5px 0 0;
                border-bottom: 0;
            }

            .block__item__content {
                position: relative;
                text-align: center;
                border-top: 4px solid #c7e5ff;
                padding: 2.5rem 0;
                z-index: 1;

                h4 {
                    font-size: 1.2rem;
                    font-weight: 600;
                    padding: 0;
                    margin: 0;
                    line-height: 1;
                    text-align: center;

                    @media screen and (min-width: 750px) {
                        font-size: var(--title-size);
                    }

                    a {
                        text-decoration: none;
                    }
                }
            }
        }

    }

    .group-wrapper {
        .grid-layout {
            display: grid;
            grid-template-columns: repeat(var(--grid-mobile-columns), 1fr);
            column-gap: calc(var(--grid-gap) * 0.5);
            row-gap: calc(var(--grid-gap) * 0.5);

            /* @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: 990px) {
                grid-template-columns: repeat(var(--grid-columns), 1fr);
                column-gap: var(--grid-gap);
                row-gap: var(--grid-gap);
            }
        }
    }