.elementor-1036 .elementor-element.elementor-element-c9a088f{--display:flex;}.elementor-1036 .elementor-element.elementor-element-c9a088f.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1036 .elementor-element.elementor-element-c9a088f{--width:83.368%;}}/* Start custom CSS for html, class: .elementor-element-5ceefc6 *//* PRODUKTBILD IMMER 1:1 */

.sr-product-image-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.sr-product-image-wrap::before {
  content: none !important;
  display: none !important;
}

.sr-product-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.sr-product-image-primary {
  z-index: 1;
  opacity: 1;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.sr-product-image-secondary {
  z-index: 2;
  opacity: 0;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.sr-product-image-wrap.has-secondary:hover
.sr-product-image-primary {
  opacity: 0;
}

.sr-product-image-wrap.has-secondary:hover
.sr-product-image-secondary {
  opacity: 1;
  transform: scale(1.025);
}

.sr-product-image-wrap:not(.has-secondary):hover
.sr-product-image-primary {
  transform: scale(1.025);
}

.sr-product-image-placeholder {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 20px !important;
  color: var(--sr-muted);
  background: #f5f6f8;
  font-size: 12px;
  text-align: center;
}

/* PRODUKTRASTER: 5 PRODUKTE PRO REIHE */

.sr-products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 50px 10px;
  padding: 40px 0 35px;
}

.sr-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  height: 100%;
  text-align: center;
}

/* SEITENNAVIGATION */

.sr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  width: 100%;
  padding: 0 0 70px;
}

.sr-pagination:empty {
  display: none;
}

.sr-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  color: var(--sr-text);
  background: #ffffff;
  border: 1px solid var(--sr-border);
  border-radius: 5px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.sr-pagination button:hover:not(:disabled) {
  color: #ffffff;
  background: var(--sr-accent);
  border-color: var(--sr-accent);
}

.sr-pagination button.is-active {
  color: #ffffff;
  background: var(--sr-accent);
  border-color: var(--sr-accent);
}

.sr-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

/* WARENKORB UNTEN RECHTS AUSBLENDEN */

.sr-floating-cart,
.sr-open-cart {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* FESTE BILDHÖHEN AUF ALLEN GERÄTEN VERHINDERN */

@media (max-width: 1100px) {
  .sr-product-image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .sr-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  .sr-product-image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .sr-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 8px;
    padding-top: 24px;
  }
}

@media (max-width: 520px) {
  .sr-product-image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .sr-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 8px;
  }

  .sr-pagination {
    gap: 5px;
    padding-bottom: 50px;
  }

  .sr-pagination button {
    min-width: 36px;
    height: 36px;
    padding: 0 9px;
    font-size: 12px;
  }
}/* End custom CSS */