/*
Theme Name: Fox Estilo
Theme URI: https://appventura.com
Author: Appventura Desenvolvimento de Aplicativos LTDA
Author URI: https://appventura.com/
Description: Tema criado para o site da Fox Estilo.
Requires at least: 5.9
Tested up to: 6.1.1
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foxestilo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--wp--preset--font-family--primary-font);
    font-size: var(--wp--custom--typography--font-size--body);
}
strong {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    text-align: left;
    font-weight: var(--wp--custom--typography--font-weight--heading);
}
table th, table td {
    padding: 10px;
    border: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: var(--wp--custom--typography--font-size--body);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select {
    height: 2.5em;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select {
    padding: 0.5em 0.75em;
    line-height: 1.2;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    outline: 0;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
select:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid;
    padding: 16px;
    outline: 0;
}
del {
    text-decoration-thickness: 1px;
}
a {
    color: var(--wp--preset--color--primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5ch;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
ul {
    padding-left: 30px;
}
ul li {
    margin-bottom: 10px;
    padding-left: 5px;
}
ul li::marker {
    margin-right: 10px;
}
figure {
    margin: 0;
}
img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
pre {
    background-color: var(--wp--preset--color--accent-background);
    padding: 20px;
}
code {
    background-color: var(--wp--preset--color--accent-background);
}
button:not(.components-button),
.button {
    line-height: 1.2;
    background-color: transparent;
    color: var(--wp--preset--color--primary);
    cursor: pointer;
}
button:not(.components-button)[disabled],
.button[disabled] {
    opacity: 0.4;
}
.button {
    min-height: 2.6em;
}
.wc-block-mini-cart__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    line-height: 1.2;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.wc-block-mini-cart__button, .wc-block-mini-cart__button * {
    color: inherit;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: 1;
}
.wc-block-mini-cart__amount {
    font-size: var(--wp--preset--font-size--small);
    margin-top: 2px;
}
.wc-block-mini-cart__quantity-badge {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wc-block-mini-cart__quantity-badge:before {
    content: "";
    z-index: 1;
    width: auto;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("./assets/img/cart.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 0% 50%;
    padding-left: 22px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5ch;
}
.wc-block-mini-cart__quantity-badge:hover:before {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.wc-block-mini-cart__quantity-badge svg {
    display: none;
}
.wc-block-mini-cart.has-lite-cart .wc-block-mini-cart__quantity-badge:before {
    background-image: url("./assets/img/cart-lite.png");
}
.wc-block-mini-cart__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: -4px;
    top: -4px;
    font-size: 11px;
    min-width: 16px;
    min-height: 16px;
    border: 0;
    border-radius: 10px;
    line-height: 0;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--white);
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 1px;
    padding: 0;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
}
.wc-block-mini-cart__badge.hide {
    display: none;
}
.woocommerce-cart .wc-block-mini-cart,
.woocommerce-checkout .wc-block-mini-cart {
    display: none;
}
.wp-block-template-part .header-additional .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    background-color: transparent;
}
.wp-block-template-part .header-additional .wp-block-search .wp-block-search__inside-wrapper:before {
    background-color: var(--wp--preset--color--white);
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    z-index: 0;
}
.wp-block-template-part .header-additional .wp-block-search .wp-block-search__inside-wrapper input, .wp-block-template-part .header-additional .wp-block-search .wp-block-search__inside-wrapper button {
    z-index: 1;
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--wp--preset--color--lite);
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper:before {
    background-color: #2B2B28;
    opacity: 0.15;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    z-index: 0;
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper input, .wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper button {
    color: var(--wp--preset--color--lite);
    z-index: 1;
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper input::-moz-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper input:-ms-input-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper input::-ms-input-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .header-accent .wp-block-search .wp-block-search__inside-wrapper input::placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .header-accent .wp-block-search__button.has-icon:before {
    background-image: url("./assets/img/search-lite.png");
}
.wp-block-template-part .header-accent .wc-block-mini-cart__quantity-badge:before {
    background-image: url("./assets/img/cart-lite.png");
}
.wp-block-template-part .header-accent .wc-block-mini-cart__badge {
    color: var(--wp--preset--color--accent);
    background-color: var(--wp--preset--color--white);
}
.wp-block-template-part .has-transparent-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: transparent !important;
}
.wp-block-template-part .has-transparent-header:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--wp--preset--color--lite);
    opacity: 0.4;
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--wp--preset--color--lite);
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper:before {
    background-color: #2B2B28;
    opacity: 0.15;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    z-index: 0;
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper input, .wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper button {
    color: var(--wp--preset--color--lite);
    z-index: 1;
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper input::-moz-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper input:-ms-input-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper input::-ms-input-placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .has-transparent-header .wp-block-search .wp-block-search__inside-wrapper input::placeholder {
    color: var(--wp--preset--color--lite);
}
.wp-block-template-part .has-transparent-header .wp-block-search__button.has-icon:before {
    background-image: url("./assets/img/search-lite.png");
}
.wp-block-template-part .has-transparent-header .wc-block-mini-cart__quantity-badge:before {
    background-image: url("./assets/img/cart-lite.png");
}
.has-sticky-header {
    position: sticky;
    top: 0;
    z-index: 9;
}
.admin-bar .has-sticky-header {
    top: 32px;
}
.woocommerce-error {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid;
}
.woocommerce-error li {
    margin-bottom: 2px;
}
.woocommerce-error {
    background-color: #fffafa;
    border-color: #ff3f00;
}
.woocommerce-message {
    padding-bottom: 16px;
    border-bottom: 1px solid;
    border-color: #0dcb44;
}
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .woocommerce-breadcrumb,
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .woocommerce-products-header,
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .woocommerce-notices-wrapper,
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .products {
    width: 100%;
}
.woocommerce-notice-wrapper {
    width: 100%;
}
.woocommerce-notice-wrapper:not(:empty) {
    margin: 20px 0;
}
.woocommerce-notice-wrapper > div[role=alert],
.woocommerce-notice-wrapper > ul[role=alert] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-breadcrumb,
.woocommerce-products-header {
    display: none;
}
.products:not(.upsells):not(.related) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.products > li {
    list-style: none;
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.products > li img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
}
.products > li .product-details {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
}
.products .woocommerce-loop-product__link {
    display: grid;
}
.products .star-rating {
    margin-top: 6px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-size: 10px;
    height: 10px;
    width: 50px;
    opacity: 1;
    visibility: visible;
}
.products .star-rating > span {
    background-size: 10px;
    height: 10px;
}
.products .product .onsale {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: var(--wp--preset--font-size--small);
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
    padding: 0.3em 0.9em;
    margin: 0;
    border: 0;
    border-radius: 30px;
}
.products .woocommerce-loop-product__title,
.products .woocommerce-loop-category__title,
.products .price {
    font-size: var(--wp--custom--typography--font-size--body);
}
.products .woocommerce-loop-product__title {
    opacity: 1;
    visibility: visible;
    max-width: 70%;
    margin-bottom: 0px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.products .woocommerce-loop-category__title mark {
    background-color: transparent;
}
.products .woocommerce-loop-product__description {
    margin-bottom: 15px;
}
.products .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 3px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: var(--wp--custom--typography--line-height--heading);
}
.products .price del {
    font-size: var(--wp--preset--font-size--small);
    color: #7c7c7c;
}
.products .price ins {
    text-decoration: none;
}
.products .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.products .product-details .price {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
}
.products .product-details > .woocommerce-loop-product__title:not(:first-child) {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.products .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px;
    max-width: 30%;
}
.products .price > del {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.products .price > ins,
.products .price > del {
    margin-top: 18px;
}
.products .product_type_simple,
.products .product_type_variable,
.products .product_type_grouped,
.products .product_type_external,
.products .product_type_subscription,
.products .product_type_variable-subscription {
    padding: 0;
    min-height: unset;
    color: var(--wp--preset--color--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.products .product_type_simple:hover,
.products .product_type_variable:hover,
.products .product_type_grouped:hover,
.products .product_type_external:hover,
.products .product_type_subscription:hover,
.products .product_type_variable-subscription:hover {
    opacity: 1;
    visibility: visible;
}
.products li:hover .woocommerce-loop-product__title {
    opacity: 0;
    visibility: hidden;
}
.products li:hover .star-rating {
    opacity: 0;
    visibility: hidden;
}
.products li:hover .product_type_simple,
.products li:hover .product_type_variable,
.products li:hover .product_type_grouped,
.products li:hover .product_type_external,
.products li:hover .product_type_subscription,
.products li:hover .product_type_variable-subscription {
    opacity: 1;
    visibility: visible;
}
.products .add_to_cart_button.loading {
    opacity: 1;
}
.products .add_to_cart_button.loading:after {
    -webkit-animation: rotate 1s infinite;
    animation: rotate 1s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border: solid 1px var(--wp--preset--color--primary);
    border-radius: 50%;
    border-right-color: var(--wp--preset--color--accent-border);
    border-bottom-color: var(--wp--preset--color--accent-border);
    content: "";
    display: inline-block;
    background-color: transparent;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    right: 0;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.products .add_to_cart_button.added:hover {
    text-decoration: underline;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 1px;
}
.products .add_to_cart_button.added:after {
    content: "";
    background-color: transparent;
    margin: 0;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    background-image: url("./assets/img/check.png");
    background-repeat: no-repeat;
    background-size: 16px 11px;
    background-position: center;
}
.woocommerce-store-notice {
    position: fixed;
    right: 0px;
    left: 0px;
    bottom: 20px;
    margin: 0 auto;
    max-width: 420px;
    width: calc(100% - 40px);
    background-color: var(--wp--preset--color--white);
    border: 1px solid;
    padding: 15px 25px;
    font-size: var(--wp--preset--font-size--small);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 99;
}
.woocommerce-result-count {
    margin: 0;
}
.woocommerce-ordering {
    text-align: right;
    margin-left: auto;
}
.woocommerce-ordering select {
    width: 100%;
    min-width: 120px;
    height: auto;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 20px;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 8px 4px;
    cursor: pointer;
}
.woocommerce-pagination {
    width: 100%;
    margin-top: 40px;
}
.woocommerce-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
}
.woocommerce-pagination ul li {
    list-style: none;
}
.woocommerce-pagination a {
    text-decoration: none;
}
.woocommerce-pagination .current {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
}
.star-rating {
    background-image: url("./assets/img/star-outlined.png");
    background-size: 12px;
    height: 12px;
    width: 60px;
    margin: 4px 0;
}
.star-rating > span {
    display: block;
    background-image: url("./assets/img/star.png");
    background-size: 12px;
    height: 12px;
    text-indent: -2999px;
    overflow: hidden;
}
.star-rating > span:before {
    display: none;
}
.added_to_cart {
    display: none;
}
@media (min-width: 782px) {
    :where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) {
        position: relative;
        height: 100%;
        margin-left: 5%;
    }
    .woocommerce-store-notice {
        left: auto;
        bottom: 0px;
        max-width: 360px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .products:not(.upsells):not(.related).columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .products:not(.upsells):not(.related).columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .products:not(.upsells):not(.related).columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .products:not(.upsells):not(.related).columns-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .products:not(.upsells):not(.related).columns-6 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 991px) {
    .products:not(.upsells):not(.related).columns-4, .products:not(.upsells):not(.related).columns-5, .products:not(.upsells):not(.related).columns-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1400px) {
    .products:not(.upsells):not(.related).columns-5, .products:not(.upsells):not(.related).columns-6 {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 1600px) {
    .products:not(.upsells):not(.related).columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}
/* stylelint-disable */
/* stylelint-enable */
.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button {
    -webkit-animation: none;
    animation: none;
}
.wc-block-components-price-slider__range-input-wrapper {
    margin: 0;
    /* Use !important to prevent theme input styles from breaking the component.
  Reference https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/3902
  */
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    -webkit-box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.1);
    background: #e1e1e1;
    margin: 15px 0;
}
.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
    --range-color: #242424;
    /*rtl:ignore*/
    background: var(--track-background);
}
.wc-block-components-price-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    margin: 0;
    width: auto;
    min-width: 0;
    padding: 10px;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
    margin-right: 15px;
}
.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__range-input {
    margin: 0;
    /* Use !important to prevent theme input styles from breaking the component.
  Reference https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/3902
  */
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    cursor: default;
    height: 1px; /* Required for Samsung internet based browsers */
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' viewBox='0 0 56 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.3176 9.9423L16.9013 3.7991C15.1953 2.5706 13.2618 1.9003 11.2146 2.0121H11.1009C6.21029 2.3471 2.11589 6.3681 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.9423V9.9423Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 9.94227L16.9013 3.79907C15.1953 2.57057 13.2618 1.90027 11.2146 2.01207H11.1009C6.21029 2.34707 2.11589 6.36807 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M13 30V39M10 30V39V30Z' stroke='%23757575'/%3E%3Cpath d='M30.6824 9.94227L39.0987 3.79907C40.8047 2.57057 42.7382 1.90027 44.7854 2.01207H44.8991C49.7897 2.34707 53.8841 6.36807 53.9978 11.2827C54.1115 16.644 49.7898 21 44.3304 21H44.2167C42.397 21 40.5772 20.3298 39.0987 19.213L30.6824 12.958C29.7725 12.0645 29.7725 10.7242 30.6824 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M43 6.99997V16M46 6.99997V16V6.99997Z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M43 30V39M46 30V39V30Z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='56' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -6px 0 0 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background-position-y: -23px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    margin: 0;
    /* Use !important to prevent theme input styles from breaking the component.
  Reference https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/3902
  */
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
    cursor: default;
    height: 1px; /* Required for Samsung internet based browsers */
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
    margin: 0;
    /* Use !important to prevent theme input styles from breaking the component.
  Reference https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/3902
  */
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' viewBox='0 0 56 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.3176 9.9423L16.9013 3.7991C15.1953 2.5706 13.2618 1.9003 11.2146 2.0121H11.1009C6.21029 2.3471 2.11589 6.3681 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.9423V9.9423Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 9.94227L16.9013 3.79907C15.1953 2.57057 13.2618 1.90027 11.2146 2.01207H11.1009C6.21029 2.34707 2.11589 6.36807 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M13 30V39M10 30V39V30Z' stroke='%23757575'/%3E%3Cpath d='M30.6824 9.94227L39.0987 3.79907C40.8047 2.57057 42.7382 1.90027 44.7854 2.01207H44.8991C49.7897 2.34707 53.8841 6.36807 53.9978 11.2827C54.1115 16.644 49.7898 21 44.3304 21H44.2167C42.397 21 40.5772 20.3298 39.0987 19.213L30.6824 12.958C29.7725 12.0645 29.7725 10.7242 30.6824 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M43 6.99997V16M46 6.99997V16V6.99997Z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M43 30V39M46 30V39V30Z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='56' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -moz-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-ms-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' viewBox='0 0 56 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.3176 9.9423L16.9013 3.7991C15.1953 2.5706 13.2618 1.9003 11.2146 2.0121H11.1009C6.21029 2.3471 2.11589 6.3681 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.9423V9.9423Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 9.94227L16.9013 3.79907C15.1953 2.57057 13.2618 1.90027 11.2146 2.01207H11.1009C6.21029 2.34707 2.11589 6.36807 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M13 30V39M10 30V39V30Z' stroke='%23757575'/%3E%3Cpath d='M30.6824 9.94227L39.0987 3.79907C40.8047 2.57057 42.7382 1.90027 44.7854 2.01207H44.8991C49.7897 2.34707 53.8841 6.36807 53.9978 11.2827C54.1115 16.644 49.7898 21 44.3304 21H44.2167C42.397 21 40.5772 20.3298 39.0987 19.213L30.6824 12.958C29.7725 12.0645 29.7725 10.7242 30.6824 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M43 6.99997V16M46 6.99997V16V6.99997Z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M43 30V39M46 30V39V30Z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='56' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -ms-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background-position-y: -23px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background-position-y: -23px;
    transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background-position-y: -23px;
    transform: scale(1.1);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    margin-left: -2px;
    background-position-x: left;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 4px);
}
.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__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 4px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right;
}
.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
    --range-color: #242424;
    background: var(--track-background);
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-attribute-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-stock-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 5px;
    background-color: var(--wp--preset--color--accent-background);
    padding: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter {
    min-width: 300px;
}
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-attribute-filter,
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-stock-filter,
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-price-filter {
    opacity: 1;
    visibility: visible;
}
.wp-block-woocommerce-filter-wrapper h1,
.wp-block-woocommerce-filter-wrapper h2,
.wp-block-woocommerce-filter-wrapper h3,
.wp-block-woocommerce-filter-wrapper h4,
.wp-block-woocommerce-filter-wrapper h5,
.wp-block-woocommerce-filter-wrapper h6 {
    margin: 0;
    font-size: var(--wp--custom--typography--font-weight--body);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 8px 4px;
    padding-right: 18px;
    cursor: pointer;
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.wp-block-woocommerce-filter-wrapper[data-filter-type=active-filters] .wc-blocks-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.wp-block-woocommerce-product-categories li,
.wp-block-woocommerce-attribute-filter li,
.wp-block-woocommerce-stock-filter li {
    line-height: 2;
}
.wc-block-product-categories-list--has-images {
    gap: 15px;
}
.wc-block-product-categories-list--has-images a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    line-height: 1;
}
.wc-block-product-categories-list--has-images img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.wc-block-product-categories.is-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wc-block-product-categories.is-dropdown button {
    border: 0;
    padding: 10px;
}
.wp-block-woocommerce-product-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    padding-left: 20px;
    width: 100%;
    margin: 0;
}
.wp-block-woocommerce-product-categories ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
.wp-block-woocommerce-product-categories ul a {
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5ch;
}
.wp-block-woocommerce-product-categories ul a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.wp-block-woocommerce-product-categories > ul {
    padding-left: 0;
    margin-top: 20px;
}
.wc-block-product-categories,
.wc-block-attribute-filter,
.wc-block-stock-filter,
.wc-block-price-filter {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-attribute-filter,
.wc-block-stock-filter,
.wc-block-price-filter {
    padding: 0;
    margin: 0;
}
.wc-block-attribute-filter__title,
.wc-block-stock-filter__title,
.wc-block-price-filter__title {
    margin: 0;
}
.wc-block-attribute-filter > ul,
.wc-block-stock-filter > ul,
.wc-block-price-filter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
}
.wc-block-attribute-filter,
.wc-block-stock-filter {
    margin: 0;
}
.wc-block-attribute-filter li,
.wc-block-stock-filter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.wc-block-attribute-filter input,
.wc-block-stock-filter input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 0;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
}
.wc-block-attribute-filter input:checked:before,
.wc-block-stock-filter input:checked:before {
    content: "";
    display: block;
    background: currentColor;
    width: 12px;
    height: 12px;
    margin: auto;
    margin-top: 3px;
    background: url("assets/img/check.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.wc-block-attribute-filter label,
.wc-block-stock-filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5ch;
}
.wc-block-attribute-filter label:hover,
.wc-block-stock-filter label:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.wc-block-active-filters__title,
.wc-block-attribute-filter__title,
.wc-block-price-filter__title,
.wp-block-woocommerce-stock-filter {
    margin-top: 0;
}
.wc-block-active-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: 12px;
    border: 0;
    padding: 0;
}
.wc-block-active-filters__title {
    margin-bottom: 0;
}
.wc-block-active-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.wc-block-active-filters__list--chips li,
.wc-block-active-filters__list--chips ul {
    display: inline;
    padding-left: 0;
    margin-bottom: 0;
}
.wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.wc-block-active-filters__list li ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.wc-block-active-filters__list > li {
    list-style: none;
}
.wc-block-active-filters__list > li button {
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wc-block-active-filters__list-item-type {
    font-size: var(--wp--preset--font-size--small);
    text-transform: none;
    margin: 0;
    margin-right: 5px;
    padding-bottom: 5px;
}
.wc-block-active-filters__list-item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wc-block-active-filters__list-item-remove ellipse {
    display: none;
}
.wc-block-active-filters__list-item-remove rect {
    width: 1.25px;
    fill: var(--wp--preset--color--primary);
}
.wc-block-product-categories-list-item-count,
.wc-filter-element-label-list-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}
.wc-block-product-categories-list-item-count:before, .wc-block-product-categories-list-item-count:after,
.wc-filter-element-label-list-count:before,
.wc-filter-element-label-list-count:after {
    display: none;
}
.wc-block-product-categories-list-item-count span,
.wc-filter-element-label-list-count span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
}
.wc-block-product-categories-list-item-count span:before,
.wc-filter-element-label-list-count span:before {
    content: "(";
}
.wc-block-product-categories-list-item-count span:after,
.wc-filter-element-label-list-count span:after {
    content: ")";
}
.wc-block-components-chip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 0px 6px;
}
.wc-block-components-chip, .wc-block-components-chip:hover, .wc-block-components-chip:active, .wc-block-components-chip:focus {
    background-color: transparent;
    border: 1px solid;
}
.wc-block-components-chip__text {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-price-slider {
    margin-top: 20px;
}
.wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider__range-input-progress {
    height: 2px;
}
.wc-block-components-price-slider__range-input-wrapper {
    background-color: var(--wp--preset--color--accent-border);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.wc-block-components-price-slider__range-input-progress {
    --range-color: var(--wp--preset--color--primary);
}
.wc-block-components-price-slider__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.wc-block-components-price-slider__controls input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    background-color: transparent;
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-price-slider__range-text {
    font-size: var(--wp--preset--font-size--small);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button {
    position: relative;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.8em 2.2em;
    border: 0;
    border-radius: 30px;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
    margin-top: 20px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button:hover {
    color: var(--wp--preset--color--lite);
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wc-block-components-price-slider__range-input--min, .wc-block-components-price-slider__range-input--max {
    margin-top: -2px;
}
.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb, .wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}
.wc-block-components-price-slider__range-input--min::-moz-range-thumb, .wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}
.wc-block-components-filter-reset-button {
    border: 0;
    padding: 0;
}
@media (min-width: 782px) {
    .wc-blocks-filter-wrapper .wp-block-woocommerce-attribute-filter,
    .wc-blocks-filter-wrapper .wp-block-woocommerce-stock-filter,
    .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter {
        left: auto;
        width: auto;
        margin-left: -10px;
        min-width: 240px;
    }
}
:where(div[data-template=single-product]) .site-main > .product .product-summary-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 4vh;
}
.single-product .woocommerce-notices-wrapper:not(:empty) {
    position: relative;
    padding: 20px 0;
    margin-top: 50px;
}
.single-product .woocommerce-notices-wrapper a {
    display: inline-block;
    color: var(--wp--preset--color--accent);
    border: 0;
    padding: 0;
    min-height: auto;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
}
.single-product .entry-content > .alignfull {
    position: relative;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw !important;
}
.product .onsale {
    padding: 0.3em 0.9em;
    border-radius: 20px;
    font-size: var(--wp--preset--font-size--small);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 12px;
    border: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    color: var(--wp--preset--color--accent);
    line-height: 1.2;
}
.product .entry-summary {
    position: relative;
    margin-top: 4vh;
}
.product .entry-summary .out-of-stock {
    display: inline-block;
    border: 1px solid;
    border-color: var(--wp--preset--color--primary);
    padding: 0.3em 1.2em;
    /* width: 100%; */
    text-align: center;
    border-radius: 30px;
}
.product .woocommerce-tabs,
.product .products {
    width: 100%;
}
.product .related {
    margin-top: 8vh;
}
.product .related > h2 {
    font-size: var(--wp--custom--typography--font-size--heading-3);
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.product .entry-title {
    margin-top: 0;
    margin-bottom: 8px;
}
.product .entry-summary .product_title {
    font-size: var(--wp--custom--typography--font-size--heading-4);
    line-height: var(--wp--custom--typography--line-height--heading);
    max-width: 70%;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.product .entry-summary .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: var(--wp--preset--font-size--small);
}
.product .entry-summary .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: var(--wp--preset--font-size--x-large);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 25px;
}
.product .entry-summary .price del {
    font-size: var(--wp--preset--font-size--small);
    color: #7c7c7c;
    line-height: var(--wp--custom--typography--line-height--heading);
}
.product .entry-summary .price ins {
    text-decoration: none;
}
.product .entry-summary .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px;
    max-width: 30%;
}
.product .entry-summary .price > del {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.product .entry-summary .price > ins,
.product .entry-summary .price > del {
    margin-top: 18px;
}
.product .entry-summary .quantity {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product .entry-summary .quantity input,
.product .entry-summary .quantity button {
    width: 40px;
    min-height: 40px;
    border: 1px solid;
}
.product .entry-summary .quantity input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 240px;
    width: 100%;
    height: auto;
}
.product .entry-summary .quantity input:not(:last-child) {
    border-right: 0;
    border-left: 0;
}
.product .entry-summary .quantity button {
    font-size: 20px;
}
.product .entry-summary .quantity .qty-container {
    max-width: 240px;
}
.product .entry-summary .quantity .qty-minus {
    border-right: 0;
}
.product .entry-summary .quantity .qty-plus {
    border-left: 0;
}
.product .entry-summary .quantity input[type=hidden] + .qty-minus,
.product .entry-summary .quantity input[type=hidden] + .qty-minus + .qty-plus {
    display: none;
}
.product .entry-summary button[type=submit] {
    position: relative;
    width: 100%;
    min-width: none;
    padding: 1em 4.8em;
    border: 0;
    border-radius: 25px;
    background-color: var(--wp--preset--color--accent);
    overflow: hidden;
    color: var(--wp--preset--color--lite);
    z-index: 1;
}
.product .entry-summary button[type=submit]:hover {
    color: var(--wp--preset--color--lite);
}
.product .entry-summary button[type=submit]:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.product .entry-summary button[type=submit]:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product .entry-summary form:not(.variations_form),
.product .entry-summary .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.product .entry-summary form th, .product .entry-summary form td {
    padding: 0;
    border: 0;
}
.product .entry-summary .grouped_form tbody {
    display: grid;
    gap: 15px;
}
.product .entry-summary .grouped_form tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product .entry-summary .grouped_form tbody td {
    font-size: var(--wp--preset--font-size--small);
}
.product .entry-summary .grouped_form tbody td:last-child {
    margin-left: auto;
    margin-right: 9px;
}
.product .entry-summary .grouped_form tbody td a, .product .entry-summary .grouped_form tbody td ins {
    text-decoration: none;
}
.product .entry-summary .grouped_form .quantity > span:first-child {
    display: none;
}
.product .entry-summary .grouped_form .quantity input,
.product .entry-summary .grouped_form .quantity button {
    width: 30px;
    min-height: 40px;
}
.product .entry-summary .variations_form .variations {
    width: 100%;
    margin-bottom: 24px;
}
.product .entry-summary .variations_form .variations tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.product .entry-summary .variations_form .variations tr:last-child {
    margin-bottom: 12px;
}
.product .entry-summary .variations_form .variations th, .product .entry-summary .variations_form .variations td {
    padding: 0;
}
.product .entry-summary .variations_form .variations th {
    margin-bottom: 3px;
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.product .entry-summary .variations_form .variations td {
    width: 100%;
    max-width: clamp(240px, 30vw, 320px);
}
.product .entry-summary .variations_form .variations select {
    max-width: 320px;
    width: 100%;
    height: 40px;
    border-color: var(--wp--preset--color--accent-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}
.product .entry-summary .woocommerce-product-details__short-description {
    font-size: var(--wp--preset--font-size--medium);
    margin-bottom: 30px;
    padding: 50px 20px 20px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    margin-top: 30px;
    position: relative;
}
.product .entry-summary .woocommerce-product-details__short-description:before {
    content: "";
    margin-top: 50px;
    width: 100%;
    display: block;
    background-color: var(--wp--preset--color--accent-background);
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20px;
    bottom: 0;
}
.product .entry-summary .woocommerce-product-details__short-description > p:first-child {
    margin-top: 0;
}
.product .entry-summary .woocommerce-product-details__short-description > p:last-child {
    margin-bottom: 0;
}
.product .entry-summary .woocommerce-product-details__short-description ul li {
    margin-bottom: 0;
}
.product .entry-summary .woocommerce-product-details__short-description ul li::marker {
    font-size: 0.6em;
}
.product .entry-summary .product_meta {
    display: grid;
    gap: 5px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.product .entry-summary .reset_variations {
    position: absolute;
    display: block;
    margin-top: 10px;
}
.product .entry-summary .variations label {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.product .entry-summary .product_meta,
.product .entry-summary .reset_variations {
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-product-gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-product-gallery img {
    max-width: 100%;
    background-color: #fff;
    line-height: 1;
}
.woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
}
.woocommerce-product-gallery__wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.woocommerce-product-gallery__wrapper img {
    width: 1048px;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
}
.woocommerce-product-gallery__wrapper > div:only-child {
    grid-column: 1/3;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    display: block;
}
.woocommerce-product-gallery .flex-control-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.woocommerce-product-gallery .flex-control-nav > li {
    position: relative;
    list-style: none;
    cursor: pointer;
}
.woocommerce-product-gallery .flex-control-nav > li img {
    max-width: 100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 32px;
    height: 32px;
    margin-top: 10px;
    margin-right: 7px;
    text-indent: -9999px;
}
.woocommerce-product-gallery__trigger:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("./assets/img/search.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.woocommerce-product-gallery__trigger img {
    opacity: 0;
}
@media (min-width: 908px) {
    .single-product .entry-content > .alignwide {
        position: relative;
        max-width: 100vw;
        left: 50%;
        margin-left: -50vw;
    }
}
@media (min-width: 1340px) {
    .single-product .entry-content > .alignwide {
        max-width: 1320px;
        position: relative;
        left: 50%;
        margin-left: -660px;
    }
}
@media (min-width: 782px) {
    :where(div[data-template=single-product]) .site-main > .product {
        margin-top: 8vh;
    }
    .single-product .woocommerce-notices-wrapper:not(:empty) {
        margin-bottom: -70px;
    }
    .product .woocommerce-product-gallery,
    .product .entry-summary {
        margin-left: 0px;
        margin-right: 0px;
    }
    .product .woocommerce-product-gallery {
        width: 66.67%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 20px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .product .woocommerce-product-gallery__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .product .woocommerce-product-gallery .flex-control-nav {
        gap: 15px;
    }
    .product .woocommerce-product-gallery .flex-control-nav > li:before {
        width: 10px;
        height: 10px;
    }
    .product .entry-summary {
        position: sticky;
        top: 16px;
        width: min(40%, 500px);
        padding-left: clamp(1rem, 3vw, 3rem);
        margin-top: 0;
    }
    .admin-bar .entry-summary {
        top: 48px;
    }
}
.pswp__img {
    background-color: #fff;
}
.pswp__bg {
    background: var(--wp--preset--color--white);
    opacity: 0.95 !important;
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: transparent;
}
.pswp__caption {
    display: none;
}
.pswp__counter {
    color: var(--wp--preset--color--accent);
    font-size: 1rem;
    padding: 10px 20px;
}
.pswp--svg .pswp__button--arrow--right:before,
.pswp--svg .pswp__button--arrow--left:before {
    width: 40px;
    height: 21px;
    background-image: url("./assets/img/arrow-down-big.png");
    background-size: 40px 21px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pswp--svg .pswp__button--arrow--left:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pswp--svg .pswp__button--close {
    width: 45px;
    height: 60px;
    margin-right: 15px;
    background-image: url("./assets/img/close-simple.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.pswp--svg .pswp__button--close:hover {
    background-position: center;
}
.pswp--svg .pswp__button--zoom {
    width: 45px;
    height: 60px;
    background-image: url("./assets/img/zoom-in.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.pswp--svg .pswp__button--zoom:hover {
    background-position: center;
}
.pswp--svg.pswp--zoomed-in .pswp__button--zoom {
    background-image: url("./assets/img/zoom-out.png") !important;
    background-position: center;
}
.pswp--supports-fs .pswp__button--fs {
    display: none;
}
.woocommerce-tabs {
    padding-top: 8vh;
}
.woocommerce-tabs ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    padding: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 48px;
}
.woocommerce-tabs ul li {
    list-style: none;
}
.woocommerce-tabs > .panel-title a,
.woocommerce-tabs li a {
    font-size: var(--wp--custom--typography--font-size--heading-6);
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.woocommerce-tabs li a {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
}
.woocommerce-tabs li.active a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.woocommerce-tabs > .panel-title {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-tabs > .panel-title.active {
    margin-bottom: 40px;
}
.woocommerce-tabs > .panel-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    text-decoration: none;
}
.woocommerce-Tabs-panel {
    margin: 0 auto;
}
.woocommerce-Tabs-panel--description {
    font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-Tabs-panel--additional_information p {
    margin: 0;
}
.woocommerce-Tabs-panel > h2:first-child {
    display: none;
}
.woocommerce-Tabs-panel--description > p,
.woocommerce-Tabs-panel .woocommerce-Reviews,
.woocommerce-Tabs-panel table {
    max-width: 1080px;
}
.woocommerce-Tabs-panel table th, .woocommerce-Tabs-panel table td {
    border-color: var(--wp--preset--color--accent);
}
.woocommerce-Reviews .commentlist {
    padding-left: 0;
}
.woocommerce-Reviews .commentlist li {
    list-style: none;
}
.woocommerce-Reviews .commentlist li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-Reviews .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce-Reviews .comment_container > img {
    margin-right: 15px;
    border-radius: 50%;
    max-width: 45px;
    margin-top: 5px;
}
.woocommerce-Reviews .comment_container .comment-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.woocommerce-Reviews .comment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--wp--preset--color--accent-background);
    padding: 30px;
}
.woocommerce-Reviews .comment-text .star-rating {
    margin: 0;
}
.woocommerce-Reviews .comment-text .meta {
    font-size: var(--wp--preset--font-size--small);
    margin: 0;
    padding-top: 10px;
}
.woocommerce-Reviews .comment-text .description {
    margin-top: 15px;
    margin-bottom: 30px;
}
.woocommerce-Reviews .comment-text .description p:last-child {
    margin-bottom: 0;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 24px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.woocommerce-Reviews .comment-reply-title {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.comment-form-rating .stars {
    margin-top: 0;
}
.comment-form-rating .stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.comment-form-rating .stars a {
    background-image: url("./assets/img/star-outlined.png");
    background-size: 16px;
    width: 64px;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid;
    border-radius: 16px;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: 30px 6px;
    line-height: 1.2;
    text-decoration: none;
    opacity: 0.6;
}
.comment-form-rating .stars a:hover, .comment-form-rating .stars a.active {
    background-image: url("./assets/img/star.png");
    opacity: 1;
}
html[dir=rtl] .comment-form-rating .stars a {
    background-position: 15px 6px;
}
#review_form_wrapper {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
#review_form_wrapper p:not(.comment-form-cookies-consent) label {
    display: block;
    margin-bottom: 3px;
}
@-webkit-keyframes blinking {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: var(--wp--preset--color--primary);
    }
    100% {
        background-color: transparent;
    }
}
@keyframes blinking {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: var(--wp--preset--color--primary);
    }
    100% {
        background-color: transparent;
    }
}
#review_form_wrapper input[type=submit] {
    background-color: var(--wp--preset--color--accent);
    border: 0;
    border-radius: 30px;
    color: var(--wp--preset--color--lite);
}
#review_form_wrapper .comment-form-email input,
#review_form_wrapper .comment-form-author input {
    width: 100%;
}
#review_form_wrapper .comment-notes {
    font-size: var(--wp--preset--font-size--small);
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slidein {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-540px);
        transform: translateX(-540px);
    }
}
@keyframes slidein {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-540px);
        transform: translateX(-540px);
    }
}
@media only screen and (max-width: 480px) {
    @-webkit-keyframes slidein {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        to {
            -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
        }
    }
    @keyframes slidein {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        to {
            -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
        }
    }
}
.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, 0.35);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 9999;
    opacity: 1;
}
.wc-block-components-drawer__screen-overlay--with-slide-out {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadein;
    animation-name: fadein;
}
.wc-block-components-drawer__screen-overlay--is-hidden {
    pointer-events: none;
    opacity: 0;
}
.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-540px);
    transform: translateX(-540px);
    width: 540px;
}
.wc-block-components-drawer:focus-visible {
    outline: none;
}
@media only screen and (max-width: 480px) {
    .wc-block-components-drawer {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
        width: 100vw;
    }
}
.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
}
.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
    .wc-block-components-drawer {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
.wc-block-components-drawer .components-modal__header {
    position: relative;
}
.wc-block-components-drawer .components-modal__header .components-button {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0.5em;
}
.wc-block-components-drawer .components-modal__header .components-button > svg {
    width: 16px;
    height: 16px;
}
.admin-bar .wc-block-components-drawer .components-modal__header .components-button {
    top: 30px;
}
.wc-block-components-drawer .components-modal__header-heading {
    word-break: break-word;
}
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 max(30px, 3vw);
}
.wp-block-woocommerce-empty-mini-cart-contents-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.wp-block-woocommerce-mini-cart-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    padding: 0;
}
.wc-block-mini-cart__drawer strong {
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.wc-block-mini-cart__drawer a {
    text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a {
    position: relative;
    display: inline-block;
    padding: 0.8em 2.2em;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--white);
    border-radius: 30px;
    font-size: var(--wp--preset--font-size--large);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
    padding: 20px 0px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
    margin: 0;
    margin-top: 35px;
    font-size: var(--wp--custom--typography--font-size--heading-4);
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
    margin-bottom: 25px;
    padding-top: 40px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--black);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
    opacity: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
    border-radius: 30px;
    font-size: var(--wp--preset--font-size--large);
    overflow: hidden;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout span {
    display: block;
    z-index: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 0;
    min-height: initial;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--accent);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--wp--preset--font-size--large);
    overflow: hidden;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:focus, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:active {
    background-color: transparent;
    color: var(--wp--preset--color--lite);
    border-color: var(--wp--preset--color--primary);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart span {
    z-index: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item__label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item__description {
    width: 100%;
    font-size: var(--wp--preset--font-size--small);
    margin-top: 10px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-subtotal {
    margin-bottom: 20px;
}
.wc-block-mini-cart__drawer .wc-block-components-payment-method-icons {
    display: none;
}
.wc-block-mini-cart__items .wc-block-cart-item__image img,
.wc-block-mini-cart__items .wc-block-components-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    max-width: 100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.wc-block-mini-cart__items .wc-block-cart-items__row {
    grid-template-columns: 100px auto 80px;
}
.wc-block-mini-cart__items table .wc-block-components-quantity-selector {
    width: 90px;
    height: 30px;
}
.wc-block-mini-cart__items table .wc-block-components-quantity-selector input,
.wc-block-mini-cart__items table .wc-block-components-quantity-selector button {
    width: 30px;
}
.wc-block-mini-cart__items table .wc-block-cart-item__quantity {
    padding-top: 15px;
}
.wc-block-mini-cart__items table .wc-block-cart-item__remove-link {
    font-size: 12px;
}
.wc-block-components-drawer .components-modal__header .components-button span {
    display: none;
}
@media (min-width: 782px) {
    .wc-block-mini-cart__drawer .wc-block-mini-cart__title,
    .wc-block-mini-cart__drawer .wc-block-mini-cart__footer,
    .wc-block-mini-cart__drawer .wc-block-mini-cart__items {
        padding: 20px 0px;
    }
    .wc-block-mini-cart__drawer .wc-block-mini-cart__drawer .wc-block-mini-cart__title {
        margin-top: 30px;
    }
    .wc-block-mini-cart__drawer .wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
        margin-bottom: 30px;
    }
    .wc-block-mini-cart__drawer .wc-block-mini-cart__drawer .wc-block-mini-cart__items {
        padding: 0px;
    }
}
.wc-block-components-drawer__close-wrapper {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0.5em;
}
.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close {
    background-color: transparent;
    border: 0;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button {
    position: relative;
    display: inline-block;
    padding: 0.8em 2.2em;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--white);
    border-radius: 30px;
    font-size: var(--wp--preset--font-size--large);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.woocommerce-cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 8%;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper:not(:empty) {
    margin: 20px 0;
}
.woocommerce-cart-form table {
    width: 100%;
}
.woocommerce-cart-form table th, .woocommerce-cart-form table td {
    padding: 0;
    border: 0;
}
.woocommerce-cart-form table tr {
    display: grid;
    grid-template-columns: auto;
}
.woocommerce-cart-form table tr th:last-child, .woocommerce-cart-form table tr td:last-child {
    text-align: right;
}
.woocommerce-cart-form table thead {
    display: none;
}
.woocommerce-cart-form table thead th {
    line-height: 1.2;
    padding: 15px 0;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    text-align: left;
}
.woocommerce-cart-form table tbody tr {
    padding: 20px 0;
}
.woocommerce-cart-form table tbody tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-cart-form table tbody tr:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-cart-form table tbody tr:last-child td {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}
.woocommerce-cart-form table tbody tr:last-child td > button {
    width: 100%;
}
.woocommerce-cart-form a {
    text-decoration: none;
}
.woocommerce-cart-form input {
    width: 90px;
}
.woocommerce-cart-form button[name=update_cart] {
    position: relative;
    height: 48px;
    border-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--accent);
    border-radius: 30px;
    overflow: hidden;
}
.woocommerce-cart-form button[name=update_cart]:not(:disabled):before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.woocommerce-cart-form button[name=update_cart]:not(:disabled):hover {
    border-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--lite);
}
.woocommerce-cart-form button[name=update_cart]:not(:disabled):hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.woocommerce-cart-form__cart-item {
    position: relative;
    gap: 10px;
}
.woocommerce-cart-form__cart-item > td:not(.product-thumbnail):not(.product-subtotal) {
    padding-left: 110px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
    position: absolute;
    top: 20px;
}
.woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    right: 0;
    padding: 10px;
}
.woocommerce-cart-form__cart-item .product-subtotal {
    margin-top: -40px;
    justify-self: flex-end;
}
.woocommerce-cart-form .product-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-cart-form .product-thumbnail img {
    max-width: 90px;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.woocommerce-cart-form .product-name a,
.woocommerce-cart-form .woocommerce-Price-amount {
    font-size: var(--wp--preset--font-size--large);
}
.woocommerce-cart-form .product-name a {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.woocommerce-cart-form .product-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
}
.woocommerce-cart-form .quantity .qty-container {
    max-width: 90px;
}
.woocommerce-cart-form .quantity .qty-container > input,
.woocommerce-cart-form .quantity .qty-container > button {
    height: 30px;
}
.woocommerce-cart-form .coupon {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--wp--preset--color--accent-background);
    border-radius: 30px;
    max-width: 620px;
    margin-left: auto;
}
.woocommerce-cart-form .coupon label {
    display: none;
}
.woocommerce-cart-form .coupon input {
    width: 100%;
    height: 44px;
    padding: 0 1.2em;
    background-color: transparent;
    border: 0;
}
.woocommerce-cart-form .coupon button {
    position: absolute;
    right: 0;
    padding: 0.875em 1.2em;
    height: auto;
    min-height: 0;
    border: 0;
    color: currentColor;
}
.woocommerce-cart-form .coupon button:after {
    content: "";
    background-color: currentColor;
    height: 1px;
    width: 0%;
    display: block;
    margin-top: 2px;
    margin-bottom: -3px;
}
.woocommerce-cart-form .coupon button:hover:after {
    width: 100%;
}
.cart-collaterals {
    position: relative;
    width: 100%;
}
.cart-collaterals:before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    display: block;
    position: absolute;
    left: -15%;
}
.cart-collaterals h2 {
    font-size: clamp(0.875rem, 0.875rem + (1vw - 0.48rem) * 0.481, 1.125rem);
    line-height: 1.2;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.cart-collaterals table {
    width: 100%;
    padding-top: 20px;
}
.cart-collaterals table th, .cart-collaterals table td {
    padding: 0;
    border: 0;
}
.cart-collaterals table th {
    text-align: left;
}
.cart-collaterals table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cart-collaterals table th, .cart-collaterals table tr {
    font-size: var(--wp--custom--typography--font-size--body);
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.cart-collaterals table .woocommerce-shipping-totals {
    grid-template-columns: 1fr;
    font-size: var(--wp--preset--font-size--small);
}
.cart-collaterals table .cart-subtotal td,
.cart-collaterals table .order-total td,
.cart-collaterals table .cart-discount td {
    text-align: right;
}
.cart-collaterals table .cart-subtotal {
    margin-bottom: 10px;
    margin-top: 20px;
}
.cart-collaterals table .cart-subtotal th, .cart-collaterals table .cart-subtotal td {
    border: 0;
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.cart-collaterals table .cart-discount {
    margin-bottom: 10px;
}
.cart-collaterals table .order-total {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.cart-collaterals table .order-total th, .cart-collaterals table .order-total td {
    font-size: 20px;
    border: 0;
}
.cart-collaterals table .order-total th {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.cart-collaterals table .order-total td strong {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.cart-collaterals .woocommerce-shipping-destination,
.cart-collaterals .woocommerce-shipping-methods {
    margin: 5px 0;
}
.woocommerce-shipping-calculator input {
    width: 100%;
}
.woocommerce-shipping-methods {
    padding: 0;
}
.woocommerce-shipping-methods li {
    list-style: none;
    line-height: 2;
    cursor: pointer;
}
.woocommerce-shipping-methods li input, .woocommerce-shipping-methods li label {
    cursor: pointer;
}
.woocommerce-shipping-methods input[type=radio] {
    margin: 0;
    margin-right: 5px;
}
.product-name .variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 0;
}
.product-name .variation dd {
    margin-left: 5px;
}
.product-name .variation p {
    margin: 0;
}
.quantity input[type=number] {
    height: 30px;
    border: 1px solid;
    background-color: transparent;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.quantity input[type=number]:focus, .quantity input[type=number]:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quantity .qty-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quantity .qty-container > input,
.quantity .qty-container > button {
    width: 30px;
    height: 100%;
    padding: 0;
    border: 1px solid;
}
.quantity .qty-container > input {
    border-left: 0;
    border-right: 0;
}
.quantity .qty-container .qty-minus {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-right: 0;
}
.quantity .qty-container .qty {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.quantity .qty-container .qty-plus {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-left: 0;
}
.checkout-button {
    position: relative;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--wp--preset--font-size--large);
    padding: 0.8em 2.2em;
    border-radius: 30px;
    border: 0;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
    margin-top: 20px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.checkout-button:hover {
    color: var(--wp--preset--color--lite);
}
.checkout-button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--lite);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.checkout-button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (min-width: 782px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 67%;
    }
    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 25%;
    }
    .woocommerce-cart-form table thead {
        display: initial;
    }
    .woocommerce-cart-form table tr {
        grid-template-columns: 56px 114px 5fr 2fr 90px 2fr;
    }
    .woocommerce-cart-form table tbody tr:last-child td > button {
        width: auto;
    }
    .woocommerce-cart-form__cart-item {
        position: relative;
        gap: 0px;
    }
    .woocommerce-cart-form__cart-item > td:not(.product-thumbnail):not(.product-subtotal) {
        padding-left: 0px;
    }
    .woocommerce-cart-form__cart-item .product-thumbnail,
    .woocommerce-cart-form__cart-item .product-remove {
        position: static;
    }
    .woocommerce-cart-form__cart-item .product-subtotal {
        margin-top: 0px;
    }
}
.cart-empty {
    display: block;
    width: 100%;
    text-align: center;
    font-size: var(--wp--custom--typography--font-size--heading-3);
    margin: 30px 0;
    line-height: 1.3;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.return-to-shop {
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.return-to-shop .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0.8em 2.2em;
    font-size: var(--wp--preset--font-size--x-large);
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--white);
    border-radius: 30px;
    text-decoration: none;
}
form.woocommerce-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10%;
}
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin: 20px 0;
}
.appv-customer-details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.appv-order-review {
    position: relative;
}
.appv-order-review:before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    display: block;
    position: absolute;
    left: -12%;
}
.woocommerce-billing-fields > h3,
.appv-order-review > h3 {
    font-size: var(--wp--custom--typography--font-size--heading-3);
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    width: calc(100% + 20px);
}
.woocommerce-billing-fields__field-wrapper > p,
.woocommerce-shipping-fields__field-wrapper > p,
.woocommerce-additional-fields__field-wrapper > p {
    width: 100%;
    margin: 0;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select,
.woocommerce-shipping-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper select,
.woocommerce-additional-fields__field-wrapper input,
.woocommerce-additional-fields__field-wrapper select {
    width: 100%;
    height: 40px;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row {
    width: calc(50% - 20px);
}
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-billing-fields__field-wrapper .notes,
.woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .notes,
.woocommerce-additional-fields__field-wrapper .form-row-wide,
.woocommerce-additional-fields__field-wrapper .notes {
    width: calc(100% - 20px);
}
#ship-to-different-address {
    font-size: var(--wp--custom--typography--font-size--body);
    margin: 30px 0;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--body);
    font-weight: var(--wp--custom--typography--font-weight--body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
}
#ship-to-different-address label, #ship-to-different-address input {
    cursor: pointer;
}
.woocommerce-additional-fields {
    margin-top: 20px;
}
.woocommerce-checkout-review-order-table {
    width: 100%;
}
.woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout-review-order-table tfoot tr {
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
}
.woocommerce-checkout-review-order-table tbody tr {
    padding: 20px 0;
}
.woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-checkout-review-order-table tbody .product-total {
    text-align: right;
}
.woocommerce-checkout-review-order-table tfoot tr {
    margin: 20px 0;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .cart-discount td {
    text-align: right;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .cart-discount th,
.woocommerce-checkout-review-order-table tfoot .cart-discount td {
    font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-checkout-review-order-table tfoot .order-total {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-checkout-review-order-table tfoot .order-total th, .woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 20px;
}
.woocommerce-checkout-review-order-table tfoot .order-total th {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.woocommerce-checkout-review-order-table tfoot .order-total td strong {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
    padding: 0;
    border: 0;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table tr {
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.woocommerce-checkout-review-order-table img {
    position: absolute;
    left: 0;
    width: 90px;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.woocommerce-checkout-review-order-table .cart_item {
    position: relative;
    min-height: 130px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    grid-template-columns: 1fr;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-checkout-review-order-table .appv_checkout_coupon_field {
    grid-template-columns: 1fr;
}
.woocommerce-checkout-review-order-table .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 110px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.woocommerce-checkout-review-order-table .product-name span,
.woocommerce-checkout-review-order-table .product-name strong {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.woocommerce-checkout-review-order-table .product-name .variation {
    width: 100%;
}
.wc_payment_methods {
    padding-left: 0;
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 40px;
}
.wc_payment_methods img {
    display: none;
}
.wc_payment_methods li {
    position: relative;
    padding: 2px 0;
    list-style: none;
    cursor: pointer;
}
.wc_payment_methods li:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc_payment_methods li input, .wc_payment_methods li > label {
    cursor: pointer;
}
.wc_payment_methods li input {
    margin-left: 0;
}
.wc_payment_methods li > label {
    line-height: 3.5;
    font-size: var(--wp--preset--font-size--medium);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc_payment_methods p {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: var(--wp--preset--font-size--small);
}
.wc_payment_methods .woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 10px;
    margin-left: 20px;
}
.wc_payment_methods .wc-payment-form {
    max-width: 480px;
    background-color: var(--wp--preset--color--accent-border);
    border: 0;
    padding: 30px;
}
.wc_payment_methods .wc-payment-form label {
    font-size: var(--wp--preset--font-size--small);
}
.wc_payment_methods .wc-payment-form .wc-stripe-elements-field,
.wc_payment_methods .wc-payment-form .wc-stripe-iban-element-field {
    padding: 14px 10px;
    margin-top: 0;
    margin-bottom: 15px;
    border-color: transparent;
}
.woocommerce-privacy-policy-text {
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-remove-coupon {
    font-size: var(--wp--preset--font-size--small);
}
.appv_checkout_coupon {
    position: relative;
    background-color: var(--wp--preset--color--accent-background);
    border-radius: 30px;
    padding: 7px;
}
.appv_checkout_coupon input {
    width: 100%;
    background-color: transparent;
    border: 0;
}
.appv_checkout_coupon .coupon_submit {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 18px;
    height: 100%;
    border: 0;
    text-decoration: none;
    font-size: var(--wp--preset--font-size--small);
}
.appv_checkout_coupon .coupon_submit:after {
    content: "";
    background-color: currentColor;
    height: 1px;
    width: 0%;
    display: block;
    margin-top: -1px;
    margin-bottom: 0px;
}
.appv_checkout_coupon .coupon_submit:hover:after {
    width: 100%;
}
.place-order button {
    position: relative;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.8em 2.2em;
    font-size: var(--wp--preset--font-size--large);
    border-radius: 30px;
    border: 0;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
    margin-top: 20px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.place-order button:hover {
    color: var(--wp--preset--color--lite);
}
.place-order button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.place-order button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (min-width: 782px) {
    .appv-customer-details {
        width: 50%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .appv-order-review {
        width: 40%;
    }
}
.wc-block-checkout-empty {
    margin-left: auto;
    margin-right: auto;
}
.wc-block-checkout-empty__title, .wc-block-checkout-empty__description,
.wc-block-checkout-empty .wp-block-button {
    display: block;
    text-align: center;
}
.wc-block-checkout-empty__title {
    width: 100%;
    font-size: var(--wp--custom--typography--font-size--heading-3);
    margin: 30px 0;
    line-height: 1.3;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-checkout-empty svg {
    display: none;
}
.woocommerce-order-received .entry-title {
    display: none;
}
.woocommerce-order {
    max-width: calc(960px - var(--foxestilo_gap_device_container) * 2);
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-thankyou-order-received {
    font-size: 24px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent);
    padding: 25px 0;
    margin-top: 0;
}
.woocommerce-order-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.woocommerce-order-details {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.woocommerce-order-details table {
    width: 100%;
}
.woocommerce-order-details table thead,
.woocommerce-order-details table tbody,
.woocommerce-order-details table tfoot {
    display: grid;
}
.woocommerce-order-details table thead,
.woocommerce-order-details table tbody {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-order-details table thead {
    padding-bottom: 20px;
}
.woocommerce-order-details table tbody {
    padding: 20px 0;
}
.woocommerce-order-details table tbody tr {
    position: relative;
    margin: 10px 0;
}
.woocommerce-order-details table tfoot {
    padding-top: 20px;
}
.woocommerce-order-details table tfoot tr {
    margin: 5px 0;
}
.woocommerce-order-details table th, .woocommerce-order-details table td {
    padding: 0;
    border: 0;
}
.woocommerce-order-details table th {
    text-align: left;
}
.woocommerce-order-details table tr {
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.woocommerce-order-details h2 {
    font-size: var(--wp--custom--typography--font-size--heading-4);
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent);
    padding-bottom: 15px;
}
.woocommerce-order-details > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}
.woocommerce-order-details > div > div {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.woocommerce-order-details .wc-item-meta {
    padding-left: 0;
    margin: 0;
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-order-details .wc-item-meta li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.woocommerce-order-details .wc-item-meta li p {
    margin: 0;
}
.woocommerce-table__line-items > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.woocommerce-table__summary {
    position: relative;
}
.woocommerce-table__summary:before {
    content: "";
    position: absolute;
    top: -20px;
    width: 100%;
    height: 1px;
}
.woocommerce-table__summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
}
.woocommerce-table__summary .order_total {
    font-size: 18px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent);
    padding-top: 15px;
    margin-top: 15px;
}
.woocommerce-table__product-thumbnail {
    max-width: 80px;
    line-height: 0;
}
.woocommerce-table__product-name {
    margin: 0;
}
.woocommerce-table__product-name a,
.woocommerce-table__product-name strong {
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.woocommerce-table__product-name a {
    text-decoration: none;
}
.woocommerce-table__product-name img {
    position: absolute;
    left: 0;
    width: 90px;
    height: auto;
    aspect-ratio: 1;
}
.woocommerce-table__product-quantity {
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-table__product-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
}
.woocommerce-table__product-variations {
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-table__product-variations p {
    margin: 0;
}
.woocommerce-table__product-variations .meta-key:not(:first-child):before {
    content: "/";
    margin-right: 5px;
    margin-left: 5px;
}
.woocommerce-customer-details .woocommerce-columns--addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.woocommerce-customer-details .woocommerce-columns--addresses > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0;
    margin-bottom: 15px;
}
.woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
}
.woocommerce-customer-details .woocommerce-columns--addresses p {
    margin-top: 10px;
    margin-bottom: 0px;
}
@media (min-width: 782px) {
    .woocommerce-order-details table tr {
        grid-template-columns: repeat(2, 1fr);
    }
}
.customer_login_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
}
.customer_login_toggle:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid;
    border-color: #E7E7E5;
}
.customer_login_toggle li {
    position: relative;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    cursor: pointer;
}
.customer_login_toggle li:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid;
    border-color: transparent;
    z-index: 1;
}
.customer_login_toggle li.active:after {
    border-color: var(--wp--preset--color--accent);
}
.customer_login_toggle li > * {
    margin: 24px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#customer_login {
    max-width: 640px;
    margin: 0 auto;
}
#customer_login > div {
    display: none;
}
#customer_login > div > h2 {
    display: none;
}
#customer_login > div.active {
    display: block;
}
.woocommerce-form .woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.woocommerce-form .woocommerce-privacy-policy-text {
    font-size: 0.875rem;
}
.woocommerce-form label {
    display: block;
    margin-bottom: 5px;
}
.woocommerce-form input:not([type=checkbox]) {
    width: 100%;
}
.woocommerce-form button {
    position: relative;
    width: 100%;
    font-size: var(--wp--preset--font-size--large);
    padding: 0.8em 2.2em;
    background-color: var(--wp--preset--color--accent);
    border: 0;
    border-radius: 30px;
    color: var(--wp--preset--color--lite);
    z-index: 1;
    overflow: hidden;
}
.woocommerce-form button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.woocommerce-form button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.woocommerce-MyAccount-navigation ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-MyAccount-navigation ul li {
    position: relative;
    list-style: none;
    padding: 10px;
    margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--black);
    z-index: 1;
}
.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
}
.woocommerce-MyAccount-content {
    margin: 40px 0;
}
.woocommerce-MyAccount-content > p:first-of-type {
    font-size: var(--wp--preset--font-size--large);
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content::-webkit-scrollbar,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content::-webkit-scrollbar,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar {
    display: none;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a {
    text-decoration: none;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .shop_table td,
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .shop_table th,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .shop_table td,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .shop_table th,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .shop_table td,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .shop_table th {
    white-space: nowrap;
}
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.woocommerce-account.woocommerce-orders .woocommerce-button {
    height: auto;
    font-size: 14px;
    padding: 5px 20px;
    text-decoration: none;
}
.woocommerce-Addresses .woocommerce-Address-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.woocommerce-Addresses .woocommerce-Address-title a {
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-Addresses address {
    font-style: normal;
}
.woocommerce-EditAccountForm {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
}
.woocommerce-EditAccountForm .clear {
    display: none;
}
.woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce-EditAccountForm .woocommerce-form-row--last {
    width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.woocommerce-EditAccountForm .woocommerce-form-row span {
    font-size: 12px;
}
.woocommerce-EditAccountForm p,
.woocommerce-EditAccountForm fieldset {
    width: 100%;
}
.woocommerce-EditAccountForm p:last-child {
    margin-bottom: 0;
}
.woocommerce-EditAccountForm fieldset {
    padding: 0;
    border: 0;
}
.woocommerce-EditAccountForm fieldset legend {
    display: none;
}
.woocommerce-EditAccountForm button {
    padding: 10px 30px;
    margin-top: 20px;
}
.woocommerce-EditAccountForm label {
    display: block;
    margin-bottom: 3px;
}
.woocommerce-EditAccountForm input {
    width: 100%;
}
.form-row label {
    display: block;
    margin-bottom: 5px;
}
.form-row input:not([type=checkbox]) {
    width: 100%;
}
@media (min-width: 782px) {
    #customer_login {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-MyAccount-navigation ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
    }
}
body .is-layout-constrained > * + * {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
}
body .is-layout-constrained > * + .wp-block-group {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
}
body .is-layout-flow > .wp-block-spacer + * {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.wp-site-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.wp-site-blocks > footer.wp-block-template-part {
    margin-top: auto;
}
.admin-bar .wp-site-blocks {
    min-height: calc(100vh - 32px);
}
h1.has-text-align-center, h2.has-text-align-center, h3.has-text-align-center, h4.has-text-align-center, h5.has-text-align-center, h6.has-text-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
h1.has-text-align-right, h2.has-text-align-right, h3.has-text-align-right, h4.has-text-align-right, h5.has-text-align-right, h6.has-text-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hide-on-mobile {
    display: none;
}
div.hide-on-desktop {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.display-first-on-mobile {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.has-negative-margin-180 {
    margin-left: 0px;
}
.has-text-color a {
    color: inherit;
}
.has-accent-background-color {
    color: var(--wp--preset--color--lite) !important;
}
.top-cover.background-offset-left.wp-block-cover > .wp-block-cover__image-background {
    -o-object-position: 0%;
    object-position: 0%;
}
.top-cover.background-offset-right.wp-block-cover > .wp-block-cover__image-background {
    -o-object-position: 100%;
    object-position: 100%;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    color: var(--wp--preset--color--white);
}
.wp-block-media-text > .wp-block-media-text__media {
    height: 100%;
}
.wp-block-media-text > .wp-block-media-text__media img {
    height: 100%;
}
.wp-block-media-text > .wp-block-media-text__content {
    padding: 0 clamp(1.25rem, 6vw, 6.25rem);
}
.wp-block-gallery .wp-block-image {
    padding: 0;
}
.wp-block-video {
    position: relative;
}
.wp-block-video__play-icon {
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}
.wp-block-video__play-icon img {
    max-width: 48px;
}
.wp-block-video.play-initialized .wp-block-video__play-icon {
    display: none;
}
.wp-block-search {
    width: 100%;
}
.wp-block-search .wp-block-search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor;
    padding: 0;
    background-color: transparent;
    border: 1px solid;
    border-color: currentColor;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin: 0;
    border-left: 0;
}
.wp-block-search .wp-block-search__button:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.wp-block-search .wp-block-search__button.has-icon {
    padding: 0;
}
.wp-block-search .wp-block-search__button.has-icon:before {
    content: "";
    background-image: url("./assets/img/search.png");
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.wp-block-search .wp-block-search__button.has-icon svg {
    display: none;
}
.wp-block-search__inside-wrapper {
    height: 3rem;
    border-radius: 30px;
    border: 0;
    background-color: var(--wp--preset--color--accent-background);
}
.wp-block-search__inside-wrapper input {
    font-size: var(--wp--custom--typography--font-size--body);
    border: 0;
    padding: 0.4em 1.2em;
    height: 100%;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.4em 1.2em;
    border: 0;
}
.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    gap: 16px;
    background-color: transparent;
}
.wp-block-search__button-outside .wp-block-search__inside-wrapper input {
    height: 3em;
    border-radius: 30px;
    background-color: var(--wp--preset--color--accent-background);
}
.wp-block-template-part .wp-block-search {
    width: auto;
}
.wp-block-template-part .wp-block-search .wp-block-search__button.has-icon:before {
    margin-right: 6px;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--wp--preset--color--accent-background);
    border: 0;
    padding: 7px;
    border-color: currentColor;
    height: 2.5rem;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    border: 0;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper input {
    border: 0;
    background-color: transparent;
    font-size: var(--wp--preset--font-size--small);
    padding: 0.5em 0.75em;
}
.wp-block-separator {
    border-bottom: 1px solid;
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.wp-block-button {
    font-size: var(--wp--preset--font-size--medium);
}
.wp-block-button .wp-block-button__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    border-radius: 0;
    background-color: var(--wp--preset--color--primary);
    padding: 0.8em 2.2em;
    line-height: 1.2;
    overflow: hidden;
    z-index: 1;
}
.wp-block-button .wp-block-button__link img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.wp-block-button .wp-block-button__link:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wp-block-button .wp-block-button__link:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wp-block-button .wp-block-button__link:not(.has-background) {
    border: 0;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
}
.wp-block-button .wp-block-button__link:not(.has-background):hover {
    color: var(--wp--preset--color--lite);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    color: var(--wp--preset--color--primary);
    border: 1px solid;
    border-color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover {
    color: var(--wp--preset--color--lite);
    border-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):before,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):before {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover:before,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:before {
    display: none;
}
.wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link {
    border-width: 1px;
    padding: 0.8em 2.2em;
}
.wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link.has-white-background-color:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
}
.wp-block-template-part .wp-block-button .wp-block-button__link {
    padding: 0.65em 1.95em;
}
.wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right):not(.alignfull) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right:not(.alignfull) .wp-block-media-text__content {
    padding-left: 0;
}
.wp-block-post-featured-image {
    margin-bottom: 1rem;
}
.wp-block-post-title {
    margin: 0.5em 0;
}
.wp-block-post-title a {
    text-decoration: none;
}
.wp-block-post-excerpt__more-link {
    margin-top: 20px;
    font-size: var(--wp--preset--font-size--medium);
    text-underline-offset: 5px;
}
.wp-block-query .is-flex-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
}
.wp-block-query .is-flex-container > li {
    width: auto !important;
    padding: 0;
}
.wp-block-query-pagination {
    --wp--style--block-gap: 25px;
}
.wp-block-query-pagination-numbers a, .wp-block-query-pagination-previous, .wp-block-query-pagination-next {
    text-decoration: none;
}
.wp-block-query-pagination-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.wp-block-query-pagination-numbers a:hover {
    text-decoration: underline;
}
.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
    font-size: var(--wp--preset--font-size--medium);
}
.wp-block-query-pagination .current {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 400px;
    width: auto;
    height: 1px !important;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.aligncenter) {
    margin-left: 0;
}
.wp-block-navigation ul li {
    margin-bottom: 0;
}
.wp-block-navigation > button {
    color: inherit;
}
.wp-block-navigation-item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.wp-block-navigation-item__label img {
    display: block;
    max-width: 100%;
}
.wp-block-navigation-item:not(.has-megamenu) .wp-block-navigation__submenu-container {
    right: 0;
    font-size: var(--wp--preset--font-size--small);
}
.wp-block-navigation .wp-block-navigation__submenu-container {
    padding-top: 10px;
    margin-left: -12px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:first-child {
    padding-top: 15px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
    padding-bottom: 15px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding: 5px 12px;
}
.wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
    border: 0;
    background-color: transparent;
}
.wp-block-navigation-item.has-child .wp-block-navigation__submenu-container > li {
    background-color: var(--wp--preset--color--white);
}
.wp-block-navigation__responsive-container.has-background .wp-block-navigation__submenu-container {
    border: 0;
    background-color: transparent;
}
.wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
    width: calc(100% + 12px) !important;
}
.wp-block-comments-query-loop .comment-reply-title {
    font-size: 20px;
}
.wp-block-comments-query-loop .comment-notes,
.wp-block-comments-query-loop .required-field-message {
    font-size: var(--wp--preset--font-size--small);
}
.wp-block-comments-query-loop .required-field-message {
    display: block;
    margin-top: 20px;
}
.wp-block-comments-query-loop .wp-block-post-comments-form {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent);
}
.wp-block-comments-query-loop .wp-block-post-comments-form .comment-reply-title :where(small) {
    display: inline-block;
}
.wp-block-comments-query-loop .wp-block-post-comments-form form {
    max-width: max(960px, 62vw);
}
.wp-block-comments-query-loop .wp-block-post-comments-form input[type=submit] {
    border: 0;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
    border-radius: 30px;
}
.wp-block-comments-query-loop .wp-block-post-comments-form input[type=submit]:hover {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--lite);
}
.wp-block-comments-query-loop .wp-block-post-comments-form textarea {
    border-top: 1px solid;
    border-color: var(--wp--preset--color--primary);
}
.wp-block-comments-query-loop .wp-block-comment-author-name a,
.wp-block-comments-query-loop .wp-block-comment-date a {
    text-decoration: none;
}
.wp-block-comments-query-loop label {
    display: block;
    margin-bottom: 5px;
}
.wp-block-comments-query-loop .wp-block-comments-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wp-block-post-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wp-block-post-author__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}
.wp-block-post-author__avatar img {
    max-width: 24px;
    border-radius: 50%;
}
.wp-block-post-content {
    margin-top: 0px;
    margin-bottom: -1px;
}
.wp-block-read-more {
    position: relative;
    font-size: var(--wp--preset--font-size--large);
}
.wp-block-read-more:hover {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important;
}
.single-post .wp-block-post-featured-image img {
    max-height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
}
.wp-site-blocks .wp-block-cover,
.wp-site-blocks .wp-block-cover-image,
.wp-site-blocks .wp-block-template-part,
.wp-site-blocks .wp-block-separator,
.wp-site-blocks .wp-block-spacer {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
@media (max-width: 599px) {
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-item:not(:first-child) {
        padding-top: 4px;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-item:not(:last-child) {
        padding-bottom: 4px;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        position: absolute;
        padding: 0;
        opacity: 0;
        visibility: hidden;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle:where([aria-expanded=true]) + .wp-block-navigation__submenu-container {
        position: static;
        opacity: 1;
        visibility: visible;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 5px;
        right: 0;
        width: auto;
        height: auto;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child:first-child .wp-block-navigation__submenu-icon {
        top: 20px;
    }
    .wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item {
        padding-bottom: 20px;
        border-bottom: 1px solid;
        border-color: var(--wp--preset--color--accent-border);
    }
    .wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu {
        position: relative;
    }
    .wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
        width: 100%;
    }
    .wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
        width: 100%;
    }
}
@media (max-width: 781px) {
    .wp-block-search {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile {
        gap: 40px;
    }
    .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 782px) {
    .display-first-on-mobile {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
    .has-negative-margin-180 {
        margin-left: -180px;
    }
    .top-cover.background-offset-left.wp-block-cover > .wp-block-cover__image-background,
    .top-cover.background-offset-right.wp-block-cover > .wp-block-cover__image-background {
        -o-object-position: center;
        object-position: center;
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        right: -1px;
        height: auto;
        width: auto;
    }
    .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        inset: -1px;
        margin-top: 10px;
        border: 1px solid;
        border-color: var(--wp--preset--color--accent-border);
        z-index: -1;
    }
    .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
        text-decoration: none;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }
    .wp-block-navigation__submenu-container .wp-block-navigation-item__label:hover {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }
    .wp-block-template-part .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:hover {
        text-decoration: underline;
        text-underline-offset: 6px;
        text-decoration-thickness: 1px;
    }
    .wp-block-video__play-icon {
        margin-top: -48px;
        margin-left: -48px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .wp-block-video__play-icon img {
        max-width: 96px;
    }
    .wp-block-video__play-icon:hover {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child > a {
        font-size: var(--wp--preset--font-size--small);
        letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
        font-weight: var(--wp--custom--typography--font-weight--heading);
        font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child .has-child {
        margin-top: 20px;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child .has-child > ul {
        margin-left: 0;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu .wp-block-navigation-item__label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container {
        margin-left: -12px;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container:before {
        display: none;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
        max-width: var(--wp--style--global--content-size);
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0;
        margin: auto;
        margin-top: calc(var(--wp--custom--spacing--menu-offset-top) * 1px - 32px);
        padding-top: 52px;
        background-color: transparent;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
        max-width: 300px;
        padding-top: 50px;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:first-child:before {
        content: "";
        position: absolute;
        margin-left: -50vw;
        left: 50%;
        width: 100vw;
        height: 100%;
        background-color: inherit;
        border-bottom: 1px solid;
        border-color: var(--wp--preset--color--accent-border);
        margin-top: -65px;
        z-index: -1;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(3) {
        margin-left: auto;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(n+3) > .wp-block-navigation-item__content {
        text-align: center;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
        padding: 0;
        padding-bottom: 0px;
        font-size: var(--wp--preset--font-size--large);
        letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
        font-weight: var(--wp--custom--typography--font-weight--heading);
        font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container .wp-block-navigation-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: static;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container .wp-block-navigation-item > button {
        display: none;
    }
    .wp-block-navigation .wp-block-navigation-item.has-megamenu:hover > .wp-block-navigation__submenu-container .wp-block-navigation-item > .wp-block-navigation__submenu-container {
        opacity: 1;
        visibility: visible;
        min-width: 200px;
        height: auto;
        position: static;
        padding: 0;
    }
    .admin-bar .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container {
        margin-top: calc(var(--wp--custom--spacing--menu-offset-top) * 1px);
    }
    .wp-block-query .is-flex-container.columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .wp-block-query .is-flex-container.columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .wp-block-query .is-flex-container.columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .wp-block-query .is-flex-container.columns-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .wp-block-query .is-flex-container.columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (min-width: 1200px) {
    .hide-on-mobile {
        display: block;
    }
    .hide-on-desktop {
        display: none;
    }
}
.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.wc-block-featured-category {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
    opacity: 0.1;
}
.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
    opacity: 0.2;
}
.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
    opacity: 0.3;
}
.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
    opacity: 0.4;
}
.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
    opacity: 0.5;
}
.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
    opacity: 0.6;
}
.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
    opacity: 0.7;
}
.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
    opacity: 0.8;
}
.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
    opacity: 0.9;
}
.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1;
}
.wc-block-featured-category__selection {
    width: 100%;
}
.wc-block-featured-category.has-left-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
    margin-left: 0;
    text-align: left;
}
.wc-block-featured-category.has-right-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
    margin-right: 0;
    text-align: right;
}
.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
}
.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
    color: #fff;
}
.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    color: inherit;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.wc-block-featured-category .wc-block-featured-category__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll;
    }
}
.wc-block-featured-category__description {
    color: inherit;
}
.wc-block-featured-category__description p {
    margin: 0;
}
.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0;
}
.wc-block-featured-category .wc-block-featured-category__title div {
    color: inherit;
}
.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none;
}
.wc-block-featured-category__wrapper {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-woocommerce-featured-product {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.wc-block-featured-product {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
    opacity: 0.1;
}
.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
    opacity: 0.2;
}
.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
    opacity: 0.3;
}
.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
    opacity: 0.4;
}
.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
    opacity: 0.5;
}
.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
    opacity: 0.6;
}
.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
    opacity: 0.7;
}
.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
    opacity: 0.8;
}
.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
    opacity: 0.9;
}
.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1;
}
.wc-block-featured-product__selection {
    width: 100%;
}
.wc-block-featured-product.has-left-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left;
}
.wc-block-featured-product.has-right-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right;
}
.wc-block-featured-product.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
}
.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
    color: #fff;
}
.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1;
}
.wc-block-featured-product .wc-block-featured-product__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll;
    }
}
.wc-block-featured-product__description {
    color: inherit;
}
.wc-block-featured-product__description p {
    margin: 0;
}
.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__title div {
    color: inherit;
}
.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none;
}
.wc-block-featured-product__wrapper {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center;
}
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    border: 0;
    margin-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none;
}
.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__description p {
    line-height: 1.5;
    margin: 0;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none;
}
.wp-block-woocommerce-empty-cart-block > .wp-block-image:first-child {
    display: none;
}
.wc-block-mini-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wc-block-cart .wc-block-components-product-name,
.wc-block-mini-cart__drawer .wc-block-components-product-name {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-cart .wc-block-components-product-price,
.wc-block-mini-cart__drawer .wc-block-components-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.wc-block-cart .wc-block-components-product-metadata__description,
.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
    display: none;
}
.wc-block-cart .price ins,
.wc-block-mini-cart__drawer .price ins {
    text-decoration: none;
}
.wc-block-cart .wc-block-components-product-details__name,
.wc-block-mini-cart__drawer .wc-block-components-product-details__name {
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.wc-block-cart .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer .wc-block-components-product-metadata {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-cart .wc-block-components-product-details,
.wc-block-mini-cart__drawer .wc-block-components-product-details {
    padding: 0;
}
.wc-block-cart .wc-block-components-product-details li,
.wc-block-mini-cart__drawer .wc-block-components-product-details li {
    list-style: none;
}
.wc-block-cart .wc-block-components-product-badge,
.wc-block-mini-cart__drawer .wc-block-components-product-badge {
    display: var(--foxestilo_cart_drawer_badge, none);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    border-radius: 14px;
    border: 1px solid;
    padding: 6px 15px;
    text-transform: none;
    white-space: nowrap;
    height: 28px;
    line-height: 1.2;
    margin-top: 10px;
    font-size: var(--wp--preset--font-size--small);
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.wc-block-cart table th, .wc-block-cart table td,
.wc-block-mini-cart__drawer table th,
.wc-block-mini-cart__drawer table td {
    border: 0;
    padding: 0;
}
.wc-block-cart table thead,
.wc-block-mini-cart__drawer table thead {
    display: none;
}
.wc-block-cart .wc-block-cart-items__row,
.wc-block-mini-cart__drawer .wc-block-cart-items__row {
    position: relative;
    display: grid;
    grid-template-columns: 100px auto 80px;
    padding: 24px 0;
}
.wc-block-cart .wc-block-cart-items__row:not(:last-child),
.wc-block-mini-cart__drawer .wc-block-cart-items__row:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: 0;
}
.wc-block-cart .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link {
    font-size: var(--wp--preset--font-size--small);
    text-decoration: underline;
    margin: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.wc-block-cart .wc-block-cart-item__quantity,
.wc-block-mini-cart__drawer .wc-block-cart-item__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 25px;
}
.wc-block-cart .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 30px;
    margin: 0;
    border: 1px solid;
    /* Chrome, Safari, Edge, Opera */
}
.wc-block-cart .wc-block-components-quantity-selector:after,
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    border: 0;
    border-radius: 0;
    opacity: 1;
    height: auto;
}
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button:focus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.wc-block-cart .wc-block-components-quantity-selector input,
.wc-block-cart .wc-block-components-quantity-selector button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector button {
    width: 40px;
    padding: 0;
}
.wc-block-cart .wc-block-components-quantity-selector input,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input {
    height: 100%;
    border: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.wc-block-cart .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
.wc-block-cart .wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wc-block-cart,
.wc-block-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.wc-block-cart__main, .wc-block-cart__sidebar,
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
    width: 100%;
    padding: 0;
}
.wc-block-cart-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
}
.wc-block-cart-item__image img {
    max-width: 100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.wc-block-cart-item__total .price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wc-block-cart__totals-title {
    display: block;
    text-transform: none;
    font-size: var(--wp--custom--typography--font-size--heading-5);
    text-align: left;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--primary);
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-cart__submit-button {
    position: relative;
    display: block;
    padding: 0.8em 2.2em;
    text-align: center;
    background-color: var(--wp--preset--color--accent);
    border: 0;
    border-radius: 30px;
    color: var(--wp--preset--color--lite);
    margin-top: 20px;
    line-height: 1.2;
    font-size: var(--wp--preset--font-size--large);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
}
.wc-block-cart__submit-button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.wc-block-cart__submit-button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-cart__submit-button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wc-block-cart fieldset {
    border: 0;
    padding: 20px 0;
    margin: 0;
    margin-top: 30px;
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-payment-method-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 4px;
}
.wc-block-components-payment-method-icons img {
    max-width: 32px;
}
.wc-block-components-panel,
.wc-block-components-totals-item {
    padding: 0;
}
.wc-block-components-panel button,
.wc-block-components-totals-item button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    border: 0;
}
.wc-block-components-panel button svg,
.wc-block-components-totals-item button svg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
}
.wc-block-components-totals-wrapper {
    padding: 0;
}
.wc-block-components-totals-wrapper:after {
    display: none;
}
.wc-block-components-totals-wrapper:last-child {
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
    float: right;
}
.wc-block-components-totals-item__description {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-totals-item__description button {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: var(--wp--custom--typography--font-weight--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing-body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
    line-height: var(--wp--custom--typography--line-height--body);
    text-transform: none;
}
.wc-block-components-totals-shipping__via {
    margin-bottom: 15px;
}
.wc-block-components-totals-shipping__change-address-button {
    margin-top: 5px;
}
.wc-block-components-radio-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.wc-block-components-radio-control__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    cursor: pointer;
}
.wc-block-components-radio-control__option-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.wc-block-components-radio-control input {
    margin-left: 0;
}
.wc-block-components-totals-coupon__form {
    position: relative;
}
.wc-block-components-totals-coupon__content {
    padding-top: 15px;
}
.wc-block-components-totals-coupon__content button {
    position: absolute;
    top: 0;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    width: auto;
    height: 100%;
    background-color: transparent;
    color: var(--wp--preset--color--primary);
    border: 0;
    padding: 0;
}
.wc-block-components-totals-coupon__content button span {
    width: 100%;
}
.wc-block-components-totals-coupon__input label {
    position: absolute;
    left: 15px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 0.5;
    cursor: initial;
}
.wc-block-components-totals-coupon__input.is-active label {
    display: none;
}
.wc-block-components-totals-coupon input {
    width: 100%;
    border-radius: 30px;
    background-color: var(--wp--preset--color--accent-background);
    border: 0;
}
.wc-block-components-totals-footer-item {
    margin-top: 15px;
    font-size: var(--wp--preset--font-size--medium);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    border-top: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    padding: 15px 0;
}
.wp-block-woocommerce-cart-order-summary-subtotal-block,
.wp-block-woocommerce-checkout-order-summary-subtotal-block {
    padding-bottom: 15px;
}
.wp-block-woocommerce-cart-order-summary-shipping-block,
.wp-block-woocommerce-checkout-order-summary-shipping-block {
    padding: 15px 0;
}
.wc-block-components-panel__button {
    text-transform: none;
}
.wc-block-components-panel__button, .wc-block-components-panel__button:hover, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus {
    border: 0;
    padding: 0;
}
.wc-block-components-address-form input {
    width: 100%;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-shipping-calculator .wc-block-components-address-form {
    display: block;
    margin: 0;
    padding: 15px 0;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode, .wc-block-components-shipping-calculator .wc-block-components-address-form__city {
    position: relative;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode label, .wc-block-components-shipping-calculator .wc-block-components-address-form__city label {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode.is-active label, .wc-block-components-shipping-calculator .wc-block-components-address-form__city.is-active label {
    display: none;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode .wc-block-components-validation-error, .wc-block-components-shipping-calculator .wc-block-components-address-form__city .wc-block-components-validation-error {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #f00;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode .wc-block-components-validation-error p, .wc-block-components-shipping-calculator .wc-block-components-address-form__city .wc-block-components-validation-error p {
    margin: 0;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__city {
    margin-bottom: 20px;
}
.wc-block-components-shipping-calculator button {
    width: 100%;
}
.wc-block-components-combobox .wc-block-components-combobox-control {
    font-family: inherit;
}
.wc-block-components-combobox .components-combobox-control__suggestions-container {
    position: relative;
}
.wc-block-components-combobox .components-combobox-control__suggestions-container > div {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}
.wc-block-components-combobox .components-form-token-field__suggestions-list {
    border: 1px solid;
    position: absolute;
    background-color: var(--wp--preset--color--white);
    font-size: 16px;
    list-style: none;
    padding: 20px;
    margin: 0;
    margin-top: -1px;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 1;
}
.wc-block-components-combobox .components-base-control__label {
    font-size: var(--wp--preset--font-size--small);
    margin-bottom: 5px;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--body);
    font-weight: var(--wp--custom--typography--font-weight--body);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body);
}
.wc-block-checkout__form {
    counter-reset: checkout-step;
}
.wc-block-checkout__form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    padding-bottom: 40px;
}
.wc-block-checkout__form label {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-checkout__form .wc-block-components-text-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wc-block-checkout__form .wc-block-components-text-input input {
    border-color: var(--wp--preset--color--accent-border);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.wc-block-checkout__form .wc-block-components-text-input label {
    margin-bottom: 5px;
}
.wc-block-checkout__form .wc-block-components-validation-error {
    position: absolute;
    top: 24px;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
}
.wc-block-checkout__form .wc-block-components-validation-error p {
    margin: 0;
}
.wc-block-checkout__use-address-for-billing {
    margin: 20px 0;
}
.wc-block-checkout__use-address-for-billing label, .wc-block-checkout__add-note label {
    cursor: pointer;
}
.wc-block-checkout__use-address-for-billing label input, .wc-block-checkout__add-note label input {
    cursor: pointer;
}
.wc-block-checkout__add-note {
    margin-bottom: 20px;
}
.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 20px;
    border: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
    background-color: transparent;
}
.wc-block-checkout__terms {
    font-size: var(--wp--preset--font-size--small);
    margin-bottom: 15px;
    margin-top: 40px;
}
.wc-block-checkout__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.wc-block-checkout__actions_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.wc-block-checkout__sidebar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--primary);
}
.wc-block-components-checkout-return-to-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}
.wc-block-components-checkout-place-order-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border: 0;
    border-radius: 30px;
    width: 100%;
    padding: 0.8em 2.2em;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.wc-block-components-checkout-place-order-button:before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
    z-index: -1;
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-components-checkout-place-order-button:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wc-block-components-address-form {
    display: grid;
    gap: 20px 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}
.wc-block-components-address-form__address_1, .wc-block-components-address-form__address_2 {
    grid-column-start: span 2;
}
.wc-block-components-checkbox__mark {
    display: none;
    height: 18px;
    margin-left: 0.1em;
    margin-top: -0.15em;
    pointer-events: none;
    position: absolute;
    width: 18px;
}
.wc-block-components-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
input:checked + .wc-block-components-checkbox__mark {
    display: block;
}
.wc-block-components-checkbox label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.wc-block-components-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid;
}
.wc-block-components-shipping-rates-control label {
    font-size: var(--wp--custom--typography--font-size--body);
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control {
    gap: 10px;
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__secondary-label {
    margin-left: 10px;
}
.wc-block-components-shipping-rates-control .wc-block-components-panel__button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wc-block-components-shipping-rates-control__package-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    font-size: var(--wp--preset--font-size--small);
    margin: 10px 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    gap: 0px;
    line-height: 1.6;
}
.wc-block-components-shipping-rates-control__package-items li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wc-block-components-shipping-rates-control__package-items li:not(:last-child):after {
    content: ", ";
    white-space: pre;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option {
    padding-top: 15px;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content {
    font-size: var(--wp--preset--font-size--small);
    margin-left: 20px;
    margin-top: 10px;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-payment-method-label {
    font-size: var(--wp--custom--typography--font-size--heading-6);
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-components-checkout-step__heading {
    margin-bottom: 20px;
}
.wc-block-components-checkout-step__heading h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--wp--custom--typography--font-size--heading-5);
}
.wc-block-components-checkout-step__title:before {
    content: " " counter(checkout-step)/"";
    counter-increment: checkout-step 1;
    border: 1px solid;
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.wc-block-components-checkout-step__description {
    font-size: var(--wp--preset--font-size--small);
    margin-top: 30px;
}
.wc-block-components-order-summary > h2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-order-summary > h2 .wc-block-components-panel__button {
    font-size: var(--wp--custom--typography--font-size--heading-5);
}
.wc-block-components-order-summary .wc-block-components-product-image {
    max-width: 90px;
    aspect-ratio: 1;
}
.wc-block-components-order-summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-order-summary-item:first-child {
    padding-top: 0;
}
.wc-block-components-order-summary-item__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wc-block-components-order-summary-item__quantity {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -12px;
    margin-right: -12px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--lite);
}
.wc-block-components-order-summary-item__quantity span {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-order-summary-item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
}
.wc-block-components-order-summary-item__total-price {
    margin-left: auto;
}
.wc-block-components-order-summary .wc-block-components-product-name {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-components-order-summary .wc-block-components-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.wc-block-components-order-summary .wc-block-components-product-price ins {
    text-decoration: none;
}
.wc-block-components-order-summary .wc-block-components-product-metadata__description {
    display: none;
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-order-summary .wc-block-components-product-details {
    padding: 0;
}
.wc-block-components-order-summary .wc-block-components-product-details li {
    list-style: none;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block {
    padding-bottom: 20px;
}
.wc-block-components-notices :not(:empty) {
    width: 100%;
    margin-bottom: 40px;
}
.wc-block-components-notices > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.wc-block-components-notices button {
    border: 0;
    padding: 0;
    line-height: 1;
}
.wc-block-components-notices svg {
    width: 18px;
    height: 18px;
}
.wc-block-featured-category,
.wc-block-featured-product {
    padding: 1.25rem 1.5rem;
}
.wc-block-featured-category__background-image,
.wc-block-featured-product__background-image {
    max-width: 100%;
}
.wc-block-featured-category__title, .wc-block-featured-category__description, .wc-block-featured-category__price, .wc-block-featured-category__link,
.wc-block-featured-product__title,
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__link {
    padding: 0;
}
.wc-block-featured-category__link,
.wc-block-featured-product__link {
    margin-top: 30px;
}
.wc-block-featured-category__link .wp-block-button__link,
.wc-block-featured-product__link .wp-block-button__link {
    padding: 0;
    background-color: transparent;
    color: var(--wp--preset--color--primary);
}
.wc-block-featured-category .wc-block-featured-category__title {
    font-size: var(--wp--custom--typography--font-size--heading-6);
}
.wc-block-featured-category .wc-block-featured-category__link {
    margin-top: 4px;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link {
    padding: 0.2em 0;
    background-color: transparent;
    font-size: var(--wp--custom--typography--font-size--body);
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link:before {
    display: none;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
}
.wc-block-grid__products > li {
    position: relative;
    border: 0;
    list-style: none;
    text-align: left;
    padding-left: 0;
}
.wc-block-grid .wc-block-grid__product-details {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
}
.wc-block-grid .wc-block-grid__product-title, .wc-block-grid .wc-block-grid__product-price, .wc-block-grid .wc-block-grid__product-add-to-cart {
    margin: 0;
}
.wc-block-grid .wc-block-grid__product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wc-block-grid .wc-block-grid__product-title {
    margin-top: 0.4em;
    margin-bottom: 0em;
}
.wc-block-grid .wc-block-grid__product-description {
    margin-bottom: 25px;
}
.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link {
    padding: 0.4em 0;
    margin-bottom: -0.2em;
}
.wc-block-grid__product-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.wc-block-grid__product-image img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
}
.wc-block-grid__product-title, .wc-block-grid__product-price {
    font-size: var(--wp--custom--typography--font-size--body);
}
.wc-block-grid__product-title {
    max-width: 70%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: var(--wp--preset--font-family--primary-font);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-grid__product-price ins {
    text-decoration: none;
}
.wc-block-grid__product-price del {
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.2;
    color: #7c7c7c;
}
.wc-block-grid__product-price:not([data-block-name]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wc-block-grid__product-price[data-block-name] {
    margin: 1em 0;
}
.wc-block-grid .wc-block-grid__product-onsale {
    font-size: var(--wp--preset--font-size--small);
    position: absolute;
    left: 24px;
    top: 24px;
    background-color: var(--wp--preset--color--white);
    border-radius: 20px;
    padding: 0.3em 0.9em;
    margin: 0;
    line-height: 1.2;
}
.wc-block-grid .wc-block-components-product-sale-badge--align-right {
    left: auto;
    right: 0;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    background-image: url("./assets/img/star-outlined.png");
    background-size: 12px;
    height: 12px;
    width: 60px;
    margin: 10px 0;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    display: none;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars > span {
    display: block;
    background-image: url("./assets/img/star.png");
    background-size: 12px;
    height: 12px;
    text-indent: -2999px;
    overflow: hidden;
}
.wc-block-grid__product-rating .star-rating {
    height: 12px;
    width: 60px;
    margin: 10px 0;
}
.wc-block-grid__product-rating .star-rating:before {
    display: none;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: transparent;
    color: var(--wp--preset--color--black);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    color: var(--wp--preset--color--black);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: 1;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    -webkit-animation: rotate 1s infinite;
    animation: rotate 1s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border: solid 1px var(--wp--preset--color--primary);
    border-radius: 50%;
    border-right-color: var(--wp--preset--color--accent-border);
    border-bottom-color: var(--wp--preset--color--accent-border);
    content: "";
    display: inline-block;
    background-color: transparent;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    right: 0;
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:hover {
    text-decoration: underline;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 1px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    background-color: transparent;
    margin: 0;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    background-image: url("./assets/img/check.png");
    background-repeat: no-repeat;
    background-size: 16px 11px;
    background-position: center;
}
.wc-block-grid__product-add-to-cart:not([data-block-name]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
li:hover .wc-block-grid__product-title {
    opacity: 0;
    visibility: hidden;
}
li:hover .wc-block-grid__product-add-to-cart:not([data-block-name]) {
    opacity: 1;
    visibility: visible;
}
.wc-block-grid a {
    text-decoration: none;
}
.wc-block-components-sort-select {
    text-align: right;
}
.wc-block-components-sort-select label {
    font-size: var(--wp--preset--font-size--small);
    margin-right: 10px;
}
.wc-block-components-sort-select select {
    min-width: 210px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    padding: 0;
    height: 32px;
    font-size: var(--wp--preset--font-size--small);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
}
.wc-block-components-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin-top: 40px;
}
.wc-block-components-pagination button {
    list-style: none;
    padding: 0;
    min-width: 0;
    border: 0;
}
.wc-block-components-pagination button.wc-block-components-pagination-page--arrow[disabled] {
    display: none;
}
.wc-block-components-pagination .wc-block-components-pagination__page--active {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
}
.wc-block-components-review-list {
    padding-left: 0;
}
.wc-block-components-review-list li {
    list-style: none;
}
.wc-block-components-review-list li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-review-list-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.wc-block-components-review-list-item__image {
    margin-right: 15px;
    border-radius: 50%;
}
.wc-block-components-review-list-item__image img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.wc-block-components-review-list-item__product, .wc-block-components-review-list-item__author {
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: var(--wp--custom--typography--font-weight--heading);
    font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading);
}
.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__published-date {
    font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-review-list-item__text {
    background-color: var(--wp--preset--color--accent-border);
    padding: 30px;
}
.wc-block-components-review-list-item__text p:first-child {
    margin-top: 0;
}
.wc-block-components-review-list-item__text p:last-child {
    margin-bottom: 0;
}
.wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars {
    background-image: url("./assets/img/star-outlined.png");
    background-size: 12px;
    height: 12px;
    width: 60px;
}
.wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars:before {
    display: none;
}
.wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: block;
    background-image: url("./assets/img/star.png");
    background-size: 12px;
    height: 12px;
    text-indent: -2999px;
    overflow: hidden;
}
@media (min-width: 782px) {
    .wc-block-cart .wc-block-cart-items__row,
    .wc-block-mini-cart__drawer .wc-block-cart-items__row {
        padding: 24px 0;
    }
    .wc-block-cart .wc-block-components-quantity-selector,
    .wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
        width: 120px;
        height: 40px;
    }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        padding-right: 24px;
    }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
    .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        padding-left: 24px;
    }
    .wc-block-cart-item__image img {
        max-width: 180px;
    }
    .wc-block-cart .wc-block-cart-items__row {
        grid-template-columns: 180px auto 100px;
    }
    .wc-block-checkout__sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .wc-block-grid.has-1-columns .wc-block-grid__products {
        grid-template-columns: 1fr;
    }
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr);
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr);
    }
    .wc-block-grid.has-4-columns .wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr);
    }
    .wc-block-grid.has-5-columns .wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr);
    }
    .wc-block-grid.has-6-columns .wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 908px) {
    .wc-block-cart__main,
    .wc-block-checkout__main {
        width: 58%;
    }
    .wc-block-cart__sidebar,
    .wc-block-checkout__sidebar {
        width: 32%;
    }
}
@media (min-width: 991px) {
    .wc-block-grid.has-4-columns .wc-block-grid__products, .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1400px) {
    .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 1600px) {
    .wc-block-grid.has-6-columns .wc-block-grid__products {
        grid-template-columns: repeat(6, 1fr);
    }
}
.woocommerce .select2-container {
    line-height: 0;
}
.woocommerce .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: var(--wp--preset--color--accent-border);
    height: auto;
    padding: 7px 12px;
    outline: 0;
}
.woocommerce .select2 .selection {
    display: block;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.6;
    padding-left: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 16px;
    color: #bbb;
}
.woocommerce-page .select2-results__option {
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-page .select2-results__option,
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true]:focus,
.woocommerce-page .select2-container--default .select2-results__option[data-selected=true]:focus {
    outline: 0;
}
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true],
.woocommerce-page .select2-container--default .select2-results__option[data-selected=true] {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    color: var(--foxestilo_color_text_primary);
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: transparent;
    color: var(--foxestilo_color_text_primary);
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px;
}
.woocommerce-page .select2-search--dropdown {
    padding: 10px;
}
.woocommerce-page .select2-dropdown {
    border-color: var(--wp--preset--color--accent-border);
    border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
}