:root {
    --banner-overlay-width: 490px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    :root {
        --banner-overlay-width: 50%;
    }
}

.kanagawa-container {
    width: 100%;
    max-width: var(--wp--custom--layout--content-desktop);
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width: 549px) {
    .kanagawa-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .kanagawa-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 1400px) {
    .kanagawa-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.sort-tab a {
    transition: all 0.3s ease;
}

.sort-tab.active a {
    position: relative;
    border-color: var(--wp--custom--color--primary) !important;
    background-color: var(--wp--custom--color--white) !important;
    border-bottom: none;
}

.sort-tab.active a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background-color: var(--wp--custom--color--white);
    left: 0;
    bottom: -4px;
}

.sort-tab.active {
    display: block;
}

.tabs-container>.sort-content {
    display: none;
}

.tabs-container>.sort-content.active {
    display: block;
}

.overlay span.wp-block-cover__background {
    position: absolute;
    inset: 0;
    display: flex;
    background: linear-gradient(-77deg, rgba(43, 70, 143,
                0.8) var(--banner-overlay-width), rgba(51, 51, 51, 0.1) var(--banner-overlay-width)) !important;
    text-align: left;

    @media screen and (max-width: 767px) {
        top: 50%;
    }
}

.strokeme {
    color: white;
    text-shadow:
        -2px -2px 0 var(--wp--custom--color--primary),
        /* Top left */
        2px -2px 0 var(--wp--custom--color--primary),
        /* Top right */
        -2px 2px 0 var(--wp--custom--color--primary),
        /* Bottom left */
        2px 2px 0 var(--wp--custom--color--primary);

    @media screen and (max-width: 767px) {
        text-shadow: -1px -1px 0 var(--wp--custom--color--primary), 1px -1px 0 var(--wp--custom--color--primary), -1px 1px 0 var(--wp--custom--color--primary), 1px 1px 0 var(--wp--custom--color--primary);
    }
}

.n2-bullet {
    margin: 20px !important;
}

@media (max-width: 767px) {
    .n2-bullet {
        margin: 0 8px !important;
        padding: 5px !important;
    }
}