.wc-block-link-button {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
    vertical-align: baseline;
    display: inline;
    box-shadow: none;
}

.wc-block-link-button {
    background: none;
}

    .wc-block-link-button:active {
        background: none;
    }

    .wc-block-link-button:focus {
        background: none;
    }

    .wc-block-link-button:hover {
        background: none;
    }

.wc-block-suspense-placeholder {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-suspense-placeholder > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-suspense-placeholder {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-suspense-placeholder::after {
    content: "\00a0";
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative;
}

    .wc-block-grid__products .wc-block-grid__product-image a {
        outline: 0px;
        border: 0px currentColor;
        border-image: none;
        text-decoration: none;
        box-shadow: none;
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        width: 100%;
    }

        .wc-block-grid__products .wc-block-grid__product-image img[hidden] {
            display: none;
        }

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title {
    padding: 0px;
    color: inherit;
    line-height: 1.2em;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    display: block;
}

.editor-styles-wrapper .wc-block-grid__product-title {
    padding: 0px;
    color: inherit;
    line-height: 1.2em;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    display: block;
}

.wc-block-grid__product-title {
    padding: 0px;
    color: inherit;
    line-height: 1.2em;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    display: block;
}

.wc-block-grid__product-price {
    display: block;
}

    .wc-block-grid__product-price .wc-block-grid__product-price__regular {
        margin-right: 0.5em;
    }

.wc-block-grid__product-add-to-cart {
    white-space: normal;
}

    .wc-block-grid__product-add-to-cart a {
        margin: 0px auto !important;
        display: inline-flex;
        white-space: normal;
        justify-content: center;
    }

    .wc-block-grid__product-add-to-cart button {
        margin: 0px auto !important;
        display: inline-flex;
        white-space: normal;
        justify-content: center;
    }

    .wc-block-grid__product-add-to-cart a.loading {
        opacity: 0.25;
    }

    .wc-block-grid__product-add-to-cart button.loading {
        opacity: 0.25;
    }

    .wc-block-grid__product-add-to-cart a::after {
        margin-left: 0.5em;
        display: inline-block;
    }

    .wc-block-grid__product-add-to-cart button::after {
        margin-left: 0.5em;
        display: inline-block;
    }

    .wc-block-grid__product-add-to-cart a.added::after {
        font-family: WooCommerce;
        content: "\e017";
    }

    .wc-block-grid__product-add-to-cart button.added::after {
        font-family: WooCommerce;
        content: "\e017";
    }

    .wc-block-grid__product-add-to-cart a.loading::after {
        animation: spin 2s linear infinite;
        font-family: WooCommerce;
        content: "\e031";
        -webkit-animation: spin 2s linear infinite;
    }

    .wc-block-grid__product-add-to-cart button.loading::after {
        animation: spin 2s linear infinite;
        font-family: WooCommerce;
        content: "\e031";
        -webkit-animation: spin 2s linear infinite;
    }

.wc-block-grid__product-rating {
    display: block;
}

    .wc-block-grid__product-rating .star-rating {
        margin: 0px auto;
        width: 5.3em;
        height: 1.61em;
        text-align: left;
        line-height: 1.618;
        overflow: hidden;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        position: relative;
    }

    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        margin: 0px auto;
        width: 5.3em;
        height: 1.61em;
        text-align: left;
        line-height: 1.618;
        overflow: hidden;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        position: relative;
    }

    .wc-block-grid__product-rating .star-rating::before {
        left: 0px;
        top: 0px;
        right: 0px;
        color: rgb(170, 170, 170);
        white-space: nowrap;
        position: absolute;
        content: "\53\53\53\53\53";
        opacity: 0.5;
    }

    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars::before {
        left: 0px;
        top: 0px;
        right: 0px;
        color: rgb(170, 170, 170);
        white-space: nowrap;
        position: absolute;
        content: "\53\53\53\53\53";
        opacity: 0.5;
    }

    .wc-block-grid__product-rating .star-rating span {
        left: 0px;
        top: 0px;
        right: 0px;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
    }

    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
        left: 0px;
        top: 0px;
        right: 0px;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
    }

    .wc-block-grid__product-rating .star-rating span::before {
        left: 0px;
        top: 0px;
        right: 0px;
        color: rgb(0, 0, 0);
        white-space: nowrap;
        position: absolute;
        content: "\53\53\53\53\53";
    }

    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before {
        left: 0px;
        top: 0px;
        right: 0px;
        color: rgb(0, 0, 0);
        white-space: nowrap;
        position: absolute;
        content: "\53\53\53\53\53";
    }

.wc-block-grid__product-onsale {
    background: rgb(255, 255, 255);
    padding: 0.25em 0.75em;
    border-radius: 3px;
    border: 1px solid rgb(67, 69, 75);
    border-image: none;
    width: auto;
    text-align: center;
    color: rgb(67, 69, 75);
    text-transform: uppercase;
    font-size: 0.87em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image {
    margin: 0px 0px 12px;
}

.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0px 0px 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    margin: 0px auto 12px;
}

.wc-block-grid__product .wc-block-grid__product-onsale {
    margin: 0px auto 12px;
}

.wc-block-grid__product .wc-block-grid__product-price {
    margin: 0px auto 12px;
}

.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0px auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: rgb(119, 164, 100);
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: 0.88em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.theme-twentynineteen .wc-block-components-product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-onsale {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

    .theme-twentynineteen .wc-block-grid__product-title::before {
        display: none;
    }

.theme-twentynineteen .wc-block-components-product-sale-badge {
    line-height: 1;
}

.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1;
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: rgb(0, 0, 0);
}

.theme-twentytwenty .wc-block-components-product-title {
    color: rgb(0, 0, 0);
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 1.2em;
}

.theme-twentytwenty .wc-block-grid__product-title {
    color: rgb(0, 0, 0);
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 1.2em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0px;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 0.9em;
}

.theme-twentytwenty .wc-block-components-product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 0.9em;
}

.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 0.9em;
}

.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 0.9em;
}

.theme-twentytwenty .wc-block-components-product-price del {
    opacity: 0.5;
}

.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: 0.5;
}

.theme-twentytwenty .wc-block-components-product-price ins {
    text-decoration: none;
}

.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none;
}

.theme-twentytwenty .star-rating {
    font-size: 0.7em;
}

.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: 0.7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars {
    line-height: 1;
}

.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars {
    line-height: 1;
}

.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars {
    line-height: 1;
}

.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge {
    background: rgb(205, 38, 83);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: rgb(205, 38, 83);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    top: 4px;
    right: 4px;
    position: absolute;
    z-index: 1;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute;
}

.theme-twentytwenty .wc-block-grid__products :not(.wc-block-components-product-sale-badge).wc-block-grid__product-onsale {
    top: 4px;
    right: 4px;
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        padding: 0.5em;
        font-size: 0.87em;
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        padding: 0.5em;
        font-size: 0.87em;
    }
}

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0px;
    flex-basis: 100%;
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        font-size: 1em;
        display: block;
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0px 0px 0.75em;
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-height: 1.75em;
            min-width: 60%;
        }

.wc-block-components-product-add-to-cart {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0px 0px 0.75em;
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block;
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                margin: -0.25em 0px -0.25em 0.5em;
                width: 1.5em;
                height: 1.5em;
                vertical-align: top;
                fill: currentColor;
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        background: rgb(255, 255, 255);
        margin: 0px 1em 0.75em 0px;
        padding: 0.61em;
        border-radius: 2px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        width: 5em;
        text-align: center;
        color: rgb(67, 69, 75);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.125);
    }

.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > * {
    visibility: hidden;
}

.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
    visibility: hidden;
}

@media not all {
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center;
}

.wp-block-button.wc-block-components-product-button {
    margin-top: 0px;
    margin-bottom: 12px;
    white-space: normal;
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        margin: 0px auto;
        display: inline-flex;
        white-space: normal;
        justify-content: center;
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        min-height: 3em;
        min-width: 8em;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden;
        }

@media not all {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    min-height: 3em;
    min-width: 8em;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden;
    }

@media not all {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-components-product-category-list {
    margin-top: 0px;
    margin-bottom: 0.75em;
}

    .wc-block-components-product-category-list ul {
        margin: 0px;
        padding: 0px;
        display: inline;
    }

        .wc-block-components-product-category-list ul li {
            list-style: none;
            display: inline;
        }

            .wc-block-components-product-category-list ul li::after {
                content: ", ";
            }

            .wc-block-components-product-category-list ul li:last-child::after {
                content: "";
            }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image {
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
    position: relative;
}

.wc-block-components-product-image {
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
    position: relative;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a {
    outline: 0px;
    border: 0px currentColor;
    border-image: none;
    text-decoration: none;
    box-shadow: none;
}

.wc-block-components-product-image a {
    outline: 0px;
    border: 0px currentColor;
    border-image: none;
    text-decoration: none;
    box-shadow: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img {
    width: 100%;
    vertical-align: middle;
}

.wc-block-components-product-image img {
    width: 100%;
    vertical-align: middle;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden] {
    display: none;
}

.wc-block-components-product-image img[hidden] {
    display: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--alignleft {
    margin: 0px;
    left: 4px;
    top: 4px;
    right: auto;
    position: absolute;
}

.wc-block-components-product-image .wc-block-components-product-sale-badge--alignleft {
    margin: 0px;
    left: 4px;
    top: 4px;
    right: auto;
    position: absolute;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--aligncenter {
    margin: 0px;
    left: 50%;
    top: 4px;
    right: auto;
    position: absolute;
    transform: translateX(-50%);
}

.wc-block-components-product-image .wc-block-components-product-sale-badge--aligncenter {
    margin: 0px;
    left: 50%;
    top: 4px;
    right: auto;
    position: absolute;
    transform: translateX(-50%);
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--alignright {
    margin: 0px;
    left: auto;
    top: 4px;
    right: 4px;
    position: absolute;
}

.wc-block-components-product-image .wc-block-components-product-sale-badge--alignright {
    margin: 0px;
    left: auto;
    top: 4px;
    right: 4px;
    position: absolute;
}

.is-loading .wc-block-components-product-image {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden;
    }

@media not all {
    .is-loading .wc-block-components-product-image {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-components-product-price {
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
}

.wc-block-components-product-price__regular {
    margin-right: 0.5em;
}

.is-loading .wc-block-components-product-price::before {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 5em;
    color: rgb(226, 228, 231) !important;
    display: inline-block;
    content: ".";
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

@media not all {
    .is-loading .wc-block-components-product-price::before {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-components-product-price__align-left {
    text-align: left;
}

.is-loading .wc-block-components-product-price__align-center {
    text-align: center;
}

.is-loading .wc-block-components-product-price__align-right {
    text-align: right;
}

.wc-block-components-product-rating {
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
}

.wc-block-components-product-rating__stars {
    margin: 0px auto;
    width: 5.3em;
    height: 1.61em;
    text-align: left;
    line-height: 1.618;
    overflow: hidden;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    position: relative;
}

    .wc-block-components-product-rating__stars::before {
        left: 0px;
        top: 0px;
        right: 0px;
        color: rgb(170, 170, 170);
        white-space: nowrap;
        position: absolute;
        content: "\53\53\53\53\53";
        opacity: 0.5;
    }

    .wc-block-components-product-rating__stars span {
        left: 0px;
        top: 0px;
        right: 0px;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
    }

        .wc-block-components-product-rating__stars span::before {
            left: 0px;
            top: 0px;
            right: 0px;
            color: rgb(0, 0, 0);
            white-space: nowrap;
            position: absolute;
            content: "\53\53\53\53\53";
        }

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0px;
}

.wc-block-components-product-sale-badge {
    background: rgb(255, 255, 255);
    margin: 0px auto 12px;
    padding: 0.25em 0.75em;
    border-radius: 3px;
    border: 1px solid rgb(67, 69, 75);
    border-image: none;
    width: auto;
    text-align: center;
    color: rgb(67, 69, 75);
    text-transform: uppercase;
    font-size: 0.87em;
    font-weight: 600;
    display: inline-block;
    position: static;
    z-index: 9;
}

.wc-block-components-product-sku {
    text-transform: uppercase;
    font-size: 0.87em;
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
}

.wc-block-components-product-stock-indicator {
    font-size: 0.87em;
    margin-top: 0px;
    margin-bottom: 0.75em;
    display: block;
}

.wc-block-components-product-stock-indicator--in-stock {
    color: rgb(74, 184, 102);
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: rgb(217, 79, 79);
}

.wc-block-components-product-stock-indicator--available-on-backorder {
    color: rgb(255, 185, 0);
}

.wc-block-components-product-stock-indicator--low-stock {
    color: rgb(255, 185, 0);
}

.wc-block-components-product-summary {
    margin-top: 0px;
    margin-bottom: 12px;
}

.is-loading .wc-block-components-product-summary::before {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 100%;
    height: 6em;
    color: rgb(226, 228, 231) !important;
    display: block;
    content: ".";
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

@media not all {
    .is-loading .wc-block-components-product-summary::before {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0px;
    margin-bottom: 0.75em;
}

    .wc-block-components-product-tag-list ul {
        margin: 0px;
        padding: 0px;
        display: inline;
    }

        .wc-block-components-product-tag-list ul li {
            list-style: none;
            display: inline;
        }

            .wc-block-components-product-tag-list ul li::after {
                content: ", ";
            }

            .wc-block-components-product-tag-list ul li:last-child::after {
                content: "";
            }

.wc-block-components-product-title {
    margin-top: 0px;
    margin-bottom: 12px;
}

.wc-block-grid .wc-block-components-product-title {
    padding: 0px;
    color: inherit;
    line-height: 1.5;
    font-size: inherit;
    font-weight: 700;
    display: block;
}

.is-loading .wc-block-components-product-title::before {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 7em;
    color: rgb(226, 228, 231) !important;
    display: inline-block;
    content: ".";
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

@media not all {
    .is-loading .wc-block-components-product-title::before {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title::before {
    width: 10em;
}

.wc-block-components-product-title--align-left {
    text-align: left;
}

.wc-block-components-product-title--align-center {
    text-align: center;
}

.wc-block-components-product-title--align-right {
    text-align: right;
}

.wc-block-components-error {
    padding: 36px 16px;
    border-left-color: rgb(109, 109, 109);
    border-left-width: 4px;
    border-left-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(243, 243, 244);
}

.wc-block-components-error__header {
    margin: 0px;
    font-size: 2em;
    font-weight: 700;
}

.wc-block-components-error__image {
    max-width: 25%;
}

.wc-block-components-error__text {
    margin: 0px;
}

.wc-block-components-error__message {
    margin: 1em 0px 0px;
    font-style: italic;
}

@media all and (min-width:481px) {
    .wc-block-components-error {
        flex-direction: row;
    }

    .wc-block-components-error__image + .wc-block-components-error__content {
        margin-left: 24px;
    }
}

:not(.is-link).wc-block-components-button {
    padding: 0px 1em;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: none;
    line-height: 1;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    position: relative;
    min-height: 3em;
    justify-content: center;
    align-items: center;
    background-color: rgb(36, 41, 45);
}

    :not(.is-link).wc-block-components-button:active {
        color: rgb(255, 255, 255);
        background-color: rgb(36, 41, 45);
    }

:not(.is-link):disabled.wc-block-components-button {
    color: rgb(255, 255, 255);
    background-color: rgb(36, 41, 45);
}

:not(.is-link).wc-block-components-button:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(36, 41, 45);
}

:not(.is-link).wc-block-components-button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(36, 41, 45);
}

:not(.is-link).wc-block-components-button .wc-block-components-button__text {
    display: block;
}

    :not(.is-link).wc-block-components-button .wc-block-components-button__text > svg {
        fill: currentColor;
    }

:not(.is-link).wc-block-components-button .wc-block-components-button__spinner {
    left: 0px;
    top: 50%;
    width: 100%;
    height: 100%;
    color: inherit;
    margin-top: -0.5em;
    position: absolute;
    box-sizing: content-box;
}

    :not(.is-link).wc-block-components-button .wc-block-components-button__spinner::after {
        border-width: 0.2em;
        border-style: solid;
        border-color: currentColor currentColor currentColor transparent;
        margin: 0px auto;
        transform-origin: 50% 50%;
        border-radius: 50%;
        animation: wc-block-components-button__spinner__animation 1s linear infinite;
        border-image: none;
        width: 1em;
        height: 1em;
        display: inline-block;
        content: " ";
        box-sizing: border-box;
        transform: translateZ(0px) scale(0.5);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
    }

    :not(.is-link).wc-block-components-button .wc-block-components-button__spinner + .wc-block-components-button__text {
        visibility: hidden;
    }

.wc-block-components-checkout-form {
    counter-reset: checkout-step;
}

    .wc-block-components-checkout-form fieldset.wc-block-components-checkout-step {
        background: none;
        margin: 0px;
        padding: 0px 0px 0px 36px;
        border: currentColor;
        border-image: none;
        position: relative;
    }

.is-large .wc-block-components-checkout-form fieldset.wc-block-components-checkout-step {
    padding-right: 24px;
}

.wc-block-components-checkout-step__container {
    position: relative;
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em;
}

.wc-block-components-checkout-form fieldset:disabled.wc-block-components-checkout-step {
    opacity: 0.6;
}

.wc-block-components-checkout-step__heading {
    margin: 0.75em 0px 1em;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

:first-child.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0px;
}

.wc-block-components-checkout-step__title {
    margin: 0px 12px 0px 0px;
}

.wc-block-components-checkout-step__heading-content {
    right: 0px;
    font-size: 0.75em;
    position: absolute;
}

    .wc-block-components-checkout-step__heading-content a {
        color: inherit;
        font-weight: 700;
    }

.wc-block-components-checkout-step__description {
    line-height: 1.25;
    font-size: 0.87em;
    margin-bottom: 16px;
}

.wc-block-components-checkout-step__title::before {
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    left: -18px;
    top: 0px;
    width: 36px;
    text-align: center;
    vertical-align: baseline;
    position: absolute;
    content: " " counter(checkout-step) ".";
    counter-increment: checkout-step;
    transform: translateX(-50%);
}

.wc-block-components-checkout-step__container::after {
    left: -18px;
    top: 0px;
    height: 100%;
    border-left-color: currentColor;
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    content: "";
    opacity: 0.3;
}

:last-child.wc-block-components-checkout-step .wc-block-components-checkout-step__container::after {
    content: none;
}

.wc-block-components-checkout-form {
    margin: 0px;
    max-width: 100%;
}

.wc-block-components-order-summary .wc-blocks-components-panel__button {
    padding-top: 0px;
    margin-top: 0px;
}

.wc-block-components-order-summary__content {
    width: 100%;
    display: table;
}

.wc-block-components-order-summary-item {
    width: 100%;
    padding-bottom: 1px;
    display: table-row;
    position: relative;
}

    .wc-block-components-order-summary-item::after {
        border-width: 0px 0px 1px;
        border-style: solid;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        opacity: 0.3;
        pointer-events: none;
    }

:last-child.wc-block-components-order-summary-item > div {
    padding-bottom: 0px;
}

:last-child.wc-block-components-order-summary-item::after {
    display: none;
}

.wc-block-components-order-summary-item__description {
    vertical-align: top;
    display: table-cell;
}

.wc-block-components-order-summary-item__image {
    vertical-align: top;
    display: table-cell;
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

    .wc-block-components-order-summary-item__image > img {
        width: 48px;
        max-width: 48px;
    }

.wc-block-components-order-summary-item__quantity {
    background: rgb(255, 255, 255);
    padding: 0px 0.4em;
    border-radius: 1em;
    border: 2px solid currentColor;
    border-image: none;
    top: 16px;
    right: 0px;
    color: rgb(0, 0, 0);
    line-height: 1;
    font-size: 0.75em;
    display: flex;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    min-height: 20px;
    min-width: 20px;
    box-shadow: 0px 0px 0px 2px #fff;
    transform: translate(50%, -50%);
    justify-content: center;
    align-items: center;
}

.wc-block-components-order-summary-item__description {
    line-height: 1.375;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
}

    .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
        line-height: 1.375;
        margin-top: 4px;
    }

    .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px;
    }

.wc-block-components-order-summary-item__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wc-block-components-payment-method-icons {
    margin: 0px 0px 14px;
    text-align: center;
    display: block;
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        margin: 0px 4px 2px;
        padding: 0px;
        width: auto;
        height: 24px;
        vertical-align: middle;
        display: inline-block;
    }

.wc-block-components-payment-method-icons--align-left {
    text-align: left;
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-right: 8px;
        margin-left: 0px;
    }

.wc-block-components-payment-method-icons--align-right {
    text-align: right;
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 0px;
        margin-left: 8px;
    }

:last-child.wc-block-components-payment-method-icons {
    margin-bottom: 0px;
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px;
}

.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px;
}

.wc-block-components-payment-method-label--with-icon {
    vertical-align: middle;
    display: inline-block;
}

    .wc-block-components-payment-method-label--with-icon > img {
        margin: -2px 4px 0px 0px;
        vertical-align: middle;
    }

    .wc-block-components-payment-method-label--with-icon > svg {
        margin: -2px 4px 0px 0px;
        vertical-align: middle;
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img {
    display: none;
}

.is-mobile .wc-block-components-payment-method-label--with-icon > svg {
    display: none;
}

.is-small .wc-block-components-payment-method-label--with-icon > img {
    display: none;
}

.is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none;
}

.editor-styles-wrapper .wc-block-components-checkout-policies {
    list-style: none;
    margin: 24px 0px;
    text-align: center;
    line-height: 1;
    font-size: 0.75em;
}

.wc-block-components-checkout-policies {
    list-style: none;
    margin: 24px 0px;
    text-align: center;
    line-height: 1;
    font-size: 0.75em;
}

.wc-block-components-checkout-policies__item {
    list-style: none;
    margin: 0px;
    padding: 0px 0.25em;
    display: inline-block;
}

:not(:first-child).wc-block-components-checkout-policies__item {
    border-left-color: rgb(195, 196, 199);
    border-left-width: 1px;
    border-left-style: solid;
}

.wc-block-components-checkout-policies__item > a {
    padding: 0px 0.25em;
    color: inherit;
}

.wc-block-components-product-badge {
    padding: 0px 0.66em;
    border-radius: 2px;
    border: 1px solid currentColor;
    border-image: none;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.wc-block-components-product-metadata {
    font-size: 0.75em;
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
        margin: 0.25em 0px 0px;
    }

    .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: 0.25em 0px 0px;
    }

.wc-block-components-product-name {
    font-size: 1em;
    display: block;
    -ms-word-break: break-all;
    overflow-wrap: anywhere;
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: 0.5em;
}

.wc-block-components-checkout-return-to-cart-button {
    color: inherit;
    padding-left: calc(24px + .25em);
    text-decoration: none;
    position: relative;
    box-shadow: none;
}

    .wc-block-components-checkout-return-to-cart-button svg {
        left: 0px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0px;
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
}

.wc-block-components-shipping-calculator {
    padding: 0.5em 0px 0.75em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
    margin: 0px;
}

.wc-block-components-shipping-rates-control__package-items {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.87em;
    display: block;
}

.wc-block-components-shipping-rates-control__package-item {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    -ms-word-break: break-all;
    overflow-wrap: anywhere;
}

:not(:last-child).wc-block-components-shipping-rates-control__package-item::after {
    white-space: pre;
    content: ", ";
}

.components-notice.wc-block-components-shipping-rates-control__no-results-notice {
    margin-bottom: 0px;
}

.wc-block-components-shipping-rates-control .wc-blocks-components-panel__content {
    padding-bottom: 0px;
}

.wc-block-components-totals-coupon__form {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        margin-top: 0px;
        margin-bottom: 0px;
        flex-grow: 1;
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        height: 48px;
        padding-right: 24px;
        padding-left: 24px;
        margin-left: 8px;
        white-space: nowrap;
        flex-shrink: 0;
    }

.wc-block-components-totals-coupon__content {
    position: relative;
    flex-direction: column;
}

    .wc-block-components-totals-coupon__content .wc-block-components-validation-error {
        width: 100%;
        margin-top: 8px;
        position: relative;
    }

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 1.25em;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 400;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0px;
}

.wc-block-components-totals-item {
    padding: 0.75em 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.wc-block-components-totals-item__label {
    font-weight: 700;
    flex-grow: 1;
}

.wc-block-components-totals-item__value {
    white-space: nowrap;
}

.wc-block-components-totals-item__description {
    width: 100%;
    font-size: 0.87em;
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    background-color: transparent;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description {
    text-align: left;
    flex-basis: 100%;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label {
    text-align: left;
    flex-basis: 100%;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description {
    text-align: left;
    flex-basis: 100%;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    text-align: left;
    flex-basis: 100%;
}

.wc-block-components-totals-shipping :last-child.wc-block-components-radio-control__option-layout::after {
    display: none;
}

.wc-block-components-totals-shipping :last-child.wc-block-components-radio-control__option::after {
    display: none;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin-bottom: 0.75em;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
    vertical-align: baseline;
    display: inline;
    box-shadow: none;
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active {
        background: none;
        opacity: 0.8;
    }

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus {
        background: none;
        opacity: 0.8;
    }

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: none;
        opacity: 0.8;
    }

.wc-block-components-totals-shipping :last-child.wc-blocks-components-panel::after {
    border-bottom-width: 0px;
}

.wc-block-components-totals-taxes {
    position: relative;
}

    .wc-block-components-totals-taxes::after {
        border-width: 1px 0px 0px;
        border-style: solid;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        opacity: 0.3;
        pointer-events: none;
    }

.wc-block-components-checkbox {
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    display: block;
    position: relative;
}

    .wc-block-components-checkbox [type=checkbox].wc-block-components-checkbox__input {
        margin: 0px;
        border: 1px solid currentColor;
        border-image: none;
        width: 1rem;
        height: 1rem;
        overflow: hidden;
        vertical-align: middle;
        position: static;
        min-height: 16px;
        min-width: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wc-block-components-checkbox [type=checkbox]:checked.wc-block-components-checkbox__input {
        background: currentColor;
        border-color: currentColor;
    }

        .wc-block-components-checkbox [type=checkbox]:checked.wc-block-components-checkbox__input::before {
            margin: 0px;
            width: calc(1rem - 2px);
            height: calc(1rem - 2px);
            text-align: center;
            color: rgb(255, 255, 255);
            line-height: 100%;
            display: block;
            min-height: 14px;
            min-width: 14px;
            content: "\2713";
        }

    .wc-block-components-checkbox [type=checkbox].wc-block-components-checkbox__input + .wc-block-components-checkbox__label {
        padding-left: 8px;
        vertical-align: middle;
    }

.editor-styles-wrapper .wc-block-components-checkbox-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wc-block-components-checkbox-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li {
    list-style: none;
    margin: 0px 0px 4px;
    padding: 0px;
}

.wc-block-components-checkbox-list li {
    list-style: none;
    margin: 0px 0px 4px;
    padding: 0px;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button {
    background: none;
    padding: 0px;
    border: currentColor;
    border-image: none;
    text-decoration: underline;
    cursor: pointer;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button {
    background: none;
    padding: 0px;
    border: currentColor;
    border-image: none;
    text-decoration: underline;
    cursor: pointer;
}

.wc-block-components-checkbox-list li.show-less button {
    background: none;
    padding: 0px;
    border: currentColor;
    border-image: none;
    text-decoration: underline;
    cursor: pointer;
}

.wc-block-components-checkbox-list li.show-more button {
    background: none;
    padding: 0px;
    border: currentColor;
    border-image: none;
    text-decoration: underline;
    cursor: pointer;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-components-checkbox-list.is-loading li {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > * {
    visibility: hidden;
}

.wc-block-components-checkbox-list.is-loading li > * {
    visibility: hidden;
}

@media not all {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-checkbox-list.is-loading li {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-components-chip {
    margin: 0px 0.36em 0.36em 0px;
    padding: 0.12em 0.5em 0.25em;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: inherit;
    line-height: 1;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    display: inline-flex;
    max-width: 100%;
    align-items: center;
}

.wc-block-components-chip {
    background: rgb(226, 228, 231);
    color: rgb(35, 40, 45);
}

    .wc-block-components-chip:active {
        background: rgb(226, 228, 231);
        color: rgb(35, 40, 45);
    }

    .wc-block-components-chip:focus {
        background: rgb(226, 228, 231);
        color: rgb(35, 40, 45);
    }

    .wc-block-components-chip:hover {
        background: rgb(226, 228, 231);
        color: rgb(35, 40, 45);
    }

    .wc-block-components-chip.wc-block-components-chip--radius-small {
        border-radius: 3px;
    }

    .wc-block-components-chip.wc-block-components-chip--radius-medium {
        border-radius: 0.43em;
    }

    .wc-block-components-chip.wc-block-components-chip--radius-large {
        border-radius: 2em;
        padding-right: 0.75em;
        padding-left: 0.75em;
    }

    .wc-block-components-chip .wc-block-components-chip__text {
        flex-grow: 1;
    }

    .wc-block-components-chip.is-removable {
        padding-right: 0.5em;
    }

        .wc-block-components-chip.is-removable .wc-block-components-chip__text {
            padding-right: 0.25em;
        }

    .wc-block-components-chip .wc-block-components-chip__remove {
        background: none;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        font-size: 0.75em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wc-block-components-chip .wc-block-components-chip__remove-icon {
        vertical-align: middle;
    }

.wc-block-components-chip__remove:focus {
    fill: #d94f4f;
}

.wc-block-components-chip__remove:hover {
    fill: #d94f4f;
}

button.wc-block-components-chip:focus > .wc-block-components-chip__remove {
    fill: #d94f4f;
}

button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #d94f4f;
}

:disabled.wc-block-components-chip__remove {
    cursor: not-allowed;
    fill: #86909b;
}

button:disabled.wc-block-components-chip > .wc-block-components-chip__remove {
    cursor: not-allowed;
    fill: #86909b;
}

.wc-block-components-dropdown-selector {
    width: 100%;
    position: relative;
    max-width: 300px;
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: rgb(255, 255, 255);
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgb(141, 150, 160);
    border-image: none;
    color: rgb(43, 45, 47);
    display: flex;
    cursor: text;
    flex-wrap: wrap;
    align-items: center;
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: rgb(226, 228, 231);
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px;
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0px 0px;
}

.wc-block-components-dropdown-selector__input {
    margin: 0.18em 0px;
    padding: 0.18em 0px;
    line-height: 1.2857;
    font-size: 0.87em;
    min-width: 0px;
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%;
}

    .is-single .wc-block-components-dropdown-selector__input:active {
        outline: 0px;
    }

    .is-single .wc-block-components-dropdown-selector__input:focus {
        outline: 0px;
    }

    .is-single .wc-block-components-dropdown-selector__input:hover {
        outline: 0px;
    }

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
}

:not(.is-open).is-single.has-checked .wc-block-components-dropdown-selector__input {
    margin: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -ms-word-wrap: normal !important;
    overflow-wrap: normal;
    -webkit-clip-path: inset(50%);
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1 1 0px;
    min-width: 0px;
}

.is-multiple .wc-block-components-dropdown-selector__input {
    background: none;
    border: 0px currentColor;
    border-image: none;
}

.is-single :first-child.wc-block-components-dropdown-selector__input {
    background: none;
    border: 0px currentColor;
    border-image: none;
}

.is-multiple .wc-block-components-dropdown-selector__input:active {
    outline: 0px;
}

.is-multiple .wc-block-components-dropdown-selector__input:focus {
    outline: 0px;
}

.is-multiple .wc-block-components-dropdown-selector__input:hover {
    outline: 0px;
}

.is-single :first-child.wc-block-components-dropdown-selector__input:active {
    outline: 0px;
}

.is-single :first-child.wc-block-components-dropdown-selector__input:focus {
    outline: 0px;
}

.is-single :first-child.wc-block-components-dropdown-selector__input:hover {
    outline: 0px;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active {
    text-decoration: none;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus {
    text-decoration: none;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover {
    text-decoration: none;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active {
    text-decoration: none;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus {
    text-decoration: none;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
    text-decoration: none;
    background-color: transparent;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    margin: 0.18em 0px;
    padding: 0.18em 0px;
    width: 100%;
    color: rgb(64, 70, 77);
    font-size: 0.87em;
    display: inline-flex;
    align-items: center;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    padding: 0px;
    text-align: left;
    line-height: 1.2857;
    flex-grow: 1;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    padding: 0px 0px 0px 0.3em;
    border: 0px currentColor;
    border-image: none;
    line-height: 1;
    display: inline-block;
    background-color: transparent;
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
        display: block;
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    line-height: 1.2857;
    font-size: 0.87em;
    margin-top: 0.18em;
    margin-bottom: 0.18em;
}

.wc-block-components-dropdown-selector__list {
    margin: -1px 0px 0px;
    padding: 0px;
    left: 0px;
    top: 100%;
    right: 0px;
    position: absolute;
    z-index: 1;
    -ms-overflow-y: auto;
    max-height: 300px;
    background-color: rgb(255, 255, 255);
}

:not(:empty).wc-block-components-dropdown-selector__list {
    border: 1px solid rgb(159, 159, 159);
    border-image: none;
}

.wc-block-components-dropdown-selector__list-item {
    list-style: none;
    margin: 0px;
    padding: 0px 4px;
    color: rgb(64, 70, 77);
    font-size: 0.87em;
    cursor: default;
}

    .wc-block-components-dropdown-selector__list-item.is-selected {
        background-color: rgb(215, 218, 222);
    }

    .wc-block-components-dropdown-selector__list-item.is-highlighted {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 102, 158);
    }

    .wc-block-components-dropdown-selector__list-item:active {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 102, 158);
    }

    .wc-block-components-dropdown-selector__list-item:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 102, 158);
    }

    .wc-block-components-dropdown-selector__list-item:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 102, 158);
    }

.wc-block-components-filter-submit-button {
    margin-left: auto;
    display: block;
    white-space: nowrap;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
}

.wc-block-components-load-more {
    width: 100%;
    text-align: center;
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px;
}

    .wc-block-components-loading-mask .components-spinner {
        margin: 0px;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }

.wc-block-components-loading-mask__children {
    opacity: 0.5;
}

.wc-block-components-pagination {
    margin: 0px auto 16px;
}

.wc-block-components-pagination__ellipsis {
    color: rgb(51, 51, 51);
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
}

.wc-block-components-pagination__page {
    color: rgb(51, 51, 51);
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: 0.3em 0.6em;
    min-width: 2.2em;
}

@media all and (max-width:782px) {
    .wc-block-components-pagination__page {
        padding: 0.1em 0.2em;
        min-width: 1.6em;
    }
}

:not(.toggle).wc-block-components-pagination__page {
    background-color: transparent;
}

.wc-block-components-pagination__ellipsis {
    padding: 0.3em;
}

@media all and (max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: 0.1em;
    }
}

[disabled].wc-block-components-pagination__page--active {
    color: rgb(51, 51, 51);
    font-weight: 700;
    opacity: 1 !important;
}

    [disabled].wc-block-components-pagination__page--active:focus {
        color: rgb(51, 51, 51);
        opacity: 1 !important;
        background-color: inherit;
    }

    [disabled].wc-block-components-pagination__page--active:hover {
        color: rgb(51, 51, 51);
        opacity: 1 !important;
        background-color: inherit;
    }

.wc-blocks-components-panel.has-border {
    position: relative;
}

    .wc-blocks-components-panel.has-border::after {
        border-width: 1px 0px;
        border-style: solid;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        opacity: 0.3;
        pointer-events: none;
    }

    .wc-blocks-components-panel.has-border + .wc-blocks-components-panel.has-border::after {
        border-top-width: 0px;
    }

.wc-blocks-components-panel__button {
    margin: 0.37em 0px;
    padding: 0.37em 32px 0.37em 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

.wc-blocks-components-panel__button {
    background: none;
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    box-shadow: none;
}

    .wc-blocks-components-panel__button:active {
        background: none;
        color: inherit;
        text-transform: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        box-shadow: none;
    }

    .wc-blocks-components-panel__button:focus {
        background: none;
        color: inherit;
        text-transform: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        box-shadow: none;
    }

    .wc-blocks-components-panel__button:hover {
        background: none;
        color: inherit;
        text-transform: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        box-shadow: none;
    }

    .wc-blocks-components-panel__button > .wc-blocks-components-panel__button-icon {
        top: 50%;
        width: auto;
        right: 0px;
        position: absolute;
        fill: currentColor;
        transform: translateY(-50%);
    }

.wc-blocks-components-panel__content {
    overflow: auto;
    padding-bottom: 1em;
}

.theme-twentytwenty .wc-blocks-components-panel__button {
    background: none;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px;
}

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
        pointer-events: all;
    }

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
        display: block;
    }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
            color: rgb(255, 255, 255);
            background-color: rgb(36, 41, 45);
        }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
            margin: 0.25em 0px 1em;
            display: block;
        }

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px;
}

.wc-block-components-express-checkout {
    margin: auto;
    position: relative;
}

    .wc-block-components-express-checkout .wc-block-components-express-checkout__title-container {
        left: 0px;
        top: -5px;
        right: 0px;
        vertical-align: middle;
        display: flex;
        position: absolute;
        flex-direction: row;
    }

        .wc-block-components-express-checkout .wc-block-components-express-checkout__title-container::before {
            border-radius: 5px 0px 0px;
            width: 22px;
            height: 4px;
            margin-right: 12px;
            border-top-color: currentColor;
            border-left-color: currentColor;
            border-top-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-left-style: solid;
            display: block;
            content: "";
            opacity: 0.3;
            pointer-events: none;
        }

        .wc-block-components-express-checkout .wc-block-components-express-checkout__title-container::after {
            border-radius: 0px 5px 0px 0px;
            height: 4px;
            margin-left: 12px;
            border-top-color: currentColor;
            border-right-color: currentColor;
            border-top-width: 1px;
            border-right-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            display: block;
            content: "";
            opacity: 0.3;
            pointer-events: none;
            flex-grow: 1;
        }

    .wc-block-components-express-checkout .wc-block-components-express-checkout__title {
        transform: translateY(-50%);
        flex-grow: 0;
    }

    .wc-block-components-express-checkout .wc-block-components-express-checkout__content {
        padding: 1.5em 35px 1em;
        margin-top: calc(.75em + 5px);
        position: relative;
    }

        .wc-block-components-express-checkout .wc-block-components-express-checkout__content::after {
            border-width: 0px 1px 1px;
            border-style: solid;
            border-radius: 0px 0px 5px 5px;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            display: block;
            position: absolute;
            content: "";
            opacity: 0.3;
            pointer-events: none;
        }

        .wc-block-components-express-checkout .wc-block-components-express-checkout__content > p {
            margin-bottom: 1em;
        }

    .wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons {
        list-style: none;
        margin: 0px;
        padding: 0px;
        flex-flow: row wrap;
        width: 100%;
        overflow: hidden;
        display: flex;
    }

        .wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons > li {
            margin: 0px;
            width: 50%;
            display: inline-block;
        }

            .wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons > li > img {
                width: 100%;
                height: 48px;
            }

            .wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons > li:nth-child(2n) {
                padding-left: 8px;
            }

            .wc-block-components-express-checkout .wc-block-components-express-checkout-payment-event-buttons > li:nth-child(2n+1) {
                padding-right: 8px;
            }

.wc-block-card-elements {
    width: 100%;
    display: flex;
}

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    white-space: nowrap;
    position: relative;
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-grow: 1;
        flex-basis: 15em;
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        margin-left: 12px;
        flex-basis: 7em;
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        margin-left: 12px;
        flex-basis: 7em;
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        margin: 0px;
        padding: 0.75em 0px 0.75em 16px;
        border-radius: 4px;
        border: 1px solid rgb(141, 150, 160);
        border-image: none;
        width: 100%;
        height: 3em;
        color: rgb(43, 45, 47);
        line-height: 1.375;
        font-family: inherit;
        font-size: 1em;
        cursor: text;
        box-sizing: border-box;
        background-color: rgb(255, 255, 255);
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus {
            background-color: rgb(255, 255, 255);
        }

    .wc-block-gateway-container:focus {
        background-color: rgb(255, 255, 255);
    }

    .wc-block-gateway-container label {
        margin: 0px 0px 0px 17px;
        transform-origin: left top;
        transition: transform 0.2s;
        left: 0px;
        top: 0px;
        color: rgb(100, 105, 112);
        text-transform: inherit;
        line-height: 1.375;
        letter-spacing: inherit;
        overflow: hidden;
        font-family: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        position: absolute;
        cursor: text;
        -ms-text-overflow: ellipsis;
        max-width: calc(100% - 24px);
        transform: translateY(0.75em);
    }

@media not all {
    .wc-block-gateway-container label {
        transition: none;
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em);
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label {
    margin-left: 16px;
    transform: translateY(4px) scale(0.75);
}

.wc-block-gateway-container.wc-inline-card-element :not(.empty).wc-block-gateway-input + label {
    margin-left: 16px;
    transform: translateY(4px) scale(0.75);
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    margin-top: -24px;
    position: static;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty {
    padding: 1.5em 0px 0.25em 16px;
}

.wc-block-gateway-container :not(.empty).wc-block-gateway-input {
    padding: 1.5em 0px 0.25em 16px;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label {
    transform: translateY(4px) scale(0.75);
}

.wc-block-gateway-container :not(.empty).wc-block-gateway-input + label {
    transform: translateY(4px) scale(0.75);
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: rgb(217, 79, 79);
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: rgb(217, 79, 79);
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: rgb(217, 79, 79);
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px;
}

.is-large .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px;
}

.is-medium .wc-card-cvc-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px;
}

.is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px;
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p {
    min-height: 28px;
}

.is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px;
}

.is-small .wc-card-cvc-element .wc-block-components-validation-error > p {
    min-height: 28px;
}

.is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px;
}

.wc-blocks-credit-card-images {
    padding-top: 12px;
    display: flex;
}

    .wc-blocks-credit-card-images .wc-blocks-credit-cart-icon {
        width: auto;
        height: 18px;
        margin-right: 12px;
    }

    .wc-blocks-credit-card-images :last-child.wc-blocks-credit-cart-icon {
        margin-right: 0px;
    }

.wc-block-components-checkout-payment-methods * {
    pointer-events: all;
}

.is-mobile .wc-block-card-elements {
    flex-wrap: wrap;
}

.is-small .wc-block-card-elements {
    flex-wrap: wrap;
}

.is-mobile .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%;
}

.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%;
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element {
    margin-right: 8px;
    margin-left: 0px;
    flex-basis: calc(50% - 8px);
}

.is-small .wc-block-gateway-container.wc-card-expiry-element {
    margin-right: 8px;
    margin-left: 0px;
    flex-basis: calc(50% - 8px);
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element {
    margin-left: 8px;
    flex-basis: calc(50% - 8px);
}

.is-small .wc-block-gateway-container.wc-card-cvc-element {
    margin-left: 8px;
    flex-basis: calc(50% - 8px);
}

.theme-twentynineteen .wc-block-components-express-checkout__title::before {
    display: none;
}

.theme-twentytwenty .wc-block-components-express-checkout .wc-block-components-express-checkout__title {
    padding-right: 12px;
    padding-left: 12px;
}

.wc-block-components-price-slider {
    margin-bottom: 24px;
}

    .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
        background: rgb(225, 225, 225);
        margin: 15px 0px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        height: 9px;
        clear: both;
        position: relative;
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
            left: 0px;
            top: 0px;
            width: 100%;
            height: 9px;
            position: absolute;
        }

    .wc-block-components-price-slider .wc-block-components-price-slider__controls {
        display: flex;
    }

        .wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
            margin: 0px;
            border-radius: 4px;
            width: auto;
            min-width: 0px;
            max-width: 100px;
        }

            .wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
                margin-right: 10px;
            }

            .wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
                margin-left: auto;
            }

    .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
        justify-content: flex-end;
    }

        .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-right: 10px;
            margin-left: 0px;
        }

    .wc-block-components-price-slider .wc-block-components-price-slider__range-input {
        background: none;
        margin: 0px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 100%;
        height: 0px;
        display: block;
        position: relative;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
            background-position: 0px 0px;
            margin: 0px;
            padding: 0px;
            border: 0px currentColor;
            transition: transform 0.2s ease-in-out;
            border-image: none;
            width: 26px;
            height: 21px;
            vertical-align: top;
            z-index: 20;
            cursor: pointer;
            pointer-events: auto;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-color: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

            .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
                transform: scale(1.1);
                background-position-y: -21px;
            }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
            background-position-y: -21px;
        }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
            z-index: 21;
        }

            .wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
                background-position-x: left;
            }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
            z-index: 20;
        }

            .wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
                background-position-x: right;
            }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > * {
        visibility: hidden;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > * {
        visibility: hidden;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > * {
        visibility: hidden;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > * {
        visibility: hidden;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        animation: none;
        -webkit-animation: none;
    }
}

:not(.is-loading).wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount {
    animation: none;
    -webkit-animation: none;
}

:not(.is-loading).wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button {
    animation: none;
    -webkit-animation: none;
}

:not(.is-loading).wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    animation: none;
    -webkit-animation: none;
}

.rtl .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
}

@media all and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
    .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
        background: none;
        height: 24px;
        box-shadow: none;
    }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
            background: rgb(168, 115, 157);
            top: 7px;
            width: 100%;
            box-shadow: inset 0px 0px 0px 1px #95588a;
        }

    .wc-block-components-price-slider .wc-block-components-price-slider__range-input {
        left: 0px;
        top: 0px;
        height: 24px;
        position: absolute;
        pointer-events: auto;
    }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track {
            background: none;
            border-width: 7px 0px;
            border-color: transparent;
            color: transparent;
        }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: rgb(225, 225, 225);
            box-shadow: inset 0px 0px 0px 1px #b8b8b8;
        }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: none;
        }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none;
        }

        .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
            pointer-events: auto;
            transform: translate(1px);
        }

    .wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: rgb(225, 225, 225);
        box-shadow: inset 0px 0px 0px 1px #b8b8b8;
    }

    .wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: none;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        border-color: rgb(226, 228, 231) !important;
        animation: loading-fade 1.2s ease-in-out infinite;
        color: rgb(226, 228, 231) !important;
        pointer-events: none;
        box-shadow: none;
        background-color: rgb(226, 228, 231) !important;
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden;
    }
}

@media not all {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        animation: none;
        -webkit-animation: none;
    }
}

@media all and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
    :not(.is-loading).wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-grid {
    text-align: center;
}

.wc-block-grid__no-products {
    padding: 40px;
    width: 100%;
    text-align: center;
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        margin: 0px auto 1em;
        color: inherit;
        display: block;
        max-width: 150px;
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        margin: 0px;
        font-weight: 700;
        display: block;
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        margin: 0.25em 0px 1em;
        display: block;
    }

.wc-block-grid__products {
    margin: 0px -8px 16px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    background-clip: padding-box;
}

.wc-block-grid__product {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align: center;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-width: 8px;
    border-bottom-width: 16px;
    border-left-width: 8px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: none;
    position: relative;
    box-sizing: border-box;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column;
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
    padding-bottom: 12px;
    margin-top: auto;
    margin-bottom: 0px;
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
    padding-bottom: 12px;
    margin-top: auto;
    margin-bottom: 0px;
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%;
}

.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
}

.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33%;
    max-width: 33.33%;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33%;
    max-width: 33.33%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%;
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%;
}

.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66%;
    max-width: 16.66%;
}

.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66%;
    max-width: 16.66%;
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28%;
    max-width: 14.28%;
}

.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28%;
    max-width: 14.28%;
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%;
}

.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%;
}

.theme-twentytwenty :not(.alignwide):not(.alignfull).wc-block-grid.has-4-columns .wc-block-grid__product {
    font-size: 0.8em;
}

.theme-twentytwenty :not(.alignfull).wc-block-grid.has-5-columns .wc-block-grid__product {
    font-size: 0.8em;
}

.theme-twentytwenty :not(.alignfull).wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: 0.8em;
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product {
    font-size: 0.8em;
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product {
    font-size: 0.8em;
}

:not(.alignwide):not(.alignfull).wc-block-grid.has-4-columns .wc-block-grid__product {
    font-size: 0.8em;
}

:not(.alignfull).wc-block-grid.has-5-columns .wc-block-grid__product {
    font-size: 0.8em;
}

:not(.alignfull).wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: 0.8em;
}

.wc-block-grid.has-7-columns .wc-block-grid__product {
    font-size: 0.8em;
}

.wc-block-grid.has-8-columns .wc-block-grid__product {
    font-size: 0.8em;
}

@media all and (max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        padding: 0px;
        flex: 1 0 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
}

@media all and (max-width:600px) and (min-width:481px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-2-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-2-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-2-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-3-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-3-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-3-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-4-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-4-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-4-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-5-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-5-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-5-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-6-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-6-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-6-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-7-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-7-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-7-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin: 0px 0px 24px;
        padding: 0px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .wc-block-grid.has-8-columns :nth-child(2n+1).wc-block-grid__product {
        padding-right: 8px;
    }

    .wc-block-grid.has-8-columns :nth-child(2n).wc-block-grid__product {
        padding-left: 8px;
    }

        .wc-block-grid.has-8-columns :nth-child(2n).wc-block-grid__product .wc-block-grid__product-onsale {
            left: 8px;
        }
}

.wc-block-components-product-sort-select {
    text-align: left;
    margin-bottom: 24px;
}

.wc-block-components-quantity-selector {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(215, 218, 222);
    border-image: none;
    display: flex;
    min-width: 100px;
}

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
        background: none;
        margin: 0px;
        padding: 0.4em 0px;
        border: 0px currentColor;
        flex: 1 1 auto;
        border-image: none;
        text-align: center;
        color: rgb(0, 0, 0);
        line-height: 1;
        font-size: 1em;
        vertical-align: middle;
        min-width: 40px;
        box-shadow: none;
        order: 2;
        -moz-appearance: textfield;
    }

        .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
            background: rgb(243, 244, 245);
            outline: rgb(215, 218, 222) solid 1px;
        }

    .wc-block-components-quantity-selector input:disabled.wc-block-components-quantity-selector__input {
        color: rgb(134, 144, 155);
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        background: none;
        margin: 0px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        text-align: center;
        color: rgb(50, 55, 60);
        font-size: 1em;
        font-style: normal;
        cursor: pointer;
        min-width: 30px;
        box-shadow: none;
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            outline: rgb(215, 218, 222) solid 2px;
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            background: none;
            margin: 0px;
            padding: 0px;
            border: 0px currentColor;
            border-image: none;
            color: rgb(25, 30, 35);
            box-shadow: none;
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
            background: none;
            margin: 0px;
            padding: 0px;
            border: 0px currentColor;
            border-image: none;
            color: rgb(25, 30, 35);
            box-shadow: none;
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            outline: rgb(215, 218, 222) solid 2px;
        }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
            outline: rgb(215, 218, 222) solid 2px;
        }

    .wc-block-components-quantity-selector :disabled.wc-block-components-quantity-selector__button {
        background: none;
        margin: 0px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        color: rgb(134, 144, 155);
        cursor: default;
        box-shadow: none;
    }

        .wc-block-components-quantity-selector :disabled.wc-block-components-quantity-selector__button:focus {
            outline: rgb(215, 218, 222) solid 2px;
        }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
        order: 1;
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
        order: 3;
    }

.wc-block-components-radio-control__option {
    padding: 12px 12px 0px 72px;
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    display: block;
    position: relative;
}

    .wc-block-components-radio-control__option::after {
        border-width: 0px 0px 1px;
        border-style: solid;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        opacity: 0.3;
        pointer-events: none;
    }

.wc-block-components-radio-control__option-layout {
    width: 100%;
    padding-bottom: 12px;
    display: table;
    position: relative;
}

    .wc-block-components-radio-control__option-layout::after {
        border-width: 0px 0px 1px;
        border-style: solid;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        opacity: 0.3;
        pointer-events: none;
    }

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout::after {
    display: none;
}

.wc-block-components-radio-control__input {
    left: 24px;
    top: 12px;
    position: absolute;
}

.wc-block-components-radio-control__description-group {
    display: table-row;
}

.wc-block-components-radio-control__label-group {
    display: table-row;
}

.wc-block-components-radio-control__description-group > span {
    display: table-cell;
}

.wc-block-components-radio-control__label-group > span {
    display: table-cell;
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description {
    text-align: right;
    min-width: 50%;
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label {
    text-align: right;
    min-width: 50%;
}

.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description {
    text-align: right;
    min-width: 50%;
}

.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    text-align: right;
    min-width: 50%;
}

.wc-block-components-radio-control__label {
    line-height: 20px;
}

.wc-block-components-radio-control__secondary-label {
    line-height: 20px;
}

.wc-block-components-radio-control__description {
    line-height: 20px;
    font-size: 0.87em;
}

.wc-block-components-radio-control__secondary-description {
    line-height: 20px;
    font-size: 0.87em;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: 2px solid currentColor;
    border-image: none;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    min-height: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wc-block-components-radio-control :checked.wc-block-components-radio-control__input::before {
    background: currentColor;
    margin: 0px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 0.62em;
    height: 0.62em;
    display: block;
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    content: "";
    transform: translate(-50%, -50%);
}

@media all and (min-width:783px) {
    .wc-block-components-radio-control .wc-block-components-radio-control__input {
        width: 1rem;
        height: 1rem;
        margin-top: 2px;
        min-height: 16px;
        min-width: 16px;
    }

    .wc-block-components-radio-control :checked.wc-block-components-radio-control__input::before {
        width: 0.5em;
        height: 0.5em;
        min-height: 8px;
        min-width: 8px;
    }
}

.is-loading .wc-block-components-review-list-item__text {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 60%;
    color: rgb(226, 228, 231) !important;
    display: block;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden;
    }

@media not all {
    .is-loading .wc-block-components-review-list-item__text {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__text::after {
    content: "\00a0";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden;
    }

@media not all {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image::after {
    content: "\00a0";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 80px;
    color: rgb(226, 228, 231) !important;
    font-size: 1em;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden;
    }

@media not all {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author::after {
    content: "\00a0";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product {
    display: none;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 120px;
    height: 1em;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden;
    }

@media not all {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        animation: none;
        -webkit-animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date::after {
    content: "\00a0";
}

.editor-styles-wrapper .wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0px 0px 48px;
}

.wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0px 0px 48px;
}

.wc-block-components-review-list-item__info {
    margin-bottom: 24px;
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2;
}

.wc-block-components-review-list-item__image {
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    justify-content: center;
    align-items: center;
    grid-column: 1;
    grid-row: 1/3;
}

    .wc-block-components-review-list-item__image > img {
        width: auto;
        height: auto;
        display: block;
        max-height: 100%;
        max-width: 100%;
    }

.wc-block-components-review-list-item__verified {
    margin: 0px;
    width: 21px;
    height: 21px;
    right: -7px;
    bottom: -7px;
    line-height: 21px;
    text-indent: 21px;
    overflow: hidden;
    position: absolute;
}

    .wc-block-components-review-list-item__verified::before {
        background: url("data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
        width: 21px;
        height: 21px;
        display: block;
        content: "";
    }

.wc-block-components-review-list-item__meta {
    flex-flow: row wrap;
    display: flex;
    align-items: center;
}

    .wc-block-components-review-list-item__meta::after {
        content: "";
        order: 3;
        flex-basis: 100%;
    }

.wc-block-components-review-list-item__author {
    font-weight: 700;
    margin-right: 8px;
    display: block;
    order: 1;
}

.wc-block-components-review-list-item__product {
    font-weight: 700;
    margin-right: 8px;
    display: block;
    order: 1;
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        color: grey;
        font-weight: 400;
        order: 4;
    }

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5;
}

.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date::before {
    height: 1em;
    margin-right: 8px;
    vertical-align: middle;
    border-right-color: rgb(221, 221, 221);
    border-right-width: 1px;
    border-right-style: solid;
    display: inline-block;
    content: "";
}

:first-child.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date::before {
    display: none;
}

.wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date::before {
    display: none;
}

.wc-block-components-review-list-item__rating {
    order: 2;
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        top: 0px;
        width: 5.3em;
        height: 1.61em;
        line-height: 1.618;
        overflow: hidden;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        vertical-align: top;
        display: inline-block;
        position: relative;
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars::before {
            left: 0px;
            top: 0px;
            float: left;
            position: absolute;
            content: "\53\53\53\53\53";
            opacity: 0.25;
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            left: 0px;
            top: 0px;
            overflow: hidden;
            padding-top: 1.5em;
            float: left;
            position: absolute;
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span::before {
                left: 0px;
                top: 0px;
                color: rgb(230, 162, 55);
                position: absolute;
                content: "\53\53\53\53\53";
            }

.editor-styles .wc-block-components-review-list {
    margin: 0px;
}

.wc-block-components-review-list {
    margin: 0px;
}

.wc-block-components-review-sort-select {
    text-align: right;
}

.wc-block-components-select {
    height: 3em;
    margin-bottom: 1.5em;
    position: relative;
}

    .wc-block-components-select label {
        margin: 0px 0px 0px 17px;
        transform-origin: left top;
        transition: 0.2s;
        color: rgb(100, 105, 112);
        text-transform: inherit;
        line-height: 1.375;
        letter-spacing: inherit;
        overflow: hidden;
        font-family: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        white-space: nowrap;
        position: absolute;
        z-index: 1;
        -ms-text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        transform: translateY(0.75em);
    }

@media not all {
    .wc-block-components-select label {
        transition: none;
    }
}

.wc-block-components-select.is-active label {
    transform: translateY(4px) scale(0.75);
}

.wc-block-components-select.has-error .components-custom-select-control__button {
    border-color: rgb(217, 79, 79);
}

.wc-block-components-select.has-error label {
    color: rgb(217, 79, 79);
}

.wc-block-components-select .components-custom-select-control__button {
    padding: 1.5em 16px 0.25em;
    width: 100%;
    height: 3em;
    text-align: left;
    color: rgb(43, 45, 47);
    text-transform: none;
    line-height: 1;
    letter-spacing: inherit;
    overflow: hidden;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
}

    .wc-block-components-select .components-custom-select-control__button:active {
        padding: 1.5em 16px 0.25em;
        width: 100%;
        height: 3em;
        text-align: left;
        color: rgb(43, 45, 47);
        text-transform: none;
        line-height: 1;
        letter-spacing: inherit;
        overflow: hidden;
        font-family: inherit;
        font-size: 1em;
        font-weight: 400;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        box-shadow: none;
        background-color: rgb(255, 255, 255);
    }

    .wc-block-components-select .components-custom-select-control__button:focus {
        padding: 1.5em 16px 0.25em;
        width: 100%;
        height: 3em;
        text-align: left;
        color: rgb(43, 45, 47);
        text-transform: none;
        line-height: 1;
        letter-spacing: inherit;
        overflow: hidden;
        font-family: inherit;
        font-size: 1em;
        font-weight: 400;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        box-shadow: none;
        background-color: rgb(255, 255, 255);
    }

    .wc-block-components-select .components-custom-select-control__button:hover {
        padding: 1.5em 16px 0.25em;
        width: 100%;
        height: 3em;
        text-align: left;
        color: rgb(43, 45, 47);
        text-transform: none;
        line-height: 1;
        letter-spacing: inherit;
        overflow: hidden;
        font-family: inherit;
        font-size: 1em;
        font-weight: 400;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        box-shadow: none;
        background-color: rgb(255, 255, 255);
    }

.wc-block-components-select .components-custom-select-control__button-icon {
    right: 12px;
}

.wc-block-components-select .components-custom-select-control__menu {
    margin: 0px;
    overflow: auto;
    max-height: 300px;
    background-color: rgb(255, 255, 255);
}

.wc-block-components-select :empty.components-custom-select-control__menu {
    display: none;
}

.wc-block-components-select .components-custom-select-control__item {
    padding-left: 16px;
    font-size: 1em;
    margin-left: 0px;
}

.wc-block-components-select .components-custom-select-control__item-icon {
    display: none;
}

.wc-block-components-sidebar-layout {
    margin: 0px auto 16px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

    .wc-block-components-sidebar-layout .wc-block-components-main {
        margin: 0px;
        width: 65%;
        padding-right: 3.77%;
    }

.wc-block-components-sidebar {
    margin: 0px;
    width: 35%;
    padding-left: 2.26%;
}

    .wc-block-components-sidebar .wc-blocks-components-panel > h2 {
        margin: 0px;
        padding: 0px;
        border-radius: 0px;
        border: 0px currentColor;
        border-image: none;
        font-size: 1.25em;
        vertical-align: baseline;
    }

.is-medium.wc-block-components-sidebar-layout {
    margin: 0px auto 16px;
    flex-direction: column;
}

.is-mobile.wc-block-components-sidebar-layout {
    margin: 0px auto 16px;
    flex-direction: column;
}

.is-small.wc-block-components-sidebar-layout {
    margin: 0px auto 16px;
    flex-direction: column;
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0px;
    width: 100%;
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0px;
    width: 100%;
}

.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0px;
    width: 100%;
}

.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0px;
    width: 100%;
}

.is-small.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0px;
    width: 100%;
}

.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0px;
    width: 100%;
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-right: 16px;
    padding-left: 16px;
}

.is-large .wc-block-components-sidebar .wc-blocks-components-panel {
    padding-right: 16px;
    padding-left: 16px;
}

.theme-twentytwenty .wc-block-components-sidebar .wc-blocks-components-panel > h2 {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    font-size: 1.25em;
    vertical-align: baseline;
}

.wc-block-components-sort-select {
    margin-bottom: 12px;
}

.wc-block-components-sort-select__label {
    font-weight: 400;
    margin-right: 12px;
    display: inline-block;
}

.wc-block-components-sort-select__select {
}

.wc-block-components-notices {
    margin-bottom: 2em;
    display: block;
}

    .wc-block-components-notices .wc-block-components-notices__notice {
        margin: 0px;
    }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__content {
            display: inline-block;
        }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: none;
            margin: 0px;
            padding: 0px;
            outline: 0px;
            border: 0px currentColor;
            border-image: none;
            color: rgb(255, 255, 255);
            float: right;
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                vertical-align: text-top;
                fill: #fff;
            }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em;
        }

.wc-block-components-notices__snackbar {
    left: 16px;
    width: auto;
    bottom: 20px;
    position: fixed;
}

@media all and (max-width:782px) {
    .wc-block-components-notices__snackbar {
        left: 0px;
        top: 10px;
        bottom: auto;
        position: fixed;
    }
}

@media all and (max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    flex-flow: row wrap;
    width: 100%;
    display: flex;
}

    .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
        background: none;
        padding: 12px 16px;
        border: currentColor;
        transition: box-shadow 0.1s linear;
        flex: 1 1 auto;
        border-image: none;
        text-align: center;
        color: inherit;
        box-shadow: inset 0px -1px currentColor;
        outline-offset: -1px;
    }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
            font-weight: 600;
            position: relative;
            box-shadow: inset 0px -3px currentColor;
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
            outline: currentColor dotted 1px;
            outline-offset: -1px;
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
            line-height: 1;
            font-size: 1em;
            font-weight: 700;
            display: inline-block;
        }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img {
                margin: 0.2em 0px -0.2em;
                height: 1.2em;
                vertical-align: middle;
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
                margin: 0.2em 0px -0.2em;
                height: 1.2em;
                vertical-align: middle;
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
                margin: 0.2em 0px -0.2em;
            }

                .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
                    height: 1.2em;
                    vertical-align: middle;
                }

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0px;
    text-transform: none;
}

.wc-block-components-text-input {
    margin-bottom: 1.5em;
    white-space: nowrap;
    position: relative;
}

    .wc-block-components-text-input label {
        margin: 0px 0px 0px 17px;
        transform-origin: left top;
        transition: transform 0.2s;
        left: 0px;
        top: 0px;
        color: rgb(100, 105, 112);
        text-transform: inherit;
        line-height: 1.375;
        letter-spacing: inherit;
        overflow: hidden;
        font-family: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        position: absolute;
        cursor: text;
        -ms-text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        transform: translateY(0.75em);
    }

@media not all {
    .wc-block-components-text-input label {
        transition: none;
    }
}

.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(0.75);
}

.wc-block-components-text-input input[type=email] {
    margin: 0px;
    padding: 0.75em 16px;
    border-radius: 4px;
    border: 1px solid rgb(141, 150, 160);
    border-image: none;
    width: 100%;
    height: 3em;
    color: rgb(43, 45, 47);
    line-height: 1.375;
    font-family: inherit;
    font-size: 1em;
    min-height: 0px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=tel] {
    margin: 0px;
    padding: 0.75em 16px;
    border-radius: 4px;
    border: 1px solid rgb(141, 150, 160);
    border-image: none;
    width: 100%;
    height: 3em;
    color: rgb(43, 45, 47);
    line-height: 1.375;
    font-family: inherit;
    font-size: 1em;
    min-height: 0px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=text] {
    margin: 0px;
    padding: 0.75em 16px;
    border-radius: 4px;
    border: 1px solid rgb(141, 150, 160);
    border-image: none;
    width: 100%;
    height: 3em;
    color: rgb(43, 45, 47);
    line-height: 1.375;
    font-family: inherit;
    font-size: 1em;
    min-height: 0px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=url] {
    margin: 0px;
    padding: 0.75em 16px;
    border-radius: 4px;
    border: 1px solid rgb(141, 150, 160);
    border-image: none;
    width: 100%;
    height: 3em;
    color: rgb(43, 45, 47);
    line-height: 1.375;
    font-family: inherit;
    font-size: 1em;
    min-height: 0px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=email]:focus {
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=tel]:focus {
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=text]:focus {
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input input[type=url]:focus {
    background-color: rgb(255, 255, 255);
}

.wc-block-components-text-input.is-active input[type=email] {
    padding: 1.5em 0px 0.25em 16px;
}

.wc-block-components-text-input.is-active input[type=tel] {
    padding: 1.5em 0px 0.25em 16px;
}

.wc-block-components-text-input.is-active input[type=text] {
    padding: 1.5em 0px 0.25em 16px;
}

.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0px 0.25em 16px;
}

.wc-block-components-text-input.has-error input {
    border-color: rgb(217, 79, 79);
}

    .wc-block-components-text-input.has-error input:focus {
        outline-color: rgb(217, 79, 79);
    }

.wc-block-components-text-input.has-error label {
    color: rgb(217, 79, 79);
}

:only-child.wc-block-components-text-input {
    margin-bottom: 0px;
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    font-size: 1.25em;
    vertical-align: baseline;
}

.wc-block-components-title.wc-block-components-title {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    font-size: 1.25em;
    vertical-align: baseline;
}

.wc-block-components-validation-error {
    top: calc(100% - 1px);
    color: rgb(217, 79, 79);
    font-size: 0.75em;
    white-space: normal;
    position: absolute;
    max-width: 100%;
}

    .wc-block-components-validation-error > p {
        margin: 0px;
        padding: 0px;
        line-height: 12px;
        display: flex;
        min-height: 24px;
        align-items: center;
    }

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px;
}

.with-scroll-to-top__scroll-point {
    top: -36px;
    position: relative;
}

.wc-block-cart__submit-button {
    margin: 0px 0px 16px;
    width: 100%;
}

:last-child.wc-block-cart__submit-button {
    margin-bottom: 0px;
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title {
    font-size: inherit;
}

.wc-block-cart__empty-cart__title {
    font-size: inherit;
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap;
}

.wc-block-cart .wc-block-components-product-name {
    color: inherit;
}

table.wc-block-cart-items {
    background: none !important;
    margin: 0px;
    border: 0px currentColor;
    border-image: none;
}

    table.wc-block-cart-items td {
        background: none !important;
        margin: 0px;
        border: 0px currentColor;
        border-image: none;
    }

    table.wc-block-cart-items th {
        background: none !important;
        margin: 0px;
        border: 0px currentColor;
        border-image: none;
    }

.editor-styles-wrapper table.wc-block-cart-items {
    width: 100%;
    table-layout: fixed;
}

table.wc-block-cart-items {
    width: 100%;
    table-layout: fixed;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header {
    text-transform: uppercase;
    font-size: 0.75em;
}

table.wc-block-cart-items .wc-block-cart-items__header {
    text-transform: uppercase;
    font-size: 0.75em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden;
    min-width: 300px;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden;
    min-width: 300px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity {
    width: 116px;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity {
    width: 116px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    width: 100px;
    text-align: right;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    width: 100px;
    text-align: right;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0px;
    width: 100%;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0px;
    width: 100%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: none;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: 0.75em;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
    vertical-align: baseline;
    display: inline;
    white-space: nowrap;
    box-shadow: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    color: inherit;
    text-transform: none;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: 0.75em;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
    vertical-align: baseline;
    display: inline;
    white-space: nowrap;
    box-shadow: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active {
    background: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
    background: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active {
    background: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
    background: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    top: 16px;
    right: 0px;
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
    vertical-align: baseline;
    display: none;
    position: absolute;
    fill: currentColor;
    box-shadow: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    top: 16px;
    right: 0px;
    color: inherit;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: underline;
    vertical-align: baseline;
    display: none;
    position: absolute;
    fill: currentColor;
    box-shadow: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active {
    background: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus {
    background: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover {
    background: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active {
    background: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus {
    background: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover {
    background: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    text-align: right;
    line-height: 1.25;
    font-size: 1em;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    text-align: right;
    line-height: 1.25;
    font-size: 1em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular {
    display: block;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
    display: block;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular {
    display: block;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
    display: block;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    transition: opacity 0.2s;
    opacity: 0.5;
    pointer-events: none;
}

table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    transition: opacity 0.2s;
    opacity: 0.5;
    pointer-events: none;
}

.wc-block-cart--is-loading h2 span {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    display: inline-block;
    min-width: 84px;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-cart--is-loading th span {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    display: inline-block;
    min-width: 84px;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-cart--is-loading h2 span > * {
    visibility: hidden;
}

.wc-block-cart--is-loading th span > * {
    visibility: hidden;
}

@media not all {
    .wc-block-cart--is-loading h2 span {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-cart--is-loading th span {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-cart--is-loading h2 span::after {
    content: "\00a0";
}

.wc-block-cart--is-loading th span::after {
    content: "\00a0";
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * > * {
    visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price > * {
    visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata > * {
    visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector > * {
    visibility: hidden;
}

@media not all {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    display: inline-block;
    min-width: 84px;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name::after {
    content: "\00a0";
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: 0.25em;
    min-width: 8em;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-icon {
    visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > div {
    display: none;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > span {
    display: none;
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block;
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price::after {
        content: "\00a0";
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    min-height: 460px;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card::after {
    content: "\00a0";
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none;
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex;
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none;
}

.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none;
}

.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none;
}

.is-medium table.wc-block-cart-items td {
    padding: 0px;
}

.is-mobile table.wc-block-cart-items td {
    padding: 0px;
}

.is-small table.wc-block-cart-items td {
    padding: 0px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link {
    display: none;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__header {
    display: none;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link {
    display: none;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__header {
    display: none;
}

.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link {
    display: none;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px 0px;
    display: -ms-grid;
    position: relative;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px 0px;
    display: -ms-grid;
    position: relative;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px 0px;
    display: -ms-grid;
    position: relative;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row::after {
    border-width: 0px 0px 1px;
    border-style: solid;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    content: "";
    opacity: 0.3;
    pointer-events: none;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row::after {
    border-width: 0px 0px 1px;
    border-style: solid;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    content: "";
    opacity: 0.3;
    pointer-events: none;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row::after {
    border-width: 0px 0px 1px;
    border-style: solid;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    content: "";
    opacity: 0.3;
    pointer-events: none;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 16px;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-row-start: 1;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 16px;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-row-start: 1;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 16px;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-row-start: 1;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-bottom: 16px;
    margin-right: 24px;
    -ms-grid-column: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-column-end: 4;
    justify-self: stretch;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-bottom: 16px;
    margin-right: 24px;
    -ms-grid-column: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-column-end: 4;
    justify-self: stretch;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-bottom: 16px;
    margin-right: 24px;
    -ms-grid-column: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-column-end: 4;
    justify-self: stretch;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-right: 16px;
    vertical-align: bottom;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column-start: 2;
    grid-row-start: 2;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-right: 16px;
    vertical-align: bottom;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column-start: 2;
    grid-row-start: 2;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-right: 16px;
    vertical-align: bottom;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column-start: 2;
    grid-row-start: 2;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: none;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: none;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: none;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    display: block;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    display: block;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
    display: block;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-start: 3;
    grid-row-start: 2;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-start: 3;
    grid-row-start: 2;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-start: 3;
    grid-row-start: 2;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none;
}

.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none;
}

@media all and (max-width:782px) {
    .wc-block-cart__submit-container {
        background: rgb(255, 255, 255);
        padding: 16px;
        left: 0px;
        width: 100%;
        bottom: 0px;
        position: fixed;
        z-index: 9999;
    }

        .wc-block-cart__submit-container::before {
            left: 0px;
            top: 0px;
            height: 100%;
            right: 0px;
            color: rgba(204, 208, 212, 0.5);
            position: absolute;
            content: "";
            box-shadow: 0px -10px 20px 10px currentColor;
        }

    .wc-block-cart__submit-container-push {
        height: 100px;
    }
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative;
}

    .is-large.wc-block-cart .wc-block-cart-items::after {
        border-width: 0px 0px 1px;
        border-style: solid;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        opacity: 0.3;
        pointer-events: none;
    }

    .is-large.wc-block-cart .wc-block-cart-items th {
        padding: 0.25rem 16px 0.25rem 0px;
        white-space: nowrap;
    }

    .is-large.wc-block-cart .wc-block-cart-items td {
        padding: 16px 16px 16px 0px;
        vertical-align: top;
        position: relative;
    }

        .is-large.wc-block-cart .wc-block-cart-items td::after {
            border-width: 1px 0px 0px;
            border-style: solid;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            display: block;
            position: absolute;
            content: "";
            opacity: 0.3;
            pointer-events: none;
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child {
            padding-right: 0px;
        }

    .is-large.wc-block-cart .wc-block-cart-items th:last-child {
        padding-right: 0px;
    }

.is-large.wc-block-cart .wc-block-components-radio-control__option {
    padding-left: 24px;
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0px;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator {
    padding-right: 16px;
    padding-left: 16px;
}

.is-large.wc-block-cart .wc-block-components-sidebar :not(.wc-blocks-components-panel).wc-block-components-shipping-rates-control__package {
    padding-right: 16px;
    padding-left: 16px;
}

.is-large.wc-block-cart .wc-block-components-sidebar > .wc-block-cart__submit-container {
    padding-right: 16px;
    padding-left: 16px;
}

.is-large.wc-block-cart .wc-block-components-sidebar > .wc-block-cart__totals-title {
    padding-right: 16px;
    padding-left: 16px;
}

.wp-block-woocommerce-cart.is-loading {
    display: none;
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em;
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px;
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all;
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block;
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            color: rgb(255, 255, 255);
            background-color: rgb(36, 41, 45);
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            margin: 0.25em 0px 1em;
            display: block;
        }

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px;
}

.wc-block-checkout__add-note {
    margin-top: 16px;
}

.wc-block-checkout__keep-updated {
    margin-top: 16px;
}

.wc-block-checkout__shipping-option :not(:first-of-type).wc-block-components-shipping-rates-control__package {
    margin-top: 36px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    padding-right: 12px;
    flex-grow: 1;
    flex-basis: 0px;
}

.wc-block-components-express-checkout-continue-rule {
    margin: 24px 0px;
    padding: 0px 36px;
    text-align: center;
    display: flex;
    align-items: center;
}

    .wc-block-components-express-checkout-continue-rule::before {
        margin-right: 10px;
    }

    .wc-block-components-express-checkout-continue-rule::after {
        margin-left: 10px;
    }

    .wc-block-components-express-checkout-continue-rule::after {
        flex: 1 1 0px;
        border-bottom-color: currentColor;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: " ";
        opacity: 0.3;
    }

    .wc-block-components-express-checkout-continue-rule::before {
        flex: 1 1 0px;
        border-bottom-color: currentColor;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: " ";
        opacity: 0.3;
    }

.wc-block-checkout__actions {
    margin: 0px 0px 48px;
    padding: 0px 0px 0px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        padding: 1em;
        width: 50%;
        height: auto;
        margin-left: auto;
    }

        .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
            line-height: 24px;
        }

            .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
                vertical-align: top;
                fill: #fff;
            }

.wc-block-checkout--is-loading .wc-block-checkout__actions button {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button > * {
    visibility: hidden;
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout > * {
    visibility: hidden;
}

@media not all {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-checkout--is-loading .wc-block-components-express-checkout {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button::after {
    content: "\00a0";
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout::after {
    content: "\00a0";
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout {
    min-height: 150px;
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule > span {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 150px;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule > span > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule > span {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-checkout-continue-rule > span::after {
    content: "\00a0";
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 10em;
    color: rgb(226, 228, 231) !important;
    display: block;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title::after {
    content: "\00a0";
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title::before {
    border-color: rgb(226, 228, 231) !important;
    border-radius: 50%;
    animation: loading-fade 1.2s ease-in-out infinite;
    width: 1.5em;
    height: 100%;
    color: rgb(226, 228, 231) !important;
    display: block;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

@media not all {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__title::before {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container::after {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

@media not all {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__container::after {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content > span {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    display: block;
    min-height: 100px;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content > span > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content > span {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step__content > span::after {
    content: "\00a0";
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step::after {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

.wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step::before {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

@media not all {
    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step::after {
        animation: none;
        -webkit-animation: none;
    }

    .wc-block-checkout--is-loading .wc-block-components-checkout-form .wc-block-components-checkout-step::before {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    border-color: rgb(226, 228, 231) !important;
    animation: loading-fade 1.2s ease-in-out infinite;
    color: rgb(226, 228, 231) !important;
    min-height: 460px;
    pointer-events: none;
    box-shadow: none;
    background-color: rgb(226, 228, 231) !important;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
}

    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card > * {
        visibility: hidden;
    }

@media not all {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        animation: none;
        -webkit-animation: none;
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card::after {
    content: "\00a0";
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none;
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex;
}

.wc-block-checkout-empty {
    padding: 40px;
    width: 100%;
    text-align: center;
}

.wc-block-checkout-error {
    padding: 40px;
    width: 100%;
    text-align: center;
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    margin: 0px auto 1em;
    color: inherit;
    display: block;
    max-width: 150px;
}

.wc-block-checkout-empty .wc-block-checkout-error__image {
    margin: 0px auto 1em;
    color: inherit;
    display: block;
    max-width: 150px;
}

.wc-block-checkout-error .wc-block-checkout-empty__image {
    margin: 0px auto 1em;
    color: inherit;
    display: block;
    max-width: 150px;
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    margin: 0px auto 1em;
    color: inherit;
    display: block;
    max-width: 150px;
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    margin: 0px;
    font-weight: 700;
    display: block;
}

.wc-block-checkout-empty .wc-block-checkout-error__title {
    margin: 0px;
    font-weight: 700;
    display: block;
}

.wc-block-checkout-error .wc-block-checkout-empty__title {
    margin: 0px;
    font-weight: 700;
    display: block;
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    margin: 0px;
    font-weight: 700;
    display: block;
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    margin: 0.25em 0px 1em;
    display: block;
}

.wc-block-checkout-empty .wc-block-checkout-error__description {
    margin: 0.25em 0px 1em;
    display: block;
}

.wc-block-checkout-error .wc-block-checkout-empty__description {
    margin: 0.25em 0px 1em;
    display: block;
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    margin: 0.25em 0px 1em;
    display: block;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%;
}

.is-medium .wc-block-checkout__main {
    order: 1;
}

.is-mobile .wc-block-checkout__main {
    order: 1;
}

.is-small .wc-block-checkout__main {
    order: 1;
}

.is-medium .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0;
}

.is-mobile .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0;
}

.is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form::after {
    clear: both;
    display: block;
    content: "";
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form::after {
    clear: both;
    display: block;
    content: "";
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form::after {
    clear: both;
    display: block;
    content: "";
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form::after {
    clear: both;
    display: block;
    content: "";
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form::after {
    clear: both;
    display: block;
    content: "";
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form::after {
    clear: both;
    display: block;
    content: "";
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    position: relative;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input .wc-block-components-select {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    width: calc(100% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2 {
    width: calc(100% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px);
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    width: calc(100% - 12px);
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2 {
    width: calc(100% - 12px);
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px);
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    width: calc(100% - 12px);
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2 {
    width: calc(100% - 12px);
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px);
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    width: calc(100% - 12px);
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2 {
    width: calc(100% - 12px);
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px);
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    width: calc(100% - 12px);
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2 {
    width: calc(100% - 12px);
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px);
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    width: calc(100% - 12px);
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2 {
    width: calc(100% - 12px);
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px);
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both;
}

.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both;
}

.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both;
}

.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both;
}

.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both;
}

.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both;
}

.is-large .wc-block-checkout__actions {
    padding-right: 36px;
}

.is-large .wc-block-checkout__shipping-option .wc-block-components-radio-control__input {
    margin-left: -8px;
}

.wc-block-product-categories {
    margin-bottom: 1em;
}

    .wc-block-product-categories.is-dropdown {
        display: flex;
    }

    .wc-block-product-categories select {
        margin-right: 0.5em;
    }

.wc-block-product-categories-list--has-images {
    list-style: none;
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        list-style: none;
        margin: 4px 0px 4px 60px;
        clear: both;
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0px 0px;
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        margin: 0px 0.5em 0px -60px;
        padding: 0px;
        border: 1px solid rgb(238, 238, 238);
        border-image: none;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        max-width: 50px;
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            margin: 0px;
            padding: 0px;
        }

.wc-block-product-categories-list-item-count::before {
    content: " (";
}

.wc-block-product-categories-list-item-count::after {
    content: ")";
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    background: currentColor;
    width: 50%;
    height: 1em;
    display: inline-block;
    min-width: 200px;
    opacity: 0.2;
}

.wc-block-product-categories__button {
    background: none;
    margin: 0px;
    padding: 0px 0.5em;
    border-radius: 0.25em;
    border: currentColor;
    border-image: none;
    color: rgb(85, 93, 102);
    overflow: hidden;
    text-decoration: none;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg);
}

.wc-block-product-categories__button:active {
    color: currentColor;
}

:disabled.wc-block-product-categories__button {
    cursor: default;
    opacity: 0.3;
}

[aria-disabled=true].wc-block-product-categories__button {
    cursor: default;
    opacity: 0.3;
}

:enabled.wc-block-product-categories__button:focus {
    outline: transparent solid 2px;
    color: rgb(25, 30, 35);
    box-shadow: inset 0px 0px 0px 1px #6c7781, inset 0px 0px 0px 2px #fff;
    background-color: rgb(255, 255, 255);
    outline-offset: -2px;
}

:not(:disabled):not([aria-disabled=true]).wc-block-product-categories__button:hover {
    color: rgb(25, 30, 35);
    box-shadow: inset 0px 0px 0px 1px #e2e4e7, inset 0px 0px 0px 2px #fff, 0px 1px 1px rgba(25,30,35,0.2);
    background-color: rgb(255, 255, 255);
}

:not(:disabled):not([aria-disabled=true]).wc-block-product-categories__button:active {
    color: rgb(25, 30, 35);
    box-shadow: inset 0px 0px 0px 1px #ccd0d4, inset 0px 0px 0px 2px #fff;
    background-color: rgb(255, 255, 255);
}

:disabled.wc-block-product-categories__button:focus {
    box-shadow: none;
}

[aria-disabled=true].wc-block-product-categories__button:focus {
    box-shadow: none;
}

.wc-block-featured-product {
    background-position: 50%;
    margin: 0px 0px 1.5em;
    width: 100%;
    position: relative;
    background-size: cover;
    background-color: rgb(36, 41, 45);
}

.wc-block-featured-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .wc-block-featured-product .wc-block-featured-product__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .wc-block-featured-product .wc-block-featured-product__wrapper {
        height: 100%;
        overflow: hidden;
    }

    .wc-block-featured-product.has-left-content {
        justify-content: flex-start;
    }

        .wc-block-featured-product.has-left-content .wc-block-featured-product__description {
            text-align: left;
            margin-left: 0px;
        }

        .wc-block-featured-product.has-left-content .wc-block-featured-product__price {
            text-align: left;
            margin-left: 0px;
        }

        .wc-block-featured-product.has-left-content .wc-block-featured-product__title {
            text-align: left;
            margin-left: 0px;
        }

        .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
            text-align: left;
            margin-left: 0px;
        }

    .wc-block-featured-product.has-right-content {
        justify-content: flex-end;
    }

        .wc-block-featured-product.has-right-content .wc-block-featured-product__description {
            text-align: right;
            margin-right: 0px;
        }

        .wc-block-featured-product.has-right-content .wc-block-featured-product__price {
            text-align: right;
            margin-right: 0px;
        }

        .wc-block-featured-product.has-right-content .wc-block-featured-product__title {
            text-align: right;
            margin-right: 0px;
        }

        .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
            text-align: right;
            margin-right: 0px;
        }

    .wc-block-featured-product .wc-block-featured-product__description {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-product .wc-block-featured-product__price {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-product .wc-block-featured-product__title {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-product .wc-block-featured-product__variation {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-product .wc-block-featured-product__description a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-product .wc-block-featured-product__description a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__description a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__description a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-product .wc-block-featured-product__price a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-product .wc-block-featured-product__price a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__price a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__price a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-product .wc-block-featured-product__title a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-product .wc-block-featured-product__title a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__title a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__title a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-product .wc-block-featured-product__variation a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-product .wc-block-featured-product__variation a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__variation a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-product .wc-block-featured-product__variation a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-product .wc-block-featured-product__description {
        padding: 16px 48px 0px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-product .wc-block-featured-product__link {
        padding: 16px 48px 0px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-product .wc-block-featured-product__price {
        padding: 16px 48px 0px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-product .wc-block-featured-product__title {
        padding: 16px 48px 0px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-product .wc-block-featured-product__variation {
        padding: 16px 48px 0px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-product .wc-block-featured-product__title {
        border: 0px currentColor;
        border-image: none;
        margin-top: 0px;
    }

    .wc-block-featured-product .wc-block-featured-product__variation {
        border: 0px currentColor;
        border-image: none;
        margin-top: 0px;
    }

    .wc-block-featured-product .wc-block-featured-product__title::before {
        display: none;
    }

    .wc-block-featured-product .wc-block-featured-product__variation::before {
        display: none;
    }

    .wc-block-featured-product .wc-block-featured-product__variation {
        padding-top: 0px;
        font-style: italic;
    }

    .wc-block-featured-product .wc-block-featured-product__description p {
        margin: 0px;
        line-height: 1.5em;
    }

    .wc-block-featured-product.has-background-dim::before {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        z-index: 1;
        content: "";
        opacity: 0.5;
        background-color: inherit;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-10::before {
        opacity: 0.1;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-20::before {
        opacity: 0.2;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-30::before {
        opacity: 0.3;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-40::before {
        opacity: 0.4;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-50::before {
        opacity: 0.5;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-60::before {
        opacity: 0.6;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-70::before {
        opacity: 0.7;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-80::before {
        opacity: 0.8;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-90::before {
        opacity: 0.9;
    }

    .wc-block-featured-product.has-background-dim.has-background-dim-100::before {
        opacity: 1;
    }

    .wc-block-featured-product.alignleft {
        width: 100%;
        max-width: 305px;
    }

    .wc-block-featured-product.alignright {
        width: 100%;
        max-width: 305px;
    }

    .wc-block-featured-product::after {
        font-size: 0px;
        display: block;
        min-height: inherit;
        content: "";
    }

    .wc-block-featured-product.aligncenter {
        display: flex;
    }

    .wc-block-featured-product.alignleft {
        display: flex;
    }

    .wc-block-featured-product.alignright {
        display: flex;
    }

.wc-block-product-search .wc-block-product-search__fields {
    display: flex;
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1;
}

.wc-block-product-search .wc-block-product-search__button {
    background: none;
    margin: 0px 0px 0px 6px;
    padding: 0px 0.5em;
    border-radius: 0.25em;
    border: currentColor;
    border-image: none;
    color: rgb(85, 93, 102);
    overflow: hidden;
    text-decoration: none;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg);
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor;
}

.wc-block-product-search :disabled.wc-block-product-search__button {
    cursor: default;
    opacity: 0.3;
}

.wc-block-product-search [aria-disabled=true].wc-block-product-search__button {
    cursor: default;
    opacity: 0.3;
}

.wc-block-product-search :enabled.wc-block-product-search__button:focus {
    outline: transparent solid 2px;
    color: rgb(25, 30, 35);
    box-shadow: inset 0px 0px 0px 1px #6c7781, inset 0px 0px 0px 2px #fff;
    background-color: rgb(255, 255, 255);
    outline-offset: -2px;
}

.wc-block-product-search :not(:disabled):not([aria-disabled=true]).wc-block-product-search__button:hover {
    color: rgb(25, 30, 35);
    box-shadow: inset 0px 0px 0px 1px #e2e4e7, inset 0px 0px 0px 2px #fff, 0px 1px 1px rgba(25,30,35,0.2);
    background-color: rgb(255, 255, 255);
}

.wc-block-product-search :not(:disabled):not([aria-disabled=true]).wc-block-product-search__button:active {
    color: rgb(25, 30, 35);
    box-shadow: inset 0px 0px 0px 1px #ccd0d4, inset 0px 0px 0px 2px #fff;
    background-color: rgb(255, 255, 255);
}

.wc-block-product-search :disabled.wc-block-product-search__button:focus {
    box-shadow: none;
}

.wc-block-product-search [aria-disabled=true].wc-block-product-search__button:focus {
    box-shadow: none;
}

.wc-block-featured-category {
    background-position: 50%;
    margin: 0px 0px 1.5em;
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-size: cover;
    background-color: rgb(36, 41, 45);
}

    .wc-block-featured-category .wc-block-featured-category__wrapper {
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .wc-block-featured-category.has-left-content {
        justify-content: flex-start;
    }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__description {
            text-align: left;
            margin-left: 0px;
        }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__price {
            text-align: left;
            margin-left: 0px;
        }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
            text-align: left;
            margin-left: 0px;
        }

    .wc-block-featured-category.has-right-content {
        justify-content: flex-end;
    }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__description {
            text-align: right;
            margin-right: 0px;
        }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__price {
            text-align: right;
            margin-right: 0px;
        }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
            text-align: right;
            margin-right: 0px;
        }

    .wc-block-featured-category .wc-block-featured-category__description {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-category .wc-block-featured-category__price {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .wc-block-featured-category .wc-block-featured-category__description a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-category .wc-block-featured-category__description a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-category .wc-block-featured-category__description a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-category .wc-block-featured-category__description a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-category .wc-block-featured-category__price a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-category .wc-block-featured-category__price a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-category .wc-block-featured-category__price a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-category .wc-block-featured-category__price a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-category .wc-block-featured-category__title a {
        color: rgb(255, 255, 255);
    }

        .wc-block-featured-category .wc-block-featured-category__title a:active {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-category .wc-block-featured-category__title a:focus {
            color: rgb(255, 255, 255);
        }

        .wc-block-featured-category .wc-block-featured-category__title a:hover {
            color: rgb(255, 255, 255);
        }

    .wc-block-featured-category .wc-block-featured-category__description {
        padding: 0px 48px 16px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-category .wc-block-featured-category__link {
        padding: 0px 48px 16px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-category .wc-block-featured-category__price {
        padding: 0px 48px 16px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        padding: 0px 48px 16px;
        width: 100%;
        z-index: 1;
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        margin-top: 0px;
    }

        .wc-block-featured-category .wc-block-featured-category__title::before {
            display: none;
        }

    .wc-block-featured-category .wc-block-featured-category__description p {
        margin: 0px;
    }

    .wc-block-featured-category.has-background-dim::before {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        z-index: 1;
        content: "";
        opacity: 0.5;
        background-color: inherit;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-10::before {
        opacity: 0.1;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-20::before {
        opacity: 0.2;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-30::before {
        opacity: 0.3;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-40::before {
        opacity: 0.4;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-50::before {
        opacity: 0.5;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-60::before {
        opacity: 0.6;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-70::before {
        opacity: 0.7;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-80::before {
        opacity: 0.8;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-90::before {
        opacity: 0.9;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-100::before {
        opacity: 1;
    }

    .wc-block-featured-category.alignleft {
        width: 100%;
        max-width: 305px;
    }

    .wc-block-featured-category.alignright {
        width: 100%;
        max-width: 305px;
    }

    .wc-block-featured-category::after {
        font-size: 0px;
        display: block;
        min-height: inherit;
        content: "";
    }

    .wc-block-featured-category.aligncenter {
        display: flex;
    }

    .wc-block-featured-category.alignleft {
        display: flex;
    }

    .wc-block-featured-category.alignright {
        display: flex;
    }

.wc-block-attribute-filter {
    margin-bottom: 24px;
}

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count::before {
        content: " (";
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count::after {
        content: ")";
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list {
        margin: 0px;
    }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li {
            text-decoration: underline;
        }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
                cursor: pointer;
            }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
                display: inline-block;
                cursor: pointer;
            }

        .wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
            float: right;
        }

    .wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count {
        opacity: 0.6;
    }

    .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
        opacity: 0.6;
    }

    .wc-block-attribute-filter .wc-block-attribute-filter__button {
        margin-top: 8px;
    }

.wc-block-active-filters {
    overflow: hidden;
    margin-bottom: 24px;
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        padding: 0px;
        border: currentColor;
        border-image: none;
        font-size: 1em;
        text-decoration: underline;
        float: right;
        cursor: pointer;
    }

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        background: none;
        color: inherit;
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all:active {
            background: none;
            color: inherit;
        }

        .wc-block-active-filters .wc-block-active-filters__clear-all:focus {
            background: none;
            color: inherit;
        }

        .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: none;
            color: inherit;
        }

    .wc-block-active-filters .wc-block-active-filters__list {
        list-style: none;
        margin: 0px 0px 4px;
        clear: both;
    }

        .wc-block-active-filters .wc-block-active-filters__list li {
            list-style: none;
            margin: 0px;
            padding: 0px;
            clear: both;
        }

            .wc-block-active-filters .wc-block-active-filters__list li ul {
                list-style: none;
                margin: 0px;
                padding: 0px;
            }

            .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
                margin: 0px;
            }

    .wc-block-active-filters .wc-block-active-filters__list-item-type {
        margin: 16px 0px 0px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 0.75em;
        display: block;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-operator {
        font-style: italic;
        font-weight: 400;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-name {
        padding: 0px 16px 0px 0px;
        font-weight: 700;
        display: block;
        position: relative;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove {
        background: none;
        margin: -8px 0px 0px;
        padding: 16px 0px 0px;
        border: 0px currentColor;
        border-image: none;
        top: 50%;
        width: 16px;
        height: 0px;
        right: 0px;
        overflow: hidden;
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .wc-block-active-filters .wc-block-active-filters__list-item-remove::before {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") no-repeat 50%;
            top: 0px;
            width: 16px;
            height: 16px;
            display: block;
            position: absolute;
            content: "";
        }

    .wc-block-active-filters .wc-block-active-filters__list--chips li {
        display: inline;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips ul {
        display: inline;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
        display: none;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
        font-size: 0.87em;
        margin-top: 0.18em;
        margin-bottom: 0.18em;
    }
