@charset "UTF-8";
/*
Theme Name: Zendo Project
Theme URI: https://wordpress.com
Author: WordPress team
Author URI: https://wpspecialprojects.wordpress.com/
Description: Zendo Project is a custom theme built for zendoproject.org using Twenty Twenty-Two as a base.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zendo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Zendo Project WordPress Theme, (C) 2021 WordPress.org
Zendo Project is distributed under the terms of the GNU GPL.
*/
/** Default styles from Zendo Project **/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  text-underline-offset: 0.25ch;
}

a:active {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Zendo Project. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--custom--margin--horizontal);
  padding-right: var(--wp--custom--margin--horizontal);
}
@media only screen and (min-width: 782px) {
  .wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);
  }
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--margin--horizontal)) !important;
  margin-right: calc(-1 * var(--wp--custom--margin--horizontal)) !important;
  width: unset;
}
@media only screen and (min-width: 782px) {
  .wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  }
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

@media only screen and (max-width: 599px) {
  .wp-site-blocks .alignwide.has-background {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-site-blocks .has-background + .has-background,
.is-style-zendo-group-blur-background + .has-background {
  margin-block-start: 0;
}

.alignfull.has-background > .alignfull {
  padding-left: var(--wp--custom--margin--horizontal);
  padding-right: var(--wp--custom--margin--horizontal);
}

/** END default styles from Zendo Project **/
html {
  height: 100%;
}

.wp-block-buttons.wp-block-buttons {
  margin-block-start: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  .wp-block-buttons.wp-block-buttons {
    margin-block-start: var(--wp--custom--spacing--outer);
  }
}

.wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
  border: 2px solid var(--wp--preset--color--foreground);
  background-color: transparent !important;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-foreground-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-foreground-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-secondary-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-secondary-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-purple-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-purple-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-dark-brown-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-dark-brown-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-black-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-black-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
  border-color: var(--wp--preset--color--background);
  background-color: transparent;
  color: var(--wp--preset--color--background) !important;
  text-decoration: none;
}
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.2s ease-in-out;
}
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  border-color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  text-decoration: none;
}
.has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-foreground-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-foreground-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-secondary-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-secondary-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-purple-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-purple-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-dark-brown-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-dark-brown-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-black-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-black-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  border-color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground) !important;
  text-decoration: none;
}

@media only screen and (max-width: 781px) {
  .wp-block-columns {
    gap: calc(2 * var(--wp--custom--margin--vertical)) !important;
  }
}
.wp-block-columns + .wp-block-columns {
  margin-top: var(--wp--custom--spacing--large);
}
.wp-block-columns.wp-block-columns {
  margin-block-end: var(--wp--custom--spacing--large);
}
.wp-block-group:not(main) .wp-block-columns.wp-block-columns:last-child {
  margin-block-end: 0;
}
.wp-block-columns.wp-block-columns:last-child {
  margin-block-end: 0;
}
.wp-block-group > .wp-block-columns:last-of-type {
  margin-block-end: 0;
}
.wp-block-columns .wp-block-column .wp-block-button__link {
  word-break: normal;
}

@media only screen and (max-width: 959px) {
  .wp-block-cover {
    min-height: auto !important;
  }
}

.wp-block-group.has-background + .wp-block-cover {
  margin-top: 0;
}

.wp-block-group.has-background {
  padding: var(--wp--custom--spacing--large) var(--wp--custom--spacing--medium);
}
.wp-block-group.has-background > .wp-block-group {
  margin-bottom: var(--wp--custom--spacing--large);
}
.wp-block-group.has-background > .wp-block-group:last-of-type {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal;
  word-break: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 + .wp-block-columns,
h2 + .wp-block-columns,
h3 + .wp-block-columns,
h4 + .wp-block-columns,
h5 + .wp-block-columns,
h6 + .wp-block-columns {
  margin-top: var(--wp--custom--spacing--medium);
}

h1 + .wp-block-latest-posts, h2 + .wp-block-latest-posts, h3 + .wp-block-latest-posts, h4 + .wp-block-latest-posts, h5 + .wp-block-latest-posts, h6 + .wp-block-latest-posts {
  margin-block-start: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 959px) {
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li {
    width: calc(50% - 0.83333em);
  }
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 1.25em;
  }
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li {
    width: 100%;
  }
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-latest-posts.is-grid li {
    margin-right: 0;
  }
}
.wp-block-latest-posts li {
  padding-left: 0;
}
.wp-block-latest-posts li > .wp-block-latest-posts__post-title:first-child:before {
  content: "";
  background: radial-gradient(128.24% 242.47% at 130.85% 127.76%, rgba(188, 220, 114, 0.71) 20.31%, #75A9E1 58.01%, #2A1956 88.95%);
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  margin-bottom: calc(1.5 * var(--wp--custom--margin--vertical));
}
@supports not (aspect-ratio: 16/10) {
  .wp-block-latest-posts li > .wp-block-latest-posts__post-title:first-child:before {
    height: 0;
    padding-top: 62.5%;
  }
}
.wp-block-latest-posts__featured-image {
  order: 0;
  margin-bottom: calc(1.5 * var(--wp--custom--margin--vertical));
}
.wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
}
.wp-block-latest-posts__post-title {
  display: block;
  font-size: var(--wp--preset--font-size--large) !important;
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--wp--custom--margin--vertical);
}
.wp-block-latest-posts__post-date {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--custom--margin--baseline);
  width: 100%;
}
.wp-block-latest-posts__post-excerpt {
  order: 2;
}

.wp-block-post-template .wp-block-post,
.wp-block-query-loop .wp-block-post {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post .wp-block-group,
.wp-block-query-loop .wp-block-post .wp-block-group {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post-featured-image a,
.wp-block-query-loop .wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-template .wp-block-post-title,
.wp-block-query-loop .wp-block-post-title {
  width: 100%;
}
.wp-block-post-template .wp-block-post-date,
.wp-block-query-loop .wp-block-post-date {
  font-weight: bold;
  margin-top: var(--wp--custom--margin--vertical);
  margin-bottom: var(--wp--custom--margin--vertical);
  width: 100%;
}
.wp-block-post-template .wp-block-post-excerpt,
.wp-block-query-loop .wp-block-post-excerpt {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.wp-block-post-template .wp-block-post-excerpt__excerpt,
.wp-block-query-loop .wp-block-post-excerpt__excerpt {
  margin-top: 0;
}
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query-loop .wp-block-post-excerpt__more-text {
  margin-top: auto;
}

ul li, ol li {
  padding-left: calc(var(--wp--custom--margin--baseline) / 2);
  margin-bottom: var(--wp--custom--margin--baseline);
}

ul {
  list-style-image: url("assets/svg/bullet-blue-2.svg");
}
ul.has-background-color {
  list-style-image: url("assets/svg/bullet-white-2.svg");
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 8%;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    max-width: 75%;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    max-width: 85%;
    justify-self: flex-end;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text .wp-block-media-text__media {
    padding-bottom: calc(2 * var(--wp--custom--margin--vertical));
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-media-text.has-background {
  box-sizing: border-box;
  padding: var(--wp--custom--spacing--large) var(--wp--custom--spacing--medium);
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.header-block .wp-block-navigation ul {
  gap: var(--wp--custom--margin--medium);
}
@media only screen and (max-width: 1079px) {
  .header-block .wp-block-navigation ul {
    justify-content: center;
  }
}
.header-block .wp-block-navigation ul li {
  margin-bottom: 0;
}
.header-block .wp-block-navigation ul li a:hover {
  text-underline-offset: 6px;
}
.header-block .wp-block-navigation ul li.current-menu-item a {
  text-underline-offset: 6px;
  text-decoration: underline;
}
.header-block .donate-menu-item a {
  background-color: var(--wp--preset--color--foreground);
  border: 2px solid transparent;
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}
@media only screen and (max-width: 1079px) {
  .header-block .donate-menu-item a {
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 599px) {
  .header-block .donate-menu-item a {
    padding: 0.25rem 1rem !important;
  }
}
.header-block .donate-menu-item a:hover {
  background-color: transparent !important;
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground) !important;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  .header-block .donate-menu-item a:hover {
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background);
  }
}

.footer-block .wp-block-navigation__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 781px) {
  .footer-block .wp-block-navigation__container {
    justify-items: center;
  }
}
.footer-block .wp-block-navigation__container li {
  font-weight: bold;
  margin-bottom: 0;
}

.wp-block-navigation__responsive-container.is-menu-open {
  font-size: var(--wp--custom--typography--font-size--medium);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--foreground);
  color: #fff;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  margin-top: 70px;
}

@media only screen and (max-width: 599px) {
  .header-block .wp-block-site-logo {
    z-index: 200000;
  }
}

.wp-block-post-navigation-link {
  font-weight: bold;
}

.wp-block-post-navigation-link-wrap {
  margin-block-start: var(--wp--custom--spacing--large) !important;
}

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-query-pagination-numbers > * {
  border-radius: 6px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: bold;
  margin-right: var(--wp--custom--margin--baseline);
  padding: 7px var(--wp--custom--margin--baseline);
}
.wp-block-query-pagination-numbers .page-numbers {
  border: 2px solid transparent;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--foreground);
}
.wp-block-query-pagination-numbers .page-numbers:hover {
  border: 2px solid var(--wp--preset--color--foreground);
  text-decoration: none !important;
}

.wp-block-query-pagination {
  margin-top: var(--wp--custom--spacing--large) !important;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  font-weight: bold;
}

h1 + .wp-block-query.wp-block-query, h2 + .wp-block-query.wp-block-query, h3 + .wp-block-query.wp-block-query, h4 + .wp-block-query.wp-block-query, h5 + .wp-block-query.wp-block-query, h6 + .wp-block-query.wp-block-query {
  margin-block-start: var(--wp--custom--spacing--small);
}
.wp-block-query.wp-block-query a {
  text-decoration: none;
}
.wp-block-query.wp-block-query a:hover:not(.wp-block-post-excerpt__more-link) {
  text-decoration: underline;
}

@media only screen and (max-width: 959px) {
  .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% - 0.83333em);
  }
}
@media only screen and (max-width: 599px) {
  .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: 100%;
  }
}
.wp-block-post-template li,
.wp-block-query-loop li {
  padding-left: 0;
}
.wp-block-post-template .wp-block-post,
.wp-block-query-loop .wp-block-post {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post .wp-block-group,
.wp-block-query-loop .wp-block-post .wp-block-group {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post-featured-image a,
.wp-block-query-loop .wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-template .wp-block-post-title,
.wp-block-query-loop .wp-block-post-title {
  margin-top: calc(1.5 * var(--wp--custom--margin--vertical));
  width: 100%;
}
.wp-block-post-template .wp-block-post-date,
.wp-block-query-loop .wp-block-post-date {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: var(--wp--custom--margin--vertical);
  width: 100%;
}
.wp-block-post-template .wp-block-post-excerpt,
.wp-block-query-loop .wp-block-post-excerpt {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.wp-block-post-template .wp-block-post-excerpt__excerpt,
.wp-block-query-loop .wp-block-post-excerpt__excerpt {
  margin-top: 0;
}
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query-loop .wp-block-post-excerpt__more-text {
  margin-top: auto;
}

.wp-block-post-template .wp-block-post figure.wp-block-post-featured-image {
  margin-top: 0 !important;
  width: 100% !important;
}
.wp-block-post-template .wp-block-post figure.wp-block-post-featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
}
.wp-block-post-template .wp-block-post:not(.has-post-thumbnail):before {
  content: "";
  background: radial-gradient(128.24% 242.47% at 130.85% 127.76%, rgba(188, 220, 114, 0.71) 20.31%, #75A9E1 58.01%, #2A1956 88.95%);
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 260px;
}

.wp-block-quote {
  border: 0 none;
  padding-left: 0;
}
.wp-block-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='34' fill='none' version='1.1' viewBox='0 0 42 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.92 33.4c-1.68-4.8-2.52-9.56-2.52-14.3 0-5.44 1.44-9.8 4.32-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.24 0-6.36 2.72-6.36 8.16v1.8h7.68v14.9h-15.7zm22.7 0c-1.6-4.88-2.4-9.64-2.4-14.3 0-5.44 1.4-9.8 4.2-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.16 0-6.24 2.72-6.24 8.16v1.8h7.56v14.9h-15.7z' fill='%232A1956'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: clamp(3rem, 10vw, 7.5rem);
  font-weight: 700;
  width: 0.4em;
  height: 0.4em;
}

.wp-block-separator.is-style-wide {
  max-width: 1680px;
}

@media only screen and (max-width: 781px) {
  .wp-block-spacer__no-mobile {
    height: 0 !important;
  }
}

.wp-block-columns.is-style-zendo-columns-cards, .wp-block-columns.is-style-zendo-columns-small-cards {
  gap: var(--wp--custom--spacing--medium);
}
.wp-block-columns.is-style-zendo-columns-cards .wp-block-column, .wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
  background-color: var(--wp--preset--color--background);
  box-shadow: var(--wp--custom--shadow--box-shadow);
  border-radius: 10px;
  padding: var(--wp--custom--spacing--medium) var(--wp--custom--spacing--huge);
}
.wp-block-columns.is-style-zendo-columns-small-cards {
  gap: var(--wp--custom--spacing--small);
  margin-top: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 1079px) {
  .wp-block-columns.is-style-zendo-columns-small-cards {
    flex-wrap: wrap !important;
  }
}
.wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
  padding: var(--wp--custom--spacing--tiny);
}
@media only screen and (max-width: 1079px) {
  .wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
    flex: 1 1 40% !important;
    max-width: calc((100% - var(--wp--custom--spacing--small)) / 2);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.wp-block-columns.is-style-zendo-columns-team {
  gap: var(--wp--custom--spacing--small);
  margin-top: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 1079px) {
  .wp-block-columns.is-style-zendo-columns-team {
    flex-direction: column;
  }
}
.wp-block-columns.is-style-zendo-columns-team .wp-block-column {
  border-radius: 10px;
  background-color: var(--wp--preset--color--tertiary);
  padding: var(--wp--custom--spacing--tiny);
  margin-top: 150px;
}
.wp-block-columns.is-style-zendo-columns-team .wp-block-column > .wp-block-image:first-child {
  margin-top: -150px;
  max-width: 270px;
  width: 100%;
}

.wp-block-group.is-style-zendo-group-blur-background {
  background: url(assets/images/blur-bg.png);
  background-position: center 280px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: var(--wp--custom--spacing--huge);
}
.wp-block-group.is-style-zendo-group-abstract-background {
  background: url(assets/images/abstract-shape-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--wp--custom--spacing--huge);
  padding-bottom: var(--wp--custom--spacing--huge);
}
.wp-block-group.is-style-zendo-group-mess-background {
  background: url(assets/images/mess-large@1.5x.png);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media only screen and (min-width: 782px) {
  .wp-block-group.is-style-zendo-group-mess-background {
    background-position: left bottom;
    background-size: 50%;
  }
}

h1.is-style-zendo-heading-shadow,
h2.is-style-zendo-heading-shadow,
h3.is-style-zendo-heading-shadow,
h4.is-style-zendo-heading-shadow,
h5.is-style-zendo-heading-shadow,
h6.is-style-zendo-heading-shadow {
  text-shadow: 4px 4px 0 var(--wp--preset--color--light-blue);
}
.has-light-blue-background-color h1.is-style-zendo-heading-shadow,
.has-light-blue-background-color h2.is-style-zendo-heading-shadow,
.has-light-blue-background-color h3.is-style-zendo-heading-shadow,
.has-light-blue-background-color h4.is-style-zendo-heading-shadow,
.has-light-blue-background-color h5.is-style-zendo-heading-shadow,
.has-light-blue-background-color h6.is-style-zendo-heading-shadow {
  text-shadow: 4px 4px 0 var(--wp--preset--color--background);
}

ul.is-style-zendo-grid-list,
ol.is-style-zendo-grid-list {
  list-style: none;
  padding-left: 0;
}
@media only screen and (min-width: 782px) {
  ul.is-style-zendo-grid-list,
ol.is-style-zendo-grid-list {
    display: grid;
    gap: var(--wp--custom--margin--vertical);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
ul.is-style-zendo-grid-list li,
ol.is-style-zendo-grid-list li {
  padding-left: 0;
  margin-bottom: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  ul.is-style-zendo-grid-list li,
ol.is-style-zendo-grid-list li {
    margin-bottom: 0;
  }
}

ol.is-style-zendo-grid-list li:before {
  content: counter(list-item, decimal-leading-zero) ". ";
  display: block;
  margin-right: 5px;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--preset--font-size--large);
  font-weight: bold;
  padding: 3px 8px 3px 0;
}

ul.is-style-zendo-grid-list li:before {
  content: "";
  display: block;
  background-image: url("assets/svg/bullet-blue.svg");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left bottom;
  background-position-x: left;
  background-position-y: bottom;
  margin-bottom: 5px;
}
ul.is-style-zendo-grid-list.has-background-color li:before {
  content: "";
  display: block;
  background-image: url("assets/svg/bullet-white.svg");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left bottom;
  background-position-x: left;
  background-position-y: bottom;
  margin-bottom: 5px;
}

.wp-block-media-text.is-style-zendo-media-text-abstract-blur {
  background: url(assets/svg/zap-pink.svg), url(assets/svg/star-blue.svg), url(assets/svg/zap-blue.svg), url(assets/images/blur-media-text@1.5x.png);
  padding-top: var(--wp--custom--spacing--medium);
  padding-bottom: var(--wp--custom--spacing--large);
  background-size: 29px 29px, 58px 58px, 46px 46px, contain;
  background-repeat: no-repeat;
  background-position: 48% 70%, right 90%, 95% 5%, 35% center;
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text.is-style-zendo-media-text-abstract-blur {
    display: block;
  }
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur .wp-block-media-text__content {
  max-width: 85%;
  padding-left: 13%;
  padding-right: 3%;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur .wp-block-media-text__media:after {
  content: "";
  background: url(assets/svg/star-green.svg), url(assets/svg/love-green.svg);
  background-size: 46px 46px, 87px 76px;
  background-repeat: no-repeat;
  background-position: 90% 15%, 0 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5%;
  right: 0;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur.has-media-on-the-right {
  background: url(assets/svg/zap-pink.svg), url(assets/svg/star-blue.svg), url(assets/svg/zap-blue.svg), url(assets/images/blur-media-text-right@1.5x.png);
  background-position: 50% 70%, 5% 90%, left 5%, 60% center;
  background-repeat: no-repeat;
  background-size: 29px 29px, 58px 58px, 46px 46px, contain;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 3%;
  padding-right: 13%;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur.has-media-on-the-right .wp-block-media-text__media:after {
  content: "";
  background-position: 10% 15%, 100% 0;
}

p.is-style-zendo-paragraph-sub-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.45;
}

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=submit],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: transparent;
  border: 2px solid var(--wp--preset--color--black);
  border-radius: var(--wp--custom--border--border-radius);
  font-family: var(--wp--preset--font-family--lato);
  font-size: var(--wp--preset--font-size--tiny);
  height: auto;
  line-height: 2;
  padding: var(--wp--custom--margin--baseline);
}
@media only screen and (min-width: 782px) {
  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=submit],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    font-size: var(--wp--preset--font-size--small);
    padding: calc(1.5 * var(--wp--custom--margin--baseline));
  }
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=submit]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline: 2px dotted currentColor;
}
.has-foreground-background-color input[type=text],
.has-foreground-background-color input[type=email],
.has-foreground-background-color input[type=url],
.has-foreground-background-color input[type=password],
.has-foreground-background-color input[type=search],
.has-foreground-background-color input[type=number],
.has-foreground-background-color input[type=tel],
.has-foreground-background-color input[type=range],
.has-foreground-background-color input[type=date],
.has-foreground-background-color input[type=month],
.has-foreground-background-color input[type=week],
.has-foreground-background-color input[type=time],
.has-foreground-background-color input[type=submit],
.has-foreground-background-color input[type=datetime],
.has-foreground-background-color input[type=datetime-local],
.has-foreground-background-color input[type=color],
.has-foreground-background-color textarea {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

input[type=text],
input[type=email],
input[type=url] {
  flex: 1;
}

input[type=submit] {
  border-radius: 60px;
}

input[type=number] {
  border: none;
  border-radius: none;
}

form label {
  font-size: var(--wp--preset--font-size--small);
}

select {
  border: 3px solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
  -webkit-appearance: none;
          appearance: none;
  line-height: var(--wp--preset--line-height--body);
  padding: var(--wp--custom--margin--baseline) calc(3 * var(--wp--custom--margin--baseline)) var(--wp--custom--margin--baseline) var(--wp--custom--margin--baseline);
  background: var(--wp--preset--color--white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--wp--custom--margin--baseline) top 60%;
}

input[type=submit] {
  background: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--default);
  padding: calc(var(--wp--custom--margin--vertical) / 1.5) calc(2.5 * var(--wp--custom--margin--vertical));
  -webkit-appearance: none;
          appearance: none;
}
@media only screen and (min-width: 960px) {
  input[type=submit] {
    max-width: 330px;
  }
}
input[type=submit]:hover, input[type=submit]:focus-visible {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
}

form,
.emailinput {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--margin--vertical);
  flex: 1;
}
@media only screen and (min-width: 960px) {
  form,
.emailinput {
    flex-direction: row;
  }
}
form + form,
.emailinput + form {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 3px solid var(--wp--preset--color--foreground);
}
.wp-block-post-comments-form input[type=submit] {
  background: transparent;
  border: 3px solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-content p a, .wp-block-post-content li a {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all 0.2s ease-in-out;
}
.wp-block-post-content p a:hover, .wp-block-post-content li a:hover {
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25ch;
}
.wp-block-post-content p a:active, .wp-block-post-content li a:active {
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25ch;
}

a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus, a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus-visible {
  outline: 2px dotted currentColor;
  text-decoration: none;
}
a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus.wp-block-button__link, a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus-visible.wp-block-button__link {
  outline: 2px dotted var(--wp--preset--color--foreground);
}

button:focus {
  text-decoration: none;
}
button:focus-visible {
  outline: 2px dotted var(--wp--preset--color--foreground);
}

.page .wp-block-post-content > *:last-child {
  margin-bottom: var(--wp--custom--spacing--huge);
}
.page .wp-block-post-content > .wp-block-cover:last-child,
.page .wp-block-post-content > .has-background:last-child {
  margin-bottom: 0;
}
.page:not(.page-template-page-no-header) .wp-block-post-content {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
.page:not(.page-template-page-no-header) .wp-block-post-content > .wp-block-cover:first-child,
.page:not(.page-template-page-no-header) .wp-block-post-content > .has-background:first-child {
  margin-top: calc(-2 * var(--wp--custom--margin--vertical));
}
.page.page-template-page-no-header .wp-block-post-content {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
.page .page-header {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  padding: var(--wp--custom--spacing--huge) var(--wp--custom--spacing--small);
}
.page .page-header .wp-block-post-title {
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.page.has-post-thumbnail .page-header {
  padding: var(--wp--custom--spacing--small) var(--wp--custom--spacing--small);
}
.page.has-post-thumbnail .page-header .wp-block-post-title {
  text-align: left;
}

.blog .wp-site-blocks > main[class*=wp-container-] {
  padding-bottom: var(--wp--custom--spacing--huge);
}

.wp-site-blocks > main[class*=wp-container-] {
  margin-top: 0;
}
.wp-site-blocks > main[class*=wp-container-]:last-child {
  margin-bottom: 0;
}

.single .post-header {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  padding: var(--wp--custom--spacing--huge) var(--wp--custom--spacing--small);
}
.single .post-header .wp-block-post-title {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.single main.wp-block-group > :last-child {
  margin-bottom: var(--wp--custom--spacing--huge);
}
.single.has-post-thumbnail .post-header {
  padding: var(--wp--custom--spacing--small) var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 599px) {
  .single.has-post-thumbnail .post-header > .wp-block-group {
    flex-direction: column;
  }
}
.single.has-post-thumbnail .post-header .wp-block-post-title {
  text-align: left;
}
.single.has-post-thumbnail .post-header .wp-block-post-featured-image img {
  max-height: 500px;
}

.error404 main.wp-block-group {
  min-height: 60vh;
}
.error404 .entry-content {
  max-width: var(--wp--custom--layout--wcwidth);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  .error404 .entry-content {
    margin-top: calc(8 * var(--wp--custom--margin--vertical));
  }
}
.error404 .entry-content > * {
  max-width: 650px;
}

footer.wp-block-template-part {
  margin-block-start: 0;
  padding-top: 0;
}

.footer-block {
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding-top: 0;
}
@media only screen and (max-width: 781px) {
  .footer-block {
    text-align: center;
  }
}
.footer-block p a {
  color: var(--wp--preset--color--background);
  text-decoration: underline;
}
.footer-block > .wp-block-group {
  gap: var(--wp--custom--margin--baseline);
}
@media only screen and (max-width: 599px) {
  .footer-block > .wp-block-group {
    flex-direction: column;
    align-items: baseline;
    gap: var(--wp--custom--margin--medium);
  }
}
@media only screen and (max-width: 959px) {
  .footer-block .footer-row-wrap {
    justify-content: flex-start;
  }
}
.footer-block .footer-navigation {
  gap: var(--wp--custom--margin--horizontal);
}
@media only screen and (min-width: 960px) {
  .footer-block .footer-navigation {
    margin-right: auto;
  }
}
@media only screen and (min-width: 782px) {
  .footer-block .footer-navigation ul li:last-child:before {
    content: "•";
    font-size: 7px;
    padding-right: var(--wp--custom--margin--horizontal);
  }
}
@media only screen and (max-width: 781px) {
  .footer-block .wp-block-buttons,
.footer-block .wp-block-social-links {
    justify-content: center;
  }
}
.footer-block .designed-by {
  display: flex;
}
.footer-block .designed-by .wp-block-image {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: var(--wp--custom--margin--baseline);
}
.footer-block .designed-by .wp-block-image img {
  vertical-align: baseline;
}

.header-block {
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .header-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.header-block .header-row-wrap {
  gap: var(--wp--custom--margin--medium);
}
@media only screen and (min-width: 600px) {
  .header-block .header-row-wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1080px) {
  .header-block .header-row-wrap {
    flex-direction: row;
  }
}
.header-block .site-logo-container {
  flex: 1;
}
.header-block .woocommerce-cart-link {
  margin-left: auto;
}
@media only screen and (min-width: 600px) {
  .header-block .woocommerce-cart-link {
    margin-left: 0;
  }
}
.header-block .woocommerce-cart-link:hover path {
  stroke: var(--wp--preset--color--primary);
}
.header-block .woocommerce-cart-link:hover circle {
  fill: #fff;
}
.header-block .main-navigation {
  order: 2;
}
@media only screen and (min-width: 1080px) {
  .header-block .main-navigation {
    margin-left: auto !important;
    order: 0;
  }
}

.user-account .wp-block-button__link {
  background-image: url(assets/svg/user.svg);
  background-color: transparent;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 0;
  border: none;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.user-account .wp-block-button__link:hover {
  background-image: url(assets/svg/user-hover.svg) !important;
}

.taxonomy-post_tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.taxonomy-post_tag.wp-block-post-terms {
  margin-top: var(--wp--custom--margin--baseline);
}

.wp-block-post-excerpt__more-link {
  border: 2px solid var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--tiny);
  font-weight: 700;
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-link:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}
.wp-block-post-excerpt__more-link:focus-visible {
  outline: 2px dotted var(--wp--preset--color--foreground);
}

.wp-block-post .wp-block-zendo-post-link.wp-block-zendo-post-link.wp-block-zendo-post-link {
  margin-top: var(--wp--custom--margin--baseline);
}

.archive-title-wrap,
.blog-page-title-wrap {
  margin-bottom: var(--wp--custom--spacing--small);
}
.archive-title-wrap .wp-block-query-title,
.blog-page-title-wrap .wp-block-query-title {
  line-height: 1.1;
}

.post-meta-zendo_address {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  grid-area: address;
  letter-spacing: 1.1666666667;
  order: 0;
  text-transform: uppercase;
}
.post-meta-zendo_address .zendo-post-meta-label {
  display: block;
  font-weight: 600;
}
.post-meta-zendo_address .zendo-venue-name {
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 781px) {
  .post-meta-zendo_address {
    margin-top: 0;
    margin-bottom: var(--wp--custom--margin--vertical);
  }
}

.sharedaddy.sharedaddy h3.sd-title.sd-title {
  font-family: var(--wp--preset--font-family-futura-pt);
  display: block;
  font-size: var(--wp-preset--font-size--tiny);
  margin: 0 auto;
  text-transform: uppercase;
}
.sharedaddy.sharedaddy h3.sd-title.sd-title:before {
  border: none;
  margin-bottom: 0;
}
.sharedaddy.sharedaddy .sd-content ul a[class*=share-].sd-button {
  background: transparent;
  border: none;
  box-shadow: none;
}
.sharedaddy.sharedaddy .sd-content ul a[class*=share-].sd-button:hover {
  background: transparent;
  border: none;
}
.sharedaddy.sharedaddy .sd-content ul a[class*=share-].sd-button:before {
  color: var(--wp--preset--color--black);
}
.sharedaddy.sharedaddy .sd-content ul li span {
  font-family: var(--wp--preset--font-family--favoritzendo);
  color: var(--wp--preset--color--black);
}
.sharedaddy.sharedaddy .sd-content ul li a.sharing-anchor.share-more:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23000' fill-rule='evenodd' stroke='%23000' stroke-linejoin='round' stroke-width='.5' d='M9.463.807a.75.75 0 01.817.163l6.75 6.75a.75.75 0 01.027 1.032l-6.75 7.5A.75.75 0 019 15.75V12h-.375c-3.137 0-5.678 1.686-6.41 3.978A.75.75 0 01.75 15.75v-1.875c0-4.638 3.66-8.42 8.25-8.617V1.5a.75.75 0 01.463-.693zM10.5 3.311V6a.75.75 0 01-.75.75h-.375a7.126 7.126 0 00-7.073 6.256c1.52-1.579 3.835-2.506 6.323-2.506H9.75a.75.75 0 01.75.75v2.546l4.966-5.519L10.5 3.311z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  content: "";
  width: 18px;
  height: 18px;
}
.sharedaddy.sharedaddy .sd-content ul li.share-end {
  display: none;
}
li.product .sharedaddy.sharedaddy .sd-content > ul span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden {
  position: relative;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: var(--wp--custom--margin--vertical);
  bottom: 3em !important;
  left: auto !important;
  right: 0 !important;
  top: auto !important;
  transform-origin: top left;
  transition: transform 0.1s ease-out;
  animation: pop 1s linear;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner::before, .sharedaddy.sharedaddy .sd-content .sharing-hidden .inner::after {
  content: none;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner ul {
  display: flex;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--wp--preset--font-size--small);
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner ul li span {
  color: var(--wp--preset--color--foreground);
  font-size: 13px;
  margin-top: var(--wp--custom--margin--baseline);
}
.sharedaddy.sharedaddy .sd-content .share-customize-link {
  text-align: center;
}
.sharedaddy.sharedaddy .sd-content .share-customize-link.share-customize-link {
  margin-bottom: 0;
}

@keyframes zendo-pop {
  0% {
    display: none;
    transform: scale(0);
  }
  0% {
    display: block;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.single:not(.single-zendo-event) .sd-social-icon h3.sd-title.sd-title {
  text-align: center;
}
.single:not(.single-zendo-event) .sd-social-icon .sd-content ul {
  text-align: center;
}
.single:not(.single-zendo-event) .sd-social-icon .share-customize-link {
  text-align: center;
}

.related-post-wrapper h3 {
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
}

@media only screen and (min-width: 960px) {
  nav.jp-relatedposts-i2 {
    display: flex;
  }
}

div.jp-related-posts-i2__row:first-child {
  margin-top: 1.5rem;
}

.jp-related-posts-i2__post-link {
  font-family: var(--wp--preset--font-family--moret);
  font-size: var(--wp--preset--font-size--large);
}

/**
 * WooCommerce styles
 */
body {
  /* WooCommerce */
  --wc-color--error-message: var(--wp--preset--color--red);
  --wc-color--notice-message: var(--wp--preset--color--backround);
  --wc-color--success-message: #DFF7E3;
  --wc--wrapper-width: default;
  --wc--color-onsale--background: var(--wp--preset--color--primary);
  --wc--color-onsale--text: var(--wp--preset--color--foreground);
  --wc--table--border-color: var(--wp--preset--color--gray);
  --wc--table--border-radius: 4px;
  --wc--table--border-width: 1px;
  --wc--tabs--border-color: var(--wp--preset--color--foreground);
  --wc--tabs--border-radius: 10px;
  --wc--tabs--border-width: 1px;
  --wc--tabs--padding: var(--wp--custom--margin--horizontal);
  --wc--mini-cart--color-background: var(--wp--preset--color--white);
  --wc--mini-cart--color-text: var(--wp--preset--color--foreground);
  --wc--mini-cart--color-subtotal: var(--wp--preset--color--foreground);
  --wc--mini-cart--color-count: var(--wp--preset--color--foreground);
  --wc--mini-cart--color-border: var(--wp--preset--color--foreground);
  --wc--mini-cart--button-text-color: var(--button--color-text);
  --wc--mini-cart--button-background-color: var(--button--color-background);
  --wc--mini-cart--width: calc(2 * var(--wp--custom--margin--baseline));
  --wc--star-rating--color: #EFCC11;
}

body[class*=woocommerce] .wp-site-blocks .woocommerce-breadcrumb {
  display: flex;
  margin-bottom: calc(var(--wp--custom--margin--vertical) * 1.666666667);
  font-size: var(--wp--preset--font-size--tiny);
}
@media only screen and (max-width: 599px) {
  body[class*=woocommerce] .wp-site-blocks .woocommerce-breadcrumb {
    margin-top: calc(var(--wp--custom--margin--vertical) / 3);
  }
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-breadcrumb a {
  color: currentColor;
}

body[class*=woocommerce] .wp-site-blocks .woocommerce-message,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info,
body[class*=woocommerce] .wp-site-blocks .woocommerce-success,
body[class*=woocommerce] .wp-site-blocks .woocommerce-error,
body[class*=woocommerce] .wp-site-blocks .woocommerce-warning {
  background-color: var(--wc-color--notice-message);
  border: 2px solid var(--wp--preset--color--black);
  border-radius: var(--wc--table--border-radius);
  color: var(--wp--preset--color--black);
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin-bottom: var(--wp--custom--margin--vertical);
  padding: var(--wp--custom--margin--baseline) var(--wp--custom--margin--vertical) var(--wp--custom--margin--baseline) calc(2.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message:before,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info:before,
body[class*=woocommerce] .wp-site-blocks .woocommerce-success:before,
body[class*=woocommerce] .wp-site-blocks .woocommerce-error:before,
body[class*=woocommerce] .wp-site-blocks .woocommerce-warning:before {
  top: 10px;
  left: 1em;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info,
body[class*=woocommerce] .wp-site-blocks .woocommerce-success,
body[class*=woocommerce] .wp-site-blocks .woocommerce-notice--message,
body[class*=woocommerce] .wp-site-blocks .woocommerce-notice--info {
  color: var(--wp--preset--color--black);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message {
  background-color: var(--wc-color--success-message);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info {
  border: 0 none;
  padding-left: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message:before,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info:before {
  content: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message a.restore-item,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info a.restore-item {
  text-decoration: underline;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message a.restore-item:after,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info a.restore-item:after {
  content: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-message a.restore-item:hover,
body[class*=woocommerce] .wp-site-blocks .woocommerce-info a.restore-item:hover {
  color: var(--wp--preset--color--foreground);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-info {
  padding-left: 0;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-info a:not(.button) {
  text-decoration: underline;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-info a:not(.button):hover, body[class*=woocommerce] .wp-site-blocks .woocommerce-info a:not(.button):focus, body[class*=woocommerce] .wp-site-blocks .woocommerce-info a:not(.button):active {
  text-decoration: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-success {
  border-color: var(--wp--preset--color--black);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-success:before {
  color: var(--wp--preset--color--black);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-error {
  border-color: var(--wp--preset--color--vivid-red);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-error:before {
  color: var(--wp--preset--color--vivid-red);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-warning {
  border-color: var(--wp--preset--color--secondary);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-warning:before {
  color: var(--wp--preset--color--secondary);
}

body.woocommerce-page .wp-block-post-title {
  font-size: var(--wp--preset--font-size--huge);
  max-width: var(--wp--custom--layout--alignwide);
}
body.woocommerce-page .entry-header {
  background-color: transparent;
  margin-bottom: var(--wp--custom--margin--vertical);
  min-height: auto;
  text-align: center;
}
@media only screen and (min-width: 782px) {
  body.woocommerce-page .entry-header {
    padding: 0;
    margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  }
}
body.woocommerce-page .entry-title {
  color: inherit;
  padding: 0;
}

body[class*=woocommerce] #woocommerce-wrapper span.onsale {
  background-color: var(--wp--preset--color--primary);
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: bold;
  min-height: 2rem;
  min-width: 3.236rem;
  padding: 0.15rem;
  position: absolute;
  text-align: center;
  line-height: 2;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9;
  width: 70px;
  height: 32px;
}

body[class*=woocommerce] .wp-site-blocks .woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: calc(0.5 * var(--wp--custom--margin--vertical));
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-password-strength.strong {
  background-color: var(--wp--preset--color--primary);
  border-color: transparent;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-password-strength.good {
  background-color: var(--wp--preset--color--secondary);
  border-color: transparent;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-password-strength.short {
  background-color: var(--wp--preset--color--red);
  border-color: transparent;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-password-strength.bad {
  background-color: var(--wp--preset--color--red);
  border-color: transparent;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-password-hint {
  font-size: var(--wp--custom--typography--font-size--tiny);
}

body[class*=woocommerce] .wp-site-blocks a.remove {
  font-weight: 400;
  color: #2a1956 !important;
  font-size: 28px;
  text-decoration: none;
  display: inline;
}
body[class*=woocommerce] .wp-site-blocks a.remove:hover {
  background: none !important;
  color: var(--wp--preset--color--black) !important;
}

body[class*=woocommerce] .wp-site-blocks small.note {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin-top: var(--wp--custom--margin--baseline);
}

body[class*=woocommerce] .wp-site-blocks table.shop_table {
  border-collapse: collapse;
  border: none;
  border-radius: var(--wc--table--border-radius);
  color: var(--wp--preset--color--black);
  font-weight: 400;
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin-bottom: var(--wp--custom--margin--medium);
}
body[class*=woocommerce] .wp-site-blocks table.shop_table th {
  padding: var(--wp--custom--margin--vertical);
  vertical-align: middle;
}
body[class*=woocommerce] .wp-site-blocks table.shop_table td {
  border-top: none;
  padding: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce] .wp-site-blocks table.shop_table tr {
  border-bottom: 1px solid #6473a0;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce] .wp-site-blocks table.shop_table tr {
    position: relative;
  }
}
body[class*=woocommerce] .wp-site-blocks table.shop_table thead tr th:last-child {
  text-align: right;
}
body[class*=woocommerce] .wp-site-blocks table.shop_table tbody tr td:last-child,
body[class*=woocommerce] .wp-site-blocks table.shop_table tfoot tr td:last-child {
  text-align: right;
}
body[class*=woocommerce] .wp-site-blocks table.shop_table tbody tr:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce] .wp-site-blocks table.shop_table tbody tr:last-of-type {
    border-top: var(--wc--table--border-width) solid var(--wc--table--border-color);
  }
}
body[class*=woocommerce] .wp-site-blocks table.shop_table thead {
  border-bottom: var(--wc--table--border-width) solid var(--wc--table--border-color);
}
body[class*=woocommerce] .wp-site-blocks table.shop_table tfoot td,
body[class*=woocommerce] .wp-site-blocks table.shop_table tfoot th,
body[class*=woocommerce] .wp-site-blocks table.shop_table tbody th {
  border-top-color: var(--wc--table--border-color);
}
body[class*=woocommerce] .wp-site-blocks table.shop_attributes {
  border-top-color: var(--wc--table--border-color);
  border-top-style: solid;
  margin-bottom: var(--wp--custom--margin--vertical);
  border-bottom: var(--wc--table--border-width) solid var(--wc--table--border-color);
}
body[class*=woocommerce] .wp-site-blocks table.shop_attributes th {
  padding: calc(0.5 * var(--wp--custom--margin--vertical));
  border-bottom-color: var(--wc--table--border-color);
  border-bottom-style: solid;
}
body[class*=woocommerce] .wp-site-blocks table.shop_attributes td {
  font-style: inherit;
  border-bottom-color: var(--wc--table--border-color);
  border-bottom-style: solid;
  padding: calc(0.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks table.shop_attributes td p {
  margin: 0;
  padding-top: calc(0.5 * var(--wp--custom--margin--vertical));
  padding-bottom: calc(0.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks table.shop_attributes tr:nth-child(even) td,
body[class*=woocommerce] .wp-site-blocks table.shop_attributes tr:nth-child(even) th {
  background: var(--wp--preset--color--background);
}
body[class*=woocommerce] .wp-site-blocks table.my_account_orders {
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks table.my_account_orders th,
body[class*=woocommerce] .wp-site-blocks table.my_account_orders td {
  padding: calc(0.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks table td,
body[class*=woocommerce] .wp-site-blocks table th {
  border: inherit;
}
body[class*=woocommerce] .wp-site-blocks table thead,
body[class*=woocommerce] .wp-site-blocks table tfoot {
  text-align: unset;
}
body[class*=woocommerce] .wp-site-blocks table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=url],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=range],
.woocommerce input[type=date],
.woocommerce input[type=month],
.woocommerce input[type=week],
.woocommerce input[type=time],
.woocommerce input[type=submit],
.woocommerce input[type=datetime],
.woocommerce input[type=datetime-local],
.woocommerce input[type=color],
.woocommerce textarea,
.woocommerce-page input[type=text],
.woocommerce-page input[type=email],
.woocommerce-page input[type=url],
.woocommerce-page input[type=password],
.woocommerce-page input[type=search],
.woocommerce-page input[type=tel],
.woocommerce-page input[type=range],
.woocommerce-page input[type=date],
.woocommerce-page input[type=month],
.woocommerce-page input[type=week],
.woocommerce-page input[type=time],
.woocommerce-page input[type=submit],
.woocommerce-page input[type=datetime],
.woocommerce-page input[type=datetime-local],
.woocommerce-page input[type=color],
.woocommerce-page textarea {
  border-radius: var(--wc--table--border-radius);
  background-color: var(--wp--preset--color--light-gray);
  border: 2px solid var(--wp--preset--color--black);
  font-size: var(--wp--custom--typography--font-size--tiny);
  line-height: 1.5;
  padding-top: calc(1.5 * var(--wp--custom--margin--baseline));
  padding-bottom: calc(1.5 * var(--wp--custom--margin--baseline));
}
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=url]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=search]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=range]:focus,
.woocommerce input[type=date]:focus,
.woocommerce input[type=month]:focus,
.woocommerce input[type=week]:focus,
.woocommerce input[type=time]:focus,
.woocommerce input[type=submit]:focus,
.woocommerce input[type=datetime]:focus,
.woocommerce input[type=datetime-local]:focus,
.woocommerce input[type=color]:focus,
.woocommerce textarea:focus,
.woocommerce-page input[type=text]:focus,
.woocommerce-page input[type=email]:focus,
.woocommerce-page input[type=url]:focus,
.woocommerce-page input[type=password]:focus,
.woocommerce-page input[type=search]:focus,
.woocommerce-page input[type=tel]:focus,
.woocommerce-page input[type=range]:focus,
.woocommerce-page input[type=date]:focus,
.woocommerce-page input[type=month]:focus,
.woocommerce-page input[type=week]:focus,
.woocommerce-page input[type=time]:focus,
.woocommerce-page input[type=submit]:focus,
.woocommerce-page input[type=datetime]:focus,
.woocommerce-page input[type=datetime-local]:focus,
.woocommerce-page input[type=color]:focus,
.woocommerce-page textarea:focus {
  border-color: var(--wp--perset--color--black);
  background-color: var(--wp--perset--color--background);
}
.woocommerce input[type=number],
.woocommerce-page input[type=number] {
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding: 0;
}
.woocommerce textarea,
.woocommerce-page textarea {
  font-family: inherit;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce-page .select2-container .select2-selection--single {
  border: 2px solid var(--wp--preset--color--black);
  background: var(--wp--preset--color--light-gray);
  border-radius: var(--wc--table--border-radius);
  font-size: var(--wp--custom--typography--font-size--tiny);
  color: var(--wp--preset--color--black);
  display: flex;
  padding: calc(1.5 * var(--wp--custom--margin--baseline)) 0;
  height: auto;
  margin: 0;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown,
.woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: var(--wc--table--border-color);
}
.woocommerce .select2-results__options .select2-results__option,
.woocommerce-page .select2-results__options .select2-results__option {
  font-size: var(--wp--custom--typography--font-size--tiny);
}
.woocommerce input[type=radio],
.woocommerce-page input[type=radio] {
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color---light-gray);
  border: 2px solid var(--wp--preset--color--gray);
  border-radius: 50%;
  flex: 0 0 24px;
  margin: 0;
  width: 24px !important;
  height: 24px !important;
}
.woocommerce input[type=radio]:checked,
.woocommerce-page input[type=radio]:checked {
  background-color: #000;
  background-image: url(./assets/svg/white-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
}
.woocommerce #wc-stripe-payment-request-button iframe,
.woocommerce-page #wc-stripe-payment-request-button iframe {
  border-radius: 30px !important;
}
.woocommerce .zendo-cart-item-name-custom,
.woocommerce-page .zendo-cart-item-name-custom {
  color: var(--wp--preset--color--black);
  display: block;
  font-size: var(--wp--custom--typography--font-size--tiny);
  font-weight: 700;
  margin-bottom: var(--wp--custom--margin--baseline);
  text-transform: uppercase;
}
.woocommerce #wc-stripe-payment-request-button-separator,
.woocommerce-page #wc-stripe-payment-request-button-separator {
  height: 0;
  overflow: hidden;
  margin-top: -14px !important;
}

/**
 * Block Imports
 */
/**
 * Button
 */
body.woocommerce .wp-site-blocks #respond input#submit,
body.woocommerce .wp-site-blocks #respond input#submit.alt,
body.woocommerce .wp-site-blocks a.button:not(.loading),
body.woocommerce .wp-site-blocks a.button.alt,
body.woocommerce .wp-site-blocks button.button,
body.woocommerce .wp-site-blocks button.button.alt,
body.woocommerce .wp-site-blocks input.button,
body.woocommerce .wp-site-blocks input.button.alt,
body.woocommerce .wp-site-blocks .cart .button,
body.woocommerce .wp-site-blocks .cart input.button,
body.woocommerce .wp-site-blocks a.added_to_cart,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit,
body.woocommerce .wp-site-blocks .woocommerce a.button,
body.woocommerce .wp-site-blocks .woocommerce button.button,
body.woocommerce .wp-site-blocks .woocommerce input.button,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a,
body.woocommerce-page .wp-site-blocks #respond input#submit,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt,
body.woocommerce-page .wp-site-blocks a.button:not(.loading),
body.woocommerce-page .wp-site-blocks a.button.alt,
body.woocommerce-page .wp-site-blocks button.button,
body.woocommerce-page .wp-site-blocks button.button.alt,
body.woocommerce-page .wp-site-blocks input.button,
body.woocommerce-page .wp-site-blocks input.button.alt,
body.woocommerce-page .wp-site-blocks .cart .button,
body.woocommerce-page .wp-site-blocks .cart input.button,
body.woocommerce-page .wp-site-blocks a.added_to_cart,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit,
body.woocommerce-page .wp-site-blocks .woocommerce a.button,
body.woocommerce-page .wp-site-blocks .woocommerce button.button,
body.woocommerce-page .wp-site-blocks .woocommerce input.button,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a,
.wc-block-grid #respond input#submit,
.wc-block-grid #respond input#submit.alt,
.wc-block-grid a.button:not(.loading),
.wc-block-grid a.button.alt,
.wc-block-grid button.button,
.wc-block-grid button.button.alt,
.wc-block-grid input.button,
.wc-block-grid input.button.alt,
.wc-block-grid .cart .button,
.wc-block-grid .cart input.button,
.wc-block-grid a.added_to_cart,
.wc-block-grid .woocommerce #respond input#submit,
.wc-block-grid .woocommerce a.button,
.wc-block-grid .woocommerce button.button,
.wc-block-grid .woocommerce input.button,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a {
  background-color: var(--wp--preset--color--foreground);
  border: 2px solid transparent;
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  line-height: 1.6;
  padding-left: calc(1.5 * var(--wp--custom--margin--vertical));
  padding-right: calc(1.5 * var(--wp--custom--margin--vertical));
}
body.woocommerce .wp-site-blocks #respond input#submit:hover, body.woocommerce .wp-site-blocks #respond input#submit:active, body.woocommerce .wp-site-blocks #respond input#submit:focus,
body.woocommerce .wp-site-blocks #respond input#submit.alt:hover,
body.woocommerce .wp-site-blocks #respond input#submit.alt:active,
body.woocommerce .wp-site-blocks #respond input#submit.alt:focus,
body.woocommerce .wp-site-blocks a.button:not(.loading):hover,
body.woocommerce .wp-site-blocks a.button:not(.loading):active,
body.woocommerce .wp-site-blocks a.button:not(.loading):focus,
body.woocommerce .wp-site-blocks a.button.alt:hover,
body.woocommerce .wp-site-blocks a.button.alt:active,
body.woocommerce .wp-site-blocks a.button.alt:focus,
body.woocommerce .wp-site-blocks button.button:hover,
body.woocommerce .wp-site-blocks button.button:active,
body.woocommerce .wp-site-blocks button.button:focus,
body.woocommerce .wp-site-blocks button.button.alt:hover,
body.woocommerce .wp-site-blocks button.button.alt:active,
body.woocommerce .wp-site-blocks button.button.alt:focus,
body.woocommerce .wp-site-blocks input.button:hover,
body.woocommerce .wp-site-blocks input.button:active,
body.woocommerce .wp-site-blocks input.button:focus,
body.woocommerce .wp-site-blocks input.button.alt:hover,
body.woocommerce .wp-site-blocks input.button.alt:active,
body.woocommerce .wp-site-blocks input.button.alt:focus,
body.woocommerce .wp-site-blocks .cart .button:hover,
body.woocommerce .wp-site-blocks .cart .button:active,
body.woocommerce .wp-site-blocks .cart .button:focus,
body.woocommerce .wp-site-blocks .cart input.button:hover,
body.woocommerce .wp-site-blocks .cart input.button:active,
body.woocommerce .wp-site-blocks .cart input.button:focus,
body.woocommerce .wp-site-blocks a.added_to_cart:hover,
body.woocommerce .wp-site-blocks a.added_to_cart:active,
body.woocommerce .wp-site-blocks a.added_to_cart:focus,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit:hover,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit:active,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit:focus,
body.woocommerce .wp-site-blocks .woocommerce a.button:hover,
body.woocommerce .wp-site-blocks .woocommerce a.button:active,
body.woocommerce .wp-site-blocks .woocommerce a.button:focus,
body.woocommerce .wp-site-blocks .woocommerce button.button:hover,
body.woocommerce .wp-site-blocks .woocommerce button.button:active,
body.woocommerce .wp-site-blocks .woocommerce button.button:focus,
body.woocommerce .wp-site-blocks .woocommerce input.button:hover,
body.woocommerce .wp-site-blocks .woocommerce input.button:active,
body.woocommerce .wp-site-blocks .woocommerce input.button:focus,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:hover,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:active,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:focus,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:hover,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:active,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:focus,
body.woocommerce-page .wp-site-blocks #respond input#submit:hover,
body.woocommerce-page .wp-site-blocks #respond input#submit:active,
body.woocommerce-page .wp-site-blocks #respond input#submit:focus,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt:hover,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt:active,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt:focus,
body.woocommerce-page .wp-site-blocks a.button:not(.loading):hover,
body.woocommerce-page .wp-site-blocks a.button:not(.loading):active,
body.woocommerce-page .wp-site-blocks a.button:not(.loading):focus,
body.woocommerce-page .wp-site-blocks a.button.alt:hover,
body.woocommerce-page .wp-site-blocks a.button.alt:active,
body.woocommerce-page .wp-site-blocks a.button.alt:focus,
body.woocommerce-page .wp-site-blocks button.button:hover,
body.woocommerce-page .wp-site-blocks button.button:active,
body.woocommerce-page .wp-site-blocks button.button:focus,
body.woocommerce-page .wp-site-blocks button.button.alt:hover,
body.woocommerce-page .wp-site-blocks button.button.alt:active,
body.woocommerce-page .wp-site-blocks button.button.alt:focus,
body.woocommerce-page .wp-site-blocks input.button:hover,
body.woocommerce-page .wp-site-blocks input.button:active,
body.woocommerce-page .wp-site-blocks input.button:focus,
body.woocommerce-page .wp-site-blocks input.button.alt:hover,
body.woocommerce-page .wp-site-blocks input.button.alt:active,
body.woocommerce-page .wp-site-blocks input.button.alt:focus,
body.woocommerce-page .wp-site-blocks .cart .button:hover,
body.woocommerce-page .wp-site-blocks .cart .button:active,
body.woocommerce-page .wp-site-blocks .cart .button:focus,
body.woocommerce-page .wp-site-blocks .cart input.button:hover,
body.woocommerce-page .wp-site-blocks .cart input.button:active,
body.woocommerce-page .wp-site-blocks .cart input.button:focus,
body.woocommerce-page .wp-site-blocks a.added_to_cart:hover,
body.woocommerce-page .wp-site-blocks a.added_to_cart:active,
body.woocommerce-page .wp-site-blocks a.added_to_cart:focus,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit:hover,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit:active,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit:focus,
body.woocommerce-page .wp-site-blocks .woocommerce a.button:hover,
body.woocommerce-page .wp-site-blocks .woocommerce a.button:active,
body.woocommerce-page .wp-site-blocks .woocommerce a.button:focus,
body.woocommerce-page .wp-site-blocks .woocommerce button.button:hover,
body.woocommerce-page .wp-site-blocks .woocommerce button.button:active,
body.woocommerce-page .wp-site-blocks .woocommerce button.button:focus,
body.woocommerce-page .wp-site-blocks .woocommerce input.button:hover,
body.woocommerce-page .wp-site-blocks .woocommerce input.button:active,
body.woocommerce-page .wp-site-blocks .woocommerce input.button:focus,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:hover,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:active,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:focus,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:hover,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:active,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:focus,
.wc-block-grid #respond input#submit:hover,
.wc-block-grid #respond input#submit:active,
.wc-block-grid #respond input#submit:focus,
.wc-block-grid #respond input#submit.alt:hover,
.wc-block-grid #respond input#submit.alt:active,
.wc-block-grid #respond input#submit.alt:focus,
.wc-block-grid a.button:not(.loading):hover,
.wc-block-grid a.button:not(.loading):active,
.wc-block-grid a.button:not(.loading):focus,
.wc-block-grid a.button.alt:hover,
.wc-block-grid a.button.alt:active,
.wc-block-grid a.button.alt:focus,
.wc-block-grid button.button:hover,
.wc-block-grid button.button:active,
.wc-block-grid button.button:focus,
.wc-block-grid button.button.alt:hover,
.wc-block-grid button.button.alt:active,
.wc-block-grid button.button.alt:focus,
.wc-block-grid input.button:hover,
.wc-block-grid input.button:active,
.wc-block-grid input.button:focus,
.wc-block-grid input.button.alt:hover,
.wc-block-grid input.button.alt:active,
.wc-block-grid input.button.alt:focus,
.wc-block-grid .cart .button:hover,
.wc-block-grid .cart .button:active,
.wc-block-grid .cart .button:focus,
.wc-block-grid .cart input.button:hover,
.wc-block-grid .cart input.button:active,
.wc-block-grid .cart input.button:focus,
.wc-block-grid a.added_to_cart:hover,
.wc-block-grid a.added_to_cart:active,
.wc-block-grid a.added_to_cart:focus,
.wc-block-grid .woocommerce #respond input#submit:hover,
.wc-block-grid .woocommerce #respond input#submit:active,
.wc-block-grid .woocommerce #respond input#submit:focus,
.wc-block-grid .woocommerce a.button:hover,
.wc-block-grid .woocommerce a.button:active,
.wc-block-grid .woocommerce a.button:focus,
.wc-block-grid .woocommerce button.button:hover,
.wc-block-grid .woocommerce button.button:active,
.wc-block-grid .woocommerce button.button:focus,
.wc-block-grid .woocommerce input.button:hover,
.wc-block-grid .woocommerce input.button:active,
.wc-block-grid .woocommerce input.button:focus,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a:hover,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a:active,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a:focus,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a:hover,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a:active,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a:focus {
  border-color: var(--wp--preset--color--black) !important;
  background: transparent !important;
  color: var(--wp--preset--color--black) !important;
}
body.woocommerce .wp-site-blocks #respond input#submit:hover:after, body.woocommerce .wp-site-blocks #respond input#submit:active:after, body.woocommerce .wp-site-blocks #respond input#submit:focus:after,
body.woocommerce .wp-site-blocks #respond input#submit.alt:hover:after,
body.woocommerce .wp-site-blocks #respond input#submit.alt:active:after,
body.woocommerce .wp-site-blocks #respond input#submit.alt:focus:after,
body.woocommerce .wp-site-blocks a.button:not(.loading):hover:after,
body.woocommerce .wp-site-blocks a.button:not(.loading):active:after,
body.woocommerce .wp-site-blocks a.button:not(.loading):focus:after,
body.woocommerce .wp-site-blocks a.button.alt:hover:after,
body.woocommerce .wp-site-blocks a.button.alt:active:after,
body.woocommerce .wp-site-blocks a.button.alt:focus:after,
body.woocommerce .wp-site-blocks button.button:hover:after,
body.woocommerce .wp-site-blocks button.button:active:after,
body.woocommerce .wp-site-blocks button.button:focus:after,
body.woocommerce .wp-site-blocks button.button.alt:hover:after,
body.woocommerce .wp-site-blocks button.button.alt:active:after,
body.woocommerce .wp-site-blocks button.button.alt:focus:after,
body.woocommerce .wp-site-blocks input.button:hover:after,
body.woocommerce .wp-site-blocks input.button:active:after,
body.woocommerce .wp-site-blocks input.button:focus:after,
body.woocommerce .wp-site-blocks input.button.alt:hover:after,
body.woocommerce .wp-site-blocks input.button.alt:active:after,
body.woocommerce .wp-site-blocks input.button.alt:focus:after,
body.woocommerce .wp-site-blocks .cart .button:hover:after,
body.woocommerce .wp-site-blocks .cart .button:active:after,
body.woocommerce .wp-site-blocks .cart .button:focus:after,
body.woocommerce .wp-site-blocks .cart input.button:hover:after,
body.woocommerce .wp-site-blocks .cart input.button:active:after,
body.woocommerce .wp-site-blocks .cart input.button:focus:after,
body.woocommerce .wp-site-blocks a.added_to_cart:hover:after,
body.woocommerce .wp-site-blocks a.added_to_cart:active:after,
body.woocommerce .wp-site-blocks a.added_to_cart:focus:after,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit:hover:after,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit:active:after,
body.woocommerce .wp-site-blocks .woocommerce #respond input#submit:focus:after,
body.woocommerce .wp-site-blocks .woocommerce a.button:hover:after,
body.woocommerce .wp-site-blocks .woocommerce a.button:active:after,
body.woocommerce .wp-site-blocks .woocommerce a.button:focus:after,
body.woocommerce .wp-site-blocks .woocommerce button.button:hover:after,
body.woocommerce .wp-site-blocks .woocommerce button.button:active:after,
body.woocommerce .wp-site-blocks .woocommerce button.button:focus:after,
body.woocommerce .wp-site-blocks .woocommerce input.button:hover:after,
body.woocommerce .wp-site-blocks .woocommerce input.button:active:after,
body.woocommerce .wp-site-blocks .woocommerce input.button:focus:after,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:hover:after,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:active:after,
body.woocommerce .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:focus:after,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:hover:after,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:active:after,
body.woocommerce .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:focus:after,
body.woocommerce-page .wp-site-blocks #respond input#submit:hover:after,
body.woocommerce-page .wp-site-blocks #respond input#submit:active:after,
body.woocommerce-page .wp-site-blocks #respond input#submit:focus:after,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt:hover:after,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt:active:after,
body.woocommerce-page .wp-site-blocks #respond input#submit.alt:focus:after,
body.woocommerce-page .wp-site-blocks a.button:not(.loading):hover:after,
body.woocommerce-page .wp-site-blocks a.button:not(.loading):active:after,
body.woocommerce-page .wp-site-blocks a.button:not(.loading):focus:after,
body.woocommerce-page .wp-site-blocks a.button.alt:hover:after,
body.woocommerce-page .wp-site-blocks a.button.alt:active:after,
body.woocommerce-page .wp-site-blocks a.button.alt:focus:after,
body.woocommerce-page .wp-site-blocks button.button:hover:after,
body.woocommerce-page .wp-site-blocks button.button:active:after,
body.woocommerce-page .wp-site-blocks button.button:focus:after,
body.woocommerce-page .wp-site-blocks button.button.alt:hover:after,
body.woocommerce-page .wp-site-blocks button.button.alt:active:after,
body.woocommerce-page .wp-site-blocks button.button.alt:focus:after,
body.woocommerce-page .wp-site-blocks input.button:hover:after,
body.woocommerce-page .wp-site-blocks input.button:active:after,
body.woocommerce-page .wp-site-blocks input.button:focus:after,
body.woocommerce-page .wp-site-blocks input.button.alt:hover:after,
body.woocommerce-page .wp-site-blocks input.button.alt:active:after,
body.woocommerce-page .wp-site-blocks input.button.alt:focus:after,
body.woocommerce-page .wp-site-blocks .cart .button:hover:after,
body.woocommerce-page .wp-site-blocks .cart .button:active:after,
body.woocommerce-page .wp-site-blocks .cart .button:focus:after,
body.woocommerce-page .wp-site-blocks .cart input.button:hover:after,
body.woocommerce-page .wp-site-blocks .cart input.button:active:after,
body.woocommerce-page .wp-site-blocks .cart input.button:focus:after,
body.woocommerce-page .wp-site-blocks a.added_to_cart:hover:after,
body.woocommerce-page .wp-site-blocks a.added_to_cart:active:after,
body.woocommerce-page .wp-site-blocks a.added_to_cart:focus:after,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit:hover:after,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit:active:after,
body.woocommerce-page .wp-site-blocks .woocommerce #respond input#submit:focus:after,
body.woocommerce-page .wp-site-blocks .woocommerce a.button:hover:after,
body.woocommerce-page .wp-site-blocks .woocommerce a.button:active:after,
body.woocommerce-page .wp-site-blocks .woocommerce a.button:focus:after,
body.woocommerce-page .wp-site-blocks .woocommerce button.button:hover:after,
body.woocommerce-page .wp-site-blocks .woocommerce button.button:active:after,
body.woocommerce-page .wp-site-blocks .woocommerce button.button:focus:after,
body.woocommerce-page .wp-site-blocks .woocommerce input.button:hover:after,
body.woocommerce-page .wp-site-blocks .woocommerce input.button:active:after,
body.woocommerce-page .wp-site-blocks .woocommerce input.button:focus:after,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:hover:after,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:active:after,
body.woocommerce-page .wp-site-blocks .woocommerce .widget_shopping_cart .buttons a:focus:after,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:hover:after,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:active:after,
body.woocommerce-page .wp-site-blocks .woocommerce.widget_shopping_cart .buttons a:focus:after,
.wc-block-grid #respond input#submit:hover:after,
.wc-block-grid #respond input#submit:active:after,
.wc-block-grid #respond input#submit:focus:after,
.wc-block-grid #respond input#submit.alt:hover:after,
.wc-block-grid #respond input#submit.alt:active:after,
.wc-block-grid #respond input#submit.alt:focus:after,
.wc-block-grid a.button:not(.loading):hover:after,
.wc-block-grid a.button:not(.loading):active:after,
.wc-block-grid a.button:not(.loading):focus:after,
.wc-block-grid a.button.alt:hover:after,
.wc-block-grid a.button.alt:active:after,
.wc-block-grid a.button.alt:focus:after,
.wc-block-grid button.button:hover:after,
.wc-block-grid button.button:active:after,
.wc-block-grid button.button:focus:after,
.wc-block-grid button.button.alt:hover:after,
.wc-block-grid button.button.alt:active:after,
.wc-block-grid button.button.alt:focus:after,
.wc-block-grid input.button:hover:after,
.wc-block-grid input.button:active:after,
.wc-block-grid input.button:focus:after,
.wc-block-grid input.button.alt:hover:after,
.wc-block-grid input.button.alt:active:after,
.wc-block-grid input.button.alt:focus:after,
.wc-block-grid .cart .button:hover:after,
.wc-block-grid .cart .button:active:after,
.wc-block-grid .cart .button:focus:after,
.wc-block-grid .cart input.button:hover:after,
.wc-block-grid .cart input.button:active:after,
.wc-block-grid .cart input.button:focus:after,
.wc-block-grid a.added_to_cart:hover:after,
.wc-block-grid a.added_to_cart:active:after,
.wc-block-grid a.added_to_cart:focus:after,
.wc-block-grid .woocommerce #respond input#submit:hover:after,
.wc-block-grid .woocommerce #respond input#submit:active:after,
.wc-block-grid .woocommerce #respond input#submit:focus:after,
.wc-block-grid .woocommerce a.button:hover:after,
.wc-block-grid .woocommerce a.button:active:after,
.wc-block-grid .woocommerce a.button:focus:after,
.wc-block-grid .woocommerce button.button:hover:after,
.wc-block-grid .woocommerce button.button:active:after,
.wc-block-grid .woocommerce button.button:focus:after,
.wc-block-grid .woocommerce input.button:hover:after,
.wc-block-grid .woocommerce input.button:active:after,
.wc-block-grid .woocommerce input.button:focus:after,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a:hover:after,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a:active:after,
.wc-block-grid .woocommerce .widget_shopping_cart .buttons a:focus:after,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a:hover:after,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a:active:after,
.wc-block-grid .woocommerce.widget_shopping_cart .buttons a:focus:after {
  height: 100%;
}
body.woocommerce .wp-site-blocks .has-foreground-background-color input.button,
body.woocommerce-page .wp-site-blocks .has-foreground-background-color input.button,
.wc-block-grid .has-foreground-background-color input.button {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
body.woocommerce .wp-site-blocks a.button.loading,
body.woocommerce-page .wp-site-blocks a.button.loading,
.wc-block-grid a.button.loading {
  background-color: transparent;
  border-radius: 0;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--spartan);
}
body.woocommerce .wp-site-blocks a.button.loading:after,
body.woocommerce-page .wp-site-blocks a.button.loading:after,
.wc-block-grid a.button.loading:after {
  top: 0.7rem;
  right: calc(50% - 8px);
}
body.woocommerce .wp-site-blocks .button-wrap,
body.woocommerce-page .wp-site-blocks .button-wrap,
.wc-block-grid .button-wrap {
  position: relative;
}
body.woocommerce .wp-site-blocks a.added_to_cart:after,
body.woocommerce-page .wp-site-blocks a.added_to_cart:after,
.wc-block-grid a.added_to_cart:after {
  content: none;
}
body.woocommerce .wp-site-blocks a.added_to_cart:hover,
body.woocommerce-page .wp-site-blocks a.added_to_cart:hover,
.wc-block-grid a.added_to_cart:hover {
  color: var(--button--color-text) !important;
  background: var(--button--color-background);
}

/**
 * WooCommerce Block Grid
 * - Used by:
 *   .wp-block-product-new
 *   .wp-block-product-best-sellers
 *   .wp-block-product-on-sale
 *   .wp-block-product-top-rated
 *   .wp-block-product-categroy
 *   .wp-block-products-by-attribute
 */
.wp-site-blocks .wc-block-grid .wc-block-grid__products {
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

/**
 * WooCommerce Featured Product
 */
#content .wc-block-featured-product .wc-block-featured-product__description:empty,
#content .wc-block-featured-product .wc-block-featured-product__link:empty,
#content .wc-block-featured-product .wc-block-featured-product__price:empty,
#content .wc-block-featured-product .wc-block-featured-product__title:empty,
#content .wc-block-featured-product .wc-block-featured-product__variation:empty {
  padding: 0;
}
#content .wc-block-featured-product .wc-block-featured-product__price {
  font-size: var(--wp--preset--font-size--huge);
}
#content .wc-block-featured-product .wc-block-featured-product__price ins {
  text-decoration: none;
}

/**
 * Components Imports
 */
/**
 * Cart Collaterals
 */
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals tr td,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals tr th,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells tr td,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells tr th,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals tr td,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals tr th,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells tr td,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells tr th {
  border-top: none;
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > h2,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > h2,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals > h2,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells > h2 {
  font-size: var(--wp--preset--font-size--large);
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals p small,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals p small {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals table,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals table {
  margin: 0 0 calc(0.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals table td,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals table th,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals table td,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals table th {
  line-height: var(--wp--custom--line-height--body);
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals table small,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals table small {
  color: var(--wc--mini-cart--color-count);
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals .discount td,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cart_totals .discount td {
  color: var(--wc--star-rating--color);
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .woocommerce-shipping-calculator:not(:first-child),
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .woocommerce-shipping-calculator:not(:first-child) {
  margin-top: var(--wc--tabs--padding);
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .shipping-calculator-button,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .shipping-calculator-button {
  margin-top: 0;
}
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .shipping-calculator-form,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .shipping-calculator-form {
  margin-top: var(--wc--tabs--padding);
}

/**
 * Cart Collaterals
 */
body[class*=woocommerce] .wp-site-blocks form.login {
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
body[class*=woocommerce] .wp-site-blocks form.login > p:first-child:not(.form-row) {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--black);
  margin-bottom: var(--wp--custom--margin--baseline);
}
body[class*=woocommerce] .wp-site-blocks form.login .form-row {
  margin-bottom: var(--wp--custom--margin--baseline);
}
body[class*=woocommerce] .wp-site-blocks form.login .form-row:not(.woocommerce-form-row) {
  order: 3;
  display: flex;
  flex-direction: column;
  margin-top: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce] .wp-site-blocks form.login input[type=text],
body[class*=woocommerce] .wp-site-blocks form.login input[type=password] {
  line-height: 2;
  border-radius: 60px;
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--black);
}
body[class*=woocommerce] .wp-site-blocks form.login input[type=text]::placeholder,
body[class*=woocommerce] .wp-site-blocks form.login input[type=password]::placeholder {
  font-size: var(--wp--preset--font-size--smal);
}
body[class*=woocommerce] .wp-site-blocks form.login input[type=text]:focus,
body[class*=woocommerce] .wp-site-blocks form.login input[type=password]:focus {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
body[class*=woocommerce] .wp-site-blocks form.login .woocommerce-form-login__rememberme {
  color: var(--wp--preset--color--black);
  margin-top: var(--wp--custom--margin--vertical);
  order: 2;
}
body[class*=woocommerce] .wp-site-blocks form.login .lost_password {
  font-size: var(--wp--preset--font-size--tiny);
  order: 2;
}
body[class*=woocommerce] .wp-site-blocks form.login .woocommerce-form-login__rememberme {
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks form.login .woocommerce-form-login__submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  padding: 22px;
  height: auto;
  max-width: 330px;
  width: 100%;
}
body[class*=woocommerce] .wp-site-blocks form.login .woocommerce-form-login__submit:focus {
  border-color: var(--wp--preset--color--black);
  box-shadow: 0 0 0 1px var(--wp--preset--color--black);
}

/**
 * Login
 */
.wc-account-login {
  display: flex;
  margin-right: calc(var(--wp--custom--margin--vertical) / 2);
}
@media only screen and (min-width: 600px) {
  .wc-account-login {
    margin-left: auto;
  }
}

/**
 * Mini-cart
 */
body[class*=woocommerce] .wp-site-blocks .wc-block-grid__product-add-to-cart .added_to_cart {
  display: inline-block;
  text-decoration: none;
}
body[class*=woocommerce] .wp-site-blocks .woo-navigation .woocommerce-mini-cart-content p.buttons.wcppec-cart-widget-spb {
  padding: 0;
}

.woocommerce-breadcrumb .woocommerce-cart-link {
  margin-left: auto;
  order: 2;
  background: transparent;
  border: 2px solid var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--foreground) !important;
  font-size: 17px;
  cursor: pointer;
  margin-right: 0;
  padding: 12px 19px 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .woocommerce-breadcrumb .woocommerce-cart-link {
    display: none;
  }
}
.woocommerce-breadcrumb .woocommerce-cart-link path {
  fill: var(--wp--preset--color--foreground) !important;
}
.woocommerce-breadcrumb .woocommerce-cart-link:hover, .woocommerce-breadcrumb .woocommerce-cart-link:focus {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground) !important;
}
.woocommerce-breadcrumb .woocommerce-cart-link .svg-icon {
  margin-left: 6px;
}
.woocommerce-breadcrumb .woocommerce-cart-link .woocommerce-cart-count {
  font-size: 13px;
  margin-left: 2px;
  padding-top: 10px;
  align-self: flex-end;
}

/**
 * Pagination
 */
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination {
  margin: 0 calc(-0.66 * var(--wp--custom--margin--medium));
  width: 100%;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination {
    margin: 0 calc(-0.66 * var(--wp--custom--margin--medium)) 0 330px;
    width: auto;
  }
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination {
    display: none;
  }
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers {
  border: none;
  display: flex;
  justify-content: center;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li > * {
  display: block;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--custom--typography--font-size--default);
  font-weight: 600;
  padding: calc(var(--wp--custom--margin--medium) / 2) calc(var(--wp--custom--margin--medium) / 1.7);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li {
  border: none;
  float: inherit;
  overflow: visible;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li a,
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li span {
  border: 1px solid var(--wp--preset--color--foreground);
  margin-right: 12px;
  text-decoration: unset;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li:last-child a,
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li:last-child span {
  margin-right: 0;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li span.current,
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li a:hover,
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers li a:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-pagination .page-numbers .svg-icon {
  display: inline-block;
  vertical-align: middle;
}

body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper .woocommerce-pagination {
  display: block;
  margin: 0;
  margin-bottom: var(--wp--custom--margin--medium);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper .woocommerce-pagination {
    display: none;
  }
}
.zendo-product-active-filters-wrap {
  display: none;
}

.zendo-product-filter-wrap {
  display: flex;
  gap: var(--wp--custom--margin--horizontal);
  justify-content: space-between;
}
@media only screen and (min-width: 782px) {
  .zendo-product-filter-wrap {
    width: 350px;
  }
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap {
  flex: 1 1 50%;
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy--mobile {
  align-items: center;
  display: flex;
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy--mobile::after {
  background: url(./assets/svg/chevron.svg) no-repeat center center;
  background-size: contain;
  content: "";
  border-radius: 15px;
  display: block;
  height: 10px;
  width: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 782px) {
  .zendo-product-filter-wrap .zendo-product-filter__taxonomy--mobile {
    display: none;
  }
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.is-open .zendo-product-filter__taxonomy--mobile::after {
  transform: scaleY(-1);
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy,
.zendo-product-filter-wrap .zendo-product-filter__term {
  align-items: center;
  display: none;
}
@media only screen and (min-width: 782px) {
  .zendo-product-filter-wrap .zendo-product-filter__taxonomy,
.zendo-product-filter-wrap .zendo-product-filter__term {
    display: flex;
  }
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.is-open .zendo-product-filter__taxonomy,
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.is-open .zendo-product-filter__term {
  display: flex;
}
.zendo-product-filter-wrap .zendo-product-filter__link-remove {
  display: none;
  margin-right: var(--wp--custom--margin--baseline);
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--normal);
  margin-bottom: 0;
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy a:hover, .zendo-product-filter-wrap .zendo-product-filter__taxonomy a:focus,
.zendo-product-filter-wrap .zendo-product-filter__link:hover,
.zendo-product-filter-wrap .zendo-product-filter__link:focus {
  text-decoration: underline;
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy.is-active a,
.zendo-product-filter-wrap .zendo-product-filter__link.is-active {
  font-weight: 700;
  text-decoration: underline;
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy.is-active a:hover, .zendo-product-filter-wrap .zendo-product-filter__taxonomy.is-active a:focus,
.zendo-product-filter-wrap .zendo-product-filter__link.is-active:hover,
.zendo-product-filter-wrap .zendo-product-filter__link.is-active:focus {
  text-decoration: none;
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.tax-theme .zendo-product-filter__term::before {
  content: "";
  border-radius: 15px;
  display: block;
  height: 15px;
  width: 15px;
  margin-right: var(--wp--custom--margin--baseline);
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.tax-theme .zendo-product-filter__term.term-pizza::before {
  background-color: var(--wp--preset--color--tertiary);
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.tax-theme .zendo-product-filter__term.term-alien::before, .zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.tax-theme .zendo-product-filter__term.term-friendly-alien::before {
  background-color: var(--wp--preset--color--green);
}
.zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.tax-theme .zendo-product-filter__term.term-zendo::before, .zendo-product-filter-wrap .zendo-product-filter__taxonomy-wrap.tax-theme .zendo-product-filter__term.term-zendo-logo::before {
  background-color: var(--wp--preset--color--primary);
}

/**
 * Product loops
 */
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header img {
  display: block;
}
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > span.price {
  margin-bottom: calc(var(--wp--custom--margin--horizontal) / 2);
  margin-top: 0;
}
body[class*=woocommerce] .wp-site-blocks ul.products li.product a h2.woocommerce-loop-product__title {
  margin-bottom: calc(var(--wp--custom--margin--vertical) / 1.5);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper .sidebar-shop {
    flex: 0 1 auto;
    padding-right: calc(2 * var(--wp--custom--margin--horizontal));
    order: 0;
    width: 310px;
  }
}
body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper ul.products {
  order: 1;
  flex: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper ul.products.columns-3 li.product {
    width: 48%;
    margin-right: 0;
  }
  body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper ul.products.columns-3 li.product:nth-child(odd) {
    margin-right: 4%;
  }
  body[class*=woocommerce] .wp-site-blocks .zendo-product-loop-wrapper ul.products.columns-3 li.product.first {
    clear: none;
  }
}

#woocommerce-wrapper .products ul,
#woocommerce-wrapper ul.products,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells .products ul,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells .products ul,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products,
body.woocommerce-cart .products ul,
body.woocommerce-cart ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
}
#woocommerce-wrapper ul.products li.product,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product,
body.woocommerce-cart ul.products li.product {
  margin-bottom: var(--wp--custom--margin--vertical);
  text-align: center;
}
@media only screen and (min-width: 782px) {
  #woocommerce-wrapper ul.products li.product,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product,
body.woocommerce-cart ul.products li.product {
    margin-bottom: calc(var(--wp--custom--margin--vertical) * 3);
  }
}
#woocommerce-wrapper ul.products li.product .zendo-product-thumbnail-wrapper,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .zendo-product-thumbnail-wrapper,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .zendo-product-thumbnail-wrapper,
body.woocommerce-cart ul.products li.product .zendo-product-thumbnail-wrapper {
  margin-bottom: var(--wp--custom--margin--vertical);
  position: relative;
}
#woocommerce-wrapper ul.products li.product .wc-loop-button-wrap a.button,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .wc-loop-button-wrap a.button,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .wc-loop-button-wrap a.button,
body.woocommerce-cart ul.products li.product .wc-loop-button-wrap a.button {
  font-weight: normal;
  font-size: 13px;
  margin-top: calc(var(--wp--custom--margin--vertical) / 3);
}
#woocommerce-wrapper ul.products li.product p.out-of-stock,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product p.out-of-stock,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product p.out-of-stock,
body.woocommerce-cart ul.products li.product p.out-of-stock {
  background-color: var(--wp--preset--color--primary);
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: bold;
  min-height: 2rem;
  min-width: 3.236rem;
  padding: 0.15rem;
  position: absolute;
  text-align: center;
  line-height: 2;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9;
  width: 70px;
  height: 32px;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  padding: 0.5rem;
  position: absolute;
  width: auto;
  z-index: 10;
  top: 0;
  left: 0;
}
#woocommerce-wrapper ul.products li.product.outofstock img,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product.outofstock img,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product.outofstock img,
body.woocommerce-cart ul.products li.product.outofstock img {
  opacity: 0.4;
}
#woocommerce-wrapper ul.products li.product:hover > .zendo-product-thumbnail-wrapper .zendo-second-thumbnail,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product:hover > .zendo-product-thumbnail-wrapper .zendo-second-thumbnail,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product:hover > .zendo-product-thumbnail-wrapper .zendo-second-thumbnail,
body.woocommerce-cart ul.products li.product:hover > .zendo-product-thumbnail-wrapper .zendo-second-thumbnail {
  opacity: 1;
}
#woocommerce-wrapper ul.products li.product:hover > .zendo-product-thumbnail-wrapper a.button,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product:hover > .zendo-product-thumbnail-wrapper a.button,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product:hover > .zendo-product-thumbnail-wrapper a.button,
body.woocommerce-cart ul.products li.product:hover > .zendo-product-thumbnail-wrapper a.button {
  background-color: var(--wp--preset--color--primary) !important;
  opacity: 1;
}
#woocommerce-wrapper ul.products li.product .woocommerce-loop-product__link,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__link,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__link,
body.woocommerce-cart ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
}
#woocommerce-wrapper ul.products li.product .star-rating,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .star-rating,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .star-rating,
body.woocommerce-cart ul.products li.product .star-rating {
  font-size: var(--wp--custom--typography--font-size--default);
  margin-left: auto;
  margin-right: auto;
}
#woocommerce-wrapper ul.products li.product h3,
#woocommerce-wrapper ul.products li.product .woocommerce-loop-product__title,
#woocommerce-wrapper ul.products li.product .woocommerce-loop-category__title,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product h3,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-category__title,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product h3,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-category__title,
body.woocommerce-cart ul.products li.product h3,
body.woocommerce-cart ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-cart ul.products li.product .woocommerce-loop-category__title {
  padding: inherit;
  font-size: var(--wp--custom--typography--font-size--small);
}
#woocommerce-wrapper ul.products li.product a,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product a,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product a,
body.woocommerce-cart ul.products li.product a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
#woocommerce-wrapper ul.products li.product a img,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product a img,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product a img,
body.woocommerce-cart ul.products li.product a img {
  margin: inherit;
}
#woocommerce-wrapper ul.products li.product a img.zendo-second-thumbnail,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product a img.zendo-second-thumbnail,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product a img.zendo-second-thumbnail,
body.woocommerce-cart ul.products li.product a img.zendo-second-thumbnail {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.15s linear;
  height: auto !important;
}
#woocommerce-wrapper ul.products li.product a:hover .woocommerce-loop-product__title,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product a:hover .woocommerce-loop-product__title,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product a:hover .woocommerce-loop-product__title,
body.woocommerce-cart ul.products li.product a:hover .woocommerce-loop-product__title {
  text-decoration: underline;
}
#woocommerce-wrapper ul.products li.product a:hover img,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product a:hover img,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product a:hover img,
body.woocommerce-cart ul.products li.product a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
#woocommerce-wrapper ul.products li.product a:hover img.zendo-second-thumbnail,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product a:hover img.zendo-second-thumbnail,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product a:hover img.zendo-second-thumbnail,
body.woocommerce-cart ul.products li.product a:hover img.zendo-second-thumbnail {
  opacity: 1;
}
#woocommerce-wrapper ul.products li.product .woocommerce-placeholder,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .woocommerce-placeholder,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .woocommerce-placeholder,
body.woocommerce-cart ul.products li.product .woocommerce-placeholder {
  border-color: var(--wp--preset--color--primary);
}
#woocommerce-wrapper ul.products li.product .button,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .button,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .button,
body.woocommerce-cart ul.products li.product .button {
  margin-top: inherit;
}
#woocommerce-wrapper ul.products li.product .added_to_cart,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .added_to_cart,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .added_to_cart,
body.woocommerce-cart ul.products li.product .added_to_cart {
  margin-top: var(--wp--custom--margin--baseline);
}
#woocommerce-wrapper ul.products li.product .price,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price,
body.woocommerce-cart ul.products li.product .price {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: var(--wp--custom--typography--font-size--default);
  line-height: var(--wp--custom--typography--line-height--normal);
}
#woocommerce-wrapper ul.products li.product .price del,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price del,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price del,
body.woocommerce-cart ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
#woocommerce-wrapper ul.products li.product .price ins,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price ins,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price ins,
body.woocommerce-cart ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
#woocommerce-wrapper ul.products li.product .price .from,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price .from,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price .from,
body.woocommerce-cart ul.products li.product .price .from {
  font-size: var(--wp--custom--typography--font-size--small);
  color: var(--wp--preset--color--secondary);
}
#woocommerce-wrapper ul.products li.product .price ins,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price ins,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price ins,
body.woocommerce-cart ul.products li.product .price ins {
  text-decoration: none;
}
#woocommerce-wrapper ul.products li.product .price ins .woocommerce-Price-amount,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price ins .woocommerce-Price-amount,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price ins .woocommerce-Price-amount,
body.woocommerce-cart ul.products li.product .price ins .woocommerce-Price-amount {
  color: var(--wp--preset--color--primary);
}
#woocommerce-wrapper ul.products li.product .price del,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price del,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price del,
body.woocommerce-cart ul.products li.product .price del {
  opacity: 1;
}
#woocommerce-wrapper ul.products li.product .price del .woocommerce-Price-amount,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product .price del .woocommerce-Price-amount,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product .price del .woocommerce-Price-amount,
body.woocommerce-cart ul.products li.product .price del .woocommerce-Price-amount {
  color: var(--wp--preset--color--primary);
  opacity: 1;
}
#woocommerce-wrapper ul.products li.product.sale a > .price ins,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins,
body.woocommerce-cart ul.products li.product.sale a > .price ins {
  color: var(--wp--preset--color--secondary);
}
#woocommerce-wrapper li.product.product_tag-new,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells li.product.product_tag-new,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells li.product.product_tag-new,
body.woocommerce-cart li.product.product_tag-new {
  position: relative;
}
#woocommerce-wrapper li.product.product_tag-new:before,
body[class*=woocommerce] .wp-site-blocks #add_payment_method .cart-collaterals .cross-sells li.product.product_tag-new:before,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells li.product.product_tag-new:before,
body.woocommerce-cart li.product.product_tag-new:before {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  content: "New";
  display: block;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  z-index: 10;
}

/**
 * Tabs
 */
body[class*=woocommerce] .wp-site-blocks {
  /**
   * Tabs
   */
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs {
  padding: var(--wp--custom--margin--vertical);
  margin-bottom: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs {
    margin-bottom: calc(3 * var(--wp--custom--margin--vertical));
    padding: calc(3 * var(--wp--custom--margin--vertical));
  }
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: calc(1.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: calc(2 * var(--wp--custom--margin--horizontal));
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li.active a {
  text-decoration: underline;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li a {
  border: none;
  font-family: var(--wp--preset--font-family--spartan);
  font-weight: bold;
  padding: calc(var(--wp--custom--margin--horizontal) / 2) calc(var(--wp--custom--margin--horizontal) / 2) calc(var(--wp--custom--margin--horizontal) / 2) 5px;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wp--preset--color--backround);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li a:focus {
  color: var(--wp--preset--color--backround);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li::before, body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li::after {
  border: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li::before {
  border: none;
  box-shadow: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs li::after {
  border: none;
  box-shadow: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs ul.tabs::before {
  border: none;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs .panel {
  margin-bottom: 0;
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs .panel h2,
body[class*=woocommerce] .wp-site-blocks .woocommerce-tabs .panel .comment-reply-title {
  font-family: var(--wp--preset--font-family--spartan);
  font-size: var(--wp--preset--font-size--medium);
}

/**
 * Reviews
 */
body[class*=woocommerce] .wp-site-blocks {
  /**
   * Reviews
   */
}
body[class*=woocommerce] .wp-site-blocks #reviews h2 small {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--tiny);
  margin: inherit;
}
body[class*=woocommerce] .wp-site-blocks #reviews h2 small a {
  color: currentColor;
}
body[class*=woocommerce] .wp-site-blocks #reviews .comment-form .stars a {
  border-bottom: none;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist {
  padding-left: 0;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li {
  margin-bottom: calc(1.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li .meta {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  width: calc(1.5 * var(--wp--custom--margin--vertical));
  height: auto;
  background: transparent;
  border-color: var(--wp--preset--color--foreground);
  margin: 0;
  box-shadow: none;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li .woocommerce-review__author {
  font-family: var(--wp--preset--font-family--spartan);
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li .comment-text {
  margin-left: calc(4 * var(--wp--custom--margin--baseline));
  border: none;
  border-radius: 0;
  padding: 0 1rem;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li .comment-text p {
  font-size: var(--wp--preset--font-size--tiny);
  margin: 0 0 calc(var(--wp--custom--margin--vertical) / 3);
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments ol.commentlist #respond {
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
body[class*=woocommerce] .wp-site-blocks #reviews #comments .commentlist > li::before {
  content: "";
}

/**
 * Product loops
 */
@media only screen and (max-width: 781px) {
  body[class*=woocommerce] .wp-site-blocks .sidebar-shop {
    display: flex;
    margin-top: calc(2 * var(--wp--custom--margin--vertical));
  }
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget {
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget a {
  text-decoration: none;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget .widget-title,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget > h2,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget > h3 {
  font-family: var(--wp--preset--font-family--sharpie);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 540;
  margin-bottom: 10px;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget > h2:not(.widget-title),
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget > h3:not(.widget-title) {
  margin-bottom: -30px;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) {
  display: block;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) li {
  width: 100%;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) li img {
  margin-left: 0;
  max-width: 70%;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .woocommerce-widget-layered-nav-list,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories {
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .woocommerce-widget-layered-nav-list li,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories li {
  margin-bottom: calc(var(--wp--custom--margin--vertical) / 2);
  padding-bottom: 0;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .woocommerce-widget-layered-nav-list li a:before,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories li a:before {
  color: var(--wp--preset--color--primary);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .wc-block-product-categories .wc-block-product-categories-list {
  list-style: none;
  padding-left: 0;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories ul,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .wc-block-product-categories .wc-block-product-categories-list ul {
  padding-top: calc(var(--wp--custom--margin--vertical) / 2);
  padding-left: calc(var(--wp--custom--margin--vertical) / 2);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories ul li,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .wc-block-product-categories .wc-block-product-categories-list ul li {
  font-weight: normal;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories li,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .wc-block-product-categories .wc-block-product-categories-list li {
  list-style: none;
  margin-bottom: calc(var(--wp--custom--margin--vertical) / 2);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .product-categories li .children li,
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .wc-block-product-categories .wc-block-product-categories-list li .children li {
  font-size: var(--wp--preset--font-size--small);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget_layered_nav_filters ul li a {
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget_layered_nav_filters ul li a:before {
  color: var(--wp--preset--color--primary);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .widget_product_search input[type=search] {
  margin-bottom: var(--wp--custom--margin--vertical);
  margin-left: 0;
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .price_slider_wrapper .price_label {
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks .sidebar-shop .price_slider_wrapper button.button {
  font-size: var(--wp--preset--font-size--tiny);
  padding: calc(var(--wp--custom--margin--horizontal) / 2);
}

/**
 * Star ratings
 */
@font-face {
  font-family: star;
  src: url("/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body[class*=woocommerce] .wp-site-blocks .star-rating {
  width: 75px;
}
body[class*=woocommerce] .wp-site-blocks .star-rating::before {
  color: var(--wp--preset--color--foreground);
  content: "SSSSS";
  opacity: 0.4;
  font-family: star;
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks .star-rating span {
  color: var(--wc--star-rating--color);
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  margin: 0 0 calc(var(--wp--custom--margin--vertical) / 2);
}
body[class*=woocommerce] .wp-site-blocks .woocommerce-review-link {
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce] .wp-site-blocks p.stars a {
  color: var(--wc--star-rating--color);
}

/**
 * Pagination
 */
body .woocommerce-store-notice,
body p.demo_store {
  background: var(--wc-color--notice-message);
  box-shadow: none;
  color: var(--wp--preset--color--foreground);
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: 0;
  padding-left: calc(2 * var(--wp--custom--margin--horizontal));
  padding-right: calc(2 * var(--wp--custom--margin--horizontal));
}
body .woocommerce-store-notice a,
body p.demo_store a {
  color: var(--wp--preset--color--primary);
}
body .woocommerce-store-notice .woocommerce-store-notice__dismiss-link,
body p.demo_store .woocommerce-store-notice__dismiss-link {
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 0;
}
body .woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before,
body p.demo_store .woocommerce-store-notice__dismiss-link:before {
  content: "×";
  display: inline-block;
  font-size: var(--wp--preset--font-size--tiny);
}
body .woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover,
body p.demo_store .woocommerce-store-notice__dismiss-link:hover {
  background: var(--wp--preset--color--primary);
}
body .woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover:before,
body p.demo_store .woocommerce-store-notice__dismiss-link:hover:before {
  color: var(--wp--preset--color--white);
}
body.admin-bar .woocommerce-store-notice,
body.admin-bar p.demo_store {
  top: 0;
}

/**
 * Structure
 */
body[class*=woocommerce]:not(.woocommerce-order-received) .wp-site-blocks .woocommerce {
  max-width: var(--wp--custom--layout--alignwide);
}
/**
 * Vertical Space - 32px
 */
body[class*=woocommerce] .wp-site-blocks div.summary > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks div.product .woocommerce-tabs .panel > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .products.related > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .up-sells > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-order > *:not(:first-child),
.woocommerce-account .wp-site-blocks .entry-content .woocommerce > *:not(:first-child) {
  margin-top: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce] .wp-site-blocks div.summary > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks div.product .woocommerce-tabs .panel > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .products.related > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .up-sells > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-order > *:not(:last-child),
.woocommerce-account .wp-site-blocks .entry-content .woocommerce > *:not(:last-child) {
  margin-bottom: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce] .wp-site-blocks div.summary > *:empty + *, body[class*=woocommerce] .wp-site-blocks div.summary > .form-row-last,
body[class*=woocommerce] .wp-site-blocks div.product .woocommerce-tabs .panel > *:empty + *,
body[class*=woocommerce] .wp-site-blocks div.product .woocommerce-tabs .panel > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .products.related > *:empty + *,
body[class*=woocommerce] .wp-site-blocks .products.related > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .up-sells > *:empty + *,
body[class*=woocommerce] .wp-site-blocks .up-sells > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order > *:empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order > .form-row-last,
.woocommerce-account .wp-site-blocks .entry-content .woocommerce > *:empty + *,
.woocommerce-account .wp-site-blocks .entry-content .woocommerce > .form-row-last {
  margin-top: 0;
}
body[class*=woocommerce] .wp-site-blocks div.summary > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks div.product .woocommerce-tabs .panel > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .products.related > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .up-sells > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order > *:not(img):empty,
.woocommerce-account .wp-site-blocks .entry-content .woocommerce > *:not(img):empty {
  margin: 0;
}

/**
 * Vertical Space - 16px
 */
#woocommerce-wrapper ul.products li.product a > *:not(:first-child),
#woocommerce-wrapper ul.products li.product-category a > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks ul.products li.product-category a > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart_content > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .variations > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .single_variation_wrap > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-Reviews #comments > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-EditAccountForm > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content form > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-Address > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields__field-wrapper > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-billing-fields > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--billing-address > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-shipping-fields > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--shipping-address > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-checkout > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-downloads > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-details > *:not(:first-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-customer-details > *:not(:first-child) {
  margin-top: var(--wp--custom--margin--baseline);
}
#woocommerce-wrapper ul.products li.product a > *:not(:last-child), #woocommerce-wrapper ul.products li.product a > .price,
#woocommerce-wrapper ul.products li.product-category a > *:not(:last-child),
#woocommerce-wrapper ul.products li.product-category a > .price,
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > .price,
body[class*=woocommerce] .wp-site-blocks ul.products li.product-category a > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks ul.products li.product-category a > .price,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > .price,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > .price,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart > .price,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart_content > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart_content > .price,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form > .price,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .variations > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .variations > .price,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .single_variation_wrap > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .single_variation_wrap > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Reviews #comments > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-Reviews #comments > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-EditAccountForm > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-EditAccountForm > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content form > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content form > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Address > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-Address > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields__field-wrapper > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields__field-wrapper > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-billing-fields > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-billing-fields > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--billing-address > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--billing-address > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-shipping-fields > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-shipping-fields > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--shipping-address > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--shipping-address > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-checkout > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-checkout > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-downloads > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-downloads > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-details > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-details > .price,
body[class*=woocommerce] .wp-site-blocks .woocommerce-customer-details > *:not(:last-child),
body[class*=woocommerce] .wp-site-blocks .woocommerce-customer-details > .price {
  margin-bottom: var(--wp--custom--margin--vertical);
}
#woocommerce-wrapper ul.products li.product a > *:not(img):empty + *, #woocommerce-wrapper ul.products li.product a > .form-row-last,
#woocommerce-wrapper ul.products li.product-category a > *:not(img):empty + *,
#woocommerce-wrapper ul.products li.product-category a > .form-row-last,
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > .form-row-last,
body[class*=woocommerce] .wp-site-blocks ul.products li.product-category a > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks ul.products li.product-category a > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart_content > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart_content > .form-row-last,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form > .form-row-last,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .variations > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .variations > .form-row-last,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .single_variation_wrap > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .single_variation_wrap > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Reviews #comments > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Reviews #comments > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-EditAccountForm > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-EditAccountForm > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content form > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content form > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Address > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Address > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields__field-wrapper > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields__field-wrapper > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-billing-fields > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-billing-fields > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--billing-address > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--billing-address > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-shipping-fields > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-shipping-fields > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--shipping-address > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--shipping-address > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-checkout > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-checkout > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-downloads > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-downloads > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-details > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-details > .form-row-last,
body[class*=woocommerce] .wp-site-blocks .woocommerce-customer-details > *:not(img):empty + *,
body[class*=woocommerce] .wp-site-blocks .woocommerce-customer-details > .form-row-last {
  margin-top: 0;
}
#woocommerce-wrapper ul.products li.product a > *:not(img):empty,
#woocommerce-wrapper ul.products li.product-category a > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks ul.products li.product a > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks ul.products li.product-category a > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cross-sells > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .cart-collaterals .cart_totals > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .widget_shopping_cart_content > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .variations > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks div.product form.variations_form .single_variation_wrap > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Reviews #comments > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-EditAccountForm > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-MyAccount-content form > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-Address > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-address-fields__field-wrapper > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-billing-fields > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--billing-address > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-shipping-fields > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-column--shipping-address > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-products-header > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-checkout > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-downloads > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-order-details > *:not(img):empty,
body[class*=woocommerce] .wp-site-blocks .woocommerce-customer-details > *:not(img):empty {
  margin: 0;
}

/**
 * Page Imports
 */
/**
 * Cart page
 */
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .page-header {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .page-header {
    margin-top: calc(8 * var(--wp--custom--margin--vertical));
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .page-header,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .wp-block-post-content {
  max-width: var(--wp--custom--layout--wcwidth);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 960px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .woocommerce-cart-form {
  flex: 1;
}
@media only screen and (min-width: 960px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals {
    margin-left: calc(var(--wp--custom--margin--horizontal) * 3);
    margin-top: 0;
    flex: 0 1 35%;
    position: sticky;
    top: 0;
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals {
    background-color: var(--wp--preset--color--light-gray);
    border-radius: 30px;
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals h2,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shop_table {
  background-color: var(--wp--preset--color--light-gray);
  padding: var(--wp--custom--margin--vertical) var(--wp--custom--margin--vertical) var(--wp--custom--margin--medium);
  margin-bottom: 0;
  border-bottom: 1px solid var(--wp--preset--color--gray);
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals h2 {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid var(--wp--preset--color--gray);
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shop_table {
  margin-top: 0;
  border-radius: 0 0 30px 30px;
  border-bottom: none;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shop_table {
    border-radius: 0 0 4px 4px;
    border-bottom: 0;
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shop_table tr.shipping td::before {
  display: block;
  float: none;
  margin-bottom: var(--wp--custom--margin--baseline);
  text-align: left;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shop_table tr.shipping td ul#shipping_method {
    padding-left: var(--wp--custom--margin--vertical);
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals th {
  font-weight: 400;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals td {
  font-weight: 700;
  font-style: normal;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals ul#shipping_method li {
  align-items: center;
  display: flex;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals ul#shipping_method li input {
  margin: 0 1em 0 0;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals ul#shipping_method li label {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  text-align: left;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
  vertical-align: top;
  border-top: none;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .form-row input.input-text,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .form-row textarea {
  background-color: var(--wp--preset--color--background);
  border-color: var(--wc--table--border-color);
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .select2-container .select2-selection--single {
  background-color: var(--wp--preset--color--background);
  border: 2px solid var(--wc--table--border-color);
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: calc(1.5 * var(--wp--custom--margin--baseline));
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total {
    border-top: 2px solid var(--wp--preset--color--black);
    font-size: var(--wp--custom--typography--font-size--large);
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total th {
  font-weight: 500;
  font-size: 18px;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total td {
  font-size: 18px;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total td:before {
  font-weight: 400;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total td {
    font-size: var(--wp--custom--typography--font-size--large);
    display: block;
    line-height: 1.2;
  }
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total td strong {
    font-size: var(--wp--custom--typography--font-size--tiny);
    display: block;
  }
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total td strong > span {
    display: block;
  }
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals tr.order-total td span {
    font-size: var(--wp--custom--typography--font-size--large);
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-left: var(--wp--custom--margin--vertical);
    padding-right: var(--wp--custom--margin--vertical);
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout #ppc-button {
  order: 1;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout #wc-stripe-payment-request-button-separator {
  display: none;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  order: 2;
  padding-top: 10px !important;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .wc-proceed-to-checkout a.button,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .wc-proceed-to-checkout button.button,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .woocommerce-checkout-payment a.button,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks .woocommerce-cart-wrapper .woocommerce-checkout-payment button.button {
  background-color: var(--wp--preset--color--foreground);
  border: 2px solid transparent;
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.shop_table.woocommerce-cart-form__contents td {
  padding: var(--wp--custom--margin--vertical) 0 0;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.shop_table.woocommerce-cart-form__contents td {
    padding: var(--wp--custom--margin--vertical);
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.shop_table.cart td {
  vertical-align: top;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.shop_table.cart td .input-text {
  font-family: inherit;
  line-height: 1;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.shop_table.cart td {
    padding-left: 0;
  }
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name a {
  max-width: 50%;
  text-decoration: none;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name a:after {
  content: none;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name a:hover {
  text-decoration: underline;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name dl.variation dt,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name dl.variation .wc-item-meta-label,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name .wc-item-meta dt,
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name .wc-item-meta .wc-item-meta-label {
  margin-right: calc(0.5 * var(--wp--custom--margin--baseline));
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-name p.backorder_notification {
  font-size: var(--wp--preset--font-size--tiny);
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks td.product-quantity {
  min-width: calc(5 * var(--wp--custom--margin--baseline));
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.cart .coupon {
  display: flex;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.cart .coupon .input-text {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--black);
  border-radius: var(--wc--table--border-radius) 0 0 var(--wc--table--border-radius);
  font-size: var(--wp--preset--font-size--x-tiny);
  float: inherit;
  line-height: 1.92;
  margin-right: 0;
  padding: 14px;
  width: inherit;
}
body[class*=woocommerce].woocommerce-cart .wp-site-blocks table.cart .coupon .button {
  background: var(--wp--preset--color--black);
  border-radius: 0 var(--wc--table--border-radius) var(--wc--table--border-radius) 0;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
}

body.woocommerce-cart .select2-container.select2-container--open .select2-dropdown {
  border-width: 2px;
}
body.woocommerce-cart .select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  margin-top: -2px;
}

body[class*=woocommerce].woocommerce-cart:not(.cart-is-empty) .wp-block-post-title {
  font-size: var(--wp--preset--font-size--huge);
}

body[class*=woocommerce].woocommerce-cart.cart-is-empty {
  height: 100%;
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty main.wp-block-group {
  min-height: 100vh;
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-block-post-content {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-block-post-content {
    margin-top: calc(8 * var(--wp--custom--margin--vertical));
  }
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .woocommerce-info.cart-empty {
  display: none;
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks {
  background-color: var(--wp--preset--color--deep-blue);
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .entry-content {
    display: flex;
  }
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks {
    background-color: var(--wp--preset--color--background);
  }
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .wp-block-post-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .empty-cart-message {
    color: var(--wp--preset--color--background);
    font-size: var(--wp--preset--font-size--large);
    text-align: center;
  }
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .return-to-shop {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .return-to-shop a {
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--black);
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
  max-width: 95%;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .return-to-shop a {
    max-width: 330px;
  }
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .return-to-shop a {
    background: var(--wp--preset--color--black);
    color: var(--wp--preset--color--background);
  }
}
body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks footer.wp-block-template-part {
  margin-top: auto;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .footer-block {
    color: var(--wp--preset--color--background) !important;
  }
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .footer-block a {
    color: var(--wp--preset--color--background) !important;
  }
  body[class*=woocommerce].woocommerce-cart.cart-is-empty .wp-site-blocks .footer-block .wp-block-image img {
    filter: invert(100%) sepia(21%) saturate(2%) hue-rotate(293deg) brightness(106%) contrast(101%);
  }
}

/**
 * Checkout page
 */
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .page-header {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .page-header {
    margin-top: calc(8 * var(--wp--custom--margin--vertical));
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .page-header,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .wp-block-post-content {
  max-width: var(--wp--custom--layout--wcwidth);
  margin-left: auto;
  margin-right: auto;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login {
  margin-top: var(--wp--custom--margin--baseline);
  margin-bottom: var(--wp--custom--margin--huge);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login p.form-row {
  order: initial;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login p.form-row:not(.form-row-first):not(.form-row-last) {
  order: 4;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login .lost_password a,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login .showlogin {
  text-decoration: underline;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login .lost_password a:hover,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login .showlogin:hover {
  text-decoration: none;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.login .lost_password {
  margin-bottom: var(--wp--custom--margin--baseline);
  order: initial;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .col-1 {
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .col-1 {
    margin-bottom: 0;
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.checkout_coupon {
  background: var(--wp--preset--color--light-gray);
  border: none;
  margin: var(--wp--custom--margin--vertical) 0;
  padding: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.checkout_coupon > p:first-child {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin: 0 0 var(--wp--custom--margin--baseline);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.checkout_coupon p.form-row-first:nth-child(2) {
  padding: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.checkout_coupon p.form-row-last:nth-child(3) {
  padding: 0;
  float: left;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.checkout_coupon button.button {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--background);
  border-radius: 0 var(--wc--table--border-radius) var(--wc--table--border-radius) 0;
  border: 2px solid var(--wp--preset--color--black);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form.checkout_coupon #coupon_code {
  border-radius: var(--wc--table--border-radius) 0 0 var(--wc--table--border-radius);
  line-height: 1.6;
  border: 2px solid var(--wp--preset--color--black);
  background: var(--wp--preset--color--background);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks table.shop_table {
  width: 100%;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form .form-row label {
  margin-bottom: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form .form-row .input-text::placeholder {
  opacity: 0.7;
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form .form-row.woocommerce-invalid input.input-text,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks form .form-row.woocommerce-invalid label {
  border-color: var(--wp--preset--color--vivid-red);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout .wp-block-column {
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  color: #072d98;
  background-color: #f1f7fe;
  box-sizing: border-box;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout .wp-block-column .maps-donation__submit {
  padding-top: 1rem;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout .wp-block-column h3, body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout .wp-block-column p {
  margin-bottom: 20px;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout .wp-block-column .wp-block-maps-donation .maps-currency:after,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout .wp-block-column .wp-block-maps-donation input[name=amount] + span:after {
  display: none;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .checkout h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-billing-fields__field-wrapper {
  border-top: 1px solid var(--wp--preset--color--gray);
  padding-top: var(--wp--custom--margin--baseline);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details label {
  font-size: var(--wp--preset--font-size--x-tiny);
  margin-bottom: 5px;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .required {
  color: var(--wp--preset--color--foreground);
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review {
    background-color: var(--wp--preset--color--light-gray);
    border-radius: 0 0 30px 30px;
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table {
  background-color: var(--wp--preset--color--light-gray);
  border-top: none;
  padding: var(--wp--custom--margin--vertical);
  margin-bottom: 0;
  border-radius: 0 0 30px 30px;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table {
    border-radius: 0 0 4px 4px;
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading .cart_item,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table .cart_item {
  border: none;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading .cart_item:first-child td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table .cart_item:first-child td {
  padding-top: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading .cart_item:last-child td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table .cart_item:last-child td {
  padding-bottom: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading .cart_item td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table .cart_item td {
  padding-top: 5px;
  padding-bottom: 5px;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading .cart_item td.product-name,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table .cart_item td.product-name {
  padding-left: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading .product-total,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table .product-total {
  font-weight: 700;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading th,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table th {
  font-weight: 700;
  padding: 20px 0;
  width: 55%;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table td {
  font-style: normal;
  padding: var(--wp--custom--margin--vertical);
  font-weight: 400;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading td[data-title=Shipping],
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table td[data-title=Shipping] {
  text-align: left;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tfoot,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tfoot {
  border-top: 1px solid var(--wc--table--border-color);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tfoot tr:last-of-type,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tfoot tr:last-of-type {
  border-top: 2px solid var(--wp--preset--color--black);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tfoot tr:last-of-type,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tfoot tr:last-of-type {
    border-top: var(--wc--table--border-width) solid var(--wc--table--border-color);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.cart-subtotal td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.cart-subtotal td {
  font-weight: 700;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.shipping th,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.shipping th {
  vertical-align: top;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.shipping td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.shipping td {
  padding-left: 0;
  text-align: right;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.shipping ul#shipping_method li,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li {
  align-items: center;
  display: flex;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.shipping ul#shipping_method li input,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li input {
  margin: 0 1em 0 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.shipping ul#shipping_method li label,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.shipping ul#shipping_method li label {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  text-align: left;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total {
  border-bottom: none;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total {
    font-size: var(--wp--custom--typography--font-size--large);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total th,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total th {
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total th,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total th {
    border-top: 2px solid var(--wp--preset--color--black);
    font-size: var(--wp--custom--typography--font-size--large);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total td {
  font-size: 18px;
  padding-left: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total td:before,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total td:before {
  font-weight: 400;
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total td,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total td {
    font-size: var(--wp--custom--typography--font-size--large);
    display: block;
    line-height: 1.2;
  }
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total td strong,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total td strong {
    font-size: var(--wp--custom--typography--font-size--tiny);
    display: block;
  }
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total td strong > span,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total td strong > span {
    display: block;
  }
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading tr.order-total td span,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 .woocommerce-checkout-review-order-table tr.order-total td span {
    font-size: var(--wp--custom--typography--font-size--large);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading {
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 30px 30px 0 0;
  padding-left: 0;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #customer_details .col-2 #order_review_heading {
    border-radius: 4px 4px 0 0;
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-checkout-payment-title {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--margin--vertical);
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-checkout-payment-title {
    padding-left: var(--wp--custom--margin--vertical);
    padding-right: var(--wp--custom--margin--vertical);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment {
  background: transparent;
  border: none;
  border-radius: var(--wc--table--border-radius);
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment {
    padding-left: var(--wp--custom--margin--vertical);
    padding-right: var(--wp--custom--margin--vertical);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods {
  padding: var(--wp--custom--margin--vertical) 0;
  border-bottom-color: var(--wc--table--border-color);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods {
    padding: var(--wp--custom--margin--vertical) 20px;
    border-bottom: 0 none;
    background-color: var(--wp--preset--color--light-gray);
    border-radius: 4px;
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods li {
  line-height: var(--wp--custom--line-height--body);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods li + li {
  padding-top: 5px;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods li input[type=checkbox],
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods li input[type=radio] {
  margin-right: 0.75em;
  vertical-align: middle;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment ul.payment_methods li > label {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--custom--typography--font-size--tiny);
  font-weight: 700;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.form-row {
  margin-bottom: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.form-row.place-order {
  padding-left: 0;
  padding-right: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box {
  background-color: var(--wp--preset--color--light-gray);
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin-top: var(--wp--custom--margin--vertical);
  padding: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .woocommerce-SavedPaymentMethods {
  padding-left: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-credit-card-form .wc-payment-form {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-credit-card-form .wc-payment-form .form-row:first-child {
  width: 100%;
  flex: 1 0 auto;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-stripe-elements-field {
  background-color: var(--wp--preset--color--background);
  border: 2px solid var(--wc--table--border-color);
  border-radius: var(--wc--table--border-radius);
  padding: calc(1.5 * var(--wp--custom--margin--baseline));
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-stripe-elements-field:focus {
  border-color: var(--wp--perset--color--black);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box #stripe-payment-data > fieldset:nth-child(4) {
  border: none;
  padding: var(--wp--custom--margin--vertical) 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box #stripe-payment-data > fieldset:nth-child(4) label {
  font-size: var(--wp--preset--font-size--x-tiny);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box input.input-text,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box textarea {
  border-color: var(--wc--table--border-color);
  border-top-color: var(--wc--table--border-color);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-credit-card-form-card-number,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-credit-card-form-card-expiry,
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: var(--wp--preset--font-size--x-tiny);
  font-weight: 400;
  color: var(--wp--preset--color--black);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box p {
  margin-top: 0;
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box span.help {
  font-size: var(--wp--custom--typography--font-size--tiny);
  color: var(--wp--preset--color--foreground);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box .form-row {
  margin: 0;
  padding: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment div.payment_box::before {
  content: none;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment #place_order {
  float: none;
  width: 100%;
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment #place_order {
    padding-left: var(--wp--custom--margin--vertical);
    padding-right: var(--wp--custom--margin--vertical);
  }
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment #place_order:before {
  content: "";
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks #payment #place_order:hover:before {
  content: "🎉";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  transform: scale(1);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-terms-and-conditions-wrapper {
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin-top: 0;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .validate-required .woocommerce-form__input-checkbox {
  display: inline-block;
  width: 25px;
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-invalid #terms {
  outline-color: var(--wp--preset--color--red);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-terms-and-conditions {
  border-color: var(--wc--table--border-color);
}
body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-invalid #terms {
  outline-color: var(--wp--preset--color--red);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .col2-set .col-1 {
    width: 60%;
  }
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .col2-set .col-2, body[class*=woocommerce].woocommerce-checkout .wp-site-blocks .woocommerce-page .col2-set .col-2 {
    width: 35%;
  }
}

.wp-block-maps-donation .maps-donation-form,
.wp-block-maps-donation .maps-checkout-form,
.wp-block-maps-donation .maps-signup-form,
.wp-block-maps-donation .maps-donation__thanks,
.wp-block-maps-donation .hidden {
  display: none;
}
.wp-block-maps-donation[data-form=donation] .maps-donation-form {
  display: grid;
}
.wp-block-maps-donation[data-form=checkout] .maps-checkout-form {
  display: grid;
}
.wp-block-maps-donation[data-form=signup] .maps-signup-form {
  display: grid;
}
.wp-block-maps-donation[data-form=thanks] .maps-donation__thanks {
  display: block;
}
.wp-block-maps-donation form {
  grid-gap: 15px;
}
@media only screen and (min-width: 600px) {
  .wp-block-maps-donation form {
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-maps-donation form {
    grid-gap: 25px;
  }
}
.wp-block-maps-donation fieldset {
  border: 0 none;
  padding: 0;
}
.wp-block-maps-donation label {
  margin: 0;
}
.wp-block-maps-donation input[type=radio] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wp-block-maps-donation input[type=number]::-webkit-inner-spin-button,
.wp-block-maps-donation input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wp-block-maps-donation input[type=number] {
  -moz-appearance: textfield;
}
.wp-block-maps-donation input[type=checkbox] {
  margin-right: 1em;
  min-width: 25px;
}
.wp-block-maps-donation select {
  border-radius: 10px;
  width: 100%;
}
.wp-block-maps-donation label {
  display: flex;
}
.wp-block-maps-donation label.align-center {
  align-items: center;
}
.wp-block-maps-donation label.font-weight-normal {
  font-weight: normal;
}
.wp-block-maps-donation label > input + span {
  background: #fff;
  border: 1px solid #78A6D2;
  border-radius: 10px;
  color: #0F2A4A;
  cursor: pointer;
  line-height: 1.65;
  text-align: center;
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  padding: 10px 5px;
}
@media only screen and (min-width: 600px) {
  .wp-block-maps-donation label > input + span {
    font-size: 1.25rem;
    padding: 10px;
  }
}
.wp-block-maps-donation label > input:checked + span {
  background-color: #C4DCF6;
}
.wp-block-maps-donation label > input:focus-visible + span {
  outline: 2px dotted #072D98;
  outline-offset: 1px;
}
.wp-block-maps-donation .maps-donation-input {
  background: #fff;
  border: 1px solid #78A6D2;
  border-radius: 10px;
  color: #0F2A4A;
  line-height: 1.65;
  padding: 10px;
  margin: 0 2px;
}
.wp-block-maps-donation .maps-input-group {
  background: #fff;
  border: 1px solid #78A6D2;
  border-radius: 10px;
  color: #0F2A4A;
  display: flex;
  overflow: hidden;
  text-align: center;
}
.wp-block-maps-donation .maps-input-group .maps-input-group__before,
.wp-block-maps-donation .maps-input-group .maps-input-group__after {
  background-color: #F1F7FE;
  font-weight: 400;
  line-height: 1.65;
  padding: 10px;
}
.wp-block-maps-donation .maps-input-group .maps-input-group__before {
  border-right: 1px solid #78A6D2;
}
.wp-block-maps-donation .maps-input-group input {
  border: 0 none;
  border-radius: 0;
  flex-grow: 1;
  margin: 0;
  width: 100%;
}
.wp-block-maps-donation .maps-input-group input:focus {
  box-shadow: inset 0 0 0 1px #0F2A4A;
}
.wp-block-maps-donation .maps-input-group .maps-input-group__after {
  border-left: 1px solid #78A6D2;
  white-space: nowrap;
}
.wp-block-maps-donation .maps-donation__frequency,
.wp-block-maps-donation .maps-donation__amount {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 600px) {
  .wp-block-maps-donation .maps-donation__amount {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-block-maps-donation .maps-donation__frequency label > input + span {
  border-radius: 0;
  border-right: 0 none;
  word-break: break-word;
}
.wp-block-maps-donation .maps-donation__frequency label:first-of-type > input + span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.wp-block-maps-donation .maps-donation__frequency label:last-of-type > input + span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-right: 1px solid #78A6D2;
}
.wp-block-maps-donation .maps-donation__frequency label > input:checked + span {
  background: #0F2A4A;
  color: #fff;
}
.wp-block-maps-donation .maps-donation__amount {
  grid-gap: 10px;
}
@media only screen and (min-width: 600px) {
  .wp-block-maps-donation .maps-donation__amount {
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-maps-donation .maps-donation__amount {
    grid-gap: 25px;
  }
}
.wp-block-maps-donation .maps-donation__amount label > input + span::after {
  padding-left: 5px;
  padding-top: 3px;
}
.wp-block-maps-donation .maps-donation__amount .custom-amount-label {
  grid-column: span 2;
}
.wp-block-maps-donation .maps-donation__amount .custom-amount-label input:not(:checked) ~ .maps-input-group {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wp-block-maps-donation .maps-donation__amount .custom-amount-label input:checked + span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wp-block-maps-donation .maps-donation__amount .custom-amount-label input:checked ~ .maps-input-group {
  border-color: #0F2A4A;
  display: flex;
  width: 100%;
}
.wp-block-maps-donation .maps-currency:after,
.wp-block-maps-donation input[name=amount] + span:after {
  content: " USD/mo";
  font-size: 1rem;
  font-weight: 400;
}
.wp-block-maps-donation input[name=amount][value=custom] + span:after {
  content: none !important;
}
.wp-block-maps-donation[data-frequency=one-time] .maps-currency:after,
.wp-block-maps-donation[data-frequency=one-time] input[name=amount] + span:after {
  content: " USD";
}
.wp-block-maps-donation[data-frequency=annually] .maps-currency:after,
.wp-block-maps-donation[data-frequency=annually] input[name=amount] + span:after {
  content: " USD/yr";
}
.wp-block-maps-donation .maps-donation__error {
  text-align: center;
}
.wp-block-maps-donation .maps-donation__submit__button {
  width: 100%;
}
.wp-block-maps-donation .maps-donation__submit__button:focus-visible {
  transition-duration: 0s !important;
}
.wp-block-maps-donation .maps-donation__submit__button.maps-donation__submit__button.maps-donation__submit__button.maps-donation__submit__button.maps-donation__submit__button.maps-donation__submit__button.maps-donation__submit__button.maps-donation__submit__button:disabled {
  background-color: #fff !important;
  border-color: currentColor;
  color: #072D98 !important;
  cursor: not-allowed;
  opacity: 0.5;
}
.wp-block-maps-donation .field {
  font-size: 1.25rem;
}
.wp-block-maps-donation fieldset.maps-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 10px;
}
@media only screen and (min-width: 600px) {
  .wp-block-maps-donation fieldset.maps-form-grid {
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-maps-donation fieldset.maps-form-grid {
    grid-gap: 25px;
  }
}
.wp-block-maps-donation fieldset.maps-form-grid .field {
  grid-column-end: span 12;
}
.wp-block-maps-donation fieldset.maps-form-grid .field input {
  margin-bottom: 0;
}
.wp-block-maps-donation fieldset.maps-form-grid .field input[type=text] {
  width: 100%;
}
.wp-block-maps-donation fieldset.maps-form-grid .half-width {
  grid-column-end: span 6;
}
.wp-block-maps-donation fieldset.maps-form-grid .quarter-width {
  grid-column-end: span 3;
}
.wp-block-maps-donation fieldset.maps-form-grid .three-quarter-width {
  grid-column-end: span 9;
}
.wp-block-maps-donation .maps-is-busy .maps-checkout__submit .wp-block-button,
.wp-block-maps-donation .maps-is-busy .maps-signup__submit .wp-block-button, .wp-block-maps-donation .maps-is-busy.maps-thanks-form .wp-block-button {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wp-block-maps-donation .maps-is-busy .maps-spinner {
  display: block;
}
.wp-block-maps-donation .maps-donation-checkout-title {
  font-size: 28px;
}
.wp-block-maps-donation .maps-signup-form:not([data-optin=true]) .maps-signup-fieldset {
  display: none;
}
.wp-block-maps-donation .maps-signup-form:not([data-optin=true]) .button-text-optin {
  display: none;
}
.wp-block-maps-donation .maps-signup-form[data-optin=true] .button-text-optin {
  display: inline;
}
.wp-block-maps-donation .maps-signup-form[data-optin=true] .button-text-default {
  display: none;
}
.wp-block-maps-donation .maps-donation-signup-title {
  font-size: 28px;
}
.wp-block-maps-donation .maps-donation-thanks-title {
  font-size: 28px;
  margin-bottom: 30px;
}
.wp-block-maps-donation .maps-donation__thanks button,
.wp-block-maps-donation .maps-donation__thanks .field {
  margin-top: 20px;
}

/**
 * Account page
 */
body.woocommerce-account:not(.logged-in) main.wp-block-group {
  min-height: 100vh;
}
body.woocommerce-account:not(.logged-in) #woocommerce-my-account-wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  body.woocommerce-account:not(.logged-in) #woocommerce-my-account-wrapper {
    margin-top: calc(6 * var(--wp--custom--margin--vertical));
  }
}
body.woocommerce-account:not(.logged-in) .wp-block-post-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body[class*=woocommerce].woocommerce-account .wp-site-blocks .page-header,
body[class*=woocommerce].woocommerce-account .wp-site-blocks .wp-block-post-content {
  max-width: var(--wp--custom--layout--wcwidth);
  margin-left: auto;
  margin-right: auto;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation {
  margin-bottom: calc(2.5 * var(--wp--custom--margin--vertical));
  width: 100%;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    width: 29%;
  }
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul {
  border-radius: 4px;
  background-color: var(--wp--preset--color--light-gray);
  font-size: var(--wp--preset--font-size--small);
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul {
    display: block;
  }
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li {
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid var(--wc--table--border-color);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 16px;
  text-decoration: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li a:after {
  content: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--background);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--background);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 4px 4px 0 0;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-navigation ul li:last-child a {
  border-radius: 0 0 4px 4px;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--small);
  padding-top: var(--wp--custom--margin--vertical);
  width: 100%;
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content {
    padding-top: 0;
    width: calc(67% - var(--wp--custom--margin--horizontal));
  }
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content a {
  color: var(--wp--preset--color--black);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content > p:first-of-type {
  font-size: var(--wp--custom--typography--font-size--large);
  color: var(--wp--preset--color--black);
  padding-top: 0;
  margin-top: 0;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content > p:first-of-type strong {
  font-weight: normal;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content p a {
  text-decoration: underline;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .woocommerce-button,
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .pre-order-actions a.button {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--typography--font-size--tiny);
  line-height: 1.5;
  padding: 4px var(--wp--custom--margin--baseline);
  text-transform: uppercase;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content table {
  border: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content table td {
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content table td {
    padding-top: calc(2 * var(--wp--custom--margin--vertical));
    padding-bottom: calc(2 * var(--wp--custom--margin--vertical));
  }
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content table.shop_table tbody tr:last-of-type {
  border-top: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content thead th {
  padding-top: 0;
  padding-bottom: calc(2 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content label,
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content span em {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--x-tiny);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content label {
  vertical-align: top;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content span em {
  display: block;
  margin-top: var(--wp--custom--margin--baseline);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .required {
  color: var(--wp--preset--color--foreground);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content a:not(.button).edit {
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=text],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=email],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=url],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=password],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=search],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=tel],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=range],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=date],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=month],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=week],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=time],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=submit],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=datetime],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=datetime-local],
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content input[type=color] {
  padding-top: var(--wp--custom--margin--baseline);
  padding-bottom: var(--wp--custom--margin--baseline);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .show-password-input {
  top: 0.3em;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content fieldset {
  border: 1px solid var(--wp--preset--color--light-gray);
  border-radius: 4px;
  margin-top: 40px;
  position: relative;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content fieldset legend {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--x-tiny);
  position: absolute;
  top: -30px;
  left: -5px;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content button[type=submit] {
  background-color: var(--wp--preset--color--bright-blue);
  float: none !important;
  margin-bottom: var(--wp--custom--margin--vertical);
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
  max-width: 320px;
  text-align: center;
  width: 100%;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content #add_payment_method #payment {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--light-gray);
  border-radius: 4px;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content #add_payment_method #payment div.payment_box {
  background: transparent;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content #add_payment_method #payment div.payment_box:before {
  content: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content #add_payment_method #payment ul.payment_methods {
  border-bottom: none;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content #add_payment_method #payment div.form-row {
  padding: 0;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content #add_payment_method #payment > div.form-row {
  padding-left: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (max-width: 781px) {
  body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content form .form-row-first,
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content form .form-row-last {
    float: none;
    width: auto;
  }
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .woocommerce-Address-title,
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content h2.woocommerce-column__title {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  font-size: var(--wp--custom--typography--font-size--small);
  font-weight: 600;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .woocommerce-Address-title h3,
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content h2.woocommerce-column__title h3 {
  font-size: var(--wp--custom--typography--font-size--small);
  font-weight: 600;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content h2.woocommerce-column__title {
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content address {
  border: none;
  font-style: normal;
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding: 0;
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-MyAccount-content .woocommerce-Address {
  padding-bottom: calc(2.5 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks .woocommerce-order-details__title {
  font-size: var(--wp--custom--typography--font-size--medium);
}
body[class*=woocommerce].woocommerce-account .wp-site-blocks form.woocommerce-ResetPassword .form-row-first {
  float: none;
  margin-top: var(--wp--custom--margin--vertical);
  width: 100%;
}
body[class*=woocommerce].woocommerce-account.woocommerce-orders .woocommerce-message--info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--large);
}
body[class*=woocommerce].woocommerce-account.woocommerce-orders .woocommerce-message--info a.button {
  margin: calc(2 * var(--wp--custom--margin--vertical)) 0 0;
}
body[class*=woocommerce].woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content table td, body[class*=woocommerce].woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content table th {
  padding: var(--wp--custom--margin--baseline);
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
}
body[class*=woocommerce].woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content table.shop_table tbody tr:last-of-type {
  border-top: none;
}
body[class*=woocommerce].woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content thead th {
  padding-bottom: calc(2 * var(--wp--custom--margin--vertical));
  padding-top: calc(2 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce].woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
  font-size: var(--wp--custom--typography--font-size--small);
  color: var(--wp--preset--color--black);
  padding-top: 0;
  margin-top: 0;
}
body[class*=woocommerce].woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type strong {
  font-weight: normal;
}
body[class*=woocommerce].woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content > p:first-of-type {
  font-size: var(--wp--custom--typography--font-size--small);
}
body[class*=woocommerce].woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
  font-size: var(--wp--custom--typography--font-size--small);
  font-weight: 600;
}
body[class*=woocommerce].woocommerce-account.woocommerce-payment-methods a.button:not(.delete) {
  background-color: var(--wp--preset--color--bright-blue);
  color: var(--wp--preset--color--black);
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
  max-width: 320px;
  text-align: center;
  width: 100%;
}
body[class*=woocommerce].woocommerce-account.woocommerce-payment-methods a.button {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--typography--font-size--tiny);
  line-height: 1.5;
  padding: 4px var(--wp--custom--margin--baseline);
  text-transform: uppercase;
}
body[class*=woocommerce].woocommerce-account .woocommerce-Message--info {
  background: transparent;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
body[class*=woocommerce].woocommerce-account .woocommerce-Message--info a.button {
  background-color: var(--wp--preset--color--bright-blue);
  color: var(--wp--preset--color--black);
  margin: var(--wp--custom--margin--vertical) auto;
  padding-top: var(--wp--custom--margin--vertical);
  padding-bottom: var(--wp--custom--margin--vertical);
  text-align: center;
  order: 2;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  body[class*=woocommerce].woocommerce-account .woocommerce-Message--info a.button {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    width: auto;
  }
}
body[class*=woocommerce].woocommerce-account .u-columns.woocommerce-Addresses {
  margin-top: calc(3 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce].woocommerce-account #add_payment_method #payment ul.payment_methods li {
  line-height: var(--wp--custom--typography--line-height--normal);
}

/**
 * Checkout page
 */
body.woocommerce-checkout.woocommerce-order-received .page-header {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
body.woocommerce-checkout.woocommerce-order-received .wp-site-blocks .wp-block-post-content {
  margin-top: 0;
  margin-left: calc(-1 * var(--wp--custom--spacing--outer));
  margin-right: 0;
  max-width: 100%;
  padding-right: var(--wp--custom--margin--medium);
}
@media only screen and (max-width: 959px) {
  body.woocommerce-checkout.woocommerce-order-received .wp-site-blocks .wp-block-post-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
  }
}
body.woocommerce-checkout.woocommerce-order-received .wp-site-blocks .wp-block-post-content .woocommerce {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    display: grid;
    grid-template-columns: 50vw 1fr;
    grid-template-rows: auto;
    grid-template-areas: "thank-you order-summary" "thank-you order-overview" "thank-you notice" "thank-you order-details" "thank-you customer-details" "thank-you sharing";
    grid-column-gap: var(--wp--custom--margin--huge);
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__summary {
  grid-area: order-summary;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__thank-you {
  background: var(--wp--preset--gradient--vertical-primary-to-secondary);
  grid-area: thank-you;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__thank-you {
    align-items: center;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 959px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__thank-you {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer));
    margin-right: calc(-1 * var(--wp--custom--spacing--outer));
    padding: var(--wp--custom--margin--large) var(--wp--custom--margin--horizontal);
  }
}
.admin-bar body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__thank-you {
  top: 37px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__thank-you__emoji {
  font-size: var(--wp--preset--font-size--huge);
  margin-bottom: var(--wp--custom--margin--medium);
  display: block;
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__thank-you__emoji {
    margin-bottom: var(--wp--custom--margin--huge);
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .order-message-name {
  margin: 0 0 var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .order-message-name {
    margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .order-message-name span {
  display: block;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice {
  grid-area: notice;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--large);
  margin: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
  grid-area: order-overview;
  padding-left: 0;
  margin: var(--wp--custom--margin--vertical) 0 calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
    margin: 0 0 var(--wp--custom--margin--large);
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
  border-right: none;
  display: flex;
  align-items: center;
  float: none;
  font-size: var(--wp--preset--font-size--x-tiny);
  margin-right: 0;
  text-transform: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li:last-child {
  border-bottom: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li strong {
  font-size: var(--wp--preset--font-size--x-tiny);
  font-weight: 400;
  padding-left: 4px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview:before, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview:after {
  content: none !important;
  display: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  grid-area: order-details;
  background-color: var(--wp--preset--color--light-gray);
  border-radius: 30px;
  margin: 0;
  padding-top: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    border-radius: 4px;
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  grid-area: customer-details;
  background-color: var(--wp--preset--color--light-gray);
  margin: 0;
  border: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details > address {
  border: none;
  padding: 0 var(--wp--custom--margin--vertical) var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  gap: var(--wp--custom--margin--vertical);
  padding-top: var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address {
  width: 50%;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address {
  border: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address:last-child {
  padding-bottom: var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses > .woocommerce-column__title {
  padding-left: var(--wp--custom--margin--vertical);
  padding-top: var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy {
  grid-area: sharing;
  grid-column: 2;
  margin-top: var(--wp--custom--margin--large);
  display: inline-block;
  max-width: 190px;
  width: 100%;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy .sd-content ul > li {
  display: block;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy .sharing-anchor.sd-button {
  border-radius: 30px;
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--background) !important;
  font-size: var(--wp--custom--typography--font-size--small);
  display: flex;
  justify-content: center;
  padding: 20px;
  max-width: 150px;
  text-align: center;
  width: 100%;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy .sharing-anchor.sd-button:before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(200deg) brightness(105%) contrast(106%);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy .sharing-anchor.sd-button:hover {
  background: var(--wp--preset--color--black);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy .sharing-anchor.sd-button span {
  color: var(--wp--preset--color--background);
  padding-left: 9px;
  font-weight: 600;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order .sharedaddy.sharedaddy .sd-content .sharing-hidden .inner {
  left: 0 !important;
  right: auto !important;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview__title {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  padding-top: var(--wp--custom--margin--larger);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column__title {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details__title {
  padding-left: var(--wp--custom--margin--vertical);
  padding-right: var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details {
  border-radius: 30px;
}
@media only screen and (min-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details {
    border-radius: 4px;
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-order-details__title {
  margin-bottom: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table {
  border: none;
  margin-top: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table thead,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table thead {
  border-bottom: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr:last-of-type,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tbody tr:last-of-type {
  border-top: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tr,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tr {
  border: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table th, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table td {
  padding-bottom: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr th {
  font-size: 14px;
  width: 60%;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.cart_subtotal th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.cart_subtotal th {
  font-size: var(--wp--custom--typography--font-size--tiny);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.order_total th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.order_total td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.order_total th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.order_total td {
  font-size: var(--wp--custom--typography--font-size--large);
}
@media only screen and (min-width: 782px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.order_total th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.order_total td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.order_total th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.order_total td {
    font-size: 18px;
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.shipping th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.tax th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.shipping th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.tax th {
  padding-left: var(--wp--custom--margin--medium);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.payment_method th, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr.payment_method td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.payment_method th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr.payment_method td {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-tiny);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:nth-last-of-type(2) th, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:nth-last-of-type(2) td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr:nth-last-of-type(2) th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr:nth-last-of-type(2) td {
  padding-bottom: var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-of-type,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr:last-of-type {
  border-top: 1px solid var(--wp--preset--color--gray);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details table.shop_table tfoot tr:last-of-type td {
  padding-bottom: var(--wp--custom--margin--vertical);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details tfoot tr:last-child {
  font-size: var(--wp--preset--font-size--small);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details address,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details address {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--tiny);
  padding: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .woocommerce-customer-details--phone,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .woocommerce-customer-details--email,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--phone,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-top: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details tbody tr,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details tbody tr {
  border-bottom: none;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview__images {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--margin--medium);
  padding-left: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview__images .woocommerce-order-overview__image {
  max-width: 135px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview__images .woocommerce-order-overview__image img {
  border-radius: 30px;
}

/**
 * Single Product Page
 */
.single-product .wp-site-blocks #woocommerce-wrapper .woocommerce-breadcrumb,
.single-product .wp-site-blocks #woocommerce-wrapper .woocommerce-notices-wrapper,
.single-product .wp-site-blocks #woocommerce-wrapper .summary-wrapper,
.single-product .wp-site-blocks #woocommerce-wrapper .related.products {
  margin-left: auto;
  margin-right: auto;
  width: calc(var(100%) - 2 * var(--wp--custom--margin--horizontal));
  max-width: var(--wp--style--global--wide-size);
}
.single-product .wp-site-blocks #woocommerce-wrapper .summary-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--wp--custom--margin--vertical);
  position: relative;
}
@media only screen and (min-width: 782px) {
  .single-product .wp-site-blocks #woocommerce-wrapper .summary-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: calc(3 * var(--wp--custom--margin--vertical));
  }
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product {
  /* Chrome, Safari, Edge, Opera */
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .product_title {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--x-large);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 781px) {
  .single-product .wp-site-blocks #woocommerce-wrapper div.product div.images,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary {
    float: none;
    width: 100%;
  }
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images {
  margin-bottom: var(--wp--custom--margin--vertical);
  position: relative;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images div.thumbnails {
  padding-top: var(--wp--custom--margin--baseline);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: var(--wp--preset--color--background);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__image--placeholder {
  border-color: var(--wp--preset--color--primary);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger {
  font-size: var(--wp--custom--typography--font-size--default);
  background: var(--wp--preset--color--background);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger::before {
  border-color: var(--wp--preset--color--primary);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.images .woocommerce-product-gallery__trigger::after {
  background-color: var(--wp--preset--color--primary);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary {
  margin-bottom: var(--wp--custom--margin--vertical);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary span.price,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary p.price {
  color: var(--wp--preset--color--primary);
  font-size: calc(var(--wp--custom--typography--font-size--huge) / 2);
  font-weight: bold;
  line-height: var(--wp--custom--typography--line-height--normal);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > span.price,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > p.price {
  font-weight: bold;
  font-size: calc(var(--wp--custom--typography--font-size--huge) / 2);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > span.price del,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > p.price del {
  color: currentColor;
  font-weight: normal;
  opacity: 1;
  display: inline-block;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > span.price del .woocommerce-Price-amount,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > p.price del .woocommerce-Price-amount {
  text-decoration: line-through;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > span.price del .woocommerce-Price-amount bdi:after,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > p.price del .woocommerce-Price-amount bdi:after {
  content: none;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > span.price ins,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > p.price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > span.price .from,
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary > p.price .from {
  font-size: var(--wp--custom--typography--font-size--small);
  color: var(--global--color-alert-warning);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary p.stock {
  font-size: var(--wp--custom--typography--font-size--default);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .stock {
  color: var(--wp--preset--color--primary);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .out-of-stock {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--primary);
  display: inline-block;
  font-size: var(--wp--custom--typography--font-size--small) !important;
  font-style: italic;
  font-weight: bold;
  padding: 3px 5px;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .entry-title + .woocommerce-product-rating {
  margin-top: var(--wp--custom--margin--vertical);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .summary-accordions {
  border-top: 2px solid var(--wp--preset--color--primary);
  padding-top: var(--wp--custom--margin--vertical);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .summary-accordions > * {
  margin-bottom: var(--wp--custom--margin--vertical);
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .summary-accordions .accordion_title {
  display: flex;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary .summary-accordions .accordion_title:after {
  content: " + ";
  display: block;
  width: 47px;
  height: 47px;
  margin-left: auto;
  transition: transform 0.3s ease-out;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .product_meta {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .product_meta > * {
  display: block;
  font-size: var(--wp--custom--typography--font-size--x-small);
  font-weight: bold;
  margin-bottom: var(--wp--custom--margin--vertical);
  text-transform: uppercase;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .product_meta > * a {
  font-weight: normal;
  font-size: var(--wp--custom--typography--font-size--small);
  text-transform: none;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product > .onsale {
  right: auto;
  left: -0.5em;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.social {
  margin-bottom: var(--wp--custom--margin--vertical);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .up-sells > h2 {
  font-size: var(--wp--custom--typography--font-size--large);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product p.cart {
  margin-bottom: var(--wp--custom--margin--vertical);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form),
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--wp--custom--margin--vertical) * 2);
  margin-bottom: calc(var(--wp--custom--margin--vertical) * 2);
  gap: 2rem;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form):before, .single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form):after,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart:before,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart:after {
  content: none;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .variations,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .variations {
  margin-bottom: var(--wp--custom--margin--baseline);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .variations td,
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .variations th,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .variations td,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .variations th {
  line-height: var(--wp--custom--typography--line-height--normal);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .variations select,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .variations select {
  margin-right: var(--wp--custom--margin--baseline);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .variations td.label,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .variations td.label {
  padding-right: var(--wp--custom--margin--baseline);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .woocommerce-variation-description p,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .woocommerce-variation-description p {
  margin-bottom: var(--wp--custom--margin--vertical);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .woocommerce-variation-price,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .woocommerce-variation-price {
  color: var(--wp--preset--font-family--poppins);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .reset_variations,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .reset_variations {
  font-size: var(--wp--custom--typography--font-size--small);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .group_table td.woocommerce-grouped-product-list-item__label,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: var(--wp--custom--margin--baseline);
  padding-left: var(--wp--custom--margin--baseline);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart:not(.variations_form) .group_table td,
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woocommerce-variation-add-to-cart .group_table td {
  padding-bottom: var(--wp--custom--margin--baseline);
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart .variations select {
  font-size: var(--wp--custom--typography--font-size--x-small);
  height: 4.5rem;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart .variations td.label {
  vertical-align: middle;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product form.cart .variations td.value {
  display: flex;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.quantity,
.single-product .wp-site-blocks #woocommerce-wrapper div.product button {
  float: inherit;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  flex: 1;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.quantity.hidden,
.single-product .wp-site-blocks #woocommerce-wrapper div.product button.hidden {
  display: none;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product div.quantity {
  display: flex;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product input.qty[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  border-radius: 0;
  margin-right: 0;
  border-color: var(--wp--preset--color--primary);
  border-width: 2px 0;
  border-style: solid;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product input::-webkit-outer-spin-button,
.single-product .wp-site-blocks #woocommerce-wrapper div.product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .mg-single-product-quantity-wrapper {
  display: flex;
  font-size: var(--wp--custom--typography--font-size--x-small);
  font-weight: bold;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .mg-single-product-quantity-wrapper button {
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 0;
  background: transparent;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  padding: 15px var(--wp--custom--margin--horizontal);
  margin-right: -4px;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .mg-single-product-quantity-wrapper button:last-of-type {
  margin-left: -4px;
  margin-right: 0;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .mg-single-product-quantity-wrapper button:hover {
  border: 2px solid var(--wp--preset--color--primary) !important;
  background-color: transparent !important;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woo_pp_cart_buttons_div {
  text-align: left;
}
.single-product .wp-site-blocks #woocommerce-wrapper div.product .woo_pp_cart_buttons_div .wcppec-checkout-buttons__button {
  padding-top: 0;
}
.single-product .wp-site-blocks #woocommerce-wrapper .related.products h2:not(.woocommerce-loop-product__title) {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: calc(var(--wp--custom--margin--vertical) * 2);
  text-align: center;
}

.admin-bar.single-product .wp-site-blocks #woocommerce-wrapper div.product div.summary {
  top: 37px;
}

body[class*=woocommerce]:not(.singular) .site-main > article > * {
  margin-top: 0;
}

/**
 * Cart Widget
 */
body[class*=woocommerce] .wp-site-blocks {
  /**
   * Cart Widget product list
   */
}
body[class*=woocommerce] .wp-site-blocks ul.cart_list li a:not(.remove),
body[class*=woocommerce] .wp-site-blocks ul.product_list_widget li a:not(.remove) {
  font-family: var(--wp--preset--font-family--spartan);
}
body[class*=woocommerce] .wp-site-blocks ul.cart_list li img,
body[class*=woocommerce] .wp-site-blocks ul.product_list_widget li img {
  margin-left: var(--wp--custom--margin--baseline);
  width: calc(2 * var(--wp--custom--margin--vertical));
}
body[class*=woocommerce] .wp-site-blocks ul.cart_list li dl,
body[class*=woocommerce] .wp-site-blocks ul.product_list_widget li dl {
  border-left-color: var(--wc--table--border-color);
}
body[class*=woocommerce] .wp-site-blocks ul.cart_list li dl dt,
body[class*=woocommerce] .wp-site-blocks ul.cart_list li dl dd,
body[class*=woocommerce] .wp-site-blocks ul.product_list_widget li dl dt,
body[class*=woocommerce] .wp-site-blocks ul.product_list_widget li dl dd {
  margin-bottom: var(--wp--custom--margin--vertical);
}
/**
 * Filter by Price Widget
 */
body[class*=woocommerce] .wp-site-blocks .widget_price_filter .ui-slider .ui-slider-range,
body[class*=woocommerce] .wp-site-blocks .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--wp--preset--color--primary);
}
body[class*=woocommerce] .wp-site-blocks .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--wp--preset--color--foreground);
}

/**
 * Filter by Product List Widgets
 */
@media only screen and (min-width: 600px) {
  body[class*=woocommerce] .wp-site-blocks .widget.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body[class*=woocommerce] .wp-site-blocks .widget.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) > li {
    flex: 0 1 auto;
    margin-bottom: var(--wp--custom--margin--vertical);
    padding: 0;
    width: calc(33.3333333333% - var(--wp--custom--margin--baseline));
  }
  body[class*=woocommerce] .wp-site-blocks .widget.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) > li:nth-child(3n+2):last-child {
    margin-left: calc(1.5 * var(--wp--custom--margin--baseline));
    margin-right: auto;
  }
}

.homepage-hero.wp-block-cover {
  overflow: hidden;
  padding-left: var(--wp--custom--spacing--medium);
}
@media only screen and (max-width: 599px) {
  .homepage-hero.wp-block-cover {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.homepage-hero.wp-block-cover img.wp-block-cover__image-background {
  left: initial;
  right: -30px;
  object-fit: contain;
  width: 47%;
}
@media only screen and (max-width: 781px) {
  .homepage-hero.wp-block-cover img.wp-block-cover__image-background {
    height: inherit;
    top: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .homepage-hero.wp-block-cover img.wp-block-cover__image-background {
    right: -40px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 782px) {
  .homepage-hero.wp-block-cover .wp-block-cover__inner-container {
    max-width: 52%;
  }
}

@media only screen and (max-width: 1079px) {
  .linked-icon-lists.wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: var(--wp--custom--margin--horizontal);
    padding-right: var(--wp--custom--margin--horizontal);
  }
  .linked-icon-lists.wp-block-columns .wp-block-column:first-of-type {
    grid-column: 1/3;
    margin-bottom: var(--wp--custom--spacing--small);
  }
}
@media only screen and (max-width: 1079px) and (max-width: 781px) {
  .linked-icon-lists.wp-block-columns .wp-block-column:first-of-type {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 599px) {
  .linked-icon-lists.wp-block-columns {
    display: flex;
  }
}

@media only screen and (max-width: 599px) {
  .linked-icon-list + .linked-icon-list {
    position: relative;
    margin-top: -40px;
  }
  .linked-icon-list + .linked-icon-list:before {
    content: "";
    background: url(assets/svg/link-1.svg);
    display: block;
    background-size: 14px 100%;
    width: 14px;
    height: calc(50% - 60px);
    position: absolute;
    top: -60px;
    left: 40px;
    background-repeat: no-repeat;
  }
}
.linked-icon-list > * {
  padding-bottom: calc(2.5 * var(--wp--custom--margin--vertical));
  margin-block-end: 0 !important;
  margin-block-start: -2px !important;
  position: relative;
}
.linked-icon-list > .wp-block-group:before {
  content: "";
  background: url(assets/svg/link-1.svg);
  display: block;
  background-size: 14px 100%;
  width: 14px;
  height: calc(100% - 55px);
  position: absolute;
  bottom: -5px;
  left: 55px;
  background-repeat: no-repeat;
}
.linked-icon-list > .wp-block-group:nth-of-type(2n):before {
  background: url(assets/svg/link-2.svg);
  display: block;
  background-size: 28px 100%;
  width: 28px;
  height: calc(100% - 50px);
  position: absolute;
  bottom: -10px;
  left: 0;
  background-repeat: no-repeat;
}
.linked-icon-list > .wp-block-group:last-of-type:before {
  background: none;
}
.linked-icon-list .wp-block-image {
  background-color: var(--wp--preset--color--background);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  display: flex;
  align-self: flex-start;
  justify-content: center;
}
.linked-icon-list .wp-block-image img {
  flex: 0 1 auto;
  align-self: center;
  border-radius: 0;
}

@media only screen and (min-width: 782px) {
  .sticky-left-column .wp-block-column:first-of-type {
    align-self: flex-start;
    position: sticky;
    top: 30px;
  }
}

@media only screen and (max-width: 781px) {
  .flex-wrap-mobile-column {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-wrap-mobile-column > .wp-block-image {
    flex-basis: 40%;
  }
}

/*# sourceMappingURL=style.css.map */