@charset "UTF-8";
/*
Theme Name:   	YogaFox
Theme URI:    	https://yogastudiofox.com
Author:       	Yoga Fox
Author URI:     cberinger.com
Template:     	storefront
Description:  	Foxy theme for Yoga Studio Fox
Version:      	2.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	yogafox
Domain Path:    /languages
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
.site-content { /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadein 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
.has-primary-light-color {
  color: #ebfdf8 !important;
}

.has-primary-light-background-color {
  background-color: #ebfdf8 !important;
}

.has-primary-medium-color {
  color: #8db8b4 !important;
}

.has-primary-medium-background-color {
  background-color: #8db8b4 !important;
}

.has-primary-dark-color {
  color: #59837f !important;
}

.has-primary-dark-background-color {
  background-color: #59837f !important;
}

.has-secondary-medium-color {
  color: #ffe3d0 !important;
}

.has-secondary-medium-background-color {
  background-color: #ffe3d0 !important;
}

.has-tertiary-medium-color {
  color: #cfdaf4 !important;
}

.has-tertiary-medium-background-color {
  background-color: #cfdaf4 !important;
}

.has-quaternary-medium-color {
  color: #eccbe8 !important;
}

.has-quaternary-medium-background-color {
  background-color: #eccbe8 !important;
}

.has-kids-primary-medium-color {
  color: #fecedb !important;
}

.has-kids-primary-medium-background-color {
  background-color: #fecedb !important;
}

.has-kids-primary-dark-color {
  color: #59837f !important;
}

.has-kids-primary-dark-background-color {
  background-color: #59837f !important;
}

.has-kids-secondary-medium-color {
  color: #fefdc8 !important;
}

.has-kids-secondary-medium-background-color {
  background-color: #fefdc8 !important;
}

.has-kids-tertiary-medium-color {
  color: #adedad !important;
}

.has-kids-tertiary-medium-background-color {
  background-color: #adedad !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-black-color {
  color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-dark-grey-color {
  color: #666666 !important;
}

.has-dark-grey-background-color {
  background-color: #666666 !important;
}

.has-medium-grey-color {
  color: #aaaaaa !important;
}

.has-medium-grey-background-color {
  background-color: #aaaaaa !important;
}

.has-light-grey-color {
  color: #f7f7f8 !important;
}

.has-light-grey-background-color {
  background-color: #f7f7f8 !important;
}

#content.site-content .yogafox-button {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
}
#content.site-content .yogafox-button:hover {
  background-color: #00856e;
}

body,
button,
input,
select {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}

select {
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 3rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem;
  line-height: 1.15;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 67.5rem;
  word-break: auto-phrase !important;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 1rem auto 1rem auto;
  }
}
@media (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    padding: 0 1.25rem;
  }
}

.editor-styles-wrapper h1,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h6 {
  font-weight: 300 !important;
}

p,
li {
  margin-bottom: 2rem;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  p,
  li {
    font-size: 1.1rem;
    line-height: 2.1;
  }
}

@media (max-width: 1000px) {
  p {
    padding: 0 1.25rem;
  }
}

h1 {
  margin-top: 0;
  font-size: 3rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.369em;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.777em;
  }
}

h3 {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.333em;
  }
}

h4 {
  font-size: 1.777em;
}

h5 {
  font-size: 1.333em;
}

small,
.text_small {
  font-size: 0.75em;
}

th {
  font-weight: 500 !important;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.333em;
}

.page-width {
  max-width: 80rem;
  width: 100%;
  margin: auto;
}

.col-full {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: content-box;
}
@media screen and (max-width: 786px) {
  .col-full {
    padding: 0;
  }
}

.site {
  overflow: visible;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaBook.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaMedium.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaDemi.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaHeavy.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-pt";
  src: url("assets/fonts/FuturaExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.wp-block-woocommerce-accordion-group {
  border-bottom: none;
  border-radius: 0.5rem;
  margin: 0 1.25rem 5rem;
}
.wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item {
  margin-bottom: 0.625rem;
  background-color: #d3f0ea;
}
.wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item p {
  padding: 0.5rem 1.25rem;
}
.wp-block-woocommerce-accordion-group h3.accordion-item__heading {
  font-weight: 500;
  font-size: 1.125rem !important;
  padding: 0.5rem 1.25rem;
}
.wp-block-woocommerce-accordion-group h3.accordion-item__heading button:hover {
  background-color: inherit;
  border: none;
  color: inherit;
}

h1.account-welcome-headline {
  font-weight: 600;
  font-size: 3rem;
  width: 100%;
  margin: auto;
  text-align: center;
}

.woocommerce-MyAccount-wrapper {
  display: flex;
  flex-direction: column;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before {
  content: " " !important;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4 {
  font-weight: 600;
  margin: 0 0 2.5rem 0;
}

.woocommerce-MyAccount-navigation {
  padding: 0 1.25rem;
}
.woocommerce-MyAccount-navigation ul {
  width: 100%;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
  gap: 1.25rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
}
.woocommerce-MyAccount-navigation ul li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 1rem;
  background: #ffe3d0;
  border-radius: 1.375rem;
  transition: all 0.3s ease-in-out;
  padding: 0.125rem 0.5rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #000;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.625rem;
  display: block;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: #000;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 0.3125rem;
}

@media (max-width: 768px) {
  table.woocommerce-MyAccount-orders,
  table.woocommerce-table--order-downloads {
    width: 100vw;
  }
}
table.woocommerce-MyAccount-orders th,
table.woocommerce-table--order-downloads th {
  display: none;
}
@media (max-width: 768px) {
  table.woocommerce-MyAccount-orders tr,
  table.woocommerce-table--order-downloads tr {
    display: flex;
    flex-direction: column;
    box-shadow: #e5e5e5 0px 0px 0px 0px inset, #e5e5e5 0px 0px 0px 0px inset, #e5e5e5 0px -1px 0px 0px inset, #e5e5e5 0px 0px 0px 0px inset;
    padding: 2.5rem 0;
  }
  table.woocommerce-MyAccount-orders tr td,
  table.woocommerce-table--order-downloads tr td {
    padding: 0.3125rem 1.25rem;
  }
}

.woocommerce-MyAccount-content {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-MyAccount-content fieldset {
  padding: 0;
}
.woocommerce-MyAccount-content fieldset legend {
  font-size: 1.75rem;
  font-weight: 300;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-wide span {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-wide span.password-input {
  display: block;
}
.woocommerce-MyAccount-content table.yogafox-orders {
  background-color: #f0f0f0;
  border-radius: 0;
  margin: 0 auto 0 auto;
  max-width: 62.5rem;
}
.woocommerce-MyAccount-content table.yogafox-orders td,
.woocommerce-MyAccount-content table.yogafox-orders th {
  border: 1px solid white;
  padding: 0.625rem;
  font-weight: 400 !important;
}
.woocommerce-MyAccount-content table.yogafox-orders th {
  width: 61%;
}
.woocommerce-MyAccount-content table.yogafox-orders .order-actions a {
  margin: 0.3125rem 0;
}
.woocommerce-MyAccount-content.custom-invoice-table-button {
  padding: 0.625rem 0;
}
.woocommerce-MyAccount-content.custom-invoice-table-button td {
  border: 0;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  address {
    padding: 0 1.25rem;
  }
}
address p {
  padding: 0;
}

@media (max-width: 768px) {
  .woocommerce-Address-title a {
    padding: 0 1.25rem;
  }
}

.woocommerce-address-fields .form-row,
.woocommerce-EditAccountForm .form-row,
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .woocommerce-address-fields .form-row,
  .woocommerce-EditAccountForm .form-row,
  .woocommerce-form-login .form-row,
  .woocommerce-form-register .form-row {
    margin-bottom: 0.3125rem;
  }
}
.woocommerce-address-fields .form-row label,
.woocommerce-EditAccountForm .form-row label,
.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label {
  font-weight: 400;
  font-size: 1.125rem;
  color: #444;
}
.woocommerce-address-fields .form-row input[type=text],
.woocommerce-address-fields .form-row input[type=number],
.woocommerce-address-fields .form-row input[type=email],
.woocommerce-address-fields .form-row input[type=tel],
.woocommerce-address-fields .form-row input[type=url],
.woocommerce-address-fields .form-row input[type=password],
.woocommerce-address-fields .form-row input[type=search],
.woocommerce-address-fields .form-row textarea,
.woocommerce-address-fields .form-row .select2-container,
.woocommerce-address-fields .form-row .input-text,
.woocommerce-EditAccountForm .form-row input[type=text],
.woocommerce-EditAccountForm .form-row input[type=number],
.woocommerce-EditAccountForm .form-row input[type=email],
.woocommerce-EditAccountForm .form-row input[type=tel],
.woocommerce-EditAccountForm .form-row input[type=url],
.woocommerce-EditAccountForm .form-row input[type=password],
.woocommerce-EditAccountForm .form-row input[type=search],
.woocommerce-EditAccountForm .form-row textarea,
.woocommerce-EditAccountForm .form-row .select2-container,
.woocommerce-EditAccountForm .form-row .input-text,
.woocommerce-form-login .form-row input[type=text],
.woocommerce-form-login .form-row input[type=number],
.woocommerce-form-login .form-row input[type=email],
.woocommerce-form-login .form-row input[type=tel],
.woocommerce-form-login .form-row input[type=url],
.woocommerce-form-login .form-row input[type=password],
.woocommerce-form-login .form-row input[type=search],
.woocommerce-form-login .form-row textarea,
.woocommerce-form-login .form-row .select2-container,
.woocommerce-form-login .form-row .input-text,
.woocommerce-form-register .form-row input[type=text],
.woocommerce-form-register .form-row input[type=number],
.woocommerce-form-register .form-row input[type=email],
.woocommerce-form-register .form-row input[type=tel],
.woocommerce-form-register .form-row input[type=url],
.woocommerce-form-register .form-row input[type=password],
.woocommerce-form-register .form-row input[type=search],
.woocommerce-form-register .form-row textarea,
.woocommerce-form-register .form-row .select2-container,
.woocommerce-form-register .form-row .input-text {
  font-size: 1.125rem;
  width: 100%;
  max-width: 26.25rem;
}
.woocommerce-address-fields .form-row .woocommerce-form-login__submit,
.woocommerce-EditAccountForm .form-row .woocommerce-form-login__submit,
.woocommerce-form-login .form-row .woocommerce-form-login__submit,
.woocommerce-form-register .form-row .woocommerce-form-login__submit {
  max-width: 26.25rem;
  margin-top: 0.625rem;
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button,
.woocommerce-form-login .button,
.woocommerce-form-register .button {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
}
.woocommerce-address-fields .button:hover,
.woocommerce-EditAccountForm .button:hover,
.woocommerce-form-login .button:hover,
.woocommerce-form-register .button:hover {
  background-color: #00856e;
}

.woocommerce h2 {
  text-align: center;
}

.woocommerce-form-login {
  max-width: 26.25rem;
  margin: 0 auto;
}

.account-personal-message {
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  max-width: 94%;
  margin: auto;
  border-radius: 0.625rem;
}

.account-ondemand-bought {
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  max-width: 94%;
  margin: 0 auto 2.5rem auto;
  border-radius: 0.625rem;
}
.account-ondemand-bought ul.products {
  margin-left: 0;
  margin-right: 0;
}
.account-ondemand-bought ul.products .product .wc-gzd-additional-info.tax-info {
  display: none;
}
@media (max-width: 768px) {
  .account-ondemand-bought ul.products {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.account-ondemand-bought h2 {
  margin: 1rem auto 2rem auto;
}
.account-ondemand-bought .onsale,
.account-ondemand-bought .price {
  display: none;
}
.account-ondemand-bought li {
  width: 30% !important;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .account-ondemand-bought li {
    width: 100% !important;
  }
}
.account-ondemand-bought li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}
.account-ondemand-bought li a img {
  width: 100%;
  object-fit: cover;
  height: 12.5rem;
  padding: 0;
  margin-bottom: 0 !important;
}
.account-ondemand-bought li a img.wp-post-image {
  padding: 0;
}
.account-ondemand-bought li a h2 {
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  height: fit-content;
  margin: 0.625rem 0 1.25rem 0;
  box-sizing: border-box;
  font-size: 1rem;
}
.account-ondemand-bought li a .course-label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
}
.account-ondemand-bought li a .course-label.course-active {
  background: #ffe3d0;
}
.account-ondemand-bought li a .course-label.course-finished {
  background: #2bc27c;
  color: #fff;
}

.ysf-account-sensei-course a {
  position: relative;
}
.ysf-account-sensei-course a .course-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
}
.ysf-account-sensei-course a .course-label.course-active {
  background: orange;
}
.ysf-account-sensei-course a .course-label.course-finished {
  background: greenyellow;
}

.upsell-section {
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  max-width: 94%;
  margin: 0 auto 2.5rem auto;
  border-radius: 0.625rem;
  background: #fefdc8;
}
.upsell-section .upsell-products {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0 2.5rem 0;
  list-style: none;
}
@media (max-width: 768px) {
  .upsell-section .upsell-products {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.upsell-section .upsell-products .upsell-product {
  width: 30% !important;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .upsell-section .upsell-products .upsell-product {
    width: 100% !important;
  }
}
.upsell-section .upsell-products .upsell-product .related-thumbnail {
  min-height: 10rem;
  width: 100%;
  background-size: cover;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .upsell-section .upsell-products .upsell-product .related-thumbnail {
    min-height: 12.5rem;
  }
}
.upsell-section .upsell-products .upsell-product h3.related-title {
  font-weight: 500;
  font-size: 1rem;
  margin: 1.25rem 0 0.625rem 0;
  padding: 0;
}
.upsell-section .upsell-products .upsell-product span.related-price {
  font-weight: 600;
  font-size: 1rem;
}

.woocommerce-MyAccount-content .woocommerce-customer-details table,
.woocommerce-MyAccount-content .woocommerce-order-downloads table,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table {
  background-color: #f0f0f0;
  border-radius: 0;
  margin: 0 auto 0 auto;
  max-width: 62.5rem;
}
.woocommerce-MyAccount-content .woocommerce-customer-details table td,
.woocommerce-MyAccount-content .woocommerce-customer-details table th,
.woocommerce-MyAccount-content .woocommerce-order-downloads table td,
.woocommerce-MyAccount-content .woocommerce-order-downloads table th,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table td,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table th {
  border: 1px solid white;
  padding: 0.625rem;
  font-weight: 400 !important;
}
.woocommerce-MyAccount-content .woocommerce-customer-details table td strong.product-quantity,
.woocommerce-MyAccount-content .woocommerce-customer-details table th strong.product-quantity,
.woocommerce-MyAccount-content .woocommerce-order-downloads table td strong.product-quantity,
.woocommerce-MyAccount-content .woocommerce-order-downloads table th strong.product-quantity,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table td strong.product-quantity,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table th strong.product-quantity {
  font-weight: 400;
}
.woocommerce-MyAccount-content .woocommerce-customer-details table td strong.product-quantity ins,
.woocommerce-MyAccount-content .woocommerce-customer-details table th strong.product-quantity ins,
.woocommerce-MyAccount-content .woocommerce-order-downloads table td strong.product-quantity ins,
.woocommerce-MyAccount-content .woocommerce-order-downloads table th strong.product-quantity ins,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table td strong.product-quantity ins,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table th strong.product-quantity ins {
  font-weight: 400;
}
.woocommerce-MyAccount-content .woocommerce-customer-details table th,
.woocommerce-MyAccount-content .woocommerce-order-downloads table th,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos table th {
  width: 61%;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table--order-on-demand-videos,
.woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-on-demand-videos,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos .woocommerce-table--order-on-demand-videos {
  padding: 0.625rem 0;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table--order-on-demand-videos td,
.woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-on-demand-videos td,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos .woocommerce-table--order-on-demand-videos td {
  border: none;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table--order-downloads .download-product,
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table--order-downloads .download-remaining,
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table--order-downloads .download-expires,
.woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads .download-product,
.woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads .download-remaining,
.woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads .download-expires,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos .woocommerce-table--order-downloads .download-product,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos .woocommerce-table--order-downloads .download-remaining,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos .woocommerce-table--order-downloads .download-expires {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table--order-downloads td,
.woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-table--order-downloads td,
.woocommerce-MyAccount-content .woocommerce-order-on-demand-videos .woocommerce-table--order-downloads td {
  border: none;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-bottom: 1.25rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details table {
  background-color: #f0f0f0;
  border-radius: 0;
  margin: 0 auto 0 auto;
  max-width: 62.5rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details table td,
.woocommerce-MyAccount-content .woocommerce-order-details table th {
  border: 1px solid white;
  padding: 0.625rem;
  font-weight: 400 !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details table td strong.product-quantity,
.woocommerce-MyAccount-content .woocommerce-order-details table th strong.product-quantity {
  font-weight: 400;
}
.woocommerce-MyAccount-content .woocommerce-order-details table td strong.product-quantity ins,
.woocommerce-MyAccount-content .woocommerce-order-details table th strong.product-quantity ins {
  font-weight: 400;
}
.woocommerce-MyAccount-content .woocommerce-order-details table th {
  width: 61%;
}
.woocommerce-MyAccount-content .woocommerce-order-details .custom-invoice-table-button {
  padding: 0.625rem 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details .custom-invoice-table-button td {
  border: none;
}
.woocommerce-MyAccount-content .myaccount-orders .order {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  background: #fff;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content .myaccount-orders .order {
    padding: 1.25rem;
    max-width: calc(100vw - 2.5rem);
    margin: 0 auto 1.25rem auto;
  }
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-header {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  align-items: center;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-header .order-status {
  background: #ffe3d0;
  padding: 0.125rem 0.25rem;
  border-radius: 0.375rem;
  color: #000;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-body {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  color: #000;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button {
  background: none;
  text-decoration: none;
  padding: 0;
  margin-right: 1.25rem;
  color: #000;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.view:before {
  content: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.69743 6.25C1.75898 6.37293 1.84224 6.53102 1.9478 6.7143C2.21526 7.17867 2.62161 7.79718 3.17534 8.41346C4.28321 9.64648 5.94244 10.8327 8.25 10.8327C10.5576 10.8327 12.2168 9.64648 13.3247 8.41346C13.8784 7.79718 14.2847 7.17867 14.5522 6.7143C14.6578 6.53102 14.741 6.37293 14.8026 6.25C14.741 6.12707 14.6578 5.96898 14.5522 5.7857C14.2847 5.32133 13.8784 4.70282 13.3247 4.08654C12.2168 2.85352 10.5576 1.66732 8.25 1.66732C5.94244 1.66732 4.28321 2.85352 3.17534 4.08654C2.62161 4.70282 2.21526 5.32133 1.9478 5.7857C1.84224 5.96898 1.75898 6.12707 1.69743 6.25ZM15.5643 6.25C16.1946 5.97084 16.1944 5.97056 16.1943 5.97025L16.1933 5.96772L16.1911 5.96266L16.1844 5.94687C16.1788 5.93386 16.171 5.91593 16.1609 5.89341C16.1408 5.84839 16.1117 5.78494 16.0733 5.70572C15.9967 5.54737 15.883 5.32531 15.7307 5.06076C15.4267 4.533 14.9645 3.82867 14.3296 3.12212C13.0604 1.70947 11.0624 0.25 8.25 0.25C5.43756 0.25 3.43964 1.70947 2.17037 3.12212C1.53553 3.82867 1.07331 4.533 0.769342 5.06076C0.616969 5.32531 0.50329 5.54737 0.426679 5.70572C0.388347 5.78494 0.359217 5.84839 0.339093 5.89341C0.329029 5.91593 0.321209 5.93386 0.315611 5.94687L0.308873 5.96266L0.306746 5.96772L0.305992 5.96953C0.305863 5.96983 0.305443 5.97084 0.935714 6.25L0.305443 5.97084C0.231519 6.14911 0.231519 6.35089 0.305443 6.52916L0.935714 6.25C0.305443 6.52916 0.305315 6.52885 0.305443 6.52916L0.305992 6.53047L0.306746 6.53228L0.308873 6.53734L0.315611 6.55313C0.321209 6.56614 0.329029 6.58407 0.339093 6.60659C0.359217 6.65161 0.388347 6.71506 0.426679 6.79429C0.50329 6.95263 0.616969 7.17469 0.769342 7.43924C1.07331 7.967 1.53553 8.67133 2.17037 9.37788C3.43964 10.7905 5.43756 12.25 8.25 12.25C11.0624 12.25 13.0604 10.7905 14.3296 9.37788C14.9645 8.67133 15.4267 7.967 15.7307 7.43924C15.883 7.17469 15.9967 6.95263 16.0733 6.79429C16.1117 6.71506 16.1408 6.65161 16.1609 6.60659C16.171 6.58407 16.1788 6.56614 16.1844 6.55313L16.1911 6.53734L16.1933 6.53228L16.194 6.53047C16.1941 6.53017 16.1946 6.52916 15.5643 6.25ZM15.5643 6.25L16.1946 6.52916C16.2685 6.35089 16.2682 6.14851 16.1943 5.97025L15.5643 6.25ZM1.56549 6.53035C1.56547 6.53039 1.56548 6.53038 1.56549 6.53035ZM8.25 4.69094C7.41684 4.69094 6.74143 5.38896 6.74143 6.25C6.74143 7.11104 7.41684 7.80906 8.25 7.80906C9.08316 7.80906 9.75857 7.11104 9.75857 6.25C9.75857 5.38896 9.08316 4.69094 8.25 4.69094ZM5.37 6.25C5.37 4.60619 6.65942 3.27362 8.25 3.27362C9.84058 3.27362 11.13 4.60619 11.13 6.25C11.13 7.89381 9.84058 9.22638 8.25 9.22638C6.65942 9.22638 5.37 7.89381 5.37 6.25Z' fill='black'/%3E%3C/svg%3E%0A");
  width: auto;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.invoice:before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.585786 0.55916C0.960859 0.201136 1.46957 0 2 0H7.66667C7.84348 0 8.01305 0.0670452 8.13807 0.186387L11.8047 3.68639C11.9298 3.80573 12 3.96759 12 4.13636V12.0909C12 12.5972 11.7893 13.0828 11.4142 13.4408C11.0391 13.7989 10.5304 14 10 14H2C1.46957 14 0.960859 13.7989 0.585786 13.4408C0.210714 13.0828 0 12.5972 0 12.0909V1.90909C0 1.40277 0.210714 0.917184 0.585786 0.55916ZM10.0572 3.81818L8 1.8545V3.81818H10.0572ZM6.66667 1.27273V4.45455C6.66667 4.806 6.96514 5.09091 7.33333 5.09091H10.6667V12.0909C10.6667 12.2597 10.5964 12.4215 10.4714 12.5409C10.3464 12.6602 10.1768 12.7273 10 12.7273H2C1.82319 12.7273 1.65362 12.6602 1.5286 12.5409C1.40357 12.4215 1.33333 12.2597 1.33333 12.0909V1.90909C1.33333 1.74032 1.40357 1.57846 1.5286 1.45911C1.65362 1.33977 1.82319 1.27273 2 1.27273H6.66667ZM2.66667 5.09091C2.66667 4.73946 2.96514 4.45455 3.33333 4.45455H4.66667C5.03486 4.45455 5.33333 4.73946 5.33333 5.09091C5.33333 5.44236 5.03486 5.72727 4.66667 5.72727H3.33333C2.96514 5.72727 2.66667 5.44236 2.66667 5.09091ZM2.66667 7.63636C2.66667 7.28491 2.96514 7 3.33333 7H8.66667C9.03486 7 9.33333 7.28491 9.33333 7.63636C9.33333 7.98782 9.03486 8.27273 8.66667 8.27273H3.33333C2.96514 8.27273 2.66667 7.98782 2.66667 7.63636ZM2.66667 10.1818C2.66667 9.83036 2.96514 9.54545 3.33333 9.54545H8.66667C9.03486 9.54545 9.33333 9.83036 9.33333 10.1818C9.33333 10.5333 9.03486 10.8182 8.66667 10.8182H3.33333C2.96514 10.8182 2.66667 10.5333 2.66667 10.1818Z' fill='black'/%3E%3C/svg%3E%0A");
  width: auto;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga0, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga1, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga2, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga3, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga4, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga5, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga6, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga7, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga8, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga9, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga10, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga11, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga11a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga12, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga13, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga14, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga15, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga16, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga18, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga19, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga20, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga21, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga21a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga22, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga23, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga24, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga25, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga13a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga14a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga15a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga16a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17b, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17c, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga18a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga18b, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga19a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga20a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga23a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga26, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga27, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga27a, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga28, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga29, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga30, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga31, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga32, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga33, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga34, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga35, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga36, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga37 {
  background: #ebfdf8 !important;
  padding: 0.625rem !important;
  border-radius: 0.25rem !important;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga0:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga1:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga2:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga3:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga4:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga5:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga6:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga7:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga8:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga9:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga10:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga11:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga11a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga12:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga13:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga14:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga15:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga16:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga18:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga19:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga20:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga21:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga21a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga22:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga23:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga24:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga25:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga13a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga14a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga15a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga16a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17b:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga17c:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga18a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga18b:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga19a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga20a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga23a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga26:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga27:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga27a:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga28:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga29:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga30:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga31:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga32:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga33:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga34:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga35:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga36:before, .woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.yoga37:before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.09091 1.45455C3.0826 1.45455 1.45455 3.0826 1.45455 5.09091C1.45455 6.3063 2.05081 7.38242 2.96677 8.04271C2.97825 8.0504 2.98948 8.05841 3.00046 8.06671C3.59182 8.4829 4.31282 8.72727 5.09091 8.72727C5.86899 8.72727 6.59 8.48289 7.18137 8.0667C7.19234 8.0584 7.20357 8.0504 7.21505 8.04271C8.13101 7.38242 8.72727 6.3063 8.72727 5.09091C8.72727 3.0826 7.09922 1.45455 5.09091 1.45455ZM8.40809 8.95285C9.49406 8.01921 10.1818 6.63538 10.1818 5.09091C10.1818 2.27928 7.90254 0 5.09091 0C2.27928 0 0 2.27928 0 5.09091C0 6.63538 0.687763 8.01921 1.77373 8.95285L0.737228 15.1528C0.690451 15.4326 0.810637 15.7141 1.04509 15.8738C1.27954 16.0335 1.58547 16.0423 1.82872 15.8964L5.09091 13.939L8.35309 15.8964C8.59635 16.0423 8.90227 16.0335 9.13673 15.8738C9.37118 15.7141 9.49137 15.4326 9.44459 15.1528L8.40809 8.95285ZM7.07197 9.78198C6.46305 10.0394 5.7936 10.1818 5.09091 10.1818C4.38821 10.1818 3.71877 10.0394 3.10985 9.78198L2.43172 13.8383L4.71673 12.4673C4.94704 12.3291 5.23477 12.3291 5.46509 12.4673L7.7501 13.8383L7.07197 9.78198Z' fill='black'/%3E%3C/svg%3E%0A");
  width: auto;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.button[class*=badge_download] {
  background: #ebfdf8 !important;
  padding: 0.625rem !important;
  border-radius: 0.25rem !important;
}
.woocommerce-MyAccount-content .myaccount-orders .order .order-actions a.woocommerce-button.button.button[class*=badge_download]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='20' height='20'%3E%3Cg transform='scale(.02)'%3E%3Ccircle cx='500' cy='500' r='500' style='opacity:1;vector-effect:none;fill:%23fae3d8;fill-opacity:1;stroke:none;stroke-width:.96326524;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers'/%3E%3Cpath d='M499.98 683.238c-10.266 0-20.53-3.533-28.302-10.64l-121.433-110.17c-15.46-14.006-19.616-39.273-9.476-57.517l11.304-20.364c7.315-13.132 13.465-36.903 13.465-51.947v-92.8c0-15.792 6.15-20.945 11.304-22.483 5.153-1.538 13.132-.623 21.818 12.55l49.371 74.889c7.398 11.22 25.642 21.028 39.065 21.028h25.766c13.424 0 31.668-9.85 39.065-21.028l49.413-74.889c8.686-13.173 16.665-14.088 21.818-12.55 5.153 1.538 11.304 6.69 11.304 22.483v92.8c0 15.044 6.15 38.815 13.465 51.947l11.304 20.364c10.14 18.244 5.984 43.511-9.476 57.517L528.28 672.598c-7.813 7.107-18.077 10.64-28.3 10.64zM383.573 339.8v92.841c0 18.161-6.898 44.842-15.75 60.717L356.52 513.72c-6.026 10.847-3.366 27.055 5.818 35.408L483.771 659.3c8.77 7.98 23.606 7.98 32.416 0L637.62 549.129c9.185-8.353 11.886-24.561 5.818-35.408l-11.303-20.363c-8.81-15.875-15.751-42.556-15.751-60.717V339.8l-49.413 74.888c-10.763 16.332-34.576 29.132-54.15 29.132h-25.766c-19.574 0-43.346-12.8-54.11-29.132l-49.37-74.888z' style='fill:%23000;stroke-width:.41558287'/%3E%3Ccircle cx='500' cy='500' r='415.079' style='opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:%23000;stroke-width:36;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers'/%3E%3Cpath d='M40.136 306.77h152.542v273.713H40.136zM798.746 306.77h152.542v273.713H798.746z' style='opacity:1;vector-effect:none;fill:%23fae3d8;fill-opacity:1;stroke:none;stroke-width:45.51676941;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers'/%3E%3C/g%3E%3C/svg%3E");
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
}

.site-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1279px) {
  .site-header {
    padding-bottom: 1.25rem;
  }
}
.site-header .custom-logo-link img {
  max-width: 13.125rem;
  min-width: 5rem;
}

.home.page:not(.page-template-template-homepage) .site-header {
  margin-bottom: 0;
}

.site-header-inner {
  display: flex;
  flex-direction: row;
  width: 100vw;
  max-width: 80rem;
  justify-content: center;
  align-items: center;
}

.site-branding {
  max-width: 6.25rem;
  padding: 1.25rem 0 0 1.25rem;
  z-index: 9999;
}

@media (min-width: 1280px) {
  .menu-toggle,
  .handheld-navigation {
    display: none !important;
  }
  .primary-navigation {
    display: block !important;
    width: 100%;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none;
  }
}
@media (max-width: 1279px) {
  .menu-toggle,
  .handheld-navigation {
    display: block !important;
  }
  .primary-navigation {
    display: none !important;
  }
  .main-navigation ul li,
  .secondary-navigation ul li {
    display: block !important;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    margin-left: 0 !important;
    transition: auto;
    min-height: auto;
  }
  .main-navigation ul ul {
    position: relative;
    float: none;
  }
}
.main-navigation {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-top: 1.25rem;
}
@media (max-width: 1279px) {
  .main-navigation {
    padding: 1.25rem 0 0 1.25rem;
    min-width: 0;
  }
}
.main-navigation .mobile-menu-wrapper {
  opacity: 0;
  transition: all, ease, 0.2s;
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  display: none;
  pointer-events: none;
  animation: fade-in 0.2s ease-in-out forwards;
}
.main-navigation .mobile-menu-wrapper .handheld-navigation .menu li a,
.main-navigation .mobile-menu-wrapper .handheld-navigation .menu li.current-menu-item a {
  color: #000000;
}
@media (max-width: 1279px) {
  .main-navigation.toggled .mobile-menu-wrapper {
    opacity: 1;
    pointer-events: auto;
    display: flex;
    pointer-events: auto;
    flex-direction: column;
    justify-content: space-between;
  }
}

li {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  #site-navigation {
    position: relative;
  }
}

.site-header-menu {
  align-self: flex-start;
  margin: 1.25rem 1.25rem 0 -0.625rem;
  padding: 0;
}

button.menu-toggle,
button.close-panel {
  border: none;
  margin: none;
  margin-left: 0;
  margin-right: 0;
  padding: none;
}

button.menu-toggle[aria-expanded=false],
button.menu-toggle[aria-expanded=true],
button.close-panel {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
  height: 2.75rem;
  width: 2.75rem;
}
button.menu-toggle[aria-expanded=false]::before,
button.menu-toggle[aria-expanded=true]::before,
button.close-panel::before {
  display: none;
}
button.menu-toggle[aria-expanded=false]::after,
button.menu-toggle[aria-expanded=true]::after,
button.close-panel::after {
  display: none;
}

button.menu-toggle[aria-expanded=false] {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-0.000610352 2C-0.000610352 1.30964 0.559034 0.75 1.24939 0.75H22.7494C23.4397 0.75 23.9994 1.30964 23.9994 2C23.9994 2.69036 23.4397 3.25 22.7494 3.25H1.24939C0.559034 3.25 -0.000610352 2.69036 -0.000610352 2ZM-0.000610352 12C-0.000610352 11.3096 0.559034 10.75 1.24939 10.75H22.7494C23.4397 10.75 23.9994 11.3096 23.9994 12C23.9994 12.6904 23.4397 13.25 22.7494 13.25H1.24939C0.559034 13.25 -0.000610352 12.6904 -0.000610352 12ZM-0.000610352 22C-0.000610352 21.3096 0.559034 20.75 1.24939 20.75H22.7494C23.4397 20.75 23.9994 21.3096 23.9994 22C23.9994 22.6904 23.4397 23.25 22.7494 23.25H1.24939C0.559034 23.25 -0.000610352 22.6904 -0.000610352 22Z" fill="black"/></svg>');
}

button.menu-toggle[aria-expanded=true],
button.close-panel {
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.514801 15.9675C0.0266418 16.4557 0.0266418 17.2471 0.514801 17.7353C1.00296 18.2234 1.7944 18.2234 2.28256 17.7353L9.12506 10.8928L16.0868 17.8545C16.5749 18.3426 17.3664 18.3426 17.8545 17.8545C18.3427 17.3663 18.3427 16.5748 17.8545 16.0867L10.8928 9.125L17.4854 2.53248C17.9735 2.04432 17.9735 1.25286 17.4854 0.764707C16.9972 0.276551 16.2057 0.276551 15.7176 0.764707L9.12506 7.35724L2.65173 0.883901C2.16357 0.395745 1.37213 0.395745 0.883972 0.883901C0.395813 1.37206 0.395813 2.16351 0.883972 2.65167L7.3573 9.125L0.514801 15.9675Z" fill="black"/></svg>');
  z-index: 9999;
  background-color: transparent;
}

.handheld-navigation .menu {
  margin: 8rem auto 2.5rem 0;
}
.handheld-navigation .menu .menu-item {
  font-size: 1.375rem;
  opacity: 0;
  animation: fade-in 0.2s ease-in-out forwards;
  animation-delay: 0.2s;
  line-height: 120%;
  margin-bottom: 1.75rem;
}
.handheld-navigation .menu .menu-item a {
  padding: 0;
}
.handheld-navigation .menu .menu-item.menu-item-has-children a:after {
  border-color: #000000;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.handheld-navigation-meta {
  margin: 0 auto 10rem 0;
  opacity: 0;
  animation: fade-in 0.2s ease-in-out forwards;
  animation-delay: 0.2s;
}
.handheld-navigation-meta .menu-item {
  font-size: 1rem;
}
.handheld-navigation-meta .menu-item a {
  color: #000000;
}

.site-header-account,
.site-header-cart {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1279px) {
  .site-header-account,
  .site-header-cart {
    align-self: flex-start;
    padding: 1.875rem 1.25rem 0 0;
  }
}

.woocommerce-active .site-header .site-header-cart {
  width: auto;
  float: none;
  margin: 0 1.25rem 0 1.25rem;
}
@media (max-width: 1279px) {
  .woocommerce-active .site-header .site-header-cart {
    margin: 0 0 0 0;
  }
}

.site-header-cart-icon {
  position: relative;
  width: 2.5rem;
}
.site-header-cart-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.site-header-cart-icon .site-header-cart-amount {
  position: absolute;
  right: 0;
  top: -0.375rem;
  background: #8db8b4;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  color: #ffffff;
  font-size: 0.6rem;
  display: none;
  font-weight: bold;
  line-height: 1rem;
  margin-right: 0.3125rem;
  text-align: center;
  width: 1rem;
}

.cart-has-items .site-header-cart-icon .site-header-cart-amount {
  display: inline-block;
}

.site-header-account-icon {
  position: relative;
  width: 2.5rem;
}
.site-header-account-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.main-navigation {
  margin-top: 0;
}
.main-navigation ul.menu {
  position: relative;
}
.main-navigation ul.menu ul.sub-menu {
  background-color: #ffffff;
  border-radius: 0.1875rem;
  box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1279px) {
  .main-navigation ul.menu ul.sub-menu {
    box-shadow: none;
    background-color: transparent;
  }
}
@media (max-width: 1279px) {
  .main-navigation ul.menu ul.sub-menu .menu-item a {
    font-size: 1rem;
  }
}

.menu-item-has-children a[aria-expanded=true]:after {
  content: " ";
  display: inline-block;
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  height: 0.375rem;
  width: 0.375rem;
  transform: rotate(45deg);
  border-radius: 0.125rem;
  position: absolute;
  right: 0;
  margin: 0.625rem 1rem 0.625rem 0;
}
.menu-item-has-children a[aria-expanded=true] + ul.sub-menu {
  visibility: visible;
  opacity: 1;
  max-height: 43.75rem;
  transition-delay: 0s;
}
.menu-item-has-children a[aria-expanded=false]:after {
  content: " ";
  display: inline-block;
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  height: 0.375rem;
  width: 0.375rem;
  transform: rotate(-45deg);
  border-radius: 0.125rem;
  position: absolute;
  right: 0;
  margin: 0.75rem 1rem 0 0;
}
.menu-item-has-children a[aria-expanded=false] + ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: visibility 0.33s ease-in-out, opacity 0.33s ease-in-out, max-height 0.33s ease-in-out, margin 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .menu-item-has-children a[aria-expanded=false] + ul.sub-menu {
    margin: 0 0 0 1.25rem;
  }
}
.menu-item-has-children ul.sub-menu {
  margin: 0 0 0 1.25rem;
}
.menu-item-has-children ul.sub-menu li.menu-item {
  margin: 0 0 0.625rem 0;
}
.menu-item-has-children ul.sub-menu li.menu-item.menu-item-has-children > a::after {
  content: " ";
  display: inline-block;
  border-bottom: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  height: 0.375rem !important;
  width: 0.375rem;
  transform: rotate(-45deg);
  border-radius: 0.125rem;
  position: absolute;
  right: 0;
  right: 1.125rem;
  top: 1.875rem;
}
@media (max-width: 1279px) {
  .menu-item-has-children ul.sub-menu li.menu-item .sub-menu {
    display: none;
  }
}

.handheld-navigation-meta ul li a {
  padding: 0.3125rem;
}

.primary-navigation li a,
.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: #000000;
}
@media only screen and (max-width: 1100px) and (min-width: 1024px) {
  .primary-navigation li a,
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    font-size: 0.875rem;
  }
}

.site-header ul.menu li.current-menu-item a {
  color: #000000;
}
.site-header ul.menu li.current-menu-item a::after {
  content: "";
  height: 0.125rem;
  background: #000000;
  display: block;
}
@media (max-width: 1279px) {
  .site-header ul.menu li.current-menu-item a::after {
    height: 0;
  }
}

.sub-menu li a::after {
  content: "";
  height: 0 !important;
  background: transparent !important;
  display: block;
}

.no-scroll {
  position: fixed;
}

.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
  width: 18.75rem;
}

.menu-highlight-item a {
  background: #ffffff;
  width: fit-content;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  font-weight: 500;
  color: #ffffff !important;
}

.storefront-primary-navigation,
.main-navigation {
  position: static !important;
}

.primary-navigation .menu-item.level-1 {
  position: static;
}
.primary-navigation .menu-item.level-1 > a {
  padding: 1rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper {
  position: absolute;
  width: 80rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0.3125rem 2.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1000;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  margin: 0.5rem auto 0 auto;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
  display: none;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-intro {
  padding: 1.875rem;
  background: #e5f3f2;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-intro .mega-menu-image {
  margin-bottom: 1.25rem;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-intro .mega-menu-image img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-intro .mega-menu-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  font-weight: 500;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-content {
  padding: 1.25rem;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-content .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  position: static !important;
  box-shadow: none;
  margin-left: 0 !important;
  width: auto;
  float: none;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-content .sub-menu .depth-o {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  width: 100%;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-content .sub-menu.depth-0 {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  width: 100%;
}
.primary-navigation .menu-item.level-1 .mega-menu-wrapper .mega-menu-content .sub-menu.depth-0 > li > .sub-menu.depth-1 {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  gap: 0;
}
.primary-navigation .menu-item.level-1.has-1-children ul.sub-menu.depth-0 .menu-item {
  margin-left: 0 !important;
}
.primary-navigation .menu-item.level-1.show-mega-menu .mega-menu-wrapper {
  opacity: 0;
  display: grid !important;
  grid-template-columns: 25% 75%;
  animation: showMenu 0.3s ease-in-out forwards;
}
@keyframes showMenu {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-0.625rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.primary-navigation .level-2.separator {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.25rem;
}
.primary-navigation .level-2.separator:hover {
  background: none;
}
.primary-navigation .level-3 {
  margin: 0.3125rem 0;
}
.primary-navigation .level-3 a {
  padding: 0.625rem !important;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: background-color 0.2s;
  border-radius: 0.1875rem;
}
.primary-navigation .level-3 a .title {
  font-weight: 600;
  color: #111;
  font-size: 1rem;
  line-height: 100%;
  margin-bottom: 0.375rem;
}
.primary-navigation .level-3 a .description {
  font-size: 0.8125rem;
  color: #6e768f;
  line-height: 120%;
}

.primary-navigation .mega-menu-wrapper .menu-item-has-children > a[aria-expanded=true]::after,
.primary-navigation .mega-menu-wrapper .menu-item-has-children > a[aria-expanded=false]::after {
  display: none;
}
.primary-navigation .mega-menu-wrapper .menu-item-has-children > a[aria-expanded=true] + ul.sub-menu,
.primary-navigation .mega-menu-wrapper .menu-item-has-children > a[aria-expanded=false] + ul.sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  margin: 0 !important;
}

.sub-menu--is-touch-device.mega-menu-wrapper {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 1279px) {
  .primary-navigation .mega-menu-wrapper {
    position: static;
    width: 100%;
    max-width: none;
    transform: none;
    left: 0;
    box-shadow: none;
    padding: 1.25rem;
  }
  .primary-navigation .mega-menu-wrapper .mega-menu-intro {
    display: none;
  }
  .primary-navigation .mega-menu-wrapper .mega-menu-content > .sub-menu.depth-0 {
    display: block;
  }
  .primary-navigation .mega-menu-wrapper .mega-menu-content > .sub-menu.depth-0 > li > .sub-menu.depth-1 {
    display: block;
  }
}
.separator-text {
  display: flex;
  padding: 0.625rem 0;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #008579;
  align-items: center;
  gap: 1rem;
}
.separator-text::before {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.handheld-navigation,
.mobile-menu-wrapper {
  width: 100%;
}
.handheld-navigation .menu .menu-item a,
.mobile-menu-wrapper .menu .menu-item a {
  padding: 0 1.25rem 0.625rem 1.25rem;
  width: 100%;
}
.handheld-navigation ul.menu .sub-menu,
.mobile-menu-wrapper ul.menu .sub-menu {
  visibility: visible;
  opacity: 1;
  max-height: none;
  transition: none;
  left: auto !important;
  top: 0 !important;
  padding: 0;
  margin: 0 !important;
}
.handheld-navigation .menu-item-depth-0,
.mobile-menu-wrapper .menu-item-depth-0 {
  min-height: 3.75rem;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f2f5ff;
  margin: 0 !important;
  padding: 0;
  display: flex !important;
  flex-direction: column;
}
.handheld-navigation .menu-item-depth-0 > a,
.mobile-menu-wrapper .menu-item-depth-0 > a {
  padding: 1.875rem 1.25rem !important;
  font-size: 1.125rem;
}
.handheld-navigation .menu-item-depth-0 .sub-menu,
.mobile-menu-wrapper .menu-item-depth-0 .sub-menu {
  display: none;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  transition: none !important;
  background: #f1fcfb;
  width: 100%;
}
.handheld-navigation .menu-item-depth-0 .sub-menu[style*="display: block"],
.mobile-menu-wrapper .menu-item-depth-0 .sub-menu[style*="display: block"] {
  display: block !important;
  background: #f1fcfb;
}
.handheld-navigation .menu-item-depth-0 .sub-menu[style*="display: block"] .separator,
.mobile-menu-wrapper .menu-item-depth-0 .sub-menu[style*="display: block"] .separator {
  display: block !important;
  visibility: visible !important;
}
.handheld-navigation .menu-item-depth-0 .sub-menu[style*="display: block"] .separator > .sub-menu,
.mobile-menu-wrapper .menu-item-depth-0 .sub-menu[style*="display: block"] .separator > .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  padding: 0;
  margin: 0;
}
.handheld-navigation .menu-item-depth-0 > a,
.mobile-menu-wrapper .menu-item-depth-0 > a {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  position: relative;
}
.handheld-navigation .menu-item-depth-0 > a[aria-expanded=true],
.mobile-menu-wrapper .menu-item-depth-0 > a[aria-expanded=true] {
  background: #f1fcfb;
}
.handheld-navigation .menu-item-depth-0.menu-item-has-children > a::after,
.mobile-menu-wrapper .menu-item-depth-0.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.625rem;
  height: 0.375rem;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.30078L3.9393 4.24008C4.5251 4.82588 5.4749 4.82588 6.0607 4.24008L9 1.30078' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  border: none;
  margin: 0 1.25rem 0 0;
}
.handheld-navigation .menu-item-depth-0.menu-item-has-children > a[aria-expanded=true]::after,
.mobile-menu-wrapper .menu-item-depth-0.menu-item-has-children > a[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.30078L6.0607 2.36148C5.4749 1.77568 4.5251 1.77568 3.9393 2.36148L1 5.30078' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
  margin: 0 1.25rem 0 0;
}
.handheld-navigation .separator,
.mobile-menu-wrapper .separator {
  position: relative;
  margin-bottom: 0 !important;
}
.handheld-navigation .separator:last-child,
.mobile-menu-wrapper .separator:last-child {
  border-bottom: none;
}
.handheld-navigation .separator .separator-text,
.mobile-menu-wrapper .separator .separator-text {
  padding: 0 0 1.25rem 0;
}
.handheld-navigation .separator .separator-text:before,
.mobile-menu-wrapper .separator .separator-text:before {
  margin: 0 0 0 1.25rem;
}
.handheld-navigation .level-3 a,
.mobile-menu-wrapper .level-3 a {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem 0.75rem 3rem;
  text-decoration: none;
  color: var(--text-color);
  transition: background-color 0.2s ease;
}
.handheld-navigation .level-3 a:hover,
.mobile-menu-wrapper .level-3 a:hover {
  background-color: var(--hover-color, #f5f5f5);
}
.handheld-navigation .level-3 .title,
.mobile-menu-wrapper .level-3 .title {
  font-weight: 500;
}
.handheld-navigation .level-3 .description,
.mobile-menu-wrapper .level-3 .description {
  font-size: 0.875rem;
  color: var(--text-light, #666);
  line-height: 1.4;
}
@media (max-width: 1279px) {
  .handheld-navigation .level-3 .description,
  .mobile-menu-wrapper .level-3 .description {
    display: none;
  }
}
.handheld-navigation .sub-menu,
.mobile-menu-wrapper .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--submenu-bg, #fff);
  transition: all 0.3s ease-in-out;
}

:root {
  --primary-color: #008579;
  --primary-color-light: rgba(0, 133, 121, 0.1);
  --text-color: #333;
  --text-light: #666;
  --border-color: #eee;
  --hover-color: #f5f5f5;
  --submenu-bg: #fff;
}

#menu-toggle-btn[aria-expanded=true] {
  color: var(--primary-color);
}

body[style*="position: fixed"] {
  width: 100% !important;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}

@supports (-webkit-touch-callout: none) {
  .handheld-navigation .sub-menu {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .handheld-navigation .menu-item-depth-0 > .sub-menu,
  .handheld-navigation .separator > .sub-menu {
    transition: none !important;
    will-change: auto;
  }
}
.handheld-navigation-meta .menu-icon,
.menu-secondary .menu-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: center center no-repeat;
  background-size: 60%;
  border-radius: 0.75rem;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.handheld-navigation-meta .menu-item-text,
.menu-secondary .menu-item-text {
  color: #008579;
  font-weight: 500;
}

.hentry .entry-content .wp-block-cover {
  min-height: 100% !important;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p {
  padding: 0;
}
@media (max-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container {
    padding: 2.5rem 0;
  }
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p {
    padding: 0;
  }
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container .wp-block-button {
    margin-left: 0;
    margin-right: 0.625rem;
  }
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container .wp-block-button__link {
    margin-left: 0;
    margin-right: 0;
  }
}
.hentry .entry-content .wp-block-cover.alignfull {
  min-height: 70vh;
}
.hentry .entry-content .wp-block-cover.alignfull.shop-cover {
  min-height: 22.5rem !important;
}
.hentry .entry-content .wp-block-cover.alignfull.shop-cover .wp-block-column {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hentry .entry-content .wp-block-cover {
    min-height: 50vh;
  }
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2 {
  padding: 0;
}

.wp-block-column .wp-block-cover {
  border-radius: 0.1875rem;
  position: relative;
}

h2 + h3,
.beta + h3 {
  border-top: none;
  padding-top: 0.5407911001em;
}

.hentry .entry-content a {
  text-decoration: none;
}

.no-underline a,
a.no-underline {
  text-decoration: none !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

@media (max-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1 {
    font-size: 2.369em;
  }
}

@media (max-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3 {
    font-size: 1.333em;
  }
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget a.button,
.wp-block-button,
.editor-styles-wrapper .wp-block-button,
.wp-block-button__link {
  font-weight: 500 !important;
  border-radius: 0.25rem !important;
}

a {
  color: #000000;
}

button,
.button {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

.wp-block-columns {
  max-width: 62.5rem;
  margin: auto;
}
@media (max-width: 768px) {
  .wp-block-columns p,
  .wp-block-columns h1,
  .wp-block-columns h2,
  .wp-block-columns h3,
  .wp-block-columns h4 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .wp-block-columns {
    padding: 0 1.25rem;
  }
}

.wp-block-group.has-background {
  padding: 0;
}

.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background p,
.has-background figure,
.has-background .wp-block-button:not(.wp-block-cover__inner-container .wp-block-button) {
  padding: 0 1.25rem;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

@media (max-width: 768px) {
  .wp-block-spacer {
    height: 1.875rem !important;
  }
}

.wp-block-buttons {
  max-width: 67.5rem;
  margin: auto;
}

button,
.hentry .wp-block-button,
.editor-styles-wrapper .wp-block-button,
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-weight: 500;
}
@media (max-width: 768px) {
  button,
  .hentry .wp-block-button,
  .editor-styles-wrapper .wp-block-button,
  .hentry .entry-content .wp-block-button .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button .wp-block-button__link {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 3.75rem;
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 1.25rem;
  }
}

.hentry .entry-content .wp-block-audio.aligncenter,
.editor-styles-wrapper .wp-block-audio.aligncenter {
  max-width: 100%;
}
.hentry .entry-content .wp-block-audio.aligncenter audio,
.editor-styles-wrapper .wp-block-audio.aligncenter audio {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 26.25rem;
}

.wp-block-columns.has-background {
  padding: 0;
}
@media (max-width: 768px) {
  .wp-block-columns.has-background {
    padding: 0 1.25rem;
  }
}

.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
  margin-right: 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
  margin-bottom: 0;
  align-self: stretch;
}
@media (max-width: 768px) {
  .hentry .entry-content .wp-block-columns .wp-block-column,
  .editor-styles-wrapper .wp-block-columns .wp-block-column {
    margin-bottom: 1.25rem;
  }
}

/* Themisle Plugin Blocks */
.wp-block-themeisle-blocks-accordion {
  margin: 1.25rem auto;
  max-width: 67.5rem;
}

/* Fix Gutenberg Update Bugs until they do, should remove this later */
.hentry .entry-content .wp-block-button,
.editor-styles-wrapper .wp-block-button {
  margin-bottom: 1.25rem !important;
}

.yogafox-pricing-block {
  padding: 0.3125rem 0.625rem !important;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0px 0.125rem 5rem 1px rgba(0, 0, 0, 0.1);
  margin: 1.25rem 0.625rem;
}
@media (max-width: 768px) {
  .yogafox-pricing-block {
    margin: 1.25rem 0;
  }
}
.yogafox-pricing-block .wp-block-button__link {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.yogafox-pricing-block p {
  margin-bottom: 0;
}
.yogafox-pricing-block h4 {
  margin: 1rem auto !important;
}
.yogafox-pricing-block ul.is-style-checked li {
  margin-bottom: 1rem;
  padding-left: 0.9375rem;
  font-size: 0.9rem;
}
.yogafox-pricing-block ul.is-style-checked li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4423 0.922663C22.6997 0.179109 21.4939 0.179578 20.7504 0.922663L8.63485 13.0387L3.25002 7.65388C2.50647 6.91032 1.30119 6.91032 0.557634 7.65388C-0.185919 8.39743 -0.185919 9.60272 0.557634 10.3463L7.28838 17.077C7.65992 17.4486 8.1471 17.6348 8.63434 17.6348C9.12157 17.6348 9.60922 17.449 9.98077 17.077L23.4423 3.61501C24.1858 2.87197 24.1858 1.66617 23.4423 0.922663Z' fill='black'/%3E%3C/svg%3E");
  mask-image: none;
  -webkit-mask-image: none;
  background-size: contain;
  display: inline-block;
  height: 1.25rem;
  left: -1.25rem;
  position: absolute;
  top: 1em;
  margin-top: -0.75rem;
  transform: scale(0.7);
  width: 1.5rem;
  background-repeat: no-repeat;
  background-color: #fff;
}

/*  Password form for content */
form.post-password-form {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -6.853725032em;
}

/* Neat stacking for alignwide sections */
.alignwide {
  margin-top: 0 !important;
}

/* Low cover height */
.hentry .entry-content .wp-block-cover.alignfull.low-cover {
  min-height: 65vh;
}

/* Flat stacks */
@media (max-width: 768px) {
  .flat-stacked {
    margin-bottom: 2rem;
  }
  .flat-stacked > *,
  .flat-stacked figure,
  .flat-stacked p {
    margin-bottom: 0 !important;
  }
}
.wp-block-columns table,
.wp-block-columns th,
.wp-block-columns tr,
.wp-block-columns td,
.wp-block-group table,
.wp-block-group th,
.wp-block-group tr,
.wp-block-group td {
  color: #333;
  font-size: 1.25rem;
}
.wp-block-columns table,
.wp-block-group table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-columns td,
.wp-block-columns th,
.wp-block-group td,
.wp-block-group th {
  border: 1px solid #ddd;
}
.wp-block-columns tr:nth-child(even),
.wp-block-group tr:nth-child(even) {
  background-color: #f8f8f8;
}
.wp-block-columns tr:hover,
.wp-block-group tr:hover {
  background-color: #f2f2f2;
}
.wp-block-columns th,
.wp-block-group th {
  text-align: left;
  background-color: #fff;
}

.site-footer {
  background-color: #fff;
  position: relative;
  max-width: 78.75rem;
  margin: auto;
}
.site-footer .footer-widgets {
  padding-top: 0;
  border-bottom: none;
}
.site-footer .footer-popular-products-wrapper {
  margin: 0 auto 2.5rem auto;
}
.site-footer .footer-newsletter-wrapper {
  background: #c4770f;
  color: #fff;
  border-radius: 1.25rem;
  transform: translateY(50%);
  max-width: 50rem;
  margin: -6.25rem auto 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .site-footer .footer-newsletter-wrapper {
    padding: 1.25rem;
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
  }
}
.site-footer .footer-newsletter-wrapper p,
.site-footer .footer-newsletter-wrapper a,
.site-footer .footer-newsletter-wrapper h2,
.site-footer .footer-newsletter-wrapper h3,
.site-footer .footer-newsletter-wrapper h4 {
  color: #fff;
}
.site-footer .footer-newsletter-wrapper h2,
.site-footer .footer-newsletter-wrapper h3,
.site-footer .footer-newsletter-wrapper h4 {
  margin: 2.5rem auto 1.25rem auto;
}
.site-footer .footer-newsletter-wrapper button,
.site-footer .footer-newsletter-wrapper input[type=button],
.site-footer .footer-newsletter-wrapper input[type=reset],
.site-footer .footer-newsletter-wrapper input[type=submit],
.site-footer .footer-newsletter-wrapper .button,
.site-footer .footer-newsletter-wrapper .widget a.button {
  background-color: #fff;
  border-color: transparent;
  color: #000;
}
.site-footer .footer-trust-wrapper {
  background: #fff7ee;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 10rem 0 3.75rem 0;
}
@media (max-width: 768px) {
  .site-footer .footer-trust-wrapper {
    padding: 12.5rem 0 3.75rem 0;
  }
}
.site-footer .footer-trust-wrapper .footer-trust-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.site-footer .footer-trust-wrapper .footer-trust-item .wp-block-image {
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-trust-wrapper .footer-trust-item p {
  font-size: 1rem;
}
.site-footer .footer-contact-wrapper {
  background: #74ffbe;
  border-radius: 0 0 1.25rem 1.25rem;
  margin: 0 auto 2.5rem auto;
  padding: 1.25rem;
}
.site-footer .footer-contact-wrapper .footer-contact-headline {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer .footer-contact-wrapper .footer-contact-headline {
    justify-content: center;
  }
}
.site-footer .footer-contact-wrapper .footer-contact-headline h2,
.site-footer .footer-contact-wrapper .footer-contact-headline h3,
.site-footer .footer-contact-wrapper .footer-contact-headline h4,
.site-footer .footer-contact-wrapper .footer-contact-headline p {
  text-align: right;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-contact-wrapper .footer-contact-headline h2,
  .site-footer .footer-contact-wrapper .footer-contact-headline h3,
  .site-footer .footer-contact-wrapper .footer-contact-headline h4,
  .site-footer .footer-contact-wrapper .footer-contact-headline p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-contact-wrapper .footer-contact-options {
    flex-wrap: nowrap !important;
    justify-content: space-evenly;
    padding: 0;
    gap: 0;
  }
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option {
  flex-basis: 0;
  flex-grow: 0;
  display: flex;
  flex-basis: auto;
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols {
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
    gap: 0 1rem;
  }
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols .footer-contact-option-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols .footer-contact-option-col p {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols .footer-contact-option-col p {
    text-align: center;
    display: none;
  }
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols .footer-contact-option-col p a {
  text-decoration: none;
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols .footer-contact-option-img {
  max-width: 2.75rem;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-contact-wrapper .footer-contact-options .footer-contact-option .footer-contact-option-cols .footer-contact-option-img .wp-block-image {
  margin: 0;
}
.site-footer .footer-branding-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 6.25rem auto 6.25rem auto;
}
.site-footer .footer-branding-wrapper p {
  font-size: 1rem;
}
.site-footer .footer-legal-left-wrapper {
  bottom: 3.75rem;
  left: 1.25rem;
  position: absolute;
}
@media (max-width: 768px) {
  .site-footer .footer-legal-left-wrapper {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-legal-left-wrapper .footer-legal-left {
    text-align: center;
  }
}
.site-footer .footer-legal-right-wrapper {
  position: absolute;
  right: 1.25rem;
  bottom: 3.75rem;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .site-footer .footer-legal-right-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.site-footer .footer-legal-left-wrapper,
.site-footer .footer-legal-right-wrapper {
  color: #767676;
  font-size: 1rem;
}
.site-footer .footer-legal-left-wrapper p,
.site-footer .footer-legal-right-wrapper p {
  color: #767676;
  font-size: 1rem;
}
.site-footer .footer-legal-left-wrapper a,
.site-footer .footer-legal-right-wrapper a {
  color: #767676 !important;
  font-size: 1rem;
  text-decoration: none;
}

#ysf-support-button {
  box-shadow: 0 0.625rem 0.9375rem 0.1875rem rgba(0, 0, 0, 0.15);
  background: #74ffbe;
  background-size: 180% 180%;
  animation: gradient-animation 30s ease infinite;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  z-index: 100;
  margin: 0;
}
@media (max-width: 768px) {
  #ysf-support-button {
    border-radius: 1.875rem !important;
    width: 3.75rem;
  }
}
#ysf-support-button .ysf-support-button-icon {
  width: 1.5rem;
  height: 1.5rem;
}
#ysf-support-button .ysf-support-button-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
#ysf-support-button .ysf-support-button-label {
  display: inline-block;
  color: #000;
}
@media (max-width: 768px) {
  #ysf-support-button .ysf-support-button-label {
    display: none;
  }
}

#ysf-support-panel {
  display: none; /* Hidden by default */
  position: fixed; /* Positioned relative to the viewport */
  bottom: 6.25rem;
  right: 1.25rem; /* Positioned at the bottom right corner */
  background: white; /* White background color */
  width: 20.9375rem; /* Width of the panel */
  height: 33.125rem; /* Height of the panel */
  border-radius: 0.625rem; /* Rounded corner on the top left */
  opacity: 0; /* Start with the panel fully transparent */
  transform: scale(0); /* Start with the panel scaled down to 0 */
  transform-origin: bottom right; /* Scaling origin at the bottom right corner */
  transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); /* Animation for transform and opacity */
  box-shadow: 0 0.625rem 0.9375rem 0.1875rem rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-width: 25rem;
}
@media (max-width: 768px) {
  #ysf-support-panel {
    width: calc(100vw - 2.5rem);
  }
}
#ysf-support-panel h3,
#ysf-support-panel p {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#ysf-support-panel h3 {
  font-size: 1.5rem;
}
#ysf-support-panel p {
  font-size: 1rem;
  line-height: 120%;
  margin-top: 1rem;
}
#ysf-support-panel .close-panel {
  position: absolute;
  right: 0;
  margin: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-size: 1rem;
  padding: 0 0;
}
#ysf-support-panel .ysf-support-panel-title {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}
#ysf-support-panel .ysf-support-panel-channels {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1.25rem;
}
#ysf-support-panel .ysf-support-panel-channels .ysf-support-panel-channel {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 33.333%;
}
#ysf-support-panel .ysf-support-panel-channels .ysf-support-panel-channel .ysf-support-panel-channel-icon {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ysf-support-panel .ysf-support-panel-channels .ysf-support-panel-channel .ysf-support-panel-channel-icon-whatsapp svg {
  width: 3.75rem;
  height: 3.75rem;
}
#ysf-support-panel .ysf-support-panel-channels .ysf-support-panel-channel p {
  color: #777777;
  font-size: 0.875rem;
}
#ysf-support-panel .ysf-support-panel-hint {
  padding: 1.25rem;
  color: #777;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
#ysf-support-panel .ysf-support-panel-trust {
  background: #74ffbe;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  padding: 1.25rem;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0.625rem 0.625rem;
  gap: 1.25rem;
}
#ysf-support-panel .ysf-support-panel-trust .ysf-support-panel-trust-badge img {
  max-width: 6.6875rem;
}
#ysf-support-panel .ysf-support-panel-trust .ysf-support-panel-trust-copy {
  line-height: 1.2;
}

#ysf-support-panel.visible {
  display: block; /* Show the panel */
  opacity: 1; /* Fade in the panel */
  transform: scale(1); /* Scale up the panel */
}

.form-row-first,
.form-row-last {
  width: auto;
  float: none;
  margin-right: auto;
  clear: both;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: none;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  border-radius: 0.25rem;
  outline: none;
  max-width: 100%;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  background: #ebfdf8;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}

[type=radio]:checked + label,
[type=radio]:checked + span,
[type=radio]:not(:checked) + label,
[type=radio]:not(:checked) + span {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  line-height: 1.25rem;
  display: inline-block;
  color: #000000;
}

[type=radio]:checked + label:before,
[type=radio]:checked + span:before,
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:checked + span:after,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + span:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #8db8b4;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after,
[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-info {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 0.75rem;
  max-width: 67.5rem;
  margin: 1.875rem auto 0 auto;
}
.grecaptcha-info a {
  color: #000000;
  text-decoration: underline !important;
}

div.wpcf7-response-output {
  margin: 3.75rem auto !important;
  padding: 1.25rem !important;
  max-width: 67.5rem !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1) !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #fbb68f !important;
  color: #000000 !important;
  border: none !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: #8cda93 !important;
  color: #000000 !important;
  border: none !important;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* Password protect form */
.yogafox-password-form {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -10vh auto 0 auto;
}

.password-form-box {
  width: 95vw;
  max-width: 31.25rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .password-form-box {
    padding: 1.25rem;
    box-shadow: none;
  }
}
.password-form-box .password-form-box-icon {
  height: 3.75rem;
  width: 3.75rem;
}
.password-form-box p {
  font-size: 1rem;
}
.password-form-box h3 {
  margin: 2rem auto 1rem auto;
}
.password-form-box a {
  text-decoration: underline;
}
.password-form-box form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.password-form-box form input[type=text] {
  width: 100%;
  border-radius: 0.375rem 0 0 0.375rem;
}
.password-form-box form input[type=submit] {
  width: 100%;
  border-radius: 0 0.375rem 0.375rem 0 !important;
}
.password-form-box svg {
  width: 3.75rem;
}

.contact-form-box {
  padding: 0 1.5rem;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .contact-form-box {
    padding: 1.25rem 0.625rem;
  }
}
.contact-form-box .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: black;
  width: 100%;
}
.contact-form-box label {
  font-size: 1rem;
}
.contact-form-box .frc-captcha {
  margin: 1.5rem;
  border: none;
  background-color: transparent;
}

.frc-captcha {
  position: relative;
  border: 1px solid #f4f4f4;
  padding-bottom: 0.75rem;
  background-color: #fff;
  margin: auto;
  max-width: 62.5rem !important;
  display: block;
  width: auto;
}

.hero-intro {
  padding-left: 0;
  padding-right: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 3.75rem;
  width: auto;
  max-width: 1000%;
  clear: both;
  padding: 12.5rem 0 3.125rem 0;
  background-size: cover;
  background-position: center center;
  background-color: #8db8b4;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.6);
  height: 70vh;
}
@media (max-width: 768px) {
  .hero-intro {
    height: 50vh;
    padding: 6.25rem 0 3.125rem 0;
  }
}
.hero-intro .hero-intro-content {
  padding: 1.25rem;
  max-width: 67.5rem;
  margin: auto;
}
@media (max-width: 768px) {
  .hero-intro .hero-intro-content h1,
  .hero-intro .hero-intro-content h4 {
    padding-left: 0;
  }
}
.hero-intro .hero-intro-content .hero-preview-host {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0.625rem 0 0 0;
}
.hero-intro .hero-intro-content .hero-preview-host h4 {
  color: #ffffff;
  margin: 0;
  font-size: 1.3rem;
}
.hero-intro .hero-intro-content .hero-preview-host .hero-preview-host-img {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 1.25rem 0 0;
}
.hero-intro .hero-intro-content .hero-preview-host .hero-preview-host-img img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.hero-intro .hero-intro-content h1,
.hero-intro .hero-intro-content h2,
.hero-intro .hero-intro-content a {
  color: #ffffff;
  max-width: 100%;
}
.hero-intro .hero-intro-organizer {
  display: flex;
  align-items: center;
}
.hero-intro .hero-intro-organizer h2 {
  margin: 0;
  font-size: 1.333em;
}
.hero-intro .hero-intro-organizer .hero-intro-organizer-img {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 1.25rem 0 0;
}
.hero-intro .hero-intro-organizer .hero-intro-organizer-img img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}

/* On Demnd Intro */
.ondemand-intro {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: 80rem;
  clear: both;
  padding: 3.125rem;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  background-color: #8db8b4;
  position: relative;
  min-height: 60vh;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .ondemand-intro {
    min-height: 50vh;
    padding: 1.25rem;
  }
}
.ondemand-intro .ondemand-intro-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 60vh;
  max-width: 80rem;
  align-items: center;
}
.ondemand-intro .ondemand-intro-content:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 3.75rem;
  height: 3.75rem;
  width: 3.75rem;
  margin-bottom: 1.875rem;
  transition: transform 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M12,0 C18.6245014,0.00708148309 23.9929687,5.37554879 24,12 C24,18.6274144 18.6274144,24 12,24 C5.37258562,24 0,18.6274144 0,12 C0,5.37258562 5.37258562,0 12,0 Z M9.42809662,7.71428571 C8.95474961,7.71453674 8.57124112,8.09820701 8.57142857,8.57132003 L8.57142857,8.57132003 L8.57142857,15.4242312 C8.57068873,15.5586965 8.60167272,15.6915054 8.66183288,15.8118165 C8.87344802,16.2350383 9.38817397,16.4066459 9.81160511,16.1951856 L9.81160511,16.1951856 L16.6679054,12.7687049 C16.8345762,12.6814204 16.9696102,12.546403 17.0526694,12.3798648 C17.2638325,11.9564422 17.0915374,11.4421213 16.6679054,11.2311127 L16.6679054,11.2311127 L9.81160511,7.80463199 C9.69254021,7.74515407 9.56122232,7.71428571 9.42809662,7.71428571 Z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .ondemand-intro .ondemand-intro-content:before {
    background-size: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-host {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 0 1.875rem 0;
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-host h4 {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 1.333em;
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-host .ondemand-intro-host-img {
  width: 3.125rem;
  height: 3.125rem;
  margin: 1.25rem;
}
@media (max-width: 768px) {
  .ondemand-intro .ondemand-intro-content .ondemand-intro-host .ondemand-intro-host-img {
    margin: 0.625rem;
  }
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-host .ondemand-intro-host-img img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.ondemand-intro .ondemand-intro-content h1,
.ondemand-intro .ondemand-intro-content h3,
.ondemand-intro .ondemand-intro-content h4,
.ondemand-intro .ondemand-intro-content a,
.ondemand-intro .ondemand-intro-content p,
.ondemand-intro .ondemand-intro-content .ondemand-product-price,
.ondemand-intro .ondemand-intro-content .ondemand-intro-cta {
  color: #ffffff;
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-cta {
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-cta {
  text-align: center;
}
.ondemand-intro .ondemand-intro-content .ondemand-intro-cta a.button {
  font-weight: 400;
  display: block;
}
@media (max-width: 768px) {
  .ondemand-intro .ondemand-intro-content .ondemand-intro-cta a.button {
    margin-bottom: 0.625rem;
  }
}
.ondemand-intro .ondemand-intro-content a {
  text-decoration: underline;
}
.ondemand-intro .ondemand-intro-content h3 {
  margin: 0;
  font-size: 1.333em;
}
.ondemand-intro .ondemand-intro-content h4 {
  margin: 0;
}
.ondemand-intro .ondemand-intro-content p {
  font-weight: 300;
}
.ondemand-intro .ondemand-intro-content h1,
.ondemand-intro .ondemand-intro-content h4 {
  margin: 0;
  padding: 0;
}
.ondemand-intro .ondemand-intro-content h1 {
  text-align: center;
  font-size: 3.157em;
}
@media (max-width: 768px) {
  .ondemand-intro .ondemand-intro-content h1 {
    font-size: 1.777em;
  }
}
.ondemand-intro .ondemand-intro-content a.button {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.ondemand-intro .ondemand-intro-content .woocommerce-price-suffix {
  font-size: 1em;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.wp-block-group.alignwide .responsive-iframe {
  max-width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}

.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

@media (max-width: 768px) {
  .wp-block-embed.wp-block-embed-vimeo:not(.single-video) .wp-block-embed__wrapper {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .wp-block-embed.wp-block-embed-vimeo:not(.single-video) .wp-block-embed__wrapper {
    padding-bottom: 100%;
  }
}
.brevo-nl-signup-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
}
.brevo-nl-signup-wrapper .sib-email-area {
  width: 100%;
}
.brevo-nl-signup-wrapper .brevo-nl-signup-field {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0.625rem 1.25rem !important;
  font-family: "futura-pt", Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  line-height: 120%;
  height: 3.75rem;
}
.brevo-nl-signup-wrapper .brevo-nl-signup-cta {
  background-color: #4e1000 !important;
  z-index: 10;
  position: relative;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  padding: 0.5rem 1.5rem;
  color: #fff !important;
  font-weight: 500;
  height: 3.75rem;
}

.brevo-nl-signup-privacylink {
  font-family: "futura-pt", Arial, Helvetica, sans-serif !important;
  font-size: 0.875rem;
  line-height: 120%;
  margin: 1.25rem auto;
  padding: 0 1.25rem;
  text-align: center;
  color: inherit;
}
.brevo-nl-signup-privacylink a {
  text-decoration: underline !important;
  color: inherit !important;
}

.sib-alert-message {
  font-family: "futura-pt", Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  line-height: 120%;
}

/* Popup */
.ysf-popup h2 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.ysf-popup .sib-form {
  font-size: 1rem;
  font-family: "futura-pt" !important;
  padding: 0 0 !important;
}
.ysf-popup .sib-form-block p,
.ysf-popup .sib-form-block ol,
.ysf-popup .sib-form-block ul {
  font-size: inherit;
}
.ysf-popup #sib-container {
  padding: 0 0 !important;
}
.ysf-popup #sib-container a {
  color: #000 !important;
  text-decoration: underline;
}
.ysf-popup #sib-container .sib-form-block {
  padding: 0 0 !important;
}
.ysf-popup #sib-container .form__label-row {
  padding: 0 0;
}
.ysf-popup #sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "futura-pt";
  color: #c0ccda;
}
.ysf-popup #sib-container .entry__field {
  background: #fff;
  border: none;
  border-radius: 0.5rem;
}
.ysf-popup #sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "futura-pt";
  color: #c0ccda;
}
.ysf-popup #sib-container input::placeholder {
  text-align: left;
  font-family: "futura-pt";
  color: #c0ccda;
}
.ysf-popup #sib-container textarea:-ms-input-placeholder {
  text-align: left;
  font-family: "futura-pt";
  color: #c0ccda;
}
.ysf-popup #sib-container textarea::placeholder {
  text-align: left;
  font-family: "futura-pt";
  color: #c0ccda;
}
.ysf-popup button {
  width: 100%;
}
.ysf-popup div#error-message {
  margin: 1rem 0 0;
}

.mapbox {
  max-width: 80rem;
  margin: auto;
}
.mapbox iframe {
  width: 100%;
  border: none;
  min-height: 31.25rem;
}

.membership-content .access-restricted {
  max-width: 67.5rem;
  padding: 3.75rem 1.25rem;
  color: #000000;
  font-size: 1.3rem;
  line-height: 2.1;
}

/*

.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-error {
	animation: fadeOut 8s linear forwards;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  z-index: 99999;
  margin: 0 auto;
  padding: 12px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgb(0 0 0 / 10%) 1px 1px 20px 2px;
  list-style: none;
}

@keyframes fadeOut {
	0% 	{ opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; }
	99% { opacity: 0; }
	100% { opacity: 0; }
}

*/
.woocommerce-info {
  background: #8db8b4;
  max-width: 67.5rem;
  color: #000000;
}
.woocommerce-info a {
  color: #000000;
  text-decoration: underline !important;
}

#content.site-content .woocommerce-message,
#content.site-content .woocommerce-info,
#content.site-content .woocommerce-noreviews,
#content.site-content .woocommerce-notice,
#content.site-content .woocommerce-error {
  padding: 0.625rem;
  border-radius: 0.25rem;
  max-width: 100%;
  margin: 1.25rem auto;
}
#content.site-content .woocommerce-message,
#content.site-content .woocommerce-noreviews,
#content.site-content .woocommerce-notice,
#content.site-content p.no-comments {
  background-color: #f6ffed;
  color: #286200;
  font-size: 1rem;
  width: 100%;
}
#content.site-content .woocommerce-message a,
#content.site-content .woocommerce-noreviews a,
#content.site-content .woocommerce-notice a,
#content.site-content p.no-comments a {
  color: #286200;
  text-decoration: underline !important;
  font-size: 1rem;
}
#content.site-content .woocommerce-message .restore-item {
  font-weight: bold;
}
#content.site-content .woocommerce-error li {
  font-size: 1rem;
  margin-bottom: 0;
}
#content.site-content .woocommerce-error {
  background-color: #fbe3d3;
  list-style: none;
  animation: fadeOut 8s linear forwards;
  border-radius: 0.5rem;
  position: relative;
  margin: 0 auto 1.4rem auto;
  max-width: 100%;
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1.25rem 0.125rem;
  list-style: none;
  color: #000;
}
#content.site-content .woocommerce-error li {
  margin: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #content.site-content .woocommerce-error li {
    flex-direction: column;
  }
}
#content.site-content .woocommerce-error li a {
  font-weight: 500;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #000;
  background: none;
  text-decoration: underline;
}
#content.site-content .woocommerce-notice {
  background-color: #8db8b4;
  color: white;
}

#yoga-chat-button {
  background-color: #ffe3d0;
  color: black;
  z-index: 1000000;
  font-size: 1em;
  line-height: 1.618;
  border: 0.125rem solid #000;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  position: fixed;
  right: 2.1875rem;
  bottom: 2.1875rem;
  margin: 0;
  box-shadow: 0px 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
}
#yoga-chat-button:hover {
  background: black;
  color: #ffe3d0;
}
@media screen and (max-width: 1023px) {
  #yoga-chat-button {
    right: 1.25rem;
    bottom: 1.25rem;
    margin: 0;
  }
}

.type-post.hentry {
  margin: 3.75rem 0;
}

.post-navigation,
.cat-links {
  display: none;
}

.hentry .entry-header {
  border-bottom: none;
}

.post-grid {
  display: grid;
  grid-gap: 0.625rem;
  max-width: 67.5rem;
  margin: auto;
}
.post-grid.grid-1 {
  grid-template-rows: 31.25rem;
  grid-template-columns: 1fr;
}
.post-grid.grid-1 .post-preview {
  min-height: 31.25rem;
}
.post-grid.grid-2 {
  grid-template-rows: 31.25rem;
  grid-template-columns: 5fr 5fr;
}
.post-grid.grid-2 .post-preview {
  min-height: 31.25rem;
}
.post-grid.grid-3 {
  grid-template-rows: 31.25rem;
  grid-template-columns: 3.3fr 3.3fr 3.3fr;
}
.post-grid.grid-3 .post-preview {
  min-height: 31.25rem;
}
.post-grid.grid-4 {
  grid-template-rows: 18.75rem;
  grid-template-columns: 2.5fr 2.5fr 2.5fr 2.5fr;
}
.post-grid.grid-4 .post-preview {
  min-height: 18.75rem;
}
.post-grid.grid-5 {
  grid-template-rows: 12.5rem;
  grid-template-columns: 2fr 2fr 2fr 2fr;
}
.post-grid.grid-5 .post-preview {
  min-height: 12.5rem;
}
@media (max-width: 768px) {
  .post-grid.grid-1, .post-grid.grid-2, .post-grid.grid-3, .post-grid.grid-4, .post-grid.grid-5 {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh;
  }
  .post-grid.grid-1 .post-preview, .post-grid.grid-2 .post-preview, .post-grid.grid-3 .post-preview, .post-grid.grid-4 .post-preview, .post-grid.grid-5 .post-preview {
    min-height: 40vh;
  }
}
@media (max-width: 1000px) {
  .post-grid {
    padding: 1.25rem;
  }
}

.post-preview {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: 80rem;
  clear: both;
  padding: 3.125rem;
  background-size: cover;
  background-position: center center;
  background-color: #8db8b4;
  position: relative;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  margin: auto;
  transition: transform 0.2s;
  position: relative;
  border-radius: 0.1875rem;
}
@media (max-width: 768px) {
  .post-preview {
    min-height: 50vh;
  }
}
.post-preview:hover {
  transform: translateY(-0.3125rem);
  transform: scale(1.004);
}
.post-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0.3125rem;
  box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in-out;
}
.post-preview:hover::after {
  opacity: 1;
}
.post-preview .post-preview-content {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
}
.post-preview .post-preview-content h3,
.post-preview .post-preview-content h4,
.post-preview .post-preview-content a,
.post-preview .post-preview-content p {
  color: #ffffff;
}
.post-preview .post-preview-content h3 {
  margin: 0;
  font-size: 1.333em;
}
.post-preview .post-preview-content h4 {
  margin: 0;
}
.post-preview .post-preview-content p {
  font-weight: 300;
}

.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) {
  margin: 1.5rem auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 67.5rem;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) {
    margin-top: 0;
  }
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .entry-summary .product_title.entry-title {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0 0 0.625rem 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .entry-summary .price {
  font-weight: bold;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .entry-summary .single_add_to_cart_button {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: #13e7ac !important;
  color: #17181b !important;
  width: 100%;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .entry-summary .single_add_to_cart_button:hover {
  background-color: #00856e;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .ysf-product-dates-wrapper .ysf-product-dates-link-container {
  margin: 0 auto 1.5rem auto;
  background: #ebfdf8;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .ysf-product-dates-wrapper .ysf-product-dates-link-container .ysf-product-dates-link {
  background: transparent;
  color: #008447;
  padding: 0.5rem 0;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline !important;
  cursor: pointer;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .ysf-product-dates-wrapper .ysf-product-dates-link-container .ysf-product-dates-link:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjY3OTcgMTMuMzMzM0g0LjY2Nzk3QzMuNTYzNCAxMy4zMzMzIDIuNjY3OTcgMTIuNDM3OSAyLjY2Nzk3IDExLjMzMzNWNS4zMzMzM0MyLjY2Nzk3IDQuMjI4NzcgMy41NjM0IDMuMzMzMzMgNC42Njc5NyAzLjMzMzMzSDExLjMzNDZDMTIuNDM5MiAzLjMzMzMzIDEzLjMzNDYgNC4yMjg3NyAxMy4zMzQ2IDUuMzMzMzNWNS42NjY2N001LjMzNDY0IDMuMzMzMzNWMk0xMC42NjggMy4zMzMzM1YyIiBzdHJva2U9IiMwMDg0NDciIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4zMzMzIDE0LjY2NjdDMTMuMTc0MyAxNC42NjY3IDE0LjY2NjcgMTMuMTc0MyAxNC42NjY3IDExLjMzMzNDMTQuNjY2NyA5LjQ5MjM4IDEzLjE3NDMgOCAxMS4zMzMzIDhDOS40OTIzOCA4IDggOS40OTIzOCA4IDExLjMzMzNDOCAxMy4xNzQzIDkuNDkyMzggMTQuNjY2NyAxMS4zMzMzIDE0LjY2NjdaIiBzdHJva2U9IiMwMDg0NDciIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4zMzIgMTBWMTEuMzMzMUwxMi4zMzIgMTIuMzMzMyIgc3Ryb2tlPSIjMDA4NDQ3IiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin: 0 0.25rem 0 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.125rem;
  display: inline-block;
  background-position: center center;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .wc-gzd-additional-info {
  color: #666666;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .wc-gzd-additional-info a {
  color: #666666;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .wc-gzd-sale-price-regular-label {
  color: #000000;
  padding: 0.125rem 0.3125rem;
  font-weight: 600;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form {
  /* arrows */
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form .reset_variations {
  display: none !important;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form table.variations tr {
  display: flex;
  flex-direction: column;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form table.variations th {
  padding: 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form table.variations .label {
  color: #666666;
  font-size: 0.9rem;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form select {
  /* styling */
  background-color: white;
  border: thin solid black;
  border-radius: 0.25rem;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 1.25rem) calc(1em + 0.125rem), calc(100% - 0.9375rem) calc(1em + 0.125rem), calc(100% - 2.5em) 0.5em;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5em;
  background-repeat: no-repeat;
  min-width: 15rem;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form select {
    width: 100%;
  }
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form select:focus {
  background-image: linear-gradient(45deg, #8db8b4 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #8db8b4 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 0.9375rem) 1em, calc(100% - 1.25rem) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #8db8b4;
  outline: 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .variations_form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .woocommerce-variation-availability {
  margin: 0 0 0.625rem 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .stock.in-stock {
  color: white;
  background-color: #8db8b4;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  display: inline;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .stock.out-of-stock {
  color: black;
  background-color: #ffe3d0;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  display: inline;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .quantity {
  display: none;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .onsale {
  display: none;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary {
  float: right;
  margin: 0;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary {
    width: 100%;
    padding: 1rem;
    margin: 0;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary h1 {
  font-size: 3.157em;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary h1 {
    font-size: 2.369em;
  }
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary h1,
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary .price,
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary .legal-price-info p,
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary .product_meta {
  color: #000000;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary h1,
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary p {
  padding: 0;
}
.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .summary p.price {
  margin: 0;
}

.storefront-full-width-content.single-product div.product:not(.product-ondemand-wrapper) .woocommerce-tabs {
  clear: both;
  max-width: 67.5rem;
  margin: 0;
  width: 100%;
}

.woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

.storefront-full-width-content .woocommerce-tabs .panel {
  width: 100%;
  float: none;
  margin-right: 0;
}

.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery {
  width: 50%;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product:not(.product-ondemand-wrapper) .woocommerce-product-gallery {
    width: calc(100vw - 1.25rem);
    margin: auto;
  }
}
.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery img {
  width: 100%;
  border-radius: 0.375rem 0 0 0.375rem;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .product:not(.product-ondemand-wrapper) .woocommerce-product-gallery img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery ol.flex-control-thumbs {
  list-style: none;
  margin: 0;
  padding: 0.625rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .product:not(.product-ondemand-wrapper) .woocommerce-product-gallery ol.flex-control-thumbs {
    padding: 0.625rem;
  }
}
.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery ol.flex-control-thumbs img {
  border-radius: 0.125rem;
}
.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery ol.flex-control-thumbs li {
  margin-right: 0.625rem !important;
}
.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery ol.flex-control-thumbs li:nth-child(5n) {
  margin-right: 0.625rem !important;
}
.product:not(.product-ondemand-wrapper) .woocommerce-product-gallery ol.flex-control-thumbs li:nth-child(5n+1) {
  clear: none !important;
}

.woocommerce-product-gallery__wrapper {
  height: 100%;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.storefront-product-pagination {
  display: none;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
  display: none;
}

section.related {
  display: block;
  width: 100%;
  max-width: 80rem;
}

.related ul.products {
  display: flex;
  flex-direction: row;
  max-width: 67.5rem;
  margin: auto;
  flex-wrap: wrap;
  justify-content: left;
}

.related-product-item {
  width: 32%;
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  .related-product-item {
    width: 40%;
    margin: 0.625rem;
  }
}

.related-product-item-thumbnail {
  width: 100%;
  background-size: contain;
  background-position: center center;
  border-radius: 0.1875rem;
  background-repeat: no-repeat;
  height: 25rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .related-product-item-thumbnail {
    height: 12.5rem;
  }
}

.storefront-sticky-add-to-cart__content-title,
.storefront-sticky-add-to-cart__content-price {
  color: #000000;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  opacity: 1;
}

.storefront-sticky-add-to-cart__content {
  max-width: 67.5rem;
  margin: auto;
}

.product-ondemand-content {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: -3.75rem;
  left: 50%;
  background-color: #ebfdf8;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .product-ondemand-content {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
.product-ondemand-content .yogafox-anwendungstipps {
  text-align: center;
  line-height: 1.5;
}
.product-ondemand-content .product_title {
  font-size: 2rem;
  font-weight: 600;
}

.ondemand-content-wrapper {
  width: 100%;
  max-width: 56.25rem;
  margin: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ondemand-script-download {
  margin: 0 0 2.5rem 0;
}
.ondemand-script-download .ondemand-script-download-icon {
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 0.625rem;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  margin: 0 0.625rem 0 0;
}
.ondemand-script-download .ondemand-script-download-icon svg {
  width: 1rem;
}
.ondemand-script-download a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .ondemand-script-download a {
    font-size: 1rem;
  }
}

.ondemand-custom-hero {
  width: 100vw;
  margin: -3.75rem 0 3.75rem 0;
}
.ondemand-custom-hero .hero-fullscreen-bg {
  height: 70vh;
  background-size: cover;
}
.ondemand-custom-hero .hero-fullscreen-bg .hero-overlay {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}
.ondemand-custom-hero .hero-fullscreen-bg .hero-overlay h1 {
  color: white;
  text-align: center;
}
.ondemand-custom-hero .hero-fullscreen-bg .hero-overlay .wp-block-button__link {
  color: #000 !important;
  background-color: #fff !important;
}

.ondemand-multiplaylists-intro {
  max-width: 50rem;
}
.ondemand-multiplaylists-intro p,
.ondemand-multiplaylists-intro li {
  font-size: 1rem;
}
.ondemand-multiplaylists-intro a {
  text-decoration: underline;
  font-weight: 600;
}

.ondemand-multiplaylists {
  width: 100%;
  max-width: 62.5rem;
  padding: 0.625rem;
}
.ondemand-multiplaylists .ondemand-multiplaylist-item {
  background: #fff;
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  max-width: 94%;
  margin: 0 auto 2.5rem auto;
  border-radius: 0.625rem;
}
.ondemand-multiplaylists .ondemand-multiplaylist-item .ondemand-multiplaylist-tipp {
  text-align: center;
  color: black;
  font-size: 1.3rem;
  margin: 0 0 2.5rem 0;
}

.audio-playlist-player {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  background: #f7f7f8;
  margin-bottom: 2.5rem;
  font-family: "futura-pt";
  font-weight: 500;
  font-size: 1rem;
}
.audio-playlist-player .controls {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 1.25rem;
}
.audio-playlist-player .controls button {
  background: none;
  border: none;
  padding: 0;
  margin: 0 1.25rem;
}
.audio-playlist-player .playlist {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.audio-playlist-player .playlist li {
  padding: 0.625rem 1.25rem;
}
.audio-playlist-player .playlist li a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.audio-playlist-player .playlist li.active {
  background: #fecedb;
}
.audio-playlist-player .playlist li.active a {
  color: #c35256;
  text-decoration: none;
}
.audio-playlist-player .progress-bar-container {
  height: 0.625rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 0.3125rem;
  margin: 0 1.25rem 0.3125rem 1.25rem;
  box-sizing: border-box;
}
.audio-playlist-player .progress-bar-container .progress-bar {
  height: 100%;
  background-color: #fecedb;
  position: relative;
  z-index: 2;
  border-radius: 0.3125rem;
}
.audio-playlist-player .progress-bar-container .buffer-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff4fa;
  border-radius: 0.3125rem;
}
.audio-playlist-player .time-display {
  display: flex;
  justify-content: space-between;
  margin: 0 1.25rem 1.25rem 1.25rem;
}
.audio-playlist-player .time-display p {
  margin: 0;
  padding: 0.3125rem 0;
}

.woocommerce-product-details__short-description {
  display: none;
}
.woocommerce-product-details__short-description li {
  margin-bottom: 0;
}

#tab-description .produkt-details {
  display: flex;
  width: 100%;
  height: auto;
  margin: 2.5rem 0;
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  border-radius: 0.375rem;
  background: #fefdc8;
  flex-direction: row;
}
@media (max-width: 768px) {
  #tab-description .produkt-details {
    flex-direction: column;
  }
}
#tab-description .produkt-details p,
#tab-description .produkt-details ul,
#tab-description .produkt-details li,
#tab-description .produkt-details a {
  font-size: 1rem !important;
}
#tab-description .produkt-details .produkt-kurzbeschreibung {
  flex: 1;
  padding: 1.25rem;
}
#tab-description .produkt-details .produkt-kurzbeschreibung p {
  margin-bottom: 0;
}
#tab-description .produkt-details .produkt-vorteile {
  flex: 1;
  padding: 1.25rem;
}
#tab-description .produkt-details .produkt-vorteile p {
  margin-bottom: 0;
}
#tab-description .produkt-inhalt {
  clear: both;
  padding-top: 1.25rem;
  font-size: 1rem;
}

.stock.in-stock {
  color: black;
  background-color: #8db8b4;
  padding: 0.3125rem;
  border-radius: 0.25rem;
  width: 6.25rem;
  text-align: center;
  font-size: 0.9rem;
}

.storefront-sticky-add-to-cart {
  display: none;
}

.woocommerce-Tabs-panel li {
  margin-bottom: 0;
}
.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol {
  margin: 0 0 3rem 3em;
}

.storefront-sorting {
  display: none;
}

.entry-summary .wc-gzd-additional-info {
  display: inline-block !important;
}

.wc-block-grid__products {
  padding: 1.25rem !important;
}
.wc-block-grid__products .wc-block-grid__product-title {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .wc-block-grid__products .wc-block-grid__product-title {
    font-size: 1rem;
  }
}
.wc-block-grid__products .wc-block-grid__product-price {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .wc-block-grid__products .wc-block-grid__product-price {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .wc-block-grid__products {
    display: flex !important;
    padding: 0.625rem !important;
    margin: auto !important;
  }
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    max-width: 50% !important;
    margin-bottom: 1.25rem;
  }
}

.product .wc-gzd-additional-info,
.wc-block-grid__product .wc-gzd-additional-info {
  display: none;
}

.products .product .add_to_cart_button,
.products .product .wp-block-button,
.products .product .wc-block-grid__product-onsale,
.products .wc-block-grid__product .add_to_cart_button,
.products .wc-block-grid__product .wp-block-button,
.products .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__products .product .add_to_cart_button,
.wc-block-grid__products .product .wp-block-button,
.wc-block-grid__products .product .wc-block-grid__product-onsale,
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}

/* Product Overview */
.woocommerce-products-header__title {
  text-align: center;
}

ul.products {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  list-style: none;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  ul.products {
    gap: 0.3125rem;
  }
}
ul.products li.product {
  width: 30.4347826087%;
}
ul.products li.product h2,
ul.products li.product .onsale,
ul.products li.product .price {
  font-size: 1rem;
}
ul.products li.product h2 {
  font-weight: 400;
  margin-bottom: 0.5407911001em;
  padding: 0;
}
@media (max-width: 768px) {
  ul.products li.product {
    width: 44%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 600px) {
  ul.products {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Product Landing Pages */
.info-banner h2,
.info-banner h3,
.info-banner h4,
.info-banner p {
  margin: 0 auto !important;
  padding: 0 !important;
}

.product-landing-hero h1 {
  margin: 0 0 1.25rem 0;
}
.product-landing-hero h2 {
  margin: 0;
}
@media (max-width: 768px) {
  .product-landing-hero .wp-block-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

ul.check-list,
.produkt-details ul {
  list-style-type: none;
  margin: 0 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  max-width: 90vw;
  overflow-wrap: break-word;
}
ul.check-list li,
.produkt-details ul li {
  position: relative;
  display: inline-block;
  align-items: center;
  font-size: 1rem;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 1.875rem;
}
ul.check-list li:before,
.produkt-details ul li:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 409 409' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M204.288 0C91.648 0 0 91.648 0 204.288C0 316.928 91.648 408.576 204.288 408.576C316.928 408.576 408.576 316.928 408.576 204.288C408.576 91.648 316.928 0 204.288 0ZM318.464 150.528L187.904 280.064C180.224 287.744 167.936 288.256 159.744 280.576L90.624 217.6C82.432 209.92 81.92 197.12 89.088 188.928C96.768 180.736 109.568 180.224 117.76 187.904L172.544 238.08L289.28 121.344C297.472 113.152 310.272 113.152 318.464 121.344C326.656 129.536 326.656 142.336 318.464 150.528Z' fill='%232BC27C'/%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1rem;
  transform: translate(-1.875rem, 0.25rem);
  position: absolute;
}

ul.date-list {
  list-style-type: none;
  margin: 0 0 0 1.25rem;
  display: flex;
  flex-direction: column;
}
ul.date-list li {
  position: relative;
  display: inline-block;
  align-items: center;
  font-size: 1rem;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 1.875rem;
}
ul.date-list li:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2222 2V4.22222M5.77778 2V4.22222M3 6.44444H13M4.11111 3.11111H11.8889C12.5025 3.11111 13 3.60857 13 4.22222V12C13 12.6136 12.5025 13.1111 11.8889 13.1111H4.11111C3.49746 13.1111 3 12.6136 3 12V4.22222C3 3.60857 3.49746 3.11111 4.11111 3.11111Z' stroke='black' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1rem;
  transform: translate(-1.875rem, 0.25rem);
  position: absolute;
}

.hentry .entry-content .wp-block-cover.alignfull.intro-hero {
  min-height: 80vh !important;
}
.hentry .entry-content .wp-block-cover.alignfull.intro-hero.intro-hero-headline {
  min-height: 70vh !important;
}

.new-class-detail h1,
.new-class-detail h2,
.new-class-detail h3,
.new-class-detail h4,
.new-class-detail .wp-block-themeisle-blocks-accordion-item__title {
  font-weight: 700;
  margin: auto;
  max-width: 56.25rem;
  padding: 0.5rem 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-break: strict;
  overflow-wrap: normal;
}
.new-class-detail h1 {
  font-size: 3rem !important;
}
@media (max-width: 768px) {
  .new-class-detail h1 {
    font-size: 1.8rem !important;
  }
}
.new-class-detail h2:not(.wp-block-cover__inner-container h2) {
  font-size: 2.5rem !important;
}
@media (max-width: 768px) {
  .new-class-detail h2:not(.wp-block-cover__inner-container h2) {
    font-size: 1.6rem !important;
  }
}
.new-class-detail h3 {
  color: #000;
  font-size: 2rem !important;
}
.new-class-detail h4,
.new-class-detail .wp-block-themeisle-blocks-accordion-item__title {
  color: #000;
  font-size: 1.5rem !important;
}
.new-class-detail .wp-block-themeisle-blocks-accordion-item__title:after {
  border-right: 0.125rem solid black !important;
  border-bottom: 0.125rem solid black !important;
}
.new-class-detail .wp-block-themeisle-blocks-accordion-item__content {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--border-color) !important;
}
.new-class-detail p {
  max-width: 56.25rem;
}
.new-class-detail p,
.new-class-detail li {
  font-size: 1rem;
}
.new-class-detail p a,
.new-class-detail li a {
  text-decoration: underline !important;
}
.new-class-detail .intro-hero {
  margin: 0 auto !important;
  padding: 2.5rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
}
.new-class-detail .intro-hero .wp-block-cover__inner-container {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .new-class-detail .intro-hero .wp-block-cover__inner-container .wp-block-button {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new-class-detail .intro-hero .wp-block-cover__inner-container .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.new-class-detail .intro-hero-headline {
  z-index: 0;
}
.new-class-detail .intro-hero-headline .wp-block-cover__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.new-class-detail .intro-hero-headline .wp-block-cover__inner-container h1 {
  filter: drop-shadow(0px 0.25rem 1.5rem rgba(0, 0, 0, 0.2));
  margin-bottom: auto !important;
}
.new-class-detail .hero-ratings {
  margin-bottom: 2.5rem;
}
.new-class-detail .hero-ratings.wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.new-class-detail .hero-ratings.wp-block-group__inner-container .count-rating {
  color: #fff;
}
.new-class-detail .hero-ratings.wp-block-group__inner-container p {
  width: fit-content;
  padding: 0;
  margin: 0;
}
.new-class-detail .hero-ratings .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.new-class-detail .hero-ratings .wp-block-group__inner-container .count-rating {
  color: #fff;
}
.new-class-detail .hero-ratings .wp-block-group__inner-container p {
  width: fit-content;
  padding: 0;
  margin: 0;
}
.new-class-detail .hero-ctas {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.new-class-detail .hero-ctas .wp-block-button {
  flex-basis: auto;
  width: auto;
}
.new-class-detail .info-block {
  max-width: 56.25rem !important;
  border-radius: 0.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem !important;
}
.new-class-detail .info-block + div.pt-0 {
  padding-top: 0 !important;
}
.new-class-detail .info-block .info-block-last-item {
  max-width: 56.25rem !important;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 5rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 2.5rem !important;
  padding-bottom: 3.75rem !important;
  margin-bottom: -6.25rem;
}
.new-class-detail .info-block .info-block-last-item .wp-block-cover {
  height: 7.875rem;
  min-height: 0 !important;
  width: 12.5rem;
  border-radius: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .new-class-detail .info-block .info-block-last-item .wp-block-cover {
    margin-left: 1.25rem;
  }
}
.new-class-detail .info-block .info-block-last-item .wp-block-cover .has-background-dim {
  border-radius: 0.5rem;
}
.new-class-detail .info-block .info-block-last-item .wp-block-cover img {
  border-radius: 0.5rem;
}
.new-class-detail .info-block .info-block-last-item .wp-block-cover .wp-block-cover__inner-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.new-class-detail .info-block .info-block-last-item .wp-block-cover .wp-block-cover__inner-container p {
  font-size: 1rem !important;
  line-height: 120%;
}
.new-class-detail .info-block .wp-block-columns {
  max-width: 53.75rem;
  margin: auto;
}
@media (max-width: 768px) {
  .new-class-detail .info-block .wp-block-columns {
    padding: 0;
  }
}
.new-class-detail .info-block .wp-block-buttons:not(.wp-block-cover .wp-block-buttons) {
  padding: 0 1.25rem !important;
}
.new-class-detail .info-block .wp-block-buttons:not(.wp-block-cover .wp-block-buttons) .wp-block-button {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .new-class-detail .info-block .wp-block-buttons:not(.wp-block-cover .wp-block-buttons) .wp-block-button {
    width: 100%;
  }
}
.new-class-detail .info-block .wp-block-buttons:not(.wp-block-cover .wp-block-buttons) .wp-block-button .wp-block-button__link {
  border-radius: 0.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .new-class-detail .info-block .wp-block-buttons:not(.wp-block-cover .wp-block-buttons) .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.new-class-detail .info-block .wp-block-buttons:not(.wp-block-cover .wp-block-buttons) .btn-secondary .wp-block-button__link {
  border-radius: 0.25rem;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 0.125rem solid #000;
}
.new-class-detail .info-block .fact-number {
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
}
.new-class-detail .info-block .fact-footnote {
  font-size: 0.875rem;
}
.new-class-detail .info-block.quote {
  padding: 2.5rem !important;
}
.new-class-detail .info-block.quote p {
  font-size: 1.5rem;
  line-height: 1.2;
}
.new-class-detail .info-block.quote .quote-person .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.new-class-detail .info-block.quote .quote-person .wp-block-group__inner-container figure {
  margin: 0;
}
.new-class-detail .info-block.quote .quote-person .wp-block-group__inner-container p {
  margin: 0;
}
.new-class-detail .info-block.quote .quote-person .wp-block-group__inner-container img {
  max-width: 2.5rem;
}
.new-class-detail .info-block.quote .quote-person .wp-block-group__inner-container p {
  font-size: 0.875rem;
}
.new-class-detail .info-block .wp-block-themeisle-blocks-accordion {
  margin: 0 1.25rem;
  max-width: 56.25rem;
  border-top: 0.125rem solid black;
  border-right: 0.125rem solid black;
  border-left: 0.125rem solid black;
}
.new-class-detail .info-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item {
  margin: 0 0 0.625rem;
  border-bottom: 0.125rem solid black;
}
.new-class-detail .info-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title {
  background: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
}
.new-class-detail .info-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title div {
  display: flex;
  justify-content: space-between;
}
.new-class-detail .info-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title div:after {
  border-right: 0.25rem solid #000 !important;
  border-bottom: 0.25rem solid #000 !important;
}
.new-class-detail .info-block .small-list li {
  font-size: 0.813rem;
}
.new-class-detail .faq-block .wp-block-themeisle-blocks-accordion {
  margin: 0 1.25rem 5rem;
  border-top: none;
  border-right: none;
  border-left: none;
  --border-color: none;
}
.new-class-detail .faq-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item {
  border-bottom: none;
  margin: 1.25rem 0 2.5rem;
}
.new-class-detail .faq-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title {
  font-weight: 500;
  font-size: 1.125rem !important;
}
.new-class-detail .faq-block .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__content p {
  padding: 0;
}
.new-class-detail .emo-block {
  margin-top: 5rem;
}
.new-class-detail .emo-block h2 {
  font-size: 5rem !important;
}
@media (max-width: 768px) {
  .new-class-detail .emo-block h2 {
    font-size: 3rem !important;
  }
}
.new-class-detail .usp-block {
  transform: translateY(-6.25rem);
  margin: 0 0 -6.25rem 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .new-class-detail .usp-block {
    transform: translateY(-1.25rem);
    margin: 0 0 -1.25rem 0;
  }
}
.new-class-detail .quick-buy-block {
  transform: translateY(-6.25rem);
  margin: 0 0 -6.25rem 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .new-class-detail .quick-buy-block {
    transform: translateY(-1.25rem);
    margin: 0 0 -1.25rem 0;
    width: calc(100% - 2.5rem);
    margin: auto;
  }
}
.new-class-detail .quick-buy-block h2 {
  font-size: clamp(1rem, 0.8333rem + 0.8333vw, 1.5rem) !important;
  font-weight: 500 !important;
}
.new-class-detail .quick-buy-block .quick-buy-content-column .quick-buy-price {
  width: fit-content;
  max-width: fit-content;
  flex-basis: auto;
}
.new-class-detail .quick-buy-block .quick-buy-cta-column {
  width: fit-content;
  max-width: fit-content;
  flex-basis: auto;
}
@media (max-width: 768px) {
  .new-class-detail .quick-buy-block .quick-buy-cta-column {
    width: 100%;
    max-width: 100%;
  }
}
.new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons {
  flex-direction: column;
}
.new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons .wp-block-button:not(.btn-secondary) {
  margin-bottom: 0.3125rem !important;
}
.new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons .wp-block-button:not(.btn-secondary) .wp-block-button__link {
  color: #fff !important;
  background: #23b772 !important;
  font-weight: 500 !important;
  border-radius: 0.25rem !important;
}
@media (max-width: 768px) {
  .new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons .btn-secondary {
  width: 100%;
  margin-bottom: 0 !important;
}
.new-class-detail .quick-buy-block .quick-buy-cta-column .wp-block-buttons .btn-secondary .wp-block-button__link {
  width: 100%;
}
.new-class-detail .price-block {
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-break: normal;
}
.new-class-detail .price-block h3,
.new-class-detail .price-block h4 {
  color: #000;
  font-size: 2rem !important;
  margin: 0;
}
.new-class-detail .price-block p {
  margin-bottom: 1.25rem;
}
.new-class-detail .price-block .price-hint {
  color: #2bc27c;
}
.new-class-detail .price-block .wp-block-button__link {
  color: #fff !important;
  background: #23b772 !important;
  font-weight: 500 !important;
  border-radius: 0.25rem !important;
  position: relative;
}
@media (max-width: 768px) {
  .new-class-detail .price-block .wp-block-button__link {
    width: calc(100vw - 2.5rem);
  }
}
.new-class-detail .price-block .alignwide {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.new-class-detail .push-upwards {
  transform: translateY(-18.75rem);
  margin-bottom: -18.75rem;
  z-index: 10;
  position: relative;
  padding: 2.5rem !important;
}
@media (max-width: 768px) {
  .new-class-detail .push-upwards {
    width: 100vw;
    padding: 0;
  }
}
.new-class-detail .no-underline a {
  text-decoration: underline !important;
}

/* Tabs */
.wp-block-themeisle-blocks-tabs {
  max-width: 56.25rem;
  margin: auto;
  border: none;
  overflow: visible;
}
@media (max-width: 800px) {
  .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header {
    display: flex;
    flex-direction: row;
    overflow-y: visible;
  }
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.active {
  background: #fff;
  border: none;
  color: #000;
  border-bottom-style: none;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.active:after, .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.active:before {
  border-bottom-style: none;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item {
  padding: 1.5rem;
  border-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: 500;
  color: #000;
  background: #fefdc8;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: 0.625rem;
  max-width: 100%;
  white-space: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item {
    padding: 0.95rem;
  }
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.most-popular:before {
  content: "Am beliebtesten";
  position: absolute;
  font-size: 0.75rem;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  background: #008447;
  color: #fff;
  padding: 0.125rem 0.25rem;
  border-radius: 0.5rem;
  font-weight: 400;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item:nth-of-type(1) {
  background: #fefdc8;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item:nth-of-type(1).active {
  background: #fff;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item:nth-of-type(2) {
  background: #fecedb;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item:nth-of-type(2).active {
  background: #fff;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item:nth-of-type(3) {
  background: #eccbe8;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item:nth-of-type(3).active {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item div {
    font-size: 1rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content {
  border: none !important;
  width: 100%;
  padding: 0;
  position: relative;
  border-top: 0;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs-item__content .info-block {
  border-radius: 0 0 0.5rem 0.5rem;
  margin-top: 0;
}

.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header {
  width: auto;
  float: left;
  border: 0.1875rem solid black;
  display: none;
}

.woocommerce-loop-product__link {
  position: relative;
}

.produkt-label {
  display: none;
  font-size: 0.875rem;
  background-color: #ffe3d0;
  color: black;
  width: auto;
  height: auto;
  padding: 0.125rem 0.5rem;
  border-radius: 0 0.1875rem 0.1875rem 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 400px) {
  .produkt-label {
    line-height: 1.125rem;
  }
}

.product .up-sells.upsells li.product {
  margin: 0;
}
.product .up-sells.upsells li.product img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 0.25rem !important;
}
@media screen and (max-width: 920px) {
  .product .up-sells.upsells li.product {
    width: 100%;
    margin: 1.25rem 0;
    text-align: center;
  }
  .product .up-sells.upsells li.product img {
    margin: 0 auto;
  }
  .product .up-sells.upsells li.product .produkt-label {
    left: 0;
    margin-top: -3.75rem;
  }
}
.product .up-sells.upsells .woocommerce-loop-product__title {
  margin: 1rem 0;
  font-weight: 500;
}
.product .up-sells.upsells .price {
  display: block;
  text-align: center;
}
.product .up-sells.upsells .wc-gzd-additional-info.tax-info {
  display: none;
}
.product .up-sells.upsells .produkt-label {
  display: inline-block;
}

.cart-layout .cross-sells li.product {
  margin: 0;
}
.cart-layout .cross-sells li.product img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 0.25rem !important;
}
@media screen and (max-width: 920px) {
  .cart-layout .cross-sells li.product {
    width: 100%;
    margin: 1.25rem 0;
    text-align: center;
  }
  .cart-layout .cross-sells li.product img {
    margin: 0 auto;
  }
  .cart-layout .cross-sells li.product .add_to_cart_button {
    display: inline-block;
    width: auto;
  }
  .cart-layout .cross-sells li.product .produkt-label {
    left: 0;
    margin-top: -3.75rem;
  }
}
.cart-layout .cross-sells .woocommerce-loop-product__title {
  margin: 1rem 0;
  font-weight: 500;
}
.cart-layout .cross-sells .price {
  display: block;
  text-align: center;
}
.cart-layout .cross-sells .price .wc-gzd-sale-price-label {
  display: none;
}
.cart-layout .cross-sells .onsale {
  display: none;
}
.cart-layout .cross-sells .wc-gzd-additional-info.tax-info {
  display: none;
}
.cart-layout .cross-sells .add_to_cart_button {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cart-layout .cross-sells .add_to_cart_button:hover {
  background-color: #00856e;
}
.cart-layout .cross-sells .produkt-label {
  display: inline-block;
}

/* Common styles for all products in the shop grid */
.wc-block-grid .wc-block-grid__product {
  /* Product label */
  /* Hide sale price label */
  /* Hide specific products */
  /* Product image */
  /* Product title */
  /* Product ratings */
  /* Product price */
}
.wc-block-grid .wc-block-grid__product .wc-block-grid__product-link {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  position: relative;
}
.wc-block-grid .wc-block-grid__product .produkt-label {
  display: block;
  background: white;
}
.wc-block-grid .wc-block-grid__product .wc-gzd-sale-price-label {
  display: none;
}
.wc-block-grid .wc-block-grid__product.do-not-show-in-shop {
  display: none;
}
.wc-block-grid .wc-block-grid__product .wc-block-grid__product-image {
  width: 100%;
}
.wc-block-grid .wc-block-grid__product .wc-block-grid__product-image img {
  width: 100%;
  margin: 0;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.wc-block-grid .wc-block-grid__product .wc-block-grid__product-title {
  text-align: left;
  color: black;
  margin-bottom: 0.25rem;
}
.wc-block-grid .wc-block-grid__product .produkt-grid-ratings {
  text-align: left;
}
.wc-block-grid .wc-block-grid__product .produkt-grid-ratings .stars {
  display: inline-block;
}
.wc-block-grid .wc-block-grid__product .produkt-grid-ratings .count-rating {
  display: inline-block;
  color: #666666;
  font-size: 0.9rem;
  position: absolute;
  margin: 0 0 0 0.25rem;
  line-height: 2rem;
}
.wc-block-grid .wc-block-grid__product .wc-block-grid__product-price {
  text-align: left;
  font-weight: bold;
}

/* Styling for headings outside the product grid */
h3 {
  margin: 3rem 1.25rem 2rem 1.25rem;
}

/* Accordion */
.ondemand-multiplaylist-group {
  width: calc(100% - 2rem);
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  margin: 0 auto 1.5rem auto;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: black;
}

.multiplaylist-group-item-playlist {
  max-height: 0;
  overflow: hidden;
  padding: 0 2.125rem;
  transition: opacity 0.5s 0.2s, max-height 0.3s 0s, padding 0.3s 0s;
  opacity: 0;
  margin: 0 auto;
}

.multiplaylist-group-item {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f8f8f8;
  padding: 1rem;
}

.multiplaylist-group-item.open .multiplaylist-group-item-playlist {
  max-height: 31.25rem;
  padding: 0.625rem 2.125rem;
  opacity: 1;
  height: 31.25rem;
  margin: 2rem auto;
}

.multiplaylist-group-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.multiplaylist-group-item-title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNFQkZERjgiLz4KPHBhdGggZD0iTTEyIDdMMTIgMTdNNyAxMkgxNyIgc3Ryb2tlPSIjMDA4NDQ3IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin: 0 1rem 0 0;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

/**
 * Product OnDemand Template Styles
 * Scoped under .product-ondemand-wrapper to prevent conflicts with new PDP template
 */
.storefront-full-width-content.single-product .product-ondemand-wrapper {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product .product-ondemand-wrapper {
    margin-top: 0;
  }
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .entry-summary .product_title.entry-title {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0 0 0.625rem 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .entry-summary .price {
  font-weight: bold;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .entry-summary .single_add_to_cart_button {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: #23b772 !important;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .entry-summary .single_add_to_cart_button:hover {
  background-color: #00856e;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .wc-gzd-additional-info {
  color: #666666;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .wc-gzd-additional-info a {
  color: #666666;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .wc-gzd-sale-price-regular-label {
  color: #000000;
  padding: 0.125rem 0.3125rem;
  font-weight: 600;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form {
  /* arrows */
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form .reset_variations {
  display: none !important;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form table.variations tr {
  display: flex;
  flex-direction: column;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form table.variations th {
  padding: 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form table.variations .label {
  color: #666666;
  font-size: 0.9rem;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form select {
  /* styling */
  background-color: white;
  border: thin solid black;
  border-radius: 0.25rem;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 1.25rem) calc(1em + 0.125rem), calc(100% - 0.9375rem) calc(1em + 0.125rem), calc(100% - 2.5em) 0.5em;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5em;
  background-repeat: no-repeat;
  min-width: 15rem;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form select {
    width: 100%;
  }
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form select:focus {
  background-image: linear-gradient(45deg, #8db8b4 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #8db8b4 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 0.9375rem) 1em, calc(100% - 1.25rem) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #8db8b4;
  outline: 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .variations_form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-variation-availability {
  margin: 0 0 0.625rem 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .stock.in-stock {
  color: white;
  background-color: #8db8b4;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  display: inline;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .stock.out-of-stock {
  color: black;
  background-color: #ffe3d0;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  display: inline;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .quantity {
  display: none;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .onsale {
  display: none;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary {
  width: 50%;
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  background: #ffe3d0;
  padding: 2.5rem;
  border-radius: 0 0.375rem 0.375rem 0;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product .product-ondemand-wrapper .summary {
    width: 100%;
    padding: 1.25rem;
    margin: 0 0.625rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary h1 {
  font-size: 3.157em;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product .product-ondemand-wrapper .summary h1 {
    font-size: 2.369em;
  }
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary h1,
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary .price,
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary .legal-price-info p,
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary .product_meta {
  color: #000000;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary button {
  background-color: #000000;
  color: #ffffff;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary h1,
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary p {
  padding: 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary p.price {
  margin: 0;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .summary button {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.2rem;
  border-radius: 0.25rem;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper p {
  font-size: 1rem !important;
  max-width: 50rem;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-tabs {
  clear: both;
  max-width: 67.5rem;
  margin: 0;
  width: 100%;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery {
  width: 50%;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery {
    width: calc(100vw - 1.25rem);
    margin: auto;
  }
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery img {
  width: 100%;
  border-radius: 0.375rem 0 0 0.375rem;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery .flex-control-nav,
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery ol.flex-control-thumbs {
  display: none !important;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery .flex-viewport {
  overflow: visible !important;
  height: auto !important;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  transition: none !important;
  transform: none !important;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery__wrapper {
  height: 100%;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 100%;
}
.storefront-full-width-content.single-product .product-ondemand-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.product-ondemand-content {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: -3.75rem;
  left: 50%;
  background-color: #ebfdf8;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .product-ondemand-content {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
.product-ondemand-content .yogafox-anwendungstipps {
  text-align: center;
  line-height: 1.5;
}
.product-ondemand-content .product_title {
  font-size: 2rem;
  font-weight: 600;
}

.ondemand-content-wrapper {
  width: 100%;
  max-width: 56.25rem;
  margin: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ondemand-script-download {
  margin: 0 0 2.5rem 0;
}
.ondemand-script-download .ondemand-script-download-icon {
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 0.625rem;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  margin: 0 0.625rem 0 0;
}
.ondemand-script-download .ondemand-script-download-icon svg {
  width: 1rem;
}
.ondemand-script-download a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .ondemand-script-download a {
    font-size: 1rem;
  }
}

.ondemand-custom-hero {
  width: 100vw;
  margin: -3.75rem 0 3.75rem 0;
}
.ondemand-custom-hero .hero-fullscreen-bg {
  height: 70vh;
  background-size: cover;
}
.ondemand-custom-hero .hero-fullscreen-bg .hero-overlay {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}
.ondemand-custom-hero .hero-fullscreen-bg .hero-overlay h1 {
  color: white;
  text-align: center;
}
.ondemand-custom-hero .hero-fullscreen-bg .hero-overlay .wp-block-button__link {
  color: #000 !important;
  background-color: #fff !important;
}

.ondemand-multiplaylists-intro {
  max-width: 50rem;
}
.ondemand-multiplaylists-intro p,
.ondemand-multiplaylists-intro li {
  font-size: 1rem;
}
.ondemand-multiplaylists-intro a {
  text-decoration: underline;
  font-weight: 600;
}

.ondemand-multiplaylists {
  width: 100%;
  max-width: 62.5rem;
  padding: 0.625rem;
}
.ondemand-multiplaylists .ondemand-multiplaylist-item {
  background: #fff;
  box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  max-width: 94%;
  margin: 0 auto 2.5rem auto;
  border-radius: 0.625rem;
}
.ondemand-multiplaylists .ondemand-multiplaylist-item .ondemand-multiplaylist-tipp {
  text-align: center;
  color: black;
  font-size: 1.3rem;
  margin: 0 0 2.5rem 0;
}

.audio-playlist-player {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  background: #f7f7f8;
  margin-bottom: 2.5rem;
  font-family: Futura;
  font-weight: 500;
  font-size: 1rem;
}
.audio-playlist-player .controls {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 1.25rem;
}
.audio-playlist-player .controls button {
  background: none;
  border: none;
  padding: 0;
  margin: 0 1.25rem;
}
.audio-playlist-player .playlist {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.audio-playlist-player .playlist li {
  padding: 0.625rem 1.25rem;
}
.audio-playlist-player .playlist li a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.audio-playlist-player .playlist li.active {
  background: #fecedb;
}
.audio-playlist-player .playlist li.active a {
  color: #c35256;
  text-decoration: none;
}
.audio-playlist-player .progress-bar-container {
  height: 0.625rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 0.3125rem;
  margin: 0 1.25rem 0.3125rem 1.25rem;
  box-sizing: border-box;
}
.audio-playlist-player .progress-bar-container .progress-bar {
  height: 100%;
  background-color: #fecedb;
  position: relative;
  z-index: 2;
  border-radius: 0.3125rem;
}
.audio-playlist-player .progress-bar-container .buffer-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff4fa;
  border-radius: 0.3125rem;
}
.audio-playlist-player .time-display {
  display: flex;
  justify-content: space-between;
  margin: 0 1.25rem 1.25rem 1.25rem;
}
.audio-playlist-player .time-display p {
  margin: 0;
  padding: 0.3125rem 0;
}

.ondemand-multiplaylist-group {
  width: calc(100% - 2rem);
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  margin: 0 auto 1.5rem auto;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: black;
}

.multiplaylist-group-item-playlist {
  max-height: 0;
  overflow: hidden;
  padding: 0 2.125rem;
  transition: opacity 0.5s 0.2s, max-height 0.3s 0s, padding 0.3s 0s;
  opacity: 0;
  margin: 0 auto;
}

.multiplaylist-group-item {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f8f8f8;
  padding: 1rem;
}

.multiplaylist-group-item.open .multiplaylist-group-item-playlist {
  max-height: 31.25rem;
  padding: 0.625rem 2.125rem;
  opacity: 1;
  height: 31.25rem;
  margin: 2rem auto;
}

.multiplaylist-group-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.multiplaylist-group-item-title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNFQkZERjgiLz4KPHBhdGggZD0iTTEyIDdMMTIgMTdNNyAxMkgxNyIgc3Ryb2tlPSIjMDA4NDQ3IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  margin: 0 1rem 0 0;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

/**
 * Product Detail Page Modal Styles
 * Used for product live dates modal (MicroModal)
 */
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
  z-index: 999;
  position: relative;
}
.micromodal-slide[aria-hidden=false] .ysf-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .ysf-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .ysf-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .ysf-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .ysf-modal__container,
.micromodal-slide .ysf-modal__overlay {
  will-change: transform;
}

.ysf-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.ysf-modal__container {
  background-color: #fff;
  max-width: 37.5rem;
  max-height: 90vh;
  border-radius: 0.25rem;
  overflow-y: auto;
  box-sizing: border-box;
  width: calc(100% - 0.625rem);
  height: fit-content;
  position: relative;
  top: 0.625rem;
}

@media (min-width: 768px) {
  .ysf-modal__container--video {
    max-width: 90vw;
    max-height: 90vh;
  }
}
@media (max-width: 767px) {
  .modal__content {
    padding: 1rem 1rem 2rem 1rem;
  }
  .modal__content iframe {
    max-height: calc(90vh - 9.375rem);
    min-height: 12.5rem;
  }
  .modal__content .pdp-usp__embed {
    max-height: calc(90vh - 9.375rem);
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.modal__container {
  background-color: #fff;
  max-width: 31.25rem;
  max-height: 100vh;
  border-radius: 0.25rem;
  overflow-y: auto;
  box-sizing: border-box;
  width: calc(100% - 0.625rem);
  height: fit-content;
  position: relative;
  top: 0.625rem;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.25rem 0 1.25rem;
  position: sticky;
}
.modal__header h2 {
  font-size: 1.75rem !important;
  padding: 0;
  margin: 0 !important;
}
.modal__header .modal__subtitle {
  font-size: 1rem !important;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #333333;
  box-sizing: border-box;
}

.modal__close {
  background: none;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.modal__close:before {
  content: "✕";
  color: #333333;
}
.modal__close:hover {
  background: none;
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  padding: 1.5rem 1rem 4rem 1rem;
  font-size: 1.125rem;
}
.modal__content ul {
  padding: 1.5rem 0;
  margin: 0 1.5rem;
}
.modal__content ul li {
  padding: 0.5rem;
  font-size: 1.125rem;
}
.modal__content p {
  font-size: 1.125rem;
}
.modal__content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-height: calc(90vh - 12.5rem);
  display: block;
}
.modal__content .pdp-usp__embed {
  width: 100%;
  max-height: calc(90vh - 12.5rem);
  overflow: hidden;
}
.modal__content .pdp-usp__embed iframe {
  width: 100%;
  height: 100%;
}

.dates-modal li {
  list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjY2NjcgMi42Njc5N0gzLjMzMzMzQzIuNTk2OTUgMi42Njc5NyAyIDMuMjY0OTIgMiA0LjAwMTNWMTMuMzM0NkMyIDE0LjA3MSAyLjU5Njk1IDE0LjY2OCAzLjMzMzMzIDE0LjY2OEgxMi42NjY3QzEzLjQwMyAxNC42NjggMTQgMTQuMDcxIDE0IDEzLjMzNDZWNC4wMDEzQzE0IDMuMjY0OTIgMTMuNDAzIDIuNjY3OTcgMTIuNjY2NyAyLjY2Nzk3WiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuNjY3IDEuMzMyMDNWMy45OTg3IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjMzMzk4IDEuMzMyMDNWMy45OTg3IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yIDYuNjY3OTdIMTQiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  padding: 0.5rem;
  font-size: 1.125rem;
}

.ysf-pricing-table-included-facts {
  background: #ebfdf8;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #008447;
  font-weight: 500;
  margin: 0;
}
.ysf-pricing-table-included-facts .included-label {
  display: block;
  background: #008447;
  color: white;
  border-radius: 1.25rem;
  padding: 0.25rem 0.5rem;
  width: fit-content;
  height: auto;
  line-height: 1.5rem;
  margin: 0 1rem 0.25rem 0;
  font-size: 0.875rem;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@media (max-width: 768px) {
  .ysf-modal__overlay {
    align-items: flex-end;
  }
  .ysf-modal__container {
    border-radius: 0.25rem 0.25rem 0 0;
    max-height: 90vh;
    width: 100%;
    top: 0;
  }
}
.ondemand-preview {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: 80rem;
  clear: both;
  padding: 3.125rem;
  background-size: cover;
  background-position: center center;
  background-color: #8db8b4;
  position: relative;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  min-height: 31.25rem;
  margin: 0 auto 1.875rem auto;
  transition: transform 0.2s;
  position: relative;
  border-radius: 0.1875rem;
}
@media (max-width: 768px) {
  .ondemand-preview {
    padding: 1.25rem;
    min-height: 50vh;
    padding: 0.625rem;
    margin: 1.875rem 0.625rem 0 0.625rem;
  }
}
.ondemand-preview:hover {
  transform: translateY(-0.3125rem);
  transform: scale(1.004);
}
.ondemand-preview:hover .ondemand-preview-content:before {
  transform: scale(1.1);
}
.ondemand-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0.3125rem;
  box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in-out;
}
.ondemand-preview:hover::after {
  opacity: 1;
}
.ondemand-preview .ondemand-preview-content {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .ondemand-preview .ondemand-preview-content {
    bottom: 1.25rem;
  }
}
.ondemand-preview .ondemand-preview-content:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 3.75rem;
  height: 3.75rem;
  width: 3.75rem;
  margin-bottom: 1.875rem;
  transition: transform 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M12,0 C18.6245014,0.00708148309 23.9929687,5.37554879 24,12 C24,18.6274144 18.6274144,24 12,24 C5.37258562,24 0,18.6274144 0,12 C0,5.37258562 5.37258562,0 12,0 Z M9.42809662,7.71428571 C8.95474961,7.71453674 8.57124112,8.09820701 8.57142857,8.57132003 L8.57142857,8.57132003 L8.57142857,15.4242312 C8.57068873,15.5586965 8.60167272,15.6915054 8.66183288,15.8118165 C8.87344802,16.2350383 9.38817397,16.4066459 9.81160511,16.1951856 L9.81160511,16.1951856 L16.6679054,12.7687049 C16.8345762,12.6814204 16.9696102,12.546403 17.0526694,12.3798648 C17.2638325,11.9564422 17.0915374,11.4421213 16.6679054,11.2311127 L16.6679054,11.2311127 L9.81160511,7.80463199 C9.69254021,7.74515407 9.56122232,7.71428571 9.42809662,7.71428571 Z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .ondemand-preview .ondemand-preview-content:before {
    background-size: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.ondemand-preview .ondemand-preview-content .ondemand-preview-host {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
}
.ondemand-preview .ondemand-preview-content .ondemand-preview-host h4 {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 1.333em;
}
.ondemand-preview .ondemand-preview-content .ondemand-preview-host .ondemand-preview-host-img {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 1.25rem 0 0;
}
.ondemand-preview .ondemand-preview-content .ondemand-preview-host .ondemand-preview-host-img img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.ondemand-preview .ondemand-preview-content h3,
.ondemand-preview .ondemand-preview-content h4 {
  padding: 0;
}
.ondemand-preview .ondemand-preview-content h3,
.ondemand-preview .ondemand-preview-content a {
  color: #ffffff;
}

.buy-cta {
  background: #ffffff;
  color: #000000;
  padding: 1.25rem;
}

#anwr-checkout {
  max-width: 56.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important;
  top: 1.25rem !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
  max-width: 67.5rem !important;
  padding: 1.25rem;
}
.wp-block-cover .product.woocommerce.add_to_cart_inline {
  padding: 0 !important;
  border: none !important;
  margin: 0 0 1.875rem 0;
}
.wp-block-cover .product.woocommerce.add_to_cart_inline .wc-gzd-legal-price-info,
.wp-block-cover .product.woocommerce.add_to_cart_inline .wc-gzd-legal-price-info a {
  color: #ffffff;
}
.wp-block-cover .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount {
  display: block;
  font-size: 2.369em;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 768px) {
  .wp-block-cover .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount {
    font-size: 1.333em;
  }
}
.wp-block-cover p.wc-gzd-additional-info {
  display: none;
}
.wp-block-cover .button {
  background-color: #ffffff;
  color: #000000;
}

.ondemand-audio-list .ondemand-audio-list-item {
  margin: 1.25rem 0;
  padding: 0.625rem 2.5rem;
  background-color: white;
  border-radius: 0.25rem;
  list-style: none;
}
.ondemand-audio-list .ondemand-audio-list-item p {
  text-align: center;
  margin-bottom: 0.625rem;
  font-weight: 500;
}

.wp-block-sensei-lms-course-list {
  max-width: 56.25rem;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.wp-block-sensei-lms-course-list ul {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0;
}
.wp-block-sensei-lms-course-list ul li {
  width: 100%;
  height: 42.5rem;
}
@media (max-width: 768px) {
  .wp-block-sensei-lms-course-list ul li {
    height: 45rem;
  }
}
.wp-block-sensei-lms-course-list ul li div {
  border: none;
  color: #333333;
}
.wp-block-sensei-lms-course-list ul li .wp-block-post-featured-image {
  height: 31.25rem !important;
}
.wp-block-sensei-lms-course-list ul li .wp-block-post-featured-image a,
.wp-block-sensei-lms-course-list ul li .wp-block-post-featured-image img {
  height: 100% !important;
}
.wp-block-sensei-lms-course-list ul li .wp-block-post-featured-image img {
  border-radius: 1.25rem;
}
.wp-block-sensei-lms-course-list ul li .sensei-cta {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-sensei-lms-course-list ul li .sensei-cta form {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-sensei-lms-course-list ul li .sensei-cta form {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: flex;
  }
}
.wp-block-sensei-lms-course-list ul li .sensei-cta form .wp-block-sensei-button {
  margin: 0 auto;
  width: 100%;
}
.wp-block-sensei-lms-course-list ul li .sensei-cta form .wp-block-sensei-button button,
.wp-block-sensei-lms-course-list ul li .sensei-cta form .wp-block-sensei-button .wp-block-button__link {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-sensei-lms-course-list ul li .wp-block-columns {
  width: 90%;
  background: #ffe3d0;
  padding: 1.25rem;
  border-radius: 1.25rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .wp-block-sensei-lms-course-list ul li .wp-block-columns {
    gap: 0;
  }
}
.wp-block-sensei-lms-course-list ul li .wp-block-columns .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .wp-block-sensei-lms-course-list ul li .wp-block-columns .wp-block-column {
    margin: 0;
  }
}
.wp-block-sensei-lms-course-list ul li .wp-block-columns .wp-block-column .sensei-block-wrapper {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.wp-block-sensei-lms-course-list ul li .sensei-progress-bar__bar {
  background: #fff;
}
.wp-block-sensei-lms-course-list ul li .sensei-progress-bar__bar .sensei-progress-bar__progress {
  background: #2bc27c;
}
.wp-block-sensei-lms-course-list ul li .wp-block-button__link:not(.has-background) {
  background-color: #2bc27c;
  color: #fff;
}
.wp-block-sensei-lms-course-list .wp-block-post-author,
.wp-block-sensei-lms-course-list .wp-block-post-excerpt,
.wp-block-sensei-lms-course-list .wp-block-sensei-lms-course-overview {
  display: none;
}

article.course .wp-block-sensei-lms-course-outline,
article.course p {
  max-width: 56.25rem;
  margin: auto;
}
article.course .wp-block-cover {
  min-height: 60vh !important;
  margin-bottom: 3.75rem;
}
article.course .wp-block-cover .wp-block-button__link:not(.has-background) {
  background-color: #2bc27c;
  color: #fff;
}
article.course .sensei-block-wrapper {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  max-width: 56.25rem;
  margin: 1.25rem auto;
}
@media (max-width: 768px) {
  article.course .sensei-block-wrapper {
    margin: 0 1.25rem;
  }
}
article.course .sensei-progress-bar__bar {
  background-color: #f8f8f8;
}
article.course .sensei-progress-bar__bar .sensei-progress-bar__progress {
  background-color: #2bc27c;
}
article.course .wp-block-sensei-lms-course-outline-module {
  border: 1px solid #f8f8f8;
  border-radius: 1.25rem;
  background: rgba(255, 227, 208, 0.2509803922);
}
article.course .wp-block-sensei-lms-course-outline-module header {
  background-color: #ffe3d0 !important;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #333 !important;
}
article.course .wp-block-sensei-lms-course-outline-module header .wp-block-sensei-lms-course-outline-module__progress-indicator__text {
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}
article.course .wp-block-sensei-lms-course-outline-module .sensei-collapsible__content .wp-block-sensei-lms-course-outline-module__lessons-title {
  background-color: transparent !important;
  text-transform: none;
  padding: 1.25rem;
}
article.course .wp-block-sensei-lms-course-outline-module .sensei-collapsible__content .wp-block-sensei-lms-course-outline-lesson {
  color: #333 !important;
  font-weight: 500;
}

.single.lesson .ondemand-content-wrapper {
  margin: 1rem auto;
}
.single.lesson .ondemand-multiplaylists {
  width: 100%;
  padding: 0;
}
.single.lesson .ondemand-multiplaylists .ondemand-multiplaylist-item {
  max-width: 100%;
  text-align: left;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 2.5rem auto;
}
.single.lesson .ondemand-multiplaylists .ondemand-multiplaylist-item > div {
  text-align: left;
}

.single-lesson.sensei-course-theme,
.single-quiz.sensei-course-theme {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
.single-lesson.sensei-course-theme h1,
.single-lesson.sensei-course-theme h2,
.single-lesson.sensei-course-theme h3,
.single-lesson.sensei-course-theme h4,
.single-lesson.sensei-course-theme h5,
.single-quiz.sensei-course-theme h1,
.single-quiz.sensei-course-theme h2,
.single-quiz.sensei-course-theme h3,
.single-quiz.sensei-course-theme h4,
.single-quiz.sensei-course-theme h5 {
  font-weight: 600 !important;
  color: #333;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
.single-lesson.sensei-course-theme h1.wp-block-post-title,
.single-quiz.sensei-course-theme h1.wp-block-post-title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: clamp(1.5rem, 1.14rem + 1.79vw, 2rem);
}
.single-lesson.sensei-course-theme .sensei-lms-notice,
.single-quiz.sensei-course-theme .sensei-lms-notice {
  border-radius: 1.25rem;
}
.single-lesson.sensei-course-theme .sensei-course-theme__button,
.single-lesson.sensei-course-theme .wp-block-sensei-button,
.single-lesson.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link, .btn-green),
.single-quiz.sensei-course-theme .sensei-course-theme__button,
.single-quiz.sensei-course-theme .wp-block-sensei-button,
.single-quiz.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link, .btn-green) {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border: none;
}
.single-lesson.sensei-course-theme .sensei-course-theme__button.is-style-outline .wp-block-button__link,
.single-lesson.sensei-course-theme .wp-block-sensei-button.is-style-outline .wp-block-button__link,
.single-lesson.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link, .btn-green).is-style-outline .wp-block-button__link,
.single-quiz.sensei-course-theme .sensei-course-theme__button.is-style-outline .wp-block-button__link,
.single-quiz.sensei-course-theme .wp-block-sensei-button.is-style-outline .wp-block-button__link,
.single-quiz.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link, .btn-green).is-style-outline .wp-block-button__link {
  background: transparent;
  color: #333;
  border: 0.125rem solid #333 !important;
}
.single-lesson.sensei-course-theme .sensei-course-theme__button.is-primary,
.single-lesson.sensei-course-theme .wp-block-sensei-button.is-primary,
.single-lesson.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link, .btn-green).is-primary,
.single-quiz.sensei-course-theme .sensei-course-theme__button.is-primary,
.single-quiz.sensei-course-theme .wp-block-sensei-button.is-primary,
.single-quiz.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link, .btn-green).is-primary {
  background: #333;
  color: #fff;
  border: 0.125rem solid #333 !important;
}
.single-lesson .sensei-course-theme__header,
.single-quiz .sensei-course-theme__header {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  background-color: #ffe3d0;
  flex-direction: column;
}
.single-lesson .sensei-course-theme__header .wp-block-site-logo,
.single-quiz .sensei-course-theme__header .wp-block-site-logo {
  width: var(--sensei-lm-sidebar-width);
}
.single-lesson .sensei-course-theme__header .wp-block-site-logo img,
.single-quiz .sensei-course-theme__header .wp-block-site-logo img {
  height: 3.75rem;
  max-height: none;
}
.single-lesson .sensei-course-theme__header h2,
.single-quiz .sensei-course-theme__header h2 {
  font-size: clamp(1.5rem, 1rem + 0.476vw, 1.125rem);
  margin: 0;
  white-space: normal;
}
.single-lesson .sensei-course-theme__header .wp-block-sensei-lms-course-theme-course-progress-counter,
.single-quiz .sensei-course-theme__header .wp-block-sensei-lms-course-theme-course-progress-counter {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
}
.single-lesson .sensei-course-theme__header .sensei-course-theme-course-progress-bar,
.single-quiz .sensei-course-theme__header .sensei-course-theme-course-progress-bar {
  background-color: #ffd5bc;
  margin: 0 !important;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 1.25rem;
  height: 0.25rem !important;
}
.single-lesson .sensei-course-theme__header .sensei-course-theme-course-progress-bar .sensei-course-theme-course-progress-bar-inner,
.single-quiz .sensei-course-theme__header .sensei-course-theme-course-progress-bar .sensei-course-theme-course-progress-bar-inner {
  background-color: #2bc27c;
  height: 0.25rem !important;
}
.single-lesson .sensei-course-theme__header .btn-back-desktop a,
.single-quiz .sensei-course-theme__header .btn-back-desktop a {
  white-space: nowrap;
}
@media screen and (max-width: 782px) {
  .single-lesson .sensei-course-theme__header,
  .single-quiz .sensei-course-theme__header {
    position: relative;
    height: auto;
    top: 0;
  }
  .single-lesson .sensei-course-theme__header .sensei-course-theme-header-content,
  .single-quiz .sensei-course-theme__header .sensei-course-theme-header-content {
    flex-wrap: wrap;
  }
  .single-lesson .sensei-course-theme__header .lms-header-left,
  .single-quiz .sensei-course-theme__header .lms-header-left {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .single-lesson .sensei-course-theme__header .lms-header-left > *,
  .single-quiz .sensei-course-theme__header .lms-header-left > * {
    min-width: 12.5rem;
  }
  .single-lesson .sensei-course-theme__header .lms-header-left .course-title,
  .single-quiz .sensei-course-theme__header .lms-header-left .course-title {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    max-width: 100%;
    text-wrap: wrap;
    margin: 1rem auto 0;
    text-align: left;
    margin-left: 0;
    font-size: 1.375rem;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right,
  .single-quiz .sensei-course-theme__header .lms-header-right {
    width: 100%;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons {
    margin: 1rem 0;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row-reverse;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons.buttons-mobile,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons.buttons-mobile {
    flex-direction: row-reverse;
    display: flex !important;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons.buttons-desktop,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons.buttons-desktop {
    display: none;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-back,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-back {
    background-color: transparent !important;
    /* border: 2px solid black !important; */
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-back a,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-back a {
    display: flex;
    padding: 0.83em 0.556em;
    align-items: center;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu {
    /* padding-left: 1.25rem !important; */
    /* padding-right: 1.25rem !important; */
    background-color: #fefdc8 !important;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu .close,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu .close {
    display: none;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu:hover,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu:hover {
    background-color: #f9f8aa !important;
    color: #000 !important;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu a,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu a {
    display: flex;
    gap: 0.25rem;
  }
  .single-lesson .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu svg,
  .single-quiz .sensei-course-theme__header .lms-header-right .lms-header-buttons .btn-lms-menu svg {
    height: 1.5rem;
    width: 1.5rem;
  }
  .single-lesson .sensei-course-theme__header .wp-block-site-logo,
  .single-quiz .sensei-course-theme__header .wp-block-site-logo {
    width: var(--sensei-lm-sidebar-width);
    margin: 1rem 0 0;
  }
  .single-lesson .sensei-course-theme__header .sensei-course-theme__sidebar-toggle,
  .single-quiz .sensei-course-theme__header .sensei-course-theme__sidebar-toggle {
    display: flex;
    width: 8rem;
    height: 2.75rem;
    border: none;
    padding: 0;
    position: absolute;
    right: 1.25rem;
    background: linear-gradient(to right, rgba(255, 227, 208, 0) 0%, #ffe3d0 75%, #ffe3d0) !important;
    top: 0.75rem;
    justify-content: right;
    align-items: center;
    color: #000;
    display: none;
  }
  .single-lesson .sensei-course-theme__header .sensei-course-theme__sidebar-toggle svg,
  .single-quiz .sensei-course-theme__header .sensei-course-theme__sidebar-toggle svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
  }
  .single-lesson .sensei-course-theme__header .wp-block-sensei-lms-exit-course,
  .single-quiz .sensei-course-theme__header .wp-block-sensei-lms-exit-course {
    position: absolute;
    left: 1.25rem;
  }
}
.single-lesson .sensei-course-theme__columns,
.single-quiz .sensei-course-theme__columns {
  background-color: #ffe3d0;
}
@media (max-width: 768px) {
  .single-lesson .sensei-course-theme__columns,
  .single-quiz .sensei-course-theme__columns {
    display: block;
  }
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar {
  background-color: #ffe3d0;
  border-right: none !important;
  /* Grundlegende Scrollbar-Einstellungen */
  scrollbar-width: thin; /* Für Firefox */
  scrollbar-color: #efbda0 #ffe3d0; /* Für Firefox */
  /* Für Webkit-basierte Browser (Chrome, Safari, etc.) */
  /* Für Internet Explorer */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module {
  width: 100%;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-lms-course-navigation-module__title,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-lms-course-navigation-module__title {
  margin: 0 !important;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-collapsible__toggle,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-collapsible__toggle {
  margin-left: 0;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-lms-course-navigation-lesson__link,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-lms-course-navigation-lesson__link {
  color: #333;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-lms-course-navigation-lesson__link .sensei-lms-course-navigation-lesson__title,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar .sensei-lms-course-navigation-module .sensei-lms-course-navigation-lesson__link .sensei-lms-course-navigation-lesson__title {
  font-size: 1rem;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar {
  width: 0.5rem; /* Breite der Scrollbar */
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar-track,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar-track {
  background: #ffe3d0; /* Farbe der Scrollbar-Spur */
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar-thumb,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar-thumb {
  background-color: #efbda0; /* Farbe des Scrollbar-Griffs */
  border-radius: 1.25rem; /* Abrundung des Scrollbar-Griffs */
  border: none; /* Optionaler Rahmen um den Griff */
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar-thumb:hover,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #ebaf8c; /* Farbe des Scrollbar-Griffs beim Hover */
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__main-content,
.single-lesson .sensei-course-theme__columns .sensei-course-theme__quiz__main-content,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__main-content,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__quiz__main-content {
  background: #fff;
  border-radius: 1.25rem;
  margin: 2.5rem auto;
  padding: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-lesson .sensei-course-theme__columns .sensei-course-theme__main-content,
  .single-lesson .sensei-course-theme__columns .sensei-course-theme__quiz__main-content,
  .single-quiz .sensei-course-theme__columns .sensei-course-theme__main-content,
  .single-quiz .sensei-course-theme__columns .sensei-course-theme__quiz__main-content {
    padding: 1.25rem;
    border-radius: 0;
  }
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__main-content .sensei-lms-quiz-back-to-lesson,
.single-lesson .sensei-course-theme__columns .sensei-course-theme__quiz__main-content .sensei-lms-quiz-back-to-lesson,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__main-content .sensei-lms-quiz-back-to-lesson,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__quiz__main-content .sensei-lms-quiz-back-to-lesson {
  margin: 0 0 1.25rem 0;
}
.single-lesson .sensei-course-theme__columns .sensei-course-theme__main-content .wp-block-sensei-lms-course-theme-lesson-module,
.single-lesson .sensei-course-theme__columns .sensei-course-theme__quiz__main-content .wp-block-sensei-lms-course-theme-lesson-module,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__main-content .wp-block-sensei-lms-course-theme-lesson-module,
.single-quiz .sensei-course-theme__columns .sensei-course-theme__quiz__main-content .wp-block-sensei-lms-course-theme-lesson-module {
  border-left: none;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.wp-block-sensei-lms-lesson-actions .wp-block-sensei-lms-button-lesson-completed,
.wp-block-sensei-lms-lesson-actions .wp-block-sensei-lms-button-complete-lesson {
  text-align: left;
  margin-bottom: 1rem;
}
.wp-block-sensei-lms-lesson-actions .wp-block-sensei-lms-button-lesson-completed:hover,
.wp-block-sensei-lms-lesson-actions .wp-block-sensei-lms-button-complete-lesson:hover {
  background-color: transparent !important;
}
.wp-block-sensei-lms-lesson-actions .wp-block-sensei-lms-button-complete-lesson button {
  text-wrap: wrap;
}
.wp-block-sensei-lms-lesson-actions .wp-block-sensei-lms-button-complete-lesson:hover button {
  background-color: var(--sensei-button-outline-hover-color) !important;
}
.wp-block-sensei-lms-lesson-actions .wp-block-button__link {
  margin-left: 0;
  margin-right: 0;
}

.single-quiz ul,
.single-quiz ol {
  list-style: none;
  margin: 0;
}
.single-quiz .sensei-quiz-action .wp-block-button, .single-quiz .sensei-quiz-actions .wp-block-button {
  background-color: transparent !important;
  text-align: left;
}
.single-quiz .sensei-quiz-action button, .single-quiz .sensei-quiz-actions button {
  background: #333;
  color: #fff;
  border: 0.125rem solid #333 !important;
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .single-quiz .sensei-quiz-action button, .single-quiz .sensei-quiz-actions button {
    width: 100%;
  }
}
.single-quiz .sensei-quiz-action .sensei-course-theme__button.is-link, .single-quiz .sensei-quiz-actions .sensei-course-theme__button.is-link {
  background: #fff;
  color: #333;
  border: none !important;
  margin: 0 0 1.25rem 0;
}

a.sensei-lms-quiz-back-to-lesson {
  margin-bottom: 2rem;
}

.wp-block-sensei-lms-course-results h2 {
  margin: 2.5rem auto;
}
.wp-block-sensei-lms-course-results .wp-block-sensei-lms-course-results__grade {
  display: none;
}
.wp-block-sensei-lms-course-results .wp-block-sensei-lms-course-results__module {
  background: #fff5ef;
}
.wp-block-sensei-lms-course-results .wp-block-sensei-lms-course-results__module header {
  background-color: #ffe3d0 !important;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #333 !important;
}
.wp-block-sensei-lms-course-results .wp-block-sensei-lms-course-results__module .wp-block-sensei-lms-course-results__lesson-title {
  font-weight: 500;
  font-size: 1rem;
}

/* Mobile Header / Navigation */
.sensei-course-theme--sidebar-open .lms-header-left,
.sensei-course-theme--sidebar-open .btn-back,
.sensei-course-theme--sidebar-open .btn-lms-menu .open {
  display: none;
}

.sensei-course-theme--sidebar-open .btn-lms-menu .close {
  display: inline !important;
}

.sticky-product-box {
  background: #fcff74;
  box-shadow: 0px 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 62.5rem;
  z-index: 100;
  width: 100%;
  max-height: 4rem;
  height: auto;
  border-radius: 0.25rem;
  padding: 0.625rem;
  transition: 0.2s all ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .sticky-product-box {
    background: transparent;
    box-shadow: none;
  }
}
.sticky-product-box .sticky-box-title {
  margin: 0 0 0 0.625rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sticky-product-box .sticky-box-title {
    display: none;
  }
}
.sticky-product-box.active {
  opacity: 1;
  top: 1.25rem;
}
@media (max-width: 768px) {
  .sticky-product-box.active {
    top: auto;
    bottom: 0.875rem;
  }
}
.sticky-product-box.inactive {
  opacity: 0;
  top: -1.25rem;
}
@media (max-width: 768px) {
  .sticky-product-box.inactive {
    top: auto;
    bottom: -1.25rem;
  }
}

.sticky-referrer-box {
  background: #f8f40e;
  box-shadow: 0px 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 62.5rem;
  z-index: 100;
  width: 100%;
  max-height: 4rem;
  height: auto;
  border-radius: 0.25rem;
  padding: 0.625rem;
  transition: 0.2s all ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .sticky-referrer-box {
    background: transparent;
    box-shadow: none;
  }
}
.sticky-referrer-box .sticky-box-title {
  margin: 0 0 0 0.625rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sticky-referrer-box .sticky-box-title {
    display: none;
  }
}
.sticky-referrer-box.active {
  opacity: 1;
  top: 1.25rem;
}
@media (max-width: 768px) {
  .sticky-referrer-box.active {
    top: auto;
    bottom: 0.875rem;
  }
}
.sticky-referrer-box.inactive {
  opacity: 0;
  top: -1.25rem;
}
@media (max-width: 768px) {
  .sticky-referrer-box.inactive {
    top: auto;
    bottom: -1.25rem;
  }
}

.hentry .entry-content .sticky-product-box .wp-block-button {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .hentry .entry-content .sticky-product-box .wp-block-button {
    width: 100%;
    display: flex;
  }
  .hentry .entry-content .sticky-product-box .wp-block-button .wp-block-button__link {
    padding: 0.6180469716em 1rem;
  }
}
.hentry .entry-content .sticky-product-box .wp-block-button .wp-block-button__link {
  color: #fff;
  background: #23b772;
}
@media (max-width: 768px) {
  .hentry .entry-content .sticky-product-box .wp-block-button .wp-block-button__link {
    box-shadow: 0px 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
    width: 50%;
    margin-left: 0.3125rem;
  }
}

@media screen and (max-width: 800px) {
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content {
    display: flex;
    flex-direction: row;
    padding-bottom: 1.25rem;
  }
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs__header_item {
    width: auto;
    float: left;
  }
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs-item {
    flex-direction: column;
  }
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header {
    width: auto;
    float: left;
    border: 0.1875rem solid black;
  }
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header.hidden {
    border-color: transparent;
  }
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__header.active {
    border-bottom: 0;
  }
  .site-main#main .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__content .wp-block-themeisle-blocks-tabs-item .wp-block-themeisle-blocks-tabs-item__content {
    width: 100%;
    float: left;
    border-bottom: 0.1875rem solid black;
    line-break: normal;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.5rem;
  padding: 0.625rem;
  grid-auto-rows: 1fr;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 100%;
    grid-gap: 1.25rem;
  }
}
.team-grid a {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.team-preview {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  clear: both;
  padding: 1.25rem;
  margin: auto;
  transition: transform 0.2s;
  position: relative;
  border-radius: 0.625rem;
  display: flex;
  gap: 1.25rem;
  background-image: linear-gradient(130deg, hsl(59, 96%, 89%) 0%, hsl(104, 81%, 96%) 33%, hsl(40, 50%, 93%) 50%, hsl(15, 99%, 91%) 67%, hsl(344, 96%, 90%) 100%);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .team-preview {
    padding: 1.25rem;
  }
}
.team-preview:hover {
  transform: translateY(-0.3125rem);
  transform: scale(1.004);
  box-shadow: 0px 0.625rem 2.8125rem 0.3125rem rgba(0, 0, 0, 0.05);
}
.team-preview .team-preview-content {
  flex-basis: 60%;
}
.team-preview .team-preview-content h3,
.team-preview .team-preview-content h4,
.team-preview .team-preview-content a,
.team-preview .team-preview-content p {
  color: #000;
}
.team-preview .team-preview-content h4 {
  margin: 0;
}
.team-preview .team-preview-content h3 {
  margin: auto;
  font-size: clamp(1rem, 2vw + 1rem, 5rem);
}
.team-preview .team-preview-content p {
  font-weight: 400;
  font-size: 1rem;
}
.team-preview .team-preview-img {
  aspect-ratio: 1/1;
  flex-basis: 40%;
  display: flex;
  align-items: center;
}
.team-preview .team-preview-img img {
  object-fit: cover;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
}

.single-lehrer .post-intro-img {
  margin: auto;
  max-width: 67.5rem;
}
.single-lehrer .post-intro-img img {
  max-height: 31.25rem;
  margin-left: 0;
  width: auto;
}

.team-header {
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(130deg, hsl(59, 96%, 89%) 0%, hsl(104, 81%, 96%) 33%, hsl(40, 50%, 93%) 50%, hsl(15, 99%, 91%) 67%, hsl(344, 96%, 90%) 100%);
  margin: 2.5rem auto;
  gap: 2.5rem;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .team-header {
    padding: 1.25rem;
    flex-direction: column;
  }
}
.team-header .team-intro-img {
  width: 100%;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-height: 60vh;
}
@media (max-width: 768px) {
  .team-header .team-intro-img {
    max-width: 100%;
  }
}
.team-header .team-intro-img img {
  object-fit: cover;
  border-radius: 0.625rem;
  margin-bottom: 0;
  width: 100%;
  object-position: top center;
}
.team-header .team-intro-title {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .team-header .team-intro-title {
    align-items: center;
  }
}
.team-header .team-intro-title h1 {
  font-size: 5rem;
  margin: 0 0 0.625rem;
  padding: 0;
}
@media (max-width: 768px) {
  .team-header .team-intro-title h1 {
    font-size: 2rem;
  }
}
.team-header .team-intro-title h2 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .team-header .team-intro-title h2 {
    font-size: 1rem;
  }
}

.team-lessons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.75rem;
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .team-lessons {
    grid-template-columns: 1fr;
  }
}
.team-lessons .team-lesson {
  display: flex;
}
.team-lessons .team-lesson a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team-lessons .team-lesson a .team-lesson-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.team-lessons .team-lesson a .team-lesson-img img {
  border-radius: 0.625rem;
}
.team-lessons .team-lesson a .team-lesson-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 0.625rem;
}
.team-lessons .team-lesson a .team-lesson-img .team-lesson-thumbnail {
  display: block;
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  margin-bottom: 0;
}
.team-lessons .team-lesson a .team-lesson-img .team-lesson-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.woocommerce-cart #content.site-content .site-main .woocommerce .empty-custom-cart {
  background: #f0f0f0;
  border-radius: 0.1875rem;
  padding: 2.5rem 0 3.75rem 0;
  margin-top: 1.25rem;
}
.woocommerce-cart #content.site-content .site-main .cart-empty {
  margin: 1.25rem auto;
}
.woocommerce-cart #content.site-content .site-main .cart-empty.woocommerce-info {
  background: transparent;
  color: black;
  margin: 0 auto 1.25rem auto;
  padding: 0.625rem 0;
}
.woocommerce-cart #content.site-content .site-main .button.wc-backward {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
}
.woocommerce-cart #content.site-content .site-main .button.wc-backward:hover {
  background-color: #00856e;
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro {
  display: flex;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart #content.site-content .site-main .cart-is-empty-intro {
    flex-wrap: wrap;
  }
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box {
  width: 50%;
  margin-right: 0.625rem;
  min-height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box {
    width: 100%;
    margin: 0 0.625rem 0.625rem 0.625rem;
  }
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box .empty-cart-box-overlay {
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box.right {
  margin-left: 0.625rem;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box.right {
    margin: 0 0.625rem 0.625rem 0.625rem;
  }
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box .empty-cart-title p {
  color: white;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 600;
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box .empty-cart-button a {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
}
.woocommerce-cart #content.site-content .site-main .cart-is-empty-intro .empty-cart-box .empty-cart-button a:hover {
  background-color: #00856e;
}
.woocommerce-cart #content.site-content .site-main table,
.woocommerce-cart #content.site-content .site-main th,
.woocommerce-cart #content.site-content .site-main td {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .woocommerce-cart #content.site-content .site-main table,
  .woocommerce-cart #content.site-content .site-main th,
  .woocommerce-cart #content.site-content .site-main td {
    font-size: 1rem;
    font-weight: 400;
  }
}
.woocommerce-cart #content.site-content .site-main table:not(.has-background) tbody tr:nth-child(2n) td,
.woocommerce-cart #content.site-content .site-main table:not(.has-background) tbody td,
.woocommerce-cart #content.site-content .site-main table:not(.has-background) tbody th,
.woocommerce-cart #content.site-content .site-main table:not(.has-background) tbody tr,
.woocommerce-cart #content.site-content .site-main fieldset,
.woocommerce-cart #content.site-content .site-main fieldset legend {
  background-color: transparent !important;
}

.cart-layout {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cart-layout {
    flex-direction: column;
    margin: 0 0 2.5rem 0;
  }
}
.cart-layout .cart-products {
  margin-right: 3.75rem;
  width: 60vw;
}
@media (max-width: 768px) {
  .cart-layout .cart-products {
    margin-right: 0;
    width: 100vw;
  }
}
.cart-layout .cart-coupon-totals {
  width: 40vw;
}
@media (max-width: 768px) {
  .cart-layout .cart-coupon-totals {
    width: 100vw;
  }
}

.woocommerce-cart-form ul.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  list-style: none;
  margin: 0;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  flex-direction: row;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  box-shadow: #e5e5e5 0px 0px 0px 0px inset, #e5e5e5 0px 0px 0px 0px inset, #e5e5e5 0px -1px 0px 0px inset, #e5e5e5 0px 0px 0px 0px inset;
  justify-content: space-between;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-img-info {
  display: flex;
  flex-direction: row;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  max-width: 9.375rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    max-width: 6.25rem;
    margin-right: 1.25rem;
  }
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-title {
  font-weight: 400;
  font-size: 1.125rem;
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-title {
    font-size: 1rem;
  }
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-name {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation {
  margin: 0.625rem 0;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation dt {
  float: left;
  margin-right: 0.625rem;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation dd {
  margin: 0 0 0 0.3125rem;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation p,
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation dt,
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation dd {
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation p,
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation dt,
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item dl.variation dd {
    font-size: 1rem;
  }
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-quantity-price {
  display: flex;
  font-size: 1.125rem;
  color: #888888;
}
@media (max-width: 768px) {
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-quantity-price {
    font-size: 1rem;
  }
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
  display: flex;
  font-weight: 500;
  font-size: 1.125rem;
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  .woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
    font-size: 1rem;
  }
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item .product-remove {
  margin-top: 1.25rem;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item a.remove {
  display: flex;
  background: #f8f8f8;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item a.remove:hover {
  background: #fbb68f;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item a.remove:hover svg {
  fill: #fff;
  width: 1.125rem;
}
.woocommerce-cart-form li.woocommerce-cart-form__cart-item.cart_item a.remove svg {
  fill: #888;
  width: 1.125rem;
}

.cart-update {
  width: 100%;
  padding: 0 0 1.25rem 0;
  display: flex;
  justify-content: center;
}
.cart-update button {
  background-color: transparent;
  border-color: transparent;
  color: #888888;
  font-weight: 400 !important;
  border-radius: 0;
  display: flex;
}
.cart-update button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.cart-update button:hover svg {
  fill: #000;
  width: 1.125rem;
}
.cart-update button span {
  margin-right: 0.625rem;
}
.cart-update button svg {
  fill: #888;
  width: 1.125rem;
}

.cart-collaterals {
  border-radius: 0.5rem;
  background: #f8f8f8;
  margin: 0 1.25rem;
  padding: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .cart-collaterals {
    font-size: 1rem;
  }
}
.cart-collaterals .coupon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.cart-collaterals .coupon button {
  margin: 0;
  flex: 1;
  font-size: 0.9rem;
  border-radius: 0 0.25rem 0.25rem 0 !important;
}
.cart-collaterals .coupon input {
  height: 2.75rem;
  width: 100%;
  border-radius: 0.25rem 0 0 0.25rem;
  flex: 1;
}
.cart-collaterals .cart-subtotal td,
.cart-collaterals .cart-subtotal th,
.cart-collaterals .woocommerce-shipping-totals td,
.cart-collaterals .woocommerce-shipping-totals th,
.cart-collaterals .order-total td,
.cart-collaterals .order-total th,
.cart-collaterals .order-tax td,
.cart-collaterals .order-tax th {
  padding: 0.625rem 0;
  color: #000;
}
.cart-collaterals .cart-subtotal td,
.cart-collaterals .woocommerce-shipping-totals td,
.cart-collaterals .order-total td,
.cart-collaterals .order-tax td {
  text-align: right;
}
.cart-collaterals .cart-subtotal th,
.cart-collaterals .cart-subtotal td,
.cart-collaterals .woocommerce-shipping-totals th,
.cart-collaterals .woocommerce-shipping-totals td,
.cart-collaterals .order-tax th,
.cart-collaterals .order-tax td {
  font-weight: 400 !important;
}
.cart-collaterals .order-tax th,
.cart-collaterals .order-tax td {
  color: #888888;
}

.selling-usps {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 3.75rem auto;
  align-items: baseline;
}
@media (max-width: 768px) {
  .selling-usps {
    flex-direction: column;
    width: 100%;
    margin: 0 1.25rem 3.75rem 1.25rem;
  }
}
.selling-usps .selling-usp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .selling-usps .selling-usp {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.selling-usps .selling-usp .selling-usp-icon svg,
.selling-usps .selling-usp .selling-usp-icon img {
  height: 6.25rem;
  padding: 0 0 1.25rem 0;
  width: auto;
}
.selling-usps .selling-usp .selling-usp-text {
  margin: 0 1.25rem;
}
.selling-usps .selling-usp .selling-usp-text h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .selling-usps .selling-usp .selling-usp-text h4 {
    padding: 0;
  }
}
.selling-usps .selling-usp .selling-usp-text span {
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  display: block;
}

#content.site-content .woocommerce-form-coupon-toggle {
  max-width: 72.5rem;
}
#content.site-content .woocommerce-form-coupon-toggle .woocommerce-info {
  max-width: 72.5rem;
}

#content.site-content .woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  max-width: 72.5rem;
}
#content.site-content .woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error li {
  display: block;
}
#content.site-content .woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error li a {
  background-color: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  cursor: pointer;
  padding: unset;
  margin: unset;
  float: unset;
  white-space: unset;
  height: unset;
  max-height: unset;
}

.checkout-layout,
.checkout-banner-wrapper {
  display: flex;
  flex-direction: row;
  padding: 1.25rem;
  width: 100%;
  margin: 0 0 6.25rem 0;
  /* arrows */
}
@media (max-width: 768px) {
  .checkout-layout,
  .checkout-banner-wrapper {
    flex-direction: column;
    margin: 0 0 1.25rem 0;
  }
}
.checkout-layout .checkout-form,
.checkout-banner-wrapper .checkout-form {
  margin-right: 3.75rem;
  width: 60vw;
}
@media (max-width: 768px) {
  .checkout-layout .checkout-form,
  .checkout-banner-wrapper .checkout-form {
    margin-right: 0;
    width: 100%;
  }
}
.checkout-layout .checkout-form #customer_details h3,
.checkout-banner-wrapper .checkout-form #customer_details h3 {
  margin-top: 1.25rem;
}
.checkout-layout .checkout-summary,
.checkout-banner-wrapper .checkout-summary {
  width: 40vw;
}
@media (max-width: 768px) {
  .checkout-layout .checkout-summary,
  .checkout-banner-wrapper .checkout-summary {
    width: 100%;
  }
}
.checkout-layout .checkout-summary #order_payment_heading,
.checkout-banner-wrapper .checkout-summary #order_payment_heading {
  display: none;
}
.checkout-layout .checkout-summary-inner,
.checkout-banner-wrapper .checkout-summary-inner {
  border-radius: 0.5rem;
  background: #f8f8f8;
  padding: 1.25rem;
  margin: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .checkout-layout .checkout-summary-inner,
  .checkout-banner-wrapper .checkout-summary-inner {
    font-size: 1rem;
    margin: 0;
  }
}
.checkout-layout .checkout-summary-inner #order_review_heading,
.checkout-banner-wrapper .checkout-summary-inner #order_review_heading {
  display: none !important;
}
@media (max-width: 768px) {
  .checkout-layout h3,
  .checkout-layout p,
  .checkout-banner-wrapper h3,
  .checkout-banner-wrapper p {
    padding: 0;
  }
  .checkout-layout button,
  .checkout-banner-wrapper button {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-layout h3,
  .checkout-banner-wrapper h3 {
    font-size: 2rem;
  }
}
.checkout-layout p,
.checkout-banner-wrapper p {
  font-size: 1.125rem;
}
.checkout-layout .form-row,
.checkout-banner-wrapper .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .checkout-layout .form-row,
  .checkout-banner-wrapper .form-row {
    margin-bottom: 0.3125rem;
  }
}
.checkout-layout .form-row label,
.checkout-banner-wrapper .form-row label {
  font-weight: 400;
  font-size: 1.125rem;
  color: #444;
}
.checkout-layout .form-row input[type=text],
.checkout-layout .form-row input[type=number],
.checkout-layout .form-row input[type=email],
.checkout-layout .form-row input[type=tel],
.checkout-layout .form-row input[type=url],
.checkout-layout .form-row input[type=password],
.checkout-layout .form-row input[type=search],
.checkout-layout .form-row textarea,
.checkout-layout .form-row .input-text,
.checkout-banner-wrapper .form-row input[type=text],
.checkout-banner-wrapper .form-row input[type=number],
.checkout-banner-wrapper .form-row input[type=email],
.checkout-banner-wrapper .form-row input[type=tel],
.checkout-banner-wrapper .form-row input[type=url],
.checkout-banner-wrapper .form-row input[type=password],
.checkout-banner-wrapper .form-row input[type=search],
.checkout-banner-wrapper .form-row textarea,
.checkout-banner-wrapper .form-row .input-text {
  font-size: 1.125rem;
  width: 100%;
}
.checkout-layout .woocommerce-shipping-fields label,
.checkout-banner-wrapper .woocommerce-shipping-fields label {
  font-size: 1.125rem;
}
.checkout-layout .woocommerce-shipping-fields .shipping-dhl-postnumber,
.checkout-layout .woocommerce-shipping-fields .dhl-desc,
.checkout-banner-wrapper .woocommerce-shipping-fields .shipping-dhl-postnumber,
.checkout-banner-wrapper .woocommerce-shipping-fields .dhl-desc {
  font-size: 1.125rem;
}
.checkout-layout .woocommerce-shipping-fields .shipping-dhl-postnumber a,
.checkout-layout .woocommerce-shipping-fields .dhl-desc a,
.checkout-banner-wrapper .woocommerce-shipping-fields .shipping-dhl-postnumber a,
.checkout-banner-wrapper .woocommerce-shipping-fields .dhl-desc a {
  text-decoration: underline;
}
.checkout-layout select,
.checkout-banner-wrapper select {
  /* styling */
  background-color: white;
  border: thin solid black;
  border-radius: 0.25rem;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  font-size: 1.125rem;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout-layout select,
.checkout-banner-wrapper select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 1.25rem) calc(1em + 0.125rem), calc(100% - 0.9375rem) calc(1em + 0.125rem), calc(100% - 2.5em) 0.5em;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5em;
  background-repeat: no-repeat;
  min-width: 15rem;
}
@media (max-width: 768px) {
  .checkout-layout select,
  .checkout-banner-wrapper select {
    width: 100%;
  }
}
.checkout-layout select:focus,
.checkout-banner-wrapper select:focus {
  background-image: linear-gradient(45deg, #8db8b4 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #8db8b4 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 0.9375rem) 1em, calc(100% - 1.25rem) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #8db8b4;
  outline: 0;
}
.checkout-layout select:-moz-focusring,
.checkout-banner-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.checkout-layout .wc_payment_methods,
.checkout-banner-wrapper .wc_payment_methods {
  list-style: none;
  margin: 0;
}
.checkout-layout .wc_payment_methods li,
.checkout-banner-wrapper .wc_payment_methods li {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.checkout-layout .wc_payment_methods li .payment_box,
.checkout-banner-wrapper .wc_payment_methods li .payment_box {
  padding-left: 1.75rem;
}
.checkout-layout .wc_payment_methods li .payment_box p,
.checkout-banner-wrapper .wc_payment_methods li .payment_box p {
  margin-bottom: 0;
}
.checkout-layout .wc_payment_methods li .payment_box .form-row,
.checkout-banner-wrapper .wc_payment_methods li .payment_box .form-row {
  flex-direction: row;
}
.checkout-layout .wc_payment_methods li p,
.checkout-banner-wrapper .wc_payment_methods li p {
  font-size: 1.125rem;
}
.checkout-layout .wc_payment_methods li label:not(.wc-stripe-new-payment-method),
.checkout-banner-wrapper .wc_payment_methods li label:not(.wc-stripe-new-payment-method) {
  font-weight: 500;
}
.checkout-layout .wc_payment_methods li fieldset,
.checkout-banner-wrapper .wc_payment_methods li fieldset {
  padding: 0;
  padding-top: 0;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 0;
}

.select2-selection--single {
  display: flex !important;
  height: 2.9375rem !important;
  margin: 0 0 -0.25rem !important;
  align-items: center !important;
  font-size: 1.125rem !important;
  justify-content: space-between !important;
  border: 1px solid #000 !important;
}
.select2-selection--single .select2-selection__arrow {
  position: relative !important;
}

.select2-results__option {
  margin-bottom: 0 !important;
  font-size: 1.125rem !important;
}

.select2-results__option--highlighted {
  background-color: #000 !important;
}

.woocommerce-shipping-methods li {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce-shipping-methods li {
    font-size: 1rem;
  }
}

table.woocommerce-checkout-review-order-table {
  margin: 0;
}
table.woocommerce-checkout-review-order-table thead {
  display: none;
}
table.woocommerce-checkout-review-order-table td,
table.woocommerce-checkout-review-order-table th {
  padding: 0;
  font-weight: 400 !important;
  color: #888;
  font-size: 1.125rem;
}
table.woocommerce-checkout-review-order-table td.product-name {
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  margin: 0 0 1.25rem 0;
  color: #000;
}
table.woocommerce-checkout-review-order-table td.product-name .product-quantity {
  font-weight: 400;
}
table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
table.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
  color: #000;
  font-weight: 500;
}
table.woocommerce-checkout-review-order-table dl.variation {
  margin: 0.625rem 0;
}
table.woocommerce-checkout-review-order-table dl.variation dt {
  float: left;
  margin-right: 0.625rem;
}
table.woocommerce-checkout-review-order-table dl.variation dd {
  margin: 0 0 0 0.3125rem;
}
table.woocommerce-checkout-review-order-table dl.variation p,
table.woocommerce-checkout-review-order-table dl.variation dt,
table.woocommerce-checkout-review-order-table dl.variation dd {
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 1.125rem;
}
table.woocommerce-checkout-review-order-table .cart-subtotal td,
table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
table.woocommerce-checkout-review-order-table .order-total td,
table.woocommerce-checkout-review-order-table .order-tax td {
  text-align: right;
  width: 40%;
}
table.woocommerce-checkout-review-order-table .cart-subtotal td,
table.woocommerce-checkout-review-order-table .cart-subtotal th,
table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
  font-weight: 400 !important;
  color: #000;
  font-size: 1.125rem;
}
table.woocommerce-checkout-review-order-table .order-total td,
table.woocommerce-checkout-review-order-table .order-total th {
  font-weight: 500 !important;
  color: #000;
  font-size: 1.125rem;
}

.site-content .checkout-button,
.site-content .place-order button {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 4.125rem;
  align-items: center;
  background-color: #009e87;
  color: #fff;
}
.site-content .checkout-button:hover,
.site-content .place-order button:hover {
  background-color: #00856e;
}

ul#shipping_method {
  list-style: none;
  margin: 0;
}
ul#shipping_method li {
  margin-bottom: 0;
}

.coupon label {
  display: none;
}

.checkbox-legal {
  margin-bottom: 2.5rem !important;
  line-height: 1.5;
}

p#wc-stripe-payment-request-button-separator {
  font-size: 1.125rem;
  color: #888888;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  max-width: 67.5rem;
}

.woocommerce-form-coupon input {
  padding: 0.6180469716em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: none;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  border-radius: 0.25rem;
  outline: none;
}
.woocommerce-form-coupon input:focus {
  background: #ebfdf8;
}

.about_paypal {
  display: none;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 1.25rem;
  border-radius: 0.25rem;
}

#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #000000;
  font-weight: 400;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
  background-color: #ffffff;
}

#order_review,
#order_review_heading {
  width: 100%;
  float: none;
  margin-right: 0;
  clear: both;
}

#order_review a {
  text-decoration: underline;
}

.checkout-banner-wrapper {
  display: flex;
  margin: auto;
  flex-direction: column;
}
@media (max-width: 768px) {
  .checkout-banner-wrapper {
    padding: 0.3125rem 1.25rem;
  }
}
.checkout-banner-wrapper p {
  margin-left: 0;
}
.checkout-banner-wrapper .woocommerce-form-login,
.checkout-banner-wrapper .woocommerce-form-coupon {
  margin-top: 1.25rem;
  max-width: 50vw;
}
@media (max-width: 768px) {
  .checkout-banner-wrapper .woocommerce-form-login,
  .checkout-banner-wrapper .woocommerce-form-coupon {
    max-width: 100%;
  }
}

/** Hide cart and checkout Coupons 

.woocommerce-form-coupon-toggle {
  display: none;
}



.shop_table {
  .actions {
    display: none;
  }
}

*/
.cart_totals h2 {
  display: none;
}

.woocommerce-shipping-methods li {
  font-size: 1.125rem;
}

.woocommerce-checkout .shop_table {
  margin: 0 0 2.5rem 0;
  background-color: transparent;
}
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th {
  background-color: transparent;
}

table:not(.has-background) th {
  background-color: transparent;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  font-weight: 400;
  line-height: 1.5;
}

#payment {
  margin-bottom: 0;
}

.yogafox-checkout-payment-hint {
  background: #ebfdf8;
  padding: 1.25rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: row;
  color: #333333;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 0 2.5rem 0;
}
.yogafox-checkout-payment-hint a {
  text-decoration: underline !important;
}
.yogafox-checkout-payment-hint svg {
  transform: scale(1.5);
}
.yogafox-checkout-payment-hint .payment-hint-icon {
  margin: 0 1.25rem 0 0;
}

#main.site-main .woocommerce-order h2 {
  font-size: 1.777em;
  margin: 1rem auto 1rem auto;
}
#main.site-main .woocommerce-order table {
  background-color: #f0f0f0;
  border-radius: 0;
  margin: 0 auto 0 auto;
  max-width: 62.5rem;
}
#main.site-main .woocommerce-order table td,
#main.site-main .woocommerce-order table th {
  border: 1px solid white;
  padding: 0.625rem;
  font-weight: 400 !important;
}
#main.site-main .woocommerce-order table th {
  width: 61%;
}
#main.site-main .woocommerce-order table.custom-invoice-table-button {
  padding: 0.625rem 0;
}
#main.site-main .woocommerce-order table.custom-invoice-table-button td {
  border: 0;
}
#main.site-main .woocommerce-order .woocommerce-order-downloads .download-product,
#main.site-main .woocommerce-order .woocommerce-order-downloads .download-remaining,
#main.site-main .woocommerce-order .woocommerce-order-downloads .download-expires {
  display: none;
}
#main.site-main .woocommerce-order .woocommerce-order-downloads .download-file a {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
}
#main.site-main .woocommerce-order .woocommerce-order-downloads .download-file a:hover {
  background-color: #00856e;
}
#main.site-main .woocommerce-order .woocommerce-table--order-on-demand-videos {
  padding: 0.625rem 0;
}
#main.site-main .woocommerce-order .woocommerce-table--order-on-demand-videos td {
  border: none;
}
#main.site-main .woocommerce-order .custom-order-details table {
  border-radius: 0.1875rem 0.1875rem 0 0;
}
#main.site-main .woocommerce-order .custom-order-details table strong.product-quantity {
  font-weight: 400;
}
#main.site-main .woocommerce-order .woocommerce-customer-details {
  max-width: 62.5rem;
  margin: 0 auto;
}
#main.site-main .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
}
#main.site-main .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email {
  color: #6d6d6d;
  font-size: 1rem;
}
#main.site-main .woocommerce-order .woocommerce-order-details table {
  border-radius: 0 0 0.1875rem 0.1875rem;
}
#main.site-main .woocommerce-order .woocommerce-order-details table strong.product-quantity {
  font-weight: 400;
}
#main.site-main .woocommerce-order .woocommerce-order-details table strong.product-quantity ins {
  font-weight: 400;
}

.woocommerce button.alt {
  background-color: #009e87;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
}
.woocommerce button.alt:hover {
  background-color: #00856e;
}

.woocommerce #order_review table {
  background-color: #f0f0f0;
  border-radius: 0;
  margin: 0 auto 0 auto;
  max-width: 62.5rem;
}
.woocommerce #order_review table td,
.woocommerce #order_review table th {
  border: 1px solid white;
  padding: 0.625rem;
  font-weight: 400 !important;
}
.woocommerce #order_review table td strong.product-quantity,
.woocommerce #order_review table th strong.product-quantity {
  font-weight: 400;
}
.woocommerce #order_review table td strong.product-quantity ins,
.woocommerce #order_review table th strong.product-quantity ins {
  font-weight: 400;
}
.woocommerce #order_review table th {
  width: 61%;
}
.woocommerce #order_review .wc_payment_methods {
  margin: 1.25rem auto 2.5rem auto;
  max-width: 62.5rem;
}
.woocommerce #order_review .form-row {
  max-width: 62.5rem;
  margin: 0 auto;
}

#order_review table {
  background-color: transparent !important;
}
#order_review table td,
#order_review table th {
  border: none !important;
}

#content.site-content .woocommerce-notices-wrapper ul.woocommerce-error li a {
  background-color: transparent;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  cursor: pointer;
  padding: inherit;
  font-weight: 500;
  border-radius: inherit;
  text-decoration: underline;
  float: none;
  white-space: nowrap;
  height: fit-content;
  max-height: inherit;
  margin: auto;
}

@media (max-width: 768px) {
  .cart-cross-sells {
    box-shadow: 0.25rem 0.625rem 1.75rem -0.3125rem rgba(0, 0, 0, 0.1);
    padding: 1.25rem 0;
    max-width: 94%;
    margin: 0 auto 2.5rem auto;
    border-radius: 0.625rem;
    background: #fefdc8;
  }
  .cart-cross-sells ul li {
    width: 100% !important;
    padding: 0 1.25rem;
  }
  .cart-cross-sells ul li h2 {
    font-weight: 600 !important;
    text-align: left;
  }
  .cart-cross-sells ul li img {
    width: 100%;
    margin: auto;
  }
  .cart-cross-sells ul li .wc-gzd-additional-info {
    font-size: 0.75rem;
  }
}
.woocommerce-NoticeGroup .wc-block-components-notice-banner {
  border-radius: 0.5rem;
}
.woocommerce-NoticeGroup .wc-block-components-notice-banner.is-error, .woocommerce-NoticeGroup .wc-block-components-notice-banner.is-info {
  border-color: transparent;
}
.woocommerce-NoticeGroup .wc-block-components-notice-banner > svg {
  margin: 0.375rem;
}
.woocommerce-NoticeGroup a {
  text-decoration: underline !important;
}
.woocommerce-NoticeGroup p,
.woocommerce-NoticeGroup li,
.woocommerce-NoticeGroup div,
.woocommerce-NoticeGroup .wc-block-components-notice-banner {
  font-size: 1.125rem !important;
}

.woocommerce-order {
  max-width: 56.25rem;
  margin: auto;
  background: #ebfdf8;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.woocommerce-order table {
  background-color: transparent !important;
}
.woocommerce-order table th,
.woocommerce-order table tr,
.woocommerce-order table td {
  border: none !important;
}
.woocommerce-order table .woocommerce-table__line-item .wc-item-meta {
  list-style: none !important;
  margin: 0.625rem 0 0 0 !important;
}
.woocommerce-order table .woocommerce-table__line-item .wc-item-meta li {
  font-size: 0.875rem !important;
  color: #767675 !important;
}

.bg-community-gradient,
.bg-community-gradient-before:before {
  background: rgb(254, 253, 204);
  background: linear-gradient(90deg, rgb(254, 253, 204) 0%, rgb(255, 245, 202) 11%, rgb(255, 238, 202) 22%, rgb(255, 232, 203) 33%, rgb(252, 226, 205) 44%, rgb(254, 224, 210) 56%, rgb(255, 225, 222) 67%, rgb(255, 228, 234) 78%, rgb(255, 232, 245) 89%, rgb(251, 237, 255) 100%);
}

.bg-community-gradient-before:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

/* Community (Archive / Grid) */
.header-community {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 2rem;
}

.community-loop-block {
  padding: 0 1.25rem;
}

/* ------------------ FILTER  --------------------- */
form#community-profile-filter {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  form#community-profile-filter .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  form#community-profile-filter .col > * {
    margin-left: 0;
    margin-right: 0;
  }
}

#community-pagination {
  margin-top: 2rem;
}

#community-filter select,
#community-filter input {
  padding: 0.6180469716em;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  border-color: #000;
  background-color: #fff;
}

.community-filter-buttons {
  margin: 0 0 2rem;
  display: flex;
  gap: 0.5rem;
}
.community-filter-buttons .filter-button {
  color: #000;
}
.community-filter-buttons .filter-button.filter-all {
  color: #fff;
}

.community-filter-legend {
  display: flex;
  margin: 4rem 0 2rem;
  gap: 1rem;
  flex-wrap: wrap;
  color: #000;
}
@media (max-width: 768px) {
  .community-filter-legend strong {
    width: 100%;
  }
}
.community-filter-legend > div {
  display: flex;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}
.community-filter-legend svg {
  width: 1rem;
  height: 1rem;
}
.community-filter-legend span {
  display: inline-block;
  margin: 0.125rem;
  border-radius: 50%;
  position: relative;
  line-height: 0;
  padding: 0.25rem;
}

/* GRID */
.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

@media (max-width: 920px) {
  .community-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .community-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.community-grid .grid-item {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.community-grid .grid-item .profil_title {
  text-align: center;
  margin: 0.5rem;
  font-size: 1.25rem;
  max-height: 3rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.community-grid .grid-item .profil_name {
  margin: 0.5rem;
  font-size: 1rem;
  text-align: center;
  min-height: 1.4rem;
}
.community-grid .grid-item .profil_location {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: auto;
  line-height: 2.5rem;
}
.community-grid .grid-item .profil_categories {
  margin: 0.75rem 0 0 0.75rem;
  position: absolute;
  left: 0;
  z-index: 11;
  top: 0;
  width: 100%;
  text-align: left;
}
.stars .profil_tag.profil_category {
  margin: 0.125rem;
  border-radius: 50%;
  position: relative;
  line-height: 0;
  padding: 0.25rem;
}
.stars .profil_tag.profil_category svg {
  width: 1rem;
  height: 1rem;
}

.grid-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.profil_bild {
  height: 5.625rem;
  width: 5.625rem;
}

img.ysf-community-profil-logo {
  object-fit: cover;
  background-color: #fff;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
}

/* Single Community */
.header-community-profil {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-top: 5rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .header-community-profil {
    width: 100%;
  }
  .header-community-profil:before {
    height: 50%;
  }
}

.header-community-profil .header-inner {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .header-community-profil .header-inner {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
    align-content: center;
  }
  .header-community-profil .header-inner > * {
    max-width: 100%;
    text-align: center;
    width: auto;
  }
}
.header-community-profil .header-inner .community-profile-buttons {
  gap: 0.5rem;
  display: flex;
}
.header-community-profil .header-inner .button {
  padding: 0.25rem 0.5rem;
}

h1.community-profile-title {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

/* Tags / Pills */
.profil_tag_wrapper {
  margin: 1.5rem 0;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .profil_tag_wrapper {
    flex-direction: column;
  }
}

.profil_tag {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  line-height: 2.5rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  background-color: #cacaca;
}

.profil_category {
  color: #000;
}

/* Single Community Profile */
.single-community_profil .profil_bild {
  flex-shrink: 0;
  height: 12.5rem;
  width: 12.5rem;
  margin-bottom: -2rem;
}
.single-community_profil img.ysf-community-profil-logo {
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem 0px rgba(0, 0, 0, 0.22);
  width: 12.5rem;
  height: 12.5rem;
}
.single-community_profil .profil_location {
  background-color: #fff;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.single-community_profil .cat-pre-postnatal { /*@todo: temp */
  background-color: #7fc0b2;
}
.single-community_profil .cat-kinderyoga { /*@todo: temp */
  background-color: #d3b3d0;
}
.single-community_profil #single-community-content {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .single-community_profil #single-community-content {
    flex-wrap: wrap;
  }
}
.single-community_profil #single-community-content #single-community-sidebar {
  width: 12.5rem;
  flex: 0 0 12.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .single-community_profil #single-community-content #single-community-sidebar {
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
  }
}
.single-community_profil #single-community-content #single-community-sidebar a.link-personal {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.single-community_profil #single-community-content #single-community-sidebar a.link-personal svg {
  flex-shrink: 0;
}
.single-community_profil #single-community-content #single-community-sidebar a.link-personal strong {
  max-width: 100%;
}
@media (max-width: 768px) {
  .single-community_profil #single-community-content #single-community-main {
    margin: 0 1rem;
  }
}
.single-community_profil #single-community-content #single-community-main .profil_content {
  margin: 2rem 0;
  color: #000;
  font-size: 1.125rem;
}
.single-community_profil #single-community-content #single-community-main .profil_certificates {
  margin: 2rem 0;
}
.single-community_profil #single-community-content #single-community-main .profil_certificates .community-category-badges {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.single-community_profil #single-community-content #single-community-main a.link-community {
  margin: 4rem 0;
  display: flex;
  gap: 0.5rem;
}

/* Profil Form / ACF Frontend form */
.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select,
.acf-input-prepend {
  padding: 0.6180469716em;
  line-height: 1.618;
  font-size: 0.9em;
}

.acf-fields > .acf-field {
  border: none;
}

.acf-image-uploader .hide-if-value p {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 0;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.acf-image-uploader .acf-button.button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.form-card label {
  color: #000;
}

.form-card .acf-form-submit {
  text-align: center;
}

.form-card .button {
  background-color: #28b775;
  border-color: #28b775;
}

.alert.alert-login {
  padding: 1rem 0;
  margin: 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
.alert.alert-login.neutral {
  background-color: #fff;
}
.alert.alert-login.success {
  background-color: #8db8b4;
}
.alert.alert-login p {
  margin-bottom: 0;
}
.alert.alert-login .button {
  margin-top: 1rem;
}

p.community-mesage {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background-color: #C3DDDC;
  margin: 0 1rem 1rem 1rem;
  font-weight: 500;
}

/* PREVIEW */
.profile_preview_changes {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #ffbf87;
  border-radius: 1rem;
}
.profile_preview_changes h2 {
  margin-top: 0;
}
.profile_preview_changes td, .profile_preview_changes th {
  padding: 0.5rem;
}
.profile_preview_changes .button {
  background-color: #fc8d2c;
}

#profile_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.profile-ribbon {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  padding: 0.125rem 0;
  position: absolute;
  top: 3.625rem;
  width: 140%;
  left: -56%;
  transform: rotate(343deg);
  z-index: 1000;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3);
}
.profile-ribbon.live {
  background-color: #a1c781;
}
.profile-ribbon.preview {
  background-color: #ff9437;
}

div#profile_ribbon {
  display: block;
  position: absolute;
  top: 30%;
  left: -10%;
  width: 58.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  opacity: 0.7;
  transform: rotate(337deg);
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  border: 1px solid white;
  z-index: 500;
}

/* Admin Areas */
.admin_remark {
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem 0;
  position: relative;
  background-color: #f3f3f3;
}
.admin_remark:before {
  content: "Hinweis für Admin";
  /* position: absolute; */
  top: 0;
  left: 0;
  background-color: #c5c5c5;
  color: #000;
  padding: 0.125rem 0.25rem;
}

/* Backend */
.thickbox.community_pending_edits {
  cursor: zoom-in;
}

@media (max-width: 991px) {
  .ysf-gallery {
    position: static !important;
    top: auto;
  }
  .ysf-gallery-thumbs {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ysf-gallery-thumbs .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.ysf-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: 1rem;
  position: sticky;
  top: var(--pdp-sticky-top, 10vh);
  /* при фокусе или активном свайпе можно чуть увеличить */
  /* ---------- Кнопка Play ---------- */
  /* === Fix Swiper overflow on PDP === */
  /* thumbs: ты используешь slidesPerView:auto — зафиксируем адекватную ширину миниатюр */
  /* На всякий случай: снесём унаследованные «фигмовские» абсолюты/фикс-ширины */
}
.ysf-gallery .ysf-gallery-main {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.ysf-gallery .ysf-gallery-main .swiper {
  overflow: visible;
}
.ysf-gallery .ysf-gallery-main .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.ysf-gallery .ysf-gallery-main .ysf-slide--video {
  cursor: pointer;
}
.ysf-gallery .ysf-gallery-main .ysf-slide--video .ysf-gallery__img {
  cursor: pointer;
}
.ysf-gallery .ysf-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
.ysf-gallery .ysf-gallery-main .swiper-slide-active {
  transform: scale(1);
}
.ysf-gallery .ysf-gallery-main .ysf-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, transform 0.2s ease;
}
.ysf-gallery .ysf-gallery-main .ysf-video__btn:hover {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.05);
}
.ysf-gallery .ysf-gallery-main .ysf-video__btn > span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.1875rem;
  border-left: 0.875rem solid #000;
  border-top: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
}
.ysf-gallery .ysf-gallery-thumbs {
  overflow: hidden;
  width: 100%;
  max-width: calc(100vw - 2rem);
}
.ysf-gallery .ysf-gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
}
.ysf-gallery .ysf-gallery-thumbs .swiper-slide {
  width: 3.75rem;
  height: 3.75rem;
  background: #d9d9d9;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease;
}
.ysf-gallery .ysf-thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}
.ysf-gallery .ysf-gallery-thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.ysf-gallery .ysf-gallery-thumbs .swiper-slide-thumb-active::after {
  opacity: 0;
}
.ysf-gallery .ysf-thumb--video {
  position: relative;
}
.ysf-gallery .ysf-thumb--video .ysf-thumb--video-btn {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ysf-gallery .ysf-thumb--video .ysf-thumb__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ysf-gallery .ysf-thumb--video .ysf-thumb__play::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M8 5v14l11-7z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M8 5v14l11-7z"/></svg>') center/contain no-repeat;
  opacity: 0.9;
}
@media (max-width: 480px) {
  .ysf-gallery .ysf-gallery-main .ysf-video__btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  .ysf-gallery .ysf-gallery-main .ysf-video__btn > span {
    border-left-width: 0.75rem;
    border-top-width: 0.5rem;
    border-bottom-width: 0.5rem;
  }
}
.ysf-gallery .ysf-gallery,
.ysf-gallery .ysf-gallery * {
  box-sizing: border-box;
}
.ysf-gallery .ysf-gallery {
  /* сам блок галереи */
  position: relative;
  max-width: 100%;
  overflow: hidden; /* важное: прячем «лишнее» */
}
.ysf-gallery .ysf-gallery .swiper {
  /* контейнеры Swiper */
  width: 100%;
  max-width: 100%;
  overflow: hidden !important; /* перекрыть темы, делающие visible */
}
.ysf-gallery .ysf-gallery-thumbs.swiper {
  overflow: hidden !important;
}
.ysf-gallery .ysf-gallery .swiper-wrapper {
  width: 100%;
}
.ysf-gallery .ysf-gallery-main .swiper-slide {
  width: 100% !important; /* главный слайд ровно по контейнеру */
}
.ysf-gallery .ysf-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ysf-gallery .ysf-gallery-thumbs .swiper-slide {
  flex: 0 0 auto;
  width: 3.75rem;
  max-width: 3.75rem;
}
.ysf-gallery .ysf-gallery [style*="position:absolute"],
.ysf-gallery .ysf-gallery [style*="width: 3"],
.ysf-gallery .ysf-gallery [style*="left:"],
.ysf-gallery .ysf-gallery [style*="top:"] {
  position: static !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
}

.ysf-pdp-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
  max-width: 100%;
}
.ysf-pdp-content .ysf-pdp-header {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: start;
}
@media (max-width: 991px) {
  .ysf-pdp-content {
    gap: 2.5rem;
  }
  .ysf-pdp-content .ysf-pdp-header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.ysf-pdp-content .summary.entry-summary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1rem;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-coupon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.25rem 0.5rem;
  background: #fba1ec;
  border-radius: 0.25rem;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-coupon span {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #17181b;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price .product_title {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.75rem !important;
  font-family: "futura-pt";
  font-weight: 600;
  line-height: 100%;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price .pdp-price {
  display: flex;
  flex-direction: column;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price .pdp-price .price {
  padding: 0;
  margin: 0;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price .pdp-price .price del {
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-align: right;
  text-decoration: line-through;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price .pdp-price .price ins {
  font-family: "futura-pt";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 100%;
  text-align: right;
  white-space: nowrap;
}
.ysf-pdp-content .summary.entry-summary .pdp-main-data .pdp-title-price .pdp-vat-info {
  font-size: 0.6875rem;
}
.ysf-pdp-content .summary.entry-summary .pdp-installment_hint {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.25rem 0.5rem;
  gap: 0.25rem;
  background: #ebfdf8;
  border-radius: 0.5rem;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}
.ysf-pdp-content .summary.entry-summary .pdp-installment_hint span {
  margin: 0 auto;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #008447;
}
.ysf-pdp-content .summary.entry-summary .pdp-description {
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 1rem;
  color: #17181b;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 10.5em;
}
.ysf-pdp-content .pdp-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 0;
  min-height: 2.625rem;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__avatars {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__avatars li {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.125rem solid #fff;
  box-shadow: 0 1.47059rem 2.94118rem rgba(0, 0, 0, 0.05);
  position: relative;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__avatars li:not(:first-child) {
  margin-left: -0.75rem;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__meta {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__meta .pdp-reviews__stars {
  display: flex;
  align-items: flex-start;
  gap: 1.09px;
  line-height: 0;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__meta .pdp-reviews__stars .star {
  width: 0.98438rem;
  height: 0.875rem;
  display: block;
  fill: #ffd700;
}
.ysf-pdp-content .pdp-reviews .pdp-reviews__meta .pdp-reviews__text {
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 1rem;
}
.ysf-pdp-content .variations_form table,
.ysf-pdp-content .variations_form tr,
.ysf-pdp-content .variations_form td,
.ysf-pdp-content .variations_form th {
  border: none;
}
.ysf-pdp-content .variations_form select {
  width: 100%;
  font-weight: 600;
}

.pdp-modal-block {
  display: flex;
}

.micromodal-slide {
  display: none;
}
.micromodal-slide .pdp-modal__overlay {
  position: fixed;
  bottom: 0;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  padding: 3.125rem 0 0 0;
  touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.micromodal-slide .pdp-modal__container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
  max-width: 100%;
  margin-top: 3.4375rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  width: 100%;
  max-height: 90dvh;
  overflow: hidden;
  animation: modal-in 0.2s ease-out;
}
.micromodal-slide .pdp-modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.micromodal-slide .pdp-modal-header button {
  padding: 0;
  margin: 0;
  background: transparent;
}
.micromodal-slide .pdp-modal-header .pdp-modal__close {
  display: flex;
}
.micromodal-slide .pdp-modal-header #payplan-modal-title,
.micromodal-slide .pdp-modal-header .pdp-modal__title {
  margin: 0;
  padding: 0 1.5625rem 0 0;
  font-family: "futura-pt";
  font-weight: 600;
  font-size: 1.75rem;
  text-align: left;
  color: #17181b;
}
.micromodal-slide .pdp-modal__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
}
.micromodal-slide .pdp-modal__content p {
  margin: 0;
  padding: 0;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1;
}

.micromodal-slide.is-open {
  display: block;
  position: absolute;
}

.micromodal-slide [aria-hidden=false],
.micromodal-slide.is-open .modal__container {
  animation: modal-in 0.2s ease-out;
}

@keyframes modal-in {
  from {
    transform: translateY(0.75rem);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
html.mm-open .swiper,
html.mm-open .swiper-wrapper {
  pointer-events: none;
}

@media (max-width: 991px) {
  .pdp-icons.mobile,
  .pdp-questions,
  .pdp-contact,
  .pdp-usps,
  .pdp-faq {
    padding: 0 1rem !important;
  }
}
@media (min-width: 992px) {
  .micromodal-slide .pdp-modal__overlay {
    align-items: center;
  }
  .micromodal-slide .pdp-modal__container {
    position: static;
    width: min(45rem, 92vw);
    max-height: 85dvh;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 1.25rem;
    background: #fff;
    overflow: hidden;
  }
}
.pdp-modal__close svg {
  pointer-events: none;
}

svg[data-micromodal-trigger] {
  cursor: pointer;
}

.pdp-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-items: center;
  align-items: center;
  width: 100%;
  max-width: 22.375rem;
  margin: 0 auto;
  padding: 0;
}

.pdp-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.375rem;
  height: auto;
  min-width: 9.375rem;
}

.pdp-emoji {
  font-size: 1.375rem;
  line-height: 1;
}

.pdp-text {
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 0.9375rem;
  line-height: 1;
  color: #17181b;
}

@media (min-width: 991px) {
  .pdp-icons.mobile {
    display: none;
  }
  .pdp-icons.desktop {
    display: grid;
  }
}
@media (max-width: 991px) {
  .pdp-icons.mobile {
    display: grid;
    max-width: 100%;
  }
  .pdp-icons.mobile .pdp-icons__item {
    display: flex;
    min-width: 0;
  }
  .pdp-icons.desktop {
    display: none;
  }
}
.pdp-questions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .pdp-questions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.pdp-questions__item {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 1rem;
  background: #ffefe4;
  border-radius: 0.5rem;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.pdp-questions__item--tall {
  min-height: 4.625rem;
  align-items: flex-start;
}

.pdp-questions__text {
  flex: 1 1 auto;
  margin: 0;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #17181b;
}

.pdp-questions__ico {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pdp-questions__ico .dot {
  width: 0.375rem;
  height: 0.375rem;
  background: #17181b;
  border-radius: 50%;
  position: relative;
  display: block;
}

.pdp-questions__ico .dot::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125rem;
  height: 0.4375rem;
  background: #17181b;
  border-radius: 1px;
}

.pdp-questions__item:hover {
  background: #fff7f2;
}

.pdp-questions__item:focus-visible {
  outline: 0.125rem solid #13e7ac;
  outline-offset: 0.125rem;
  background: #ffefe4;
}

.pdp-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.pdp-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
}

.pdp-contact__title {
  margin: 0 auto 0.5rem auto !important;
  padding: 0;
  font-family: "futura-pt";
  font-weight: 600;
  font-size: clamp(1.75rem, 1.3333rem + 2.0833vw, 3rem);
  line-height: 120%;
  text-align: center;
  color: #17181b;
}

.pdp-contact__subtitle {
  margin: 0;
  font-family: "futura-pt";
  font-weight: 400;
  font-size: clamp(1rem, 1.3333rem + 2.0833vw, 1.125rem);
  line-height: 1.3125rem;
  text-align: center;
  color: #17181b;
}

.pdp-contact__rows {
  width: 100%;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pdp-contact__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
}

.pdp-contact__ico {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.pdp-contact__ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pdp-contact__ico--wa svg path[fill] {
  fill: #00e676;
}

.pdp-contact__text {
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #17181b;
}

.pdp-contact__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #17181b;
  color: #fff;
  text-decoration: none;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  max-width: fit-content;
}

.pdp-contact__chip:hover .pdp-contact__text {
  text-decoration: underline;
}

.pdp-contact__cta:hover {
  opacity: 0.92;
}

@media (min-width: 768px) {
  .pdp-contact {
    max-width: 50rem;
  }
}
.pdp-usps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 991px) {
  .pdp-usps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
  }
  .pdp-usps > .pdp-usp:nth-child(4n+1) {
    min-width: 40%;
  }
  .pdp-usps > .pdp-usp:nth-child(4n+2) {
    min-width: 60%;
  }
  .pdp-usps > .pdp-usp:nth-child(4n+3) {
    min-width: 60%;
  }
  .pdp-usps > .pdp-usp:nth-child(4n+4) {
    min-width: 40%;
  }
}
.pdp-usp__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pdp-usp--media {
  height: 24.375rem;
}

.pdp-usp--image {
  height: 18.75rem;
}

.pdp-usp--light {
  min-height: 19.5rem;
  background: #ebfdf8;
}

.pdp-usp--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.pdp-usp__text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.5rem;
  margin-top: auto;
  height: 100%;
  justify-content: flex-end;
}

.pdp-usp__logos {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.pdp-usp__title {
  margin: 0 !important;
  padding: 0;
  font-family: "futura-pt";
  font-weight: 600;
  font-size: clamp(1.5rem, 0.9741rem + 1.3793vw, 1.75rem);
  line-height: 120%;
  color: #fff;
}

.pdp-usp__desc {
  margin: 0 !important;
  padding: 0;
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #fff;
}

.pdp-usp__title--dark {
  color: #17181b;
}

.pdp-usp__desc--dark {
  color: #17181b;
}

.pdp-usp__play {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-usp__play:hover {
  border: 0 !important;
  background: transparent !important;
}

.pdp-usp__play .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1rem;
  border-color: transparent transparent transparent #17181b;
}

.pdp-usp__cta {
  margin-top: 0.625rem;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  text-decoration: none;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
}

.pdp-usp__cta .arrow {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 768px) {
  .pdp-usp--media,
  .pdp-usp--image,
  .pdp-usp--light {
    border-radius: 1.25rem;
  }
}
.pdp-usps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.5rem;
  align-items: start;
  justify-content: center;
}

.pdp-usp {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  min-height: 20rem !important;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  background: #ebfdf8;
}

.pdp-usp__text {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .pdp-usps {
    grid-template-columns: repeat(10, 1fr); /* 10-column grid for 40/60 split */
  }
  .pdp-usp:nth-child(4n+1) {
    grid-column: span 4; /* 40% - Items 1, 5, 9... */
  }
  .pdp-usp:nth-child(4n+2) {
    grid-column: span 6; /* 60% - Items 2, 6, 10... */
  }
  .pdp-usp:nth-child(4n+3) {
    grid-column: span 6; /* 60% - Items 3, 7, 11... */
  }
  .pdp-usp:nth-child(4n+4) {
    grid-column: span 4; /* 40% - Items 4, 8, 12... */
  }
}
@media (max-width: 991px) {
  .pdp-usps {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pdp-usp {
    grid-column: auto/auto;
    min-height: auto;
  }
}
.type-product .button {
  margin: 0 !important;
}

/* Table */
.ysf-pdp-content table {
  border-collapse: collapse;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
}
.ysf-pdp-content table td {
  color: #000;
  border: 1px solid #333;
  border-right-style: none;
  border-left-style: none;
}

.pdp-teachers-section {
  width: 100%;
}
@media (max-width: 768px) {
  .pdp-teachers-section {
    padding: 2.5rem 0;
    margin: 1.25rem 0;
  }
}
.pdp-teachers-section .teachers-headline {
  font-size: clamp(1.75rem, 1.3333rem + 2.0833vw, 3rem);
  text-align: center;
  margin: 0 0 0.625rem;
  color: #17181b;
  font-weight: 700;
}
.pdp-teachers-section .teachers-subline {
  font-size: clamp(1rem, 1.3333rem + 2.0833vw, 1.125rem);
  text-align: center;
  margin: 0 0 2.5rem;
  color: #17181b;
  font-weight: 400;
}
@media (max-width: 768px) {
  .pdp-teachers-section .teachers-subline {
    margin: 0 0 1.875rem;
  }
}
.pdp-teachers-section .teachers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  gap: 2.5rem;
  padding: 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pdp-teachers-section .teachers-grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    padding: 0.625rem;
  }
}
.pdp-teachers-section .teacher-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.875rem 1.25rem;
  border-radius: 0.625rem;
  background-image: linear-gradient(130deg, hsl(59, 96%, 89%) 0%, hsl(104, 81%, 96%) 33%, hsl(40, 50%, 93%) 50%, hsl(15, 99%, 91%) 67%, hsl(344, 96%, 90%) 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
@media (max-width: 768px) {
  .pdp-teachers-section .teacher-card {
    padding: 1.25rem 0.9375rem;
  }
}
.pdp-teachers-section .teacher-card:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0px 0.625rem 2.8125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.pdp-teachers-section .teacher-card .teacher-image {
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 0 1.25rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pdp-teachers-section .teacher-card .teacher-image {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.pdp-teachers-section .teacher-card .teacher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  border: 0.25rem solid rgba(255, 255, 255, 0.8);
}
.pdp-teachers-section .teacher-card .teacher-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}
.pdp-teachers-section .teacher-card .teacher-info .teacher-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #000;
  margin: 0 !important;
  line-height: 1.3;
}
.pdp-teachers-section .teacher-card .teacher-info .teacher-excerpt {
  font-size: 1rem;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .pdp-teachers-section .teacher-card .teacher-info .teacher-excerpt {
    font-size: 0.95rem;
  }
}
.pdp-teachers-section.teachers-single-column .teachers-grid {
  grid-template-columns: 1fr;
  max-width: 37.5rem;
}

.pdp-reviews-block {
  background: #ffebde;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.pdp-reviews-block .pdp-reviews__inner {
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.pdp-reviews-block .pdp-reviews__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.pdp-reviews-block .pdp-reviews__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pdp-reviews-block .pdp-reviews__header .pdp-reviews__title {
  margin: 0;
  font-family: "futura-pt";
  font-weight: 600;
  font-size: clamp(1.75rem, 1.3333rem + 2.0833vw, 3rem);
  line-height: 120%;
  text-align: center;
  color: #17181b;
}
.pdp-reviews-block .pdp-reviews__header .pdp-reviews__subtitle {
  margin: 0;
  font-family: "futura-pt";
  font-weight: 400;
  font-size: clamp(1rem, 1.3333rem + 2.0833vw, 1.125rem);
  line-height: 1.3125rem;
  text-align: center;
  color: #17181b;
}
.pdp-reviews-block .pdp-reviews-swiper-wrap {
  overflow: visible !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pdp-reviews-block .pdp-reviews-swiper {
  overflow: visible !important;
  padding: 0;
  -ms-scroll-snap-type: none !important;
      scroll-snap-type: none !important;
  max-width: 100%;
  position: relative;
}
.pdp-reviews-block .pdp-reviews-swiper .swiper-wrapper {
  overflow: visible !important;
  -ms-scroll-snap-type: none !important;
      scroll-snap-type: none !important;
  justify-content: center;
}
.pdp-reviews-block .pdp-reviews-swiper .swiper-slide {
  width: 18.75rem;
  height: auto;
  scroll-snap-align: none !important;
}
@media (max-width: 639px) {
  .pdp-reviews-block .pdp-reviews-swiper .swiper-slide {
    width: 85vw;
    max-width: 22.5rem;
  }
}
.pdp-reviews-block .pdp-reviews__card {
  background: #ffffff;
  border-radius: 0.5rem;
  width: 18.75rem;
  min-width: 18.75rem;
  height: 17.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 639px) {
  .pdp-reviews-block .pdp-reviews__card {
    width: 100%;
    min-width: auto;
  }
}
.pdp-reviews-block .pdp-reviews__text {
  margin: 0;
  color: #17181b;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.pdp-reviews-block .pdp-reviews__author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: auto;
}
.pdp-reviews-block .pdp-reviews__badge {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 62.4375rem;
  background: #eccbe8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}
.pdp-reviews-block .pdp-reviews__name {
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #17181b;
}
.pdp-reviews-block .pdp-reviews__cta {
  font-family: "futura-pt";
  width: 22.375rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17181b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.pdp-reviews-block .pdp-reviews__cta:hover {
  opacity: 0.92;
}
.pdp-reviews-block .pdp-reviews__cta:focus-visible {
  outline: 0.125rem solid #17181b;
  outline-offset: 0.125rem;
}
.pdp-reviews-block #pdp-review-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  margin: 0;
}
.pdp-reviews-block #pdp-review-form .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.pdp-reviews-block #pdp-review-form .label {
  font-family: "futura-pt", system-ui, sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #17181b;
}
.pdp-reviews-block #pdp-review-form input[type=text],
.pdp-reviews-block #pdp-review-form input[type=email],
.pdp-reviews-block #pdp-review-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0.125rem solid #17181b;
  border-radius: 0.5rem;
  background: #fff;
  color: #17181b;
  font: 450 1rem/1 "Futura PT", system-ui, sans-serif;
  padding: 0.625rem 0.875rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.pdp-reviews-block #pdp-review-form input[type=text],
.pdp-reviews-block #pdp-review-form input[type=email] {
  height: 2.75rem;
}
.pdp-reviews-block #pdp-review-form textarea {
  height: 13.3125rem;
  resize: vertical;
}
.pdp-reviews-block #pdp-review-form input:focus,
.pdp-reviews-block #pdp-review-form textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 0.125rem rgba(23, 24, 27, 0.08);
}
.pdp-reviews-block #pdp-review-form :-ms-input-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.pdp-reviews-block #pdp-review-form ::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.pdp-reviews-block #pdp-review-form .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.13188rem;
}
.pdp-reviews-block #pdp-review-form .stars .star {
  width: 1.89813rem;
  height: 1.6875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 0.125rem #17181b;
  transition: transform 0.12s ease, color 0.12s ease, -webkit-text-stroke 0.12s ease;
}
.pdp-reviews-block #pdp-review-form .stars .star:hover,
.pdp-reviews-block #pdp-review-form .stars .star.is-active,
.pdp-reviews-block #pdp-review-form .stars .star:has(~ .star:hover) {
  color: #ffd700;
  -webkit-text-stroke: 0;
}
.pdp-reviews-block #pdp-review-form .stars .star:focus-visible {
  outline: 0.125rem solid #111;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}
.pdp-reviews-block #pdp-review-form .button {
  align-self: flex-start;
  border-radius: 0.5rem;
  background: #17181b;
  color: #fff;
  font: 450 1rem/1 "Futura PT", system-ui, sans-serif;
  padding: 0.75rem 1.125rem;
  margin: 0;
  cursor: pointer;
  width: 100%;
}
.pdp-reviews-block #pdp-review-form .button:hover {
  filter: brightness(0.95);
}
.pdp-reviews-block #pdp-review-form .form-msg {
  font: 450 0.875rem/1.4 "Futura PT", system-ui, sans-serif;
  color: #17181b;
}
@media (max-width: 600px) {
  .pdp-reviews-block #pdp-review-form {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .pdp-reviews-block .pdp-reviews__cta {
    width: 100%;
    max-width: 22.375rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pdp-reviews-block .pdp-reviews-swiper .swiper-wrapper {
    transition-duration: 0.01ms !important;
  }
}

/* ===== FAQ — Container ===== */
.pdp-faq {
  width: 100%;
  max-width: 24.375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.pdp-faq__title {
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-family: "futura-pt";
  font-weight: 600;
  font-size: clamp(1.75rem, 1.3333rem + 2.0833vw, 3rem);
  line-height: 120%;
  color: #17181b;
}

/* ===== Group Headline ===== */
.pdp-faq__group-headline {
  margin: 1.5rem 0 1rem !important;
  width: 100%;
  text-align: center;
  font-family: "futura-pt";
  font-weight: 500;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  line-height: 130%;
  color: #17181b;
}
.pdp-faq__group-headline:first-of-type {
  margin-top: 0.5rem;
}

/* ===== List ===== */
.pdp-faq__list {
  width: 100%;
  max-width: 22.375rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ===== Item ===== */
.pdp-faq__item {
  background: #fff7f2;
  border-radius: 0.25rem;
  padding: 1rem;
}

.pdp-faq__item > summary {
  list-style: none;
}

.pdp-faq__item > summary::-webkit-details-marker {
  display: none;
}

/* ===== Question row ===== */
.pdp-faq__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #17181b;
}

.pdp-faq__chevron {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.pdp-faq__item[open] .pdp-faq__chevron {
  transform: rotate(180deg);
}

.pdp-faq__a {
  margin: 1.5rem 0 0 0;
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #17181b;
}
.pdp-faq__a p {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
}

.pdp-faq__a a {
  color: #17181b;
  text-decoration: underline;
}

.pdp-product-description {
  padding: 0 16px;
  padding: 0 1rem;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 60rem;
}
.pdp-product-description p,
.pdp-product-description li {
  font-size: 1.125rem;
}
.pdp-product-description img {
  border-radius: 0.625rem;
}

section.pdp-faq + .pdp-product-description > h2:first-child {
  margin-top: 0;
}

section.pdp-icons + .pdp-product-description {
  margin-bottom: -2rem;
}

@media (max-width: 360px) {
  .pdp-faq {
    padding: 0 0.5rem;
  }
  .pdp-faq__list {
    gap: 0.75rem;
  }
}
@media (min-width: 991px) {
  .pdp-faq {
    max-width: 60rem;
  }
  .pdp-faq__list {
    width: 100%;
    max-width: 100%;
  }
}
.acf-rel-item {
  font-size: 0.8125rem;
}

#poststuff h2 {
  font-size: 0.8125rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  #cookii-message {
    left: 0;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0.625rem;
  }
}
#cookii-message button {
  border-radius: 0 !important;
  padding: 0.625rem !important;
  margin-right: 0.625rem;
}

.wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item .wp-block-themeisle-blocks-accordion-item__title > div {
  grid-template-columns: minmax(0, 1fr) !important;
}
/*# sourceMappingURL=style.css.map */
