@charset "UTF-8";
/**
 * Base
 * - Reset the browser
 */
body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/**
 * Breakpoints & Media Queries
 */
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .l-desktop-only {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .l-above-mobile-only {
    display: none !important;
  }
  .mobile-text-align-left {
    text-align: left !important;
  }
  .mobile-is-content-justification-left {
    justify-content: flex-start !important;
  }
}
@media (max-width: 820px) and (hover: none) {
  .l-tablet-portrait-above {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .l-touch-only {
    display: none !important;
  }
}
@media (min-width: 601px) and (orientation: portrait), (min-width: 820px) and (orientation: landscape) {
  .l-mobile-only {
    display: none !important;
  }
}
.l-center-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.background-color--transparent {
  background-color: transparent !important;
}

.padding--horizontal-default {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 600px) {
  .padding--horizontal-default {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .no-padding--horizontal-on-touch {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .no-padding--horizontal-on-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  clear: both;
}

@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-buttons.button-align-on-touch--left {
    justify-content: flex-start;
  }
  .wp-block-buttons.button-align-on-touch--left.is-vertical {
    align-items: flex-start;
  }
  .wp-block-buttons.button-align-on-touch--center {
    justify-content: center;
  }
  .wp-block-buttons.button-align-on-touch--center.is-vertical {
    align-items: center;
  }
  .wp-block-buttons.button-align-on-touch--right {
    justify-content: flex-end;
  }
  .wp-block-buttons.button-align-on-touch--right.is-vertical {
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  .wp-block-buttons.button-align-on-mobile-left {
    justify-content: flex-start;
  }
  .wp-block-buttons.button-align-on-mobile-left.is-vertical {
    align-items: flex-start;
  }
  .wp-block-buttons.button-align-on-mobile-center {
    justify-content: center;
  }
  .wp-block-buttons.button-align-on-mobile-center.is-vertical {
    align-items: center;
  }
  .wp-block-buttons.button-align-on-mobile-right {
    justify-content: flex-end;
  }
  .wp-block-buttons.button-align-on-mobile-right.is-vertical {
    align-items: flex-end;
  }
}
.l-no-margin-top,
[class*=wp-block].l-no-margin-top {
  margin-top: 0 !important;
}

.l-no-margin-bottom,
[class*=wp-block].l-no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding--top,
[class*=wp-block].no-padding--top {
  padding-top: 0 !important;
}

.no-padding--bottom,
[class*=wp-block].no-padding--bottom {
  padding-bottom: 0 !important;
}

.add-bullet {
  position: relative;
  padding-left: 1.8em;
}
.add-bullet:before {
  content: "·";
  font-size: 5em;
  line-height: 0;
  position: absolute;
  top: 0.01em;
  left: 0;
}

.background-clip--content-box {
  background-clip: content-box;
}

.image-no-margin {
  margin: 0;
}
.image-no-margin * {
  vertical-align: bottom;
}

.has-background-no-padding.wp-block-columns.has-background {
  padding: 0;
}

.text-nowrap {
  white-space: nowrap;
}

.flex-w-stretch-center > div {
  align-self: stretch !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.negative-horizontal-spacing--left {
  margin-left: calc(-1 * var(--wp--custom--gap--horizontal));
}

.negative-horizontal-spacing--right {
  margin-right: calc(-1 * var(--wp--custom--gap--horizontal));
}

button.wc-block-editor-add-to-cart-form__button {
  background-color: var(--wp--preset--color--foreground) !important;
  border-radius: 40px;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 20px;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 400;
  height: auto !important;
  padding: 26px 30px;
  text-transform: uppercase;
  transition: 0.3s;
}

.editor-styles-wrapper input[type=number] {
  border-radius: 40px !important;
  border-radius: 50px;
  border: 2px solid var(--wp--custom--form--border--color) !important;
  height: 55px !important;
  margin-right: 1.4em;
  margin-top: 12px;
  max-height: none;
  max-width: none;
  width: 80px !important;
}

.wc-block-editor-product-gallery__other-images {
  float: left;
  width: 20%;
}

.wp-block-woocommerce-product-image-gallery .wc-block-editor-product-gallery > img {
  width: 75%;
  float: right;
}

.editor-styles-wrapper .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  margin: 0;
}

.wp-block-woocommerce-product-details ul.wc-tabs {
  padding-left: 0;
  overflow: visible !important;
}

.wp-block-woocommerce-product-details ul.wc-tabs li {
  border: none;
  font-family: var(--wp--custom--button--typography--font-family);
  text-transform: uppercase;
}

.wp-block-woocommerce-product-details ul.wc-tabs li:first-child {
  padding-left: 0;
}

.block-editor-inner-blocks h4 {
  font-size: 26px;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
  display: inline-block;
  width: 100%;
}

.components-placeholder__fieldset .woocommerce-order h1 {
  font-size: 5em;
}

.editor-styles-wrapper .wc-block-grid__product-rating .star-rating {
  margin: 0 auto !important;
}

.wc-block-mini-cart__badge {
  display: none;
}

.editor-styles-wrapper .wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .star-rating {
  margin: 0 auto !important;
}

.single #ppcp-messages {
  display: none;
}

.components-form-toggle__track {
  margin-left: 0 !important;
}

.wp-block-navigation__responsive-container-close {
  z-index: 99;
}

@media (max-width: 821px) {
  body .wp-site-blocks ul.products-block-post-template {
    gap: 1%;
  }
}
@media (max-width: 600px) {
  body .wp-site-blocks ul.products-block-post-template {
    gap: 0;
  }
}
/* latin */
@font-face {
  font-family: "Arvo";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/arvo/Arvo-Italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Arvo";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/arvo/Arvo-BoldItalic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/arvo/Arvo-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/arvo/Arvo-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 900;
  src: url("fonts/bodoni-moda/bodoni-moda-latin-ext-400-900-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 900;
  src: url("fonts/bodoni-moda/bodoni-moda-400-900-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  src: url("fonts/bodoni-moda/bodoni-moda-latin-ext-400-900.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  src: url("fonts/bodoni-moda/bodoni-moda-400-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gambarino";
  src: url("fonts/Gambarino-Regular/Gambarino-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Krylon";
  src: url("fonts/Krylon-Regular/Krylon-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "MeshedDisplay";
  src: url("fonts/MeshedDisplay-ExtraLight/MeshedDisplay-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "MeshedDisplay";
  src: url("fonts/MeshedDisplay-ExtLtSlant/MeshedDisplay-ExtLtSlant.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "MeshedDisplay";
  src: url("fonts/MeshedDisplay-Regular/MeshedDisplay-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "MeshedDisplay";
  src: url("fonts/MeshedDisplay-Medium/MeshedDisplay-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Thin-italic.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Thin-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Thin-italic.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Thin-italic.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Thin-italic.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Thin-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-Thin-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Light-italic.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Light-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Light-italic.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Light-italic.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Light-italic.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Light-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-Light-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Regular-italic.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Regular-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Regular-italic.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Regular-italic.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Regular-italic.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Regular-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-Regular-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Medium-italic.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Medium-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Medium-italic.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Medium-italic.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Medium-italic.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Medium-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-Medium-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Bold-italic.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Bold-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Bold-italic.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Bold-italic.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Bold-italic.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Bold-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-Bold-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Black-italic.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Black-italic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Black-italic.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Black-italic.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Black-italic.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Black-italic.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-Black-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Thin.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Thin.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Thin.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Thin.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Thin.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Thin.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/roboto/roboto-Thin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Light.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Light.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Light.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Light.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Light.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Light.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/roboto/roboto-Light.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Regular.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Regular.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Regular.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Regular.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Regular.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Regular.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto/roboto-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Medium.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Medium.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Medium.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Medium.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Medium.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Medium.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/roboto/roboto-Medium.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Bold.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Bold.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Bold.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Bold.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Bold.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Bold.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/roboto/roboto-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-ext-Black.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-cyrillic-Black.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-ext-Black.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-greek-Black.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-vietnamese-Black.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-latin-ext-Black.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/roboto/roboto-Black.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Regular/Satoshi-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Italic/Satoshi-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Medium/Satoshi-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-MediumItalic/Satoshi-MediumItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Bold/Satoshi-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-BoldItalic/Satoshi-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
}
.wp-site-blocks,
.is-root-container {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
.wp-site-blocks main .alignwide ul,
.is-root-container main .alignwide ul {
  margin: 0 auto !important;
}
@media (max-width: 820px) and (hover: none) {
  .wp-site-blocks main .alignwide.wp-block-media-text,
  .is-root-container main .alignwide.wp-block-media-text {
    display: inherit;
  }
  .wp-site-blocks main .alignwide.wp-block-media-text.is-stacked-on-mobile,
  .is-root-container main .alignwide.wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
.wp-site-blocks .alignfull,
.is-root-container .alignfull {
  margin-left: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  margin-right: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  width: unset !important;
}
@media (max-width: 820px) and (hover: none) {
  .wp-site-blocks .alignfull.wp-block-separator,
  .is-root-container .alignfull.wp-block-separator {
    padding: 0;
  }
  .wp-site-blocks .alignfull.wp-block-media-text,
  .is-root-container .alignfull.wp-block-media-text {
    grid-template-columns: 100% !important;
  }
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__content,
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__media,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__content,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
  }
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__content:first-child,
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__media:first-child,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__content:first-child,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__media:first-child {
    grid-row: 1;
  }
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__content:last-child,
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__media:last-child,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__content:last-child,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__media:last-child {
    grid-row: 2;
  }
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__media,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__media {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__media:first-child,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__media:first-child {
    margin-top: calc(-1 * var(--wp--custom--gap--horizontal) / 2);
  }
  .wp-site-blocks .alignfull.wp-block-media-text .wp-block-media-text__media:last-child,
  .is-root-container .alignfull.wp-block-media-text .wp-block-media-text__media:last-child {
    margin-bottom: calc(-1 * var(--wp--custom--gap--horizontal) / 2);
  }
}
.wp-site-blocks .alignfull.wp-block-template-part, .wp-site-blocks .alignfull.wp-block-columns, .wp-site-blocks .alignfull.wp-block-group, .wp-site-blocks .alignfull.wp-block-query,
.is-root-container .alignfull.wp-block-template-part,
.is-root-container .alignfull.wp-block-columns,
.is-root-container .alignfull.wp-block-group,
.is-root-container .alignfull.wp-block-query {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}

.block-editor-block-list__layout.is-root-container {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
.block-editor-block-list__layout.is-root-container .wp-block[data-align=full],
.block-editor-block-list__layout.is-root-container .alignfull {
  margin-left: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  margin-right: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  width: unset !important;
}
.block-editor-block-list__layout.is-root-container .wp-block[data-align=full] > .wp-block-group,
.block-editor-block-list__layout.is-root-container .alignfull > .wp-block-group {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}

@media (min-width: 480px) {
  .wp-block[data-align=left],
  .wp-block[data-align=right],
  .wp-site-blocks .alignleft,
  .wp-site-blocks .alignright,
  .is-root-container .alignleft,
  .is-root-container .alignright {
    max-width: var(--wp--custom--alignment--aligned-max-width);
  }
}
.aligncenter,
.has-text-align-center {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.aligncenter > .components-resizable-box__container,
.has-text-align-center > .components-resizable-box__container {
  margin-left: auto;
  margin-right: auto;
}

.wp-block[data-align=left],
.wp-site-blocks .alignleft,
.is-root-container .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-block[data-align=right],
.wp-site-blocks .alignright,
.is-root-container .alignright {
  float: right;
  margin-left: 2em;
}

:root {
  --wpadmin-bar--height: 0;
}

img.alignleft,
img.alignright {
  margin-bottom: 1em;
}

.site-footer-container,
footer.wp-block-template-part {
  margin-top: auto;
}

body.admin-bar {
  --wpadmin-bar--height: 46px;
}
@media (min-width: 783px) {
  body.admin-bar {
    --wpadmin-bar--height: 32px;
  }
}
body.admin-bar .wp-site-blocks {
  min-height: calc(100vh - var(--wpadmin-bar--height));
  min-height: 100svh;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .wp-block-spacer {
    max-height: 7vh;
  }
}

.wp-site-blocks > header + .entry-content {
  margin-top: 0;
}

.entry-content > .woocommerce,
.woocommerce .content-area,
.woocommerce-page .author-bio > * {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: auto;
}

@font-face {
  font-family: "Puplaza Icons";
  src: url("fonts/xnova-icons/xnova-icons.woff") format("woff");
  font-weight: normal;
}
::selection {
  background-color: var(--wp--preset--color--selection);
  color: var(--wp--preset--color--background);
}

.has-body-font-font-family {
  font-family: var(--wp--custom--body--typography--font-family) !important;
}

.has-heading-font-font-family,
.wp-block-site-title,
.page-title {
  font-family: var(--wp--custom--heading--typography--font-family) !important;
}

.marquee {
  line-height: inherit;
}

ul.is-style-bullet-checked,
ul.is-style-bullet-x {
  list-style-type: none;
  padding: 0;
}
ul.is-style-bullet-checked li,
ul.is-style-bullet-x li {
  padding-left: 30px;
  position: relative;
}

ul.is-style-bullet-checked li:before {
  content: "\e900";
  display: inline-block;
  font-family: "Puplaza Icons";
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}

ul.is-style-bullet-x li:before {
  content: "\e901";
  font-family: "Puplaza Icons";
  font-size: 15px;
  position: absolute;
  top: 1px;
  left: 0;
}

body {
  font-feature-settings: "liga" 1;
}

.entry-content p:first-child, .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child,
.is-root-container p:first-child,
.is-root-container h1:first-child,
.is-root-container h2:first-child,
.is-root-container h3:first-child,
.is-root-container h4:first-child,
.is-root-container h5:first-child,
.is-root-container h6:first-child {
  margin-top: 0;
}
.entry-content p:last-child, .entry-content h1:last-child, .entry-content h2:last-child, .entry-content h3:last-child, .entry-content h4:last-child, .entry-content h5:last-child, .entry-content h6:last-child,
.is-root-container p:last-child,
.is-root-container h1:last-child,
.is-root-container h2:last-child,
.is-root-container h3:last-child,
.is-root-container h4:last-child,
.is-root-container h5:last-child,
.is-root-container h6:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  h1 {
    font-size: calc(24.04px + 4.79vw);
  }
  h2 {
    font-size: calc(45.2px + 1.812vw);
  }
  h3 {
    font-size: calc(25.2px + 1.812vw);
  }
  h4 {
    font-size: calc(29.5px + 0.647vw);
  }
  h5 {
    font-size: calc(17.6px + 0.6472vw);
  }
  h6 {
    font-size: calc(14.5px + 0.388vw);
  }
}
.tc-theme-frontend .h-animate-from-top,
.tc-theme-frontend .h-animate-from-left,
.tc-theme-frontend .h-animate-from-right,
.tc-theme-frontend .h-animate-from-bottom {
  transition: 0.4s cubic-bezier(0, 0, 0.3, 1.2);
  will-change: opacity;
}
.tc-theme-frontend .h-animate-from-top:not(.scrolled-to),
.tc-theme-frontend .h-animate-from-left:not(.scrolled-to),
.tc-theme-frontend .h-animate-from-right:not(.scrolled-to),
.tc-theme-frontend .h-animate-from-bottom:not(.scrolled-to) {
  opacity: 0;
}
.tc-theme-frontend .h-animate-from-top:not(.scrolled-to).js-animate-visible,
.tc-theme-frontend .h-animate-from-left:not(.scrolled-to).js-animate-visible,
.tc-theme-frontend .h-animate-from-right:not(.scrolled-to).js-animate-visible,
.tc-theme-frontend .h-animate-from-bottom:not(.scrolled-to).js-animate-visible {
  opacity: 1;
}
.tc-theme-frontend .js-reveal-from-top:not(.scrolled-to) > *,
.tc-theme-frontend .js-reveal-from-bottom:not(.scrolled-to) > * {
  opacity: 0;
}
.tc-theme-frontend .js-reveal-from-top:not(.scrolled-to) > *.js-animate-visible > *,
.tc-theme-frontend .js-reveal-from-bottom:not(.scrolled-to) > *.js-animate-visible > * {
  opacity: 1;
}
.tc-theme-frontend .js-reveal-from-top > *,
.tc-theme-frontend .js-reveal-from-bottom > * {
  transition: 1s cubic-bezier(0.31, 0, 0.05, 0.93);
  will-change: opacity;
}
.tc-theme-frontend .js-reveal-from-top > a, .tc-theme-frontend .js-reveal-from-top > p,
.tc-theme-frontend .js-reveal-from-bottom > a,
.tc-theme-frontend .js-reveal-from-bottom > p {
  display: block;
}
@media (min-width: 601px) {
  .tc-theme-frontend .h-animate-from-top:not(.scrolled-to) {
    translate: 0 -8vw;
  }
}
@media (max-width: 600px) {
  .tc-theme-frontend .h-animate-from-top:not(.scrolled-to) {
    translate: 0 -15vw;
  }
}
@media (min-width: 601px) {
  .tc-theme-frontend .h-animate-from-left:not(.scrolled-to) {
    translate: -8vw;
  }
}
@media (max-width: 600px) {
  .tc-theme-frontend .h-animate-from-left:not(.scrolled-to) {
    translate: -15vw;
  }
}
@media (min-width: 601px) {
  .tc-theme-frontend .h-animate-from-right:not(.scrolled-to) {
    translate: 8vw;
  }
}
@media (max-width: 600px) {
  .tc-theme-frontend .h-animate-from-right:not(.scrolled-to) {
    translate: 15vw;
  }
}
@media (min-width: 601px) {
  .tc-theme-frontend .h-animate-from-bottom:not(.scrolled-to) {
    translate: 0 8vw;
  }
}
@media (max-width: 600px) {
  .tc-theme-frontend .h-animate-from-bottom:not(.scrolled-to) {
    translate: 0 15vw;
  }
}
.tc-theme-frontend .js-reveal-from-top:not(.scrolled-to) > * {
  translate: 0 -100%;
}
.tc-theme-frontend .js-reveal-from-bottom:not(.scrolled-to) > * {
  translate: 0 100%;
}
.tc-theme-frontend header.wp-block-template-part + div > *:first-child .h-animate-from-top,
.tc-theme-frontend header.wp-block-template-part + div > *:first-child .h-animate-from-left,
.tc-theme-frontend header.wp-block-template-part + div > *:first-child .h-animate-from-right,
.tc-theme-frontend header.wp-block-template-part + div > *:first-child .h-animate-from-bottom,
.tc-theme-frontend header.wp-block-template-part + div > *:first-child .js-reveal-from-top > *,
.tc-theme-frontend header.wp-block-template-part + div > *:first-child .js-reveal-from-bottom > * {
  transition-delay: 1s;
}
.tc-theme-frontend .h-reveal-images-from-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  position: relative;
  overflow: hidden;
  transition: 1.4s cubic-bezier(0.5, 0, 0, 1);
}
.tc-theme-frontend .h-reveal-images-from-bottom:not(.scrolled-to) {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.tc-theme-frontend .h-reveal-images-from-bottom:not(.scrolled-to) img {
  transform: scale(1.3);
}
.tc-theme-frontend .h-reveal-images-from-bottom img {
  transform-origin: 50% 100%;
  transition: transform 1.8s cubic-bezier(0.5, 0, 0, 1) !important;
  transform: scale(1);
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
a {
  cursor: pointer;
  text-underline-offset: 0.15em;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover, a:focus {
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
  }
}

header.wp-block-template-part + div h1 a:not(.button),
header.wp-block-template-part + div h2 a:not(.button),
header.wp-block-template-part + div h3 a:not(.button),
header.wp-block-template-part + div h4 a:not(.button),
header.wp-block-template-part + div h5 a:not(.button),
header.wp-block-template-part + div h6 a:not(.button),
header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button),
.entry-content h1 a:not(.button),
.entry-content h2 a:not(.button),
.entry-content h3 a:not(.button),
.entry-content h4 a:not(.button),
.entry-content h5 a:not(.button),
.entry-content h6 a:not(.button),
.entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button),
.site-footer-container h1 a:not(.button),
.site-footer-container h2 a:not(.button),
.site-footer-container h3 a:not(.button),
.site-footer-container h4 a:not(.button),
.site-footer-container h5 a:not(.button),
.site-footer-container h6 a:not(.button),
.site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button) {
  color: inherit;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1025px) {
  header.wp-block-template-part + div h1 a:not(.button):after,
  header.wp-block-template-part + div h2 a:not(.button):after,
  header.wp-block-template-part + div h3 a:not(.button):after,
  header.wp-block-template-part + div h4 a:not(.button):after,
  header.wp-block-template-part + div h5 a:not(.button):after,
  header.wp-block-template-part + div h6 a:not(.button):after,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button):after,
  .entry-content h1 a:not(.button):after,
  .entry-content h2 a:not(.button):after,
  .entry-content h3 a:not(.button):after,
  .entry-content h4 a:not(.button):after,
  .entry-content h5 a:not(.button):after,
  .entry-content h6 a:not(.button):after,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button):after,
  .site-footer-container h1 a:not(.button):after,
  .site-footer-container h2 a:not(.button):after,
  .site-footer-container h3 a:not(.button):after,
  .site-footer-container h4 a:not(.button):after,
  .site-footer-container h5 a:not(.button):after,
  .site-footer-container h6 a:not(.button):after,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button):after {
    content: "";
    background: currentColor;
    bottom: -2px;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    width: 100%;
    will-change: transform;
  }
  header.wp-block-template-part + div h1 a:not(.button):hover, header.wp-block-template-part + div h1 a:not(.button):focus, header.wp-block-template-part + div h1 a:not(.button).has-focus,
  header.wp-block-template-part + div h2 a:not(.button):hover,
  header.wp-block-template-part + div h2 a:not(.button):focus,
  header.wp-block-template-part + div h2 a:not(.button).has-focus,
  header.wp-block-template-part + div h3 a:not(.button):hover,
  header.wp-block-template-part + div h3 a:not(.button):focus,
  header.wp-block-template-part + div h3 a:not(.button).has-focus,
  header.wp-block-template-part + div h4 a:not(.button):hover,
  header.wp-block-template-part + div h4 a:not(.button):focus,
  header.wp-block-template-part + div h4 a:not(.button).has-focus,
  header.wp-block-template-part + div h5 a:not(.button):hover,
  header.wp-block-template-part + div h5 a:not(.button):focus,
  header.wp-block-template-part + div h5 a:not(.button).has-focus,
  header.wp-block-template-part + div h6 a:not(.button):hover,
  header.wp-block-template-part + div h6 a:not(.button):focus,
  header.wp-block-template-part + div h6 a:not(.button).has-focus,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button):hover,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button):focus,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button).has-focus,
  .entry-content h1 a:not(.button):hover,
  .entry-content h1 a:not(.button):focus,
  .entry-content h1 a:not(.button).has-focus,
  .entry-content h2 a:not(.button):hover,
  .entry-content h2 a:not(.button):focus,
  .entry-content h2 a:not(.button).has-focus,
  .entry-content h3 a:not(.button):hover,
  .entry-content h3 a:not(.button):focus,
  .entry-content h3 a:not(.button).has-focus,
  .entry-content h4 a:not(.button):hover,
  .entry-content h4 a:not(.button):focus,
  .entry-content h4 a:not(.button).has-focus,
  .entry-content h5 a:not(.button):hover,
  .entry-content h5 a:not(.button):focus,
  .entry-content h5 a:not(.button).has-focus,
  .entry-content h6 a:not(.button):hover,
  .entry-content h6 a:not(.button):focus,
  .entry-content h6 a:not(.button).has-focus,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button):hover,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button):focus,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button).has-focus,
  .site-footer-container h1 a:not(.button):hover,
  .site-footer-container h1 a:not(.button):focus,
  .site-footer-container h1 a:not(.button).has-focus,
  .site-footer-container h2 a:not(.button):hover,
  .site-footer-container h2 a:not(.button):focus,
  .site-footer-container h2 a:not(.button).has-focus,
  .site-footer-container h3 a:not(.button):hover,
  .site-footer-container h3 a:not(.button):focus,
  .site-footer-container h3 a:not(.button).has-focus,
  .site-footer-container h4 a:not(.button):hover,
  .site-footer-container h4 a:not(.button):focus,
  .site-footer-container h4 a:not(.button).has-focus,
  .site-footer-container h5 a:not(.button):hover,
  .site-footer-container h5 a:not(.button):focus,
  .site-footer-container h5 a:not(.button).has-focus,
  .site-footer-container h6 a:not(.button):hover,
  .site-footer-container h6 a:not(.button):focus,
  .site-footer-container h6 a:not(.button).has-focus,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button):hover,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button):focus,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button).has-focus {
    text-decoration: none;
  }
  header.wp-block-template-part + div h1 a:not(.button):hover:after, header.wp-block-template-part + div h1 a:not(.button):focus:after, header.wp-block-template-part + div h1 a:not(.button).has-focus:after,
  header.wp-block-template-part + div h2 a:not(.button):hover:after,
  header.wp-block-template-part + div h2 a:not(.button):focus:after,
  header.wp-block-template-part + div h2 a:not(.button).has-focus:after,
  header.wp-block-template-part + div h3 a:not(.button):hover:after,
  header.wp-block-template-part + div h3 a:not(.button):focus:after,
  header.wp-block-template-part + div h3 a:not(.button).has-focus:after,
  header.wp-block-template-part + div h4 a:not(.button):hover:after,
  header.wp-block-template-part + div h4 a:not(.button):focus:after,
  header.wp-block-template-part + div h4 a:not(.button).has-focus:after,
  header.wp-block-template-part + div h5 a:not(.button):hover:after,
  header.wp-block-template-part + div h5 a:not(.button):focus:after,
  header.wp-block-template-part + div h5 a:not(.button).has-focus:after,
  header.wp-block-template-part + div h6 a:not(.button):hover:after,
  header.wp-block-template-part + div h6 a:not(.button):focus:after,
  header.wp-block-template-part + div h6 a:not(.button).has-focus:after,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button):hover:after,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button):focus:after,
  header.wp-block-template-part + div .wp-block-navigation ul:not(.page-numbers) li a:not(.button).has-focus:after,
  .entry-content h1 a:not(.button):hover:after,
  .entry-content h1 a:not(.button):focus:after,
  .entry-content h1 a:not(.button).has-focus:after,
  .entry-content h2 a:not(.button):hover:after,
  .entry-content h2 a:not(.button):focus:after,
  .entry-content h2 a:not(.button).has-focus:after,
  .entry-content h3 a:not(.button):hover:after,
  .entry-content h3 a:not(.button):focus:after,
  .entry-content h3 a:not(.button).has-focus:after,
  .entry-content h4 a:not(.button):hover:after,
  .entry-content h4 a:not(.button):focus:after,
  .entry-content h4 a:not(.button).has-focus:after,
  .entry-content h5 a:not(.button):hover:after,
  .entry-content h5 a:not(.button):focus:after,
  .entry-content h5 a:not(.button).has-focus:after,
  .entry-content h6 a:not(.button):hover:after,
  .entry-content h6 a:not(.button):focus:after,
  .entry-content h6 a:not(.button).has-focus:after,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button):hover:after,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button):focus:after,
  .entry-content .wp-block-navigation ul:not(.page-numbers) li a:not(.button).has-focus:after,
  .site-footer-container h1 a:not(.button):hover:after,
  .site-footer-container h1 a:not(.button):focus:after,
  .site-footer-container h1 a:not(.button).has-focus:after,
  .site-footer-container h2 a:not(.button):hover:after,
  .site-footer-container h2 a:not(.button):focus:after,
  .site-footer-container h2 a:not(.button).has-focus:after,
  .site-footer-container h3 a:not(.button):hover:after,
  .site-footer-container h3 a:not(.button):focus:after,
  .site-footer-container h3 a:not(.button).has-focus:after,
  .site-footer-container h4 a:not(.button):hover:after,
  .site-footer-container h4 a:not(.button):focus:after,
  .site-footer-container h4 a:not(.button).has-focus:after,
  .site-footer-container h5 a:not(.button):hover:after,
  .site-footer-container h5 a:not(.button):focus:after,
  .site-footer-container h5 a:not(.button).has-focus:after,
  .site-footer-container h6 a:not(.button):hover:after,
  .site-footer-container h6 a:not(.button):focus:after,
  .site-footer-container h6 a:not(.button).has-focus:after,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button):hover:after,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button):focus:after,
  .site-footer-container .wp-block-navigation ul:not(.page-numbers) li a:not(.button).has-focus:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.single .entry-content p a:not(.button),
.single .entry-content ul:not(.page-numbers) li a:not(.button),
.single .entry-content ol li a:not(.button),
.site-footer-container p a:not(.button),
.site-footer-container ul:not(.page-numbers) li a:not(.button),
.site-footer-container ol li a:not(.button),
.blog .wp-block-post-excerpt p a:not(.button),
.blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button),
.blog .wp-block-post-excerpt ol li a:not(.button) {
  position: relative;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .single .entry-content p a:not(.button):after,
  .single .entry-content ul:not(.page-numbers) li a:not(.button):after,
  .single .entry-content ol li a:not(.button):after,
  .site-footer-container p a:not(.button):after,
  .site-footer-container ul:not(.page-numbers) li a:not(.button):after,
  .site-footer-container ol li a:not(.button):after,
  .blog .wp-block-post-excerpt p a:not(.button):after,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button):after,
  .blog .wp-block-post-excerpt ol li a:not(.button):after {
    content: "";
    background: currentColor;
    bottom: -2px;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    width: 100%;
    will-change: transform;
  }
  .single .entry-content p a:not(.button):hover, .single .entry-content p a:not(.button):focus, .single .entry-content p a:not(.button).has-focus,
  .single .entry-content ul:not(.page-numbers) li a:not(.button):hover,
  .single .entry-content ul:not(.page-numbers) li a:not(.button):focus,
  .single .entry-content ul:not(.page-numbers) li a:not(.button).has-focus,
  .single .entry-content ol li a:not(.button):hover,
  .single .entry-content ol li a:not(.button):focus,
  .single .entry-content ol li a:not(.button).has-focus,
  .site-footer-container p a:not(.button):hover,
  .site-footer-container p a:not(.button):focus,
  .site-footer-container p a:not(.button).has-focus,
  .site-footer-container ul:not(.page-numbers) li a:not(.button):hover,
  .site-footer-container ul:not(.page-numbers) li a:not(.button):focus,
  .site-footer-container ul:not(.page-numbers) li a:not(.button).has-focus,
  .site-footer-container ol li a:not(.button):hover,
  .site-footer-container ol li a:not(.button):focus,
  .site-footer-container ol li a:not(.button).has-focus,
  .blog .wp-block-post-excerpt p a:not(.button):hover,
  .blog .wp-block-post-excerpt p a:not(.button):focus,
  .blog .wp-block-post-excerpt p a:not(.button).has-focus,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button):hover,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button):focus,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button).has-focus,
  .blog .wp-block-post-excerpt ol li a:not(.button):hover,
  .blog .wp-block-post-excerpt ol li a:not(.button):focus,
  .blog .wp-block-post-excerpt ol li a:not(.button).has-focus {
    text-decoration: none;
  }
  .single .entry-content p a:not(.button):hover:after, .single .entry-content p a:not(.button):focus:after, .single .entry-content p a:not(.button).has-focus:after,
  .single .entry-content ul:not(.page-numbers) li a:not(.button):hover:after,
  .single .entry-content ul:not(.page-numbers) li a:not(.button):focus:after,
  .single .entry-content ul:not(.page-numbers) li a:not(.button).has-focus:after,
  .single .entry-content ol li a:not(.button):hover:after,
  .single .entry-content ol li a:not(.button):focus:after,
  .single .entry-content ol li a:not(.button).has-focus:after,
  .site-footer-container p a:not(.button):hover:after,
  .site-footer-container p a:not(.button):focus:after,
  .site-footer-container p a:not(.button).has-focus:after,
  .site-footer-container ul:not(.page-numbers) li a:not(.button):hover:after,
  .site-footer-container ul:not(.page-numbers) li a:not(.button):focus:after,
  .site-footer-container ul:not(.page-numbers) li a:not(.button).has-focus:after,
  .site-footer-container ol li a:not(.button):hover:after,
  .site-footer-container ol li a:not(.button):focus:after,
  .site-footer-container ol li a:not(.button).has-focus:after,
  .blog .wp-block-post-excerpt p a:not(.button):hover:after,
  .blog .wp-block-post-excerpt p a:not(.button):focus:after,
  .blog .wp-block-post-excerpt p a:not(.button).has-focus:after,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button):hover:after,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button):focus:after,
  .blog .wp-block-post-excerpt ul:not(.page-numbers) li a:not(.button).has-focus:after,
  .blog .wp-block-post-excerpt ol li a:not(.button):hover:after,
  .blog .wp-block-post-excerpt ol li a:not(.button):focus:after,
  .blog .wp-block-post-excerpt ol li a:not(.button).has-focus:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.wp-block-navigation__container > .wp-block-navigation-item > a,
.wp-block-page-list > .wp-block-navigation-item > a {
  position: relative;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .wp-block-navigation__container > .wp-block-navigation-item > a:after,
  .wp-block-page-list > .wp-block-navigation-item > a:after {
    content: "";
    background: currentColor;
    bottom: -2px;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    width: 100%;
    will-change: transform;
  }
  .wp-block-navigation__container > .wp-block-navigation-item > a:hover, .wp-block-navigation__container > .wp-block-navigation-item > a:focus, .wp-block-navigation__container > .wp-block-navigation-item > a.has-focus,
  .wp-block-page-list > .wp-block-navigation-item > a:hover,
  .wp-block-page-list > .wp-block-navigation-item > a:focus,
  .wp-block-page-list > .wp-block-navigation-item > a.has-focus {
    text-decoration: none;
  }
  .wp-block-navigation__container > .wp-block-navigation-item > a:hover:after, .wp-block-navigation__container > .wp-block-navigation-item > a:focus:after, .wp-block-navigation__container > .wp-block-navigation-item > a.has-focus:after,
  .wp-block-page-list > .wp-block-navigation-item > a:hover:after,
  .wp-block-page-list > .wp-block-navigation-item > a:focus:after,
  .wp-block-page-list > .wp-block-navigation-item > a.has-focus:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.block-editor-block-list__layout a,
.wp-block-post-content a {
  text-decoration-line: underline;
  text-decoration-thickness: from-font;
}
.block-editor-block-list__layout a:hover, .block-editor-block-list__layout a:focus,
.wp-block-post-content a:hover,
.wp-block-post-content a:focus {
  text-decoration: none;
}

.wp-block-navigation a:hover,
.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .active-nav-item > a {
  text-decoration: none;
}

.wp-block-post-title a {
  text-decoration: none;
  transition: 0.3s;
}
.wp-block-post-title a:hover, .wp-block-post-title a:focus {
  opacity: 0.6;
  text-decoration: none;
}
.wp-block-post-title a:after {
  display: none;
}

:root {
  --inputHeight: 50px;
}

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],
.wp-block-search__input,
textarea,
select,
.woocommerce-page .input-text,
.select2-container--default .select2-selection .select2-selection__rendered,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-checkout__add-note .wc-block-components-textarea {
  appearance: none;
  background: var(--wp--custom--form--color--background);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
  box-shadow: var(--wp--custom--form--color--box-shadow);
  color: var(--wp--custom--form--color--text);
  font-family: var(--wp--custom--body--typography--font-family);
  font-weight: var(--wp--custom--body--typography--font-weight);
  line-height: var(--wp--custom--form--typography--line-height);
  outline: none;
}

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],
.wp-block-search__input,
textarea,
select,
.woocommerce-page .input-text,
.select2-container--default .select2-selection .select2-selection__rendered,
.wc-block-checkout__add-note .wc-block-components-textarea {
  padding: var(--wp--custom--form--padding);
}

input.components-combobox-control__input[type=text] {
  border: none;
  height: auto;
  padding: inherit;
}

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],
.woocommerce-page .input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: var(--inputHeight);
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  height: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.wp-block-search__input:focus,
textarea:focus,
select:focus,
.woocommerce-page .input-text:focus,
.select2-container--default .select2-selection .select2-selection__rendered:focus {
  border-color: var(--wp--custom--form--color--border);
  color: var(--wp--custom--form--color--text);
}

.wpcf7-form-control {
  width: 100%;
}
label .wpcf7-form-control {
  margin-top: 0.8em;
}

.wpcf7-submit {
  margin-top: 1.2em;
}

input[type=number] {
  appearance: auto;
}

.select2-dropdown {
  background-color: var(--wp--preset--color--background);
  border-color: var(--wp--custom--form--border--color);
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.woocommerce-page .select2-container .select2-choice,
.woocommerce-page .select2-container .select2-selection {
  border-radius: 0;
  border: none;
  height: auto;
}
.woocommerce-page .select2-container .select2-search__field,
.woocommerce-page .select2-container .select2-selection {
  height: auto;
  padding: 0;
}
.woocommerce-page .select2-container .select2-search__field .select2-selection__rendered,
.woocommerce-page .select2-container .select2-selection .select2-selection__rendered {
  line-height: var(--inputHeight);
  min-height: var(--inputHeight);
  padding-right: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-page .select2-container .select2-search__field {
  padding: 12px 10px;
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-page .select2-container .select2-selection {
  position: relative;
  background: transparent;
}

form label,
.wp-block-jetpack-contact-form label,
div[aria-label="Label text"] {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 5px;
}

textarea {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  width: 100%;
}

select:not([name=currency]) {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  color: var(--wp--custom--form--color--text);
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  padding-right: 2.2em;
}

input[type=checkbox],
input[type=radio],
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5em;
  line-height: var(--wp--custom--typography--line-height--tiny);
  vertical-align: middle;
}

.woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNS41IDZMMTAgMSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.woocommerce-page .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.woocommerce-page .select2-container.select2-container--open .select2-selection .select2-selection__arrow {
  transform: rotate(180deg);
}

.tc-theme-frontend fieldset {
  border: none;
}
.tc-theme-frontend fieldset legend {
  font-size: var(--wp--preset--font-size--medium);
  float: left;
  margin-bottom: 0.8em;
}

input[type=checkbox],
input[type=radio],
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  appearance: none;
  /* For iOS < 15 */
  align-items: center;
  background-color: var(--wp--custom--form--color--background);
  border-radius: 1em;
  border: 1px solid var(--wp--custom--form--border--color);
  color: currentColor;
  display: inline-flex;
  flex: 0 0 1.5em;
  height: 1.5em;
  margin: 0;
  place-content: center;
  text-align: center;
  vertical-align: middle;
  transform: translateY(-0.075em);
  width: 1.5em;
}
input[type=checkbox] + label,
input[type=checkbox] + span,
input[type=radio] + label,
input[type=radio] + span,
.wc-block-components-radio-control .wc-block-components-radio-control__input + label,
.wc-block-components-radio-control .wc-block-components-radio-control__input + span {
  margin-left: 1em;
}
input[type=checkbox]::before,
input[type=radio]::before,
.wc-block-components-radio-control .wc-block-components-radio-control__input::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  transform: scale(0);
  transform-origin: center;
  transition: 120ms transform ease-in-out;
  vertical-align: middle;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type=checkbox]:checked,
input[type=radio]:checked,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  background-color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--foreground);
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  background-color: var(--wp--preset--color--background);
  transform: scale(1);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled,
.wc-block-components-radio-control .wc-block-components-radio-control__input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  transform: translateY(-50%);
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background-color: var(--wp--preset--color--background);
  transform: translate(-50%, -50%) scale(1);
}

input[type=checkbox]:before {
  clip-path: polygon(0 61%, 16% 41%, 42% 59%, 78% 2%, 100% 16%, 48% 96%);
}

input[type=radio]:before {
  clip-path: circle(45%);
}

.required,
.woocommerce form .form-row .required {
  color: var(--wp--preset--color--foreground);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  float: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 2em;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-form .wc-block-components-text-input .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-text-input label,
.wc-block-components-text-input .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  margin-left: 0;
  left: var(--wp--custom--form--padding-left);
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
  padding-top: 1.5em;
  padding-right: var(--wp--custom--form--padding-right);
  padding-bottom: 0.5em;
  padding-left: var(--wp--custom--form--padding-left);
}
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  padding-top: 1.5em;
  padding-right: var(--wp--custom--form--padding-right);
  padding-bottom: 0.5em;
  padding-left: var(--wp--custom--form--padding-left);
  text-indent: 0;
}
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
  background: var(--wp--custom--form--color--background);
  box-shadow: none;
}

.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  padding-top: 1.5em;
  padding-right: var(--wp--custom--form--padding-right);
  padding-bottom: 0.5em;
  padding-left: var(--wp--custom--form--padding-left);
}

header.wp-block-template-part {
  margin-top: 0;
}

header.wp-block-template-part,
.site-header {
  position: relative;
  z-index: 11;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  font-size: 1.2em;
  padding: 0 !important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin-top: -0.1em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  padding: 0 !important;
}

.site-header {
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  overflow: inherit;
}
.site-header .wp-block-site-logo + .wp-block-group {
  margin-top: 0;
}
.site-header .wp-block-site-title a {
  text-decoration: none;
}
.site-header + .wp-block-group .wp-block-separator,
.site-header + .wp-block-separator {
  margin-top: 0 !important;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
}

.site-header--center > * {
  flex: 1;
}
.site-header--center > *.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
}
.site-header--center > *:last-child {
  text-align: right;
}

.is-style-button-arrow a:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-post-content .is-style-button-arrow .wp-element-button:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

/**
 * Button
 */
.wc-block-grid__products div.wp-block-button .add_to_cart_button {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
}
.wc-block-grid__products div.wp-block-button .add_to_cart_button.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

div.wp-block-button.wp-block-button__link,
div.wp-block-button .wp-block-button__link,
div.wp-block-button .wc-block-components-product-button__button.wp-block-button__link {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
  width: auto;
}
div.wp-block-button.wp-block-button__link.is-style-button-arrow:after,
div.wp-block-button .wp-block-button__link.is-style-button-arrow:after,
div.wp-block-button .wc-block-components-product-button__button.wp-block-button__link.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
div.wp-block-button.wp-block-button__link[type=submit],
div.wp-block-button .wp-block-button__link[type=submit],
div.wp-block-button .wc-block-components-product-button__button.wp-block-button__link[type=submit] {
  appearance: none;
}
div.wp-block-button.wp-block-button__link:hover, div.wp-block-button.wp-block-button__link:focus, div.wp-block-button.wp-block-button__link.has-focus,
div.wp-block-button .wp-block-button__link:hover,
div.wp-block-button .wp-block-button__link:focus,
div.wp-block-button .wp-block-button__link.has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}
div.wp-block-button.is-style-outline.wp-block-button__link,
div.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
}
div.wp-block-button.is-style-outline.wp-block-button__link.is-style-button-arrow:after,
div.wp-block-button.is-style-outline .wp-block-button__link.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
div.wp-block-button.is-style-outline.wp-block-button__link:not(:hover):not(:focus):not(.has-focus),
div.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:focus):not(.has-focus) {
  --wp--custom--button--color--background: transparent;
}
div.wp-block-button.is-style-outline.wp-block-button__link:hover,
div.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
}
div.wp-block-button.has-protest-strike-font-family .wp-block-button__link, div.wp-block-button.has-roboto-font-family .wp-block-button__link {
  font-family: inherit;
}

.wp-element-button,
.wp-block-button__link,
input[type=submit] {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
  appearance: none;
  background-color: var(--wp--custom--button--color--background);
  color: var(--wp--custom--button--color--text);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight);
  line-height: var(--wp--custom--button--typography--line-height);
  text-transform: var(--wp--custom--button--typography--text-transform);
  width: auto;
}
.wp-element-button.is-style-button-arrow:after,
.wp-block-button__link.is-style-button-arrow:after,
input[type=submit].is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.wp-element-button:hover, .wp-element-button:focus, .wp-element-button.has-focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link.has-focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  line-height: var(--wp--custom--button--typography--line-height);
}

.has-background .wp-block-button:not(.is-style-outline).wp-block-button__link,
.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.wp-block-cover .wp-block-button:not(.is-style-outline).wp-block-button__link,
.wp-block-cover .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: var(--wp--custom--button--color--background);
}
.has-background .wp-block-button:not(.is-style-outline).wp-block-button__link.has-foreground-background-color:not(:hover),
.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-foreground-background-color:not(:hover),
.wp-block-cover .wp-block-button:not(.is-style-outline).wp-block-button__link.has-foreground-background-color:not(:hover),
.wp-block-cover .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-foreground-background-color:not(:hover) {
  border-color: var(--wp--preset--color--foreground);
}
.has-background .wp-block-button:not(.is-style-outline).wp-block-button__link.has-background-background-color:not(:hover),
.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background-background-color:not(:hover),
.wp-block-cover .wp-block-button:not(.is-style-outline).wp-block-button__link.has-background-background-color:not(:hover),
.wp-block-cover .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background-background-color:not(:hover) {
  border-color: var(--wp--preset--color--background);
}

.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

[data-type="coblocks/form"] .coblocks-form__submit.wp-block-button .wp-block-button__link.is-style-outline,
.block-editor-block-preview__container .wp-block-button__link.is-style-outline {
  border-width: 1px;
}

.wp-block-button__link.is-style-outline,
[data-type="coblocks/form"] .coblocks-form__submit.wp-block-button .wp-block-button__link.is-style-outline,
.block-editor-block-preview__container .wp-block-button__link.is-style-outline {
  background-color: transparent;
  color: var(--wp--preset--color--background);
}

.wp-block-button.is-style-button-borderless:not(.has-custom-font-size).wp-block-button__link,
.wp-block-button.is-style-button-borderless:not(.has-custom-font-size) .wp-block-button__link {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: none;
}
.wp-block-button.is-style-button-borderless:not(.has-text-color).wp-block-button__link,
.wp-block-button.is-style-button-borderless:not(.has-text-color) .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-button-borderless.wp-block-button__link, .wp-block-button.is-style-button-borderless .wp-block-button__link {
  background-color: transparent;
  border: none;
  font-weight: 400;
  opacity: 0.7;
  padding: 0;
  transition: 0.3s;
}
.wp-block-button.is-style-button-borderless.wp-block-button__link:hover, .wp-block-button.is-style-button-borderless.wp-block-button__link:focus, .wp-block-button.is-style-button-borderless.wp-block-button__link.has-focus, .wp-block-button.is-style-button-borderless .wp-block-button__link:hover, .wp-block-button.is-style-button-borderless .wp-block-button__link:focus, .wp-block-button.is-style-button-borderless .wp-block-button__link.has-focus {
  color: inherit !important;
  filter: none !important;
  opacity: 1;
}

@media (max-width: 600px) {
  .wp-block-button .wp-block-button__link {
    padding-left: 2.2em !important;
    padding-right: 2.2em !important;
  }
}
.lightweight-accordion {
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.lightweight-accordion:not(.bordered) .lightweight-accordion-title {
  background-color: transparent;
  padding-left: 0;
}
.lightweight-accordion:not(.bordered) .lightweight-accordion-body {
  padding: 0 0 20px 0;
}
.lightweight-accordion .lightweight-accordion-title {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
.lightweight-accordion .lightweight-accordion-title:after {
  content: "+";
  align-items: center;
  background-color: black;
  background-color: var(--wp--preset--color--background);
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--wp--preset--color--foreground);
  display: flex;
  font-size: 2em;
  height: 1.4em;
  justify-content: center;
  line-height: 0;
  min-height: 1.4em;
  min-width: 1.4em;
  padding: 0;
  width: 1.4em;
}
.lightweight-accordion .lightweight-accordion-title span {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--custom--heading--typography--font-family);
  font-weight: 700;
  text-transform: uppercase;
}
.lightweight-accordion .lightweight-accordion-title::marker {
  content: "";
  display: none !important;
}
.lightweight-accordion .lightweight-accordion-title::-webkit-details-marker {
  content: "";
  display: none !important;
}
.lightweight-accordion .lightweight-accordion-title:before, .lightweight-accordion .lightweight-accordion-title::marker {
  display: none;
}
.lightweight-accordion details[open] .lightweight-accordion-title:after {
  content: "–";
}

.wp-block-code code {
  font-family: var(--wp--custom--code--typography--font-family);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: var(--wp--custom--gallery--caption--font-size);
}

.block-library-html__edit .block-editor-plain-text {
  color: var(--wp--custom--form--color--text);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}

.wp-block-image {
  /*
  From what I can tell the below are styles regularly used by themes
  to fix the image block.  I believe these should go into the block's
  default styles.  It's difficult to say how this will land, however
  based on discussion found in (many) related issues here:
  https://github.com/WordPress/gutenberg/issues/28923
  */
  justify-content: center;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption {
  display: block;
}
@media (max-width: 820px) and (hover: none) {
  .wp-block-image.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--wp--custom--latest-posts--meta--color--text);
}

ul,
ol {
  padding-left: 1em;
}

.wp-block-media-text {
  position: relative;
}
@media (max-width: 820px) and (hover: none) {
  .wp-block-media-text.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
}
@media (min-width: 821px) and (max-width: 1024px) {
  .wp-block-media-text .wp-block-media-text__media {
    height: 100%;
    overflow: hidden;
  }
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media + .wp-block-media-text__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 821px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 820px) and (hover: none) {
  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-image: none !important;
  }
  .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    height: auto !important;
    margin: 0 !important;
    position: static !important;
    width: 100% !important;
  }
}

.wp-block-more input[type=text] {
  background: var(--wp--preset--color--secondary);
  border: none;
  box-shadow: none;
  color: var(--wp--preset--color--foreground);
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  margin: 0;
  max-width: 100%;
  padding: 6px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.wp-block-navigation {
  z-index: 2;
}
.wp-block-navigation .wp-block-navigation-link__container {
  font-size: 0.8em;
  padding: 0.4em;
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation .wp-block-navigation-link__container {
    margin-bottom: 1em;
  }
}
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    font-size: 0.7em;
  }
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation:not(.is-responsive) {
    font-size: 16px;
  }
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  min-width: 235px;
}

@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: 0.3em;
    padding-bottom: 0;
  }
}
.wp-block-navigation .wp-block-navigation__submenu-container {
  padding: 15px 32px;
  border-radius: 3px;
  width: 200px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  line-height: 1.1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.wp-block-navigation .wp-block-navigation__submenu-container li a:after {
  content: "";
  display: none;
  text-decoration: none;
}
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container {
  background-color: #fff;
}
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container li a,
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  color: #000;
}
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container li button,
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container .wp-block-navigation-item button {
  position: absolute;
  right: 10px;
  color: #000;
}
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container li .wp-block-navigation__submenu-container,
.wp-block-navigation .has-background-color .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation__submenu-container {
  left: 101%;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container a {
  padding: 11px 21px !important;
  font-weight: normal;
  text-decoration-line: none !important;
  text-decoration: none !important;
}
.wp-block-navigation .wp-block-navigation__submenu-container a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-navigation .wp-block-navigation__submenu-container button {
  position: absolute;
  right: 10px;
  color: #000;
}

.site-header > * + .wp-block-navigation {
  margin-top: 0;
}

.wp-block-navigation.is-responsive .wp-block-navigation__container {
  padding: 15px 0 !important;
}
@media (min-width: 1025px) {
  .wp-block-navigation.is-responsive .wp-block-navigation__container > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation.is-responsive .wp-block-navigation__container > li {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
.wp-block-navigation.is-responsive .hidden-by-default {
  display: flex;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  transform: translateX(-30%);
  /* Hide scrollbar for IE, Edge add Firefox */
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.wp-block-navigation.is-responsive .hidden-by-default::-webkit-scrollbar {
  display: none;
}
.wp-block-navigation.is-responsive .hidden-by-default,
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation-item {
  transition: 0.3s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation-item {
  opacity: 0;
  transform: translateX(-20%);
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(1) {
  transition-delay: 0.4s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(2) {
  transition-delay: 0.5s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(3) {
  transition-delay: 0.6s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) {
  transition-delay: 0.7s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) {
  transition-delay: 0.8s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(6) {
  transition-delay: 0.9s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(7) {
  transition-delay: 1s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(8) {
  transition-delay: 1.1s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(9) {
  transition-delay: 1.2s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(10) {
  transition-delay: 1.3s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(11) {
  transition-delay: 1.4s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(12) {
  transition-delay: 1.5s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(13) {
  transition-delay: 1.6s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(14) {
  transition-delay: 1.7s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(15) {
  transition-delay: 1.8s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(16) {
  transition-delay: 1.9s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(17) {
  transition-delay: 2s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(18) {
  transition-delay: 2.1s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__container > .wp-block-navigation-item:nth-child(19) {
  transition-delay: 2.2s;
}
.wp-block-navigation.is-responsive .hidden-by-default.is-menu-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.wp-block-navigation.is-responsive .hidden-by-default.is-menu-open .wp-block-navigation-item,
.wp-block-navigation.is-responsive .hidden-by-default.is-menu-open .wp-block-navigation__responsive-container-close {
  opacity: 1;
}
.wp-block-navigation.is-responsive .hidden-by-default.is-menu-open .wp-block-navigation-item {
  transform: translateX(0);
}
.wp-block-navigation.is-responsive .hidden-by-default.is-menu-open .wp-block-navigation__responsive-container-close {
  transform: scale(1);
  transition-delay: 0.6s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__responsive-container-close {
  position: fixed;
  right: 3vw;
  top: 9vh;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container {
    color: var(--wp--preset--color--foreground) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    height: 100svh;
    opacity: 0;
    overflow: auto;
    padding: 24px;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(-30px);
    width: 100%;
    display: inline-block;
    height: 100% !important;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container {
    font-family: var(--wp--custom--heading--typography--font-family);
    gap: 0;
    line-height: 1.5;
    padding: 0;
    width: 100%;
    background-color: var(--wp--preset--color--foreground);
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .submenu-container a,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation-link__container a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation-item {
    transition: 0.3s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation-item {
    font-size: calc(19.689px + 0.616vw) !important;
    opacity: 0;
    transform: translateX(-20px);
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(1) {
    transition-delay: 0.4s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(2) {
    transition-delay: 0.5s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) {
    transition-delay: 0.7s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) {
    transition-delay: 0.8s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(6) {
    transition-delay: 0.9s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(7) {
    transition-delay: 1s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(8) {
    transition-delay: 1.1s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(9) {
    transition-delay: 1.2s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(10) {
    transition-delay: 1.3s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(11) {
    transition-delay: 1.4s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(12) {
    transition-delay: 1.5s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(13) {
    transition-delay: 1.6s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(14) {
    transition-delay: 1.7s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(15) {
    transition-delay: 1.8s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(16) {
    transition-delay: 1.9s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(17) {
    transition-delay: 2s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(18) {
    transition-delay: 2.1s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__container > .wp-block-navigation-item:nth-child(19) {
    transition-delay: 2.2s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--foreground) !important;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    opacity: 1;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    transform: translateX(0);
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    transform: scale(1);
    transition-delay: 0.6s;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: center;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-close {
    position: fixed;
    right: 30px;
    top: 30px;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0.9);
  }
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-close, .wp-block-navigation.is-responsive .wp-block-navigation__responsive-close:hover, .wp-block-navigation.is-responsive .wp-block-navigation__responsive-close:focus, .wp-block-navigation.is-responsive .wp-block-navigation__responsive-close:focus-visible,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-dialog,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-dialog:hover,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-dialog:focus,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-dialog:focus-visible,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-content,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-content:hover,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-content:focus,
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-content:focus-visible,
  .wp-block-navigation.is-responsive .wp-block-navigation__container,
  .wp-block-navigation.is-responsive .wp-block-navigation__container:hover,
  .wp-block-navigation.is-responsive .wp-block-navigation__container:focus,
  .wp-block-navigation.is-responsive .wp-block-navigation__container:focus-visible {
    outline: none !important;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item__label {
    text-align: center;
  }
}
.wp-block-navigation.is-responsive .wp-block-navigation-item__content {
  font-weight: inherit;
}
.wp-block-navigation.is-responsive .has-child .wp-block-navigation-link__container {
  display: revert;
}

.wp-block-navigation__responsive-close {
  outline: none;
}

@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .admin-bar .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container {
    padding-top: calc(24px + var(--wpadmin-bar--height));
  }
  .admin-bar .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-close {
    top: calc(30px + var(--wpadmin-bar--height));
  }
}

@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container-close svg {
  color: var(--wp--preset--color--background);
}

.has-modal-open .admin-bar .is-menu-open {
  background-color: var(--wp--preset--color--foreground) !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 6px;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  font-family: var(--wp--custom--paragraph--dropcap--typography--font-family);
  font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  margin: var(--wp--custom--paragraph--dropcap--margin);
}
p.has-background {
  padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
}

.wp-block-post-author__name {
  font-weight: var(--wp--custom--post-author--font-weight);
}

.is-style-button-arrow a:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-post-content .is-style-button-arrow .wp-element-button:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-comments .comment-author .avatar {
  margin-top: 0;
  margin-right: 20px;
}
.wp-block-comments label,
.wp-block-comments .comment-meta {
  font-size: calc(13.51px + 0.129vw);
}
.wp-block-comments .comment-meta {
  opacity: 0.8;
}
.wp-block-comments .comment-body .commentmetadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 1.2em;
}
.wp-block-comments input[type=submit],
.wp-block-comments .reply a {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
}
.wp-block-comments input[type=submit].is-style-button-arrow:after,
.wp-block-comments .reply a.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.wp-block-comments input[type=submit]:hover, .wp-block-comments input[type=submit]:focus, .wp-block-comments input[type=submit].has-focus,
.wp-block-comments .reply a:hover,
.wp-block-comments .reply a:focus,
.wp-block-comments .reply a.has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}
.wp-block-comments .reply a {
  display: inline-block;
}
.wp-block-comments .comment-form input[type=text] {
  width: 100%;
}
.wp-block-comments .comment-reply-title {
  text-transform: uppercase;
}
.wp-block-comments .comment-reply-title small {
  float: right;
  font-size: 14px;
}
.wp-block-comments .comment-form-cookies-consent input[type=checkbox] {
  margin-left: 0;
}
.wp-block-comments .commentlist .comment p {
  font-size: var(--wp--custom--post-comment--typography--font-size);
  line-height: var(--wp--custom--post-comment--typography--line-height);
}
.wp-block-comments .commentlist .children {
  margin-top: 2.5em;
}

.logged-in-as,
.comment-notes {
  font-size: var(--wp--preset--font-size--tiny);
}

.comment-respond {
  margin-top: 70px;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote {
  font-style: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1em;
  margin: 0;
  line-height: inherit;
  padding: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: var(--wp--custom--pullquote--citation--typography--font-size);
  font-family: var(--wp--custom--pullquote--citation--typography--font-family);
  font-style: var(--wp--custom--pullquote--citation--typography--font-style);
  font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);
  margin-top: var(--wp--custom--pullquote--citation--spacing--margin--top);
}
.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}

.wp-block-query-pagination {
  display: grid;
  grid-template-areas: "prev numbers next";
  grid-template-columns: 1fr 2fr 1fr;
  justify-content: space-between;
  padding-top: 1.5em;
}
@media (max-width: 600px) {
  .wp-block-query-pagination {
    grid-template-areas: "prev next";
    grid-template-columns: 1fr 1fr;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  grid-area: prev;
  justify-self: start;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  grid-area: next;
  justify-self: end;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  grid-area: numbers;
  justify-self: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: none;
  }
}

.wp-block-query .wp-block-post-title {
  font-size: var(--wp--preset--font-size--large);
}

@media (max-width: 820px) and (hover: none) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .wp-block-post-template .has-post-thumbnail .stack-on-tablet-portrait > .wp-block-column:first-child,
  .wp-block-query-loop .has-post-thumbnail .stack-on-tablet-portrait > .wp-block-column:first-child {
    flex-basis: 40%;
  }
  .wp-block-post-template .has-post-thumbnail .stack-on-tablet-portrait > .wp-block-column + .wp-block-column,
  .wp-block-query-loop .has-post-thumbnail .stack-on-tablet-portrait > .wp-block-column + .wp-block-column {
    flex-basis: 60%;
  }
}
@media (min-width: 601px) {
  .wp-block-post-template.is-flex-container.is-flex-container,
  .wp-block-query-loop.is-flex-container.is-flex-container {
    gap: 3em;
  }
  .wp-block-post-template.is-flex-container.is-flex-container > li,
  .wp-block-query-loop.is-flex-container.is-flex-container > li {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 1.5em);
  }
}
@media (min-width: 821px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 2em);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 1.5em);
  }
}
@media (min-width: 1025px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 2.25em);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 1.5em);
  }
}

.wp-block-post-template .wp-block-post > .wp-block-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-post-template .wp-block-post-featured-image {
  margin-top: auto;
}

.entry-content {
  margin-top: 0;
}

.wp-block-quote.is-style-large p,
.wp-block-quote p {
  font-style: unset;
  margin-top: 0;
}
.wp-block-quote.is-style-large p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
  font-size: var(--wp--custom--quote--citation--typography--font-size);
  font-style: var(--wp--custom--quote--citation--typography--font-style);
}

.is-style-button-arrow a:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-post-content .is-style-button-arrow .wp-element-button:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
  padding: var(--wp--custom--form--padding);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
}
.wp-block-search .wp-block-search__input {
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  padding: var(--wp--custom--form--padding);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.is-style-button-arrow:after,
.wp-block-search .wp-block-search__button.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button.has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}

.no-results {
  display: none;
}

.wp-block-query:empty ~ .no-results {
  display: block;
}

header.wp-block-template-part .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
}

hr {
  background-color: var(--wp--preset--color--foreground);
  border: none;
  height: 1px !important;
  opacity: var(--wp--custom--separator--opacity) !important;
}

.mce-content-body hr {
  background-color: #000;
  opacity: 0.1;
}

.wp-block-separator {
  /*margin: var(--wp--custom--separator--margin) !important;*/
  opacity: var(--wp--custom--separator--opacity);
  width: 100% !important;
}
.wp-block-separator.is-style-default {
  width: var(--wp--style--global--content-size);
}
.wp-block-separator.is-style-dots {
  border: none;
  color: inherit;
}

.tc-theme-frontend .wp-block-separator.animate-separator {
  transform: scale(0);
  transform-origin: 0 0;
  transition: 1s;
}
.tc-theme-frontend .wp-block-separator.animate-separator.scrolled-to {
  transform: scale(1);
}

.is-style-button-arrow a:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-post-content .is-style-button-arrow .wp-element-button:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}

.wp-block-file .wp-block-file__button {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}
.wp-block-file .wp-block-file__button.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}

.wp-block-table.is-style-stripes,
.wp-block-table {
  margin-bottom: 1em;
  border-bottom: none;
}
.wp-block-table.is-style-stripes figcaption,
.wp-block-table figcaption {
  font-size: var(--wp--custom--table--figcaption--typography--font-size);
  text-align: center;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--wp--custom--margin--vertical)) calc(0.5 * var(--wp--custom--margin--horizontal));
}

.wp-block-video figcaption {
  margin: var(--wp--custom--video--caption--margin);
  text-align: var(--wp--custom--video--caption--text-align);
}

.wp-block-columns {
  margin-bottom: unset;
}
@media (max-width: 600px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
    border-left: none !important;
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > :not(:only-child):empty {
    flex-basis: auto !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .l-desktop-only.wp-block-column:nth-child(2n) + .wp-block-column {
    margin-left: 2em;
  }
}

@media (min-width: 601px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .wp-block-columns.stack-on-tablet-landscape:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.stack-on-tablet-landscape:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .wp-block-columns.stack-on-tablet-portrait:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.stack-on-tablet-portrait:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
@media (max-width: 600px) {
  .wp-block-cover-image,
  .wp-block-cover {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wp-block-cover-image.cover-full-on-mobile,
  .wp-block-cover.cover-full-on-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-cover-image.background-clip--content-box,
.wp-block-cover.background-clip--content-box {
  background-clip: content-box;
}
.wp-block-cover-image.background-clip--content-box img.wp-block-cover__image-background,
.wp-block-cover-image.background-clip--content-box video.wp-block-cover__video-background,
.wp-block-cover.background-clip--content-box img.wp-block-cover__image-background,
.wp-block-cover.background-clip--content-box video.wp-block-cover__video-background {
  left: 50px;
  right: 50px;
  width: calc(100% - 100px);
}
@media (max-width: 600px) {
  .wp-block-cover-image.background-clip--content-box img.wp-block-cover__image-background,
  .wp-block-cover-image.background-clip--content-box video.wp-block-cover__video-background,
  .wp-block-cover.background-clip--content-box img.wp-block-cover__image-background,
  .wp-block-cover.background-clip--content-box video.wp-block-cover__video-background {
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .wp-block-cover-image.cover-full-on-mobile img.wp-block-cover__image-background,
  .wp-block-cover-image.cover-full-on-mobile video.wp-block-cover__video-background,
  .wp-block-cover.cover-full-on-mobile img.wp-block-cover__image-background,
  .wp-block-cover.cover-full-on-mobile video.wp-block-cover__video-background {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.wp-block-post-navigation-links .wp-block-column:has(.wp-block-post-navigation-link:empty) {
  display: none;
}

.page-title {
  font-size: var(--wp--preset--font-size--gigantic);
  line-height: 0.9;
}

.has-rounded-edges {
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
}

.post-meta {
  display: flex;
}
.post-meta .wp-block-post-author,
.post-meta .wp-block-post-date,
.post-meta .wp-block-post-tags,
.post-meta .wp-block-post-hierarchical-terms {
  display: flex;
  margin-right: calc(2 * var(--wp--custom--margin--baseline));
}
.post-meta .wp-block-post-author:before,
.post-meta .wp-block-post-date:before,
.post-meta .wp-block-post-tags:before,
.post-meta .wp-block-post-hierarchical-terms:before {
  align-self: center;
  content: "";
  display: inline-block;
  margin-right: calc(0.5 * var(--wp--custom--margin--baseline));
  height: 16px;
  width: 16px;
  background-color: currentColor;
}
.post-meta .wp-block-post-author:before {
  -webkit-mask-image: url(svg/post-author.svg);
  mask-image: url(svg/post-author.svg);
}
.post-meta .wp-block-post-date:before {
  -webkit-mask-image: url(svg/post-date.svg);
  mask-image: url(svg/post-date.svg);
}
.post-meta .wp-block-post-hierarchical-terms:before {
  -webkit-mask-image: url(svg/post-category.svg);
  mask-image: url(svg/post-category.svg);
}
.post-meta .wp-block-post-tags:before {
  -webkit-mask-image: url(svg/post-tag.svg);
  mask-image: url(svg/post-tag.svg);
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Colors
# Forms
# Alignments
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.woocommerce-shipping-totals td {
  width: 60%;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.woocommerce-product-attributes {
  margin: 20px 0 10px 0;
}

.woocommerce ul.products li.product .button {
  font-size: 12px !important;
}

.edit-account span em {
  font-size: 13px;
  font-size: 0.8125rem;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.product_meta,
.woocommerce a.added_to_cart {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 240px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  font-size: 1em;
  height: 1.5em;
  margin-top: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce form .form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .woocommerce-form-coupon .form-row-first,
.woocommerce .woocommerce-form-coupon .form-row-last {
  float: left;
  margin-bottom: 0;
}

.woocommerce .woocommerce-form-coupon .form-row-first {
  width: auto;
}

.woocommerce .woocommerce-form-coupon p {
  color: var(--wp--preset--color--foreground);
  text-transform: uppercase;
  font-family: var(--wp--custom--body--typography--font-family);
  font-size: 12px;
  font-weight: 600;
}

.woocommerce form .form-row .input-checkbox {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce ul.order_details {
  margin-bottom: 2em;
}

.woocommerce .shop_table th:last-child,
.woocommerce .shop_table td:last-child {
  border-right: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.wp-block-button.aligncenter {
  text-align: center;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title,
.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  position: relative;
}

.wc-block-featured-category,
.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
  display: flex;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce span.onsale {
  background: var(--wp--preset--color--foreground);
  border-radius: 0;
  font-size: 10px;
  line-height: 16px;
  min-height: inherit;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  z-index: 2;
}

.products .product h2,
.products .product a {
  text-align: center;
}

.page-numbers {
  float: left;
  padding: 10px;
}

.woocommerce nav.woocommerce-pagination ul li {
  font-family: var(--wp--preset--font-family--space-grotesk);
  margin: 0 3px !important;
  font-size: 20px !important;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  top: 10px;
  left: 10px;
  right: auto;
}

.wc-block-grid__product-onsale {
  line-height: var(--wp--custom--typography--line-height--tiny);
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 4.2em;
}

.woocommerce table.shop_attributes td p {
  padding-left: 8px;
  padding-right: 8px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_attributes {
  border-style: solid;
  border-width: 1px;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.cart_totals h2 {
  margin-top: 30px;
}

.woocommerce a.remove {
  line-height: 0.85;
  text-align: left;
  padding-left: 0.22em;
}

.woocommerce table.shop_table .product-remove {
  text-align: center;
  width: 50px;
}

.wc_payment_method input[type=radio] + label:before {
  top: 1px;
}

.payment_method_paypal input[type=radio] + label:before {
  top: 1.1em;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  margin-right: 16px;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
.woocommerce-account .addresses .title .edit {
  border: none;
}

.woocommerce-terms-and-conditions-wrapper {
  float: left;
  max-width: 800px;
  width: calc(100% - 200px);
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}

.woocommerce-Address.u-column2 address {
  font-style: normal;
}

body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-info a,
body.woocommerce-page .woocommerce-info:before {
  color: var(--wp--preset--color--foreground);
}

body.woocommerce-page .woocommerce-info a {
  font-weight: bold;
  margin-left: 10px;
}

.woocommerce-account .addresses .title h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
  font-size: 1.1em;
}

.woocommerce-MyAccount-content form > h3 {
  margin-top: 0;
}

.woocommerce .woocommerce-address-fields button.button,
.edit-account button.button {
  margin-top: 1.2em;
  padding-left: 2em;
  padding-right: 2em;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 2.6em;
}

.woocommerce div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 4vw;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: 6px 6px 6px 0;
  vertical-align: middle;
}

.woocommerce div.product form.cart .variations td.label {
  width: 1%;
}

.woocommerce div.product form.cart .variations label {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
  padding-left: 15px;
}

.woocommerce div.product div.images {
  gap: 30px;
}

@media (max-width: 783px) {
  .columns-4.products-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-order-received .woocommerce-table {
  font-family: var(--wp--custom--body--typography--font-family);
  font-weight: 500;
}
.woocommerce-order-received section.woocommerce-order-details {
  width: 100%;
}
.woocommerce-order-received td.woocommerce-table__product-name {
  width: 80%;
}
.woocommerce-order-received .woocommerce-order h2.woocommerce-order-details__title {
  text-transform: uppercase;
  font-family: var(--wp--custom--heading--typography--font-family);
  font-size: 18px;
}
.woocommerce-order-received .woocommerce-table--order-detail thead {
  border-bottom: 1px solid var(--wp--preset--color--foreground);
}
.woocommerce-order-received th.woocommerce-table__product-table,
.woocommerce-order-received td.woocommerce-table__product-total,
.woocommerce-order-received tfoot td {
  text-align: right;
}
.woocommerce-order-received .wc-item-meta {
  margin-top: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  width: 100%;
}

@media (min-width: 601px) and (orientation: portrait), (min-width: 820px) and (orientation: landscape) {
  .woocommerce a.added_to_cart {
    float: right;
    padding-top: 0;
  }
}
@media (min-width: 821px) {
  .woocommerce-terms-and-conditions-wrapper {
    float: left;
    max-width: 800px;
    width: calc(100% - 210px);
  }
  .woocommerce-order-details,
  .woocommerce-customer-details {
    width: 48%;
  }
}
@media (max-width: 820px) and (hover: none) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product div.images {
    margin-bottom: 4em;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 5em;
  }
  .woocommerce a.added_to_cart {
    display: block;
  }
  .checkout_coupon button {
    white-space: nowrap;
  }
}
.select2-container--open .select2-selection__arrow {
  top: 0 !important;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info .woocommerce-Button.button:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info.woocommerce-Message .woocommerce-Button.button:hover {
  background-color: var(--wp--custom--button--color--background) !important;
  filter: none !important;
}

.woocommerce-ordering select {
  border-radius: 4px;
  line-height: 1.2em;
  font-size: 14px;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-rating {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-rating a {
  border: none;
  text-decoration: none;
  text-decoration-line: none;
  font-size: 12px;
  font-family: var(--wp--custom--body--typography--font-family);
  font-weight: 600;
}
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button {
  font-size: 12px;
}

.wc-blocks-filter-wrapper .wc-block-components-checkbox__input:after {
  content: "";
  display: none;
  background-color: transparent;
}
.wc-blocks-filter-wrapper .wc-block-components-checkbox__input:before {
  background-color: var(--wp--custom--button--color--background) !important;
}
.wc-blocks-filter-wrapper .components-form-token-field__input {
  font-family: var(--wp--custom--heading--typography--font-family);
  font-size: 13px !important;
  text-transform: uppercase;
}
.wc-blocks-filter-wrapper .wc-block-active-filters__list-item-type {
  font-size: 14px;
  margin: 20px 0 10px;
  font-family: var(--wp--custom--heading--typography--font-family);
}
.wc-blocks-filter-wrapper .wc-block-active-filters__list-item-name {
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
}
.wc-blocks-filter-wrapper .wc-block-active-filters__list-item-remove {
  width: 18px;
  height: 18px;
}
.wc-blocks-filter-wrapper .wc-block-active-filters__list:after {
  margin-top: 20px !important;
}
.wc-blocks-filter-wrapper .wc-block-active-filters__clear-all {
  text-transform: uppercase;
  font-family: var(--wp--custom--heading--typography--font-family);
  margin: 0;
}

.wc-block-sort-select .wc-block-sort-select__label {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.wc-block-rating-filter.style-dropdown > svg {
  right: 16px;
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
  padding: 10px 15px;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
  padding: 0;
}

.components-form-token-field__suggestions-lists li {
  padding: 5px 0 0 !important;
  margin: 10px 0 0 0 !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input {
  padding-left: 15px;
}

.woocommerce-page .select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
}

h2.wc-block-featured-category__title {
  font-size: var(--wp--preset--font-size--large) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
  display: none;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after {
  border-width: 2px;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout input {
  text-indent: 0px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-left: 15px;
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
  margin-left: 10px;
}

.wc-block-rating-filter .wc-block-components-product-rating {
  margin-top: 2px;
}

.wc-block-components-drawer .components-modal__header .components-button {
  top: 22px;
}

.woocommerce-Tabs-panel .alignfull {
  padding: 0 !important;
}

.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: inline !important;
}

.woocommerce-account .addresses .title .edit {
  position: relative;
  top: 0;
  right: 21%;
}

@media only screen and (max-width: 1075px) and (min-width: 770px) {
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions .coupon + .button {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .woocommerce-cart table.cart td.actions .coupon #coupon_code {
    width: 37%;
  }
  .woocommerce-page table.cart td.actions .coupon {
    width: 66%;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon #coupon_code {
    margin-right: 15px !important;
  }
  .woocommerce-cart table.cart td.actions .coupon .button {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 440px) {
  .woocommerce-cart table.cart td.actions .coupon #coupon_code,
  .woocommerce-page .woocommerce-cart-form #coupon_code,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions .coupon {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .woocommerce-page table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 820px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.woocommerce-table__product-name {
  text-align: left;
}

table.order_details {
  border: 1px solid var(--wp--preset--color--secondary);
  margin-bottom: 40px;
}
table.order_details tr {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
table.order_details th {
  text-align: left;
}

.woocommerce-order-received h1 {
  font-size: var(--wp--preset--font-size--big);
}

.woocommerce-order .woocommerce-customer-details address {
  margin-bottom: 20px;
}

.admin-bar .wc-block-components-drawer__content {
  margin-top: 0;
}

.single #ppcp-messages,
.single .ppc-button-wrapper {
  display: none !important;
}

@media (max-width: 480px) {
  .woocommerce-tabs.wc-tabs-wrapper.alignfull {
    margin: 0 auto !important;
  }
}
.woocommerce-Tabs-panel ol {
  padding-left: 2em;
}

.event_tickets.tickera {
  width: 100%;
}
.event_tickets.tickera .added_to_cart {
  padding: 0;
  background-color: transparent !important;
  color: var(--wp--preset--color--foreground) !important;
  border: none;
  float: none;
  font-size: 1em;
  margin: 15px 0;
}
.event_tickets.tickera .added_to_cart:hover {
  color: var(--wp--preset--color--foreground) !important;
  filter: invert(0) !important;
  opacity: 0.5;
}
.event_tickets.tickera .add_to_cart_button.added {
  display: none !important;
}
.event_tickets.tickera .add_to_cart_inline {
  text-align: center;
}
.event_tickets.tickera :after {
  display: none;
}
.event_tickets.tickera .tc_in_cart {
  width: 100%;
  text-align: center;
}
.event_tickets.tickera .add_to_cart {
  background-color: var(--wp--custom--button--color--background);
  display: inline-block;
  border-radius: 2rem;
  border: 2px solid var(--wp--custom--button--border--color);
  color: var(--wp--custom--button--color--text);
  text-decoration: none;
}
@media (min-width: 601px) {
  .event_tickets.tickera .add_to_cart {
    padding: 13px 30px !important;
  }
}
@media (max-width: 600px) {
  .event_tickets.tickera .add_to_cart {
    padding: 4px 12px;
  }
}
.event_tickets.tickera .add_to_cart:hover {
  background-color: var(--wp--custom--button--color--text);
  color: var(--wp--custom--button--color--background);
}

.tickera_additional_info .owner-info-wrap {
  width: 100%;
}
.tickera_additional_info .owner-info-wrap .fields-wrap {
  padding: 10px;
}
.tickera_additional_info input[type=text] {
  width: 100%;
}

.tickera_additional_info h2,
.tickera_additional_info h5 {
  font-size: 20px;
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
}

.tickera .tickera-checkout {
  border-radius: 10px;
  padding: 25px 0;
  font-family: var(--wp--custom--body--typography--font-family);
}
.tickera .tickera-checkout p {
  display: none;
}
.tickera .tickera-checkout table th:first-child,
.tickera .tickera-checkout table tr td:first-child {
  padding-left: 0;
}
.tickera .tickera-checkout table th:last-child,
.tickera .tickera-checkout table tr td:last-child {
  padding-right: 0;
}
.tickera .tickera-checkout table input[type=submit] {
  border-radius: 30px;
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
  padding: 15px 44px;
  font-size: 16px;
}
.tickera .tickera-checkout table input[type=submit]:hover {
  cursor: pointer;
}
.tickera .tickera-checkout table .apply_coupon.tickera-button:not(:hover):not(:focus) {
  background-color: transparent !important;
  border: 1px solid var(--wp--custom--button--border--color);
  color: var(--wp--preset--color--foreground);
}
.tickera .tickera-checkout table .apply_coupon.tickera-button:not(:hover):not(:focus):hover {
  background-color: var(--wp--preset--color--background);
}
.tickera .tickera-checkout table .apply_coupon.tickera-button:hover {
  background-color: var(--wp--preset--color--background);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
}
.tickera .tickera-checkout table .tickera_update {
  background-color: var(--wp--preset--color--background);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--wp--preset--color--foreground);
}
.tickera .tickera-checkout table .tickera_update:hover {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}
.tickera .tickera-checkout table .total_item_title {
  font-size: 12px;
  font-weight: 500;
}
.tickera .tickera-checkout table .total_item_amount {
  font-size: 16px;
}
.tickera .tickera-checkout table .cart_total_price_title,
.tickera .tickera-checkout table .cart_total_price {
  font-size: 20px;
  font-weight: 600;
}
.tickera .tickera-checkout table th {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.tickera .tickera-checkout table td {
  font-weight: 500;
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tickera .tickera-checkout table tr:first-child td {
  border-top: none;
}
.tickera .tickera-checkout table tr.last-table-row td {
  border-top: none;
}
.tickera .tickera-checkout table .tc-cart-quantity-wrap {
  background-color: transparent;
  border-radius: 30px;
  width: 120px;
  margin: 4px auto;
  padding: 7px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tickera .tickera-checkout table .tc-cart-quantity-wrap .tickera_button {
  color: rgba(0, 0, 0, 0.15);
  font-size: 30px;
  height: 30px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.tickera .tickera-checkout table .tc-cart-quantity-wrap .quantity {
  border: none;
}

.tickera_additional_info #proceed_to_checkout,
.tc_gateway_form #tc_payment_confirm {
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: 600;
  text-transform: uppercase;
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
}
.tickera_additional_info #proceed_to_checkout.is-style-button-arrow:after,
.tc_gateway_form #tc_payment_confirm.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.tickera_additional_info #proceed_to_checkout:hover, .tickera_additional_info #proceed_to_checkout:focus, .tickera_additional_info #proceed_to_checkout.has-focus,
.tc_gateway_form #tc_payment_confirm:hover,
.tc_gateway_form #tc_payment_confirm:focus,
.tc_gateway_form #tc_payment_confirm.has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}

.tickera_additional_info {
  margin: 50px 0 0 0;
}
.tickera_additional_info h3 {
  font-size: 28px;
  font-family: var(--wp--custom--heading--typography--font-family);
}
.tickera_additional_info .tc-form-ticket-fields-wrap {
  margin: 40px 0 0 0;
  float: left;
  width: 100%;
}
.tickera_additional_info .tc-form-ticket-fields-wrap h2 {
  text-align: left;
  font-size: 28px;
}
.tickera_additional_info .fields-wrap {
  margin: 20px 0 0 0;
}
.tickera_additional_info .fields-wrap label {
  width: auto;
}
.tickera_additional_info .fields-wrap label span {
  font-size: 12px;
  font-weight: 500;
}
.tickera_additional_info .fields-wrap input[type=radio] {
  padding: 0;
}
.tickera_additional_info .fields-wrap input[type=radio]:checked {
  background-color: transparent !important;
  border-color: var(--wp--preset--color--accent);
}
.tickera_additional_info .fields-wrap input[type=radio]:checked:before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.tickera_additional_info .fields-wrap select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px;
  max-width: 100%;
}
.tickera_additional_info .fields-wrap input[type=checkbox] {
  border-radius: 2px;
  padding: 0;
}
.tickera_additional_info .fields-wrap input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--accent);
  border: none;
}
.tickera_additional_info .fields-wrap input[type=checkbox]:checked:before {
  background-color: var(--wp--preset--color--background);
}
.tickera_additional_info .tc_radio_field label {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}

.event_tickets.tickera {
  border-collapse: collapse;
  width: 100%;
}
.event_tickets.tickera tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: var(--wp--custom--heading--typography--font-family);
}
.event_tickets.tickera tr:first-child {
  border-bottom: 1px solid var(--wp--preset--color--foreground);
}
.event_tickets.tickera th {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  background-color: transparent;
}
.event_tickets.tickera td,
.event_tickets.tickera th {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.event_tickets.tickera td:first-child,
.event_tickets.tickera th:first-child {
  text-align: left;
  width: 30%;
}
.event_tickets.tickera tr {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
}
.event_tickets.tickera th:last-child,
.event_tickets.tickera td:last-child {
  width: 1%;
  white-space: nowrap;
}
.event_tickets.tickera td:last-child a:not(.added_to_cart) {
  display: inline-block;
  font-size: 0.95em;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.event_tickets.tickera .woocommerce.add_to_cart_inline a.add_to_cart_button {
  padding: 13px 30px;
  font-family: var(--wp--custom--heading--typography--font-family) !important;
  font-weight: bold;
}
@media (max-width: 783px) {
  .event_tickets.tickera .woocommerce.add_to_cart_inline a.add_to_cart_button {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .event_tickets.tickera .woocommerce.add_to_cart_inline a.add_to_cart_button {
    font-size: 0.65em;
  }
}
.event_tickets.tickera th:last-child {
  text-align: center;
}

.single-tc_events .wp-block-group h2 {
  margin: 40px 0 10px;
}

.tc_event_date_title_front,
.tc_event_location_title_front {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 16px;
  border-radius: 10px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--custom--heading--typography--font-family);
}

.tc-events-wrap .tc-display-filter-events {
  margin-top: 65px;
}
.tc-events-wrap .columns-2,
.tc-events-wrap .columns-3,
.tc-events-wrap .columns-4 {
  width: 100%;
}
.tc-events-wrap .columns-2 .tc-get-featured-image,
.tc-events-wrap .columns-3 .tc-get-featured-image,
.tc-events-wrap .columns-4 .tc-get-featured-image {
  margin-bottom: 20px;
}
.tc-events-wrap h4 {
  font-family: var(--wp--custom--heading--typography--font-family);
  letter-spacing: -0.05rem;
  font-size: var(--wp--preset--font-size--large);
}
.tc-events-wrap h4 a {
  text-decoration: none;
}
.tc-events-wrap h4 a:hover {
  opacity: 0.5;
}
.tc-events-wrap h4:after {
  display: none;
}
.tc-events-wrap .tc-categories-list.tc-event-filters-section {
  margin: 0;
}
.tc-events-wrap .tc-event-date-wrap {
  border-radius: 10px;
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  padding-left: 0;
}
.tc-events-wrap .tc-event-date,
.tc-events-wrap .tc-event-location {
  width: 100%;
  padding: 0;
  border-radius: 10px;
  font-family: var(--wp--custom--heading--typography--font-family);
  margin-bottom: 2px;
}
.tc-events-wrap .tc-event-date span:before {
  content: "\f017";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.tc-events-wrap .tc-event-location span:before {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  padding-left: 2px;
}
.tc-events-wrap .tc-event-filter {
  position: relative;
  z-index: 999;
}
.tc-events-wrap .tc-event-filter h5 {
  font-size: 14px;
  font-family: var(--wp--custom--heading--typography--font-family);
}
.tc-events-wrap .tc-event-filter .tc-event-datepicker {
  padding: 0 0 0 40px;
  height: 46px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.1);
  font-family: var(--wp--custom--body--typography--font-family) !important;
  background: url("../assets/images/date-range-grey.svg") 12px 9px no-repeat;
}
.tc-events-wrap .tc-event-filter .tc-event-datepicker:active, .tc-events-wrap .tc-event-filter .tc-event-datepicker:focus {
  background: url("../assets/images/date-range-grey.svg") 12px 9px no-repeat no-repeat;
  color: rgb(0, 0, 0);
}
.tc-events-wrap .tc-event-filter .tc-event-datepicker:focus::placeholder {
  color: rgb(0, 0, 0);
}
.tc-events-wrap .tc-event-filter .ms-options-wrap button {
  height: 46px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding: 0 0 0 14px;
  border: 1px solid var(--wp--custom--form--border--color);
}
.tc-events-wrap .tc-event-filter .ms-options-wrap input[type=checkbox]:checked:before {
  background-color: var(--wp--preset--color--background);
}
.tc-events-wrap .tc-event-filter .tc-categories-list select {
  height: 46px;
}
.tc-events-wrap .tc-event-filter .tc-event-dates-range .tc-event-datepicker {
  font-size: 14px;
}
.tc-events-wrap .tc-event-filter-button button {
  border-radius: 50px;
  text-transform: uppercase;
  font-family: var(--wp--custom--heading--typography--font-family);
  padding: 17px 0;
  height: auto;
  font-size: 18px;
  background-color: transparent;
  border-color: var(--wp--preset--color--foreground);
  outline: none;
  border-style: solid;
  border-width: 1px;
}
.tc-events-wrap .tc-event-filter-button button:hover {
  cursor: pointer;
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--foreground);
}
.tc-events-wrap .tc-event-filter-button.tc-event-filters-section {
  position: relative;
  top: 7px;
}
.tc-events-wrap .tc-single-event {
  margin-bottom: 60px;
}
.tc-events-wrap .tc-1-column {
  display: flex;
  flex-wrap: nowrap;
  gap: 6%;
}
.tc-events-wrap .tc-1-column .tc-get-featured-image {
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
}

.ms-options-wrap > button:after {
  right: 18px;
}

.ms-options-wrap > button > span,
.tc-events-wrap .tc-event-filter .ms-options-wrap button {
  font-family: var(--wp--custom--body--typography--font-family);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.ms-options-wrap > .ms-options > ul label {
  padding-left: 35px;
  font-size: 14px;
}

body .ms-options-wrap > .ms-options ul input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: -1px;
}

.ms-options-wrap.ms-active > .ms-options {
  padding: 5px 0 0 0;
}

.ms-options-wrap > button > span {
  font-size: 14px;
}

.tc-display-filter-events {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.tc-3-column h4 {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.tc-4-column .tc-event-content-wrap .tc-event-excerpt p,
.tc-3-column .tc-event-content-wrap .tc-event-excerpt p,
.tc-2-column .tc-event-content-wrap .tc-event-excerpt p {
  font-size: 14px !important;
}
.tc-4-column h4,
.tc-3-column h4,
.tc-2-column h4 {
  margin: 10px 0 !important;
}
.tc-4-column .tc-event-date,
.tc-4-column .tc-event-location,
.tc-3-column .tc-event-date,
.tc-3-column .tc-event-location,
.tc-2-column .tc-event-date,
.tc-2-column .tc-event-location {
  width: 100%;
  margin: 0 0 2px 0;
}
.tc-4-column .tc-event-date span,
.tc-4-column .tc-event-location span,
.tc-3-column .tc-event-date span,
.tc-3-column .tc-event-location span,
.tc-2-column .tc-event-date span,
.tc-2-column .tc-event-location span {
  font-size: 0.9em;
}

#tickera_cart {
  max-width: var(--wp--style--global--content-size) !important;
}

.page-template-woo-cart-checkout h2 {
  font-size: 60px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px !important;
}

.tc-add-to-car-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
}
.tc-add-to-car-wrap br,
.tc-add-to-car-wrap p {
  display: none;
}
.tc-add-to-car-wrap .add_to_cart {
  background-color: var(--wp--custom--button--color--background);
  border-radius: 40px;
  border: 2px solid var(--wp--custom--button--border--color);
  color: var(--wp--custom--button--color--text);
  display: inline-block;
  padding: 13px 30px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95em;
}
.tc-add-to-car-wrap .add_to_cart:hover {
  background-color: var(--wp--custom--button--color--text);
  color: var(--wp--custom--button--color--background);
}
.tc-add-to-car-wrap .tc_quantity_selector {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.02);
}

.taxonomy-event_category.wp-block-post-terms a {
  text-transform: uppercase;
}

.tc-event-tickets-sold,
.tc-event-tickets-left-wrap {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
  font-size: 28px;
  float: left;
}

.editor-styles-wrapper .tc-events-wrap span:before {
  display: none;
  content: "";
}

body .ms-options-wrap > .ms-options ul input[type=checkbox] {
  margin-left: 5px;
}

.tc-low-content-width .tc-event-filter-button.tc-event-filters-section {
  width: 18%;
}
.tc-low-content-width .tc-event-dates-range.tc-event-filters-section {
  width: 52%;
}
.tc-low-content-width .tc-event-filters-section.tc-categories-list {
  width: 27%;
}

.apply_coupon {
  color: var(--wp--preset--color--foreground);
}

.tickera-checkout h3 {
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--custom--heading--typography--font-family);
}

.tickera label > span {
  margin-bottom: 10px;
}

.tickera-checkout th {
  font-size: 16px;
}

.tc_warning_ticket_types_needed {
  background-color: transparent;
}

body .tickera .tickera-checkout table th,
.tickera-checkout table tr td,
.tickera-checkout table tr,
body .tickera-checkout table th,
.tickera .tickera-checkout table tr td,
.tickera .tickera-checkout table tr,
.order-details th {
  color: var(--wp--preset--color--foreground);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.order-details {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.order-details th,
.order-details td {
  padding: 10px;
}

.tickera-payment-gateways {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.custom_offline_payments.plugin-title input[type=radio] {
  margin-right: 10px;
}

#tc_payment_confirm {
  background-color: var(--wp--preset--color--foreground);
  border: 1px solid var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight);
  line-height: var(--wp--custom--button--typography--line-height);
  margin: 0 auto;
  width: auto;
}
#tc_payment_confirm:hover {
  cursor: pointer;
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
}

.tc-event-location-wrap {
  margin-top: 0;
}

.tickera .tickera-checkout table .tickera_update {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-weight: 600;
}
.tickera .tickera-checkout table .tickera_update:hover {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
.woocommerce div.product p.stock {
  font-size: 13px;
}

.woocommerce-Address.u-column1 address {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  border-radius: 20px;
  width: 80%;
  font-style: normal;
  font-size: 0.95em;
}

.wc-block-mini-cart__shopping-button a {
  border-radius: 30px;
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
  padding: 15px 44px;
  font-size: 16px;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}

.wc-block-mini-cart__shopping-button a:hover {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  right: 1.3em;
  top: 1em;
}

.wp-block-post-content .wp-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link:after {
  display: none !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: var(--wp--preset--color--foreground);
  opacity: 0.5;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-top: 2em;
  padding-bottom: 2em;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 2em;
  padding-right: 2em;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 12px;
}

.woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text {
  width: 240px;
}
@media (min-width: 601px) {
  .woocommerce-page header.wp-block-template-part ~ .wp-block-post-content,
  .woocommerce header.wp-block-template-part ~ .wp-block-post-content {
    padding-bottom: 7vw;
  }
}
@media (max-width: 600px) {
  .woocommerce-page header.wp-block-template-part ~ .wp-block-post-content,
  .woocommerce header.wp-block-template-part ~ .wp-block-post-content {
    padding-bottom: 50px;
  }
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--foreground);
}
.woocommerce table.shop_attributes {
  border: none;
  text-align: left;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border: none;
  padding: 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: transparent;
}
.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.woocommerce table.shop_table thead th {
  font-size: var(--wp--preset--font-size--tiny);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
  padding-right: 0;
}
.woocommerce a.remove {
  color: #c4c4c4 !important;
}
.woocommerce a.remove:hover {
  background-color: transparent;
  color: #000 !important;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  display: none !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--wp--custom--button--color--background);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--wp--preset--color--foreground);
}

.wc-block-featured-category .wc-block-featured-category__title {
  line-height: var(--wp--custom--typography--line-height--tiny);
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  align-items: center;
  background-color: transparent;
  border-top: 0;
  display: flex;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error a, .woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-message:before {
  color: var(--wp--preset--color--background);
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  color: var(--wp--preset--color--background);
  opacity: 0.5;
  top: 50%;
  transform: translateY(-45%);
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce-page .woocommerce-message a.button {
  font-size: 13px;
  padding: 0.6em 1.6em;
  text-transform: uppercase;
  border-width: 1px;
  order: 2;
}
.woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color),
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color),
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color),
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color),
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color),
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color) {
  background-color: var(--wp--custom--button--color--text);
  color: var(--wp--custom--button--color--background);
}
.woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color):hover, .woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color):focus, .woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color).has-focus {
  filter: invert(1);
}
.woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color):hover, .woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color):focus, .woocommerce .woocommerce-error a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce .woocommerce-info a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce .woocommerce-message a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce-page .woocommerce-error a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce-page .woocommerce-info a.button:not(.has-background):not(.has-text-color).has-focus,
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color):hover,
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color):focus,
.woocommerce-page .woocommerce-message a.button:not(.has-background):not(.has-text-color).has-focus {
  filter: invert(0);
}
@media (min-width: 601px) {
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-info a.button,
  .woocommerce .woocommerce-message a.button,
  .woocommerce-page .woocommerce-error a.button,
  .woocommerce-page .woocommerce-info a.button,
  .woocommerce-page .woocommerce-message a.button {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-info,
  .woocommerce-page .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    padding-left: 2em;
    padding-right: 2em;
  }
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before,
  .woocommerce-page .woocommerce-error:before,
  .woocommerce-page .woocommerce-info:before,
  .woocommerce-page .woocommerce-message:before {
    display: none;
  }
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-info a.button,
  .woocommerce .woocommerce-message a.button,
  .woocommerce-page .woocommerce-error a.button,
  .woocommerce-page .woocommerce-info a.button,
  .woocommerce-page .woocommerce-message a.button {
    order: 2;
    float: none;
    margin-bottom: 0.4em;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce-page table.woocommerce-checkout-review-order-table {
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr + tr,
  .woocommerce-page table.shop_table_responsive tr + tr {
    margin-top: 2em;
  }
  .woocommerce table.shop_table_responsive td,
  .woocommerce-page table.shop_table_responsive td {
    padding-left: 0;
  }
  .woocommerce table.shop_table_responsive tbody td:first-child,
  .woocommerce-page table.shop_table_responsive tbody td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}

.woocommerce-store-notice,
p.demo_store,
.admin-bar p.demo_store {
  background-color: var(--wp--preset--color--foreground);
  padding-left: 20px;
  padding-right: 20px;
  top: auto;
  bottom: 0;
  position: fixed;
}

.admin-bar p.demo_store {
  top: auto;
}

@media (max-width: 600px) {
  .wc-block-featured-category,
  .wc-block-featured-product {
    min-height: 80vw !important;
  }
}

@media (max-width: 1280px) {
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-size: calc(6px + 0.8vw);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 820px) and (hover: none) {
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.4em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 20px 30px;
  }
  .woocommerce-checkout form.woocommerce-checkout .wc_payment_method input[type=radio] + label {
    font-size: 12px;
  }
  .woocommerce-checkout form.woocommerce-checkout #order_review #place_order {
    font-size: 1.3em;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wc-block-components-review-list {
  padding-left: 0;
}

.woocommerce div.product .out-of-stock,
.woocommerce .products .product .out-of-stock,
.single .out-of-stock {
  color: var(--wp--preset--color--background);
}

.wc-block-components-button:not(.is-link).outlined:hover {
  color: var(--wp--preset--color--background) !important;
}

table.wc-block-cart-items {
  border-collapse: collapse;
}

@media (min-width: 601px) {
  .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    line-height: normal;
    justify-content: space-between;
  }
}

.wp-block-woocommerce-attribute-filter,
.wc-block-active-filters .wc-block-active-filters__list-item-name,
.wc-block-formatted-money-amount[type=text],
.wc-block-product-search__label,
.wc-block-stock-filter {
  font-family: var(--wp--custom--heading--typography--font-family);
}

div[data-block-name*=filter],
div[data-type*=filter],
.wc-block-product-categories {
  font-size: 14px;
}

.wc-block-product-search .wc-block-product-search__label {
  font-size: var(--wp--preset--font-size--normal);
}

.wc-block-components-sort-select {
  margin-bottom: 2em;
}

.stars.selected a:after,
.stars a:hover:after,
.stars a:focus:after {
  background: none !important;
  display: none;
}

.wc-filter-element-label-list-count:before,
.wc-filter-element-label-list-count:after,
.wc-block-product-categories-list-item-count:before,
.wc-block-product-categories-list-item-count:after {
  content: " ";
}

@media (min-width: 1441px) {
  .wc-block-featured-category .wc-block-featured-category__description,
  .wc-block-featured-category .wc-block-featured-category__link,
  .wc-block-featured-category .wc-block-featured-category__price,
  .wc-block-featured-category .wc-block-featured-category__title {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.wc-block-active-filters {
  margin-bottom: 0;
}
.wc-block-active-filters .wc-block-active-filters__list {
  margin-bottom: 0;
  padding-bottom: 1.3em;
  position: relative;
}
.wc-block-active-filters .wc-block-active-filters__list:after {
  content: "";
  margin-top: 2.3em;
  display: block;
  height: 1px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  color: transparent;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove svg {
  height: 18px;
  width: 18px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove svg rect {
  fill: #c4c4c4;
}
.wc-block-active-filters .wc-block-active-filters__clear-all {
  margin-bottom: 2px;
  text-decoration: none;
}
.wc-block-active-filters .wc-block-active-filters__clear-all:hover, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all.has-focus {
  text-decoration: underline;
}

.wp-block-woocommerce-active-filters:not(:empty) {
  background-color: #f6f6f8;
  padding: 20px;
}
.wp-block-woocommerce-active-filters:not(:empty) h6 {
  margin-top: 0;
}

.wc-block-checkbox-list,
.wc-block-active-filters__list-item-name {
  letter-spacing: 0.03em;
}

.wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider__range-input-progress {
  height: 1px;
}
@media (max-width: 480px) {
  .wc-block-components-price-slider__range-input-wrapper,
  .wc-block-components-price-slider__range-input-progress {
    width: 99%;
  }
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--wp--preset--color--foreground);
  background: var(--track-background);
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  margin-top: -7px;
  width: 15px;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  margin-top: -7px;
  width: 15px;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: none;
  display: inline-block;
  height: auto;
  padding: 0;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  text-align: right;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  margin-bottom: 0.5em;
}

.wc-block-product-search .wc-block-product-search__label {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1em;
  text-transform: none;
}
.wc-block-product-search input.wc-block-product-search__field,
.wc-block-product-search .wc-block-product-search__field input {
  border-width: 1px 0 1px 1px;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.wc-block-product-search .wc-block-product-search__button {
  background-color: transparent;
  border-color: var(--wp--custom--form--border--color);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  margin-left: 0;
}
.wc-block-product-search .wc-block-product-search__button:hover svg, .wc-block-product-search .wc-block-product-search__button:focus svg, .wc-block-product-search .wc-block-product-search__button.has-focus svg {
  fill: var(--wp--preset--color--foreground);
}
.wc-block-product-search .wc-block-product-search__button svg {
  fill: var(--wp--custom--form--border--color);
}

.wc-block-components-review-list-item__image {
  height: 2.5em;
  width: 2.5em;
}
.wc-block-components-review-list-item__image > img {
  border-radius: 2em;
}

.wc-block-grid__product .wc-block-grid__product-title {
  margin-bottom: 0;
  text-align: center;
}

.wc-block-grid {
  font-weight: 400;
}
.wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
  font-size: initial;
}
@media (min-width: 601px) and (max-width: 820px) {
  .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
    justify-content: flex-start;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}

div[data-block-name*=filter] button[type=submit],
div[data-block-name*=filter] .wc-block-active-filters__clear-all,
div[data-block-name*=filter] .wc-block-components-filter-reset-button,
div[data-type*=filter] button[type=submit],
div[data-type*=filter] .wc-block-active-filters__clear-all,
div[data-type*=filter] .wc-block-components-filter-reset-button,
.wc-block-product-categories button[type=submit],
.wc-block-product-categories .wc-block-active-filters__clear-all,
.wc-block-product-categories .wc-block-components-filter-reset-button {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  height: auto;
  line-height: var(--wp--custom--typography--line-height--tiny);
}
div[data-block-name*=filter] button[type=submit]:not(.wp-block-search__button),
div[data-block-name*=filter] .wc-block-active-filters__clear-all:not(.wp-block-search__button),
div[data-block-name*=filter] .wc-block-components-filter-reset-button:not(.wp-block-search__button),
div[data-type*=filter] button[type=submit]:not(.wp-block-search__button),
div[data-type*=filter] .wc-block-active-filters__clear-all:not(.wp-block-search__button),
div[data-type*=filter] .wc-block-components-filter-reset-button:not(.wp-block-search__button),
.wc-block-product-categories button[type=submit]:not(.wp-block-search__button),
.wc-block-product-categories .wc-block-active-filters__clear-all:not(.wp-block-search__button),
.wc-block-product-categories .wc-block-components-filter-reset-button:not(.wp-block-search__button) {
  height: auto;
}
div[data-block-name*=filter] > h6,
div[data-block-name*=filter] label,
div[data-type*=filter] > h6,
div[data-type*=filter] label,
.wc-block-product-categories > h6,
.wc-block-product-categories label {
  text-transform: uppercase;
}
div[data-block-name*=filter] label,
div[data-type*=filter] label,
.wc-block-product-categories label {
  margin-bottom: 0;
}

.components-form-token-field__input-container {
  padding: 0;
}
.components-form-token-field__input-container input[type=text].components-form-token-field__input {
  padding: var(--wp--custom--form--padding);
}

.wc-block-attribute-filter.style-dropdown {
  align-items: center;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-size: 0.857em;
  margin-left: 0;
  margin-right: 0;
}

.wc-block-components-order-summary-item__quantity {
  background: transparent;
  border: 1px solid var(--wp--preset--color--foreground);
  box-shadow: none;
  color: var(--wp--preset--color--foreground);
}

.wc-block-grid__product-add-to-cart.wp-block-button,
.wc-block-grid__product-price.price {
  text-align: center;
}

.wp-site-blocks .wc-block-grid__product .wc-block-grid__product-add-to-cart a {
  font-size: 12px !important;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: var(--wp--custom--form--border--color);
}

.woocommerce form .form-row {
  margin-bottom: 1em;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}
.woocommerce .quantity {
  border: 1px solid;
  border-color: var(--wp--preset--color--secondary);
  display: inline-flex;
  border-radius: 30px;
}
.woocommerce .quantity .qty {
  appearance: textfield !important;
  border: none;
  min-width: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
@media (max-width: 480px) {
  .woocommerce .quantity .qty {
    width: 20px;
  }
}
.woocommerce .quantity .qty:focus {
  box-shadow: inset 0 0 1px 1px var(--wp--custom--form--border--color);
  outline: none;
}
.woocommerce .quantity .qty.custom-num-input::-webkit-inner-spin-button, .woocommerce .quantity .qty.custom-num-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.woocommerce .quantity .down,
.woocommerce .quantity .up {
  background: none transparent;
  border: none;
  color: var(--wp--custom--form--border--color);
  cursor: pointer;
  font-size: 1.3em;
  min-width: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.woocommerce .quantity .down:hover, .woocommerce .quantity .down:focus,
.woocommerce .quantity .up:hover,
.woocommerce .quantity .up:focus {
  opacity: 1;
}
.woocommerce .quantity .up {
  padding-right: 14px;
}
.woocommerce .quantity .down {
  padding-left: 14px;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 3em;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 44px;
  border-radius: 10px;
}

.woocommerce-EditAccountForm fieldset input {
  background-color: #fdfdfd !important;
  opacity: 1 !important;
}

.woocommerce-EditAccountForm legend {
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
  margin: 0 0 20px 0;
  float: left;
  font-size: 1.1em;
}

.edit-account span em {
  font-style: normal;
  letter-spacing: 0.08em;
}

.products,
.wc-block-grid__products,
.woocommerce-result-count,
.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  font-size: var(--wp--preset--font-size--tiny);
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.woocommerce ul.products li.product .price {
  font-size: 1em;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
  }
  .woocommerce .woocommerce-ordering {
    margin-top: 1em;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    margin-bottom: 3.5em;
    width: 100%;
  }
}
.woocommerce .woocommerce-ordering select {
  letter-spacing: 0.02em;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  float: none;
}
.woocommerce ul.products li.product > a:first-of-type {
  position: relative;
}
@media (min-width: 601px) {
  .woocommerce ul.products.columns-1, .woocommerce ul.products.columns-2, .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-5, .woocommerce ul.products.columns-6 {
    display: grid;
  }
  .woocommerce ul.products.columns-1 li.product, .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.columns-6 li.product {
    width: 100% !important;
  }
  .woocommerce ul.products.columns-1 {
    grid-template-columns: 100%;
  }
  .woocommerce ul.products.columns-2 {
    grid-template-columns: repeat(2, 50%);
  }
  .woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 821px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 33.3333%);
  }
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, 25%);
  }
  .woocommerce ul.products.columns-5 {
    grid-template-columns: repeat(5, 20%);
  }
  .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(6, 16.6666%);
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, 50%);
  }
  .woocommerce ul.products.columns-5, .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(3, 33.3333%);
  }
}
.woocommerce .woocommerce-result-count {
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 0.02em;
  margin-top: 2.3em;
  margin-bottom: 0;
  opacity: 0.4;
}
.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  font-weight: 400;
}
@media (min-width: 601px) {
  .woocommerce .products .product .onsale,
  .woocommerce ul.products li.product .onsale,
  .woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
    top: -10px;
    right: -20px;
    left: unset;
  }
}
@media (max-width: 600px) {
  .woocommerce .products .product .onsale,
  .woocommerce ul.products li.product .onsale,
  .woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
    top: -1rem;
  }
}
.woocommerce.wc-block-catalog-sorting select.orderby {
  font-size: var(--wp--preset--font-size--tiny);
  transition: border-color 0.3s;
}
.woocommerce.wc-block-catalog-sorting select.orderby:not(:hover), .woocommerce.wc-block-catalog-sorting select.orderby:not(:focus) {
  border-color: var(--wp--preset--color--secondary);
}
.woocommerce.wc-block-catalog-sorting select.orderby:hover, .woocommerce.wc-block-catalog-sorting select.orderby:focus {
  border-color: var(--wp--preset--color--foreground);
}

.product-excerpt {
  font-size: 12px;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: var(--wp--custom--margin--vertical);
  opacity: 0.5;
}

.tc-theme-frontend ul.products li.product,
.tc-theme-frontend ul.products .wc-block-grid__product,
.tc-theme-frontend .wc-block-grid__products li.product,
.tc-theme-frontend .wc-block-grid__products .wc-block-grid__product {
  transition: 0.4s cubic-bezier(0, 0, 0.3, 1.2);
}
.tc-theme-frontend ul.products li.product:not(.scrolled-to),
.tc-theme-frontend ul.products .wc-block-grid__product:not(.scrolled-to),
.tc-theme-frontend .wc-block-grid__products li.product:not(.scrolled-to),
.tc-theme-frontend .wc-block-grid__products .wc-block-grid__product:not(.scrolled-to) {
  opacity: 0;
  translate: 0 6vw;
}

.wp-block-group .wp-block-woocommerce-related-products ul,
.wp-site-blocks ul.products-block-post-template {
  border-right: none;
}
@media (max-width: 821px) {
  .wp-block-group .wp-block-woocommerce-related-products ul,
  .wp-site-blocks ul.products-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wp-block-woocommerce-related-products li.product,
.wp-block-woocommerce-related-products .wc-block-grid__product,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content,
.woocommerce ul.products li.product,
.woocommerce ul.products .wc-block-grid__product,
.woocommerce ul.products .block-editor-block-preview__live-content,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product,
.wc-block-grid__products .block-editor-block-preview__live-content,
ul.products-block-post-template li.product,
ul.products-block-post-template .wc-block-grid__product,
ul.products-block-post-template .block-editor-block-preview__live-content,
.products-block-post-template li.product,
.products-block-post-template .wc-block-grid__product,
.products-block-post-template .block-editor-block-preview__live-content {
  border: none;
  margin-top: -1px !important;
  margin-right: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .wp-block-woocommerce-related-products li.product.outofstock .woocommerce-loop-product__title:last-child,
  .wp-block-woocommerce-related-products .wc-block-grid__product.outofstock .woocommerce-loop-product__title:last-child,
  .wp-block-woocommerce-related-products .block-editor-block-preview__live-content.outofstock .woocommerce-loop-product__title:last-child,
  .woocommerce ul.products li.product.outofstock .woocommerce-loop-product__title:last-child,
  .woocommerce ul.products .wc-block-grid__product.outofstock .woocommerce-loop-product__title:last-child,
  .woocommerce ul.products .block-editor-block-preview__live-content.outofstock .woocommerce-loop-product__title:last-child,
  .wc-block-grid__products li.product.outofstock .woocommerce-loop-product__title:last-child,
  .wc-block-grid__products .wc-block-grid__product.outofstock .woocommerce-loop-product__title:last-child,
  .wc-block-grid__products .block-editor-block-preview__live-content.outofstock .woocommerce-loop-product__title:last-child,
  ul.products-block-post-template li.product.outofstock .woocommerce-loop-product__title:last-child,
  ul.products-block-post-template .wc-block-grid__product.outofstock .woocommerce-loop-product__title:last-child,
  ul.products-block-post-template .block-editor-block-preview__live-content.outofstock .woocommerce-loop-product__title:last-child,
  .products-block-post-template li.product.outofstock .woocommerce-loop-product__title:last-child,
  .products-block-post-template .wc-block-grid__product.outofstock .woocommerce-loop-product__title:last-child,
  .products-block-post-template .block-editor-block-preview__live-content.outofstock .woocommerce-loop-product__title:last-child {
    margin-bottom: 2em;
  }
}
.wp-block-woocommerce-related-products li.product .posted_in,
.wp-block-woocommerce-related-products .wc-block-grid__product .posted_in,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .posted_in,
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products .wc-block-grid__product .posted_in,
.woocommerce ul.products .block-editor-block-preview__live-content .posted_in,
.wc-block-grid__products li.product .posted_in,
.wc-block-grid__products .wc-block-grid__product .posted_in,
.wc-block-grid__products .block-editor-block-preview__live-content .posted_in,
ul.products-block-post-template li.product .posted_in,
ul.products-block-post-template .wc-block-grid__product .posted_in,
ul.products-block-post-template .block-editor-block-preview__live-content .posted_in,
.products-block-post-template li.product .posted_in,
.products-block-post-template .wc-block-grid__product .posted_in,
.products-block-post-template .block-editor-block-preview__live-content .posted_in {
  margin-bottom: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}
.wp-block-woocommerce-related-products li.product .posted_in a,
.wp-block-woocommerce-related-products .wc-block-grid__product .posted_in a,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .posted_in a,
.woocommerce ul.products li.product .posted_in a,
.woocommerce ul.products .wc-block-grid__product .posted_in a,
.woocommerce ul.products .block-editor-block-preview__live-content .posted_in a,
.wc-block-grid__products li.product .posted_in a,
.wc-block-grid__products .wc-block-grid__product .posted_in a,
.wc-block-grid__products .block-editor-block-preview__live-content .posted_in a,
ul.products-block-post-template li.product .posted_in a,
ul.products-block-post-template .wc-block-grid__product .posted_in a,
ul.products-block-post-template .block-editor-block-preview__live-content .posted_in a,
.products-block-post-template li.product .posted_in a,
.products-block-post-template .wc-block-grid__product .posted_in a,
.products-block-post-template .block-editor-block-preview__live-content .posted_in a {
  opacity: 0.3;
  transition: 0.3s;
}
.wp-block-woocommerce-related-products li.product .posted_in a:hover, .wp-block-woocommerce-related-products li.product .posted_in a:focus, .wp-block-woocommerce-related-products li.product .posted_in a.has-focus,
.wp-block-woocommerce-related-products .wc-block-grid__product .posted_in a:hover,
.wp-block-woocommerce-related-products .wc-block-grid__product .posted_in a:focus,
.wp-block-woocommerce-related-products .wc-block-grid__product .posted_in a.has-focus,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .posted_in a:hover,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .posted_in a:focus,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .posted_in a.has-focus,
.woocommerce ul.products li.product .posted_in a:hover,
.woocommerce ul.products li.product .posted_in a:focus,
.woocommerce ul.products li.product .posted_in a.has-focus,
.woocommerce ul.products .wc-block-grid__product .posted_in a:hover,
.woocommerce ul.products .wc-block-grid__product .posted_in a:focus,
.woocommerce ul.products .wc-block-grid__product .posted_in a.has-focus,
.woocommerce ul.products .block-editor-block-preview__live-content .posted_in a:hover,
.woocommerce ul.products .block-editor-block-preview__live-content .posted_in a:focus,
.woocommerce ul.products .block-editor-block-preview__live-content .posted_in a.has-focus,
.wc-block-grid__products li.product .posted_in a:hover,
.wc-block-grid__products li.product .posted_in a:focus,
.wc-block-grid__products li.product .posted_in a.has-focus,
.wc-block-grid__products .wc-block-grid__product .posted_in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted_in a:focus,
.wc-block-grid__products .wc-block-grid__product .posted_in a.has-focus,
.wc-block-grid__products .block-editor-block-preview__live-content .posted_in a:hover,
.wc-block-grid__products .block-editor-block-preview__live-content .posted_in a:focus,
.wc-block-grid__products .block-editor-block-preview__live-content .posted_in a.has-focus,
ul.products-block-post-template li.product .posted_in a:hover,
ul.products-block-post-template li.product .posted_in a:focus,
ul.products-block-post-template li.product .posted_in a.has-focus,
ul.products-block-post-template .wc-block-grid__product .posted_in a:hover,
ul.products-block-post-template .wc-block-grid__product .posted_in a:focus,
ul.products-block-post-template .wc-block-grid__product .posted_in a.has-focus,
ul.products-block-post-template .block-editor-block-preview__live-content .posted_in a:hover,
ul.products-block-post-template .block-editor-block-preview__live-content .posted_in a:focus,
ul.products-block-post-template .block-editor-block-preview__live-content .posted_in a.has-focus,
.products-block-post-template li.product .posted_in a:hover,
.products-block-post-template li.product .posted_in a:focus,
.products-block-post-template li.product .posted_in a.has-focus,
.products-block-post-template .wc-block-grid__product .posted_in a:hover,
.products-block-post-template .wc-block-grid__product .posted_in a:focus,
.products-block-post-template .wc-block-grid__product .posted_in a.has-focus,
.products-block-post-template .block-editor-block-preview__live-content .posted_in a:hover,
.products-block-post-template .block-editor-block-preview__live-content .posted_in a:focus,
.products-block-post-template .block-editor-block-preview__live-content .posted_in a.has-focus {
  opacity: 1;
}
.wp-block-woocommerce-related-products li.product .price,
.wp-block-woocommerce-related-products .wc-block-grid__product .price,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products .wc-block-grid__product .price,
.woocommerce ul.products .block-editor-block-preview__live-content .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price,
.wc-block-grid__products .block-editor-block-preview__live-content .price,
ul.products-block-post-template li.product .price,
ul.products-block-post-template .wc-block-grid__product .price,
ul.products-block-post-template .block-editor-block-preview__live-content .price,
.products-block-post-template li.product .price,
.products-block-post-template .wc-block-grid__product .price,
.products-block-post-template .block-editor-block-preview__live-content .price {
  border: none;
  font-family: var(--wp--custom--body--typography--font-family);
  font-weight: 600;
  margin-top: 10px;
  transition: 0.4s;
  will-change: transform;
}
.wp-block-woocommerce-related-products li.product .price:empty,
.wp-block-woocommerce-related-products .wc-block-grid__product .price:empty,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .price:empty,
.woocommerce ul.products li.product .price:empty,
.woocommerce ul.products .wc-block-grid__product .price:empty,
.woocommerce ul.products .block-editor-block-preview__live-content .price:empty,
.wc-block-grid__products li.product .price:empty,
.wc-block-grid__products .wc-block-grid__product .price:empty,
.wc-block-grid__products .block-editor-block-preview__live-content .price:empty,
ul.products-block-post-template li.product .price:empty,
ul.products-block-post-template .wc-block-grid__product .price:empty,
ul.products-block-post-template .block-editor-block-preview__live-content .price:empty,
.products-block-post-template li.product .price:empty,
.products-block-post-template .wc-block-grid__product .price:empty,
.products-block-post-template .block-editor-block-preview__live-content .price:empty {
  min-height: var(--wp--custom--body--typography--line-height);
}
.wp-block-woocommerce-related-products li.product .price ins,
.wp-block-woocommerce-related-products .wc-block-grid__product .price ins,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products .wc-block-grid__product .price ins,
.woocommerce ul.products .block-editor-block-preview__live-content .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins,
.wc-block-grid__products .block-editor-block-preview__live-content .price ins,
ul.products-block-post-template li.product .price ins,
ul.products-block-post-template .wc-block-grid__product .price ins,
ul.products-block-post-template .block-editor-block-preview__live-content .price ins,
.products-block-post-template li.product .price ins,
.products-block-post-template .wc-block-grid__product .price ins,
.products-block-post-template .block-editor-block-preview__live-content .price ins {
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 600px) {
  .wp-block-woocommerce-related-products li.product .price,
  .wp-block-woocommerce-related-products .wc-block-grid__product .price,
  .wp-block-woocommerce-related-products .block-editor-block-preview__live-content .price,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products .wc-block-grid__product .price,
  .woocommerce ul.products .block-editor-block-preview__live-content .price,
  .wc-block-grid__products li.product .price,
  .wc-block-grid__products .wc-block-grid__product .price,
  .wc-block-grid__products .block-editor-block-preview__live-content .price,
  ul.products-block-post-template li.product .price,
  ul.products-block-post-template .wc-block-grid__product .price,
  ul.products-block-post-template .block-editor-block-preview__live-content .price,
  .products-block-post-template li.product .price,
  .products-block-post-template .wc-block-grid__product .price,
  .products-block-post-template .block-editor-block-preview__live-content .price {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.wp-block-woocommerce-related-products li.product .add_to_cart_button:hover,
.wp-block-woocommerce-related-products li.product > .button:hover,
.wp-block-woocommerce-related-products .wc-block-grid__product .add_to_cart_button:hover,
.wp-block-woocommerce-related-products .wc-block-grid__product > .button:hover,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .add_to_cart_button:hover,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product > .button:hover,
.woocommerce ul.products .wc-block-grid__product .add_to_cart_button:hover,
.woocommerce ul.products .wc-block-grid__product > .button:hover,
.woocommerce ul.products .block-editor-block-preview__live-content .add_to_cart_button:hover,
.woocommerce ul.products .block-editor-block-preview__live-content > .button:hover,
.wc-block-grid__products li.product .add_to_cart_button:hover,
.wc-block-grid__products li.product > .button:hover,
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button:hover,
.wc-block-grid__products .wc-block-grid__product > .button:hover,
.wc-block-grid__products .block-editor-block-preview__live-content .add_to_cart_button:hover,
.wc-block-grid__products .block-editor-block-preview__live-content > .button:hover,
ul.products-block-post-template li.product .add_to_cart_button:hover,
ul.products-block-post-template li.product > .button:hover,
ul.products-block-post-template .wc-block-grid__product .add_to_cart_button:hover,
ul.products-block-post-template .wc-block-grid__product > .button:hover,
ul.products-block-post-template .block-editor-block-preview__live-content .add_to_cart_button:hover,
ul.products-block-post-template .block-editor-block-preview__live-content > .button:hover,
.products-block-post-template li.product .add_to_cart_button:hover,
.products-block-post-template li.product > .button:hover,
.products-block-post-template .wc-block-grid__product .add_to_cart_button:hover,
.products-block-post-template .wc-block-grid__product > .button:hover,
.products-block-post-template .block-editor-block-preview__live-content .add_to_cart_button:hover,
.products-block-post-template .block-editor-block-preview__live-content > .button:hover {
  text-decoration: none !important;
}
.wp-block-woocommerce-related-products li.product .added_to_cart,
.wp-block-woocommerce-related-products .wc-block-grid__product .added_to_cart,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .added_to_cart,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products .wc-block-grid__product .added_to_cart,
.woocommerce ul.products .block-editor-block-preview__live-content .added_to_cart,
.wc-block-grid__products li.product .added_to_cart,
.wc-block-grid__products .wc-block-grid__product .added_to_cart,
.wc-block-grid__products .block-editor-block-preview__live-content .added_to_cart,
ul.products-block-post-template li.product .added_to_cart,
ul.products-block-post-template .wc-block-grid__product .added_to_cart,
ul.products-block-post-template .block-editor-block-preview__live-content .added_to_cart,
.products-block-post-template li.product .added_to_cart,
.products-block-post-template .wc-block-grid__product .added_to_cart,
.products-block-post-template .block-editor-block-preview__live-content .added_to_cart {
  float: none;
  line-height: var(--wp--custom--typography--line-height--tiny);
  font-size: 12px;
  margin-top: 0;
}
.wp-block-woocommerce-related-products li.product .woocommerce-loop-product__title,
.wp-block-woocommerce-related-products li.product .wc-block-grid__product-title,
.wp-block-woocommerce-related-products .wc-block-grid__product .woocommerce-loop-product__title,
.wp-block-woocommerce-related-products .wc-block-grid__product .wc-block-grid__product-title,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .woocommerce-loop-product__title,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content .wc-block-grid__product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .wc-block-grid__product-title,
.woocommerce ul.products .wc-block-grid__product .woocommerce-loop-product__title,
.woocommerce ul.products .wc-block-grid__product .wc-block-grid__product-title,
.woocommerce ul.products .block-editor-block-preview__live-content .woocommerce-loop-product__title,
.woocommerce ul.products .block-editor-block-preview__live-content .wc-block-grid__product-title,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .block-editor-block-preview__live-content .woocommerce-loop-product__title,
.wc-block-grid__products .block-editor-block-preview__live-content .wc-block-grid__product-title,
ul.products-block-post-template li.product .woocommerce-loop-product__title,
ul.products-block-post-template li.product .wc-block-grid__product-title,
ul.products-block-post-template .wc-block-grid__product .woocommerce-loop-product__title,
ul.products-block-post-template .wc-block-grid__product .wc-block-grid__product-title,
ul.products-block-post-template .block-editor-block-preview__live-content .woocommerce-loop-product__title,
ul.products-block-post-template .block-editor-block-preview__live-content .wc-block-grid__product-title,
.products-block-post-template li.product .woocommerce-loop-product__title,
.products-block-post-template li.product .wc-block-grid__product-title,
.products-block-post-template .wc-block-grid__product .woocommerce-loop-product__title,
.products-block-post-template .wc-block-grid__product .wc-block-grid__product-title,
.products-block-post-template .block-editor-block-preview__live-content .woocommerce-loop-product__title,
.products-block-post-template .block-editor-block-preview__live-content .wc-block-grid__product-title {
  font-size: var(--wp--preset--font-size--normal);
  font-family: var(--wp--custom--heading--typography--font-family) !important;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 2px;
  text-transform: var(--wp--custom--heading--typography--text-transform);
}
.wp-block-woocommerce-related-products li.product > a:first-of-type,
.wp-block-woocommerce-related-products .wc-block-grid__product > a:first-of-type,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > a:first-of-type,
.woocommerce ul.products li.product > a:first-of-type,
.woocommerce ul.products .wc-block-grid__product > a:first-of-type,
.woocommerce ul.products .block-editor-block-preview__live-content > a:first-of-type,
.wc-block-grid__products li.product > a:first-of-type,
.wc-block-grid__products .wc-block-grid__product > a:first-of-type,
.wc-block-grid__products .block-editor-block-preview__live-content > a:first-of-type,
ul.products-block-post-template li.product > a:first-of-type,
ul.products-block-post-template .wc-block-grid__product > a:first-of-type,
ul.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type,
.products-block-post-template li.product > a:first-of-type,
.products-block-post-template .wc-block-grid__product > a:first-of-type,
.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type {
  display: block;
}
.wp-block-woocommerce-related-products li.product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.wp-block-woocommerce-related-products .wc-block-grid__product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.woocommerce ul.products li.product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.woocommerce ul.products .wc-block-grid__product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.woocommerce ul.products .block-editor-block-preview__live-content > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.wc-block-grid__products li.product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.wc-block-grid__products .wc-block-grid__product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.wc-block-grid__products .block-editor-block-preview__live-content > a:first-of-type:hover img:not(:only-of-type):first-of-type,
ul.products-block-post-template li.product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
ul.products-block-post-template .wc-block-grid__product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
ul.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.products-block-post-template li.product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.products-block-post-template .wc-block-grid__product > a:first-of-type:hover img:not(:only-of-type):first-of-type,
.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type:hover img:not(:only-of-type):first-of-type {
  opacity: 0;
  visibility: hidden;
}
.wp-block-woocommerce-related-products li.product > a:first-of-type:hover img + img,
.wp-block-woocommerce-related-products .wc-block-grid__product > a:first-of-type:hover img + img,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > a:first-of-type:hover img + img,
.woocommerce ul.products li.product > a:first-of-type:hover img + img,
.woocommerce ul.products .wc-block-grid__product > a:first-of-type:hover img + img,
.woocommerce ul.products .block-editor-block-preview__live-content > a:first-of-type:hover img + img,
.wc-block-grid__products li.product > a:first-of-type:hover img + img,
.wc-block-grid__products .wc-block-grid__product > a:first-of-type:hover img + img,
.wc-block-grid__products .block-editor-block-preview__live-content > a:first-of-type:hover img + img,
ul.products-block-post-template li.product > a:first-of-type:hover img + img,
ul.products-block-post-template .wc-block-grid__product > a:first-of-type:hover img + img,
ul.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type:hover img + img,
.products-block-post-template li.product > a:first-of-type:hover img + img,
.products-block-post-template .wc-block-grid__product > a:first-of-type:hover img + img,
.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type:hover img + img {
  opacity: 1;
  visibility: visible;
}
.wp-block-woocommerce-related-products li.product > a:first-of-type .wc-block-grid__product-image,
.wp-block-woocommerce-related-products .wc-block-grid__product > a:first-of-type .wc-block-grid__product-image,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > a:first-of-type .wc-block-grid__product-image,
.woocommerce ul.products li.product > a:first-of-type .wc-block-grid__product-image,
.woocommerce ul.products .wc-block-grid__product > a:first-of-type .wc-block-grid__product-image,
.woocommerce ul.products .block-editor-block-preview__live-content > a:first-of-type .wc-block-grid__product-image,
.wc-block-grid__products li.product > a:first-of-type .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product > a:first-of-type .wc-block-grid__product-image,
.wc-block-grid__products .block-editor-block-preview__live-content > a:first-of-type .wc-block-grid__product-image,
ul.products-block-post-template li.product > a:first-of-type .wc-block-grid__product-image,
ul.products-block-post-template .wc-block-grid__product > a:first-of-type .wc-block-grid__product-image,
ul.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type .wc-block-grid__product-image,
.products-block-post-template li.product > a:first-of-type .wc-block-grid__product-image,
.products-block-post-template .wc-block-grid__product > a:first-of-type .wc-block-grid__product-image,
.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type .wc-block-grid__product-image {
  overflow: hidden;
}
.wp-block-woocommerce-related-products li.product > a:first-of-type img,
.wp-block-woocommerce-related-products .wc-block-grid__product > a:first-of-type img,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > a:first-of-type img,
.woocommerce ul.products li.product > a:first-of-type img,
.woocommerce ul.products .wc-block-grid__product > a:first-of-type img,
.woocommerce ul.products .block-editor-block-preview__live-content > a:first-of-type img,
.wc-block-grid__products li.product > a:first-of-type img,
.wc-block-grid__products .wc-block-grid__product > a:first-of-type img,
.wc-block-grid__products .block-editor-block-preview__live-content > a:first-of-type img,
ul.products-block-post-template li.product > a:first-of-type img,
ul.products-block-post-template .wc-block-grid__product > a:first-of-type img,
ul.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type img,
.products-block-post-template li.product > a:first-of-type img,
.products-block-post-template .wc-block-grid__product > a:first-of-type img,
.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type img {
  transition: 0.2s;
  will-change: opacity;
}
.wp-block-woocommerce-related-products li.product > a:first-of-type img + img,
.wp-block-woocommerce-related-products .wc-block-grid__product > a:first-of-type img + img,
.wp-block-woocommerce-related-products .block-editor-block-preview__live-content > a:first-of-type img + img,
.woocommerce ul.products li.product > a:first-of-type img + img,
.woocommerce ul.products .wc-block-grid__product > a:first-of-type img + img,
.woocommerce ul.products .block-editor-block-preview__live-content > a:first-of-type img + img,
.wc-block-grid__products li.product > a:first-of-type img + img,
.wc-block-grid__products .wc-block-grid__product > a:first-of-type img + img,
.wc-block-grid__products .block-editor-block-preview__live-content > a:first-of-type img + img,
ul.products-block-post-template li.product > a:first-of-type img + img,
ul.products-block-post-template .wc-block-grid__product > a:first-of-type img + img,
ul.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type img + img,
.products-block-post-template li.product > a:first-of-type img + img,
.products-block-post-template .wc-block-grid__product > a:first-of-type img + img,
.products-block-post-template .block-editor-block-preview__live-content > a:first-of-type img + img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-woocommerce-related-products .wc-block-grid__product-image,
.woocommerce ul.products .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product-image,
ul.products-block-post-template .wc-block-grid__product-image,
.products-block-post-template .wc-block-grid__product-image {
  display: block;
}
.wp-block-woocommerce-related-products .wc-block-grid__product-image img,
.woocommerce ul.products .wc-block-grid__product-image img,
.wc-block-grid__products .wc-block-grid__product-image img,
ul.products-block-post-template .wc-block-grid__product-image img,
.products-block-post-template .wc-block-grid__product-image img {
  width: 100%;
}

.woocommerce ul.products,
.wc-block-product-template {
  gap: 2vw;
}

.woocommerce ul.products,
.wc-block-product-template,
.wp-block-post-template-is-layout-grid {
  display: grid;
}
.woocommerce ul.products .product,
.wc-block-product-template .product,
.wp-block-post-template-is-layout-grid .product {
  max-width: 100% !important;
}
@media (min-width: 769px) {
  .woocommerce ul.products.columns-2,
  .wc-block-product-template.columns-2,
  .wp-block-post-template-is-layout-grid.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-3,
  .wc-block-product-template.columns-3,
  .wp-block-post-template-is-layout-grid.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-4,
  .wc-block-product-template.columns-4,
  .wp-block-post-template-is-layout-grid.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-5,
  .wc-block-product-template.columns-5,
  .wp-block-post-template-is-layout-grid.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-6,
  .wc-block-product-template.columns-6,
  .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 601px) {
  .woocommerce ul.products.columns-2,
  .wc-block-product-template.columns-2,
  .wp-block-post-template-is-layout-grid.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-3,
  .wc-block-product-template.columns-3,
  .wp-block-post-template-is-layout-grid.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1441px) {
  .woocommerce ul.products.columns-6,
  .wc-block-product-template.columns-6,
  .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .woocommerce ul.products.columns-6,
  .wc-block-product-template.columns-6,
  .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.columns-5,
  .wc-block-product-template.columns-5,
  .wp-block-post-template-is-layout-grid.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-4,
  .wc-block-product-template.columns-4,
  .wp-block-post-template-is-layout-grid.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-5, .woocommerce ul.products.columns-6,
  .wc-block-product-template.columns-5,
  .wc-block-product-template.columns-6,
  .wp-block-post-template-is-layout-grid.columns-5,
  .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4,
  .wc-block-product-template.columns-3,
  .wc-block-product-template.columns-4,
  .wp-block-post-template-is-layout-grid.columns-3,
  .wp-block-post-template-is-layout-grid.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .woocommerce ul.products.columns-6,
  .wc-block-product-template.columns-6,
  .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .woocommerce ul.products.columns-5, .woocommerce ul.products.columns-6,
  .wc-block-product-template.columns-5,
  .wc-block-product-template.columns-6,
  .wp-block-post-template-is-layout-grid.columns-5,
  .wp-block-post-template-is-layout-grid.columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woocommerce ul.products.columns-2, .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4,
  .wc-block-product-template.columns-2,
  .wc-block-product-template.columns-3,
  .wc-block-product-template.columns-4,
  .wp-block-post-template-is-layout-grid.columns-2,
  .wp-block-post-template-is-layout-grid.columns-3,
  .wp-block-post-template-is-layout-grid.columns-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.wc-block-grid .wc-block-grid__products {
  display: grid;
  gap: 2vw;
}
.wc-block-grid .wc-block-grid__product {
  max-width: 100% !important;
}
@media (min-width: 601px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1441px) {
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .wc-block-grid.has-5-columns .wc-block-grid__products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products, .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wc-block-grid.has-2-columns .wc-block-grid__products, .wc-block-grid.has-3-columns .wc-block-grid__products, .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.wc-block-grid {
  padding: 0 !important;
}
@media (min-width: 601px) and (max-width: 820px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.wc-block-grid .wc-block-components-product-title {
  font-weight: 500;
}
.wc-block-grid .wc-block-components-product-title .wc-block-components-product-name {
  text-decoration: none;
}
.wc-block-grid .wc-block-components-product-title .wc-block-components-product-name:hover, .wc-block-grid .wc-block-components-product-title .wc-block-components-product-name:focus, .wc-block-grid .wc-block-components-product-title .wc-block-components-product-name.has-focus {
  text-decoration: underline;
}

.wc-block-grid__products {
  margin-left: 0;
  margin-right: 0;
}
.wc-block-grid__products .wc-block-grid__product-link {
  text-decoration: none;
}

.wc-block-grid__product {
  text-align: initial;
}
@media (max-width: 600px) {
  .wc-block-grid__product {
    border-bottom-width: 50px;
  }
}
.wc-block-grid__product .wp-block-button {
  margin-bottom: 0;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin-left: 0;
  margin-right: 0;
}

.archive.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.archive .is-layout-constrained .woocommerce-products-header,
.archive .is-layout-constrained .product-category-filter {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
.archive .product-category-filter {
  row-gap: 0;
}
@media (max-width: 600px) {
  .archive .product-category-filter {
    line-height: 1.4 !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.archive .product-category-filter a {
  padding-left: 0;
  padding-right: 0;
  opacity: 0.3;
}
.archive .product-category-filter a:after {
  display: none;
}
.archive .product-category-filter .active-nav-item > a,
.archive .product-category-filter a:hover,
.archive .product-category-filter a:focus {
  opacity: 1;
}
.archive .woocommerce-products-header {
  margin-top: var(--wp--custom--margin--vertical);
  margin-bottom: calc(var(--wp--custom--margin--vertical) + 2 * var(--wp--custom--gap--baseline));
}
.archive .woocommerce-products-header .term-description {
  max-width: 570px;
}

.woocommerce span.onsale,
.woocommerce .products .product .onsale,
.woocommerce .products .product .out-of-stock,
.single .out-of-stock,
.woocommerce ul.products li.product .onsale,
.woocommerce .products .product span.wc-new-badge,
.wc-block-grid__product-onsale,
.wc-block-components-product-sale-badge,
.product .wc-block-components-product-sale-badge,
.wc-block-grid__product .wc-block-grid__product-onsale {
  background: var(--wp--preset--color--accent);
  border-radius: 2em;
  border: none;
  color: var(--wp--preset--color--background);
  font-family: var(--wp--custom--body--typography--font-family);
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0 1em;
  text-transform: none;
  position: absolute;
  top: 20px;
  right: auto;
  left: 20px;
}

.single .out-of-stock {
  display: inline-block;
  position: static;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
  top: 20px;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
  left: 20px;
  right: auto;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  left: auto;
  right: 20px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}
.woocommerce nav.woocommerce-pagination ul li {
  font-size: var(--wp--preset--font-size--normal);
  float: none;
  margin-left: 0.7em;
  margin-right: 0.7em;
  vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: var(--wp--preset--color--foreground);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  transition: 0.3s;
  opacity: 0.3;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul li .prev {
  margin-right: 0.6em;
}
.woocommerce nav.woocommerce-pagination ul li .next {
  margin-left: 0.6em;
}

.woocommerce-products-header__title {
  margin-bottom: 0.2em;
}
.woocommerce-products-header__title + .term-description p {
  margin-top: 0;
  opacity: 0.5;
}

.block-editor-block-list__layout .wc-block-grid__product-image + img {
  display: none;
}

.wp-block-button button + span {
  align-self: center;
}
.wp-block-button .added_to_cart {
  margin-top: 0;
}

.wp-block-button.wc-block-components-product-button.has-text-align-left {
  align-items: flex-start;
}
.wp-block-button.wc-block-components-product-button.has-text-align-right {
  align-items: flex-end;
}

.wc-block-components-checkbox {
  margin-top: 0.5em;
}

@media (min-width: 821px) {
  .product-filters .product-filters__blocks:has(.is-position-sticky) {
    top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
    position: sticky;
    z-index: 10;
  }
}
@media (max-width: 820px) and (hover: none) {
  .product-filters .product-filters__blocks .is-position-sticky {
    position: static;
  }
}
@media (max-width: 820px) and (hover: none) {
  .product-filters .product-filters__blocks {
    display: none;
    animation: hide-product-filters 0.3s;
  }
  .product-filters[open] .product-filters__blocks {
    display: block;
    animation: show-product-filters 0.3s;
  }
}
.product-filters__button {
  background-color: transparent !important;
  border: 1px solid var(--wp--custom--button--border--color);
  color: var(--wp--preset--color--foreground);
  border-color: color-mix(in srgb, var(--wp--preset--color--foreground), transparent 86%);
  font-size: calc(13.51px + 0.129vw);
  width: 100%;
}
.product-filters__button:hover {
  background-color: var(--wp--preset--color--background);
}
@media (min-width: 821px) {
  .product-filters__button {
    display: none;
  }
}

@keyframes hide-product-filters {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes show-product-filters {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .products-block-post-template .wc-block-components-product-button__button.wp-block-button__link[style="font-size: 12px;"] {
    padding: 0.8em 1.5em;
  }
}

.single-product .comment-form label {
  font-size: 12px;
}

#email-notes {
  font-size: 14px;
}

.related > h2 {
  font-size: var(--wp--preset--font-size--medium);
}

.woocommerce #review_form #respond textarea {
  width: 60%;
}
.woocommerce #review_form #respond .form-submit input {
  padding: 1.2em 3.3em !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
  display: inline-block;
  float: none;
  margin-top: 1.3em;
  margin-right: 2em;
}
.woocommerce .star-rating {
  font-size: 0.6em;
  text-align: center;
  margin: 0 auto !important;
}
.woocommerce.no-image-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.woocommerce div.product div.summary > * {
  margin-bottom: 50px;
}
.woocommerce div.product div.images {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.woocommerce div.product div.images .flex-viewport {
  width: calc(100% - 152px);
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .woocommerce div.product div.images .flex-viewport {
    width: 70%;
  }
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: block;
  width: 20%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li + li {
  margin-top: 18px;
}
@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    width: 30%;
    /*

    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
    */
  }
}
@media (min-width: 821px) {
  .woocommerce div.product div.images {
    width: 54%;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: var(--wp--preset--color--background);
  transition: 0.3s;
}
@media (min-width: 601px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    height: 33px;
    top: 0.7em;
    right: 0.7em;
    width: 33px;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    height: 31px;
    top: 0.5em;
    right: 0.5em;
    width: 31px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background-color: var(--wp--preset--color--foreground);
  border: none;
  width: 1px;
}
@media (min-width: 601px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    height: 17px;
    top: 8px;
    left: 16px;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    height: 15px;
    top: 8px;
    left: 15px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  transform: rotate(90deg);
}
.woocommerce div.product div.summary {
  margin-bottom: 4em;
}
.woocommerce div.product div.summary > p.price,
.woocommerce div.product div.summary > span.price,
.woocommerce div.product div.summary > .woocommerce-product-rating {
  margin-bottom: 0.5em;
}
@media (min-width: 821px) {
  .woocommerce div.product div.summary {
    width: 42%;
  }
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  border-top: 1px solid var(--wp--custom--button--color--background);
  padding-top: 20px;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.woocommerce div.product div.summary .single_add_to_cart_button {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  margin-top: 0;
}
.woocommerce div.product p.price + *,
.woocommerce div.product span.price + * {
  clear: both;
  margin-bottom: 50px;
  padding-top: var(--wp--custom--margin--vertical);
  position: relative;
}
.woocommerce div.product p.price + *:before,
.woocommerce div.product span.price + *:before {
  content: "";
  background-color: var(--wp--preset--color--foreground);
  display: block;
  height: 0;
  opacity: var(--wp--custom--separator--opacity);
  width: 100%;
  position: absolute;
  top: 0;
}
.woocommerce div.product .woocommerce-product-rating {
  float: right;
  margin-top: -0.4em;
  white-space: nowrap;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 3em;
}
.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart .button {
  height: var(--inputHeight);
}
.woocommerce div.product form.cart table.variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations th {
  display: block;
  text-align: left;
}
.woocommerce div.product form.cart table.variations td {
  padding-right: 0;
}
.woocommerce div.product form.cart table.variations td select {
  min-width: 100%;
}
.woocommerce div.product form.cart table.variations th {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 2em;
}
.woocommerce div.product form.cart table.variations select {
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-right: 0;
  min-width: 100%;
  padding: 0 1.4em;
}
.woocommerce div.product form.cart .value {
  padding-right: 0;
  position: relative;
}
.woocommerce div.product form.cart .reset_variations {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.woocommerce div.product form.cart .reset_variations:hover {
  opacity: 1;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product .quantity .qty {
  font-size: var(--wp--preset--font-size--small);
  margin-right: 0 !important;
}
.woocommerce div.product .wp-block-add-to-cart-form .single_add_to_cart_button {
  height: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
}
@media (min-width: 1025px) {
  .woocommerce div.product form.cart div.quantity,
  .woocommerce button.single_add_to_cart_button {
    margin-top: 0px;
  }
}
.woocommerce div.product form.cart div.quantity {
  border-radius: 50px;
  border: 2px solid var(--wp--custom--form--border--color);
  display: inline-flex;
  margin-right: 1.4em;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--wp--preset--color--foreground);
}
.woocommerce .product_meta {
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.woocommerce .product_meta,
.woocommerce .product_meta a {
  color: var(--wp--preset--color--primary);
}
.woocommerce .product_meta > span {
  display: block;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
  padding-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel:before, .woocommerce div.product .woocommerce-tabs .panel:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.woocommerce div.product .woocommerce-tabs .panel:after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--wp--preset--font-size--small);
  justify-content: left;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
@media (min-width: 601px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 4em;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 0 1em;
    padding-bottom: 10px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--wp--custom--button--typography--font-family);
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--foreground);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  transition: 0.3s;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  color: var(--wp--preset--color--foreground);
}
.woocommerce #reviews #comments h2 {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
  padding-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: none;
  border-radius: 30px;
  padding: 0;
  width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  margin-left: 100px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author,
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
  color: var(--wp--preset--color--foreground);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
  font-size: 12px;
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  font-size: var(--wp--preset--font-size--tiny);
  width: calc(60% - 50px);
}
.woocommerce #reviews #comment {
  height: 9em;
}
.woocommerce #review_form #respond p {
  margin-bottom: 1.6em;
}
.woocommerce section.related,
.woocommerce section.related .products,
.woocommerce section.related li.product .button {
  font-size: 14px;
}
.woocommerce .star-rating::before {
  color: var(--wp--preset--color--accent);
}

.wc-block-grid__product {
  display: flex;
  flex-direction: column;
}
.wc-block-grid__product .wc-block-grid__product-price {
  order: 3;
}
.wc-block-grid__product .wc-block-grid__product-rating {
  margin-bottom: 0;
  order: 2;
}
.wc-block-grid__product .wp-block-button {
  order: 4;
}

.entry-summary .product_title {
  font-size: var(--wp--preset--font-size--big);
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--wp--custom--heading--typography--font-family);
}

.woocommerce-review-link {
  font-size: 14px;
  opacity: 0.8;
}

@media (min-width: 1441px) {
  .single_add_to_cart_button {
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
  }
}
.woocommerce-variation-price {
  margin-bottom: 1em;
}

#review_form_wrapper {
  margin-top: 4em;
}

.comment-form-rating {
  margin-top: 2em;
  margin-bottom: 3em;
}
.comment-form-rating ~ p label {
  margin-bottom: 10px;
}

.woocommerce.single-product .group_table {
  margin-bottom: 50px;
}
.woocommerce.single-product .comment-form label {
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.woocommerce.single-product .comment-form input[type=checkbox] + label {
  display: inline-block;
}
@media (max-width: 600px) {
  .woocommerce.single-product .comment-form input[type=text],
  .woocommerce.single-product .comment-form input[type=email],
  .woocommerce.single-product .comment-form input[type=url],
  .woocommerce.single-product .comment-form input[type=password],
  .woocommerce.single-product .comment-form input[type=search],
  .woocommerce.single-product .comment-form input[type=number],
  .woocommerce.single-product .comment-form input[type=tel],
  .woocommerce.single-product .comment-form input[type=date],
  .woocommerce.single-product .comment-form input[type=month],
  .woocommerce.single-product .comment-form input[type=week],
  .woocommerce.single-product .comment-form input[type=time],
  .woocommerce.single-product .comment-form input[type=datetime],
  .woocommerce.single-product .comment-form input[type=datetime-local],
  .woocommerce.single-product .comment-form input[type=color] {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .woocommerce.single-product .comment-form-cookies-consent {
    white-space: nowrap;
  }
  .woocommerce.single-product .comment-form-cookies-consent label {
    line-height: 1.3;
    vertical-align: top;
    white-space: normal;
  }
}
.woocommerce.single-product .woocommerce-error,
.woocommerce.single-product .woocommerce-info,
.woocommerce.single-product .woocommerce-message {
  margin-bottom: 4em;
  color: var(--wp--preset--color--foreground);
}

.related h2 {
  margin-bottom: 2em;
  font-family: var(--wp--custom--button--typography--font-family);
  text-transform: uppercase;
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  font-size: 0.7em;
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
  font-size: 0.8em;
}

.woocommerce .product .single_add_to_cart_button {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .woocommerce .product .single_add_to_cart_button {
    display: inherit;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .woocommerce-cart table.cart td.actions .coupon .button {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 480px) {
  .woocommerce .product .single_add_to_cart_button {
    display: inline-block !important;
    font-size: 1em !important;
    width: calc(100% - 1.4em - 122px);
  }
  .woocommerce .product .quantity .down,
  .woocommerce .product .quantity .up {
    padding-left: 8px;
    padding-right: 8px;
  }
  .woocommerce-checkout .woocommerce {
    width: 100% !important;
  }
}
@media (max-width: 783px) {
  body.woocommerce div.product .flex-control-thumbs.flex-control-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    justify-content: left;
    gap: 10px;
  }
  body.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
    display: block;
  }
  body.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    width: 100%;
  }
  body.woocommerce div.product div.images.woocommerce-product-gallery li {
    width: 25%;
    float: left;
    margin: 0;
  }
}
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],
.wc-block-components-product-image img[alt=""] {
  border: none;
}

.wp-block-woocommerce-add-to-cart-form .variations_button > .quantity,
.wp-block-woocommerce-add-to-cart-form .variations_button > .single_add_to_cart_button,
.wp-block-woocommerce-add-to-cart-form form.cart > .quantity,
.wp-block-woocommerce-add-to-cart-form form.cart > .single_add_to_cart_button {
  align-content: center;
}

.wp-block-woocommerce-add-to-cart-form form.cart,
.wp-block-woocommerce-add-to-cart-form .variations_button {
  align-items: center;
  grid-template-columns: 1fr 3fr;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: var(--wp--preset--font-size--medium);
}

.woocommerce-MyAccount-content > p:first-of-type {
  font-size: var(--wp--preset--font-size--normal);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: var(--wp--preset--color--foreground);
}

.return-to-shop {
  text-align: left;
}
.return-to-shop a {
  padding: 15px 44px;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-size: 1.3em;
  float: left;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content > p:first-of-type {
  letter-spacing: 0.03em;
}

.woocommerce-view-order .product-name a {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-view-order table tfoot th {
  font-weight: 500 !important;
  font-size: 16px;
}
.woocommerce-view-order .woocommerce-MyAccount-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2 {
  font-size: 18px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .order-again a {
  padding: 15px 44px;
  font-size: 18px;
}
.woocommerce-view-order .woocommerce-order-details {
  width: 100%;
}
.woocommerce-view-order .woocommerce-customer-details {
  width: 100%;
}
.woocommerce-view-order .woocommerce-customer-details address {
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 2rem 2.5rem;
}
.woocommerce-view-order .woocommerce-customer-details address p {
  margin-top: 13px;
  font-size: 16px;
}
.woocommerce-view-order .woocommerce-customer-details address:before {
  line-height: 1.5em !important;
}
.woocommerce-view-order .woocommerce-customer-details address .woocommerce-customer-details--email {
  margin-top: 5px;
}

.woocommerce-account .wp-site-blocks > header + .entry-content {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .woocommerce-account .wp-site-blocks > header + .entry-content {
    margin-top: 17vh;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account .wp-site-blocks > header + .entry-content {
    margin-top: 50px;
  }
}
.woocommerce-account h2 {
  font-size: 38px;
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
}
.woocommerce-account button:not(.wc-block-components-quantity-selector__button, .wc-block-mini-cart__button) {
  padding: 15px 44px !important;
  font-size: 16px !important;
}
.woocommerce-account .woocommerce-form-row label {
  font-weight: 500;
}
.woocommerce-account main .woocommerce {
  max-width: 100%;
}

.woocommerce form.login {
  border: none;
  padding: 0;
}
.woocommerce form.register {
  border: none;
  padding: 0;
}
.woocommerce form.register p {
  font-size: 14px;
}
.woocommerce form.register button.woocommerce-form-register__submit {
  margin-top: 2em;
}
.woocommerce .lost_reset_password {
  max-width: 550px;
}
.woocommerce .lost_reset_password .form-row-first {
  float: none;
  width: 100%;
}

#customer_login .col-1 > h2,
#customer_login .col-2 > h2 {
  font-size: var(--wp--preset--font-size--medium);
}
@media only screen and (min-width: 769px) {
  #customer_login .col-1,
  #customer_login .col-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  #customer_login .col-1 {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  #customer_login .col-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) {
  #customer_login .col-2 {
    border-left: 1px solid;
    border-color: var(--wp--custom--form--border--color);
    padding-left: 10%;
  }
}

@media (min-width: 1025px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 73%;
  }
}
.woocommerce .woocommerce-MyAccount-content table {
  font-size: var(--wp--preset--font-size--tiny);
}
@media (min-width: 769px) {
  .woocommerce .woocommerce-MyAccount-content table tbody tr:first-of-type td {
    border-color: var(--wp--preset--color--foreground);
  }
}
.woocommerce .woocommerce-MyAccount-content table th,
.woocommerce .woocommerce-MyAccount-content table td {
  padding-top: 9px;
  padding-bottom: 9px;
}
.woocommerce .woocommerce-MyAccount-content table th:last-child .button,
.woocommerce .woocommerce-MyAccount-content table td:last-child .button {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 10px 25px !important;
  font-size: 0.9em;
  margin: 5px 0 0 0;
}
@media (min-width: 769px) {
  .woocommerce .woocommerce-MyAccount-content table th:last-child,
  .woocommerce .woocommerce-MyAccount-content table td:last-child {
    text-align: right;
    width: 1%;
    white-space: nowrap;
  }
}

.woocommerce .woocommerce-MyAccount-content table.order_details tbody th,
.woocommerce .woocommerce-MyAccount-content table.order_details tbody td,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.woocommerce .woocommerce-MyAccount-content table.order_details .product-quantity {
  font-weight: 400;
}

.woocommerce-form-login__rememberme {
  float: right;
  margin-top: 0.5em;
}

.woocommerce-MyAccount-navigation {
  letter-spacing: 0.03em;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation .is-active a {
  text-decoration-line: underline;
}
.woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation a:focus, .woocommerce-MyAccount-navigation a.has-focus {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .woocommerce-account .entry-content {
    padding-bottom: 100px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 21%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0.3rem 0;
  font-size: 1.1em;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: rgba(0, 0, 0, 0.6);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: rgb(0, 0, 0);
}
.woocommerce-account .woocommerce-form-login {
  max-width: 700px;
}

.woocommerce-MyAccount-content > p:first-of-type {
  margin-top: 0;
}
.woocommerce-MyAccount-content > p:first-of-type mark {
  background-color: transparent;
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-content > p:first-of-type ~ section,
  .woocommerce-MyAccount-content > p:first-of-type ~ div {
    margin-top: 4vw;
  }
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content > p:first-of-type ~ section,
  .woocommerce-MyAccount-content > p:first-of-type ~ div {
    margin-top: 50px;
  }
}
.woocommerce-MyAccount-content > p + p {
  letter-spacing: 0.04em;
}

@media (max-width: 820px) and (hover: none) {
  .woocommerce-Address + .woocommerce-Address {
    margin-top: 2em;
  }
}

.woocommerce-Address-title .edit {
  position: relative;
  top: 3.6em;
  right: 7em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.single_add_to_cart_button.button,
.woocommerce button[name=add-to-cart].button,
.woocommerce button[type=submit]:not(.wp-block-search__button).button,
.woocommerce #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 400;
  transition: 0.3s;
  font-family: var(--wp--custom--button--typography--font-family);
  text-transform: uppercase;
  font-size: 20px;
  height: auto !important;
  padding: 26px 30px;
  border-radius: 40px;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.has-focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button.has-focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.has-focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.has-focus,
.woocommerce .cart .button:hover,
.woocommerce .cart .button:focus,
.woocommerce .cart .button.has-focus,
.woocommerce .cart input.button:hover,
.woocommerce .cart input.button:focus,
.woocommerce .cart input.button.has-focus,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit.disabled.has-focus,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled.has-focus,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce #respond input#submit:disabled[disabled].has-focus,
.woocommerce a.button.disabled:hover,
.woocommerce a.button.disabled:focus,
.woocommerce a.button.disabled.has-focus,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled:focus,
.woocommerce a.button:disabled.has-focus,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled].has-focus,
.woocommerce button.button.disabled:hover,
.woocommerce button.button.disabled:focus,
.woocommerce button.button.disabled.has-focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled.has-focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled].has-focus,
.woocommerce input.button.disabled:hover,
.woocommerce input.button.disabled:focus,
.woocommerce input.button.disabled.has-focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled.has-focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled].has-focus,
.woocommerce button.single_add_to_cart_button.button:hover,
.woocommerce button.single_add_to_cart_button.button:focus,
.woocommerce button.single_add_to_cart_button.button.has-focus,
.woocommerce button[name=add-to-cart].button:hover,
.woocommerce button[name=add-to-cart].button:focus,
.woocommerce button[name=add-to-cart].button.has-focus,
.woocommerce button[type=submit]:not(.wp-block-search__button).button:hover,
.woocommerce button[type=submit]:not(.wp-block-search__button).button:focus,
.woocommerce button[type=submit]:not(.wp-block-search__button).button.has-focus,
.woocommerce #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce #add_payment_method .wc-proceed-to-checkout a.checkout-button.has-focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button.has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}
.woocommerce #respond input#submit.is-style-button-arrow:after,
.woocommerce a.button.is-style-button-arrow:after,
.woocommerce button.button.is-style-button-arrow:after,
.woocommerce input.button.is-style-button-arrow:after,
.woocommerce .cart .button.is-style-button-arrow:after,
.woocommerce .cart input.button.is-style-button-arrow:after,
.woocommerce #respond input#submit.disabled.is-style-button-arrow:after,
.woocommerce #respond input#submit:disabled.is-style-button-arrow:after,
.woocommerce #respond input#submit:disabled[disabled].is-style-button-arrow:after,
.woocommerce a.button.disabled.is-style-button-arrow:after,
.woocommerce a.button:disabled.is-style-button-arrow:after,
.woocommerce a.button:disabled[disabled].is-style-button-arrow:after,
.woocommerce button.button.disabled.is-style-button-arrow:after,
.woocommerce button.button:disabled.is-style-button-arrow:after,
.woocommerce button.button:disabled[disabled].is-style-button-arrow:after,
.woocommerce input.button.disabled.is-style-button-arrow:after,
.woocommerce input.button:disabled.is-style-button-arrow:after,
.woocommerce input.button:disabled[disabled].is-style-button-arrow:after,
.woocommerce button.single_add_to_cart_button.button.is-style-button-arrow:after,
.woocommerce button[name=add-to-cart].button.is-style-button-arrow:after,
.woocommerce button[type=submit]:not(.wp-block-search__button).button.is-style-button-arrow:after,
.woocommerce #add_payment_method .wc-proceed-to-checkout a.checkout-button.is-style-button-arrow:after,
.woocommerce .wc-proceed-to-checkout a.checkout-button.is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.woocommerce .added_to_cart {
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .checkout-button {
  font-family: var(--wp--custom--button--typography--font-family);
}
.woocommerce #respond input#submit {
  padding: 0.9em 2.4em;
}
.woocommerce .cart button.button[name=update_cart]:not(.has-background) {
  background-color: transparent !important;
  border: 1px solid var(--wp--custom--button--border--color);
  color: var(--wp--preset--color--foreground);
}
.woocommerce .cart button.button[name=update_cart]:not(.has-background):hover {
  background-color: var(--wp--preset--color--background);
}
.woocommerce .wp-block-group .woocommerce-message a.button:hover {
  background-color: var(--wp--custom--button--color--background) !important;
  color: var(--wp--custom--button--color--text) !important;
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}

.woocommerce-page .woocommerce-form-coupon .button {
  min-height: var(--inputHeight);
}

.woocommerce .wc-block-components-notice-banner__content a.wp-element-button, .woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.wp-element-button, .wc-block-components-notice-banner__content a.wp-element-button {
  background-color: transparent !important;
  border: none;
  color: inherit;
  font-size: var(--wp--preset--font-size--base) !important;
  margin: 0;
  opacity: 0.6;
  padding: 0;
  text-decoration: none;
  position: relative;
  top: 0.1em;
}
.woocommerce .wc-block-components-notice-banner__content a.wp-element-button:hover, .woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.wp-element-button:hover, .wc-block-components-notice-banner__content a.wp-element-button:hover {
  opacity: 1;
}
.wc-block-components-notice-banner__content .wp-element-button:hover {
  text-decoration: underline;
}

.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close {
  border: none !important;
  top: 20px;
}
.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close:focus, .wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close svg {
  fill: var(--wp--preset--color--foreground) !important;
}
.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close svg:hover {
  fill: var(--wp--preset--color--foreground) !important;
}

.wc-block-components-button:not(.is-link) {
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  border-color: var(--wp--custom--button--border--color);
  border-style: var(--wp--custom--button--border--style);
  border-radius: var(--wp--custom--button--border--radius);
  border-width: var(--wp--custom--button--border--width);
  cursor: pointer;
  transition: 0.3s;
}
.wc-block-components-button:not(.is-link).is-style-button-arrow:after {
  content: "\f344";
  display: inline-block;
  font-weight: 400;
  font-family: dashicons;
  margin-left: 0.3em;
  vertical-align: bottom;
  transition: translate 0.3s;
}
.wc-block-components-button:not(.is-link):hover, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link).has-focus {
  background-color: var(--wp--custom--button--hover--color--background);
  border-color: var(--wp--custom--button--hover--border--color);
  color: var(--wp--custom--button--hover--color--text);
}

.cart_totals h2 {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
}

.woocommerce-cart .wp-block-post-title {
  font-size: 3.5em;
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
}

body .woocommerce .woocommerce-cart-form {
  width: 100%;
}
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message {
  color: var(--wp--preset--color--foreground);
}
body .woocommerce .woocommerce-error a,
body .woocommerce .woocommerce-info a,
body .woocommerce .woocommerce-message a {
  color: var(--wp--preset--color--foreground);
  font-weight: bold;
  margin-left: 5px;
}
body .woocommerce .woocommerce-error:before,
body .woocommerce .woocommerce-info:before,
body .woocommerce .woocommerce-message:before {
  color: var(--wp--preset--color--foreground);
}
body .woocommerce .order-again a {
  font-size: 16px;
  padding: 14px 30px;
}
body .woocommerce .woocommerce-order .woocommerce-column__title {
  font-size: 18px;
  margin-bottom: 20px;
}
body .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: var(--wp--custom--heading--typography--font-family);
  font-size: 40px;
  text-transform: uppercase;
}
body .woocommerce table.woocommerce-checkout-review-order-table .order-total th,
body .woocommerce table.woocommerce-checkout-review-order-table .order-total td {
  font-size: 1.5em;
}
body .woocommerce .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
}
body .woocommerce .woocommerce-form-coupon #coupon_code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
body .woocommerce .woocommerce-form-coupon button.button {
  padding: 15px 44px;
  background-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background) !important;
  font-size: 1.3em !important;
}
body .woocommerce .woocommerce-form-coupon button.button:hover {
  background-color: var(--wp--preset--color--background) !important;
  border: 1px solid var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--foreground) !important;
}

.entry-content > .woocommerce .cart-collaterals {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

table.cart td.actions .coupon .button, table.cart td.actions .coupon + .button {
  font-size: 16px;
  padding: 13px 40px !important;
}

@media (min-width: 1281px) {
  .woocommerce-cart .entry-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
  }
  .woocommerce-cart .entry-content > .woocommerce .woocommerce-notices-wrapper {
    flex-basis: 100%;
  }
  .woocommerce-cart .entry-content > .woocommerce .woocommerce-cart-form {
    flex-basis: 100%;
  }
  .woocommerce-cart .entry-content > .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: auto;
  }
}
@media (min-width: 821px) and (max-width: 1280px) {
  .woocommerce-cart .entry-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 3vw;
  }
  .woocommerce-cart .entry-content > .woocommerce .woocommerce-notices-wrapper {
    flex-basis: 100%;
  }
  .woocommerce-cart .entry-content > .woocommerce .woocommerce-cart-form .product-name {
    font-size: 12px;
  }
  .woocommerce-cart .entry-content > .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: auto;
  }
}
.woocommerce-cart .woocommerce-cart-form__contents th:last-child,
.woocommerce-cart .woocommerce-cart-form__contents td:last-child,
.woocommerce-cart .cart_totals td {
  text-align: right;
}
.woocommerce-cart table.cart td.actions .coupon #coupon_code,
.woocommerce-cart table.cart td.actions .coupon .button, .woocommerce-cart table.cart td.actions .coupon + .button {
  height: calc(var(--inputHeight) - 8px);
}
.woocommerce-cart table.cart td.actions .coupon .button, .woocommerce-cart table.cart td.actions .coupon + .button {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (min-width: 1025px) {
  .woocommerce-cart table.cart td.actions .coupon #coupon_code {
    margin-right: 1.4em;
    width: 240px;
  }
}
@media (max-width: 600px) {
  .woocommerce-cart table.cart td.actions .coupon .button {
    margin-bottom: 1.6em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.woocommerce table.woocommerce-cart-form__contents td,
.woocommerce .cart_totals table td {
  padding-top: 18px;
  padding-bottom: 18px;
}
.woocommerce table.woocommerce-cart-form__contents tbody th,
.woocommerce .cart_totals table tbody th {
  padding-top: 22px;
  padding-bottom: 22px;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal,
.woocommerce table.woocommerce-cart-form__contents td[data-title=Subtotal],
.woocommerce .cart_totals table .product-subtotal,
.woocommerce .cart_totals table td[data-title=Subtotal] {
  font-weight: 700;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal,
.woocommerce .cart_totals table .product-subtotal {
  width: 1%;
}
.woocommerce a.remove {
  font-size: 1.2em;
}

@media (min-width: 769px) {
  .woocommerce table.woocommerce-cart-form__contents tbody tr:first-of-type td {
    border-color: var(--wp--preset--color--foreground);
  }
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 68px;
}

.shop_table .product-thumbnail {
  width: 100px;
}

.cart_totals {
  width: 100% !important;
}
.cart_totals tr.order-total th,
.cart_totals tr.order-total .woocommerce-Price-amount {
  font-size: 1.5em;
}
.cart_totals tr.order-total td {
  padding: 22px 0;
  vertical-align: middle !important;
}

.product-name a {
  text-decoration: none;
}
.product-name a:hover, .product-name a:focus, .product-name a.has-focus {
  text-decoration: underline;
}

.cart_totals th {
  font-size: var(--wp--preset--font-size--tiny);
}

.cart_totals td[data-title=Shipping] {
  text-align: left;
}
.cart_totals td[data-title=Shipping] strong,
.cart_totals td[data-title=Shipping] #shipping_method .amount {
  font-weight: 400;
}
.cart_totals td[data-title=Shipping] a {
  text-decoration: none;
}
.cart_totals td[data-title=Shipping] a:hover, .cart_totals td[data-title=Shipping] a:focus, .cart_totals td[data-title=Shipping] a.has-focus {
  text-decoration: underline;
}

.cart-empty {
  width: 100%;
}
.cart-empty + .return-to-shop {
  margin-left: auto;
  margin-right: auto;
}

.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  display: inline-block;
  max-width: 40px;
  margin-right: 20px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
  order: 1;
  margin-right: 10px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-inner .woofc-item-qty {
  order: 2;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
  padding-right: 20px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  border-width: 1px;
  border-radius: 2em;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
  width: 100%;
}

.woocommerce-checkout .woocommerce #order_review_heading {
  margin-bottom: 40px;
  margin-top: 40px;
}
.woocommerce-checkout .woocommerce {
  width: 80%;
}
.woocommerce-checkout .woocommerce-error li, .woocommerce-checkout .woocommerce-error:before {
  color: var(--wp--preset--color--foreground);
}

form.woocommerce-checkout .woocommerce-checkout-review-order,
form.woocommerce-checkout #order_review_heading {
  margin: 0;
  right: 40px;
  border-radius: 10px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  top: 320px;
  padding: 70px;
}
form.woocommerce-checkout #order_review_heading {
  top: 240px;
}
form.woocommerce-checkout h3 {
  font-family: var(--wp--custom--heading--typography--font-family);
  text-transform: uppercase;
}

.woocommerce form.checkout_coupon {
  background-color: var(--wp--preset--color--background);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: var(--wp--preset--color--background);
  margin-top: -1px;
}
.woocommerce form.checkout_coupon br {
  display: none;
}
.woocommerce form.checkout_coupon > p:first-child {
  margin-bottom: 8px;
}
.woocommerce form.checkout_coupon .form-row-first {
  max-width: 290px;
  width: 100%;
}
.woocommerce form.checkout_coupon .input-text,
.woocommerce form.checkout_coupon .button {
  height: var(--inputHeight);
}
.woocommerce form.checkout_coupon .input-text {
  background-color: var(--wp--custom--button--color--text);
  color: var(--wp--custom--button--color--background);
}
.woocommerce form.checkout_coupon button[type=submit].button {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce form.checkout_coupon .button {
  border-style: solid;
  border-width: 1px;
}
.woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color) {
  background-color: var(--wp--custom--button--color--text);
  color: var(--wp--custom--button--color--background);
}
.woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color):hover, .woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color):focus, .woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color).has-focus {
  filter: invert(1);
}
.woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color):hover, .woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color):focus, .woocommerce form.checkout_coupon .button:not(.has-background):not(.has-text-color).has-focus {
  filter: invert(0);
}
@media (min-width: 601px) {
  .woocommerce form.checkout_coupon .button {
    margin-left: 1.4em;
  }
}
@media (max-width: 600px) {
  .woocommerce form.checkout_coupon .button {
    margin-top: 1em;
  }
}
.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
  float: none;
  width: auto;
}
.woocommerce .showcoupon {
  text-decoration: none;
}
.woocommerce .showcoupon:hover, .woocommerce .showcoupon:focus, .woocommerce .showcoupon.has-focus {
  text-decoration: underline;
}

.woocommerce-checkout h2.wp-block-post-title {
  font-size: 3.5em;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.woocommerce-checkout textarea {
  min-height: 220px;
}
.woocommerce-checkout h3 label {
  font-family: var(--wp--custom--body--typography--font-family);
}
.woocommerce-checkout .woocommerce-form-login .form-row {
  float: none;
  max-width: 675px;
  width: auto;
}

form.woocommerce-checkout {
  margin-top: 80px;
}
form.woocommerce-checkout h3 {
  font-size: var(--wp--preset--font-size--medium);
}
@media (min-width: 821px) {
  form.woocommerce-checkout .col2-set {
    float: left;
  }
  form.woocommerce-checkout .col2-set,
  form.woocommerce-checkout #order_review_heading,
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
  form.woocommerce-checkout #order_review_heading {
    margin-top: 0;
  }
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: rgba(0, 0, 0, 0.05);
}
form.woocommerce-checkout #payment {
  background: transparent;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: 2.4em 3em;
}
form.woocommerce-checkout .woocommerce-checkout-review-order input[type=radio] {
  border-color: var(--wp--preset--color--accent);
  background-color: var(--wp--preset--color--background);
}
form.woocommerce-checkout #payment .payment_methods {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
form.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
form.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 2.6em;
}
form.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce #payment #place_order {
  float: none;
  max-width: none;
  width: 100%;
}

.woocommerce-terms-and-conditions-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 14px;
  opacity: 0.8;
  order: 2;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
  font-size: 20px;
  height: auto;
  margin-top: 2em;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
  padding-top: 18px;
  padding-bottom: 18px;
}
.woocommerce table.woocommerce-checkout-review-order-table th:last-child, .woocommerce table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce table.woocommerce-checkout-review-order-table td:last-child,
.woocommerce table.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce table.woocommerce-checkout-review-order-table td[data-title=Shipping] {
  text-align: left;
}
.woocommerce table.woocommerce-checkout-review-order-table td[data-title=Shipping] label {
  font-size: var(--wp--preset--font-size--small);
}
.woocommerce table.woocommerce-checkout-review-order-table #shipping_method li:only-child {
  margin-bottom: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-total {
  font-weight: 700;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  font-size: var(--wp--preset--font-size--tiny);
}

.wc_payment_method input[type=radio] + label {
  font-family: var(--wp--custom--heading--typography--font-family);
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 0;
}

.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 2em;
}
@media (min-width: 821px) {
  .woocommerce-order .woocommerce-order-details {
    width: 40%;
  }
}
.woocommerce-order .woocommerce-order-details table {
  width: 100%;
}
@media (min-width: 821px) {
  .woocommerce-order .woocommerce-customer-details {
    width: 54%;
  }
}
@media (max-width: 820px) and (hover: none) {
  .woocommerce-order .woocommerce-customer-details {
    margin-bottom: 0;
  }
}
.woocommerce-order .woocommerce-customer-details address {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  overflow-wrap: break-word;
  padding: 40px;
  width: 100%;
  border-radius: 20px;
}
.woocommerce-order .woocommerce-customer-details address p {
  margin: 0;
}

@media (max-width: 820px) and (hover: none) {
  .woocommerce-column--shipping-address {
    margin-top: 2em;
  }
}

.wp-block-checkout-owner-fields > div > h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.tc-wb-block-component-first_name,
.tc-wb-block-component-last_name {
  width: calc(50% - 6.1px);
}

.wc-block-components-sort-select__select {
  border-radius: 2em;
}

.wc-block-price-slider {
  max-width: 350px;
}

@media (max-width: 820px) and (hover: none) {
  .tc-theme-frontend .tc-product-filters-wrap .wp-block-column:not(.tc-product-filters) {
    order: 2;
  }
}
@media (min-width: 821px) {
  .tc-theme-frontend .tc-product-filters.closed {
    display: block !important;
  }
}
@media (max-width: 820px) and (hover: none) {
  .tc-theme-frontend .tc-product-filters {
    display: none;
  }
}
@media (min-width: 821px) {
  .tc-theme-frontend .tc-product-filters-trigger-wrap,
  .tc-theme-frontend .tc-product-filters-trigger {
    display: none !important;
  }
}
@media (max-width: 820px) and (hover: none) {
  .tc-theme-frontend .tc-product-filters-trigger-wrap + .woocommerce-ordering select,
  .tc-theme-frontend .tc-product-filters-trigger-wrap a {
    height: var(--inputHeight);
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .tc-theme-frontend .tc-product-filters-trigger-wrap {
    float: right;
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .tc-theme-frontend .woocommerce-ordering {
    float: left;
    margin-top: 0;
  }
  .tc-theme-frontend .woocommerce-ordering select {
    width: 47vw;
  }
  .tc-theme-frontend .tc-product-filters-trigger-wrap {
    float: right;
  }
  .tc-theme-frontend .tc-product-filters-trigger-wrap a {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    width: 30vw;
  }
}

.wc-block-mini-cart__amount {
  font-weight: var(--wp--custom--body--typography--font-weight);
}

.wc-block-mini-cart {
  font-weight: var(--wp--custom--navigation--typography--font-weight);
}
.wc-block-mini-cart[style="visibility:hidden"] {
  display: none;
}

.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block a.wc-block-mini-cart__footer-cart,
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block a.wc-block-mini-cart__footer-checkout {
  box-shadow: none !important;
  border-width: 2px;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block a.wc-block-mini-cart__footer-cart span,
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block a.wc-block-mini-cart__footer-checkout span {
  text-transform: uppercase !important;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block a.wc-block-mini-cart__footer-cart:hover {
  background-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background) !important;
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}

@media (min-width: 601px) {
  .wc-block-mini-cart__badge {
    border: none;
    font-size: 1em;
    transform: none;
  }
  .wc-block-mini-cart__badge:before {
    content: "/";
    padding-left: 0.1em;
    padding-right: 0.2em;
  }
}

.wc-block-components-product-name,
.wc-block-components-totals-item__label {
  font-family: var(--wp--custom--heading--typography--font-family);
  font-weight: 400;
  text-transform: uppercase;
}

.wc-block-mini-cart__button {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1;
}

.wc-block-mini-cart:last-child .wc-block-mini-cart__button {
  margin-right: -0.5em;
}

.wc-block-mini-cart__items {
  padding-top: 0;
}

.wc-block-components-drawer {
  top: var(--wpadmin-bar--height);
  will-change: transform;
}
@media (min-width: 601px) {
  .wc-block-components-drawer {
    transform: translateX(-600px);
    width: 600px;
  }
}

.admin-bar .wp-block-woocommerce-mini-cart-contents {
  height: calc(100vh - var(--wpadmin-bar--height));
  height: 100svh;
}

.wc-block-mini-cart__drawer .components-modal__header {
  top: 1.5em;
}

.wp-block-woocommerce-filled-mini-cart-contents-block h2.wc-block-mini-cart__title {
  font-size: var(--wp--preset--font-size--medium);
  margin-top: 0.7em;
  text-transform: uppercase;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 601px) {
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 110px 132px;
    grid-template-columns: 110px 132px;
  }
}

table.wc-block-cart-items td {
  margin-bottom: 0;
}

.wc-block-components-product-name {
  margin-bottom: 0.7em;
}

.wc-block-cart-item__prices,
.wc-block-components-formatted-money-amount {
  font-weight: 500;
}

.wc-block-components-product-badge {
  font-size: 0.625em;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.1em 0.9em;
}

.wc-block-components-product-metadata {
  font-weight: 500;
}

.wc-block-components-product-metadata,
.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
  font-size: 0.875em;
  opacity: 0.5;
}

.wc-block-components-quantity-selector {
  float: left;
}

.wc-block-cart-item__quantity {
  float: left;
  width: 100%;
  display: flex;
}

.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  margin-left: 10px !important;
}

.wp-block-woocommerce-mini-cart-contents .wc-block-components-product-metadata__description {
  margin: 12px 0 0 0;
}

.wc-block-components-quantity-selector {
  margin: 0;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input, .wc-block-components-quantity-selector:after {
  border-radius: 40px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: 20px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  padding: 0 0 0 15px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  padding: 0 15px 0 0;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: inset 0 0 1px 1px var(--wp--custom--form--border--color);
}

.wc-block-components-totals-item__label {
  text-transform: uppercase;
}

.wc-block-mini-cart__footer-cart.wc-block-components-button,
.wc-block-mini-cart__footer-checkout {
  border-radius: var(--wp--custom--button--border--radius);
  font-weight: 400;
  text-transform: uppercase;
}

.wc-block-components-totals-item__value {
  font-weight: 700;
}

.wc-block-components-button:not(.is-link) {
  min-height: 3.4em;
}

.wc-block-mini-cart__footer {
  border-top-color: var(--wp--custom--form--border--color);
  padding-bottom: 50px;
}
.wc-block-mini-cart__footer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer-actions {
  gap: 20px;
}
.wc-block-mini-cart__footer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__footer-actions a.wc-block-mini-cart__footer-cart:hover {
  background-color: var(--wp--preset--color--foreground) !important;
}

.wc-block-mini-cart__empty-cart-wrapper .wp-block-button a,
.wc-block-mini-cart__shopping-button {
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .wc-block-mini-cart__quantity-badge svg {
    display: none !important;
  }
  .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 28px;
  }
}/*# sourceMappingURL=ponyfill.css.map */