/** Shopify CDN: Minification failed

Line 5165:4 Expected identifier but found "!"
Line 5165:7 Expected identifier but found "!"
Line 7585:125 Unexpected "'.radio-wrapper'"

**/


.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.heizleistungs-output.collection.collection-output .output-row .output-main h2 span.op-watt {
  color: #000;
}
.heizleistungs-output.collection.collection-output .output-row .output-main, .output-row .output-content {
  flex: 0 0 48.5%!important; 
}
.heizleistungs-output.collection.collection-output .output-row .output-main span{
        color: rgb(var(--color-foreground));
}
/* .heizleistungs-output .output > h3 {
  font-size: 21px;
} */
.heizleistungs-output.collection.collection-output .output-row {
  gap: 0;
  justify-content: space-between;
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}
.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  /* font-size: 1.5rem; */
  font-size:var(--body1-text);
  /* letter-spacing: 0.06rem; */
  letter-spacing: 0;
  /* line-height: calc(1 + 0.8 / var(--font-body-scale)); */
  line-height:1.2222223;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.hxl {
  /* font-size: calc(var(--font-heading-scale) * 5rem); */
  font-size:var(--h1-font-size);
  line-height: 54px;
  font-weight:600;
}

@media only screen and (min-width: 750px) {
  .hxl {
    /* font-size: calc(var(--font-heading-scale) * 6.2rem); */
  }
}

.h0 {
  /* font-size: calc(var(--font-heading-scale) * 4rem); */
  font-size:var(--h1-font-size);
  line-height: 54px;
  font-weight:600;
}

@media only screen and (min-width: 990px) {
  .h0 {
    /* font-size: calc(var(--font-heading-scale) * 5.2rem); */
    
    
  }
}

h1,
.h1 {
  /* font-size: calc(var(--font-heading-scale) * 3rem); */
  /* font-size: 46px; */
  font-size:var(--h1-font-size);
  line-height: 54px;
  font-weight:600;
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    /* font-size: calc(var(--font-heading-scale) * 4rem); */
  }
}

h2,
.h2 {
  /* font-size: calc(var(--font-heading-scale) * 2rem); */
  font-size:var(--h2-font-size);
  line-height: 38px;
  font-weight:600;
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    /* font-size: calc(var(--font-heading-scale) * 2.4rem); */
  }
}

h3,
.h3 {
  /* font-size: calc(var(--font-heading-scale) * 1.7rem); */
  font-size:var(--h3-font-size);
  line-height: 34px;
  font-weight:500;
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    /* font-size: calc(var(--font-heading-scale) * 1.8rem); */
  }
}

h4,
.h4 {
  /* font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem); */
  font-size:var(--h4-font-size);
  line-height: 26px;
  font-weight:600;
}

h5,
.h5 {
  /* font-size: calc(var(--font-heading-scale) * 1.2rem); */
    font-size:var(--h5-font-size);
    line-height: 23px;
  font-weight:600;
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    /* font-size: calc(var(--font-heading-scale) * 1.3rem); */
  }
}

h6,
.h6 {
  /* color: rgba(var(--color-foreground), 1); */
  color:var(--primary-color);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
    font-size:var(--h6-font-size);
    line-height: 20px;
  font-weight:600;
}
/**line-height for responsive**/
@media (max-width: 989px) {
  .h0, .h1, h1, .hxl {
    line-height: 1.3;
  }
  .h2, h2 {
    line-height: 1.3;
  }
  .h3, h3 {
    line-height: 1.3;
  }
  .h4, h4 {
    line-height: 1.3;
  }
  .h5, h5 {
    line-height: 1.3;
  }
  .h6, h6 {
    line-height: 1.3;
  }
}
/**/
blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 1);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption-with-letter-spacing {
  font-size: var(--caption-font-size);
  letter-spacing: 0;
  line-height:1.273;
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
  letter-spacing: 0;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
  letter-spacing: 0;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
   --slick-next: url(/cdn/shop/files/slick-next.svg?v=1714977661);
    --slick-prev: url(/cdn/shop/files/slick-prev.svg?v=1714977661);
  /* --slick-next-small: url(/cdn/shop/files/slick-next-small.svg?v=1725540960);
    --slick-prev-small: url(/cdn/shop/files/slick-prev-small.svg?v=1725540959); */
  --slick-next-small: url(/cdn/shop/files/slick-next-30x.svg?v=1725857163);
    --slick-prev-small: url(/cdn/shop/files/slick-prev-30x.svg?v=1725856941);

}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); */
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); */
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}


.subtitle {
  /* font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem; */
  font-size:var(--body1-text);
  line-height:1.2222223;
  letter-spacing: 0;
  color: rgba(var(--color-foreground), 1);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  letter-spacing: 0;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  letter-spacing: 0;
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}
.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  color: var(--primary-color);
    background: var(--btn-textColor);
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--btn-textColor), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size:var(--button-font-size);
  letter-spacing: 0;
  line-height:1.2222223;
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  /* font-size: 1.6rem; */
  font-size:var(--body2-text);
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  /* font-size: 1.2rem; */
  font-size:var(--body2-text);
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.cart__note.field:after {
  display: none;
}
.cart__note .text-area {
  border-radius: 20px!important;
  border: 1px solid rgb(18,18,18); 
}
.cart__note.field:hover .text-area{
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
}
.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
  letter-spacing: 0;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  /* font-size: 1.6rem; */
  font-size:var(--body2-text);
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  /* font-size: 1.8rem; */
  font-size:var(--body1-text);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  letter-spacing: 0;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus{
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

.pre-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--white-color); 
}
  .pre-loading > span {
    display: none;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    background-color: #f4d687;; 
  }

.vela-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9); }

@keyframes line-scale {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(0.4); } }

.vela-loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%); }
  .vela-loading__icon > span {
    margin: 0 2px;
    display: block;
    width: 4px;
    height: 25px;
    background-color: var(--primary-color); }
    .vela-loading__icon > span:nth-child(1) {
      animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(2) {
      animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(3) {
      animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(4) {
      animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.placeholder {
  background-color: rgba(18, 18, 18, 0.04);
  color: rgba(18, 18, 18, 0.55);
  fill: rgba(18, 18, 18, 0.55); 
}
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }
.index .shopify-section .pre-loading{
  background-color: var(--white-color);
}

/* -----------------------------  title -----------------------------   *
h1,.h0{
  font-size: 92px;
  line-height: 1.14;
  font-weight:500;
}

h2,.h1{
  font-size: 66px;
  line-height: 0.97;
  font-weight:500;
}

h3,.h2{
  font-size: 46px;
  line-height: 1.2;
  font-weight:500;
}

h4,.h3{
  font-size: 36px;
  line-height: 1.28;
  font-weight:600;
}
h5,.h4{
  font-size: 28px;
  line-height: 1.32;
  font-weight:700;
}

h6,.h5{
  font-size: 24px;
  line-height: 1.32;
  font-weight:700;
}
.subtitle-1{
   font-size: 18px;
  line-height: 1.32;
   font-weight:700;
}
.subtitle-2{
   font-size: 14px;
   line-height: 1.58;
   font-weight:600;
}
@media (max-width:1279px){
   h1,.h0{
      font-size: 66px;
    }
    h2,.h1{
      font-size: 46px;
    }
    h3,.h2{
      font-size: 36px;
    }
}
@media (max-width:989px){
   h1,.h0{
      font-size: 46px;
    }
    h2,.h1{
      font-size: 36px;
    }
    h3,.h2{
      font-size: 28px;
    }
    h5,.h4{
      font-size: 24px;
    }
    h6,.h5{
      font-size: 18px;
    }
}
@media (max-width:749px){
  
}
/*  ----------------------------- End title -----------------------------   */


/* staff */
.staff-list-section .logo-bar-section{
        /* background:#F6FEE3; */
      background:#E7FABE;
}
.staff-list-section .logo-bar{
       -webkit-column-count: 3;
       -moz-column-count: 3;
       column-count: 3;
       -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
       column-gap: 15px;
       display: block;
}
.staff-list-section .logo-bar .grid__item {
       padding: 0;
       margin-bottom: 15px;
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
       -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
       -moz-column-break-inside: avoid;
       break-inside: avoid;
       counter-increment: brick-counter;
       width: 100%;
       max-width: 100%;
       background: var(--white-color);
       border-radius: 5px;
       padding: 20px 10px 10px 10px;
       position: relative;
}

.staff-list-section .logo-bar .grid__item .image_wrapper{
       position: relative;
       padding-bottom: 83%;
       overflow: hidden;
       margin-bottom: 17px;
}
.staff-list-section .logo-bar .grid__item .image_wrapper img{
           display: block;
           max-width: 100%;
           position: absolute;
           inset: 0;
           width: 100%;
           height: 100%;
           object-fit: contain;
}
.staff-list-section .logo-bar .grid__item .image_wrapper .second-image{
        display: none;
}
.staff-list-section .logo-bar .grid__item:hover .image_wrapper .main-image{
        display: none;
}
.staff-list-section .logo-bar .grid__item:hover .image_wrapper .second-image{
        display: block;
}
.staff-list-section .logo-bar .grid__item .staff-info{
        
}
.staff-list-section .logo-bar .grid__item .staff-info > h3{
        margin: 0;
        /* font-size: 16px;
        font-family: 'Proxima Nova Rg';
        color: #7e7f80;
        letter-spacing: 0;
        font-weight: 600; */
}
.staff-list-section .logo-bar .grid__item .staff-info > p{
        margin: 0;
        letter-spacing: 0;
        color: #7e7f80;
        line-height: 1.2;
        font-size: var(--body2-text);
        font-weight: normal;
        font-style: italic;
        /* font-family: 'Proxima Nova Lt'; */
}
.staff-list-section .logo-bar .grid__item .staff-info > blockquote{
          background: #f9f9f9;
          quotes: "\201c" "\201d" "\2018" "\2019";
          padding: 10.5px 21px;
          border-left: 5px solid #eeeeee;
          letter-spacing: 0;
          line-height: 18px;
          font-size: 16px;
          color: #7e7f80;
          margin: 12px 0 0;
          position: relative;
          /* font-family: 'Proxima Nova Rg'; */
          font-weight: normal;
          font-style: normal;
          line-height: 1.3;
}
.staff-list-section .logo-bar .grid__item .staff-info > blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.staff-list-section .logo-bar .grid__item .staff-info > blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: .1em;
    margin-left: 0.25em;
    vertical-align: -0.6em;
}
@media (max-width:989px){
        .staff-list-section .logo-bar{
              -webkit-column-count: 2;
       -moz-column-count: 2;
       column-count: 2;   
        }
}
@media (max-width:576px){
        .staff-list-section .logo-bar{
              -webkit-column-count: 1;
       -moz-column-count: 1;
       column-count: 1;   
        }
}
/* End staff */
.dark-bg .ts-rating-light.productreviewsSummary .ts-stars-wrapper {
    padding-right: 10px;
}

.product .product__description {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.55;
      margin: 16px 0 36px !important;
}




.product-form__buttons .product-form__submit {
    background: #F6C569;
    font-size: var(--button-font-size);
    font-weight: 600;
    letter-spacing: 0;
    min-height: auto;
    padding: 13px 0;
    margin: 16px 0;
    line-height: 18px;
    transition: all 0.5s;
    opacity: 1;
}
.product-form__buttons .product-form__submit:disabled {
  background: #d13a13;
  color: var(--white-color);
}
.product-form__buttons button, 
.product-form__buttons a{
    outline: none !important;
    box-shadow: none !important;
}

.product-form__buttons button:before,.product-form__buttons button:after,
.product-form__buttons a:before,.product-form__buttons a:after{
    display: none;
}

.product-form__buttons .product-form__submit:hover {
   background: var(--cart-btn-hover);
    color: var(--white-color);
}
.product-form__buttons .product-form__submit:hover, :hover
.product .product__info-wrapper.fixed .product-form__buttons .product-form__submit:hover, 
.product .product__info-wrapper .product-form__buttons .product-form__submit:hover {
   background: var(--cart-btn-hover);
    color: var(--white-color);

}

.product-form__buttons dynamic-checkout .shopify-payment-button__button{
        background: transparent !important;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        min-height: auto;
        padding: 8px 0;
        margin: 16px 0;
        line-height: 22px;
        transition: all 0.5s;
        border: 2px solid #000;
        color: #000;
}


.product-form__buttons dynamic-checkout .shopify-payment-button__button:hover {
    background: #000 !IMPORTANT;
    color: var(--white-color);
}
.product .grid__item.product__media-wrapper .product-media-container {
    margin: 0 auto !important;
}

.product .grid__item.product__media-wrapper .slick-prev {
    left:0px;
    z-index:2;
      width: 40px;
}
.product .grid__item.product__media-wrapper .slick-next {
    right: 0;
    z-index:2;
      width: 40px;
}

.product .grid__item.product__media-wrapper .slick-prev:before, .product .grid__item.product__media-wrapper .slick-next:before {
    display: none;
}
.product .product__info-wrapper .product__sku {
    /* font-size: 18px; */
    font-size: var(--label-font-size);
    line-height: 21px;
    font-weight: 400;
    color: #121212bf;
    margin-bottom: 16px;
  position: relative;
  top: 1px;
}

.product .product__info-wrapper .icon-with-text__item span:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17009 7.26153L4.21586 10.3073L11.8303 2.69287' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    flex: 0 0 12px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: relative;
    top: 5px;
}
.product .product__info-wrapper .product-form__buttons {
    max-width: 30rem;
}
.product .product__info-wrapper .icon-with-text__item span {
    position: relative;
    display: flex;
    text-align: left !important;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    gap: 8px;
  font-weight: 500;
}

.product .product__info-wrapper .icon-with-text__item {
    display: block;
    text-align: left;
}

.product .product__info-wrapper .icon-with-text__item {
    text-align: left;
}

.product .product__info-wrapper .icon-with-text.icon-with-text--horizontal {
    gap: 8px;
    margin: 24px 0 0;
}
.product .product__info-wrapper  .uwl-wishlist {
    background: var(--white-color);
    color: #000000;
    border-color: #000000;
    width: 100%;
    border-radius: 30px;
    max-width: 30rem;
}
.product .product__info-wrapper .uwl-wishlist.wishlist-selected, .product .product__info-wrapper .uwl-wishlist:hover {
    background: #000000 !important;
    color: var(--white-color) !important;
    border-color: #000000 !important;
}

.product .grid__item.product__media-wrapper .product-media-container {
    border: 0;
}
.product .product__info-wrapper.fixed .product__sku {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000!important;
    margin-bottom: 6px;
}
.product .product__info-wrapper.fixed .product__info-container>*+* {
    margin: 12px 3px;
}
.product .product__info-wrapper.fixed .product__title h1{
    /* font-size: 28px; */
  font-size:var(--h4-font-size);
  line-height: 1.2;
    /* line-height: 34px; */
    margin: 0 !important;
}
.product .product__info-wrapper.fixed .product-form__buttons {
    max-width: 100%;
}
.product .product__info-wrapper.fixed .product-form__buttons .product-form__submit{
    width:100%;
    max-width: 100%;
}
.product .product__info-wrapper.fixed .product-form__buttons button {
    width: 100%;
    max-width: 100%;
}
.product__info-wrapper.fixed .product-form__buttons button.experiance_yourself {
    max-width: 100% !important;
    min-height: 35px !important;
    line-height: 27px !important;
    height: 35px !important;
}
.product .product__info-wrapper.fixed .product__description ul {
    list-style: none;
}
.product .product__info-wrapper.fixed .product__description ul li {
    position: relative;
    padding-left: 22px;
}
.product .product__info-wrapper.fixed .product__description ul li:before {
    content: "";
    background: #000000;
    width: 6px;
    height: 6px;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.product .product__info-wrapper.fixed .price__container {
  margin: 0;
}

.product .product__info-wrapper.fixed .product__description {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 !important;
}

.product .product__info-wrapper.fixed .product__title {
    margin: 0;
}


.product__info-wrapper.fixed .product-form__buttons .product-form__submit,
.product__info-wrapper.fixed .product-form__buttons dynamic-checkout .shopify-payment-button__button {
    margin: 12px 0;
    font-size: 16px;
    padding: 4px 0;
    max-width: 214px;
    max-height: 35px;
    line-height: 1;
    height: 35px;
}

.product .product__info-wrapper.fixed .uwl-wishlist {
    background: var(--white-color);
    color: #000;
    border-color: #000;
    width: 100%;
    border-radius: 30px;
    max-width: 214px;
    padding: 4px 10px;
    font-size: 14px !important;
    line-height: 24px;
}
.product .product__info-wrapper.fixed .icon-with-text.icon-with-text--horizontal {
    margin: 12px 0 0;
    flex-flow: column;
    gap: 0;
}
.product .product__info-wrapper.fixed .icon-with-text__item span {
    font-size: 12px;
    line-height: 18px;
    gap: 4x;
}
.product .product__info-wrapper.fixed .icon-with-text__item span:before {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;

}
.product .product__info-wrapper.fixed .icon-with-text__item {
    width: 100%;
}
.product .product__info-wrapper.fixed  product-form.product-form {
    margin: 0 !important;
}
.product .uwl-btn-position-left .uwl-btn-position {
    display: none !important;
}

.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .product__sku,
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .product__title h1,
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .product__description,
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .price__regular,
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .product-form__buttons .product-form__submit,
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .icon-with-text__item span,
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .usp_attribute_wrapper {
    color: var(--white-color) !important;
}
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .icon-with-text__item span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17009 7.26153L4.21586 10.3073L11.8303 2.69287' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .product-form__buttons dynamic-checkout .shopify-payment-button__button {
    border: 2px solid var(--white-color);
    color: var(--white-color);
}
.section-product-info .dark-bg.full-image .product .product__info-wrapper:not(.fixed) .product-form__buttons dynamic-checkout .shopify-payment-button__button:hover {
    background: var(--white-color)!important;
    color: #000;
}
.template-product .shopify-section .img-without-text img {
    max-width: 100%;
}
@media screen and (min-width: 990px){
  .product.product--large:not(.product--no-media) .product__info-wrapper {
      max-width: 52%;
      width: calc(52% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 48%;
    width: calc(48% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (min-width: 990px) and (max-width:1199px){
  .product.product--large:not(.product--no-media) .product__info-wrapper {
      max-width: 54%;
      width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-left:25px;
  }
  .product.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 46%;
    width: calc(46% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media (max-width:1365px){
  .section-product-info img.full-background-image {
    object-position: 20% 50%;
  }
}
@media (max-width:1199px){
  .section-product-info img.full-background-image {
    object-position: 35% 50%;
  }
}
@media (max-width:989px){
  .product .product__info-wrapper .product-form__buttons{
    max-width:100%;
  }
  .product .grid__item.product__media-wrapper .product-media-container{
    width: 100%;
  }
    .product.product--large:not(.product--no-media) .product__info-wrapper {
      max-width: 100%;
      width: 100%;
      padding: 0;
      top: auto !important;
  }
  .product.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .product .product__info-container {
    max-width: 100%;
  }
  .section-product-info .product_submenu .tab-content {
    max-width: 100%;
  }
  .dark-bg.full-image:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.3;
}
  .sidebar-navigation-wrapper {
    display: none;
}
   .product .product__info-wrapper.fixed product-form.product-form{
        margin-bottom: 83px !important;
  }
}
@media (max-width:749px){
  .product__media-list .product__media-item {
    min-width: auto !important;
  }
  .product__info-wrapper.grid__item {
    position: relative;
    z-index: 2;
    top: auto !important;
  }
  .section-product-info .slider-buttons {
    display: none;
  }
  .section-product-info .slick-track {
      display: flex;
    align-items: center;
  }
  .product .product__info-wrapper .icon-with-text.icon-with-text--horizontal {
    flex-flow: column;
  }
  .product .product__info-wrapper .icon-with-text__item {
    text-align: left;
    width: 100%;
  }
}



.sidebar-navigation-wrapper .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font: 20px sans-serif;
}
.sidebar-navigation-wrapper .tab {
    display: flex;
    flex-direction: column;
}
.sidebar-navigation-wrapper .tab-head {
    display: flex;
    justify-content: flex-start;
    width: 100%;
   cursor: pointer;
}
.sidebar-navigation-wrapper .tab-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    .tab--open & {
       max-height: 400px;
       height: auto;
       overflow: initial;
    }
}
.sidebar-navigation-wrapper .tab-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}
.sidebar-navigation-wrapper-inner .container {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    background: #D9D9D973;
    border-radius: 20px;
    gap: 0;
      display: block;
    overflow: hidden;
 }
 
 .sidebar-navigation-wrapper-inner .container .tab-head a.internal-link {
    color: #000;
    text-decoration: none;
    font-size: var(--body2-text); 
    font-weight: 300;
    line-height: 1;
    padding: 6px 0;
    border-bottom: 0.72px solid #D9D9D9;
    width: 100%;
    font-family: 'Poppins';
    cursor: pointer;
 }
 
 .sidebar-navigation-wrapper-inner .container .sidebar-navigation-wrapper .tab-head {
    padding: 0;
 }
 
 .sidebar-navigation-wrapper-inner .container .sidebar-navigation-wrapper .tabs {
    width: 100%;
    padding: 11px !important;
 }
 
 .sidebar-navigation-wrapper-inner .container .tab-body .tab-inner ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
 }
 
 .sidebar-navigation-wrapper-inner .container .tab-body .tab-inner ul a.internal-link {
    color: #000;
    text-decoration: none;
    font-size: var(--label-font-size);
    font-weight: 200;
    line-height: 1;
    padding: 6px 0;
    width: 100%;
    font-family: 'Poppins';
    cursor: pointer;
 }
 .sidebar-navigation-wrapper-inner .container .tab-body .tab-inner {
    padding: 0;
    border-bottom: 0.72px solid #D9D9D9;
    line-height: 1;
    padding: 8px 0px;
   padding-left: 3px;
 }
 .sidebar-navigation-wrapper-inner .container .tab:last-child .tab-head a.internal-link {
    border: 0;
}
 .sidebar-navigation-wrapper-inner .container .tab.tab--open .tab-head a.internal-link {
    border: 0;
    padding-bottom: 0;
    font-weight: 400;
 }
@media (max-width:1365px){
  .product .product__info-wrapper.fixed .product__title h1 {
    /* font-size: 24px; */
    /* line-height: 1.1; */
        margin: 10px 0;
  }
  .product .product__info-wrapper.fixed .product__sku {
    line-height: 1;
  }
}

.product .product__info-wrapper.fixed .icon-with-text.icon-with-text--horizontal {
    padding-bottom: 0;
}
.content-column .img-without-text div {
    width: 100% !important;
}
.product_submenu .product-grid--zubehoer .button {
    background: #f6c569;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    min-height: auto;
    padding: 13px 0;
    margin: 16px 0;
    line-height: 18px;
    transition: all .5s;
    opacity: 1;
    color: #000;
    position: relative;
    z-index: 1;
}
.product_submenu .product-grid--zubehoer .button:hover {
    opacity: 0.7;
}
.product_submenu .tab-content .view-pdf a svg path {
    fill: #000000;
}
.product_submenu .tab-content .view-pdf a:hover svg path {
    fill: #000000;
}
.product_submenu .tab-content .view-pdf a{
    color: #000000;
    border-radius: 50px;
    opacity: 1;
    transition: all 0.5s;
    margin-top: 10px;
}
.product_submenu .tab-content .view-pdf a:hover {
    color: #000000;
    opacity: 0.7;
}
.product_submenu .product-grid--zubehoer .card-information>.price {
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
}
.product_submenu .product-grid--zubehoer .card-information .price__sale {
    color: #d13a13;
}
.product_submenu .product-grid--zubehoer .card-information .price__sale s.price-item.price-item--regular{
  color: #766666;
    letter-spacing: 0;
    font-size: 16px;
}
.video-container:has(iframe) {
    padding-bottom: 56.65%;
    position: relative;
    width: 100%;
}
.video-container iframe {
    border-radius: 15px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.content-column {
    min-width: auto !important;
}

.template-product .content-builder-content .content-row .content-column h1, 
.template-product .content-builder-content .content-row .content-column h2, 
.template-product .content-builder-content .content-row .content-column h3, 
.template-product .content-builder-content .content-row .content-column h4, 
.template-product .content-builder-content .content-row .content-column h5, 
.template-product .content-builder-content .content-row .content-column .h0, 
.template-product .content-builder-content .content-row .content-column .h1, 
.template-product .content-builder-content .content-row .content-column .h2, 
.template-product .content-builder-content .content-row .content-column .h3, 
.template-product .content-builder-content .content-row .content-column .h4, 
.template-product .content-builder-content .content-row .content-column .h5 {
  margin: 0;
}
@media (max-width:749px){
  .card-body {
    overflow: auto;
  }
  .card-body table:not([class]) td, .card-body table:not([class]) th {
    width: 160px !important;
  }
}

.uwl-col-wishlist {
    margin-right: 16px;
    margin-top: 16px;
    margin-left:auto;
    cursor: pointer;
      z-index: 1 !important;
}
.uwl-col-wishlist path {
    fill: #000 !important;
}
.uwl-col-wishlist.icon-wishlist-selected path {
    fill: red !important;
}




.product__info-wrapper .more_view_description {
  display: none !important;
}


.technical_section {
  display: none;
}

  .header svg.icon.icon-account path, .header svg.icon.icon-wishlist path {
    stroke: #000;
  }
  .header svg.icon.icon-cart path {
    fill: #000;
}
.header svg.modal__toggle-open.icon.icon-search, .header svg.icon.icon-hamburger,.header svg.icon.icon-close {
    filter: brightness(0);
}


  .reset__button {
     height: 33px;
    right: 0 !important;

  }
.header .reset__button {
    height: 27px;
  }
  .reset__button .icon.icon-close {
      filter: brightness(0);
  }
header.header li:has(.main_sub_menu):hover .header__menu-item:after {
    border: 15px solid transparent !important;
    border-top-color: rgb(255 255 255) !important;
    left: 40% !important;
    display:none !important;
}

@media (max-width: 1289px) and (min-width: 990px) {
  header.header li:has(.main_sub_menu) a span:after {
     top: 0px !important;
  }
}


/* staff */
.staff-list-section{
    z-index: 2;
    position: relative;
}
.staff-list-section .rich-text__heading {
    margin: 0;
  margin-bottom: 30px
    /* font-size: 40px;
    color: #000;
    line-height: 1;
  font-weight: 600; */
}
.staff-list-section .logo-bar-section{
    /* background: #F6FEE3; */
  background: #daf897;
}
.staff-list-section .logo-bar-section-main{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.staff-list-section .logo-bar{
    display: flex;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
    --grid-desktop-horizontal-spacing: 45px;
    --grid-desktop-vertical-spacing: 30px;
}

.staff-list-section .logo-bar .grid__item{
    width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    -webkit-box-sizing: unset;
    box-sizing: unset;
    -webkit-column-break-inside: unset;
    page-break-inside: unset;
    -moz-column-break-inside: unset;
    break-inside: unset;
    counter-increment: unset;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    flex: none;
}
.staff-list-section .logo-bar .grid__item .staff-info > .desc{
    position: absolute;
    z-index: 2;
    opacity: 0;
    display: none;
    quotes: none;
    background: var(--white-color);
    border: none;
    text-align: left;
    color: #696969;
    margin: 0;
    width: 100%;
    /* font-family: 'Poppins', sans-serif; */
    font-size: var(--body2-text);
    padding: 8px !important;
    box-sizing: border-box;
    line-height: 1.38;
      /* font-weight: 300; */
}
.staff-list-section .logo-bar .grid__item .image_wrapper{
    padding-bottom: 91%;
    background: var(--white-color);
    border-radius: 25px;
    margin-bottom: 12px;
    border: 1px solid #BDBDBD;
}
.staff-list-section .logo-bar .grid__item .staff-info > h3{
    /* font-size: 18px;
    font-family: 'Poppins', sans-serif; */
    /* 
    line-height: 1.2;
     */
  /* font-weight: 500; */
  color: #000;
    padding-top: 8px;
}
.staff-list-section .logo-bar .grid__item .staff-info > p{
        /* font-size: 16px; */
        /* font-family: 'Poppins', sans-serif; */
        color: #000;
        line-height: 1.2;
        /* font-weight: 300; */
        font-style: normal;
}
.staff-list-section .logo-bar .grid__item .image_wrapper img{
    object-position: bottom;
}
.staff-list-section .logo_btn_block .logo_btn{
    /* background: #45985B; */
    /* font-size: 18px; */
    /* min-height: 50px; */
    transition: all 0.3s;
    /* padding-top: 3px; */
    color: var(--btn-textColor);
    background: var(--primary-color);
    font-size: 18px;
    min-height: 40px;
    line-height: 19.8px;
    padding: 10px 30px 8px;
    font-weight: 500;
}
.staff-list-section .logo_btn_block .logo_btn:before,
.staff-list-section .logo_btn_block .logo_btn:after{
    display:none;
}
.staff-list-section .logo_btn_block .logo_btn:after{
    content:'';
    display:block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5117 7.85596L6.92466 13.443L1.33759 7.85596' stroke='white' stroke-width='1.66823' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.92187 13.443L6.92188 1.55688' stroke='white' stroke-width='1.66823' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: relative;
    width: 14px;
    height: 14px;
    border: none;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.staff-list-section .logo_btn_block .logo_btn:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5117 7.85596L6.92466 13.443L1.33759 7.85596' stroke='%23071136' stroke-width='1.66823' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.92187 13.443L6.92188 1.55688' stroke='%23071136' stroke-width='1.66823' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.staff-list-section .logo_btn_block{
    margin-top: 40px;
}
.staff-list-section .logo_btn_block .logo_btn:hover{
    /* opacity:0.7; */
  color: var(--primary-color);
    background: var(--btn-textColor);
}
.staff-list-section .logo_btn_block .logo_btn.view_less:after{
    transform: rotate(180deg);
    top: 0;
}
.staff-list-section .logo-bar .grid__item:hover .desc{
    display:block;
    opacity:1;
    padding: 8px;
    padding-top: 15px;
    border-radius: 0 0 15px 15px;
    /* top: 49px; */
    left: 0;
}
.staff-list-section .logo-bar .grid__item:hover .staff-info{
    /* background: var(--white-color);
    border-radius: 15px 15px 0 0; */
    position: relative;
}
.staff-list-section .logo-bar .grid__item:hover .staff-info > h3{
    padding:8px 8px 0;
}
.staff-list-section .logo-bar .grid__item:hover .staff-info > p{
     padding:0 8px 0;
}
.staff-list-section .logo-bar .grid__item .staff-info > .desc:before,
.staff-list-section .logo-bar .grid__item .staff-info > .desc:after{
    display:none;
}
.staff-list-section .grid--4-col-desktop .grid__item{
    width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
}
.staff-list-section .grid--3-col-desktop .grid__item{
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
}
.staff-list-section .grid--2-col-desktop .grid__item{
   width: calc(50% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
}
.staff-list-section .grid--5-col-desktop .grid__item{
     width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
}
.staff-list-section .grid--1-col-desktop .grid__item{
     width: 100%;
}
.staff-list-section .position-relative {
    width: 100%;
}
@media (max-width:1439px){
    .staff-list-section .logo-bar{
      --grid-desktop-horizontal-spacing: 15px;
      --grid-desktop-vertical-spacing: 30px;
    }
}
@media (max-width:1279px){
    .staff-list-section .grid--4-col-desktop .grid__item{
       width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
     }
      .staff-list-section .grid--5-col-desktop .grid__item{
         width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    }
  .staff-list-section .rich-text__heading{
    /* font-size: 38px; */
        margin-bottom: 25px;
  }
}
@media (max-width:989px){
.staff-list-section .rich-text__heading{
          /* font-size: 32px; */
        margin-bottom: 20px;
  }
}
@media (max-width:749px){
    .staff-list-section .grid--4-col-desktop .grid__item{
       width: calc(50% - var(--grid-desktop-horizontal-spacing)* 2 / 4);
     }
    .staff-list-section .grid--3-col-desktop .grid__item{
       width: calc(50% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
     }
  .staff-list-section .grid--5-col-desktop .grid__item{
       width: calc(50% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    }
  .staff-list-section .rich-text__heading{
                /* font-size: 28px; */
        margin-bottom: 15px;
  }
    /* .staff-list-section .logo-bar .grid__item .staff-info > .desc{
        position: relative;
        display: block;
        opacity: 1;
        padding: 11px 0 0 !important;
    }
    .staff-list-section .logo-bar .grid__item .staff-info{
        background:var(--white-color);
        padding: 16px 15px !important;
        border-radius: 15px !important;
    } */
      .staff-list-section .logo-bar .grid__item .staff-info > .desc{
                /* display: none; */
          position: relative;
          padding: 15px !important;
          border-radius: 0 0 15px 15px !important;
      }
      .staff-list-section .logo-bar .grid__item:hover .staff-info > .desc{
          /* display:block; */
      }
      .staff-list-section .logo-bar .grid__item:hover .staff-info{
          padding:10px 0 0 !important;
      }
      .staff-list-section .logo-bar .grid__item:hover .staff-info > h3{
          
      }
      .staff-list-section .logo-bar .grid__item:hover .staff-info > h3{
           padding-left:15px;
      }
      .staff-list-section .logo-bar .grid__item:hover .staff-info > p{
          padding-left:15px;
      }
  .staff-list-section .logo-bar .grid__item:hover .staff-info{
        /* border-radius: 15px; */
  }
}
@media (max-width:575px){
    .staff-list-section .grid--4-col-desktop .grid__item{
       width:100%;
     }
    .staff-list-section .grid--3-col-desktop .grid__item{
        width:100%;
     }
    .staff-list-section .grid--2-col-desktop .grid__item{
       width:100%;
      }
  .staff-list-section .grid--5-col-desktop .grid__item{
        width:100%;
    }
    /* .staff-list-section .logo-bar .grid__item .staff-info > h3,
    .staff-list-section .logo-bar .grid__item .staff-info > p{
        padding:0 !important;
    } */
}
.staff-list-section .logo-bar .grid__item:hover .staff-info{
    /* border-radius: 15px; */
}
.staff-list-section .logo-bar .grid__item .staff-info > .desc{
    position:relative;
}
.staff-list-section .logo-bar .grid__item.item.expand .staff-info > .desc {
    display: block;
}
.staff-list-section .logo-bar{
    align-items: flex-start;
}
/* End staff */

/* scroll-to-btns */
.scroll-to-btns{
    padding: 0 20px;
}
.scroll-to-btns .content-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 47px;
    flex-flow: wrap;
    padding-bottom: 40px !important;
}
.scroll-to-btns .content-container .button:before,
.scroll-to-btns .content-container .button:after{
    display:none;
}
.scroll-to-btns .content-container .button{
    background: transparent;
    border: 1px solid #45985B;
    transition: none;
    outline: 1px solid transparent;
}
.scroll-to-btns .content-container .button:hover{
    outline: 2px solid #45985B;
    opacity: 1;
}
.scroll-to-btns .content-container .button{
    /* background: #E6FDEC; */
    /* color: #45985B; */
    /* padding: 8px 15px; */
    border-radius: 5px;
    display: flex;
    gap: 8px;
    /* font-size: 18px; */
    /* font-weight: 500; */
    align-items: center;
    justify-content: center;
    /* line-height: 1; */
    min-height: 40px;
    /* transition: all 0.3s; */
    color: var(--primary-color);
    background: transparent;
    font-size: var(--button-font-size);
    min-height: 40px;
    line-height: 1;
    padding: 7px 30px 3px;
    font-weight: 500;
    border: 2px solid var(--primary-color);
    transition: all .3s;
    border-radius: 100px;
}
.scroll-to-btns .content-container .button svg{
    width: 20px;
    height: 20px;
}
.scroll-to-btns .content-container .button:hover{
   opacity:0.7;
   opacity: 1;
}
.scroll-to-btns .content-container .button svg path{
     fill: var(--primary-color);
}
.scroll-to-btns .content-container .button:hover{
    outline:none;
    background: var(--primary-color);
    color: var(--btn-textColor);
}
.scroll-to-btns .content-container .button:hover svg path{
     fill: var(--btn-textColor);
}
@media (max-width:1439px){
    .scroll-to-btns .content-container{
       gap: 20px 30px;
    }
}
@media (max-width:1279px){
    .scroll-to-btns .content-container{
       gap: 10px 10px;
    }
}

@media (max-width:989px){
    .scroll-to-btns .content-container .button{
        /* font-size:16px; */
    }
}
/* End scroll-to-btns */


/* referenzen-sec  */
.referenzen-sec{
    background:#E6FDEC;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.referenzen-sec .sec-title-wrap .title{
    margin: 0;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
} 
.referenzen-sec .referenzen-slider .item-inner{
    background:#FFFFFF;
    border-radius:30px;
    padding:24px 16px;
}
.referenzen-sec .referenzen-slider .side-item{
    margin-left: 17px;
    margin-right: 17px;
}
.referenzen-sec .referenzen-slider{
    margin-left: -17px;
    width: calc(100% + 34px);
}
.referenzen-sec .referenzen-slider .item-inner .top-info{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .info-col{
    width: calc(100% - 76px);
    padding-right: 10px;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .title{
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    hyphens: auto;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .logo-col{
    width: 76px;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .sub-title{
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    hyphens: auto;
}
.referenzen-sec .referenzen-slider .item-inner .desc{
    color:#383838;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.46;
}
.referenzen-sec .referenzen-slider .item-inner .desc p{
    margin:0;
}
.referenzen-sec .referenzen-slider .item-inner .btn-wrap{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.referenzen-sec .referenzen-slider .item-inner .btn-wrap a{
    background:#45985B;
    text-decoration: none;
    color: var(--white-color);
    min-height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 7px 37px 5px;
    text-align: left;
    padding-right: 30px;
    transition: all 0.3s;
      font-size: 18px;
}
.referenzen-sec .referenzen-slider .item-inner .btn-wrap a:after{
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.77734 0.913086L13.3644 6.50015L7.77734 12.0872' stroke='white' stroke-width='1.66823' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3666 6.50025L1.48047 6.50024' stroke='white' stroke-width='1.66823' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 18px;
}
.referenzen-sec .referenzen-slider .item-inner .btn-wrap a:hover{
    opacity:0.7;
}
.referenzen-sec .referenzen-slider .slick-arrow{
    font-size: 0;
    width: 60px;
    height: 60px;
    background: #45985B;
    border-radius: 100px;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.95703 22.7905L17.5141 13.2335L7.95703 3.67642' stroke='%23E6FDEC' stroke-width='2.99829' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}
.referenzen-sec .referenzen-slider .slick-arrow:before{
    display:none;
}
.referenzen-sec .referenzen-slider .slick-arrow.slick-prev{
    left: -27px;
    right: auto;
    transform: translateY(-50%) rotate(180deg);
}
.referenzen-sec .referenzen-slider .slick-arrow.slick-disabled{
    display: none !important;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .logo-col img{
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width:1439px){
    .referenzen-sec .referenzen-slider .side-item{
        margin-left: 5px;
        margin-right: 5px;
    }
    .referenzen-sec .referenzen-slider{
        margin-left: -5px;
        width: calc(100% + 10px);
    }
    .referenzen-sec .referenzen-slider .slick-arrow{
        right: -22px;
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    .referenzen-sec .referenzen-slider .slick-arrow.slick-prev{
        left: -26px;
    }
    .referenzen-sec .sec-title-wrap .title{
       
    }
}
@media (max-width:1279px){
    .referenzen-sec .sec-title-wrap .title{
                 font-size: 38px;
        margin-bottom: 25px;
        
    }
    .referenzen-sec{
        padding-top:40px;
        padding-bottom:40px;
    }
    .referenzen-sec .referenzen-slider .item-inner .top-info .title{
        font-size:20px;
        margin-bottom: 5px;
    }
    .referenzen-sec .referenzen-slider .item-inner .top-info .sub-title{
        font-size: 16px;
    }
}
@media (max-width:989px){
    .referenzen-sec .referenzen-slider{
        padding: 0 30px;
    }
    .referenzen-sec .referenzen-slider .slick-arrow{
        right:0;
    }
    .referenzen-sec .referenzen-slider .slick-arrow.slick-prev{
        left:0;
    }
    .referenzen-sec .sec-title-wrap .title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .referenzen-sec .referenzen-slider .item-inner .btn-wrap a{
        /* min-height:50px; */
    }
}
@media (max-width:749px){
    .referenzen-sec .referenzen-slider{
        padding: 0 20px;
    }
    .referenzen-sec .sec-title-wrap .title{
                font-size: 28px;
        margin-bottom: 15px;
    }
}
/* End  referenzen-sec  */


/* contact-page */
.contact-page-form-wrapper{
    position: relative;
    overflow: hidden;
}
.contact-page-form-wrapper .background-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.contact-page-form-wrapper .background-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.contact-page-form-wrapper .contact {
    z-index: 1;
    position: relative;
    display: flex;
    flex-flow: wrap;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    row-gap: 30px;
    column-gap: 100px;
}
.contact-page-form-wrapper .contact .page-hero__text-wrapper{
    flex: 1;
}
.contact-page-form-wrapper .contact .form-wrapper{
    flex: 1;
}
.contact-page-form-wrapper .contact .page-hero__text-wrapper .title {
    /* font-size: 46px;
    font-weight: 700;
    line-height: 1.1; */
  /* font-size: 36px;
  line-height: 40px;
  font-weight: 600; */
    margin-bottom: 16px;
  color: var(--white-color);
}
.contact-page-form-wrapper .contact .page-hero__text-wrapper .page-hero__description{
    /* font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.3; */
  /* font-size: 24px; */
    color: var(--white-color);
    /* font-weight: 300;
    line-height: 28px; */
  margin-bottom: 16px;
}
.contact-page-form-wrapper .contact .page-hero__text-wrapper .page-hero__description p{
  color: var(--white-color);
}

/* .contact-page-form-wrapper .contact .page-hero__text-wrapper .page-hero__description p{
    margin:0;
  font-size: 24px;
    color: var(--white-color);
    font-weight: 300;
    line-height: 28px;
} */
.contact-page-form-wrapper .contact .form-wrapper .field{
    margin-bottom: 25px;
}
.contact-page-form-wrapper .contact .form-wrapper .field:before,
.contact-page-form-wrapper .contact .form-wrapper .field:after{
    display:none;
}
.contact-page-form-wrapper .contact .form-wrapper .field .select__select + .field__label{
    display: none;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input{
    margin: 0;
    border: none;
    border-radius: 0;
}
.contact-page-form-wrapper .contact .form-wrapper .field .select__select{
    border: none;
    border-radius: 0;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24001 6.71216L10.3429 0.284142H0.137081L5.24001 6.71216Z' fill='%2345985B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 14px;
}
.contact-page-form-wrapper .contact .form-wrapper .field .select__select,
.contact-page-form-wrapper .contact .form-wrapper .field .field__input{
    min-height: 62.5px;
    border-radius: 12px;
    padding: 21.43px;
    color: var(--secondary-color);
    opacity:1;
       font-size: var(--body2-text);
    outline: none;
    box-shadow: none;
    border: none;
    line-height: 19.28px;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__label{
    display: none;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input{
    /* font-weight: 600; */
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: var(--secondary-color);
    opacity:1;
    font-size:18px;
    font-weight:400;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input::-moz-placeholder { /* Firefox 19+ */
 color: var(--secondary-color);
    opacity:1;
    font-size:18px;
    font-weight:400;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input:-ms-input-placeholder { /* IE 10+ */
 color: var(--secondary-color);
    opacity:1;
    font-size:18px;
    font-weight:400;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input:-moz-placeholder { /* Firefox 18- */
 color: var(--secondary-color);
    opacity:1;
    font-size:18px;
    font-weight:400;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input.text-area{
    padding-top: 20px;
    min-height: 151px;
}
.contact-page-form-wrapper .contact .form-wrapper .contact__fields{
    gap: 17px;
}
.contact-page-form-wrapper .contact .form-wrapper .contact__button{
    margin-top: 25px;
}
.contact-page-form-wrapper .contact .form-wrapper .contact__button .button{
    width: 100%;
    /* background: #45985B; */
    font-size: var(--button-font-size);
    font-weight: 500;
    /* min-height: 58px; */
    transition:all 0.3s;
  /* padding: 5px 10px 0; */
}
.contact-page-form-wrapper .contact .form-wrapper .contact__button .button:before,
.contact-page-form-wrapper .contact .form-wrapper .contact__button .button:after{
    display:none;
}

.contact-page-form-wrapper .contact .form-wrapper .form__message{
    margin: 0 0 30px;
    color: #45985B;
    line-height: 1.3;
    border: none;
    box-shadow: none;
    outline: none;
}
.contact-page-form-wrapper .contact .form-wrapper .form__message svg{
    width: 20px;
    height: 20px;
    margin: 1px 10px 0 0px;
}
.contact-page-form-wrapper .contact .form-wrapper .field .select__select:focus,
.contact-page-form-wrapper .contact .form-wrapper .field .field__input:focus{
    box-shadow: 0 0 9px 0px #45985b;
}
.contact-page-form-wrapper .contact .form-wrapper .field .select__select.empty-option-selected + .field__label{
        display: flex;
        min-height: 62px;
        border-radius: 10px;
        padding: 8px 20px 5px;
        color: #45985B;
        opacity: 1;
        /* font-size: 18px;
        font-weight: 400; */
        outline: none;
        box-shadow: none;
        border: none;
        inset: auto;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: auto;
        max-height: none;
}
.contact .contact-detail h5 {
  /* font-size: 24px;
  line-height: 28px; */
  color: var(--white-color);
  margin: 0;
  /* font-weight: 500; */
}
.contact  .contact-detail address {
  font-style: normal;
}
.contact  .contact-detail address span, .contact  .contact-detail p a, .contact  .contact-detail p span,
.contact  .contact-detail p {
  /* font-size: 18px;
  line-height: 22px; */
  /* color: #696969; */
  color:var(--white-color);
  display: block;
  text-decoration: none;
  margin: 5px 0;

}
.contact  .contact-detail address span, .contact  .contact-detail p a {
  display: inline-block;
}
.contact  .contact-detail p a:hover {
  text-decoration: none;
  color: var(--white-color);
}
.contact  .contact-detail address span.green, .contact  .contact-detail p span.green {
  
  /* color: #45985B; */
  color: var(--white-color);
  

}
.contact  .contact-detail .detail {
    width: 100%;
    /* background: #45985B; */
    /* font-size: 20px; */
    /* font-weight: 500; */
    /* min-height: 58px; */
    transition: all 0.3s;
    /* padding: 5px 10px 0;*/
}
.contact .contact-detail .image {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
      align-items: center;
}
.contact .contact-detail .image img {
  margin-right: 12px;
  width: 28px;
  height: 28px;
}
.contact-page-form-wrapper .contact .page-hero__text-wrapper {
  max-width: 574px;
}
.contact-page-form-wrapper .contact .form-wrapper .field {
  margin-bottom: 16px;
}
.contact-page-form-wrapper .contact .form-wrapper .field .field__input.text-area {
  padding-top: 21.43px;
}
.contact-page-form-wrapper .contact .form-wrapper .contact__button .button {
  /* min-height: 58.7px; */
  /* font-size: 19.28px; */
     color: var(--btn-textColor);
    background: var(--primary-color);
    /* font-size: 18px; */
    min-height: 40px;
    line-height: 19.8px;
    padding: 10px 30px 8px;
    font-weight: 500;
  
}
.contact-page-form-wrapper .contact .form-wrapper .contact__button .button:hover{
    color: var(--primary-color);
    background: var(--btn-textColor);
}
.showroom-detail {
  background: var(--white-color);
  padding: 21.43px;
  border-radius: 12px;
  margin-top: 16px;
}
.showroom-detail p {
  font-weight: 400;
  /* color: #696969;
  font-size: 18px;
  line-height: 22px; */
  margin: 0 0 25px;

}
.showroom-detail p span {
  display: block;
}
.showroom-detail p:last-child {
  margin-bottom: 0;
}
.showroom-detail p strong {
  font-weight: 500;
}
.showroom-detail h6 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-page-form-wrapper .contact .form-wrapper .form__message {
  color: var(--white-color);
      background: rgba(69, 152, 91, 0.6);
    padding: 6px;
    border-radius: 5px;
   font-size: var(--body1-text);
  line-height: 22px;
  
}
.contact-page-form-wrapper .background-wrapper:before {
      content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(316.85deg, rgba(0, 0, 0, 0) 43.71%, rgba(0, 0, 0, 0.5) 57.81%);
}
@media (max-width:1439px){
    .contact-page-form-wrapper .contact{
        gap:50px;
    }
    .contact-page-form-wrapper .contact .page-hero__text-wrapper .title{
        /* font-size:32px;  */
    }
  .contact-page-form-wrapper .contact .page-hero__text-wrapper .page-hero__description,
  .contact .contact-detail h5 {
    /* font-size: 22px; */
  }
}
@media (max-width:1279px){
     .contact-page-form-wrapper .contact{
        gap: 30px 20px;
    }
   
  .contact-page-form-wrapper .contact .page-hero__text-wrapper {
    max-width: 100%;
  }
}
@media (max-width:989px){
    .contact-page-form-wrapper .contact .page-hero__text-wrapper .title{
        /* font-size:30px; */
    }
    .contact-page-form-wrapper .contact{
        flex-flow:column;
    }
}
@media (max-width:749px){
     .contact-page-form-wrapper .contact .page-hero__text-wrapper .title{
        /* font-size:28px; */
    }
    .contact-page-form-wrapper .contact .form-wrapper .field .select__select, .contact-page-form-wrapper .contact .form-wrapper .field .field__input,
    .contact-page-form-wrapper .contact .form-wrapper .contact__button .button{
        min-height:50px;
    }
    .contact-page-form-wrapper .contact .form-wrapper .field{
        margin-bottom:15px;
    }
    .contact-page-form-wrapper .contact .form-wrapper .contact__button{
        margin-top:15px;
    }
  .contact-page-form-wrapper .contact .form-wrapper .contact__button .button{
        padding: 3px 10px 0;
  }
  .contact .contact-detail .image img {
    margin-right: 7px;
  }
  .contact .contact-detail h5 {
    /* font-size: 20px; */
  }
  .showroom-detail p {
    margin: 0 0 15px;
    /* font-size: 16px; */
  }
}
/* End contact-page */
.usp-section.about_ups_section.offene-page-section .usp-row .usp-col-left .usp-content .title {
    font-weight: 600;
  margin-bottom: 0;
}
.usp-section.about_ups_section.offene-page-section .usp-row .usp-col-left .usp-content .desc h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
.usp-section.about_ups_section.offene-page-section {
    /* background: #FAFBFC; */
    padding-top: 52px;
    padding-bottom: 56px;
}
@media (max-width:1439px){
  .usp-section.about_ups_section.offene-page-section .usp-row .usp-col-left .usp-content .title {
       margin-bottom: 25px;
  }
}
@media (max-width:989px){
  .usp-section.about_ups_section.offene-page-section .usp-row .usp-col-left .usp-content .title {
       margin-bottom: 16px;
  }
  .search-modal__content svg.icon.icon-search {
      filter: brightness(0);
  }
  .search-modal__content button.search__button.field__button {
      height: 26px;
  }
  .usp-section.about_ups_section.offene-page-section .usp-row .usp-col-left .usp-content .desc h3 {
    font-size: 20px;
}
}


/* ueber-uns page style */
.staff-list-section .logo-bar-section-main .featured_text,
.showroom-section .content-description {
    margin-bottom:30px;
        color: #000;
    /* font-size: 18px;
    line-height: 1.65; */
    /* font-weight: 300; */
}
.showroom-section .content-description {
    text-align:center;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .logo-col{
    width: 76px;
    height: 66px;
    /* box-shadow: 0 0 4px 0px #ccc; */
    display: flex;
    align-items: center;
    position: relative;
}
.referenzen-sec .referenzen-slider .item-inner .top-info .logo-col img{
    object-fit:cover;
    height: 100%;
}
.referenzen-sec .referenzen-slider .item-inner .top-info{
    align-items:flex-start;
}
.referenzen-sec .referenzen-slider .slick-track{
    display: flex;
}
.referenzen-sec .referenzen-slider .side-item{
    height:auto;
}
.referenzen-sec .referenzen-slider .item-inner{
    height:100%;
    display: flex;
    flex-flow: column;
}
.referenzen-sec .referenzen-slider .item-inner .btn-wrap{
    margin-top:auto;
}
.referenzen-sec .referenzen-slider .item-inner .desc{
    margin-bottom:16px;
}
@media (max-width:1439px){
    
}
@media (max-width:1279px){
    .staff-list-section .logo-bar-section-main .featured_text, .showroom-section .content-description{
        font-size:16px;
                margin-bottom: 25px;
    }
}
@media (max-width:989px){
     .staff-list-section .logo-bar-section-main .featured_text, .showroom-section .content-description{
                margin-bottom: 20px;
    }
}
@media (max-width:749px){
     .staff-list-section .logo-bar-section-main .featured_text, .showroom-section .content-description{
                margin-bottom: 15px;
    }
}

/* -------------- */
.section-collapsible-rich-text .jobs_section,
.richtext-v1 .rich-text {
    background: #E6FDEC;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    overflow: hidden;
}
.richtext-v1 .rich-text {
    background:var(--white-color);
}
.section-collapsible-rich-text .jobs_section .rich-text{
    padding: 0 !important;
    background: transparent;
}
.section-collapsible-rich-text .jobs_section .section-heading,
.richtext-v1 .rich-text .rich-text__heading{
    margin: 0;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}
.section-collapsible-rich-text .jobs_section .rich-text__heading{
    font-size: 24px;
}
.section-collapsible-rich-text .jobs_section .rich-text__text{
    text-align: center;
    color: #000;
}
.richtext-v1 .rich-text .rich-text__text{
     color: #000;
}
.section-collapsible-rich-text .jobs_section .rich-text__text ul{
    text-align: left;
    list-style-position: outside;
}
.section-collapsible-rich-text .jobs_section .rich-text__buttons .collapsible-button,
.richtext-v1 .rich-text .rich-text__buttons .button {
        background: #45985B;
    text-decoration: none;
    color: var(--white-color);
    min-height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 7px 37px 5px;
    text-align: left;
    padding-right: 30px;
    transition: all 0.3s;
      font-size: 18px;
}
.section-collapsible-rich-text .jobs_section .rich-text__buttons .collapsible-button:hover,
.richtext-v1 .rich-text .rich-text__buttons .button:hover{
 opacity:0.7;    
}
.section-collapsible-rich-text .jobs_section .rich-text__buttons .collapsible-button:before,
.richtext-v1 .rich-text .rich-text__buttons .button:before{
    display:none;
}
.richtext-v1 .rich-text .rich-text__buttons .button:after{
    display:none;
}
.section-collapsible-rich-text .jobs_section .rich-text__buttons,
.richtext-v1 .rich-text .rich-text__buttons .button{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin: 30px auto 0;
}
.richtext-v1 .rich-text .rich-text__buttons .button{
    margin-top:0;
}
.section-collapsible-rich-text .jobs_section .rich-text__buttons .collapsible-button:after{
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    box-shadow:none;
    position:relative;
    top:-1px;
}
.section-collapsible-rich-text .jobs_section .rich-text__buttons .collapsible-button.view_less:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-up'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E");
}
.section-collapsible-rich-text .jobs_section .rich-text__wrapper,
.richtext-v1 .rich-text .rich-text__wrapper{
    width: 100% !important;
    max-width: 100% !important;
}
.section-collapsible-rich-text .jobs_section .rich-text__wrapper .rich-text__blocks,
.richtext-v1 .rich-text .rich-text__wrapper .rich-text__blocks{
    max-width:800px;
}
.template-name--uber-uns .section-collapsible-rich-text{
   
    background: #E6FDEC;
 }
.richtext-v1.jobs_section  .rich-text{
    background: #E6FDEC;
}
@media (max-width:1439px){
   
}
@media (max-width:1279px){
 .section-collapsible-rich-text .jobs_section .section-heading,
    .richtext-v1 .rich-text .rich-text__heading{
                font-size: 38px;
        margin-bottom: 25px;
    }
    .section-collapsible-rich-text .jobs_section .rich-text__heading{
        font-size:20px;
    }
    .section-collapsible-rich-text .jobs_section,
    .richtext-v1 .rich-text{
                padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
@media (max-width:989px){
 .section-collapsible-rich-text .jobs_section .section-heading,
    .richtext-v1 .rich-text .rich-text__heading{
                     font-size: 32px;
        margin-bottom: 20px;
}
     .section-collapsible-rich-text .jobs_section .rich-text__heading{
        font-size:18px;
    }
}
@media (max-width:749px){
 .section-collapsible-rich-text .jobs_section .section-heading,
    .richtext-v1 .rich-text .rich-text__heading{
                    font-size: 28px;
        margin-bottom: 15px;
    }
     .section-collapsible-rich-text .jobs_section .rich-text__heading{
        font-size:16px;
    }
}
/* -------------- */
/* End ueber-uns page style */

/* kontakt */
.contact-details-section .multicolumn-list .media {
    width: 50px;
    padding-bottom: 0 !important;
    height: 50px;
}
.contact-details-section .multicolumn-list .media img{
    width: 100%;
    height: 100%;
}
.contact-details-section .multicolumn-card__info{
    
}
.contact-details-section .multicolumn-list__item{
    
}
.contact-details-section{
	background: #E6FDEC;
}

.contact-details-section .multicolumn-list__item{
    background:var(--white-color);
    border-radius:30px;
    padding: 23px;
}
.contact-details-section .multicolumn-list__item .multicolumn-card{
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}
.contact-details-section .multicolumn-card__image-wrapper {
    margin: 0 !important;
    width: 40px;
}
.contact-details-section .multicolumn-card__info{
    padding: 0 !important;
    width: calc(100% - 50px);
    flex: 1;
}
.contact-details-section .multicolumn-list .media{
    height: 40px;
    width: 40px;
}
.contact-details-section .inline-richtext{
    margin-top: 12px;
    line-height: 1.2;
    font-size: 16px;
}
.contact-details-section .rte{
    margin-top: 20px !important;
    margin-left: -40px;
}
.contact-details-section .rte a{
    text-decoration:none;
}
@media (max-width:1279px){
    .contact-details-section .multicolumn-list__item{
        padding: 15px;
        border-radius: 15px;
    }
}
/* End kontakt */
.sidebar-navigation-custom-fields .pro_custom_fields {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.sidebar-navigation-custom-fields .pro_custom_fields span.cf_icons {
    line-height: 0;
    position: relative;
    top: 7px;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
  /* height:28.8px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-navigation-custom-fields .pro_custom_fields {
	line-height: 1.2;
  margin-bottom:6px;
}

.sidebar-navigation-custom-fields .pro_custom_fields .cf_text {
  padding-top: 6px;
}
.template-product .content-builder-content * {
    font-family: 'Poppins', sans-serif !important;
}
.template-product .content-builder-content p a {
    color: #000;
}
.product_submenu .tab-content .content-row .row{
    display: flex;
    flex-flow: wrap;
}
.product_submenu .tab-content .content-row figure {
    margin: 0 !important;
}
.right-sticky-wrapper {
    position: sticky;
    top: 10%;
    left: auto;
    right: 0;
    width: fit-content;
    height: 0;
    margin-left: auto;
    margin-right: 0;
    background: #F4F4F4;
    z-index: 2;
}
.right-sticky-wrapper .right-sticky-menu a {
    /* font-size: 18px; */
  font-size:var(--body1-text);
    line-height: 21.6px;
    text-decoration: none;
    color: #004625;
    font-weight: 500;
    background: #F4F4F4;
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.right-sticky-wrapper .right-sticky-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sticky-wrapper .right-sticky-menu li:last-child a {
    border-bottom: 0;
}
.right-sticky-wrapper{
  opacity:0;
  visibility:hidden;
}
.right-sticky-wrapper.fixed{
  opacity:1;
  visibility:visible;
}
@media (max-width:989px){
  .sidebar-navigation-custom-fields .pro_custom_fields{
        font-size: 15px;
  }
}
@media (max-width:991px){
  .right-sticky-wrapper {
    position: sticky;
     width: 100%;
    height: auto;
  }
  .right-sticky-wrapper .right-sticky-menu a {
     padding: 10px 15px;
    border-bottom: 0px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
  }
  .right-sticky-wrapper .right-sticky-menu {
        display: flex;
    overflow-x: auto;
    width: 100%;
  }
  .right-sticky-wrapper .right-sticky-menu li {
    white-space: nowrap;
  }
}







/*reference section updates*/
.referenzen-sec .referenzen-slider .item-inner .top-info .info-col {
  width: 100%;
  padding: 0;
}
.referenzen-sec .logo-col {
  min-height: 280px;
  max-height: 280px;
}
.referenzen-sec .logo-col img {
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.referenzen-sec .referenzen-slider .item-inner .btn-wrap {
  margin-top: 24px;
}
.referenzen-sec .referenzen-slider .item-inner .top-info {
  
  flex: 1;
}
.referenzen-sec .referenzen-slider .item-inner .desc {
  margin: 0;
}
.referenzen-sec .referenzen-slider .item-inner .desc br {
  display: none; 
}

@media (max-width: 1400px) {
  .referenzen-sec .logo-col {
    min-height: 250px;
    max-height: 250px;
  }
  .referenzen-sec .referenzen-slider .item-inner .top-info .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .referenzen-sec .referenzen-slider .item-inner .top-info .title {
    font-size: 16px;
   
  }
  
  .referenzen-sec .referenzen-slider .item-inner .btn-wrap a {
    /* font-size: 15px; */
  }
}
@media (max-width: 575px) {
  .referenzen-sec .referenzen-slider .item-inner .top-info .title {
    font-size: 16px;
    
    margin-bottom: 7px;
  }
}

.product__info-wrapper .ts-rating-light.productreviewsSummary .ts-reviewSummary-ratingValue,
.product__info-wrapper .ts-rating-light.productreviewsSummary .ts-reviewSummary-bestRating,
.product__info-wrapper .ts-rating-light.productreviewsSummary .ts-stars-reviewCount {
  font-size: 16px!important;
}
.product__info-wrapper:not(.fixed) .price__container {
  margin-top: 10px;
}



.product__info-wrapper:not(.fixed) .ts-rating-light.productreviewsSummary i {
  font-size: 23px!important;
}
.product__info-wrapper:not(.fixed) .review_wrapper .ts-rating-light.productreviewsSummary .ts-stars-wrapper {
  margin-right: 10px;
  height: 23px!important;
}


.product .product__info-wrapper:not(.fixed) .product__sku span {
  position: relative;
  top: 2px;
  line-height: 21px;
  display: inline-block;
}
.product__info-wrapper:not(.fixed) .product__breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.product__info-wrapper:not(.fixed) .product__breadcrumb .breadcrumb {
  margin: 0;
}

.product__info-wrapper:not(.fixed) .product-breadcrumbs-badge {
  font-weight: 600;
  color: var(--white-color);
  background: #019c53;
  font-size: 14px;
  line-height: 14px;
}
.product__info-wrapper:not(.fixed) .sidebar-navigation-custom-fields {
  margin: 1.5rem 0 20px;
}

.sku-and-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.product .product__info-wrapper .sku-and-badge .product__sku {
  margin: 0;
}
.product__info-wrapper:not(.fixed) .product-breadcrumbs-badge.badge-sold-out {
  background: #d13a13;
}

.template-index .collection .price--on-sale .price-item--regular,
.tab-content .collection .price--on-sale .price-item--regular,
.template-name--15y-ecofort .price--on-sale .price-item--regular { 
  margin-left: 10px;
}


@media (max-width: 989px) {
  .product .product__info-wrapper .sku-and-badge .product__sku{
    display: block;
  }
}
@media (max-width: 749px) {
.product__info-wrapper .badge.price__badge-sold-out {
  font-size: 12px;
  padding: 2px 20px 0px;
  top: 16.75px; 
}
}
/**/
/*thumbnail slider on prodiuct page*/
.product.product--large .thumbnail-list {
  grid-template-columns: repeat(3,1fr);
}
.thumbnail-list .thumbnail-list__item {
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 0 1rem;
  height: 130px; 
}

@media screen and (min-width: 1440px) {
  .thumbnail-list .thumbnail-list__item {
    height: 191px; 
  }
}


.thumbnail-list .thumbnail[aria-current], .thumbnail-list .thumbnail-list__item img {
  border-radius: 10px;
}
.product.product--large .thumbnail-list {
    display: block;
  /* margin: 0 -5px;  */
      margin-left: calc(-1rem + 0px);
    margin-right: calc(-1rem + 3px);

}
@media (max-width: 749px) {
  .product.product--large .thumbnail-list {
    display: none;
  } 
}

.collection-tabs .product-grid-container {
    position: relative;
    /* min-height: 460px; */
}
.collection-tabs .product-grid-container .collection .preloading.position-relative {
    position: static !important;
}
.collection-tabs .product-grid-container .aico-skeleton {
    z-index:11;
}
.section-main-collection-banner .pre-loading {
    position: fixed !important;
}

.product.product--large:not(.product--no-media) .product__info-wrapper.fixed {
  transition: none!important;
}
.product.product--large:not(.product--no-media) .product__info-wrapper.fixed.posAbs {
      position: absolute;
    /* top: calc(var(--top)); */
  top: calc((var(--top)) - 180px);
    bottom: auto;
    margin-top: 10px;
    z-index: 1;
  transition: none; 
}
/*product page video*/ 
@media (max-width: 1200px) {
  .video-col.mobile-bg {
      background: #000;
  }
  .wistia_responsive_padding {
    height: 100%;
    bottom: 0;
  }
  .wistia_responsive_wrapper {
        top: 50% !important;
    transform: translateY(-50%);
    height: auto !important;
  }
}
.media-container .video-col {
    position: absolute;
    inset: 0;
}
.section-product-info .full-image .media-container .video-col {
    padding: 0;
    width: 100%;
    height: 100%;
} 
.section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) .product__breadcrumb .breadcrumb__link, .section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) .product__breadcrumb span,
.template-product .section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) .product__info-container .usp-text-wrapper,
.template-product .section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) label.add-compare-title,
.section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) .product__breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) .sidebar-navigation-custom-fields .pro_custom_fields .cf_text,
.section-product-info .dark-bg.full-image .product__info-wrapper:not(.fixed) .product-form__input .form__label {
  color: var(--white-color);
}

.product__info-wrapper.grid__item .product__info-container .add-compare-switch{
  display:none;
}

/* aico add  */

.af-product-rating {
    pointer-events: none;
}


/* header */
.js details > .header__submenu{
    border: none;
    background: #F4F4F4;
    border-radius: 0 0 40px 40px;
    margin: 0 auto;
    /* padding: 24px 29px; */
    left: -50px;
    border-top: 1px solid #D9D9D9;
  min-width: 283px;
      top: 100%;
}
.header__submenu .header__menu-item:hover{
    text-decoration:none;
}
.header__submenu .header__menu-item{
    font-size:18px;
    padding:0 0!important;
  line-height: 21.6px;
  color: #004625;
  color: var(--primary-color);
  font-weight: 500;
   border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px !important;
  margin-bottom: 8px !important;
}
.header__submenu li {
  padding:0 25px!important;
}
.header__submenu li:last-child .header__menu-item{
  border: 0;
  margin-bottom:0 !important;
}
@media (max-width:1439px){
    .header__submenu .header__menu-item{
        font-size:14px;
    }
}
@media (max-width:1279px){
  .header__submenu .header__menu-item{
    font-size: 14px;
    line-height: 19px; 
  }
}
@media (max-width:1199px){
  .header__submenu .header__menu-item{
    font-size: 14px;
    line-height: 17px;
    padding:8px 0 !important;
  }
  .js details > .header__submenu {
    min-width: 250px;
  }
  
}

/* End header */


/* ---------------------- shopify-policy pages --------------------------- */
.shopify-policy__container{
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.shopify-policy__container .shopify-policy__title{
    margin: 0;
}
.shopify-policy__container .shopify-policy__title h1{
    margin: 0;
    text-align: left; 
    /* font-size: calc(var(--font-heading-scale)* 5.2rem); */
    margin-bottom: 40px;
          hyphens: auto;
}
@media (max-width:1279px){
  .shopify-policy__container{
      padding-left: 60px;
      padding-right: 60px;
  }
}
@media (max-width:989px){
  .shopify-policy__container{
      padding-left: 40px;
      padding-right: 40px;
  }
}
@media (max-width:749px){
  .shopify-policy__container{
      padding-left: 20px;
      padding-right: 20px;
       padding-top: 30px;
    padding-bottom: 30px;
  }
    .shopify-policy__container .shopify-policy__title h1{
            /* font-size: calc(var(--font-heading-scale)* 4rem); */
        margin-bottom:30px;
    }
}
/* ---------------------- End shopify-policy pages --------------------------- */

.template-page .section--main-page .rte ul, 
.template-page .section--main-page .rte ol {
        list-style-position: outside;
    padding-left: 20px;

}


.template-page .section--main-page .rte table {
    border-radius: 20px;
    border: 1px solid #acf2c3;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.template-page .section--main-page .rte table tbody tr:first-child {
    background: var(--green-bg-1);
}
.template-page .section--main-page .rte table tr {
    border-bottom: 1px solid #d9d9d98c;
}
.template-page .section--main-page .rte table th, 
.template-page .section--main-page .rte table td {
    border-right: 0;
    border-left: 0;
    border: none;
    padding: 14px 12px 10px;
    /* font-size: 16px; */
    /* line-height: 1.23; */
    text-align: left;
    font-weight: 300;
    color: #979797;
  hyphens: auto;
    word-break: break-word;
}
.template-page .section--main-page .rte table tbody tr:first-child th {
    font-weight: 500;
    color: #696969;
    /* font-size: 18px; */
}
.template-page .section--main-page .rte a.button_link{
    color: var(--btn-green-text);
    text-decoration: none;
    !i;!;
    margin-left: -5px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
    font-size: var(--caption-font-size) !important;
}
.template-page .section--main-page .rte a.button_link .arrow-for-link-button{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='13' viewBox='0 0 26 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8335 11.4999L23.8334 6.50034L18.8335 1.50005' stroke='%23071136' stroke-width='2'/%3E%3Cpath d='M0.5 6.50012L23.8331 6.50012' stroke='%23071136' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0;
    top: 4px;
}

.template-page .section--main-page .rte table p {
    margin: 0 !important;
}
.template-page .section--main-page .rte .contac__info_section {
    border-radius: 20px;
    background: #E9FCBD;
    position: relative;
    display: flex;
    padding: 20px 5rem;
    flex-flow: wrap;
    align-items: center;
    gap: 10px;
}

.template-page .section--main-page .rte .main__box a {
    /* min-height: 56px; */
    /* padding: 12px 40px 7px; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* background: #45985b; */
    /* color: var(--white-color); */
    text-decoration: none;
    /* display: block; */
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
}
.template-page .section--main-page .rte .main__box a{
      color: var(--btn-textColor);
    background: var(--primary-color);
    font-size: var(--button-font-size);
    min-height: 40px;
    line-height: 18px;
    padding: 10px 30px 8px;
    font-weight: 500;
  transition:all 0.3s;
}
.template-page .section--main-page .rte .main__box a:hover{
      color: var(--primary-color);
    background: var(--btn-textColor);
}
.template-page .section--main-page .rte .main__box {
    width: 100%;
    max-width: 300px;
}
.template-page .section--main-page .rte .custom_html h3 {
    margin: 0 0 4px;
    /* font-size: 16px; */
    /* font-weight: 600;
    line-height: 1.2; */
}
.template-page .section--main-page .rte .custom_html h3 .icon_wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.template-page .section--main-page .rte .custom_html p {
    margin: 0;
    color: #525150;
    /* line-height: 1.35; */
    /* font-size: 16px; */
}
.share-button-container .share-text {
    display: none;
}

.template-page .section--main-page .rte p,
.template-page .section--main-page .rte ul,
.template-page .section--main-page .rte ol{
    margin-top: 16px;
}
.template-page .section--main-page .rte .custom_html a {
    text-decoration: none;
}
.template-page .section--main-page .rte h1, 
.template-page .section--main-page .rte h2, 
.template-page .section--main-page .rte h3, 
.template-page .section--main-page .rte h4, 
.template-page .section--main-page .rte h5, 
.template-page .section--main-page .rte .h0, 
.template-page .section--main-page .rte .h1, 
.template-page .section--main-page .rte .h2, 
.template-page .section--main-page .rte .h3, 
.template-page .section--main-page .rte .h4, 
.template-page .section--main-page .rte .h5 {
    /* line-height: 1.1; */
    margin-bottom: 16px;
    margin-top: 16px;
}
.template-page .section--main-page .rte .custom_html .link_texts{
        margin: 0;
      position: relative;
    top: 2px;
    line-height: 0;
}
.template-page .section--main-page .rte .custom_html h3 .icon_wrap {
    top: -2px;
   line-height: 0;
}

.template-page .rte br + h3, 
.template-page .section--main-page .rte br + h2,
.template- .rte br + h3, .template- .rte br + h2,
.template- .rte br + h4, .template-page .section--main-page .rte br + h4,
.template- .rte br + h5, .template-page .section--main-page .rte br + h5{
    margin-top: 0 !important;
} 
.template- .rte p,
.template- .rte ul,
.template- .rte ol{
    margin-top: 16px;
}

.template- .rte h1, 
.template- .rte h2, 
.template- .rte h3, 
.template- .rte h4, 
.template- .rte h5, 
.template- .rte .h0, 
.template- .rte .h1, 
.template- .rte .h2, 
.template- .rte .h3, 
.template- .rte .h4, 
.template- .rte .h5, .template- .rte .h6, .template- .rte h6 {
    /* line-height: 1.2; */
    margin-bottom: 16px;
    margin-top: 16px;
}
.template- .rte b, .template-page .section--main-page .rte b,
.template- .rte strong,.template-page .section--main-page .rte strong {
    font-weight: 600;
}
.template- .rte p, .template-page .section--main-page .rte p,
.template- .rte ul, .template-page .section--main-page .rte ul,
.template- .rte ol, .template-page .section--main-page .rte ol{ 
    color: #121212;
    /* font-size: var(--body1-text);
    line-height: 22px;
    font-weight: 400; */
}
.template-page .section--main-page .rte table th p, .template-page .section--main-page .rte table td p,
.template- .rte table th p, .template- .rte table td p{
  /* font-size: 16px; */
}
.template- .rte h2, .template-page .section--main-page .rte h2{
  /* font-size:24px; */
}
.template- .rte h3, .template- .rte .h3,
.template-page .section--main-page .rte h3, .template-page .section--main-page .rte .h3{
    /* font-size: 20px; */
}
.template- .rte h4, .template-page .section--main-page .rte h4{
  /* font-size:20px !important; */
}
.template- .rte h5, .template-page .section--main-page .rte h5{
  /* font-size:18px !important; */
}
.template-page .page-title.h0, .template- .shopify-policy__title h1{
    padding-left: 20px;
    border-radius: 30px;
    padding-right: 30px;
  background-color: #daf897;
    color: var(--primary-color);
    padding-top: 20px;
    padding-bottom: 20px;

}
@media (max-width: 1439px) {
  .template-page .page-title.h0, .template- .shopify-policy__title h1 {
    /* font-size: 42px; */
  }
}
@media (max-width: 1279px) {
  .template-page .page-title.h0, .template- .shopify-policy__title h1 {
    /* font-size: 40px; */
  }
}
@media (max-width: 989px) {
  .template-page .page-title.h0, .template- .shopify-policy__title h1 {
    /* font-size: 38px; */
  }
}
@media (max-width: 749px) {
  .template-page .page-title.h0 {
    /* font-size: 30px; */
  }
}

body .uwl-wishlist-header-title h2 {
    font-size: var(--h2-font-size);
    margin: 0;
  margin-bottom:20px;
}
body .uwl-wishlist-header-row {
    padding: 0;
}
body .uwl-wishlist-header-links i.fa {
    background: #000000;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 5px;
    color: var(--white-color);
    font-size: 18px;
}
body .uwl-wishlist-header-links .share-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
body .uwl-wishlist-header-links {
    position: relative;
    top: 2px;
}
.uwl-wishlist-header-links .share-text {
    display: none;
}
body .uwl-wishlist-header-row{
    flex-flow:wrap;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
      align-items: flex-start;
}
body .uwl-wishlist-header-row>div{
    width:fit-content;
    margin: 0;
}
body .uwl-wishlist-header-title h1{
    margin:0;
}
@media (max-width: 1439px) {
  body .uwl-wishlist-header-title h1 {
    /* font-size: 38px; */
  }
}
@media (max-width: 1279px) {
  body .uwl-wishlist-header-title h1 {
    /* font-size: 36px; */
  }
}
@media (max-width: 1199px) {
  body .uwl-wishlist-header-title h1 {
    /* font-size: 33px; */
  }
}
@media (max-width: 989px) {
  body .uwl-wishlist-header-title h1 {
    /* font-size: 30px; */
  }
}
@media (max-width: 749px) {
  body .uwl-wishlist-header-links i.fa {
    width: 33px;
    height: 33px;
    font-size: 16px;
  }  
  body .uwl-wishlist-header-row>div {
      /* width: 100%;
      float: unset;
      text-align: left; */
  }
  body .uwl-wishlist-header-links {
      top: 0;
    margin-top: 16px;
  }
}

.heizleistungs-page-main .title-actions-wrapper {
    position: relative;
}
.heizleistungs-page-main .title-actions-wrapper .actions.no-print {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.heizleistungs-page-main .title-actions-wrapper .main-page-title.page-title.h0 {
    background: transparent;
    padding: 0;
      max-width: 73%;
}
@media (max-width:1439px){
  .heizleistungs-page-main .title-actions-wrapper .main-page-title.page-title.h0 {
    max-width: 70%;
  }
}
@media (max-width:1365px){
  .heizleistungs-page-main .title-actions-wrapper .main-page-title.page-title.h0 {
    max-width: 68%;
  }
}
@media (max-width:1199px){
  .heizleistungs-page-main .title-actions-wrapper .main-page-title.page-title.h0 {
      max-width: 60%;
      font-size: 36px;
    }
}
@media (max-width:989px){
  .heizleistungs-page-main .title-actions-wrapper .main-page-title.page-title.h0 {
      max-width: 50%;
      font-size: 30px;
    }
}
@media (max-width:749px){
  .heizleistungs-page-main .title-actions-wrapper .main-page-title.page-title.h0 {
      max-width: 100%;
      font-size: 30px;
      margin-bottom: 16px;
  }
  .heizleistungs-page-main .title-actions-wrapper .actions.no-print {
    top: 0;
    transform: unset;
    right: 0;
        display: flex;
    flex-flow: wrap;
    gap: 7px;

  }
}



/* .product_submenu .tab-content .total-columns-1, */
.product_submenu .tab-content .total-columns-2,
.product_submenu .tab-content .total-columns-3{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.product_submenu .tab-content .total-columns-2,
.product_submenu .tab-content .total-columns-3{
  gap:16px;
}
/* .product_submenu .tab-content .total-columns-1 .content-column {
    width: 100%;
    max-width: 100%;
} */
.product_submenu .tab-content .total-columns-2 .content-column {
    width: 100%;
    max-width: calc((100% - (16px*1))/2);
  display: inline-block;
  display: flex;
  flex-flow: column;
}
.product_submenu .tab-content .total-columns-3 .content-column {
    width: 100%;
    max-width: calc((100% - (16px*2))/3);
  display: inline-block;
  display: flex;
  flex-flow: column;
}
@media (max-width:989px){
  .product_submenu .tab-content .total-columns-3 .content-column {
    max-width: calc((100% - (16px*1))/2);
  }
}
@media (max-width:749px){
  .product_submenu .tab-content .total-columns-2 .content-column {
    max-width: 100%;
  }
  .product_submenu .tab-content .total-columns-3 .content-column {
    max-width: 100%;
  }
}

.template-product .product .uwl-col-wishlist svg.icon-custom.with-fill {
    position: absolute;
    inset: 0;
    opacity: 0;
}
.template-product .product .uwl-col-wishlist.icon-wishlist-selected svg.icon-custom.with-fill{
    opacity: 1;
}
.template-product .product .uwl-col-wishlist.icon-wishlist-selected svg.icon-custom.no-fill{
  opacity: 0;
}
.aico-product-view {
    height: auto !important;
}
.aico-product-view a {
    border: 1px solid #39c177 !important;
    background: transparent !important;
    color: #39c177 !important;
    transition: all 0.5s;
      padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.aico-product-view a:hover {
    background: #39c177 !important;
    color: var(--white-color) !important;
}

.parent_collection.h3 {
    color: rgba(var(--color-foreground), 0.75);
}
/*on scroll hide show Freshdesk icon in desktop & mobile*/
#freshworks-container {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
#freshworks-container.active-progress,
#trustbadge-container-98e3dadd90eb493088abdc5597a70810.active-progress {
  opacity: 0;
  visibility: hidden;
  display:none;
}
body .product_submenu .zubehoer_wrap span.price-item.price-item--regular,body .price__container span.price-item.price-item--regular{
  color:#000;
}
/*discount offer*/
.cart__blocks .cart-sidebar-discount input {
  margin-bottom: 10px;
  height: 40px!important;
  margin-top: 10px;
}
.cart-sidebar-discount #apply-discount-btn {
  height: 40px;
  padding: 10px 30px 8px;
  border-radius: 20px;
  line-height: 19.8px;
  letter-spacing: 0;
  background: var(--primary-color);
  color: var(--btn-textColor);
  transition: all .5s;
  margin-top: 0px;
}
.cart-sidebar-discount #apply-discount-btn:hover {
  background: var(--btn-textColor);
  color: var(--primary-color);
}
#discount-code-error {
  margin-top: 20px;
}
.discounts__discount--position,
.discounts__discount, .cart-sidebar-discount span#applied-discount-code > span {
          font-size: 16px;
        margin: 0;
        color: #000;
        font-weight: 500;
}
.cart-sidebar-discount input:focus {
  box-shadow: none;
  outline: none;
}
.cart-sidebar-discount .applied-discount-code-wrapper {
      flex: 1;
    text-align: center;
    
  border-radius: 20px;
  padding: 5px 20px;
}
.cart-sidebar-discount span#applied-discount-code-s {
  margin-top: 5px;
}
.cart-sidebar-discount span#applied-discount-code {
      display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-sidebar-discount button#clear-discount-btn {
  cursor: pointer;
      padding: 0;
    background: transparent;
    border: 0;
    right: -5px;
    font-size: 16px;
    position: relative;
  top: 1px;
  
}
.cart__blocks .cart-sidebar-discount {
  margin-top: 0;
}
@media (max-width: 989px) {
  .cart-sidebar-discount span#applied-discount-code {
    flex-wrap: wrap;
  }
  .cart-sidebar-discount span#applied-discount-code > span {
    width: 100%;
  }
  .cart-sidebar-discount .applied-discount-code-wrapper {
    margin-left: 0!important;
  }
}
@media (max-width: 749px) {
  
  .cart-sidebar-discount span#applied-discount-code > span {
    width: auto;
  }
  .cart-sidebar-discount .applied-discount-code-wrapper {
    /* margin-left: 5px!important; */
   
  }
  .cart__blocks .cart-sidebar-discount {
    max-width: 36rem;
    margin-left: 0;
    margin-right: 0;
  }
  .cart__blocks .applied-discount-code-value {
    font-size: 12px;
  }
  .cart-sidebar-discount button#clear-discount-btn {
    font-size: 14px;
  }
  .discounts__discount--position, .discounts__discount, .cart-sidebar-discount span#applied-discount-code > span {
    /* font-size: 15px; */
  }
  
}


/* -------------------------------- */
.template-page .page-title.h0, .template- .shopify-policy__title h1{
      color:  var(--primary-color);
      padding-bottom: 15px;
}

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



/* -------------------------------- */
.usp-section.about_ups_section.offene-page-section .usp-row .usp-col-left .usp-content .title{
    color:  var(--primary-color);
}


/* -------------------------------- */
body .aicobar-padding-top {
  background: #071136;
  /* padding: 5px; */
  padding-top: 35px;
}
body .aicobar-padding-top span {
  color: transparent;
}

/* -------------------------------- */
body .uwl-wishlist-header-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body .uwl-wishlist-header-links .clear-wishlist.text-underline {
  display: inline-block;
  padding: 0 0;
  cursor: pointer;
  text-decoration: underline;
}

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

/* ---------------------------- */
/* ---------------------------- */
.heizleistungs-output.collection.collection-output .output-row .output-content {
    flex: 24% !important;
    width: 100%;
}
.heizleistungs-output.collection.collection-output .output-row .output-main{
   flex: 75% !important;
}

.heizleistungs-output.collection.collection-output .output-row{
    /* align-items:flex-start; */
    gap: 20px;
}
.heizleistungs-output.collection.collection-output .output-row .output-main h3{
    margin: 0;
    margin-bottom: 10px;
      /* font-size: 21px; */
}
.heizleistungs-output.collection.collection-output .output-row .output-main p{
    margin: 0;
    margin-bottom: 10px;
}
.heizleistungs-output.collection.collection-output .output-row .output-main p:last-child{
    margin-bottom:0;
}
.heizleistungs-output.collection.collection-output .output-row .output-content h3,
.heizleistungs-output.collection.collection-output .output-row .output-content h5{
    margin:0;
}
.heizleistungs-output.collection.collection-output .output-row .output-content > div{
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    gap: 15px;
}
@media (max-width:1280px){
  .heizleistungs-output.collection.collection-output .output-row .output-main {
      flex: 67% !important;
  }
  .heizleistungs-output.collection.collection-output .output-row .output-content {
    flex: 33% !important;
  }
}
@media (max-width:749px){
  .heizleistungs-output.collection.collection-output .output-row .output-content{
    width: 100%;
  }
}
/* ---------------------------- */
/* aico css media*/
#testumgebung-ecofort .af-sortBy{top:3px !important;}
@media (max-width:991px){
  #testumgebung-ecofort .af-productCard-image a{ width:100%;}
  #testumgebung-ecofort .af-product-rating etrusted-widget{font-size:14px;}
  #testumgebung-ecofort .af-productCard-content{padding:15px 6px 0;}
}
@media (max-width:768px){
  
  #testumgebung-ecofort .aico-filter-refine-by {padding:0;}
  html #testumgebung-ecofort .aico-filter-refine-by-items { 
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0 !important;
  }
  /* #testumgebung-ecofort .refine-by-item .aico-filter-clear{position:relative !important;} */
  #testumgebung-ecofort .aico-filters {margin-top: 0px !important; display:block;top:42px;}
  html #testumgebung-ecofort .aico-price-append{width:100% !important; margin-top:40px !important;}
  #testumgebung-ecofort .af-widget{margin-bottom: 23px !important;}
  html #testumgebung-ecofort .aico-metafield-value-append{
    flex-direction: column;
    gap: 0;
  }
  html #testumgebung-ecofort .af-more-filter-option { min-width: 100% !important; max-width: 100%;}
#testumgebung-ecofort .aico-template-filter-horizontal .refine-by-item {margin-top: 5px;}
#testumgebung-ecofort .aico-filters.af-mobile-view-filter-option { display: block !important }
}
#testumgebung-ecofort .aico-products [data-liefertage]:hover:after{
  font-weight: 400 !important;
  line-height: 1;
  color: var(--primary-color)!important;
}
#testumgebung-ecofort .aico-close-icon{ top: 22px; }
#testumgebung-ecofort .aico-filter-refine-by{ margin-top:0; }
.template-search .af-customSorting .af-filterOption{ display: none !important; }
@media (max-width:640px){
  .collection-tabs .tab-content.current .aico-filter-app {
    gap: 0 !important;
  }
  #testumgebung-ecofort .product_count {
    font-size: var(--body2-text) !important;
    position: absolute !important;
    left: 105px;
    top: 11px;
  }
  #testumgebung-ecofort .af-sortBy{position:relative !important; top:8px !important;width: 64%;display: flex !important;}
  html .aico-products .af-customSorting.af-custom {
    display: block!important;
    justify-items: flex-start!important;
  }
  #testumgebung-ecofort .product_count{ top: 47px; left:0;width: 36%; }
  #testumgebung-ecofort .aico-filter-popup-btn button{display:none !important;}
  .aico-products .af-customSorting.af-custom {
    border-bottom: 0 !important;
    border-top: 0 !important;
    display: flex !important;
    height: auto !important;
    justify-items: center;
    position: relative;
    align-items: center;
    padding-left: 0 !important;
    margin-top: 0 !important;
    
  }
  #testumgebung-ecofort .product_count {
       margin-left: 0px !important;
  }
  .aico-products .af-customSorting.af-custom:before{
    display:none !important;
  }
  .aico-products .af-customSorting .af-filterOption:before{
    display:none !important;
  }
}
.primary_color, .primary_color strong, .primary_color b {
  color: var(--primary-color)!important;
}
/*heading style for all cms pages*/


.template- .shopify-policy__body h2,
.template- .shopify-policy__body .rte h2,
.template-page .section--main-page .rte h2,
.template-page .rte h2,
.template-page .rich-text h2 {
  /* font-size: var(--h2-font-size); */
  /* line-height: 64px; */
  font-weight: 600;
}

.template- .shopify-policy__body h3,
.template- .shopify-policy__body .rte h3,
.template-page .section--main-page .rte h3,
.template-page .rte h3,
.template-page .rich-text h3{
  /* font-size: var(--h3-font-size); */
  /* line-height: 55px; */
  font-weight: 500;
}

.template- .shopify-policy__body h4,
.template- .shopify-policy__body .rte h4,
.template-page .section--main-page .rte h4,
.template-page .rte h4,
.template-page .rich-text h4{
  /* font-size: var(--h4-font-size)!important; */
  /* line-height: 46px; */
  font-weight: 600;
}

.template- .shopify-policy__body h5,
.template- .shopify-policy__body .rte h5,
.template-page .section--main-page .rte h5,
.template-page .rte h5,
.template-page .rich-text h5{
  /* font-size: var(--h5-font-size)!important; */
  /* line-height: 37px; */
  /* font-weight: 600; */
}

.template- .shopify-policy__body h6,
.template- .shopify-policy__body .rte h6,
.template-page .section--main-page .rte h6,
.template-page .rte h6,
.template-page .rich-text h6{
  /* font-size: var(--h6-font-size); */
  /* line-height: 32px; */
  /* font-weight: 500; */
}
.template- .shopify-policy__body p,
.template- .shopify-policy__body .rte li,
.template- .shopify-policy__body .rte a,
.template-page .section--main-page .rte li,
.template-page .section--main-page .rte p,
.template-page .section--main-page .rte a,
.impressum-section table tr td,
.impressum-section address,
.template-page .rte p,
.template-page .rich-text p,
.template-page .cms_content.rte p,
.template-page .cms_content.rte li,
.cart__warnings p  {
  /* font-size: var(--body1-text); */
  /* line-height: 28px; */
  font-weight: 400;
  color: #121212;
}
.template- .shopify-policy__body .rte a,
.template-page .section--main-page .rte a{
  color: var(--hyperlinks-color);
}
.payment-rich-text .rich-text__text h5 {
  color: var(--primary-color);
  margin: 0 0 1rem;
}

.template-page .section--main-page .rte h6 {
  margin: 25px 0 10px;
}
.rueckgabe_section.page_content, .garantie_section.page_content {
  padding: 0;
}
@media screen and (min-width: 750px) {
.main-page-title, .main-page-titles {
  margin-bottom: 4rem!important;
}
}
.template-page main .rte h5 {
  margin: 0!important;
}

/* ---------------------- */
body .uwl-wishlist-header-title h1{
    /* font-size: 46px; */
    /* line-height: 1;
    font-weight: 500; */
    color: var(--primary-color);
}
body .uwl-wishlist-header-links>div{
    padding:0;
    cursor:pointer;
}
body .uwl-wishlist-header-links i.fa{
    background: var(--primary-color);
}
body .uwl-wishlist-container.no-product-wrap{
  padding-top:0;
}

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

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

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

body .uwl-wishlist-header-row .clear-wishlist.text-underline{
    margin: 0;
    display: block;
    color: var(--btn-textColor);
    background: var(--primary-color);
    border-color: var(--cart-btn-bgColor);
    border-radius: 20px;
    /* font-size: 14px; */
  font-size:var(--overline-font-size);
    line-height: 18px;
    padding: 9px 20px 5px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  transition:all 0.3s;
     width: fit-content;
      cursor: pointer;
      margin-top: 5px;
}
body .uwl-wishlist-header-row .clear-wishlist.text-underline:after{
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
}
body .uwl-wishlist-header-row .clear-wishlist.text-underline:hover{
   color: var(--primary-color);
  background: var(--btn-textColor);
}
body .uwl-wishlist-header-row .clear-wishlist.text-underline:hover:after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23001f3f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
    body .uwl-wishlist-header-row .clear-wishlist.text-underline {
        padding: 7px 15px 4px;
        min-height: auto;
    }
    body .uwl-wishlist-header-row .clear-wishlist.text-underline:after{
        top:-1px;
    }
}
/* --------------- */
/* ---------------------- */ 
.djp-row h1, #djp-content h1 {
    font-size: var(--h1-font-size) !important;
    color: var(--primary-color) !important;
      margin-top: 50px !important;
    margin-bottom: 30px !important;
}
.djp-row h2, #djp-content h2{
  font-size: var(--h2-font-size) !important;
    color: var(--primary-color) !important;
}
#djp-content p, #djp-content,
#djp-content ul li a{
  font-size: var(--body1-text) !important;
}
.djp-button{
  color: var(--btn-textColor) !important;
    background: var(--primary-color) !important;
    font-size: var(--button-font-size) !important;
    min-height: 40px !important;
    line-height: 19.8px !important;
    padding: 10px 30px 8px !important;
    font-weight: 500 !important;
      border: 0px solid #000000 !important;
    border-radius: 40px !important;

}
.djp-button:hover{
      color: var(--primary-color) !important;
    background: var(--btn-textColor) !important;
}
@media (max-width:989px){
  .djp-row h1, #djp-content h1 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }
}
.aico-template-filter-horizontal .af-productCard .aico-product-view a{
      font-size: var(--button-font-size) !important;
}
#testumgebung-ecofort .af-productCard-price{
  font-size: var(--body1-text) !important;
}
.staff-list-section .logo-bar-section {
    /* min-height: 100vh; */
}

/* 19.11.2024 */

/** Custom Select **/
.af-sort-custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  z-index: 9;
}
.af-sort-custom-select-wrapper select { display: none; }
.af-sort-custom-select { position: relative; display: inline-block;}
.af-sort-custom-select-trigger {
  position: relative;
  display: block;
  width: 180px;
  font-weight: 400;
  text-align: right;
  padding-right: 30px;
  cursor: pointer;
  color: #121212bf;
  font-size: 16px;
}
.af-sort-custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.af-sort-custom-select.opened .af-sort-custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
#testumgebung-ecofort .total_product {
  color: #121212BF;
  font-weight: 400;
}
  .af-sort-custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 5px 0;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    box-shadow: 0px 0px 5px rgba(0,0,0,.09);
  }
  .af-sort-custom-select.af-sort-opened .af-sort-custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .af-sort-custom-options:before {
      bottom: 100%;
      right: 25px;
      width: 7px;
      height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .af-sort-option-hover:before {
      background: #f9f9f9;
    }
    .af-sort-custom-option {
      position: relative;
      display: block;
      line-height: 30px;
      transition: all .4s ease-in-out;
      padding: 5px 15px;
      cursor: pointer;
      color: #333333;
    }
    .af-sort-custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .af-sort-custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .af-sort-custom-option.af-sort-selection {
        /* background:#96d701; */
      background:var(--primary-color);
        color: #fff;
    }
    .af-sort-custom-option:hover {
        background:#96d701;
        color: #000;
        opacity:0.7
    }
    .af-customSorting .af-select{ border: none !important; font-size:18px;}
    #testumgebung-ecofort .product_count{ font-size: 16px !important;}
    @media screen and (max-width: 640px) {
      #testumgebung-ecofort .product_count{ font-size: 14px !important; font-weight: 400;}
      .aico-products .af-customSorting .af-select{
          /* margin-left:44px !important; */
                display: flex;
        margin-left: 0 !important;
        padding: 0 !important;
       }
      .af-sort-custom-select-wrapper {width: 100%;}
      .af-sortBy {
          width: 100%;
                max-width: 230px;
        margin-left: auto;
        margin-right: 0;
      }
      .af-select.af-sort-custom-select {
          opacity: 1;
          position: unset;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
      }
      
      #testumgebung-ecofort .af-sort-custom-select-trigger{
        font-weight:400; 
        color: #121212bf; 
        display: inline-block;
        width: fit-content;
        text-align: right;
        margin: 0 auto;
        font-size: var(--body2-text);
        padding-right: 20px;
        margin-left: auto !important;
        margin-right: 0 !important;
                                                          
      }
      .af-sort-custom-options {
          width: 100%;
      }
      .af-sort-custom-select-trigger:after {
          right: 0;
          height: 11px;
      }
      .aico-products .af-customSorting .af-filterOption:before{
          width:8px;
          height:8px;
      }

      /* 03.12.2024 */


.subcategories-menu.pre-flex {
    flex-flow: wrap;
    padding-left: 0 !important;
}



      


    }

.output-row h5 span {
    color: #696969;
}
.section-product-info .full-image .media-container .video-col {
    padding: 0;
    width: 100%;
    height: 100%;
}
.media-container .video-col {
    position: absolute;
    inset: 0;
}
@media (max-width: 1200px) {
    .video-col.mobile-bg {
        background: #000;
    }
}
etrusted-widget { 
  font-size: 15px;
}


.aico-product-options{
  display:none !important;
}


.blue_btn {
  background: var(--primary-color);
    color: var(--btn-textColor);
    text-decoration: none;
    font-size: var(--button-font-size);
    min-height: 40px;
    padding: 11px 30px 7px;
    font-weight: 500;
    transition: all .3s;
    border-radius: var(--buttons-radius-outset);
    display: inline-block;
    margin: 20px 0;
}
.blue_btn:hover {
  color: var(--primary-color);
    background: var(--btn-textColor);
}
#testumgebung-ecofort .af-more-filter-option {
    background-color: var(--primary-color);
      border: 0 !important;
  transition:all 0.5s;
}
#testumgebung-ecofort .af-more-filter-option:hover{
      background: var(--btn-textColor);
}
#testumgebung-ecofort .aico-show-all {
    font-weight: 500 !important;
    font-size: var(--button-font-size) !important;
  transition:all 0.5s;
}
#testumgebung-ecofort .af-more-filter-option:hover .aico-show-all{
      color: var(--primary-color) !important;
}
#testumgebung-ecofort .aico-metafield-value-append {
   display: contents !important;
  flex-direction: row;
  gap:25px
  
}
#testumgebung-ecofort .af-widget{
  max-width: 290px !important;
}
#testumgebung-ecofort .aico-filters .aico-price-append {
    width: initial !important;
    max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .aico-filters.af-col-left {
    height: calc(100vh - 40px) !important;
  }
    .aico-filters.af-col-left.af-mobile-view-filter-option {
        margin: auto !important;
        left: 0 !important;
    }
  .product-grid-container.aico-filter-element .af-customSorting .af-filterOption:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 8.4666665 10.583333625' x='0px' y='0px'%3E%3Cg%3E%3Cpath d='m 2.3065772,0.5705078 c -0.469247,0 -0.8638101,0.32318405 -0.9823691,0.756543 H 0.7950414 A 0.26458603,0.26457948 0 0 0 0.5294246,1.5926676 0.26458603,0.26457948 0 0 0 0.7950414,1.8562174 h 0.5281332 c 0.1177539,0.434552 0.5133036,0.7591269 0.9834026,0.7591269 0.4653589,0 0.8576151,-0.3182908 0.9797852,-0.7462078 l 4.3868123,-0.012919 a 0.26458603,0.26457948 0 0 0 0.2640674,-0.2651 0.26458603,0.26457948 0 0 0 -0.2640674,-0.2640666 l -4.3795775,0.01292 C 3.1795951,0.89995744 2.7805782,0.57050833 2.3065772,0.5705078 Z m 0,0.5291667 c 0.27569,0 0.4935098,0.2173113 0.4935098,0.4929931 0,0.2756831 -0.2178198,0.4935101 -0.4935098,0.4935101 -0.275689,0 -0.4929931,-0.217827 -0.4929931,-0.4935101 0,-0.2756818 0.2173041,-0.4929931 0.4929931,-0.4929931 z m 2.826701,2.0277833 c -0.4770102,0 -0.8784394,0.3289258 -0.9968386,0.7699788 H 0.7950414 A 0.26458603,0.26457948 0 0 0 0.5294246,4.1615032 0.26458603,0.26457948 0 0 0 0.7950414,4.4266033 h 3.3419152 c 0.1187799,0.4409249 0.5197115,0.7704955 0.9963216,0.7704955 0.4766096,0 0.8775406,-0.3295706 0.9963227,-0.7704955 H 7.6731747 A 0.26458603,0.26457948 0 0 0 7.9372421,4.1615032 0.26458603,0.26457948 0 0 0 7.6731747,3.8974366 H 6.1301168 C 6.0117184,3.4563836 5.6102873,3.1274578 5.1332782,3.1274578 Z m 0,0.5291667 c 0.2827837,0 0.5064281,0.2221008 0.5064281,0.5048787 0,0.2827779 -0.2236444,0.5064289 -0.5064281,0.5064289 -0.2827851,0 -0.5064292,-0.223651 -0.5064292,-0.5064289 0,-0.2827779 0.2236441,-0.5048787 0.5064292,-0.5048787 z m -2.0562055,2.168343 c -0.476454,0 -0.8779092,0.3292729 -0.9968384,0.7699787 H 0.7950414 A 0.26458603,0.26457948 0 0 0 0.5294246,6.8605633 0.26458603,0.26457948 0 0 0 0.7950414,7.1241129 h 1.2846762 c 0.1181719,0.4418161 0.5201071,0.772046 0.9973551,0.772046 0.4772333,0 0.8786525,-0.3302508 0.9968384,-0.772046 H 7.6731747 A 0.26458603,0.26457948 0 0 0 7.9372421,6.8605633 0.26458603,0.26457948 0 0 0 7.6731747,6.5949462 H 4.0733944 C 3.9544494,6.1542634 3.5535109,5.8249675 3.0770727,5.8249675 Z m 0,0.5291666 c 0.2827852,0 0.5064292,0.223651 0.5064292,0.5064292 0,0.2827779 -0.223644,0.5064289 -0.5064292,0.5064289 -0.2827848,0 -0.5064289,-0.223651 -0.5064289,-0.5064289 0,-0.2827782 0.2236441,-0.5064292 0.5064289,-0.5064292 z' clip-rule='nonzero' display='inline' overflow='visible' visibility='visible' fill='%23111' fill-opacity='1' fill-rule='nonzero' stroke='none' stop-color='%23111'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    content: "" !important;
    display: block !important;
    position: relative !important;
    width: 20px;
    filter: brightness(100000);
    height: 20px;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: none;
    inset: 0;
  }
  .product-grid-container.aico-filter-element .af-customSorting .af-filterOption {
      display: flex;
      align-items: center;
  }
    .af-sort-custom-options {
    text-align: left;
  }
  #testumgebung-ecofort .af-sort-custom-select-trigger{
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 160px !important; */
    white-space: nowrap;
    vertical-align: middle;
  }

}
/* 7 jan 2025 */
html .aico_search_result{
  display: none;
}
@media(min-width:1025px){
html .aico_search_result{width: calc(100% - 500px); border-radius: 0 0 25px 25px; overflow:hidden;}
.aico_search_result .aico-dp-wrap{display: grid!important; grid-template-columns: repeat(3, 1fr); gap:20px;}
/* .aico_search_product .shopify-section-aico-product{display:grid; grid-template-columns: repeat(2, 1fr);} */
.aico-show-more {padding:0 !important; width:60%;}
}

.aico_search_result h3{ font-weight:500;}
.aico_search_result h2{text-transform:capitalize; padding: 8px 10px 5px 0px;}
.aico-show-more a{display: block;  font-size: 13px; line-height: 1.2 !important; color: #000; background-color: #dfdfdf;padding: 10px 5px;
text-align: center; border-radius: 18px; text-decoration: none; font-weight: 600; background: var(--primary-color); color: var(--btn-textColor);
padding-top: 11px !important; padding-bottom: 7px !important; border: 2px solid rgb(7 17 54 / 0%);}
.aico-show-more a:hover {color: var(--primary-color);background: transparent;border: 2px solid var(--primary-color);}
#testumgebung-ecofort .af-productCard-price, #testumgebung-ecofort .aico-sale-price{font-size:22px !important; font-weight:600 !important;}
/* #testumgebung-ecofort .discount-percentage{font-size:15px; font-weight:300;} */
#testumgebung-ecofort .top-icons .uwl-col-wishlist{margin-left: 4px !important;}
#testumgebung-ecofort .top-icons{padding: 1.6rem 1.2rem 0 1.6rem;}

#testumgebung-ecofort-search .aico-filters {display:none;}
#testumgebung-ecofort-search .af-sortBy{display:flex; justify-content:end;}
#testumgebung-ecofort-search .af-sortBy .af-widgetTitle{display:none;}
#testumgebung-ecofort-search .af-sortBy select{min-width:100px; font-size: 16px; color: #121212bf;}
.template-search__search{display:none;}
.template-search__header{margin-bottom:0 !important;}
#testumgebung-ecofort-search .af-customSorting{ display: flex !important; justify-content: space-between; align-items: center;}
.af-productCard-image {
    margin: 10px 0 13px;
}
 #testumgebung-ecofort .top-icons .icon-compare svg, #testumgebung-ecofort .top-icons .uwl-col-wishlist svg{width: 24px !important; height: 24px !important;}

@media(max-width:768px){
 #testumgebung-ecofort .af-productCard-price, #testumgebung-ecofort .aico-sale-price{font-size:20px !important;}
  #testumgebung-ecofort .discount-percentage{font-size:13px;}
#testumgebung-ecofort-search .af-search-result-count{order: 1; width: 100%;}
#testumgebung-ecofort-search .af-sortBy{order:2;}
  #testumgebung-ecofort-search .top-icons .icon.icon-compare svg{
width: 20px;
height: 20px;
}
html #testumgebung-ecofort .aico-filters .aico-price-append{ width: 100% !important; }
  #testumgebung-ecofort-search .top-icons .uwl-col-wishlist{
margin-left: 4px;
}
  #testumgebung-ecofort-search .af-sortBy select{ font-size: 14px; }
  #testumgebung-ecofort-search .af-search-result-count { order: 1; width: auto; min-width: fit-content; font-size: 14px; }
  #testumgebung-ecofort-search .af-sortBy{max-width: max-content;}
}

/*product card new style css start  */
.product-grid-container.aico-filter-element .af-productCard-price,
body .uwl-product-iteam .product-price span,
.product_submenu .tab-content .zubehoer_wrap span.price-item.price-item--regular{
  font-size: var(--price-regular);
  font-weight: 600;
  line-height: 1.2;
}

.product_submenu .tab-content .zubehoer_wrap span.price-item.price-item--sale.price-item--last{
  font-size: var(--price-red);
  font-weight: 600;
  line-height: 1.2;
}

.product-star-widget .wrapper .count,
.product-star-widget .wrapper .grade{
    font-size: var(--label-font-size);
    top: 4px;
    position: relative;
    font-weight: 400;
}
etrusted-widget {
    font-size: var(--label-font-size);
    line-height: 1;
    font-weight: 400;
  pointer-events:none;
}

.preloading-collection-skeleton .skeleton-grid,
#testumgebung-ecofort .af-productGrid,
.aico_filter_btn .af-productGrid{
  column-gap: var(--grid-desktop-horizontal-spacing) !important;
        row-gap: 40px !important;
}

.aico-top-icons + .af-productCard-image + .af-productCard-content .aico-delivery-status {
    right: 9px !important;
 }
.product-grid-container.aico-filter-element .af-productCard-image a {
    padding-bottom: 0 !important;
     height: 180px !important;
      max-width: 180px !important;
    margin: auto !important;
}

.preloading-collection-skeleton .skeleton-grid .skeleton-item {
  aspect-ratio: 1/1.502;
}

.skeleton-loader-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.skeleton-loader-wrapper .skeleton-loader-filter-products-count {
  display: flex;
  align-items: center;
  gap: 24px;
}

.preloading-collection-skeleton .skeleton-load-more .skeleton-loader-item,
.preloading-collection-skeleton .skeleton-loader-wrapper .skeleton-loader-item {
  display: block;
  background: #eee;
  animation: 1.5s shine linear infinite;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.skeleton-filter {
  width: 131px;
  height: 38px;
  border-radius: 41px;
}

.skeleton-product-count {
  width: 94px;
  height: 26px;
  border-radius: 4px;
}

.skeleton-loader-sorting {
  width: 180px;
  height: 24px;
  border-radius: 4px;
}

.preloading-collection-skeleton.is-cat-skeleton .skeleton-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.preloading-collection-skeleton.is-cat-skeleton .skeleton-load-more .skeleton-loader-item {
  width: 167px;
  height: 40px;
  border-radius: 41px;
}

.preloading-collection-skeleton .skeleton-grid .skeleton-item,
  .aico_filter_btn .af-productGrid_item,
.aico-template-filter-horizontal .af-productGrid_item{
    width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
  }
.aico-template-filter-horizontal .af-productCard .aico-product-view a{
  padding-left:9px !important;
  padding-right:9px !important;
}
body .uwl-product-iteam .product-price * {
  text-decoration: none !important;
}
@media (max-width:1279px){
  .preloading-collection-skeleton .skeleton-grid .skeleton-item,
  #testumgebung-ecofort .af-productGrid_item,
  .aico_filter_btn .af-productGrid_item,
  .aico-template-filter-horizontal .af-productGrid_item{
    /* width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important; */
    /* max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important; */
  }
}
@media (max-width:989px){
  .preloading-collection-skeleton .skeleton-grid .skeleton-item,
  #testumgebung-ecofort .af-productGrid_item,
  .aico_filter_btn .af-productGrid_item,
  .aico-template-filter-horizontal .af-productGrid_item{
    /* width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important; */
    /* max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important; */
  }
}
@media (max-width:768px){
  .preloading-collection-skeleton .skeleton-grid .skeleton-item,
  #testumgebung-ecofort .af-productGrid_item,
  body .uwl-wishlist-container .uwl-product-iteam,
  .aico_filter_btn .af-productGrid_item,
  .aico-template-filter-horizontal .af-productGrid_item{
      width: calc(50% - var(--grid-desktop-horizontal-spacing)* 1 / 2) !important;
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing)* 1 / 2) !important;
  }

  #testumgebung-ecofort-search .af-productCard-title h3 a{font-size:18px !important;}
}
@media (max-width:749px){
  .preloading-collection-skeleton .skeleton-grid,
  #testumgebung-ecofort .af-productGrid,
  .aico_filter_btn .af-productGrid{
      row-gap: 20px !important;
  }
  .preloading-collection-skeleton .skeleton-grid,
  #testumgebung-ecofort .af-productGrid,
  body .uwl-product-list,
  .aico_filter_btn .af-productGrid{
      column-gap: var(--grid-mobile-horizontal-spacing) !important;
  }
  .preloading-collection-skeleton .skeleton-grid .skeleton-item,
  #testumgebung-ecofort .af-productGrid_item,
  body .uwl-wishlist-container .uwl-product-iteam,
  .aico_filter_btn .af-productGrid_item,
  .aico-template-filter-horizontal .af-productGrid_item{
    width: calc(50% - var(--grid-mobile-horizontal-spacing)* 1 / 2) !important;
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing)* 1 / 2) !important;
  }

  #testumgebung-ecofort .top-icons .icon-compare svg, 
  #testumgebung-ecofort .top-icons .uwl-col-wishlist svg {
    width: 20px !important;
    height: 20px !important;
  }

  body .uwl-remove-wishlist.uwl-select-icon svg,
  body .uwl-remove-wishlist.uwl-select-icon{
    width: 20px !important;
    height: 20px !important;
  }
  #testumgebung-ecofort .af-productCard-title h3,
  .product_submenu .tab-content .zubehoer_wrap .full-unstyled-link,
  #testumgebung-ecofort .af-productCard-title h3 a,
  .product_comparison_table table .product-name a{
    font-size:var(--product-title-mibile-font) !important;
  }
  .aico-template-filter-horizontal .af-productCard .aico-product-view a{
  padding-left:5px !important;
  padding-right:5px !important;
  }
  .template-index .collection .price--on-sale .price-item--regular,
  .tab-content .collection .price--on-sale .price-item--regular{
    margin-left:5px;
  }
}
@media (max-width:640px){
  .aico-pagination {
     margin-top: 1rem !important;
  }
}
@media (max-width:576px){
  /* .preloading-collection-skeleton .skeleton-grid .skeleton-item,
  html #testumgebung-ecofort .af-productGrid .af-productGrid_item {max-width: 100% !important;  width: 100% !important;} */
  #testumgebung-ecofort .af-productGrid_item, body .uwl-wishlist-container .uwl-product-iteam, .aico_filter_btn .af-productGrid_item,
  .aico-template-filter-horizontal .af-productGrid_item{
    /* width: 100% !important; */
    /* max-width: 100% !important; */
}
    #testumgebung-ecofort-search .af-productGrid_item {
    /* width: 100% !important; */
    /* max-width: 100% !important; */
}

  .preloading-collection-skeleton .skeleton-grid .skeleton-item, #testumgebung-ecofort .af-productGrid_item, body .uwl-wishlist-container .uwl-product-iteam, .aico_filter_btn .af-productGrid_item, .aico-template-filter-horizontal .af-productGrid_item{
    width: 100% !important;
    max-width: 100% !important;
  }
}

body .uwl-wishlist-container .uwl-product-single-wrap .card__badge{
  padding-left: calc(1.2rem - 9px) !important;
    padding-right: calc(1.2rem - 9px) !important;
}
@media (max-width:749px){
  .top-icons {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  body .uwl-wishlist-container .uwl-product-single-wrap .card__badge{
  padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* items category 18 3 2025*/

div.detailed-review-widget etrusted-widget {
  pointer-events: initial;
}
[data-liefertage]:hover:after {
    content: attr(data-liefertage);
    position: absolute;
    width: max-content;
    right: -5px;
    top: -40px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .15);
    text-align: center;
    border-radius: 8px;
    padding: 7px 10px 5px;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1;
    color: var(--primary-color)!important;
    top: auto !important;
    bottom: calc(100% + 10px) !important;
}
#testumgebung-ecofort .aico-products [data-liefertage]:hover:after {
    font-weight: 400 !important;
    line-height: 1;
    color: var(--primary-color)!important;
    font-size: 14px !important;
    padding: 7px 10px 5px !important;
}
.aico-top-icons + .af-productCard-image + .af-productCard-content .aico-delivery-status {
    cursor: pointer;
}

body .aicobar-padding-top {
    z-index: 13;
    position: relative;
} 

body:has(.menu-open) #freshworks-container,
body:has(.menu-open) #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    opacity: 0;
    visibility: hidden;
    display: none;
}


/* NEW CSS */

#testumgebung-ecofort .aico-filter-refine-item-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#testumgebung-ecofort .aico-filter-refine-by {
    display: flex;
    justify-content: space-between;
    flex-wrap: initial;
}

#testumgebung-ecofort .af-refine-template {
    flex-basis: inherit;
    order: 2;
    padding-top: 5px;
    width: 250px;
    text-align: right;
    align-items: baseline;
}

#testumgebung-ecofort .aico-filter-refine-by-items {
  margin-top: 0px !important;
}

#testumgebung-ecofort .aico-dropdown-content {
  display: contents;
}

#testumgebung-ecofort .af-widgetContent ul.af-widgetCheck li {
    position: relative;
    border-bottom: 1px solid #d0cece;
    padding: 16px 20px 8px;
}

#testumgebung-ecofort .af-widgetContent ul.af-widgetCheck li:hover {
    background-color: #ececec;
 }


#testumgebung-ecofort .noUi-tooltip {
    padding: 6px !important;
}

#testumgebung-ecofort .aico-price .slider-area.af-widgetContent{
    padding: 30px 20px 40px 20px !important;
}

#testumgebung-ecofort .af-widgetContent {
  padding: 0px !important;
}
#testumgebung-ecofort .product-grid-close{
  display: none;
}
@media screen and (max-width: 749px) {

  #testumgebung-ecofort .aico-filter-refine-by {
    display: flex;
    flex-direction: column;
  }
  #testumgebung-ecofort .af-refine-template {
    flex-basis: 100%;
    order: inherit;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 1024px){
  #testumgebung-ecofort .aico-dropdown-content .aico-price.content.af-widget {
    width: calc(25% - 19px) !important;
  }
  #testumgebung-ecofort .aico-filter-refine-by{
    margin-bottom: 20px;
  }
  #testumgebung-ecofort .aico-filter-refine-by-items:not(:last-child)::after{
    top: 13px !important;
    right: -6px !important;
  }
  #testumgebung-ecofort .aico-filter-refine-item-data{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px){
  #testumgebung-ecofort .aico-filters{
    padding: 55px 24px 40px;
  }
  #testumgebung-ecofort .product-grid-close{
    display: block;
  }
  #testumgebung-ecofort .show--products.aico-close-icon {
     position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
  }

  #testumgebung-ecofort .product-show__button{
    border-radius: 50px;
    border: none;
    padding: 8px 20px 5px 20px;
    background: #071136;
    color: #fff;
    font-weight: 500;
    width: 100%;
  }
}

#testumgebung-ecofort-search .af-productCard-image img:nth-child(2) {
    display: none;
}
#testumgebung-ecofort-search .af-productCard-image:hover img:nth-child(2) {
    display: block;
}
#testumgebung-ecofort-search  .af-productCard-image:hover img:nth-child(1) {
    display: none;
}

.sidebar-navigation-wrapper .tab.tab--open .tab-head {
    border-bottom: 0.72px solid #D9D9D9;
      padding-bottom: 6px;
}
.sidebar-navigation-wrapper .tab.tab--open:has(.tab-body.has-row-title) .tab-head {
    border: 0;
  padding-bottom: 0;
}

#testumgebung-ecofort .af-btn-sort{
  display:none;
  border-radius: 50px;
  border: 1px solid #5b6776;
  background-color: transparent;
  color: #5b6776;
  padding: 5px 6px;
  font-size:11px;
  cursor: pointer;
}
button.af-btn-sort.af-sort-btn-active {
    background-color: #071136 !important;
    color: #fff !important;
}
.af-mb-sort-eco{
  display: none;
}
 #testumgebung-ecofort-search .af-btn-sort, #testumgebung-ecofort-search .af-btn-sort {
    display: none;
    border-radius: 50px;
    border: 1px solid #5b6776;
    background-color: transparent;
    color: #5b6776;
    padding: 5px 6px;
    font-size: 11px;
    cursor: pointer;
}
@media(max-width:640px){
  #testumgebung-ecofort .af-mb-buttons{
    display:flex;
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
   #testumgebung-ecofort button.af-filterOption{
    margin-right:0;
    font-size: 0;
    min-width: 75px;
  }
      #testumgebung-ecofort .af-btn-sort {
        display: flex;
        font-size: 12px;
        min-width: 37%;
        justify-content: center;
        align-items: center;
        border: 1px solid #071136;
        color: #071136;
    }
 #testumgebung-ecofort .eco-sort{
  display:flex;
}
#testumgebung-ecofort .af-mb-sort-eco{
  width:160px
}
  
#testumgebung-ecofort-search .af-customSorting{
  flex-wrap: wrap;
}
  #testumgebung-ecofort-search .af-mb-buttons{
    display: flex;
    gap: 10px;
}

#testumgebung-ecofort .af-mb-sort-eco{
  width:106px;
  display: block;
  margin-left: auto;
}
#testumgebung-ecofort .af-sort-custom-select-trigger{
      width: 95px !important;
      margin-left: 5px !important;
}

/* 4-aug-2025 */
#testumgebung-ecofort .af-customSorting{
  margin-bottom: 30px !important;
}
#testumgebung-ecofort .af-sortBy{
  position:relative;
}
#testumgebung-ecofort .af-sortBy::before {
    content: "";
    background-color: #121212bf;
    position: absolute;
    width: 1.3px;
    height: 13px;
    top: 3px;
}
  #testumgebung-ecofort .af-sort-custom-select-trigger:after{
    right: -26px;
  }
  .af-mb-sort-eco{
    font-size:12px;
  }
  #testumgebung-ecofort .af-sort-custom-select-trigger{
    text-overflow: unset;
    overflow: unset;
    font-size: 12px !important;
    margin-left: 0px !important;
  }
  #testumgebung-ecofort .af-sort-custom-select-trigger:after {
    height: 8px;
  }
  #testumgebung-ecofort .af-mb-sort-eco{
    width:100px;
    color: #121212bf;
  }
   #testumgebung-ecofort .product_count {
      margin-left: 0 !important;
      max-width: 85px;
      width: 100%;
      word-break: break-word;
  }
  #testumgebung-ecofort .af-sortBy {
  width:100%;
}
#testumgebung-ecofort .total_product, #testumgebung-ecofort .search_product_count{font-size:12px; font-weight:400; color: #121212bf;}
}
.aico_filter_btn .aico-filters{
  position: relative !important;
  top: 15px !important; 
}
.aico_filter_btn .aico-filters {
    -webkit-animation: height-increase 0.75s cubic-bezier(0.25, 0.8, 0.25, 1) both;
    animation: height-increase 0.75s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.filters-wrap-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 767px){
  .aico_filter_btn .aico-filters{
    position: fixed !important;
    top: 0 !important; 
  }
  .filters-wrap-box{
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

@-webkit-keyframes height-increase {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 50%; 
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1; 
  }
}

@keyframes height-increase {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 50%;
    opacity: 1; 
  }
  100% {
    height: 100%;
    opacity: 1; 
  }
}



/* ------------- wishlist -------------------- */
.swym-button.swym-add-to-wishlist-view-product.swym-heart:after{
    display:none;
}
.swym-button.swym-add-to-wishlist-view-product{
    position: relative;
    width: 20px;
    height: 20px !important;
    margin-left: 8px !important;
    max-width: none !important;
}
.swym-button.swym-add-to-wishlist-view-product .icon-custom{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.swym-button.swym-add-to-wishlist-view-product .icon-custom.no-fill{
    opacity:1;
    color:rgb(82, 81, 80);
}
.swym-button.swym-add-to-wishlist-view-product.swym-added{
    opacity: 1 !important;
}
.swym-button.swym-add-to-wishlist-view-product.swym-added .icon-custom{
    opacity:1;
    color:var(--secondary-color-6);
}
.swym-button.swym-add-to-wishlist-view-product.swym-added .icon-custom.no-color{
    opacity:0;
}
/* -------------- End wishlist ------------------- */

/* ----------------------------------- */
body .swym-notifications-container.swymTopLeft{
    top: calc(var(--header-height) + 33px);
    box-shadow: none;
    width: 100%;
    max-width: 315px;
    left: auto !important;
    right: calc((100% - 1440px + (80px *2) )/2) !important;
    box-shadow: 0 4px 5px 0px #00000021;
    transform: translateX(0px) translateY(-100%) !important;
    opacity:0;
}
body .swym-notifications-container.swymTopLeft.swym-showing{
    transform: translateX(0px) translateY(0%) !important;
    opacity:1;
}
body .swym-notification-wishlist .swym-details{
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
}
body .swym-notification-wishlist .swym-details .swym-emphasis:first-child{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    width: 100%;
    letter-spacing: 0;
    margin-bottom:5px;
    display:block;
}
body .swym-notification-wishlist .swym-product-tile{
    padding: 23px 15px;
    align-items: flex-start;
    gap: 10px;
}
body .swym-notification-wishlist .swym-close-btn{
	top: 1px;
	right: 10px;
}
body:has(.scrolled-past-header) .swym-notifications-container.swymTopLeft{
    top: 83px;
}
@media (max-width:1440px){
    body .swym-notifications-container.swymTopLeft{
        right: 80px !important;
    }
}
@media (max-width: 1279px) {
    body .swym-notifications-container.swymTopLeft{
        right: 60px !important;
    }
}
@media (max-width: 989px) {
    body .swym-notifications-container.swymTopLeft{
        top: calc(var(--header-height) + 33px);
    }
    body:has(.scrolled-past-header) .swym-notifications-container.swymTopLeft{
      top: 83px;
    }
}
@media (max-width: 749px) {
    body .swym-notifications-container.swymTopLeft{
        right: 20px !important;
    }
    body .swym-notifications-container.swymTopLeft{
        top: calc(var(--header-height) + 36px);
    }
    body:has(.scrolled-past-header) .swym-notifications-container.swymTopLeft{
      top: 83px;
    }
}
/* ----------------------------------- */


/* swym customs */

div#swym-atw-button-container{
    display: none !important;
}

/* swym customs */

/* ----------------------------- */
.cart-count-bubble,
.header__icon.header__icon--wishlist .wishlist-count{
    background: #071136;
    color: #fff;
    width: 18px;
    height: 18px;
    padding-top: 0;
    font-weight: 500;
    left: 17px;
    top: -7px !important;
}
.header .header__icon--compare span svg, .header-icon-wrap svg{
    width:24px;
    height:24px;
}
.swym-button.swym-add-to-wishlist-view-product{
    border:none;
    background:transparent;
}
@media screen and (min-width: 990px) {
  .header .list-menu__item{
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 989px) {
  .header .header__icon .icon,
  .header .header__icon--compare span svg,
  .header-icon-wrap svg,
  .header .header__icon, .header .header__icon--cart .icon{
      height:30px;
      width:30px;
  }
  .cart-count-bubble, .header__icon.header__icon--wishlist .wishlist-count {
    left: 20px;
}
}
/* ----------------------------- */



/* ----------------------------- */
.form-wrapper .globo-formbuilder .globo-form-control input,
.form-wrapper .globo-formbuilder .globo-form-control textarea,
.form-wrapper .globo-formbuilder .globo-form-control select{
    min-height: 62.5px;
    border-radius: 12px !important;
    padding: 21.43px !important;
    color: var(--secondary-color);
    opacity: 1;
    font-size: var(--body2-text);
    outline: none !important;
    box-shadow: none;
    border: none;
    line-height: 19.28px;
}
.form-wrapper .globo-formbuilder .globo-form-control textarea{
        min-height: 151px;
}
.form-wrapper .globo-form-control .globo-form-input:before,
.form-wrapper .globo-form-control .globo-form-input:after{
    display:none;
}
.form-wrapper .globo-formbuilder .globo-form-control span.label-content{
    color: var(--secondary-color) !Important;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    letter-spacing:0;
}
.form-wrapper .globo-formbuilder .globo-form-control .globo-label{
     top: 18px;
 }
.form-wrapper .globo-formbuilder .globo-form-control .globo-label .text-smaller{
    line-height: 1;
    vertical-align: super;
    letter-spacing: 0;
    font-size: 14px;
}
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink span.label-content,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled span.label-content{
    font-size: 12px;
}
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink .text-smaller,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled .text-smaller{
    font-size: 11px;
}
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled{
    top: 10px;
}
.form-wrapper .globo-formbuilder .globo-form-control .globo-form-input{
    box-shadow:none !important;
}
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink + .globo-form-input input,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink + .globo-form-input textarea,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink + .globo-form-input select,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled + .globo-form-input input,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled + .globo-form-input textarea,
.form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled + .globo-form-input select{
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}
.form-wrapper .globo-formbuilder .globo-form-app .footer button,
.form-wrapper .globo-formbuilder .globo-form-app .gfb__footer button {
    color: var(--btn-textColor);
    background: var(--primary-color);
    min-height: 40px;
    line-height: 19.8px;
    padding: 10px 30px 8px;
    font-weight: 500;
    width: 100%;
    font-size: var(--button-font-size);
    transition: all .3s;
    border:none;
}
.form-wrapper .globo-formbuilder .globo-form-app .footer button:hover,
.form-wrapper .globo-formbuilder .globo-form-app .gfb__footer button:hover{
    color: var(--primary-color);
    background: var(--btn-textColor);
}
.form-wrapper .globo-formbuilder .globo-form-control{
    margin-bottom:0;
    flex-flow: column;
}
.form-wrapper .globo-formbuilder .globo-form-app .panel{
    gap:16px;
    margin-bottom: 12px;
}
.form-wrapper .globo-formbuilder .globo-form-app {
    margin-top: 0;
    margin-bottom: 0;
}
.form-wrapper .globo-form-app .message.success{
    text-align: left;
    padding: 15px 30px 15px 15px;
    background: var(--secondary-color-7);
    border-radius: 12px;
    margin-bottom:12px;
}
.form-wrapper .globo-form-app .message.success .gfb__content-title{
    margin-bottom:0;
}
.form-wrapper .globo-formbuilder .globo-form-control input:focus,
.form-wrapper .globo-formbuilder .globo-form-control textarea:focus,
.form-wrapper .globo-formbuilder .globo-form-control select:focus{
    box-shadow: 0 0 9px #45985b;
}
.form-wrapper .globo-formbuilder .globo-form-control input:-webkit-autofill,
.form-wrapper .globo-formbuilder .globo-form-control input:-webkit-autofill:hover,
.form-wrapper .globo-formbuilder .globo-form-control input:-webkit-autofill:focus,
.form-wrapper .globo-formbuilder .globo-form-control input:-webkit-autofill:active,
.form-wrapper .globo-formbuilder .globo-form-control select:-webkit-autofill,
.form-wrapper .globo-formbuilder .globo-form-control select:-webkit-autofill:hover,
.form-wrapper .globo-formbuilder .globo-form-control select:-webkit-autofill:focus,
.form-wrapper .globo-formbuilder .globo-form-control select:-webkit-autofill:active{
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-background-clip: unset !important;
}
.form-wrapper .globo-formbuilder .globo-form-control input, .form-wrapper .globo-formbuilder .globo-form-control textarea, .form-wrapper .globo-formbuilder .globo-form-control select{
    background: #fff !important;
}
.form-wrapper .globo-form-control .help-block.error{
    color: red;
}
.form-wrapper .globo-form-app .message.success{
    color: var(--white-color);
    background: #45985b99;
    padding: 15px 30px 15px 15px;
    border-radius: 5px;
    font-size: var(--body1-text);
    line-height: 22px;
    font-weight: 600;
}
.form-wrapper .globo-form-app .message .dismiss svg{
        fill: #fff;
}
@media (max-width: 749px) {
    .form-wrapper .globo-formbuilder .globo-form-control input,
    .form-wrapper .globo-formbuilder .globo-form-control textarea,
    .form-wrapper .globo-formbuilder .globo-form-control select{
       min-height:50px;
       padding: 10px 20px !important;
     }
    .form-wrapper .globo-formbuilder .globo-form-control textarea{
        min-height: 151px;
    } 
    .form-wrapper .globo-formbuilder .globo-form-control .globo-label{
        top:12px;
    }
    .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink + .globo-form-input input, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink + .globo-form-input textarea, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink + .globo-form-input select, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled + .globo-form-input input, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled + .globo-form-input textarea, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled + .globo-form-input select {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
    }
    .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled{
        top:8px;
    }
    .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink span.label-content, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled span.label-content{
        font-size:10px;
    }
    .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__shink .text-smaller, .form-wrapper .globo-formbuilder .globo-form-control .globo-label.gfb__label__filled .text-smaller{
        font-size:8px;
        line-height: 1;
    }
}
/* ----------------------------- */

.staff-list-section .logo-bar .grid__item .staff-info>.desc {
    padding: 0 !important;

}
.staff-list-section .logo-bar .grid__item:hover .staff-info>p {
    padding-left:0;
    padding-right:0;
}
.staff-list-section .logo-bar .grid__item:hover .staff-info>h3 {
    padding-left:0;
    padding-right:0;
}

.newsletterSection .newsletter-form__field-wrapper .field {
    box-shadow: none !important;
    outline: none !important;
}
.newsletter-form__field-wrapper .field__input {
    box-shadow: none !important;
    outline: none !important;
}
.newsletter-form__field-wrapper .field:hover.field:after, 
.newsletter-form__field-wrapper .select:hover.select:after, 
.newsletter-form__field-wrapper .select__select:hover.select__select:after, 
.newsletter-form__field-wrapper .customer .field:hover.field:after, 
.newsletter-form__field-wrapper .customer select:hover.select:after {
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
}
.swym-tooltip{
  display: none !important;
}

/*-----------------CONTACT PAGE CSS START-----------------*/
.contact-hero .image-with-text__media-item {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.contact-hero .image-with-text__media-item:after {
  background: rgba(0,0,0,0.5);
  z-index: 1 !important;
}
.contact-hero .image-with-text__text-item {
  position: absolute !important;
  bottom: 0;
  padding: 0 !important;
  width: 100%;
}
.contact-hero .image-with-text__content {
  margin:0 !important;
  background: transparent;
  padding: 122px 66px !important;
}
.contact-hero .image-with-text__content .image-with-text__text {
  text-align: left;
  align-self: start;
}
.contact-hero .image-with-text__content h1 {
  text-align: left;
  color: white;
  font-size: 40px;
}
.richtext_fullwidth .rich-text__blocks {
  max-width: 100%;
}
.richtext_fullwidth .rich-text__blocks>*+* {
    margin-top: 15px;
}
.news-category-section .title-wrapper-with-link {
  margin-bottom: 15px;
}
.news-category-section .multicolumn-content {
  margin-bottom: 48px;
}
.news-category-section .multicolumn-content p,
.contact-info.contact-block-wrapper .image-with-text__grid p {
  margin: 0 0 15px;
}
.news-category-section .multicolumn-list {
  row-gap: 20px;
}
.news-category-section .multicolumn-list li {
  border-radius: 20px;
  overflow: hidden;
}
.news-category-section .multicolumn-list li .multicolumn-card {
  display: flex;
  align-items: center;
}
.news-category-section .multicolumn-card__image-wrapper {
  padding: 0 !important;
  width: 30px;
  min-width: 30px;
  margin: 0;
  position: absolute;
  left: 25px;
  z-index: 0;
}
.news-category-section .multicolumn-list li .multicolumn-card .media {
  padding-bottom: 30px !important;
}
.news-category-section .multicolumn-list li .multicolumn-card .media img{
  object-fit: contain;
  width: 100%;
}
.news-category-section .multicolumn-card__info {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-category-section .multicolumn-card__info a {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.news-category-section .multicolumn-card__info .column-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services-section li {
  border-radius: 30px;
  overflow: hidden;
}
.services-section li .multicolumn-card {
  padding: 30px 27px;
}
.services-section li .multicolumn-card__image-wrapper,
.services-section li .multicolumn-card__info {
  padding: 0;
  margin: 0;
}
.services-section li .multicolumn-card__image-wrapper .media {
  width: 4rem;
  height: 4rem;
  padding-bottom: 4rem !important;
}
.services-section li .multicolumn-card__info a {
  margin-top: 3.4rem;
  width: 100%;
  padding-right: 54px;
  height: 19px;
  background: url(/cdn/shop/files/long-arrow.svg?v=1773669476) no-repeat right;
  background-size: 36px 16px;
}
.services-section li .multicolumn-card__info h3 {
  font-size: 1.9rem;
  line-height: 2.4rem;
}
.services-section li .multicolumn-card__info>:nth-child(2) {
  margin-top: 1.9rem;
}
.contact-info .multirow__inner {
  row-gap: 10rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item,
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__text-item,
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__media-item {
  border-radius: 3rem;
  overflow: hidden;
}
.contact-info.contact-block-wrapper .image-with-text__grid {
  align-items: center;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item,
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form {
  background: #FFFFFF;
}
@media screen and (min-width: 750px) {
  .contact-info .multirow__inner .image-with-text:nth-child(2) .image-with-text__text-item {
    margin-right: -4rem;
  }
  .contact-info .multirow__inner .image-with-text:nth-child(3) .image-with-text__text-item {
    margin-left: -4rem;
  }
  .contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item {
    margin-left: -4rem;
    z-index: 2;
  }
  .contact-info .multirow__inner .image-with-text__media--medium {
    height: 60rem;
  }
}
@media screen and (max-width: 749px) {
  .contact-info .multirow__inner .image-with-text:nth-child(1) .image-with-text__text-item {
    order: 1;
  }
  .contact-info .multirow__inner .image-with-text:nth-child(1) .image-with-text__form-item {
    order: 2;
  }
}
.contact-info.contact-block-wrapper .image-with-text__grid h2 {
  font-size: 3rem;
  line-height: 4.3rem;
  margin-bottom: 1.5rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__content .body {
  margin-top: 1rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__content .body ul li {
  position: relative;
  display: inline-block;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__content .body ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 1);
  position: absolute;
  left: -15px;
  top: 8px;
}
.contact-info.contact-block-wrapper .image-with-text__content {
  padding: 7rem 5rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app {
  margin: 3.6rem 2.2rem;
  max-width: 100%;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control {
  padding: 0 1.2rem;
  margin-bottom: 1.8rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-input:not('.radio-wrapper') {
  background-color: transparent;
  border: 1px solid #CBCBCB;
  border-radius: 1.5rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app label.globo-label {
  opacity: 0.6;
  font-size: 1.6rem;
  font-weight: 500;
  left: 1.7rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control[data-type="radio"] label.globo-label {
  left: 0;
  padding: 0;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control[data-type="radio"] ul {
  gap: 10px;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control[data-type="radio"] ul li {
  padding: 0;
  width: calc(33.33% - (20px / 3));
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-input input,
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-input textarea {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 1.7rem;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .gfb__footer {
  margin-top: 0.9rem;
  padding: 0 1.2rem
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .gfb__footer button {
  width: auto;
  margin-left: auto;
  background-color: #96D201 !important;
  background-image: url(https://i.shgcdn.com/befb13d6-2071-467d-8322-1fd4c6d1dc84/) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 10px !important;
  background-position: calc(100% - 26px) !important;
  border-radius: 39px;
  padding: 18px 66px 16px 29px;
  font-size: 16px;
  font-weight: 600;
  color: #071136;
}
.contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control .radio-wrapper {
  padding-left: 24px;
}
.contact-info .location-details-inner {
  display: flex;
  gap: 3.3rem
}
.contact-info .location-block {
  display: flex;
  gap: 1rem;
}
.contact-info .location-details-inner .text-wrap {
  min-width: 150px;
}
.contact-info .location-details-inner .text-wrap p {
  margin: 0;
}
.holidays-opening-hours-section .title-wrapper-with-link {
  margin-bottom: 1.5rem;
}
.holidays-opening-hours-section .title {
  font-size: 3rem;
  line-height: 4.3rem;
}
.holidays-opening-hours-section .multicolumn-card__info {
  padding: 0 !important;
}
.holidays-opening-hours-section .multicolumn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 3.4rem;
}
.holidays-opening-hours-section .multicolumn-list li {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (max-width: 989px) {
  .template-name--contact-v2 .multicolumn .page-width {
    padding-left: 60px;
    padding-right: 60px;
  }
  .template-name--contact-v2 .multicolumn-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }
  .template-name--contact-v2 .multicolumn-list .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) * 2 / 2 );
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .multicolumn.services-section .multicolumn-list {
    row-gap: var(--grid-desktop-horizontal-spacing);
  }
  .contact-info .location-details-inner {
    flex-direction: column;
  }
  .contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control[data-type="radio"] ul li {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .contact-hero .image-with-text__content {
    padding: 20px !important;
    width: 100% !important;
  }
  .template-name--contact-v2 .multicolumn-list .grid__item {
    width: 100%;
    max-width: 100%;
  }  
  .template-name--contact-v2 .multicolumn .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .template-name--contact-v2 .multicolumn .title-wrapper-with-link {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .contact-des .rich-text__wrapper {
    padding: 0;
  }
  .template-name--contact-v2 .multicolumn-list:not(.slider) {
    display: flex;
  }
  .services-section li .multicolumn-card,
  .contact-info.contact-block-wrapper .image-with-text__content {
    padding: 20px;
  }
  .services-section li .multicolumn-card__info a {
    margin-top: 1.4rem;
  }
  .services-section .page-width,
  .contact-hero,
  .contact-info,
  .holidays-opening-hours-section .page-width {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .contact-hero {
    padding-bottom: 0px !important;
  }
  .news-category-section .multicolumn-content {
    margin-bottom: 30px;
  }
  .contact-info.contact-block-wrapper .image-with-text__grid .image-with-text__form-item .globo-form-app .globo-form-control {
    padding: 0;
  }
  .contact-info .multirow__inner {
    row-gap: 2rem;
  }
}
/*-----------------CONTACT PAGE CSS END-----------------*/