﻿@-webkit-keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
.wc-block-grid
{
    text-align: center;
}
.wc-block-grid__no-products
{
    padding: 40px;
    text-align: center;
    width: 100%;
}
.wc-block-grid__no-products .wc-block-grid__no-products-image
{
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px;
}
.wc-block-grid__no-products .wc-block-grid__no-products-title
{
    display: block;
    font-weight: 700;
    margin: 0;
}
.wc-block-grid__no-products .wc-block-grid__no-products-description
{
    display: block;
    margin: .25em 0 1em;
}
.wc-block-grid__products
{
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0;
}
.wc-block-grid__product
{
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
}
.wc-block-grid__product.wc-block-grid__product
{
    box-sizing: border-box;
}
.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .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, .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child
{
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 12px;
}
.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .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, .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, .wc-block-grid.has-3-columns .wc-block-grid__product
{
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .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, .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, .wc-block-grid.has-6-columns .wc-block-grid__product
{
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product
{
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product
{
    flex: 1 0 12.5%;
    max-width: 12.5%;
}
.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product
{
    font-size: .5em;
}
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product
{
    font-size: .58em;
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product
{
    font-size: .75em;
}
.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull)
{
    font-size: .92em;
}
@media(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
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products
    {
        display: block;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__products
    {
        display: block;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
    .wc-block-grid.has-5-columns .wc-block-grid__products
    {
        display: block;
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
    .wc-block-grid.has-6-columns .wc-block-grid__products
    {
        display: block;
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
    .wc-block-grid.has-7-columns .wc-block-grid__products
    {
        display: block;
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
    .wc-block-grid.has-8-columns .wc-block-grid__products
    {
        display: block;
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product
    {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0;
    }
}
@media(min-width: 481px) and (max-width: 600px)
{
    .wc-block-grid.has-2-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product
    {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd)
    {
        padding-right: 8px;
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n)
    {
        padding-left: 8px;
    }
}
.wc-block-components-product-sort-select
{
    margin-bottom: 24px;
    text-align: left;
}
.wc-block-components-sort-select
{
    margin-bottom: 12px;
}
.wc-block-components-sort-select__label
{
    display: inline-block;
    font-weight: 400;
    margin-right: 12px;
}
.wc-block-components-sort-select__select
{
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.wc-block-components-pagination
{
    margin: 0 auto 16px;
}
.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page
{
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
}
.wc-block-components-pagination__page
{
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em;
}
@media(max-width: 782px)
{
    .wc-block-components-pagination__page
    {
        min-width: 1.6em;
        padding: .1em .2em;
    }
}
.wc-block-components-pagination__page:not(.toggle)
{
    background-color: transparent;
}
.wc-block-components-pagination__ellipsis
{
    padding: .3em;
}
@media(max-width: 782px)
{
    .wc-block-components-pagination__ellipsis
    {
        padding: .1em;
    }
}
.wc-block-components-pagination__page--active[disabled]
{
    color: #333;
    font-weight: 700;
    opacity: 1!important;
}
.wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover
{
    background-color: inherit;
    color: #333;
    opacity: 1!important;
}
html[dir=rtl] .wc-block-components-pagination-page--arrow span
{
    display: inline-block;
    transform: scaleX(-1);
}
.with-scroll-to-top__scroll-point
{
    position: relative;
    top: -36px;
}
.wc-block-components-error
{
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center;
}
.wc-block-components-error__header
{
    color: #646970;
    font-size: 2em;
    margin: 0;
}
.wc-block-components-error__image
{
    margin: 0 0 24px;
    width: 25%;
}
.wc-block-components-error__text
{
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch;
}
.wc-block-components-error__message
{
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch;
}
.wc-block-error__button
{
    margin: 40px 0 0;
}
.wc-block-components-product-title
{
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
}
.wc-block-components-product-title a
{
    color: inherit;
    font-size: inherit;
}
.is-loading .wc-block-components-product-title:before
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 7em;
    z-index: 1;
}
.is-loading .wc-block-components-product-title:before>*
{
    visibility: hidden;
}
.is-loading .wc-block-components-product-title:before:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .is-loading .wc-block-components-product-title:before
    {
        -webkit-animation: none;
        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-product-name
{
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}
.wc-block-components-product-price--align-left
{
    display: block;
    text-align: left;
}
.wc-block-components-product-price--align-center
{
    display: block;
    text-align: center;
}
.wc-block-components-product-price--align-right
{
    display: block;
    text-align: right;
}
.wc-block-components-product-price
{
    display: block;
}
.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price
{
    margin-bottom: 12px;
}
.wc-block-components-product-price ins
{
    text-decoration: none;
}
.wc-block-components-product-price__value.is-discounted
{
    margin-left: .5em;
}
.is-loading .wc-block-components-product-price:before
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 5em;
    z-index: 1;
}
.is-loading .wc-block-components-product-price:before>*
{
    visibility: hidden;
}
.is-loading .wc-block-components-product-price:before:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .is-loading .wc-block-components-product-price:before
    {
        -webkit-animation: none;
        animation: none;
    }
}
.wc-block-components-formatted-money-amount
{
    white-space: nowrap;
}
.wc-block-components-product-sale-badge
{
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9;
}
.wc-block-components-product-sale-badge span
{
    background-color: inherit;
    color: inherit;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image
{
    display: block;
    position: relative;
    text-decoration: none;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a
{
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img
{
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .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 img[alt=""], .wc-block-components-product-image img[alt=""]
{
    border: 1px solid #f2f2f2;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left
{
    left: 4px;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center
{
    left: 50%;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px;
    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--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right
{
    left: auto;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 4px;
}
.is-loading .wc-block-components-product-image
{
    background-color: currentColor!important;
    border: 0!important;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: auto;
    z-index: 1;
}
.is-loading .wc-block-components-product-image>*
{
    visibility: hidden;
}
.is-loading .wc-block-components-product-image:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .is-loading .wc-block-components-product-image
    {
        -webkit-animation: none;
        animation: none;
    }
}
.wc-block-components-product-image
{
    margin: 0 0 12px;
}
.wc-block-product-image__tools-panel .components-input-control
{
    margin-bottom: 8px;
}
.wc-block-components-product-rating
{
    display: block;
    line-height: 1;
}
.wc-block-components-product-rating__stars
{
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em;
}
.wc-block-components-product-rating__stars:before
{
    color: inherit;
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.wc-block-components-product-rating__stars span
{
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
}
.wc-block-components-product-rating__stars span:before
{
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.wc-block-components-product-rating__link
{
    display: inline-block;
    font-size: .875em;
    height: 1.618em;
    text-align: inherit;
    width: 100%;
}
.wc-block-all-products .wc-block-components-product-rating
{
    margin-bottom: 12px;
    margin-top: 0;
}
.wc-block-components-product-rating__norating-container
{
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
}
.wc-block-components-product-rating__norating
{
    -webkit-text-stroke: 2px var(--wp--preset--color--black,#000);
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 1.5em;
}
.wc-block-components-product-rating__norating:before
{
    color: transparent;
    content: "S";
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
}
.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars
{
    margin: 0;
}
.wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    width: 7em;
    z-index: 1;
}
.wc-block-all-products .is-loading .wc-block-components-product-rating>*, .wp-block-query .is-loading .wc-block-components-product-rating>*
{
    visibility: hidden;
}
.wc-block-all-products .is-loading .wc-block-components-product-rating:after, .wp-block-query .is-loading .wc-block-components-product-rating:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating
    {
        -webkit-animation: none;
        animation: none;
    }
}
.wp-block-button.wc-block-components-product-button
{
    white-space: normal;
    word-break: break-word;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button
{
    border-style: none;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-break: break-word;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*
{
    visibility: hidden;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder
    {
        -webkit-animation: none;
        animation: none;
    }
}
.wc-block-all-products .wp-block-button.wc-block-components-product-button
{
    margin-bottom: 12px;
}
.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1;
}
.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*
{
    visibility: hidden;
}
.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button
    {
        -webkit-animation: none;
        animation: none;
    }
}
.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link
{
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text);
}
.wp-block-button.is-style-outline .wp-block-button__link
{
    border: 2px solid;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color)
{
    color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background)
{
    background-color: transparent;
    background-image: none;
}
.wp-block-button.has-custom-width .wp-block-button__link
{
    box-sizing: border-box;
}
.wp-block-button.wp-block-button__width-25 .wp-block-button__link
{
    width: 25%;
}
.wp-block-button.wp-block-button__width-50 .wp-block-button__link
{
    width: 50%;
}
.wp-block-button.wp-block-button__width-75 .wp-block-button__link
{
    width: 75%;
}
.wp-block-button.wp-block-button__width-100 .wp-block-button__link
{
    width: 100%;
}
.wc-block-components-product-summary
{
    margin-bottom: 12px;
    margin-top: 0;
}
.is-loading .wc-block-components-product-summary:before
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1;
}
.is-loading .wc-block-components-product-summary:before>*
{
    visibility: hidden;
}
.is-loading .wc-block-components-product-summary:before:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .is-loading .wc-block-components-product-summary:before
    {
        -webkit-animation: none;
        animation: none;
    }
}
.wc-block-components-product-sku
{
    display: block;
    font-size: .875em;
    overflow-wrap: break-word;
    text-transform: uppercase;
}
.wc-block-components-product-stock-indicator
{
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0;
}
.wc-block-components-product-add-to-cart
{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button
{
    margin: 0 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
{
    fill: currentColor;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em;
    vertical-align: top;
    width: 1.5em;
}
.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity
{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    color: #43454b;
    flex-basis: 5em;
    margin: 0 1em .75em 0;
    padding: .618em;
    text-align: center;
}
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity
{
    background-color: currentColor!important;
    border: 0!important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor!important;
    display: block;
    line-height: 1;
    max-width: 100%!important;
    opacity: .15;
    outline: 0!important;
    overflow: hidden!important;
    pointer-events: none;
    position: relative!important;
    width: 100%;
    z-index: 1;
}
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*
{
    visibility: hidden;
}
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after
{
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity
    {
        -webkit-animation: none;
        animation: none;
    }
}
.wc-block-grid .wc-block-components-product-add-to-cart
{
    justify-content: center;
}
.wc-block-components-product-add-to-cart-notice
{
    margin: 0;
}
.wc-block-components-button:not(.is-link)
{
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
}
.wc-block-components-button:not(.is-link):focus
{
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
    outline: 3px solid transparent;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text
{
    display: block;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg
{
    fill: currentColor;
}
.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text
{
    visibility: hidden;
}
.wc-block-components-button:not(.is-link).text
{
    color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).text:hover
{
    opacity: .9;
}
.wc-block-components-button:not(.is-link).outlined
{
    background: transparent;
    color: currentColor;
}
.wc-block-components-button:not(.is-link).outlined:not(:focus)
{
    box-shadow: inset 0 0 0 1px currentColor;
}
.wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover
{
    background-color: #1e1e1e;
    color: #fff;
}
.wc-block-components-button:not(.is-link).outlined:hover
{
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link)
{
    min-height: 3em;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus
{
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #0675c4;
    outline: 3px solid transparent;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text
{
    color: #1e1e1e;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover
{
    opacity: .9;
}
.wc-block-components-spinner
{
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.wc-block-components-spinner:after
{
    -webkit-animation: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em;
}
.wc-block-components-product-add-to-cart-attribute-picker
{
    flex-basis: 100%;
    margin: 0;
}
.wc-block-components-product-add-to-cart-attribute-picker label
{
    display: block;
    font-size: 1em;
}
.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container
{
    position: relative;
}
.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select
{
    margin: 0 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-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
{
    margin-bottom: 24px;
}
.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select
{
    border-color: #cc1818;
}
.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus
{
    outline-color: #cc1818;
}
.wc-block-components-skeleton
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
.wc-block-components-skeleton-text-line
{
    background: #e0e0e0;
    border-radius: 2em;
    height: .8em;
    position: relative;
    width: 100%;
}
.wc-block-components-skeleton-text-line:last-child
{
    width: 80%;
}
.wp-block-add-to-cart-form
{
    width: unset;
}
.wp-block-add-to-cart-form .input-text
{
    font-size: var(--wp--preset--font-size--small);
    padding: .9rem 1.1rem;
}
.woocommerce .wp-block-woocommerce-product-image-gallery
{
    clear: both;
    max-width: 512px;
    position: relative;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale
{
    left: -1rem;
    right: unset;
    z-index: 1;
}
.woocommerce .wp-block-woocommerce-product-image-gallery:after
{
    clear: both;
    content: "";
    display: table;
}
.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images
{
    width: 100%;
}
.wp-block-woocommerce-product-details ul.wc-tabs
{
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    margin: 0 0 1.618em;
    overflow: hidden;
    padding: 0 0 0 1em;
    position: relative;
}
.wp-block-woocommerce-product-details ul.wc-tabs li
{
    border: 1px solid #e0e0e0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    margin: 0;
    padding: .5em 1em;
    position: relative;
    z-index: 0;
}
.wp-block-woocommerce-product-details ul.wc-tabs li a
{
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}
.wp-block-woocommerce-product-details ul.wc-tabs li a:hover
{
    text-decoration: none;
}
.wp-block-woocommerce-product-details ul.wc-tabs li.active
{
    z-index: 2;
}
.wp-block-woocommerce-product-details ul.wc-tabs li.active a
{
    text-shadow: inherit;
}
@-webkit-keyframes spinner__animation
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@keyframes spinner__animation
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes loading__animation
{
    to
    {
        transform: translateX(100%);
    }
}
@keyframes loading__animation
{
    to
    {
        transform: translateX(100%);
    }
}
.wp-block-woocommerce-product-reviews img
{
    max-width: 600px;
}
.wp-block-woocommerce-product-reviews .submit
{
    margin-top: 2rem;
}
.wp-block-woocommerce-product-reviews__editor__row
{
    align-items: center;
    display: flex;
    gap: 2rem;
}
.wp-block-woocommerce-product-reviews__editor__row>span
{
    flex-basis: 20%;
}
.wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars, .wp-block-woocommerce-product-reviews__editor__row textarea
{
    flex-grow: 1;
    margin-right: 1rem;
}
.wp-block-woocommerce-product-reviews__editor__row textarea
{
    flex-grow: 1;
    height: 8rem;
}
.wp-block-woocommerce-product-reviews__editor__stars
{
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em;
}
.wp-block-woocommerce-product-reviews__editor__stars:before
{
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}