@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  padding-top: 100px;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wp-block-quote {
  padding-left: 0;
}
.wp-block-quote p {
  color: var(--wp--preset--color--tertiary);
}
.wp-block-quote p::before {
  content: "« ";
  color: var(--wp--preset--color--primary);
}
.wp-block-quote p::after {
  content: " »";
  color: var(--wp--preset--color--primary);
}

* {
  font-family: "PT Sans", sans-serif;
  color: var(--wp--preset--color--tertiary);
}

h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 85px;
  margin-bottom: 15px;
  margin-top: 30px !important;
}

h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 19px;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  margin-top: 10px !important;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 19px;
}

h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 0px;
}

p {
  font-size: 21px;
  line-height: 27px;
}

a {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
  font-size: 21px;
  transition: 0.2s;
}
a:hover {
  color: var(--wp--preset--color--secondary);
}

@media (max-width: 1023px) {
  h1 {
    font-size: 48px;
    font-weight: bold;
  }
  h2 {
    font-size: 48px;
    font-weight: bold;
  }
  h3 {
    font-size: 25px;
    font-weight: bold;
  }
  h4 {
    font-size: 21px;
  }
  p {
    font-size: 16px;
  }
}
.eoss_card_white, .eoss_card_dark, .woocommerce-cart-form, .cart_totals {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(96, 70, 0, 0.2);
  padding: 30px 44px 30px 35px;
}

.eoss_card_dark, .woocommerce-cart-form {
  background: var(--wp--preset--color--foreground);
}

.eoss_card_white, .cart_totals {
  background: var(--wp--preset--color--tertiary);
}
.eoss_card_white *, .cart_totals * {
  color: var(--wp--preset--color--foreground);
}

.is-layout-flex.wp-container-12.wp-block-columns.eoss_card { /*obere 2 cards*/ }
@media (max-width: 1439px) {
  .is-layout-flex.wp-container-12.wp-block-columns.eoss_card {
    gap: 18px;
  }
}

.is-layout-flex.wp-container-15.wp-block-columns { /*unteren 2 cards*/ }
@media (max-width: 1439px) {
  .is-layout-flex.wp-container-15.wp-block-columns {
    gap: 18px;
    margin-top: 18px !important;
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}

.eoss_card_with_background.eoss_card_white, .eoss_card_with_background.eoss_card_dark {
  position: relative;
}
.eoss_card_with_background.eoss_card_white *:not(.eoss_card_background), .eoss_card_with_background.eoss_card_dark *:not(.eoss_card_background) {
  position: relative;
  z-index: 2;
}

.eoss_card_background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.eoss_even_filler {
  border-radius: 10px;
}

header.site-header,
body > div > header {
  position: absolute;
  width: 100vw;
  top: 0;
  background-color: var(--wp--preset--color--foreground);
}
@media (max-width: 767px) {
  header.site-header,
body > div > header {
    padding: 0 18px;
  }
}
header.site-header > div,
body > div > header > div {
  padding: 0 !important;
}
header.site-header .logo-nav-icon-header-group,
body > div > header .logo-nav-icon-header-group {
  display: grid;
  grid-template-columns: 100px auto 180px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header.site-header .logo-nav-icon-header-group,
body > div > header .logo-nav-icon-header-group {
    gap: 15px;
    display: grid;
    grid-template-columns: 80px auto 140px;
  }
}
header.site-header .nav-header,
body > div > header .nav-header {
  grid-row-start: 2;
}
@media (max-width: 1023px) {
  header.site-header .wp-block-navigation__responsive-close,
body > div > header .wp-block-navigation__responsive-close {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header.site-header .wp-block-navigation__responsive-close,
body > div > header .wp-block-navigation__responsive-close {
    width: 100% !important;
    font-size: 14px !important;
    left: 0 !important;
  }
}

.icon-header-group {
  margin-top: 26px !important;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 30%);
  align-content: flex-start;
}
.icon-header-group .tel-icon {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media (max-width: 1439px) {
  .icon-header-group {
    margin-right: 18px !important;
  }
}
@media (max-width: 1023px) {
  .icon-header-group {
    justify-content: flex-end !important;
    padding-right: 18px !important;
  }
}
.icon-header-group .wc-block-mini-cart.wp-block-woocommerce-mini-cart.has-text-color.has-white-color {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.icon-header-group .wc-block-mini-cart__button {
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
}

[aria-current=page] {
  color: var(--wp--preset--color--secondary) !important;
}

.current-menu-item a span {
  color: var(--wp--preset--color--secondary) !important;
}

.current-menu-ancestor span {
  color: var(--wp--preset--color--secondary) !important;
}

.nav {
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: flex-start !important;
}
.nav a {
  padding: 0;
  text-decoration: none !important;
}
.nav a:hover, .nav a:hover span {
  color: var(--wp--preset--color--primary) !important;
}
.nav .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
  display: none;
}

@media (max-width: 810px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container-content:not(.has-modal-open) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .wp-block-navigation-item__content {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .wp-block-navigation__responsive-container {
    display: none;
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: unset;
}

.nav.wp-block-navigation {
  margin-top: 30px;
  margin-bottom: 45px;
}

body .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  height: auto !important;
  min-width: 200px !important;
}
body .wp-block-navigation .has-child .wp-block-navigation__submenu-container li {
  padding: 10px 0;
}

footer.site-footer,
body > div > footer {
  background: var(--wp--preset--color--foreground);
}
@media (max-width: 767px) {
  footer.site-footer,
body > div > footer {
    padding: 0 18px;
  }
}
footer.site-footer > div,
body > div > footer > div {
  padding: 0;
  max-width: var(--wp--style--global--content-size);
  margin: auto;
}
footer.site-footer .pfeil-nach-oben,
body > div > footer .pfeil-nach-oben {
  margin-top: 15px;
}
@media (max-width: 767px) {
  footer.site-footer .pfeil-nach-oben,
body > div > footer .pfeil-nach-oben {
    flex-basis: unset !important;
  }
}
@media (max-width: 1439px) {
  footer.site-footer .footer-group,
body > div > footer .footer-group {
    padding: 18px !important;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .footer-group,
body > div > footer .footer-group {
    padding: 0 18px !important;
  }
}
footer.site-footer .footer-group p,
body > div > footer .footer-group p {
  font-size: 18px;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  line-height: 23px;
}
footer.site-footer .footer-group a,
body > div > footer .footer-group a {
  font-size: 18px !important;
}
footer.site-footer .footer-group h4,
body > div > footer .footer-group h4 {
  color: var(--wp--preset--color--primary);
}
footer.site-footer .footer-group table,
body > div > footer .footer-group table {
  display: flex;
  justify-content: center;
}
footer.site-footer .footer-group table td,
body > div > footer .footer-group table td {
  font-size: 18px;
  line-height: 23px;
  padding: 0 35px 0 0;
}
footer.site-footer .footer-group table .info-group,
body > div > footer .footer-group table .info-group {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  gap: unset !important;
}
@media (max-width: 767px) {
  footer.site-footer .footer-group table .info-group,
body > div > footer .footer-group table .info-group {
    gap: 25px !important;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .footer-group table,
body > div > footer .footer-group table {
    font-size: 16px;
  }
}
footer.site-footer .agb-shop-group,
body > div > footer .agb-shop-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  footer.site-footer .agb-shop-group,
body > div > footer .agb-shop-group {
    display: initial;
  }
}
footer.site-footer .agb-shop-group h4,
body > div > footer .agb-shop-group h4 {
  color: var(--wp--preset--color--primary);
}
footer.site-footer .agb-shop-group table,
body > div > footer .agb-shop-group table {
  display: flex;
  justify-content: center;
}
footer.site-footer .agb-shop-group table td,
body > div > footer .agb-shop-group table td {
  font-size: 18px;
  line-height: 23px;
  padding: 0 35px 0 0;
}
@media (max-width: 1023px) {
  footer.site-footer .agb-shop-group table td,
body > div > footer .agb-shop-group table td {
    font-size: 16px;
  }
}
footer.site-footer .agb, footer.site-footer .shop,
body > div > footer .agb,
body > div > footer .shop {
  display: flex;
  margin-right: unset !important;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  footer.site-footer .agb,
body > div > footer .agb {
    margin-bottom: 0 !important;
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .shop,
body > div > footer .shop {
    margin-bottom: 0;
  }
}
footer.site-footer .insta-icon, footer.site-footer .facebook-icon, footer.site-footer .youtube-icon,
body > div > footer .insta-icon,
body > div > footer .facebook-icon,
body > div > footer .youtube-icon {
  margin-left: unset !important;
  margin-right: unset !important;
}
footer.site-footer .facebook-icon, footer.site-footer .insta-icon,
body > div > footer .facebook-icon,
body > div > footer .insta-icon {
  margin-top: 0;
  -webkit-margin-before: unset;
          margin-block-start: unset;
}
footer.site-footer .partner-logo-group,
body > div > footer .partner-logo-group {
  display: flex;
  gap: 55px;
  margin-right: 0 !important;
  margin-bottom: 27px;
  margin-top: 27px;
}
@media (max-width: 1023px) {
  footer.site-footer .partner-logo-group,
body > div > footer .partner-logo-group {
    gap: 20px;
  }
}
footer.site-footer .partner-logo-group .partner-logo,
body > div > footer .partner-logo-group .partner-logo {
  margin-right: 0 !important;
  margin-top: 0;
}
@media (max-width: 1023px) {
  footer.site-footer .partner-logo-group .partner-logo,
body > div > footer .partner-logo-group .partner-logo {
    margin-right: 0 !important;
    margin-top: 0;
  }
  footer.site-footer .partner-logo-group .partner-logo img,
body > div > footer .partner-logo-group .partner-logo img {
    border-radius: 0 !important;
  }
}
footer.site-footer .icon-partner-logo-group,
body > div > footer .icon-partner-logo-group {
  display: flex;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  padding: 0 !important;
  gap: 20px;
}
footer.site-footer .icon-group,
body > div > footer .icon-group {
  display: flex;
  gap: 70px;
  margin-top: 5px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 1023px) {
  footer.site-footer .icon-group,
body > div > footer .icon-group {
    gap: 40px;
  }
}
footer.site-footer .icon-group a,
body > div > footer .icon-group a {
  color: var(--wp--preset--color--tertiary);
  font-size: 18px !important;
  font-style: normal;
  margin-left: -10px;
}

.wp-block-separator.has-alpha-channel-opacity.is-style-wide {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

@media (max-width: 1023px) {
  .wp-block-column.date-container.is-layout-flow {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1023px) {
  .wp-block-column.is-layout-flow > p {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-column.is-layout-flow > p .wp-block-columns.info-group.is-layout-flex.wp-container-29 {
    gap: 20px !important;
  }
}
.wp-block-column.is-layout-flow > p .wp-block-column.pfeil-nach-oben.is-layout-flow {
  display: flex;
  justify-content: end;
}
@media (max-width: 1023px) {
  .wp-block-column.is-layout-flow > p .wp-block-column.pfeil-nach-oben.is-layout-flow {
    flex-basis: unset !important;
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 767px) {
  html body .wp-site-blocks footer.site-footer .footer-group * {
    flex-basis: initial !important;
  }
}
.wp-block-column.pfeil-nach-oben.is-layout-flow {
  display: flex;
  justify-content: end;
}

iframe {
  width: 100% !important;
}

.home-title-hidden {
  display: none;
}

@media (max-width: 1439px) {
  .is-layout-constrained.entry-content.wp-block-post-content {
    margin: 18px;
  }
}

@media (max-width: 1023px) {
  main > * {
    margin-left: 18px;
    margin-right: 18px;
  }
}

.eoss_even_filler {
  height: 0;
  overflow: hidden;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 30px;
  color: var(--wp--preset--color--foreground);
}

.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground) !important;
  cursor: pointer;
}

.hour.extra,
.minute.extra {
  color: var(--wp--preset--color--foreground);
}

.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained .wc-block-components-button__text {
  color: var(--wp--preset--color--foreground);
}

.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button.contained .wc-block-components-button__text {
  color: var(--wp--preset--color--foreground);
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0 !important;
}

a.eoss_circle, .is-style-chaesi-small-button.wp-block-button a.wp-block-button__link {
  background-color: var(--wp--preset--color--secondary);
  background-image: url("/wp-content/themes/Ananas/src/img/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.2s;
  color: transparent !important;
}
a.eoss_circle:hover, .is-style-chaesi-small-button.wp-block-button a.wp-block-button__link:hover {
  background-image: url("/wp-content/themes/Ananas/src/img/icon-button-arrow-white.svg");
  background-color: var(--wp--preset--color--calendar);
}

.eoss_button_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.is-style-chaesi-slide-up-button a.wp-block-button__link {
  background-color: var(--wp--preset--color--secondary);
  background-image: url("/wp-content/themes/Ananas/src/img/icon-slide-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.2s;
  color: transparent !important;
}
.is-style-chaesi-slide-up-button a.wp-block-button__link:hover {
  background-image: url("/wp-content/themes/Ananas/src/img/icon-slide-up-arrow-white.svg");
  background-color: var(--wp--preset--color--calendar);
}

.wp-block-buttons.is-layout-flex {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  margin: 15px 0 0 0 !important;
}

a.eoss_circle {
  background-color: var(--wp--preset--color--secondary);
  background-image: url("/wp-content/themes/Ananas/src/img/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  transition: 0.2s;
}
a.eoss_circle:hover {
  background-image: url("/wp-content/themes/Ananas/src/img/icon-button-arrow-white.svg");
  background-color: var(--wp--preset--color--calendar);
}

.eoss_button_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.eoss_date {
  width: 166px;
  height: 48px;
  border-radius: 50px;
  background-color: var(--wp--preset--color--calendar);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -20px;
}
.eoss_date::after {
  content: "";
  background-image: url("/wp-content/themes/Ananas/src/img/icon-calendar.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 18.5px;
}
.eoss_date span {
  font-size: 16px;
  color: white;
  margin-bottom: 0 !important;
  font-family: "Poppins" !important;
}

.eoss_events {
  position: relative;
  -webkit-margin-before: 20px !important;
          margin-block-start: 20px !important;
}

a.eoss_circle {
  background-color: var(--wp--preset--color--secondary);
  background-image: url("/wp-content/themes/Ananas/src/img/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  transition: 0.2s;
}
a.eoss_circle:hover {
  background-image: url("/wp-content/themes/Ananas/src/img/icon-button-arrow-white.svg");
  background-color: var(--wp--preset--color--calendar);
}

.eoss_button_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.eoss_date {
  width: 166px;
  height: 48px;
  border-radius: 50px;
  background-color: var(--wp--preset--color--calendar);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -20px;
}
.eoss_date::after {
  content: "";
  background-image: url("/wp-content/themes/Ananas/src/img/icon-calendar.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 18.5px;
}
.eoss_date span {
  font-size: 16px;
  color: white;
  margin-bottom: 0 !important;
}

.eoss_events {
  position: relative;
  -webkit-margin-before: 20px !important;
          margin-block-start: 20px !important;
}

* {
  font-family: "PT Sans", sans-serif;
  color: var(--wp--preset--color--tertiary);
  margin: 0;
  padding: 0;
}

.post-type-archive-product {
  max-width: var(--wp--style--settings--contentSize);
}
.post-type-archive-product .site-main {
  margin: 0 18px;
}
.post-type-archive-product .orderby {
  color: var(--wp--preset--color--foreground);
  display: none;
}
.post-type-archive-product h2 {
  font-size: 21px !important;
  padding: 0 !important;
  transition: 0.2s;
}
.post-type-archive-product h2:hover {
  color: var(--wp--preset--color--secondary);
}
.post-type-archive-product img {
  border-radius: 10px;
  margin: 0 !important;
}

.wp-element-button {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  border-radius: 30px;
  font-style: normal;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  margin: 0 !important;
  transition: 0.2s;
}
.wp-element-button:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground) !important;
}

.woocommerce-breadcrumb > a {
  color: var(--wp--preset--color--primary) !important;
}

.woocommerce ul.products li.product {
  margin: 0 !important;
  width: unset !important;
}
.woocommerce ul.products li.product .price del {
  margin: 0 10px;
}
.woocommerce ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 54px) / 4));
  gap: 18px;
  row-gap: 50px;
}
.woocommerce ul.products.columns-4 img {
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(3, calc((100% - 36px) / 3));
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, calc((100% - 18px) / 2));
  }
}
.woocommerce ul.products::before {
  content: " ";
  display: table;
  display: none;
}

.onsale {
  background-color: var(--wp--preset--color--calendar) !important;
  color: var(--wp--preset--color--tertiary) !important;
  padding: 10px !important;
}

.price {
  color: var(--wp--preset--color--calendar) !important;
}

.woocommerce .price ins, .woocommerce bdi {
  margin-right: 18px;
}

.woocommerce-breadcrumb {
  color: var(--wp--preset--color--tertiary) !important;
}

.product_meta {
  display: flex;
  flex-direction: column;
}

.wp-post-image {
  border-radius: 10px;
}

.input-text.qty.text {
  width: 80px;
  height: 44px;
  border-radius: 30px;
  border-color: transparent;
  outline: none;
  color: var(--wp--preset--color--foreground);
}

.type-product .woocommerce-loop-product__title {
  padding: 0 !important;
  transition: 0.2s;
  margin-top: 0px !important;
}
.type-product .woocommerce-loop-product__title:hover {
  color: var(--wp--preset--color--secondary);
}
.type-product select {
  color: var(--wp--preset--color--foreground);
}
.type-product select option {
  color: inherit;
}

.tabs.wc-tabs {
  display: none;
}

.woocommerce div.product .related.products {
  margin-top: 120px !important;
}

.woocommerce-cart-form {
  margin-bottom: 30px;
}
.woocommerce-cart-form img {
  border-radius: 10px;
}

.woocommerce a.remove {
  width: 170px !important;
  text-align: start;
  border-radius: 30px;
  display: initial;
}

.woocommerce-page table.shop_table td, .woocommerce table.shop_table td {
  padding: 5px !important;
}

.product-subtotal {
  margin-bottom: 40px;
}

.woocommerce table.shop_table, .woocommerce table.shop_table td {
  border: 0px solid black !important;
}

.woocommerce-page .woocommerce-cart-form .coupon {
  gap: 15px;
  margin-bottom: 10px;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 0px solid #f2f2f2;
}

body .posted_in {
  display: none;
}

.cart-subtotal, .order-total {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1023px) {
  .cart-subtotal, .order-total {
    justify-content: space-between;
  }
}

.cart_totals .shop_table.shop_table_responsive {
  display: flex;
  flex-direction: column;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  display: flex;
  flex-direction: column;
}

.woocommerce-cart-form__cart-item.cart_item {
  display: grid;
  grid-template-columns: 30px 130px 1fr 100px 100px 200px;
  grid-gap: 10px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
  display: grid;
  grid-template-columns: 30px 130px 1fr 100px 100px 200px;
  grid-gap: 10px;
}

@media only screen and (max-width: 560px) {
  .woocommerce-page .woocommerce-cart-form #coupon_code, .button.wp-element-button {
    width: 100% !important;
  }
  .coupon {
    flex-direction: column;
  }
}
input[type=text],
input[type=tel],
input[type=email],
textarea {
  color: #787878;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: unset;
}

/*
[aria-current=page] {
    color: var(--wp--preset--color--foreground) !important;
}*/
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  line-height: 60px;
}

.wc-block-product-category .wc-block-grid__product {
  text-align: left;
}
.wc-block-product-category .wc-block-grid__product-title {
  font-size: 17px;
  margin-bottom: 0;
}
.wc-block-product-category .wc-block-grid__product-price span {
  color: inherit;
  font-size: 18px;
}
