.category-inspirational-banner {
    a {
        position: absolute;
        bottom: 1.25rem;
        right: 1.25rem;

        @media (min-width: 64rem) {
            bottom: 2rem;
            right: 2.75rem;
        }

        span {
            position: relative;
            left: 5px;
        }
    }
}
.products-list-header {
    display: flex;
    flex-direction: column;

    @media (min-width: 64rem) {
        flex-direction: row;
        gap: 1.625rem;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        max-width: 62.5rem;
        margin-inline: auto;
    }
}
.products-list-header #container--heading {
    margin: 1.625rem 0 1.0625rem 0;
    padding: 0;
    max-width: none;

    @media (min-width: 64rem) {
        margin: 3.25rem 0;
    }
}
.products-list-header #container--heading h1 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1.12px;

    @media (min-width: 64rem) {
        font-size: 3.125rem;
        line-height: 1.34;
        letter-spacing: 2px;
    }
}
.products-list-header .category-filters {
    margin-bottom: .625rem;

    @media (min-width: 64rem) {
        margin-bottom: 0;
    }
}
.category-inspirational-cms .wrapper {
    display: flex;

    > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    &.simple,
    &.duo {
        width: 73.5%;
        margin-inline: auto;
        @media (min-width: 37.5rem) {
            width: 90%;
            max-width: 62.5rem;
        }

        .category-inspirational-cms-2 & {
            width: 100%;
        }
    }

    &.simple,
    &.video {
        justify-content: center;
    }

    &.duo {
        justify-content: space-between;
        gap: 20px;

        @media (min-width: 37.5rem) {
            > div {
                flex: 0 0 50%;
            }
        }

        > div:last-child {
            display: none;
        
            @media (min-width: 37.5rem) {
                display: flex;
            }
        }

        .widget {
            align-items: stretch;

            > div:first-child {
                height: 100%;
            }

        }
    }

    &.video {
        @media (min-width: 80rem) {
            height: auto;
            width: 90%;
            max-width: 62.5rem;
            margin-inline: auto;
        }

        video {
            pointer-events: none;
            @media (min-width: 80rem) {
                width: 100%;
                height: auto;
            }
        }

        .duo & {
            margin: 0;
            width: 100%;
            height: 100%;
            max-width: none;

            video {
                height: 100%;
                object-fit: cover;
            }
        }
    }
}
.category-inspirational-cms .wrapper img {
    width: 100%;
    height: auto;
}
.category-inspirational-cms .infos {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
    margin-top: .75rem;

    @media (min-width: 64rem) {
        padding: 0 1.25rem;
    }

    a span {
        margin-left: 5px;
        font-weight: 700;
    }
}
.category-inspirational-cms .wrapper h2 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.39;

    @media (min-width: 64rem) {
        font-size: 1.6875rem;
        line-height: 1.04;
    }
}
.category-inspirational-cms .wrapper a {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.33;
    flex-shrink: 0;
    margin-top: .275rem;
    padding-bottom: .2875rem;
    border-bottom: 1px solid #1f1f1f;

    @media (min-width: 64rem) {
        font-size: .875rem;
        line-height: 1.14;
    }
}
.category-inspirational-cms .controllers { /* remove .wrapper */
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;

    @media (min-width: 64rem) {
        top: 2.375rem;
        right: 3.125rem;
    }

    button {
        width: 1.4375rem;
        height: 1.4375rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    svg {
        pointer-events: none;
        width: 1.875rem;
        height:  1.875rem;
    }

    &[data-color="light"] {
        .playing svg,
        .paused svg {
            fill: #fff;
        }
        .muted svg,
        .unmuted svg {
            stroke: #fff;
            fill: none;
        }
    }
    &[data-color="dark"] {
        .playing svg,
        .paused svg {
            fill: #000;
        }
        .muted svg,
        .unmuted svg {
            stroke: #000;
            fill: none;
        }
    }
}

.category-inspirational-banner,
.category-inspirational-cms {
    [x-on\:click],
    [x-on\:click\.self] {
        cursor: pointer;
    }
}

.category-inspirational-cms-1,
.category-inspirational-cms-3 {
    margin-bottom: 2.25rem;
}

.category-inspirational-cms-1 {
    @media (min-width: 64rem) {
        margin-bottom: 4.8125rem;
    }
}
.category-inspirational-cms-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;

    @media (min-width: 37.5rem) {
        display: none;
    }
}
.category-inspirational-cms-3 {
    margin-top: 1rem;

    @media (min-width: 48rem) {
        grid-column: span 4 / span 2
    }
}

