/* --- WORD BREAK --- */
* { word-break: break-word; }

/* --- SAFARI DIALOG FIX --- */
details summary::-webkit-details-marker {
  display:none;
}

/* --- CATALOG MENU --- */ /* ---TEST--- */
.catalogMenu > div::after {
  content: "";
  display: block;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='rgb(156 163 175)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");;
  background-size: cover;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.catalogMenu > div:hover::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.catalogMenu > div .flyout-menu {
  display: none !important;
}
.catalogMenu > div:hover .flyout-menu {
  display: block !important;
}

/* --- ERROR TIMER --- */
@keyframes toastDuration {
  from { width: 0%; }
  to { Width: 100%; }
}
.errorTimer {
  display: flex;
  flex-direction: row;
  flex-direction: row;
  gap: 0.5rem;
}
.errorTimer::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.375rem;
  background-color: #00000050;
  animation-name: toastDuration;
  animation-duration: 10s;
  animation-timing-function: linear;
}
.errorTimer.bg-red-500::before {
  content: '';
  display: block;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-8.8 0-16 7.2-16 16V272c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm24 224a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.errorTimer.bg-yellow-300::before {
  content: '';
  display: block;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M34.5 420.4c-1.6 2.8-2.5 6-2.5 9.3c0 10.2 8.2 18.4 18.4 18.4H461.6c10.2 0 18.4-8.2 18.4-18.4c0-3.3-.9-6.4-2.5-9.3L276.5 75.8C272.2 68.5 264.4 64 256 64s-16.2 4.5-20.5 11.8L34.5 420.4zM6.9 404.2l201-344.6C217.9 42.5 236.2 32 256 32s38.1 10.5 48.1 27.6l201 344.6c4.5 7.7 6.9 16.5 6.9 25.4c0 27.8-22.6 50.4-50.4 50.4H50.4C22.6 480 0 457.4 0 429.6c0-8.9 2.4-17.7 6.9-25.4zM256 160c8.8 0 16 7.2 16 16V304c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM232 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

/* --- MYFACTORY COLOR --- */
.text-myfactory-500 {
  color: #112033;
}

/* --- FLOAT TEXT SMALL --- */
.flowtext ul {
  display: block;
  float: none;
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.flowtext ul li {
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}
.flowtext ul li:last-of-type {
  margin-bottom: 0;
}
.flowtext ul li:before {
  display: block;
  content: '';
  float: left;
  margin-left: -1rem;
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  border-radius: 2px;
  background: var(--var-primary-color-500);
}
.flowtext ul ul li:before {
  border-radius: 50%;
}
.flowtext ul ul ul li:before {
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--var-primary-color-500);
}
.flowtext ul ul ul ul li:before {
  border-radius: 50%;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--var-primary-color-500);
}

/* --- FLOAT TEXT LARGE --- */
.floattext ul {
  display: block;
  float: none;
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
.floattext ul li {
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}
.floattext ul li:last-of-type {
  margin-bottom: 0;
}
.floattext ul li:before {
  display: block;
  content: '';
  float: left;
  margin-left: -1rem;
  width: 8px;
  height: 8px;
  margin-top: 0.75rem;
  border-radius: 2px;
  background: var(--var-primary-color-500);
}
.floattext ul ul li:before {
  border-radius: 50%;
}
.floattext ul ul ul li:before {
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--var-primary-color-500);
}
.floattext ul ul ul ul li:before {
  border-radius: 50%;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--var-primary-color-500);
}

.floattext p, .flowtext p {
  margin-bottom: 1rem;
}
.floattext p:last-of-type, .flowtext p:last-of-type {
  margin-bottom: 0;
}

.flowtext h2, .flowtext h3, .flowtext h4, .flowtext h5, .flowtext h6 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
:is(.dark .flowtext h2) , .dark .flowtext h3, .dark .flowtext h4, .dark .flowtext h5, .dark .flowtext h6  {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.flowtext h2:first-of-type {
  margin-top: 0;
  margin-bottom: 1rem;
}

.floattext h2, .floattext h3, .floattext h4, .floattext h5, .floattext h6 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
:is(.dark .floattext h2) , .dark .floattext h3, .dark .floattext h4, .dark .floattext h5, .dark .floattext h6  {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.floattext h2:first-of-type {
  margin-top: 0;
  margin-bottom: 1rem;
}

.floattext a:not(.bg-seiwert-500) {
  text-decoration: underline;
  color: var(--var-primary-color-500);
}

/* --- MULTI CHECKBOXES --- */
.selectBox select {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.625rem 2.5rem 0.625rem 1rem;
  /*--tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  focus: ring-2;*/
  background-color: rgb(249 250 251);
  font-size: 0.875rem;
  color: rgb(17,24,39);
  line-height: 1.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-right: none;
}
.selectBox.selectBoxBorder select {
  border-right: 1px solid rgb(209 213 219 / var(--tw-border-opacity)) !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.dark .selectBox.selectBoxBorder select {
  border-right: 1px solid rgb(55 65 81 / var(--tw-border-opacity)) !important;
}
.selectBox select:focus {
  --tw-ring-color: var(--var-primary-color-500);
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
#checkboxes-filter label {
  font-size: 12px;
}
.dark .selectBox select {
  --tw-ring-color: rgb(55,65,81);
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  background-color: rgb(17,24,39);
  color: rgb(243,244,246);
}
.dark .selectBox select:focus {
  --tw-ring-color: var(--var-primary-color-500);
}

/* --- OVERFLOW SLIDER --- */
.overflow-slider-container {
  display: block;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
}
.overflow-slider-container::-webkit-scrollbar {
  display: none;
}
.overflow-slider-container * { 
  user-select: none;
  -webkit-user-drag: none;
}
.overflow-slider {
  display: flex;
  flex: 1 1 30;
  flex-flow: row nowrap;
  gap: 1.5rem;
  align-items: start;
  justify-content: start;
  overflow: visible;
}
.overflow-slider::after {
  content: "";
  display: block;
  height: 50px;
  padding-right: var(--distance-15);
}
.overflow-slider.reverse {
  flex-flow: row-reverse nowrap;
  align-items: end;
  justify-content: end;
}
.overflow-slider > * {
  min-width: 55%;
  
}
@media screen and (min-width: 768px) {
  .overflow-slider > * {
    min-width: 30%;
  }
}
@media screen and (min-width: 1080) {
  .overflow-slider > * {
    min-width: 22.5%;
  }
}
@media screen and (min-width: 1440px) {
  .overflow-slider > * {
    min-width: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .overflow-slider > * {
    min-width: 15%;
  }
}

/* SLIDER */
.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.slider__wrapper {
  position: relative;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  border-radius: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider__wrapper::-webkit-scrollbar {
  display: none;
}
.slider__wrapper:is(.dark *) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.slider__container {
  display: flex;
  width: 300%;
  flex-wrap: nowrap;
}
.slider__slide {
  position: relative;
  z-index: 10;
  flex: 1 1 0%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.slider__slide__link {
  position: relative;
  display: block;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slider__slide__image__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.slider__slide__image__container::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(17 24 39 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 0%;
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 50%;
  --tw-content: '';
  content: var(--tw-content);
}
.slider__slide__image {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__slide__caption {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: calc(100% - 4rem);
}
@media (min-width: 768px) {
  .slider__slide__caption {
    left: 4rem;
    bottom: 4rem;
    width: calc(100% - 12rem);
  }
}
.slider__slide__title {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 2px 4px var(--tw-shadow-color);
}
@media (min-width: 768px) {
  .slider__slide__title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .slider__slide__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.slider__slide__category {
  margin-right: 0.5rem;
  margin-bottom: -0.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.slider__slide__description {
  margin-top: 1.5rem;
  display: none;
  width: 75%;
  text-wrap: pretty;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 1px 2px var(--tw-shadow-color);
}
@media (min-width: 640px) {
  .slider__slide__description {
    display: block;
  }
}
@media (min-width: 1024px) {
  .slider__slide__description {
    width: 50%;
  }
}
.slider__pagination {
  position: absolute;
  /*right: 2rem;*/
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .slider__pagination {
    right: 4rem;
    bottom: 4rem;
  }
}
.slider__pagination__point {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 0.75rem;
  background-color: rgb(249 250 251 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /*border: 1px solid rgb(17 24 39 / var(--tw-bg-opacity)) !important;*/
  border: 1px solid black !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.slider__pagination__point:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.slider__pagination__point.active {
  position: relative;
  width: 4rem;
  overflow: hidden;
}
.slider__pagination__point.active::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 1rem;
  width: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.slider__pagination__point.timer::after {
  content: var(--tw-content);
  transform-origin: top left;
}
@keyframes widthsize {
  0% {
    content: var(--tw-content);
    transform: scaleX(0%);
  }
 100% {
    content: var(--tw-content);
    transform: scaleX(100%);
  }
}
.slider__pagination__point.timer::after {
  content: var(--tw-content);
  animation: widthsize 10s linear;
}

/* --- ORDER PAYMENT METHODS --- */
#orderPaymentMethods {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/*  --- PAYMENT METHODS ---  */
.payment-methods {
  position: relative;
  display: block;
  width: auto;
  height: 44px;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.secret-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
.payment-methods label span {
  display: block;
  padding: 0.55rem 1.5rem 0.55rem 1.5rem;
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--grayscale-200);
  border-radius: var(--round-border-radius);
  background: var(--grayscale-50);
  color: var(--grayscale-900);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.dark .payment-methods label span { 
  background: var(--grayscale-800); 
  border-color: var(--grayscale-700);
  color: var(--grayscale-100);
}
.payment-methods label span:hover {
  background: var(--var-primary-color-500);
  border-color: var(--var-primary-color-500);
  color: var(--grayscale-50);
}
.payment-methods input:checked ~ label span {
  background: var(--var-primary-color-500);
  color: var(--grayscale-50);
  border-color: var(--var-primary-color-500);
}
.payment-methods.payment-has-input {
  position: relative;
  width: auto;
  height: auto;
  max-height: 43.4px;
  background: var(--grayscale-50);
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--grayscale-200);
  border-radius: var(--round-border-radius);
  overflow: hidden;
  transition: width 0.3s ease, max-height 0.3s ease;
}
.dark .payment-methods.payment-has-input {
  background: var(--grayscale-800);
  border-color: var(--grayscale-700);
}
.payment-methods.payment-has-input.open-payment {
  width: 100%;
  max-height: 500px;
  padding-bottom: 4rem;
}
.payment-methods.payment-has-input .payment-dropdown-trigger {
  display: block;
  content: '';
  padding: 0.55rem 1.5rem 0.55rem 1.5rem;
  background: var(--grayscale-50);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.dark .payment-methods.payment-has-input .payment-dropdown-trigger {
  background: var(--grayscale-800);
  border-color: var(--grayscale-700);
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input .payment-dropdown-trigger:hover, .payment-methods.payment-has-input.payment-checked .payment-dropdown-trigger {
  background: var(--var-primary-color-500);
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input.open-payment .payment-dropdown-trigger {
  border-bottom-width: var(--border-width);
  border-bottom-style: var(--border-style);
  border-bottom-color: var(--grayscale-200);
}
.dark .payment-methods.payment-has-input.open-payment .payment-dropdown-trigger {
  border-bottom-color: var(--grayscale-800);
}
.payment-methods.payment-has-input br {
  display: none;
}
.payment-methods.payment-has-input label, .payment-methods.payment-has-input .label, .payment-methods.payment-has-input input, .payment-methods.payment-has-input .input, .payment-methods.payment-has-input .payment-dropdown-info {
  display: none !important;
}
.payment-methods.payment-has-input.open-payment label, .payment-methods.payment-has-input.open-payment .label, .payment-methods.payment-has-input.open-payment input, .payment-methods.payment-has-input.open-payment .input, .payment-methods.payment-has-input.open-payment .payment-dropdown-info {
  display: block !important;
}
.payment-methods.payment-has-input .payment-dropdown-info {
  display: block;
  margin: 1rem 1.5rem 1rem 1.5rem;
  font-size: var(--text-xs);
  font-weight: 400;
  color: var(--grayscale-950);
  line-height: 1.2;
}
.dark .payment-methods.payment-has-input .payment-dropdown-info {
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input .label, .payment-methods.payment-has-input .input {
  display: block;
  float: left;
  clear: none;
  width: calc(50% - 3rem);
  margin: 0 1.5rem;
  text-align: left;
  color: var(--grayscale-950);
}
.dark .payment-methods.payment-has-input .label, .dark .payment-methods.payment-has-input .input {
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input .input {
  clear: left;
  margin-bottom: 0.5rem;
}
.payment-methods.payment-has-input .label:nth-of-type(2n+2) {
  float: right;
  margin-top: -1.5rem;
}
.payment-methods.payment-has-input .input:nth-of-type(2n+3) {
  float: right;
  clear: right;
}
.payment-methods.payment-has-input .label {
  margin: 0rem 1.5rem .5rem 1.5rem;
  font-weight: 700;
}
.payment-methods.payment-has-input .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    border-radius: 0.5rem;
}
.dark .payment-methods.payment-has-input .input {
  border-color: var(--grayscale-700);
  background-color: var(--grayscale-900);
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input .input:hover, .payment-methods.payment-has-input .input:focus {
  border-color: var(--grayscale-900);
}
.dark .payment-methods.payment-has-input .input:hover, .dark .payment-methods.payment-has-input .input:focus {
  border-color: var(--grayscale-600);
  background-color: var(--grayscale-900);
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input .secret-button {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
.payment-methods.payment-has-input .secret-button + label {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  border-top: none;
  border-right: 0;
  border-left: 0;
  visibility: hidden;
}
.payment-methods.payment-has-input .secret-button + label::after {
  display: block;
  content: 'Speichern';
  padding: 0.5rem 1.5rem;
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--grayscale-900);
  border-radius: var(--round-border-radius);
  background: var(--grayscale-50);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.dark .payment-methods.payment-has-input .secret-button + label::after {
  border-color: var(--grayscale-500);
  background: var(--grayscale-600);
  color: var(--grayscale-50);
}
.payment-methods.payment-has-input .secret-button + label:hover::after {
  background: var(--var-primary-color-500);
  color: var(--grayscale-50);
  border-color: var(--var-primary-color-500);
}
.payment-methods.payment-has-input .secret-button:checked + label::after {
  content: 'Ausgewählt';
  background: var(--var-primary-color-500);
  color: var(--grayscale-50);
  border-color: var(--var-primary-color-500);
}

/* --- ROOT VARIABLE VALUES --- */
:root {
  --grayscale-50: rgb(249, 250, 251);
  --grayscale-100: rgb(243, 244, 246);
  --grayscale-200: rgb(229, 231, 235);
  --grayscale-300: rgb(209, 213, 219);
  --grayscale-400: rgb(156, 163, 175);
  --grayscale-500: rgb(107, 114, 128);
  --grayscale-600: rgb(75, 85, 99);
  --grayscale-700: rgb(55, 65, 81);
  --grayscale-800: rgb(31, 41, 55);
  --grayscale-900: rgb(17, 24, 39);
  --grayscale-950: rgb(3, 7, 18);
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --border-width: 1px;
  --border-style: solid;
  --round-border-radius: 0.5rem;
}

/* --- CATALOG MENU --- */
.catalogMenu > div::after {
  content: "";
  display: block;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 20' fill='rgb(156 163 175)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.catalogMenu > div:hover::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.catalogMenu > div .flyout-menu {
  display: none !important;
}
.catalogMenu > div:hover .flyout-menu {
  display: block !important;
}

/* --- MOBILE CATALOG MENU --- */
.mobileCatalogMenu > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 20' fill='rgb(17 24 39)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  transition-property: none !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  pointer-events: none;
}
.dark .mobileCatalogMenu > div::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 20' fill='rgb(243 244 246)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.mobileCatalogMenu > div:hover::after, .mobileCatalogMenu > div.active::after {
  background-color: rgb(229 231 235);
}
.dark .mobileCatalogMenu > div:hover::after, .dark .mobileCatalogMenu > div.active::after {
  background-color: rgb(31 41 55);
}
.mobileCatalogMenu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem* var(--tw-space-y-reverse));
}
.catalogMenu.mobileCatalogMenu > div.active .flyout-menu {
  display: block !important;
}
.catalogMenu.mobileCatalogMenu > div.active::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* --- PRODUCT CARDS --- */
#productsPrices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

/* --- SHIPPING INFO --- */
#shippingInfo form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
#shippingInfo form select {
      --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
    --tw-ring-inset: inset;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.875rem;
        padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 2.5rem;
        --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
        border-width: 0px;
     border-radius: 0.5rem;
     text-transform: none;
}
.dark #shippingInfo form select {
     --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
        --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
        --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

/* --- BACKGROUND ANIMATION --- */
.background-animation-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.background-animation {
  width: 100vw;
  height: 100vh;
  background: var(--var-primary-color-50);
}
.dark .background-animation {
  background: var(--var-primary-color-950);
}
.background-animation span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.background-animation span:nth-child(1), .background-animation span:nth-child(3), .background-animation span:nth-child(5), .background-animation span:nth-child(9), .background-animation span:nth-child(11), .background-animation span:nth-child(13), .background-animation span:nth-child(15), .background-animation span:nth-child(17),  .background-animation span:nth-child(19)  {
  color: var(--var-primary-color-100);
}
.background-animation span:nth-child(2), .background-animation span:nth-child(4), .background-animation span:nth-child(6), .background-animation span:nth-child(8), .background-animation span:nth-child(10), .background-animation span:nth-child(12), .background-animation span:nth-child(16), .background-animation span:nth-child(18),  .background-animation span:nth-child(20) {
  color: var(--var-primary-color-200);
}
.background-animation span:nth-child(7), .background-animation span:nth-child(14) {
  color: var(--var-primary-color-300);
}
.dark .background-animation span:nth-child(1), .dark .background-animation span:nth-child(3), .dark .background-animation span:nth-child(5), .dark .background-animation span:nth-child(9), .dark .background-animation span:nth-child(11), .dark .background-animation span:nth-child(13), .dark .background-animation span:nth-child(15), .dark .background-animation span:nth-child(17),  .dark .background-animation span:nth-child(19)  {
  color: var(--var-primary-color-900);
}
.dark .background-animation span:nth-child(2), .dark .background-animation span:nth-child(4), .dark .background-animation span:nth-child(6), .dark .background-animation span:nth-child(8), .dark .background-animation span:nth-child(10), .dark .background-animation span:nth-child(12), .dark .background-animation span:nth-child(16), .dark .background-animation span:nth-child(18),  .dark .background-animation span:nth-child(20) {
  color: var(--var-primary-color-800);
}
.dark .background-animation span:nth-child(7), .dark .background-animation span:nth-child(14) {
  color: var(--var-primary-color-700);
}
.background-animation span:nth-child(1) {
  top: 37%;
  left: 57%;
  animation-duration: 16s;
  animation-delay: -6.3s;
  transform-origin: 17vw -22vh;
  box-shadow: 40vmin 0 8.4938532411vmin currentColor;
}
.background-animation span:nth-child(2) {
  top: 31%;
  left: 63%;
  animation-duration: 12.3s;
  animation-delay: -3.8s;
  transform-origin: -12vw 11vh;
  box-shadow: -40vmin 0 12.7780989422vmin currentColor;
}
.background-animation span:nth-child(3) {
  top: 44%;
  left: 9%;
  animation-duration: 12.7s;
  animation-delay: -9s;
  transform-origin: 21vw -20vh;
  box-shadow: -40vmin 0 12.4192837495vmin currentColor;
}
.background-animation span:nth-child(4) {
  top: 51%;
  left: 71%;
  animation-duration: 14.3s;
  animation-delay: -15.1s;
  transform-origin: -21vw 22vh;
  box-shadow: 40vmin 0 12.1093467389vmin currentColor;
}
.background-animation span:nth-child(5) {
  top: 6%;
  left: 45%;
  animation-duration: 10.7s;
  animation-delay: -12.5s;
  transform-origin: -15vw 0vh;
  box-shadow: 40vmin 0 11.232700137vmin currentColor;
}
.background-animation span:nth-child(6) {
  top: 52%;
  left: 37%;
  animation-duration: 12.9s;
  animation-delay: -10.8s;
  transform-origin: -12vw -1vh;
  box-shadow: 40vmin 0 8.0153048591vmin currentColor;
}
.background-animation span:nth-child(7) {
  top: 88%;
  left: 44%;
  animation-duration: 15.2s;
  animation-delay: -14.3s;
  transform-origin: 23vw -1vh;
  box-shadow: 40vmin 0 6.571079047vmin currentColor;
}
.background-animation span:nth-child(8) {
  top: 24%;
  left: 99%;
  animation-duration: 11.8s;
  animation-delay: -4.1s;
  transform-origin: 11vw -3vh;
  box-shadow: 40vmin 0 13.6273694303vmin currentColor;
}
.background-animation span:nth-child(9) {
  top: 39%;
  left: 98%;
  animation-duration: 12.4s;
  animation-delay: -15.3s;
  transform-origin: 1vw -1vh;
  box-shadow: 40vmin 0 7.1360537579vmin currentColor;
}
.background-animation span:nth-child(10) {
  top: 85%;
  left: 50%;
  animation-duration: 12.7s;
  animation-delay: -5.4s;
  transform-origin: -12vw -5vh;
  box-shadow: -40vmin 0 9.0868904499vmin currentColor;
}
.background-animation span:nth-child(11) {
  top: 29%;
  left: 58%;
  animation-duration: 12s;
  animation-delay: -11.4s;
  transform-origin: -16vw -17vh;
  box-shadow: 40vmin 0 6.9908347652vmin currentColor;
}
.background-animation span:nth-child(12) {
  top: 98%;
  left: 45%;
  animation-duration: 15.7s;
  animation-delay: -8.6s;
  transform-origin: -12vw -22vh;
  box-shadow: 40vmin 0 5.7473029209vmin currentColor;
}
.background-animation span:nth-child(13) {
  top: 61%;
  left: 95%;
  animation-duration: 11s;
  animation-delay: -0.6s;
  transform-origin: -11vw 3vh;
  box-shadow: -40vmin 0 12.1280127624vmin currentColor;
}
.background-animation span:nth-child(14) {
  top: 18%;
  left: 2%;
  animation-duration: 15.1s;
  animation-delay: -3.2s;
  transform-origin: 13vw -13vh;
  box-shadow: 40vmin 0 14.615234196vmin currentColor;
}
.background-animation span:nth-child(15) {
  top: 34%;
  left: 2%;
  animation-duration: 13.9s;
  animation-delay: -0.3s;
  transform-origin: -9vw -24vh;
  box-shadow: 40vmin 0 7.7225804743vmin currentColor;
}
.background-animation span:nth-child(16) {
  top: 86%;
  left: 88%;
  animation-duration: 14s;
  animation-delay: -5.3s;
  transform-origin: -13vw -17vh;
  box-shadow: -40vmin 0 6.7493631794vmin currentColor;
}
.background-animation span:nth-child(17) {
  top: 75%;
  left: 81%;
  animation-duration: 10.9s;
  animation-delay: -11.9s;
  transform-origin: 20vw -15vh;
  box-shadow: 40vmin 0 12.772881895vmin currentColor;
}
.background-animation span:nth-child(18) {
  top: 65%;
  left: 7%;
  animation-duration: 15.5s;
  animation-delay: -0.6s;
  transform-origin: -10vw -17vh;
  box-shadow: -40vmin 0 7.3949614983vmin currentColor;
}
.background-animation span:nth-child(19) {
  top: 17%;
  left: 58%;
  animation-duration: 15.1s;
  animation-delay: -8.1s;
  transform-origin: -14vw 6vh;
  box-shadow: -40vmin 0 8.9334365785vmin currentColor;
}
.background-animation span:nth-child(20) {
  top: 95%;
  left: 31%;
  animation-duration: 10.3s;
  animation-delay: -3.7s;
  transform-origin: -15vw -2vh;
  box-shadow: -40vmin 0 13.4731310828vmin currentColor;
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

/* --- APPOINTMENTS --- */
/*.dayName br { display: none; }*/

/* --- UNRELATED CSS --- */
.bottom-1\.75 { bottom: 0.425rem }
#loginDescTwoFactorAuthentication { display: none; }