body#index.sb-home-enhanced {
  --sb-home-green: #0e5139;
  --sb-home-green-dark: #083d2c;
  --sb-home-green-soft: #eff7f3;
  --sb-home-orange: #f36d22;
  --sb-home-ink: #143528;
  --sb-home-muted: #617069;
  --sb-home-line: #dce9e2;
  --sb-home-shadow: 0 18px 45px rgba(15, 67, 47, 0.1);
}

body#index #carousel {
  position: relative;
  margin: 30px 0 46px;
  overflow: hidden;
  border: 1px solid rgba(16, 81, 57, 0.18);
  border-radius: 23px;
  background: transparent;
  box-shadow: var(--sb-home-shadow, 0 18px 45px rgba(15, 67, 47, 0.1));
}

body#index #carousel .carousel-inner {
  overflow: hidden;
  margin-bottom: 0 !important;
  border-radius: inherit;
  background: transparent;
}

body#index #carousel .carousel-item > a,
body#index #carousel .carousel-item > figure,
body#index #carousel .carousel-item > a > figure {
  display: block;
  width: 100%;
  margin: 0;
  background: transparent;
}

body#index #carousel .carousel-item img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: none;
  object-fit: initial !important;
  object-position: center center !important;
}

body#index #carousel .direction .carousel-control {
  top: 50%;
  bottom: auto;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(5, 39, 28, 0.68);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  opacity: 0.88;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

body#index #carousel .direction .carousel-control:hover,
body#index #carousel .direction .carousel-control:focus {
  background: var(--sb-home-orange, #f36d22);
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

body#index #carousel .direction .carousel-control.left {
  left: 16px;
}

body#index #carousel .direction .carousel-control.right {
  right: 16px;
}

body#index #carousel .direction .icon-prev,
body#index #carousel .direction .icon-next {
  position: static;
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
}

body#index #carousel .carousel-indicators {
  right: auto;
  bottom: 12px;
  left: 50%;
  display: flex;
  width: auto;
  margin: 0;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(5, 39, 28, 0.62);
  transform: translateX(-50%);
}

body#index #carousel .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  transition: width 0.2s ease, background 0.2s ease;
}

body#index #carousel .carousel-indicators li.active {
  width: 24px;
  background: var(--sb-home-orange, #f36d22);
}

body#index.sb-home-enhanced #main .page-home > .sb-home-catalog {
  display: grid;
  gap: 34px;
  margin: 42px 0 54px;
}

body#index.sb-home-enhanced .sb-home-catalog > .featured-products {
  margin: 0 !important;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid var(--sb-home-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--sb-home-shadow);
}

body#index.sb-home-enhanced .sb-home-catalog > .sb-products-popular {
  background: linear-gradient(145deg, #f4faf7 0%, #fff 48%);
}

body#index.sb-home-enhanced .sb-home-catalog > .sb-products-new {
  border-color: #cfe3d8;
  background: linear-gradient(135deg, #edf7f2, #fffaf5);
}

body#index.sb-home-enhanced .sb-home-catalog > .sb-products-bestsellers {
  background: linear-gradient(145deg, #fff 54%, #fff8f2 100%);
}

body#index.sb-home-enhanced .sb-home-catalog .products-section-title {
  margin: 0 0 24px;
  color: var(--sb-home-ink);
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: left;
  text-transform: none !important;
}

body#index.sb-home-enhanced .sb-home-catalog .products-section-title::before {
  display: block;
  margin-bottom: 7px;
  color: var(--sb-home-orange);
  content: attr(data-sb-kicker);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body#index.sb-home-enhanced .sb-home-catalog .products {
  display: grid;
  grid-template-columns: repeat(var(--sb-home-columns, 4), minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

body#index.sb-home-enhanced .sb-home-catalog .product {
  width: auto;
  max-width: none;
  padding: 0;
}

body#index.sb-home-enhanced .sb-home-catalog .product[hidden] {
  display: none !important;
}

body#index.sb-home-enhanced .sb-home-catalog .product-miniature,
body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container {
  height: 100%;
}

body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2ece7;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 67, 47, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container:hover {
  border-color: #bfd9cc;
  box-shadow: 0 17px 34px rgba(15, 67, 47, 0.13);
  transform: translateY(-4px);
}

body#index.sb-home-enhanced .sb-home-catalog .thumbnail-top {
  position: relative;
  display: grid;
  overflow: hidden;
  background: linear-gradient(145deg, #fbfdfc, #f2f7f4);
}

body#index.sb-home-enhanced .sb-home-catalog .product-thumbnail {
  display: block;
  grid-area: 1 / 1;
  height: auto;
  padding: 15px;
}

body#index.sb-home-enhanced .sb-home-catalog .product-thumbnail img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.28s ease;
}

body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container:hover .product-thumbnail img {
  transform: scale(1.035);
}

body#index.sb-home-enhanced .sb-home-catalog .product-description {
  position: static;
  display: flex;
  width: 100%;
  min-height: 132px;
  padding: 18px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #edf2ef;
  background: #fff;
  text-align: left;
}

body#index.sb-home-enhanced .sb-home-catalog .product-title {
  width: 100%;
  margin: 0 0 12px;
  line-height: 1.32;
  text-align: left;
  text-transform: none !important;
}

body#index.sb-home-enhanced .sb-home-catalog .product-title a {
  display: -webkit-box;
  min-height: 5.28em;
  overflow: hidden;
  color: var(--sb-home-ink);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.32;
  text-transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body#index.sb-home-enhanced .sb-home-catalog .product-price-and-shipping {
  margin-top: auto;
  color: var(--sb-home-ink);
  font-size: 1.1rem;
  font-weight: 800;
}

body#index.sb-home-enhanced .sb-home-catalog .product-list-reviews {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}

body#index.sb-home-enhanced .sb-home-catalog .highlighted-informations {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 4;
  display: flex;
  grid-area: 1 / 1;
  width: auto !important;
  height: auto !important;
  min-height: 42px;
  align-self: end;
  align-items: center;
  justify-self: stretch;
  justify-content: center;
  margin: 0 14px 14px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(14, 81, 57, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 16px rgba(15, 67, 47, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container:hover .highlighted-informations,
body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container:focus-within .highlighted-informations {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body#index.sb-home-enhanced .sb-home-catalog .quick-view {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 12px;
  color: var(--sb-home-green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body#index.sb-home-enhanced .sb-home-catalog .product-flags {
  top: 12px;
  right: auto;
  left: 12px;
  display: flex;
  width: auto !important;
  max-width: calc(100% - 68px);
  align-items: flex-start;
}

body#index.sb-home-enhanced .sb-home-catalog .product-flag {
  display: inline-flex !important;
  width: auto !important;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--sb-home-orange);
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-rendering: geometricPrecision;
  text-transform: none !important;
}

body#index.sb-home-enhanced .sb-home-catalog .wishlist-button-add {
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid #e2ece7;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 14px rgba(15, 67, 47, 0.1);
}

body#index.sb-home-enhanced .sb-home-catalog .all-product-link {
  display: inline-flex;
  min-height: 42px;
  margin: 24px 0 0;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #bdd7ca;
  border-radius: 999px;
  color: var(--sb-home-green);
  font-size: 0.88rem;
  font-weight: 750;
  text-transform: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body#index.sb-home-enhanced .sb-home-catalog .all-product-link:hover {
  border-color: var(--sb-home-green);
  background: var(--sb-home-green);
  color: #fff;
}

body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .products {
  grid-template-columns: minmax(0, 630px);
  justify-content: center;
}

body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .thumbnail-container {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(230px, 1.1fr);
}

body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .product-description {
  min-height: 100%;
  justify-content: center;
  border-top: 0;
  border-left: 1px solid #edf2ef;
}

body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .product-title a {
  font-size: 1.15rem;
}

body#index.sb-home-enhanced #custom-text.sb-home-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px 42px;
  margin: 0 0 58px;
  padding: clamp(26px, 4.5vw, 52px);
  overflow: hidden;
  border: 1px solid var(--sb-home-line);
  border-radius: 26px;
  background: linear-gradient(145deg, #f1f8f4 0%, #fff 58%, #fff8f2 100%);
  box-shadow: var(--sb-home-shadow);
  color: var(--sb-home-ink);
  text-align: left;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > h1 {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 0;
  color: var(--sb-home-ink);
  font-size: clamp(2rem, 3.6vw, 3.05rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-align: left;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > h1::before {
  display: block;
  margin-bottom: 9px;
  color: var(--sb-home-orange);
  content: 'SeedBooster aus Köln';
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > p {
  max-width: none;
  margin: 0;
  color: var(--sb-home-muted);
  font-size: 1rem;
  line-height: 1.72;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > p:first-of-type {
  grid-column: 1 / -1;
  margin: -4px 0 8px;
  color: var(--sb-home-green);
  font-size: 1.08rem;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(2) {
  grid-column: 1;
  grid-row: 3 / span 3;
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #d9e8e0;
  border-radius: 19px;
  background: linear-gradient(145deg, #e7f3ed, #fffaf5);
}

body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(2) img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 100%;
  margin: 0;
  border-radius: 13px;
  object-fit: contain;
  box-shadow: 0 13px 30px rgba(15, 67, 47, 0.12);
}

body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(3),
body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(4),
body#index.sb-home-enhanced #custom-text.sb-home-story > h2,
body#index.sb-home-enhanced #custom-text.sb-home-story > ul {
  grid-column: 2;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > ul,
body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(5) {
  grid-column: 1 / -1;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > h2 {
  margin: 5px 0 -3px;
  color: var(--sb-home-ink);
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-transform: none !important;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > ul li {
  position: relative;
  margin: 0;
  padding: 13px 13px 13px 36px;
  border: 1px solid #d9e8e0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--sb-home-muted);
  line-height: 1.45;
}

body#index.sb-home-enhanced #custom-text.sb-home-story > ul li::before {
  position: absolute;
  top: 14px;
  left: 13px;
  color: var(--sb-home-orange);
  content: '✓';
  font-weight: 900;
}

body#index.sb-home-enhanced #custom-text.sb-home-story a {
  color: var(--sb-home-green);
  text-decoration: none;
}

body#index.sb-home-enhanced #custom-text.sb-home-story a:hover {
  color: var(--sb-home-orange);
  text-decoration: underline;
}

@media (max-width: 991px) {
  body#index.sb-home-enhanced .sb-home-catalog .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 18px 28px;
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story > ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body#index #carousel {
    margin: 20px 0 34px;
    border-radius: 17px;
  }

  body#index #carousel .direction .carousel-control {
    width: 38px;
    height: 38px;
  }

  body#index #carousel .direction .carousel-control.left {
    left: 9px;
  }

  body#index #carousel .direction .carousel-control.right {
    right: 9px;
  }

  body#index #carousel .carousel-indicators {
    bottom: 8px;
  }

  body#index.sb-home-enhanced #main .page-home > .sb-home-catalog {
    gap: 24px;
    margin: 28px 0 38px;
  }

  body#index.sb-home-enhanced .sb-home-catalog > .featured-products {
    padding: 20px;
    border-radius: 19px;
  }

  body#index.sb-home-enhanced .sb-home-catalog .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .thumbnail-container {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 42px;
    padding: 24px;
    border-radius: 20px;
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story > h1,
  body#index.sb-home-enhanced #custom-text.sb-home-story > p:first-of-type,
  body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(2),
  body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(n + 3),
  body#index.sb-home-enhanced #custom-text.sb-home-story > h2,
  body#index.sb-home-enhanced #custom-text.sb-home-story > ul {
    grid-column: 1;
    grid-row: auto;
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story > p:nth-of-type(2) img {
    width: 100%;
    min-height: 0;
    max-height: none;
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story > ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  body#index.sb-home-enhanced .sb-home-catalog > .featured-products {
    padding: 17px;
  }

  body#index.sb-home-enhanced .sb-home-catalog .products {
    grid-template-columns: 1fr;
  }

  body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container,
  body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .thumbnail-container {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  body#index.sb-home-enhanced .sb-home-catalog .product-description,
  body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .product-description {
    min-height: 142px;
    padding: 15px;
    justify-content: center;
    border-top: 0;
    border-left: 1px solid #edf2ef;
  }

  body#index.sb-home-enhanced .sb-home-catalog .product-thumbnail {
    padding: 10px;
  }

  body#index.sb-home-enhanced .sb-home-catalog .product-title a,
  body#index.sb-home-enhanced .sb-home-catalog .sb-single-product .product-title a {
    font-size: 0.92rem;
  }

  body#index.sb-home-enhanced .sb-home-catalog .product-title a {
    min-height: 5.28em;
  }

  body#index.sb-home-enhanced .sb-home-catalog .wishlist-button-add {
    width: 32px;
    height: 32px;
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story {
    padding: 21px;
  }

  body#index.sb-home-enhanced #custom-text.sb-home-story > h1 {
    font-size: 1.9rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  body#index.sb-home-enhanced .sb-home-catalog .thumbnail-container,
  body#index.sb-home-enhanced .sb-home-catalog .product-thumbnail img {
    transition: none;
  }
}
