
.wp-block-button.wc-block-components-product-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link {
    border: 2px solid
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-button.wc-block-components-product-button.has-custom-width .wp-block-button__link {
    box-sizing: border-box
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-25 .wp-block-button__link {
    width: 25%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-50 .wp-block-button__link {
    width: 50%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-75 .wp-block-button__link {
    width: 75%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link {
    width: 100%
}

.wp-block-button.wc-block-components-product-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    text-align: center;
    white-space: normal;
    width: auto;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button a[hidden] {
    display: none
}

@keyframes slideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(90%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.wp-block-button.wc-block-components-product-button.align-left {
    align-items: flex-start
}

.wp-block-button.wc-block-components-product-button.align-right {
    align-items: flex-end
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    align-items: center;
    border-style: none;
    display: inline-flex;
    justify-content: center;
    line-height: inherit;
    overflow: hidden;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-out {
    animation: slideOut .1s linear 1 normal forwards
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-in {
    animation: slideIn .1s linear 1 normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wp-block-woocommerce-product-collection .wc-block-components-product-stock-indicator {
    text-align: center
}

.wc-block-components-notice-banner .wc-block-components-button.wc-block-components-notice-banner__dismiss[hidden] {
    display: none
}

:where(.wc-block-product-filters) {
    --top-padding: var(--wp-admin--admin-bar--height);
    display: inline-flex
}

@media(max-width:782px) {
    :where(.wc-block-product-filters) {
        --top-padding: var(--adminbar-mobile-padding, 0)
    }
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay {
    align-items: center;
    background: transparent;
    border: transparent;
    color: inherit;
    display: flex;
    font-size: .875em;
    padding: 0
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay svg,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay svg {
    fill: currentColor
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay span,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay span {
    padding: 0 5px
}

:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay svg {
    height: var(--wc-product-filters-overlay-icon-size, 1.5em);
    width: var(--wc-product-filters-overlay-icon-size, 1.5em)
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    background-color: transparent;
    inset: 0;
    pointer-events: none;
    position: fixed;
    top: var(--top-padding);
    transition: background-color .5s;
    z-index: 9999
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
    background-color: var(--wc-product-filters-overlay-background-color, var(--wc-product-filters-background-color, var(--wp--preset--color--base, #fff)));
    color: var(--wc-product-filters-overlay-text-color, var(--wc-product-filters-text-color, var(--wp--preset--color--base, #111)));
    display: flex !important;
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
    inset: 0;
    max-height: 100%;
    position: absolute;
    transform: translateY(100vh);
    transition: none
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-header {
    display: flex;
    flex-flow: row-reverse;
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) 0
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--wc-product-filter-block-spacing, var(--wp--style--block-gap, 1.2rem));
    overflow-y: scroll;
    padding: 0 var(--wp--preset--spacing--40)
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content>:first-child {
    margin-top: 0
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer {
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .102);
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40)
}

:where(.wc-block-product-filters) .wc-block-product-filters__apply {
    width: 100%
}

:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
    background-color: rgba(95, 95, 95, .35);
    pointer-events: auto;
    z-index: 9999
}

:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
    color: var(--wc-product-filters-overlay-color, inherit);
    transform: translateY(0);
    transition: transform .5s
}

@media(min-width:601px) {

    :where(.wc-block-product-filters),
    :where(.wc-block-product-filters).is-overlay-opened {
        display: flex
    }

    :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay,
    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer,
    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__open-overlay,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-footer,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-header {
        display: none
    }

    :where(.wc-block-product-filters) .wc-block-product-filters__overlay,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
        background: inherit;
        color: inherit;
        inset: 0;
        pointer-events: auto;
        position: relative;
        transition: none
    }

    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-wrapper {
        background: inherit;
        color: inherit;
        height: auto;
        width: auto
    }

    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
        background: inherit;
        color: inherit;
        position: relative;
        transform: none
    }

    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content,
    :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-content {
        background: inherit;
        color: inherit;
        flex-grow: 1;
        overflow: visible;
        padding: 0
    }
}

@media(max-width:600px) {
    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content .wp-block-group {
        display: block
    }

    :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content .wp-block-group>div {
        margin: 20px 0
    }
}

.wc-block-product-filter--hidden {
    display: none
}

