/*
Theme Name: Highline - Gut Grambow Fieldsports Shop
Theme URI: https://demo.agnidesigns.com/highline/
Author: AgniHD
Author URI: https://agnidesigns.com/
Description: Clothing based Full Site Editing (FSE) Theme for WooCommerce.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.0
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: highline
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

WC requires at least: 10.0
WC tested up to: 10.2.2

 * Woo: 18734003046193:f311aac8b7736902f75ac823d827a0b9

*/
*,
*: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 {
  font-weight: normal;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  text-align: left;
  font-weight: normal;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  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: 3.125em;
}

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);
  border-radius: 0;
  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: 0.5px;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

ol,
ul {
  padding-left: 30px;
}

ol li,
ul li {
  margin-bottom: 10px;
  padding-left: 5px;
}

ol li::marker,
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;
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
}

button:not(.components-button)[disabled],
.button[disabled] {
  opacity: 0.4;
}

.button {
  min-height: 3.125em;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.wc-block-mini-cart {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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);
  line-height: var(--wp--custom--typography--line-height--body);
}

.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: 15px;
  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: 18px 15px;
  background-position: 0% 50%;
  padding-left: 18px;
  -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 {
  color: var(--wp--preset--color--white);
}

.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: 2px;
  top: 0px;
  font-size: 10px;
  min-width: 16px;
  min-height: 16px;
  border: 0;
  border-radius: 10px;
  line-height: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 1px;
  padding: 0;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
  color: var(--wp--preset--color--lite);
  text-indent: -9999px;
}

.wc-block-mini-cart__badge:empty {
  display: none;
}

.wc-block-mini-cart__badge:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  background-color: var(--wp--preset--color--accent-background);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wc-block-mini-cart__badge:hover {
  text-indent: 0;
}

.wc-block-mini-cart__badge:hover:before {
  top: -4px;
  width: 24px;
  height: 24px;
}

.wp-block-woocommerce-customer-account:has(svg) a:before {
  content: "";
  z-index: 1;
  width: auto;
  height: 15px;
  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/my-account.png");
  background-repeat: no-repeat;
  background-size: 17px 15px;
  background-position: 0% 50%;
  padding-left: 17px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5ch;
}

.wp-block-woocommerce-customer-account:has(svg) span:not(:empty) {
  margin-left: 6px;
}

.wp-block-woocommerce-customer-account {
  padding: 0;
}

.wp-block-woocommerce-customer-account a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wp-block-woocommerce-customer-account svg {
  display: none;
}

.woocommerce-cart .wc-block-mini-cart,
.woocommerce-checkout .wc-block-mini-cart {
  display: none;
}

.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--primary);
  opacity: 0.4;
}

.wp-block-template-part .has-transparent-header-lite: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-lite .wp-block-search:before {
  background-image: url("./assets/img/search-lite.png");
}

.wp-block-template-part .has-transparent-header-lite .wc-block-mini-cart__quantity-badge {
  color: var(--wp--preset--color--white);
}

.wp-block-template-part .has-transparent-header-lite .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: 0;
}

.woocommerce-error li {
  margin-bottom: 2px;
}

.woocommerce-error {
  background-color: #ecc6c6;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}

: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);
}

.products:not(.upsells):not(.related) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px 24px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.products>li {
  list-style: none;
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products>li img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: var(--wp--preset--color--accent-background);
}

.products>li.outofstock {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.products .woocommerce-loop-product__link {
  display: grid;
  text-decoration: none;
}

.products .star-rating {
  margin-top: -4px;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  opacity: 1;
  visibility: visible;
}

.products .product .onsale {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: var(--wp--custom--typography--font-size--body-sm);
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  padding: 0.16em 0.4em;
  margin: 0;
  border: 1px solid;
  border-radius: 0;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.products .woocommerce-loop-product__title {
  font-size: var(--wp--custom--typography--font-size--body-lg);
  opacity: 1;
  visibility: visible;
  margin-top: 16px;
  margin-bottom: 8px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.products .woocommerce-loop-category__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.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;
  gap: 3px;
  line-height: var(--wp--custom--typography--line-height--heading);
}

.products .price del {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: var(--wp--preset--color--additional);
}

.products .price ins {
  text-decoration: none;
}

.products .price {
  gap: 3px;
}

.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 {
  position: relative;
  padding: 0;
  min-height: unset;
  color: var(--wp--preset--color--primary);
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border: 0;
  text-align: center;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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 {
  text-decoration: none;
}

.products .product_type_simple:before,
.products .product_type_variable:before,
.products .product_type_grouped:before,
.products .product_type_external:before,
.products .product_type_subscription:before,
.products .product_type_variable-subscription:before {
  content: "";
  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%);
}

.products .product_type_simple:hover:before,
.products .product_type_variable:hover:before,
.products .product_type_grouped:hover:before,
.products .product_type_external:hover:before,
.products .product_type_subscription:hover:before,
.products .product_type_variable-subscription:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.products .product_type_simple>span,
.products .product_type_variable>span,
.products .product_type_grouped>span,
.products .product_type_external>span,
.products .product_type_subscription>span,
.products .product_type_variable-subscription>span {
  margin-left: -12px;
}

.products .product_type_simple>span:before,
.products .product_type_variable>span:before,
.products .product_type_grouped>span:before,
.products .product_type_external>span:before,
.products .product_type_subscription>span:before,
.products .product_type_variable-subscription>span:before {
  content: "-";
  margin-left: 4px;
  margin-right: 4px;
}

.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: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  right: -6px;
}

@-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: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;
  margin-left: auto;
  font-size: var(--wp--preset--font-size--small);
}

.woocommerce-ordering select {
  width: 100%;
  min-width: 120px;
  height: auto;
  background-color: transparent;
  border: 0;
  border: 1px solid;
  padding: 8px 12px;
  padding-right: 20px;
  font-size: var(--wp--custom--typography--font-size--body-sm);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 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;
  margin-bottom: 0;
}

.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%;
}

.product-price-sale-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}

.star-rating {
  background-image: url("./assets/img/star-outlined.png");
  background-size: 13px 12px;
  height: 12px;
  width: 65px;
  margin: 4px 0;
}

.star-rating>span {
  display: block;
  background-image: url("./assets/img/star.png");
  background-size: 13px 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:not([hidden]) {
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
  padding-bottom: 24px;
}

.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-top: 0;
  margin-bottom: 24px;
}

.wp-block-woocommerce-filter-wrapper:first-child h1,
.wp-block-woocommerce-filter-wrapper:first-child h2,
.wp-block-woocommerce-filter-wrapper:first-child h3,
.wp-block-woocommerce-filter-wrapper:first-child h4,
.wp-block-woocommerce-filter-wrapper:first-child h5,
.wp-block-woocommerce-filter-wrapper:first-child h6 {
  margin-top: 0;
}

.wp-block-woocommerce-filter-wrapper:last-child .wc-blocks-filter-wrapper {
  border-bottom: 0;
  padding-bottom: 0;
}

.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-list li {
  padding-left: 0;
}

.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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding-left: 0px;
  width: 100%;
  margin: 0;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.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;
  margin-bottom: 0;
}

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list--has-images li li {
  margin-left: -20px;
}

.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: 6px;
  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;
  margin-bottom: 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
  font-size: 12px;
  border: 0;
  padding: 0;
  margin: 0;
}

.wc-block-active-filters__title {
  margin-bottom: 0;
}

.wc-block-active-filters__list {
  width: 100%;
  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 .wc-block-active-filters__list>li {
  margin: 0;
}

.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: 2px;
}

.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;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--lite);
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  margin-top: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.wc-block-components-price-slider__button.wc-block-filter-submit-button:hover {
  color: var(--wp--preset--color--primary);
}

.wc-block-components-price-slider__button.wc-block-filter-submit-button:before {
  content: "";
  background-color: var(--wp--preset--color--white);
  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,
  .wc-blocks-filter-wrapper .wp-block-woocommerce-active-filters {
    left: auto;
    width: auto;
    margin-left: -1px;
    margin-top: -1px;
    min-width: 240px;
  }

  .wp-block-woocommerce-product-categories ul li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .wp-block-woocommerce-product-categories ul li>a {
    text-wrap: nowrap;
  }

  .wp-block-woocommerce-product-categories ul ul {
    margin-left: 24px;
  }
}

:where(div[data-template=single-product]) .site-main>.product .product-summary-top {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

:where(div[data-template=single-product]) .site-main>.product .product-summary-top:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: var(--wp--preset--color--accent-background);
}

.single-product .woocommerce-notices-wrapper:not(:empty) {
  position: relative;
  padding: 20px 0;
}

.single-product .woocommerce-notices-wrapper a {
  display: inline-block;
  color: var(--wp--preset--color--primary);
  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;
}

.products .product .wp-block-woocommerce-product-sale-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: 6px;
  margin-right: 6px;
}

.wc-block-grid__product .wc-block-grid__product-price,
.wp-block-post.product .wc-block-grid__product-price {
  display: inherit;
  font-size: var(--wp--custom--typography--font-size--body);
  padding: 0;
  margin-bottom: 16px;
}

.product .onsale {
  padding: 0.16em 0.4em;
  border-radius: 0px;
  font-size: var(--wp--preset--font-size--small);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  line-height: 1.2;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.product.wp-block-post .wc-block-components-product-button__button.product_type_simple,
.product.wp-block-post .wc-block-components-product-button__button.product_type_variable,
.product.wp-block-post .wc-block-components-product-button__button.product_type_grouped,
.product.wp-block-post .wc-block-components-product-button__button.product_type_external {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  line-height: 1.6;
}

.product.wp-block-post .wc-block-components-product-button__button.product_type_simple:before,
.product.wp-block-post .wc-block-components-product-button__button.product_type_variable:before,
.product.wp-block-post .wc-block-components-product-button__button.product_type_grouped:before,
.product.wp-block-post .wc-block-components-product-button__button.product_type_external:before {
  display: none;
}

.product.wp-block-post .wc-block-components-product-button__button.product_type_simple:hover,
.product.wp-block-post .wc-block-components-product-button__button.product_type_variable:hover,
.product.wp-block-post .wc-block-components-product-button__button.product_type_grouped:hover,
.product.wp-block-post .wc-block-components-product-button__button.product_type_external:hover {
  color: var(--wp--preset--color--primary);
}

.product.wp-block-post .wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--body-lg) !important;
}

.product.wp-block-post .wp-block-post-title.has-small-font-size {
  font-size: calc(var(--wp--custom--typography--font-size--body-lg) - 0.125rem) !important;
}

.product.wp-block-post .wp-block-post-title.has-medium-font-size {
  font-size: var(--wp--custom--typography--font-size--body-lg) !important;
}

.product.wp-block-post .wp-block-post-title.has-large-font-size {
  font-size: calc(var(--wp--custom--typography--font-size--body-lg) + 0.25rem) !important;
}

.product .out-of-stock {
  display: inline-block;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  padding: 0.4em 0.8em;
  /* width: 100%; */
  text-align: center;
  line-height: 1.2;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.product .entry-summary {
  position: relative;
  margin-top: 4vh;
}

.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-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);
}

.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 .product-price-sale-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
  margin-top: 24px;
  margin-bottom: 16px;
  padding-top: 20px;
}

.product .entry-summary .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--wp--preset--font-size--x-large);
  margin: 0;
  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);
}

.product .entry-summary .price del {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 4px;
}

.product .entry-summary .price ins {
  text-decoration: none;
}

.product .entry-summary .price {
  gap: 3px;
}

.product .entry-summary .quantity,
.product .entry-summary button[type=submit] {
  position: relative;
}

.product .entry-summary .quantity:after,
.product .entry-summary button[type=submit]:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--wp--preset--color--accent-background);
  opacity: 0.5;
  z-index: -2;
}

.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>span {
  display: none;
}

.product .entry-summary .quantity input,
.product .entry-summary .quantity button {
  width: 42px;
  min-height: 42px;
  border: 1px solid;
}

.product .entry-summary .quantity input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: auto;
  margin: 0;
}

.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 {
  width: 100%;
}

.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] {
  font-size: var(--wp--custom--typography--font-size--body-lg);
  padding: 0.4em 0.8em;
  position: relative;
  width: 100%;
  min-width: 42px;
  margin-top: -1px;
  border: 0;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  overflow: hidden;
  color: var(--wp--preset--color--primary);
  z-index: 1;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.product .entry-summary button[type=submit]:hover {
  color: var(--wp--preset--color--white);
}

.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: 0px;
}

.product .entry-summary form th,
.product .entry-summary form td {
  padding: 0;
  border: 0;
}

.product .entry-summary .woocommerce-product-details__short-description {
  font-size: var(--wp--preset--font-size--medium);
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

.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 {
  padding-left: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.8;
}

.product .entry-summary .woocommerce-product-details__short-description ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product .entry-summary .woocommerce-product-details__short-description ul li:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 11px;
  height: 8px;
  background-image: url("./assets/img/check.png");
  background-size: 11px 8px;
  margin-right: 8px;
}

.product .entry-summary .product_meta {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
}

.product .entry-summary .product_meta {
  font-size: var(--wp--preset--font-size--small);
}

.grouped_form .woocommerce-grouped-product-list {
  margin-bottom: 16px;
}

.grouped_form .woocommerce-grouped-product-list-item__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grouped_form tbody {
  display: grid;
  gap: 0;
}

.grouped_form tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.grouped_form tbody tr:not(:first-child) {
  margin-top: -1px;
}

.grouped_form tbody td {
  font-size: var(--wp--preset--font-size--small);
  border: 1px solid;
  padding: 6px;
}

.grouped_form tbody td:not(:first-child) {
  margin-left: -1px;
}

.grouped_form tbody td a,
.grouped_form tbody td ins {
  text-decoration: none;
}

.grouped_form .quantity {
  width: auto;
  margin: 0 -6px;
}

.grouped_form .quantity>span:first-child {
  display: none;
}

.grouped_form .quantity input,
.grouped_form .quantity button {
  width: 24px;
  min-height: 24px;
  border: 0;
}

.grouped_form .quantity .qty-container>button {
  height: 24px;
}

.grouped_form .quantity:after,
.grouped_form button[type=submit]:after {
  display: none;
}

.variations_form .variations {
  width: 100%;
  margin-bottom: 16px;
}

.variations_form .variations tr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.variations_form .variations tr:not(:first-child) {
  margin-top: -1px;
}

.variations_form .variations tr:not(:last-child) {
  margin-bottom: 20px;
}

.variations_form .variations th,
.variations_form .variations td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  border: 0;
}

.variations_form .variations th {
  padding: 0;
  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);
}

.variations_form .variations td {
  position: relative;
  max-width: 100%;
  margin-left: -1px;
  border: 1px solid;
  border-color: var(--wp--preset--color--additional-border);
}

.variations_form .variations select {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0;
  color: inherit;
  -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;
}

.variations_form .reset_variations {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -24px;
  font-size: var(--wp--custom--typography--font-size--body-xs);
}

.variations_form .woocommerce-variation .price {
  margin-bottom: 16px;
  padding-top: 16px;
}

.grouped_form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grouped_form .woocommerce-grouped-product-list {
  margin-bottom: 16px;
}

.grouped_form .woocommerce-grouped-product-list-item__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grouped_form tbody {
  display: grid;
  gap: 10px;
}

.grouped_form tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.grouped_form tbody tr:not(:first-child) {
  margin-top: -1px;
}

.grouped_form tbody td {
  font-size: var(--wp--preset--font-size--small);
  border: 0;
  padding: 0px 10px;
}

.grouped_form tbody td:not(:first-child) {
  margin-left: -1px;
}

.grouped_form tbody td a,
.grouped_form tbody td ins {
  text-decoration: none;
}

.grouped_form .quantity {
  width: auto;
  margin: 0 -6px;
}

.grouped_form .quantity>span:first-child {
  display: none;
}

.grouped_form .quantity input,
.grouped_form .quantity button {
  width: 24px;
  min-height: 24px;
  border: 0;
}

.grouped_form .quantity:after,
.grouped_form button[type=submit]:after {
  display: none;
}

.woocommerce-product-gallery {
  --theme-woocommerce-product-gallery-thumbnail-width: min(8vw, 112px);
  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: var(--wp--preset--color--accent-background);
  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;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce-product-gallery__wrapper>div:only-child {
  grid-column: 1/3;
}

.woocommerce-product-gallery .flex-viewport {
  width: calc(100% - (var(--theme-woocommerce-product-gallery-thumbnail-width) + 10px));
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  display: block;
}

.woocommerce-product-gallery .flex-control-nav {
  width: var(--theme-woocommerce-product-gallery-thumbnail-width);
  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;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.woocommerce-product-gallery .flex-control-nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-nav>li img {
  max-width: 100%;
  aspect-ratio: 4/6;
  -o-object-fit: cover;
  object-fit: cover;
  border-width: 1px;
  border-style: solid;
}

.woocommerce-product-gallery .flex-control-nav>li img.flex-active {
  border-width: 2px;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  margin-right: 5px;
  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 (max-width: 781px) {
  .woocommerce-product-gallery {
    gap: 10px;
  }

  .woocommerce-product-gallery .flex-viewport {
    width: 100%;
  }

  .woocommerce-product-gallery .flex-control-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -10px;
  }

  .woocommerce-product-gallery .flex-control-nav>li {
    width: calc(25% - 10px);
    padding-left: 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) {

  .product .woocommerce-product-gallery,
  .product .entry-summary {
    margin-left: 0px;
    margin-right: 0px;
  }

  .product .woocommerce-product-gallery {
    width: min(100%, 600px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -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>li:before {
    width: 10px;
    height: 10px;
  }

  .product .entry-summary {
    position: sticky;
    top: 16px;
    width: min(40%, 420px);
    padding: clamp(1rem, 3vw, 1.5rem);
    margin-top: 0;
    background-color: var(--wp--preset--color--white);
  }

  .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--primary);
  font-size: 1rem;
  padding: 10px 20px;
}

.pswp--svg .pswp__button--arrow--right:before,
.pswp--svg .pswp__button--arrow--left:before {
  width: 10px;
  height: 6px;
  background-image: url("./assets/img/arrow-down.png");
  background-size: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff !important;
  padding: 15px;
  margin-top: -8px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pswp--svg .pswp__button--arrow--left:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 15px;
}

.pswp--svg .pswp__button--arrow--right:before {
  right: 15px;
}

.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>ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  gap: 0 40px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 8vh;
}

.woocommerce-tabs>ul:after {
  content: "";
  display: block;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
  z-index: -1;
}

.woocommerce-tabs>ul li {
  list-style: none;
  margin-bottom: 0;
}

.woocommerce-tabs>.panel-title a,
.woocommerce-tabs li a {
  font-size: var(--wp--custom--typography--font-size--heading-5);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.woocommerce-tabs li a {
  display: block;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.woocommerce-tabs li.active:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid;
}

.woocommerce-tabs>.panel-title {
  margin-left: var(--wp--style--root--padding-left);
  margin-right: var(--wp--style--root--padding-right);
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--additional-border);
}

.woocommerce-tabs>.panel-title.active {
  margin-bottom: 40px;
}

.woocommerce-tabs>.panel-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  text-decoration: none;
}

.woocommerce-Tabs-panel {
  margin: 0 auto;
  margin-top: 7vh;
}

.woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--description) {
  max-width: var(--wp--style--global--wide-size);
}

.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--primary);
}

.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--additional-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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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);
}

.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 {
  letter-spacing: 20px;
  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;
  white-space: nowrap;
}

.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--primary);
  border: 0;
  color: var(--wp--preset--color--lite);
  font-variation-settings: inherit;
}

#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);
}

@media (max-width: 781px) {
  .woocommerce-Tabs-panel {
    margin-top: 0;
  }
}

@-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(-520px);
    transform: translateX(-520px);
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-520px);
    transform: translateX(-520px);
  }
}

@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 {
  --drawer-width: 520px;
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-520px);
  transform: translateX(-520px);
  width: 520px;
  overflow-x: hidden;
}

.wc-block-components-drawer:focus-visible {
  outline: none;
}

.wc-block-components-drawer__close-wrapper {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  z-index: 1;
}

.wc-block-components-drawer__close {
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 0.5em;
}

.wc-block-components-drawer__close>svg {
  width: 24px;
  height: 24px;
}

.wc-block-components-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.wc-block-mini-cart__template-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

@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-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 20px;
}

/* Respect the [hidden] attribute — display:flex above would otherwise override it */
.wp-block-woocommerce-empty-mini-cart-contents-block[hidden],
.wp-block-woocommerce-filled-mini-cart-contents-block[hidden] {
  display: none !important;
}

/* Filled block grows to fill remaining height inside the flex column */
.wp-block-woocommerce-filled-mini-cart-contents-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
}

.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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  padding: 0;
  position: relative;
}

.admin-bar .wp-block-woocommerce-mini-cart-contents {
  margin-top: 32px;
  height: calc(100vh - 32px);
}

.wc-block-mini-cart__drawer strong {
  font-weight: var(--wp--custom--typography--font-weight--body);
  letter-spacing: var(--wp--custom--typography--letter-spacing--body);
  line-height: var(--wp--custom--typography--line-height--body);
}

.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--primary);
  color: var(--wp--preset--color--white);
  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: 20px;
  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);
}

.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: 0px;
}

.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-cart,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 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: transparent;
  color: var(--wp--preset--color--white);
  border: 1px solid;
  border-color: var(--wp--preset--color--accent-background);
  overflow: hidden;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout:hover {
  color: var(--wp--preset--color--accent-background);
}

.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--accent-background);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -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(-105%);
  transform: translateY(-105%);
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout span,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout div {
  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;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart div {
  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-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: 32px;
}

.wc-block-mini-cart__items table .wc-block-components-quantity-selector input {
  width: 100%;
}

.wc-block-mini-cart__items table .wc-block-components-quantity-selector button {
  width: 36px;
}

.wc-block-mini-cart__items table .wc-block-cart-item__quantity {
  padding-top: 0px;
}

.wc-block-components-drawer .components-modal__header .components-button span {
  display: none;
}

@media (min-width: 782px) {

  .wp-block-woocommerce-empty-mini-cart-contents-block,
  .wp-block-woocommerce-filled-mini-cart-contents-block {
    padding: 0 36px;
  }

  .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;
  }
}

.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.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:first-child {
  padding-top: 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;
  padding: 0.4em 0.8em;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  overflow: hidden;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.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):not(.product-remove) {
  padding-left: 110px;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
  position: absolute;
  top: 20px;
}

.woocommerce-cart-form__cart-item:first-child .product-thumbnail {
  top: 0;
}

.woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  margin-top: 16px;
  margin-left: auto;
  margin-right: 0;
  right: 0;
  top: 20px;
}

.woocommerce-cart-form__cart-item .product-name {
  width: 80%;
}

.woocommerce-cart-form__cart-item .product-subtotal {
  margin-top: 20px;
  position: absolute;
  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;
  background-color: var(--wp--preset--color--accent-background);
}

.woocommerce-cart-form .product-name a {
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: 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: 102px;
}

.woocommerce-cart-form .quantity .qty-container>input,
.woocommerce-cart-form .quantity .qty-container>button {
  height: 40px;
}

.woocommerce-cart-form .coupon {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid;
  margin-left: auto;
}

.woocommerce-cart-form .coupon label {
  display: none;
}

.woocommerce-cart-form .coupon input {
  width: 100%;
  max-width: 400px;
  padding: 0 1.2em;
  background-color: transparent;
  border: 0;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.woocommerce-cart-form .coupon button {
  position: absolute;
  right: 0;
  padding: 0.7em 1.4em;
  height: 100%;
  min-height: 0;
  border: 0;
  color: currentColor;
  overflow: hidden;
  text-decoration: none;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.woocommerce-cart-form .coupon button:hover {
  text-decoration: underline;
}

.cart-collaterals {
  position: relative;
}

.cart-collaterals h2 {
  font-size: var(--wp--custom--typography--font-size--heading-3);
  line-height: 1.2;
  margin: 0;
  padding-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
}

.cart-collaterals table {
  width: 100%;
  padding-top: 20px;
}

.cart-collaterals table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  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);
  line-height: var(--wp--custom--typography--line-height--body);
}

.cart-collaterals table th,
.cart-collaterals table td {
  padding: 0;
  border: 0;
}

.cart-collaterals table th {
  text-align: left;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.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;
  font-size: var(--wp--custom--typography--font-size--heading-6);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: 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: var(--wp--custom--typography--font-size--heading-5);
  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);
}

.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);
}

.cart-collaterals .woocommerce-shipping-destination,
.cart-collaterals .woocommerce-shipping-methods {
  margin: 12px 0;
}

.cart-collaterals .woocommerce-shipping-destination {
  border: 1px solid;
  padding: 8px;
}

.woocommerce-shipping-calculator input {
  width: 100%;
}

.woocommerce-shipping-calculator a {
  font-size: var(--wp--custom--typography--font-size--body);
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.woocommerce-shipping-methods {
  padding: 0;
}

.woocommerce-shipping-methods li {
  position: relative;
  font-size: var(--wp--custom--typography--font-size--body);
  list-style: none;
  line-height: 2;
  padding-left: 0;
  margin-bottom: 0;
  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;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.woocommerce-shipping-methods label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.woocommerce-shipping-methods label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50%;
}

.woocommerce-shipping-methods input[type=radio]:checked+label:after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
}

.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: 40px;
  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 {
  height: 100%;
  padding: 0;
  border: 1px solid;
}

.quantity .qty-container>input {
  width: 40px;
  border-left: 0;
  border-right: 0;
}

.quantity .qty-container>button {
  width: 32px;
}

.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;
  padding: 1em 2em;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--lite);
  margin-top: 20px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.checkout-button:hover {
  color: var(--wp--preset--color--primary);
}

.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(0);
  transform: translateY(0);
  -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(-100%);
  transform: translateY(-100%);
}

@media (min-width: 782px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: 2fr 1fr;
  }

  .woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    grid-column: span 3;
  }

  .woocommerce-cart-form .product-name {
    width: 100%;
  }

  .woocommerce-cart-form .product-remove {
    /* left: 0; */
    margin-top: 16px;
    margin-left: auto;
    /* padding: 10px; */
    margin-right: 0;
    right: 0;
    top: 20px;
    left: 0;
    margin-left: -36px;
    padding: 10px;
  }

  .cart-collaterals {
    width: calc(100% + 24px);
  }
}

.cart-empty,
.return-to-shop {
  grid-column: span 3;
}

.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);
}

.return-to-shop {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.return-to-shop .button {
  min-height: auto;
  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;
  padding: 0.6em 1.2em;
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--primary);
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  overflow: hidden;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.return-to-shop .button:hover {
  color: var(--wp--preset--color--white);
}

.return-to-shop .button:before {
  content: "";
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-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;
}

.return-to-shop .button:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-onsale,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-price,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0px;
  margin-bottom: 16px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

form.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 24px;
}

form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin: 20px 0;
  grid-column: span 3;
}

.agni-order-review {
  position: relative;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.woocommerce-billing-fields>h3,
.agni-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%;
  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--heading-6);
  margin: 30px 0;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

#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: 12px 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 .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.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);
}

.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);
}

.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);
  line-height: var(--wp--custom--typography--line-height--body);
}

.woocommerce-checkout-review-order-table img {
  position: absolute;
  left: 0;
  width: 90px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: var(--wp--preset--color--accent-background);
}

.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 .agni_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;
  font-size: var(--wp--custom--typography--font-size--heading-6);
}

.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);
}

.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);
}

.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);
}

.agni_checkout_coupon {
  position: relative;
  padding: 7px;
  border: 1px solid;
}

.agni_checkout_coupon input {
  width: 100%;
  background-color: transparent;
  border: 0;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.agni_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--large);
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.agni_checkout_coupon .coupon_submit:after {
  content: "";
  background-color: currentColor;
  height: 1px;
  width: 0%;
  display: block;
  margin-top: -1px;
  margin-bottom: 0px;
}

.agni_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);
  padding: 0.4em 0.8em;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  margin-top: 20px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.place-order button:hover {
  color: var(--wp--preset--color--primary);
}

.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(0);
  transform: translateY(0);
  -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(-100.5%);
  transform: translateY(-100.5%);
}

@media (min-width: 782px) {
  form.woocommerce-checkout {
    grid-template-columns: 2fr 1fr;
  }

  .agni-order-review {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.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);
}

.wc-block-checkout-empty svg {
  display: none;
}

.woocommerce-order-received .entry-title {
  display: none;
}

.woocommerce-order {
  max-width: calc(960px - var(--highline_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--primary);
  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--primary);
  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--primary);
  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--primary);
  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);
}

.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--primary);
}

.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: var(--wp--custom--typography--font-size--body-sm);
}

.woocommerce-form label {
  display: block;
  margin-bottom: 5px;
}

.woocommerce-form input:not([type=checkbox]) {
  width: 100%;
}

.woocommerce-form button {
  position: relative;
  width: 100%;
  padding: 1em 2em;
  background-color: var(--wp--preset--color--primary);
  border: 0;
  color: var(--wp--preset--color--lite);
  z-index: 1;
  overflow: hidden;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.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>h2,
.woocommerce-account .woocommerce>.woocommerce-form-login {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.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;
  }
}

.top-cover .wp-block-cover {
  min-height: var(--wp--custom--spacing--top-cover-height, min(75svh, 720px));
}

body .is-layout-constrained>*+* {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  -webkit-margin-after: 0.75rem;
  margin-block-end: 0.75rem;
}

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 !important;
}

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;
}

.wp-block-details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-details summary::-webkit-details-marker,
.wp-block-details summary::marker {
  display: none;
}

.wp-block-details summary:before {
  content: "";
  display: inline-block;
  background-image: url("./assets/img/arrow-down.png");
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
  margin-right: 6px;
  margin-top: 3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wp-block-details[open] summary:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wp-block-details.has-size-guide-modal summary {
  text-decoration: underline;
}

.wp-block-details.has-size-guide-modal summary:before {
  background-image: url("./assets/img/sizeguide.png");
  background-size: 15px 24px;
  width: 15px;
  height: 24px;
  margin-top: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wp-block-details.has-filter summary {
  position: relative;
  padding: 0.4em 0.8em;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
}

.wp-block-details.has-filter summary:before {
  position: absolute;
  right: 10px;
  -webkit-transform: none;
  transform: none;
}

.has-product-additional-info summary {
  position: relative;
  width: 100%;
  font-size: var(--wp--custom--typography--font-size--heading-5);
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--additional-border);
  padding-bottom: 16px;
  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);
}

.has-product-additional-info summary:before {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.has-product-additional-info details[open] {
  margin-bottom: 32px;
}

.has-product-additional-info details[open] summary:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.has-accordion-group>.wp-block-group {
  width: 100%;
}

.has-accordion-group>.wp-block-group .wp-block-heading {
  display: block;
  cursor: pointer;
}

.has-accordion-group>.wp-block-group .wp-block-heading:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 12px 6px;
  cursor: pointer;
  width: 24px;
  height: 16px;
  float: right;
}

.has-accordion-group>.wp-block-group .wp-block-heading:after {
  content: "";
  border-bottom: 1px solid;
  display: block;
  margin-top: 16px;
}

.has-accordion-group>.wp-block-group.active .wp-block-heading:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.has-accordion-group>.wp-block-group>p,
.has-accordion-group>.wp-block-group>.wp-block-group:not(:first-child) {
  display: none;
}

.has-accordion-group>.wp-block-group.active>p,
.has-accordion-group>.wp-block-group.active>.wp-block-group:not(:first-child) {
  display: block;
}

.has-carousel:not(.wp-block)>.wp-block-cover:not(:first-child),
.has-carousel:not(.wp-block)>.wp-block-group:not(:first-child) {
  display: none;
}

.wp-block-group.has-carousel .splide__track {
  margin: 0;
}

.wp-block-group.has-carousel .splide__list>li {
  padding-left: 0;
}

.wp-block-group.has-scrolling-text {
  text-wrap: nowrap;
  overflow: hidden;
}

.wp-block-template-part .wp-block-group.has-scrolling-text .scrolling-text {
  gap: 16px;
}

.wp-block-template-part .wp-block-group.has-scrolling-text .scrolling-text-list {
  padding-left: 16px;
  gap: 16px;
  margin-left: -16px;
}

.wp-block-template-part .wp-block-group.has-scrolling-text .scrolling-text-list-item {
  gap: 16px;
}

.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-table {
  margin: 1rem 0;
}

.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: clamp(1.25rem, 6vw, 72px);
  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-media-text>.wp-block-media-text__content>.wp-block-buttons:not(:only-child):last-child,
.wp-block-media-text>.wp-block-media-text__content>.wp-block-group:not(:only-child):last-child {
  margin-top: auto;
}

.wp-block-media-text:not(.has-background)>.wp-block-media-text__content {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-media-text.has-background>.wp-block-media-text__content {
  height: 100%;
  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-media-text.has-background>.wp-block-media-text__content>h1:first-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h2:first-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h3:first-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h4:first-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h5:first-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h6:first-child,
.wp-block-media-text.has-background>.wp-block-media-text__content p:first-child {
  margin-top: 0;
}

.wp-block-media-text.has-background>.wp-block-media-text__content>h1:last-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h2:last-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h3:last-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h4:last-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h5:last-child,
.wp-block-media-text.has-background>.wp-block-media-text__content>h6:last-child,
.wp-block-media-text.has-background>.wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}

.wp-block-media-text>.wp-block-media-text__content:has(> .wp-block-group:not(:only-child)) {
  height: 100%;
}

.wp-block-gallery .wp-block-image {
  padding: 0;
}

.wp-block-image {
  line-height: 0;
}

.wp-block-image a {
  display: block;
  line-height: 0;
}

.wp-block-image img {
  vertical-align: initial;
}

.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:before {
  content: "";
  display: block;
  background-image: url("./assets/img/search.png");
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.wp-block-search .wp-block-search__button.has-icon svg {
  display: none;
}

.wp-block-search__inside-wrapper input {
  font-size: var(--wp--custom--typography--font-size--body);
  border-color: var(--wp--preset--color--additional-border);
  padding: 0.8em 1.2em;
  height: 100%;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.8em 1.2em;
  border-color: var(--wp--preset--color--additional-border);
}

.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: var(--wp--preset--color--additional-border);
}

.wp-block-search__button-inside .wp-block-search__inside-wrapper input,
.wp-block-search__button-inside .wp-block-search__inside-wrapper button {
  border: 0;
}

.wp-block-search__button-outside .wp-block-search__inside-wrapper {
  gap: 0px;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  left: 12px;
  background-image: url("./assets/img/search.png");
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper input {
  padding-left: 36px;
}

.wp-block-search__button-only .wp-block-search__button {
  border-left: 1px solid;
  border-color: var(--wp--preset--color--additional-border);
}

.wp-block-template-part .wp-block-search__inside-wrapper input,
.wp-block-template-part .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: var(--wp--custom--typography--font-size--body-sm);
  padding: 6px 12px;
}

.wp-block-template-part .wp-block-search__no-button .wp-block-search__inside-wrapper input {
  padding-left: 36px;
}

.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);
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.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: 8px;
  border-radius: 0;
  background-color: var(--wp--preset--color--primary);
  padding: 0.8em 1.6em;
  line-height: 1.2;
  text-decoration: none;
  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:hover img {
  mix-blend-mode: luminosity;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.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.has-white-color:before {
  background-color: var(--wp--preset--color--white);
}

.wp-block-button .wp-block-button__link.has-white-color:hover {
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--white) !important;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
  border: 0;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.wp-block-button .wp-block-button__link:not(.has-background):hover {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
}

.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;
  background-color: transparent;
}

.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:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link {
  border-width: 1px;
  padding: 0.8em 1.6em;
}

.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-media-text:not(.has-background).is-stacked-on-mobile:not(.has-media-on-the-right):not(.alignfull) .wp-block-media-text__content {
  padding-right: 0;
}

.wp-block-media-text:not(.has-background).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-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 0px;
  width: 100%;
  margin: 0;
  font-size: var(--wp--custom--typography--font-size--body-sm);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.wp-block-categories-list 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;
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-categories-list a {
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5ch;
}

.wp-block-categories-list a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.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:not(.is-vertical) .wp-block-navigation__container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0px;
}

.wp-block-navigation ul {
  font-weight: var(--wp--custom--typography--font-weight--menu);
}

.wp-block-navigation ul li {
  margin-bottom: 0;
}

.wp-block-navigation ul li ul {
  font-weight: var(--wp--custom--typography--font-weight--body);
  letter-spacing: var(--wp--custom--typography--letter-spacing--body);
  line-height: var(--wp--custom--typography--line-height--body);
}

.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;
  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-item:not(.has-megamenu) .wp-block-navigation__submenu-container>.wp-block-navigation-item:first-child {
  padding-top: 12px;
}

.wp-block-navigation-item:not(.has-megamenu) .wp-block-navigation__submenu-container>.wp-block-navigation-item:last-child {
  padding-bottom: 12px;
}

.wp-block-navigation-item__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-navigation-item__content:before {
  content: attr(title);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 4px;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-left: 0.25em;
  margin-right: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
  padding-top: 10px;
  margin-left: -15px;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
  padding-left: 15px;
  padding-right: 12px;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 3px 6px;
}

.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--additional-background);
}

.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-navigation .wp-block-navigation-item.has-megamenu .has-child>a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child a {
  font-size: var(--wp--custom--typography--font-size--body);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: 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>.wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  padding: 0;
  padding-bottom: 0px;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.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--primary);
}

.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: 1px solid;
  color: var(--wp--preset--color--primary);
  background-color: transparent;
}

.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 {
  padding-left: 0;
}

.wp-block-post>.wp-block-columns>.wp-block-column {
  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-post>.wp-block-columns>.wp-block-column:empty {
  display: none;
}

.wp-block-post-content {
  margin-top: 0px;
  margin-bottom: -1px;
}

.wp-block-read-more {
  position: relative;
  width: 100%;
  min-height: 40px;
  font-size: var(--wp--custom--typography--font-size--body-sm);
  margin-top: auto;
  border: 1px solid;
  border-color: var(--wp--preset--color--primary);
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.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: 620px;
  -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-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-megamenu>ul {
    gap: 24px;
    margin-top: 12px;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-megamenu>ul .wp-block-navigation__submenu-icon {
    display: none;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-megamenu>ul .wp-block-navigation__submenu-container {
    position: static;
    opacity: 1;
    visibility: visible;
  }

  .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: 600px) {
  .wp-block-media-text:not(.has-background).is-stacked-on-mobile:not(.has-media-on-the-right):not(.alignfull) .wp-block-media-text__content {
    padding: 0;
    padding-top: 1.25rem;
  }

  .wp-block-media-text:not(.has-background).is-stacked-on-mobile.has-media-on-the-right:not(.alignfull) .wp-block-media-text__content {
    padding: 0;
    padding-top: 1.25rem;
  }
}

@media (max-width: 781px) {
  .wp-block-details.has-filter>.wp-block-group {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--additional-background);
    z-index: 10;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
  }

  .wp-block-details.has-filter.active>.wp-block-group {
    visibility: visible;
    opacity: 1;
  }

  .wp-block-details.has-filter .filter-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSI+PHBhdGggZD0iTTEzIDExLjhsNi4xLTYuMy0xLTEtNi4xIDYuMi02LjEtNi4yLTEgMSA2LjEgNi4zLTYuNSA2LjcgMSAxIDYuNS02LjYgNi41IDYuNiAxLTF6Ij48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
  }

  .wp-block-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 782px) {
  .display-first-on-mobile {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }

  .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-details.has-filter {
    overflow: visible;
  }

  .wp-block-details.has-filter summary {
    display: none;
  }

  .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 .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: 4px;
    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--custom--typography--font-size--body);
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: 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: -6px;
  }

  .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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    margin: auto;
    margin-top: calc(var(--wp--custom--spacing--menu-offset-top) * 1px - 32px);
    padding-top: 42px;
    background-color: transparent;
  }

  .wp-block-navigation .wp-block-navigation-item.has-megamenu>.wp-block-navigation__submenu-container>.wp-block-navigation-item {
    max-width: 342px;
    padding-top: 50px;
    padding-bottom: 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>.wp-block-navigation-item__content {
    padding: 0;
    padding-bottom: 0px;
    letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
    font-weight: 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;
    gap: 8px;
  }

  .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:not(.is-layout-flex) {
    display: block !important;
  }

  .hide-on-mobile.is-layout-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-on-desktop {
    display: none !important;
  }
}

.wp-block-query .products-block-post-template .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.wp-block-query .products-block-post-template .add_to_cart_button {
  display: inline-block;
  width: auto;
  color: var(--wp--preset--color--primary);
  background-color: transparent;
  padding: 0;
  margin-right: auto;
  overflow: initial;
  z-index: 1;
  text-underline-offset: 0.5ch;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.wp-block-query .products-block-post-template .add_to_cart_button:hover {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

.wp-block-query .products-block-post-template .add_to_cart_button:before {
  display: none;
}

.wp-block-query .products-block-post-template .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: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  right: -6px;
}

.wp-block-query .products-block-post-template .add_to_cart_button.has-text-align-center {
  margin-left: auto;
}

.wp-block-query .products-block-post-template .add_to_cart_button.has-text-align-right {
  margin-right: 0;
  margin-left: auto;
}

.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;
}

.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;
}

.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;
  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;
  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-top: 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 {
  width: auto !important;
  text-align: center;
}

.wc-block-featured-category__description,
.wc-block-featured-category__title {
  display: block;
}

.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;
  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 {
  width: auto !important;
  text-align: center;
}

.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;
}

.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  display: block;
}

.wc-block-featured-category[data-dim-ratio="0"] {
  padding: 0;
}

.wc-block-featured-category[data-dim-ratio="0"] .wc-block-featured-category__background-image {
  position: static;
}

.wc-block-featured-category[data-dim-ratio="0"] .wc-block-featured-category__title {
  font-size: var(--wp--custom--typography--font-size--heading-4);
  text-align: left;
  margin-top: 20px;
}

.wc-block-featured-category[data-dim-ratio="0"] .wc-block-featured-category__description {
  text-align: left;
  font-weight: var(--wp--custom--typography--font-weight--body);
  letter-spacing: var(--wp--custom--typography--letter-spacing--body);
  line-height: var(--wp--custom--typography--line-height--body);
}

.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: 4px;
  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);
}

.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;
  margin-bottom: 8px;
}

.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-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;
  margin: 8px 0;
}

.wc-block-cart .wc-block-components-product-details li,
.wc-block-mini-cart__drawer .wc-block-components-product-details li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  max-width: 108px;
  width: 100%;
  font-size: var(--wp--custom--typography--font-size--body-xs);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.wc-block-cart .wc-block-components-product-details li>span,
.wc-block-mini-cart__drawer .wc-block-components-product-details li>span {
  padding: 4px 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid;
}

.wc-block-cart .wc-block-components-product-details li>span:not(:first-child),
.wc-block-mini-cart__drawer .wc-block-components-product-details li>span:not(:first-child) {
  margin-left: -1px;
}

.wc-block-cart .wc-block-components-product-badge,
.wc-block-mini-cart__drawer .wc-block-components-product-badge {
  display: var(--highline_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);
  line-height: var(--wp--custom--typography--line-height--body);
}

.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;
  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: 11px;
  text-decoration: underline;
  text-underline-offset: 0.5ch;
  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;
}

.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;
  gap: 40px 56px;
  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.is-large .wc-block-cart-items td:after {
  border: 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;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: var(--wp--preset--color--accent-background);
}

.wc-block-cart-item__total .price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wc-block-cart.is-large .wc-block-cart__totals-title {
  display: block;
  text-transform: none;
  font-size: var(--wp--custom--typography--font-size--heading-5);
  font-weight: inherit;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
  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);
}

.wc-block-cart__submit-button {
  position: relative;
  width: 100%;
  display: block;
  padding: 0.8em 2.2em;
  text-align: center;
  padding: 1em 2em;
  border: 1px solid;
  border-color: var(--wp--preset--color--accent-background);
  background-color: transparent;
  color: var(--wp--preset--color--lite);
  margin-top: 20px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.wc-block-cart__submit-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.wc-block-cart__submit-button:hover {
  color: var(--wp--preset--color--accent-background);
}

.wc-block-cart__submit-button:before {
  content: "";
  background-color: var(--wp--preset--color--accent-background);
  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(0);
  transform: translateY(0);
  -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(-100%);
  transform: translateY(-100%);
}

.wc-block-cart fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  border-top: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
}

.wc-block-components-notice-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--wp--preset--color--additional-background);
  padding: 10px;
  font-size: var(--wp--custom--typography--font-size--body-sm);
}

.wc-block-components-notice-banner button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.wc-block-components-notice-banner button svg {
  width: 16px;
}

.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;
  margin: 15px 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);
  margin-top: 6px;
  margin-bottom: 16px;
}

.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);
  line-height: var(--wp--custom--typography--line-height--body);
}

.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;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.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%;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--wp--preset--color--accent-border);
}

.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);
}

.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);
}

.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;
  color: #f00;
}

.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;
  width: 100%;
  padding: 1em 2em;
  border: 1px solid;
  border-color: var(--wp--preset--color--accent-background);
  background-color: transparent;
  color: var(--wp--preset--color--lite);
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.wc-block-components-checkout-place-order-button:hover {
  color: var(--wp--preset--color--accent-background);
}

.wc-block-components-checkout-place-order-button:before {
  content: "";
  background-color: var(--wp--preset--color--accent-background);
  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(0);
  transform: translateY(0);
  -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(-100%);
  transform: translateY(-100%);
}

.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  color: var(--wp--preset--color--lite);
}

.wc-block-components-checkout-place-order-button:hover .wc-block-components-checkout-place-order-button__text {
  color: var(--wp--preset--color--accent-background);
}

.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-address-form__address_1-hidden-input,
.wc-block-components-address-form__address_2-hidden-input {
  display: none;
}

.wc-block-components-address-form__address_1-toggle,
.wc-block-components-address-form__address_2-toggle {
  grid-column-start: span 2;
  height: 3.125em;
}

.wc-block-components-address-card-wrapper {
  margin-bottom: 30px;
}

.wc-block-components-address-card__address-section>span:not(:first-child) {
  margin-left: 8px;
}

.wc-block-components-address-card__address-section>span:not(:last-child):after {
  content: ",";
}

.wc-block-order-confirmation-summary ul li {
  width: calc(20% - 16px);
}

.wc-block-order-confirmation-summary-list-item__key {
  font-size: var(--wp--custom--typography--font-size--body-sm);
}

.wc-block-order-confirmation-shipping-address address,
.wc-block-order-confirmation-billing-address address {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
}

.wc-block-order-confirmation-shipping-address .woocommerce-customer-details--phone,
.wc-block-order-confirmation-billing-address .woocommerce-customer-details--phone {
  font-size: var(--wp--preset--font-size--small);
}

.wc-blocks-components-select label {
  display: block;
  margin-bottom: 5px;
}

.wc-blocks-components-select select {
  width: 100%;
}

.wc-blocks-components-select svg {
  display: none;
}

.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__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);
}

.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__content {
  padding-top: 15px;
}

.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;
}

.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;
  max-width: 90px;
}

.wc-block-components-order-summary-item__image img {
  width: 100%;
  max-width: 100%;
  background-color: var(--wp--preset--color--accent-background);
}

.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--primary);
  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-top: 0;
  margin-bottom: 5px;
  font-size: var(--wp--custom--typography--font-size--body);
  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);
}

.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;
}

.wc-block-components-checkout-order-summary__title {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid;
}

.wc-block-components-checkout-order-summary__title-icon {
  margin-left: auto;
}

.wc-block-components-totals-coupon {
  border-bottom: 1px solid;
  padding-bottom: 6px;
}

.wc-block-components-totals-coupon>div svg {
  float: right;
}

.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;
  background-color: transparent;
}

.wc-block-components-notices svg {
  width: 18px;
  height: 18px;
}

.wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:not(:empty) {
  margin-top: 36px;
  margin-bottom: 0;
}

.wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notice-banner.is-error {
  background-color: #ecc6c6;
  padding: 16px;
}

.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-grid__products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
}

.wc-block-grid__products>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 0;
  list-style: none;
  text-align: left;
  padding-left: 0;
}

.wc-block-grid .wc-block-grid__product-title,
.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: 16px;
  margin-bottom: 8px;
}

.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 {
  width: 100%;
  display: inline;
  padding: 0;
  border: 0;
  text-underline-offset: 0.5ch;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  overflow: auto;
  line-height: 1.6;
}

.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link:before {
  display: none;
}

.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%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: var(--wp--preset--color--accent-background);
}

.wc-block-grid__product-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: var(--wp--custom--typography--font-size--body-lg);
  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);
}

.wc-block-grid__product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 2.25rem;
  line-height: var(--wp--custom--typography--line-height--heading);
  padding: 12px 0;
}

.wc-block-grid__product-price ins {
  text-decoration: none;
}

.wc-block-grid__product-price del {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: var(--wp--preset--color--additional);
}

.wc-block-grid__product-price[data-block-name] {
  margin: 1em 0;
}

.wc-block-grid .wc-block-grid__product-onsale {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: var(--wp--custom--typography--font-size--body-sm);
  background-color: var(--wp--preset--color--additional-background);
  padding: 0.16em 0.4em;
  margin: 0;
  margin-bottom: 4px;
  border: 1px solid;
  border-radius: 0px;
  line-height: 1.2;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.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: 13px;
  height: 12px;
  width: 65px;
  margin: 6px 0;
  margin-top: 0;
  display: block;
}

.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: 13px;
  height: 12px;
  text-indent: -2999px;
  overflow: hidden;
}

.wc-block-grid__product-rating .star-rating {
  height: 12px;
  width: 65px;
  margin: 0;
  margin-bottom: 12px;
}

.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.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: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  right: -6px;
}

@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 a {
  text-decoration: none;
}

.has-carousel.splide .wc-block-grid__products {
  gap: 0px;
}

.has-carousel.splide .carousel-progress {
  width: min(500px, 100%);
  height: 1px;
  background-color: var(--wp--preset--color--accent-border);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.has-carousel.splide .carousel-progress-bar {
  height: 1px;
  background-color: var(--wp--preset--color--primary);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.wp-block-woocommerce-product-collection.has-carousel .wp-block-woocommerce-product-template {
  gap: 0;
}

.wp-block-woocommerce-product-collection.has-carousel .wp-block-woocommerce-product-template li {
  padding-left: 0;
}

.wp-block-woocommerce-product-collection .wp-block-button .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--black);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  overflow: visible;
}

.wp-block-woocommerce-product-collection .wp-block-button .wp-block-button__link:before {
  display: none;
}

.wp-block-woocommerce-product-collection .wp-block-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--black);
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: none;
}

.wp-block-woocommerce-product-image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wc-block-components-product-rating__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
}

.wp-block-woocommerce-product-sale-badge {
  width: 100%;
}

.wp-block-woocommerce-product-price {
  margin-bottom: 0;
}

.wc-block-components-product-image {
  margin-bottom: 16px;
}

.wp-block-add-to-cart-form .quantity>input {
  width: 128px;
  height: 50px;
}

.wp-block-add-to-cart-form .quantity .qty-container>input,
.wp-block-add-to-cart-form .quantity .qty-container>button {
  height: 50px;
  margin: 0;
}

.wp-block-add-to-cart-form .quantity .qty-container>input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
}

.wp-block-add-to-cart-form form:not(.variations_form),
.wp-block-add-to-cart-form .variations_form .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.wp-block-add-to-cart-form .variations_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.wp-block-add-to-cart-form .grouped_form .quantity>input {
  height: 40px;
}

.wp-block-add-to-cart-form .grouped_form .quantity .qty-container>input,
.wp-block-add-to-cart-form .grouped_form .quantity .qty-container>button {
  height: 40px;
}

.wp-block-add-to-cart-form .single_add_to_cart_button {
  position: relative;
  width: 100%;
  min-width: 42px;
  padding: 1em 2em;
  line-height: 1;
  border: 0;
  border: 1px solid;
  border-color: var(--wp--preset--color--accent-background);
  background-color: var(--wp--preset--color--accent-background);
  overflow: hidden;
  color: var(--wp--preset--color--white);
  z-index: 1;
  letter-spacing: var(--wp--custom--typography--letter-spacing--button);
  line-height: 1;
}

.wp-block-add-to-cart-form .single_add_to_cart_button:hover {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
}

.wp-block-add-to-cart-form .single_add_to_cart_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: -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%);
}

.wp-block-add-to-cart-form .single_add_to_cart_button:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wp-block-add-to-cart-form .single_add_to_cart_button.loading {
  opacity: 1;
}

.wp-block-add-to-cart-form .single_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;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wp-block-add-to-cart-form .single_add_to_cart_button.added:hover {
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
}

.wp-block-add-to-cart-form .single_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;
}

.wp-block-woocommerce-product-details ul.wc-tabs {
  max-width: var(--wp--style--global--wide-size);
  margin: auto;
  padding: 0;
  border: 0;
}

.wp-block-woocommerce-product-details ul.wc-tabs:after {
  display: none;
}

.wp-block-woocommerce-product-details ul.wc-tabs li {
  border: 0;
  padding: 0;
}

.wp-block-woocommerce-related-products>.wp-block-spacer:only-child {
  display: none;
}

.wp-block-woocommerce-related-products .wp-block-woocommerce-product-sale-badge {
  display: none;
}

.wc-block-components-product-sale-badge {
  border-radius: 0;
  text-transform: none;
  border: 1px solid;
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--additional-background);
  font-size: var(--wp--custom--typography--font-size--body-sm);
  padding: 0.16em 0.4em;
  line-height: 1.2;
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  font-weight: var(--wp--custom--typography--font-weight--heading);
}

.wp-block-woocommerce-product-sale-badge .wc-block-components-product-sale-badge {
  margin-bottom: -20px;
}

.wp-block-woocommerce-product-image-gallery .onsale {
  display: none;
}

.wc-block-components-product-image .wc-block-components-product-sale-badge {
  right: 10px;
  top: 10px;
}

.wc-block-components-sort-select {
  text-align: right;
  margin-bottom: 20px;
}

.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);
}

.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-cart-items__row:first-child,
  .wc-block-mini-cart__drawer .wc-block-cart-items__row:first-child {
    padding-top: 0;
  }

  .wc-block-cart .wc-block-cart-items__row:last-child,
  .wc-block-mini-cart__drawer .wc-block-cart-items__row:last-child {
    padding-bottom: 0;
    border: 0;
  }

  .wc-block-cart .wc-block-components-quantity-selector,
  .wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
    width: 102px;
    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-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: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar {
    width: 450px;
  }
}

@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);
  }
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.has-scrolling-text .scrolling-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scrolling-text .scrolling-text-list {
  padding-left: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -webkit-animation: scroll 10s linear infinite;
  animation: scroll 10s linear infinite;
  margin-left: -32px;
}

.has-scrolling-text .scrolling-text-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.has-scrolling-text .scrolling-text-list-item__text {
  margin: 0;
}

.has-scrolling-text .scrolling-text-list img {
  width: 24px;
}

.splide__arrow:before {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("./assets/img/arrow-down.png");
  background-size: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff !important;
  padding: 15px;
  margin-top: -8px;
  border: 1px solid;
  border-radius: 50%;
}

.splide__arrow--next:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrow--prev:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__arrow svg {
  display: none;
}

.woocommerce .select2-container {
  line-height: 0;
}

.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: var(--wp--preset--color--accent-border);
  background-color: transparent;
  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(--highline_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(--highline_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;
}


/* -------------------- */


.is-style-gut-grambow-category {
  position: relative !important;
  display: flex;
  align-items: flex-end;
}

.is-style-gut-grambow-category::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.725) 100%);
  pointer-events: none;
  z-index: 1;
}

.is-style-gut-grambow-category .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.is-style-gut-grambow-category p {
  /* position: absolute !important;
  left: 0 !important;
  bottom: 0 !important; */
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px !important;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
  color: #FFF !important;
  text-transform: uppercase;

}

.is-style-gut-grambow-category p a {
  color: #FFF !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

.is-style-gut-grambow-category p a:hover {
  text-decoration: underline !important;
}

.wc-block-grid__product-price {
  font-size: 16px !important;
  padding: 0 !important;
}

footer .footer__inner {
  padding: clamp(60px, 8vw, 150px) !important;
}

footer .footer__inner .wp-block-columns {
  gap: 90px !important;
}


.wp-block-search__inside-wrapper input {
  width: 0;
  padding: 0;
  border: none;
  transition: width 0.3s ease;
}

.wp-block-search:focus-within .wp-block-search__inside-wrapper input,
.wp-block-search:hover .wp-block-search__inside-wrapper input {
  width: 200px;
  border: 1px solid #ccc;
}

.height-100 {
  height: 100%;
}

.is-style-hero-block {
  height: 720px;
  position: relative;
}

.is-style-hero-block .wp-block-cover__inner-container {
  position: absolute;
  bottom: 32px;
}

@media (max-width: 1440px) {
  .is-style-hero-block {
    height: 100%;
  }
}

.is-style-hero-block mark {
  padding: 6px 24px;
}

.wp-block-button__link.has-white-background-color.has-primary-color:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}

.is-style-logozeile img {
  height: 128px;
  width: 128px;
  object-fit: contain;
}

.is-style-external-link {
  a {
    &::after {
      content: url(assets/icons/externallink-icon.svg);
      position: relative;
      display: inline-block;
      width: 24px;
      height: 24px;
      top: 1px;
      left: 8px;
    }
  }
}

.has-accent-background-color {
  color: var(--wp--preset--color--accent-background) !important;
}

.wp-block-button__link.has-accent-background-color.has-white-background-color:hover {
  background-color: var(--wp--preset--color--accent-background) !important;
  color: var(--wp--preset--color--white) !important;
}

.width-216 img{
  width: 216px;
}

.wc-block-mini-cart__drawer {
  margin-left: -40px !important;
}

@media (max-width: 510px) {
  .wc-block-mini-cart__drawer {
    margin-left: clamp(-40px, 25vw - 120px, 0px) !important;
  }
}

@media (max-width: 475px) {
  .wc-block-mini-cart__drawer {
    margin-left: 0 !important;
  }
}
/* ──────────────────────────────────────────────────────────────────────────────
   Newsletter Modal
   Öffnet sich per .is-open Klasse (gesetzt via JS)
   Alle Farben via Theme CSS-Variablen
   ────────────────────────────────────────────────────────────────────────────── */

/* Backdrop + Positionierung */
.modal-newsletter {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
          transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-newsletter.is-open {
  visibility: visible;
  opacity: 1;
}

/* Overlay-Backdrop */
.modal-newsletter__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* Modal-Container */
.modal-newsletter__container {
  position: relative;
  background: white;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 48px 40px 40px;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: -webkit-transform 0.3s ease;
          transition:         transform 0.3s ease;
}

.modal-newsletter.is-open .modal-newsletter__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Schließen-Button */
.modal-newsletter .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  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: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--wp--preset--color--primary, #000);
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}

.modal-newsletter .modal-close:hover {
  opacity: 0.6;
}

.modal-newsletter .modal-close:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary, #000);
  outline-offset: 2px;
}

/* Inhaltsbereich */
.modal-newsletter__title {
  margin: 0 0 12px;
  font-size: var(--wp--custom--typography--font-size--heading-3, 1.5rem);
  font-family: var(--wp--preset--font-family--primary-font);
  font-weight: var(--wp--custom--typography--font-weight--heading);
  letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
  line-height: 1.2;
}

.modal-newsletter__intro {
  margin: 0 0 24px;
  font-size: var(--wp--custom--typography--font-size--body-sm, 0.9rem);
  color: var(--wp--preset--color--additional, #666);
  line-height: var(--wp--custom--typography--line-height--body);
}

/* Body-Scroll sperren wenn Modal offen */
body.modal-is-open {
  overflow: hidden;
}

/* Reduzierte Bewegung */
@media (prefers-reduced-motion: reduce) {
  .modal-newsletter,
  .modal-newsletter__container {
    -webkit-transition: none !important;
            transition: none !important;
  }
}

/* Mobilgeräte */
@media (max-width: 600px) {
  .modal-newsletter__container {
    padding: 48px 24px 32px;
    max-height: 100dvh;
    border-radius: 0;
  }
}


.wp-block-social-links {
  gap: 0 !important;  
  font-size: 28px;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent !important;
}

.wc-block-components-product-sale-badge {
  padding: 6px 8px;
}

/* Footer Container Positioning */
.has-accent-background-background-color {
  position: relative;
  overflow: hidden;
}

/* Footer Content z-index */
.has-accent-background-background-color > * {
  position: relative;
  z-index: 2;
}

/* Footer SVG Decoration */
.has-accent-background-background-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 649px;
  height: 697px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="649" height="697" viewBox="0 0 649 697" fill="none"><path d="M643.912 305.9C638.72 299.741 631.45 295.635 620.025 295.635C599.254 294.608 579.521 311.032 560.827 321.298C560.827 321.298 560.827 321.298 559.788 321.298C554.596 310.006 551.48 296.661 549.403 283.317C547.326 269.972 545.248 255.601 542.133 243.283C537.978 227.885 532.786 213.514 528.631 199.143C527.593 195.037 529.67 189.904 533.824 187.851C542.133 183.745 550.441 179.639 558.75 176.56C564.981 173.48 571.213 171.427 572.251 163.215C572.251 162.189 572.251 161.162 573.29 160.135C577.444 155.003 576.406 149.87 574.328 144.738C573.29 140.632 570.174 138.579 564.981 138.579C557.711 138.579 549.403 137.552 542.133 136.526C529.67 134.473 516.169 135.499 503.706 128.314C501.629 127.287 498.513 127.287 495.397 127.287C489.166 127.287 481.896 124.208 481.896 123.181L473.587 119.075C475.664 115.996 476.703 112.916 479.819 110.863C483.973 106.757 489.166 103.677 493.32 99.5714C506.821 86.2268 510.976 70.8292 505.783 53.3785C504.744 49.2725 499.551 41.0604 495.397 42.0869C494.359 42.0869 494.359 43.1134 494.359 44.1399C492.281 56.458 492.281 67.7496 492.281 80.0677C487.089 65.6966 482.934 51.3255 477.742 37.9808C476.703 34.9013 470.472 31.8218 466.317 32.8483C462.163 33.8748 463.202 40.0339 464.24 43.1134C464.24 46.1929 467.356 50.299 468.394 53.3785C470.472 60.5641 471.51 68.7761 472.549 75.9617C471.51 75.9617 470.471 75.9617 469.433 75.9617C467.356 68.7761 465.279 61.5906 462.163 55.4315C460.086 52.352 455.932 47.2194 451.777 49.2725C448.662 50.299 448.662 56.458 448.662 59.5376C449.7 67.7496 452.816 74.9352 451.777 82.1208C450.739 89.3063 444.507 95.4654 440.353 102.651C435.16 97.5184 428.929 93.4124 425.813 88.2798C418.543 75.9617 412.312 62.6171 405.042 50.299C402.965 47.2194 397.772 44.1399 393.617 45.1664C389.463 46.1929 389.463 53.3785 390.502 57.4845C392.579 64.6701 397.772 71.8557 399.849 79.0412C402.965 86.2268 404.003 93.4124 407.119 102.651C398.81 102.651 394.656 102.651 390.502 101.624C356.229 95.4654 335.458 72.8822 320.918 43.1134C317.802 37.9808 315.725 30.7953 308.455 34.9013C305.339 36.9543 303.262 45.1664 304.301 49.2725C306.378 56.458 310.532 63.6436 314.686 69.8027C320.918 79.0412 328.188 87.2533 336.496 98.5449C329.226 97.5184 325.072 98.5449 321.956 96.4919C300.146 90.3328 285.606 71.8557 284.568 50.299C284.568 37.9809 286.645 24.6362 286.645 12.3181C286.645 8.21207 285.606 0 280.413 0C275.221 0 273.143 7.18555 271.066 11.2916C268.989 14.3711 271.066 19.5037 270.028 23.6097C268.989 28.7423 268.989 32.8483 267.951 37.9808C264.835 35.9278 264.835 33.8748 263.796 32.8483C260.681 28.7423 256.526 19.5037 254.449 20.5302C245.102 22.5832 246.141 30.7953 248.218 37.9808C253.411 52.352 259.642 65.6966 265.874 80.0677C267.951 85.2003 271.066 90.3328 274.182 95.4654C247.179 99.5714 214.984 75.9617 208.752 49.2725C206.675 39.0074 205.637 28.7423 203.559 18.4772C202.521 15.3976 200.444 9.23858 195.251 9.23858C190.058 10.2651 186.942 14.3711 186.942 17.4507C185.904 23.6097 186.942 29.7688 186.942 35.9278C187.981 44.1399 189.019 51.3255 191.097 59.5376C190.058 59.5376 189.019 60.5641 186.942 60.5641C183.827 55.4315 181.749 49.2725 177.595 45.1664C174.479 42.0869 171.364 35.9278 166.171 37.9808C160.978 40.0339 160.978 49.2724 163.055 52.352C169.287 62.6171 175.518 72.8822 183.827 81.0943C192.135 88.2798 200.444 94.4389 208.752 99.5714C199.405 101.624 187.981 100.598 179.672 95.4654C174.479 92.3859 171.364 88.2798 166.171 84.1738C164.094 83.1473 160.978 81.0942 159.94 83.1473C157.862 85.2003 158.901 88.2798 159.94 89.3063C162.017 92.3859 164.094 94.4389 167.21 96.4919C170.325 99.5714 174.479 101.624 177.595 104.704C178.634 105.731 177.595 106.757 176.557 106.757C173.441 105.73 170.325 103.677 167.21 103.677C165.132 103.677 160.978 101.624 159.94 104.704C157.862 107.784 162.017 110.863 164.094 111.89C170.325 113.943 176.557 115.996 183.827 115.996C193.174 115.996 202.521 114.969 211.868 111.89C222.254 108.81 232.639 109.837 243.025 112.916C260.681 119.075 279.375 123.181 299.108 123.181C311.571 123.181 324.033 123.181 336.496 124.208C365.576 126.261 395.695 127.287 424.775 129.34C432.045 130.367 446.584 134.473 448.662 139.605C435.16 136.526 421.659 134.473 408.157 136.526C393.617 137.552 380.116 141.658 366.615 146.791C366.615 146.791 366.615 146.791 366.615 147.817C372.846 159.109 380.116 168.348 390.502 174.507C406.08 184.772 423.736 184.772 441.392 177.586C441.392 177.586 441.392 177.586 442.43 177.586C446.584 212.487 452.816 246.362 434.122 278.184L415.427 297.688C407.119 308.979 398.81 320.271 389.463 331.563C360.383 363.384 321.956 381.862 280.413 395.206C265.874 399.312 250.295 402.392 235.755 406.498C227.447 408.551 220.177 410.604 211.868 410.604C190.058 410.604 172.402 401.365 155.785 388.021C149.554 382.888 144.361 377.756 138.13 372.623C138.13 372.623 138.13 372.623 137.091 372.623C137.091 372.623 137.091 372.623 136.052 373.65C138.13 400.339 152.67 418.816 177.595 429.081C177.595 429.081 193.174 431.134 185.904 444.479C182.788 449.611 180.711 452.691 179.672 456.797C173.441 472.194 174.479 486.566 179.672 501.963C184.865 517.361 177.595 534.812 162.017 539.944C151.631 544.05 140.207 543.024 128.783 543.024C116.32 541.997 112.165 545.077 109.05 556.368C102.818 576.898 93.4712 594.349 81.0083 610.773C70.6227 624.118 62.3141 639.516 45.697 647.728C41.5427 649.781 24.9256 657.993 21.8099 661.072C16.6171 666.205 12.4628 672.364 8.30854 678.523C5.19283 683.656 3.11571 688.788 0 694.947C0 694.947 0 694.947 0 695.974C0 695.974 1.03857 695.974 1.03857 697C6.23141 694.947 11.4243 693.92 15.5785 691.867C28.0413 686.735 39.4656 680.576 51.9284 675.443C57.1213 673.39 62.3141 670.311 65.4298 667.231C74.7769 656.966 83.0855 645.675 91.394 635.409C101.78 623.091 112.165 611.8 122.551 600.508C132.937 590.243 146.438 584.084 162.017 584.084C170.325 584.084 178.634 584.084 186.942 584.084C210.829 585.11 230.562 579.978 248.218 567.66C248.218 567.66 289.761 512.228 315.725 496.831C368.692 467.062 427.89 471.168 493.32 446.532C559.788 421.895 590.945 379.809 597.177 373.65C597.177 373.65 598.215 373.65 598.215 374.676C591.984 388.021 583.676 407.524 553.557 436.267C549.403 439.346 546.287 442.426 544.21 447.558C540.056 457.823 539.017 468.088 539.017 479.38C539.017 479.38 539.017 480.407 540.056 479.38C542.133 478.354 543.171 477.327 545.248 476.3C560.827 467.062 575.367 456.797 584.714 441.399C588.868 435.24 611.717 401.365 616.91 392.127C626.257 374.676 633.527 355.172 643.912 337.722C651.182 324.377 649.105 312.059 643.912 305.9Z" fill="%23A3292D"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  opacity: 0.9;
  max-width: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  .has-accent-background-background-color::after {
    width: 324px;
    height: 349px;
  }
}

@media (max-width: 480px) {
  .has-accent-background-background-color::after {
    width: 216px;
    height: 233px;
  }
}


.wc-block-grid__product-image img {
  background-color: unset !important;
}


.hide-on-desktop .wp-block-navigation__container {
  display: none;
}