@charset "UTF-8";
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
/* focus-states */
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
@import '../base/nouislider.min.css';
#footer .productlist-filter-headline {
  border-bottom: 0 solid #ebebeb;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  padding-bottom: 0;
}

.modal .productlist-filter-wrapper {
  max-height: 75vh;
  overflow-x: auto;
  padding-right: 10px;
}

.productlist-filter:not(.collapse) {
  display: none;
}
@media (min-width: 992px) {
  .productlist-filter:not(.collapse) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .productlist-filter#collapseFilter {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    z-index: 1050;
    background: #ffffff;
    top: 0;
    left: 0;
    transform: translateY(-3rem);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
  }
  .productlist-filter#collapseFilter.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .productlist-filter#collapseFilter .productlist-filter-wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    overflow: auto;
  }
  .productlist-filter#collapseFilter .productlist-filter-wrapper .dropdown-menu .dropdown-item {
    text-decoration: none;
    white-space: normal;
  }
  .productlist-filter#collapseFilter .productlist-filter-footer {
    background: #ffffff;
    box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
  }
}

.filter-item {
  padding: 0.25rem 0;
  display: block;
  text-decoration: none;
  margin: 0 3px;
}
.filter-item .filter-img {
  width: auto;
  height: 42px;
  max-width: 42px;
  margin: 0.2rem;
  border: 3px solid transparent;
  object-fit: contain;
}
.filter-item.active, .filter-item:active {
  color: #525252;
  font-weight: 600;
  background-color: transparent;
}
.filter-item.active .filter-img, .filter-item:active .filter-img {
  border: 3px solid #e46066;
  border-radius: 0.125rem;
}
.filter-item.dropdown-item {
  padding: 0.25rem 1.5rem;
}
.filter-item .badge {
  word-break: keep-all;
}

.filter-search-wrapper .form-clear {
  bottom: 13px;
  right: 7px;
}
.filter-search-wrapper .input-group-text {
  background-color: #ffffff;
}
.filter-search-wrapper .filter-search {
  margin-bottom: 0.5rem;
}
.filter-search-wrapper .filter-search:focus {
  box-shadow: none;
  border-color: inherit;
}
.filter-search-wrapper .filter-search {
  border-left: 0;
}
.filter-search-wrapper.input-group-selected .input-group-text, .filter-search-wrapper.input-group-selected .filter-search {
  transition: none;
  border-color: #e46066;
  border-width: 2px;
}
.filter-search-wrapper.input-group-selected .input-group-text {
  border-right-width: 0px;
}

.productlist-filter-categories > .nav-item > .nav-link {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.productlist-filter-categories > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0 0.375rem;
  border-color: #e46066;
  border-style: solid;
  transition: width 0.4s ease-in-out;
  width: 0;
}
.productlist-filter-categories > .nav-item > .nav-link.active {
  padding-bottom: 0.875rem;
}
.productlist-filter-categories > .nav-item > .nav-link.active::before {
  width: 100%;
}
.productlist-filter-categories .nav-link {
  padding: 0.5rem 2rem;
}
.productlist-filter-categories .nav-link.active {
  font-weight: 700;
}
.productlist-filter-categories .nav-link.active + .submenu {
  background: #9b9b9b;
}

.productlist-filter-accordion {
  border-left: 0;
  border-right: 0;
  list-style: none;
  padding: 1rem;
}
.productlist-filter-accordion li {
  padding: 1rem 0;
}
.productlist-filter-accordion li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.productlist-filter-accordion [data-toggle=collapse] {
  padding: 1rem 0;
  margin: -1rem 0;
  text-decoration: none;
}
.productlist-filter-accordion .filter-search-wrapper {
  padding-top: 0.5rem;
}

.list-gallery img.first {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-gallery img.second {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-gallery:hover img.first {
  opacity: 0;
}
.list-gallery:hover img.second {
  opacity: 1;
}

.row.gallery .product-wrapper {
  border-bottom: none;
  border-right: none;
}

.productlist-header-description-image {
  margin-bottom: 2rem;
}

#product-list .product-wrapper:not(:last-child) {
  margin-bottom: 4rem;
}
#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition, #product-list.layout-gallery .productbox-hover.productbox-show-variations:hover, #product-list.layout-gallery .productbox-hover.productbox-show-variations:focus, #product-list.layout-gallery .productbox-hover.productbox-show-variations.focus {
  position: absolute;
  z-index: 1000;
  padding: 1rem 1rem 0;
  margin: -1rem;
  width: 100%;
}
#product-list.layout-gallery .productbox-hover.productbox-show-variations.show-variation-collapse:hover {
  background-color: #ffffff;
}

#result-wrapper .title {
  margin-bottom: 1.5rem;
}
#result-wrapper .desc::after {
  display: block;
  clear: both;
  content: "";
}
#result-wrapper .desc {
  margin-bottom: 2rem;
}

.content-cats-small {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .content-cats-small > div {
    margin-bottom: 1rem;
  }
}
.content-cats-small .sub-categories {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.content-cats-small .sub-categories .subcategories-image {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.content-cats-small::after {
  display: block;
  clear: both;
  content: "";
}
.content-cats-small .outer {
  margin-bottom: 0.5rem;
}
.content-cats-small .caption {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .content-cats-small .caption {
    text-align: center;
  }
}
.content-cats-small hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

.item-delivery-status {
  margin-bottom: 1rem;
}

.item-list-price {
  margin-bottom: 1rem;
}

.item-list-basket-details {
  margin-top: 2rem;
}

.basket-details-add-to-cart {
  margin-top: 1rem;
}

#result-options .col {
  justify-content: space-between;
}

.item-slider.productbox-image {
  margin-bottom: 0;
}

.variations-list {
  margin-bottom: 0;
}

.item-list-description {
  display: none;
}
@media (min-width: 768px) {
  .item-list-description {
    display: block;
  }
}
.item-list-description {
  margin-bottom: 0.25rem;
  margin-top: -0.5rem;
}

.active-filters {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gallery,
.list {
  align-items: flex-start;
}
.gallery .image-wrapper,
.list .image-wrapper {
  display: block;
  position: relative;
}
.gallery .image-wrapper .yousave,
.list .image-wrapper .yousave {
  position: absolute;
  padding: 0.5rem 0.75rem;
  left: 0.5rem;
}

.list .productbox-details dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery .image-wrapper .yousave {
  margin-top: -2rem;
}

.list .image-wrapper .yousave {
  margin-top: -1.6rem;
}

.layout-gallery .variations .variation-wrapper .form-group {
  margin-bottom: 0;
}

.is-mobile .show-variation-collapse .productbox-onhover.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.swatches-image.focus, .swatches-text.focus {
  outline: 2px solid rgb(242.8064516129, 183.1935483871, 185.9032258065);
  border-radius: 0.125rem;
}

#filter-checkboxes {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  #filter-checkboxes .custom-checkbox label {
    max-width: 32vw;
  }
}
#filter-checkboxes .custom-checkbox label, #filter-checkboxes .custom-checkbox ::after {
  cursor: pointer;
}

.delete-link-times {
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 1rem;
}

.comparelist .table tr.comparelist-row td:first-child {
  position: sticky;
  left: 0;
  z-index: 996;
}
.comparelist .table thead th:first-child {
  z-index: 1000;
  border: 0 none;
  left: -1px;
}
.comparelist .table thead th:not(:first-child) {
  z-index: 998;
}
.comparelist .table thead th {
  background: #ffffff;
  vertical-align: top;
  z-index: 999;
}
.comparelist .table tbody td:first-child {
  background-color: #f5f7fa;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .comparelist .table td {
    padding: 0.3rem;
  }
  .comparelist .table td:first-child > div {
    width: 110px;
  }
  .comparelist .table th {
    padding: 0;
  }
}
.comparelist .stretched {
  display: flex;
  flex-direction: column;
}
.comparelist .comparelist-label-button th {
  padding: 0;
  border: 0;
}

.custom-checkbox + .description {
  margin-left: 1.5rem;
}

.comparelist-checkboxes {
  padding-top: 1rem;
}
.comparelist-checkboxes .comparelist-checkbox-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.comparelist-item {
  padding-bottom: 0;
  text-align: center;
}
.comparelist-item .comparelist-item-image {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.comparelist-item .comparelist-item-more {
  padding-left: 0;
}

.comparelist-delete-all {
  float: right;
}

/* ── Breadcrumb ── */
.breadcrumb-wrapper {
  margin: 0;
}

.breadcrumb {
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4) 0 0;
  font-size: var(--text-xs);
  color: var(--semaf-text-secondary);
}

.breadcrumb-item a {
  color: var(--semaf-text-secondary);
  transition: color var(--duration-fast);
}

.breadcrumb-item a:hover {
  color: var(--semaf-text);
}

.breadcrumb-item.active {
  color: var(--semaf-text-secondary);
}

/* ── Produktlisten-Container ── */
#content-wrapper.is-item-list {
  max-width: none;
  --bs-gutter-x: 0;
}

/* Breadcrumb-Container: Bootstrap .container-fluid-Gutter aufheben — Elternelement gibt bereits Padding */
.breadcrumb-container {
  padding-left: 0;
  padding-right: 0;
}

/* ── Collection Layout: Sidebar + Content (collection.html: .collection-wrapper) ── */
#content-wrapper.is-item-list #content > .row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
  column-gap: 8px;
  margin-left: 0;
  margin-right: 0;
}

#content-wrapper.is-item-list #content > .row > .col-lg-8 {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  flex: none;
  margin-left: 0 !important;
}

#content-wrapper.is-item-list #content > .row > #sidepanel_left {
  grid-column: 1;
  grid-row: 2;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  order: unset;
  margin-top: 0;
}

@media (min-width: 750px) {
  #content-wrapper.is-item-list #content > .row {
    grid-template-columns: minmax(13rem, 1fr) repeat(3, minmax(0, 1fr));
  }
  #content-wrapper.is-item-list #content > .row > .col-lg-8 {
    grid-column: 2/-1;
    grid-row: 1;
  }
  #content-wrapper.is-item-list #content > .row > #sidepanel_left {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #content-wrapper.is-item-list #content > .row {
    grid-template-columns: minmax(13rem, 1fr) repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1360px) {
  #content-wrapper.is-item-list #content > .row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #content-wrapper.is-item-list #content > .row > .col-lg-8 {
    grid-column: 2/-1;
  }
  #content-wrapper.is-item-list #content > .row > #sidepanel_left {
    grid-column: 1;
  }
}
/* ── CSS Grid Produktraster (collection.html: .semaf-grid) ── */
#product-list.layout-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 0;
  margin-right: 0;
}

#product-list.layout-gallery > .product-wrapper {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: none;
  flex: none;
  margin-bottom: 0;
  min-width: 0;
}

@media (min-width: 750px) {
  #product-list.layout-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #product-list.layout-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1360px) {
  #product-list.layout-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* ── Sidebar Filter-Boxen (collection.html: .semaf-filter-group) ── */
/* Sidebar-Container: flex-column mit gap wie .semaf-sidebar */
#sidepanel_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-content: start;
}

/* Jede Filter-Box = semaf-filter-group */
#sidepanel_left .box {
  background: var(--semaf-bg-white);
  border-radius: 6px;
  overflow: hidden;
  padding: var(--space-3) var(--space-4) var(--space-4);
  margin: 0;
}

#sidepanel_left .box-filter-hr,
#sidepanel_left .box-normal-hr {
  display: none;
}

/* Toggle-Button = semaf-filter-title */
#sidepanel_left .btn-filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--space-2) 0 var(--space-1);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: var(--semaf-text-secondary);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

#sidepanel_left .btn-filter-box:hover,
#sidepanel_left .btn-filter-box:focus {
  color: var(--semaf-text);
  box-shadow: none;
}

#sidepanel_left .btn-filter-box::after {
  display: none;
}

.box-normal-link.dropdown-toggle::after {
  display: none;
}

.semaf-box-arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.semaf-box-arrow svg {
  width: 1.2rem;
  height: 1.2rem;
}

.semaf-box-arrow-open {
  display: none;
}

[aria-expanded=true] .semaf-box-arrow-closed {
  display: none;
}

[aria-expanded=true] .semaf-box-arrow-open {
  display: inline-flex;
}

/* Options-Liste = semaf-filter-options */
#sidepanel_left .nav.flex-column,
#sidepanel_left .filter-search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: var(--space-2);
}

/* Jedes Filter-Item = semaf-filter-item + semaf-facet-label */
#sidepanel_left .filter-item {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--semaf-text);
  text-decoration: none;
  padding: 4px 0;
  font-size: var(--text-sm);
  gap: var(--space-3);
}

/* Custom Checkbox via ::before (ersetzt FA-Icon) */
#sidepanel_left .filter-item .box-link-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-grow: 1;
  word-break: break-word;
}

#sidepanel_left .filter-item .box-link-wrapper::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
  border: 0.1rem solid var(--semaf-border-strong);
  background-color: var(--semaf-bg-white);
  transition: background var(--duration-fast), border-color var(--duration-fast);
}

#sidepanel_left .filter-item.active .box-link-wrapper::before {
  background: var(--semaf-text);
  border-color: var(--semaf-text);
}

/* FA-Icons ausblenden — Custom Checkbox via ::before */
#sidepanel_left .filter-item .snippets-filter-item-icon-right {
  display: none;
}

/* Treffer-Anzahl = semaf-filter-count */
#sidepanel_left .filter-item .badge {
  margin-left: auto;
  font-size: 11px;
  color: var(--semaf-text-secondary);
  background: none;
  border: none;
  padding: 0;
  font-weight: var(--font-normal);
}

/* ── show-variations: kein absolutes Ausklappen ── */
#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition,
#product-list.layout-gallery .productbox-hover.productbox-show-variations:hover,
#product-list.layout-gallery .productbox-hover.productbox-show-variations:focus,
#product-list.layout-gallery .productbox-hover.productbox-show-variations.focus {
  position: relative;
  z-index: auto;
  padding: 0;
  margin: 0;
  width: auto;
}

/* ── Titel-Header über den Swatches ── */
.semaf-card-header {
  padding: var(--space-3) var(--space-3) var(--space-2);
}

.semaf-card-header .semaf-vendor {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--semaf-text-secondary);
}

.semaf-card-header .semaf-vendor-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.semaf-card-header .semaf-card-title {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--semaf-text);
  line-height: 1.3;
  margin-bottom: 0;
}

.semaf-card-header .semaf-card-title a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* Vollbreiter Modal-Trigger am Kartenende — overflow:hidden auf .productbox rundet Ecken automatisch ab */
.semaf-var-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  width: 100%;
  padding: var(--space-2) var(--space-3);
  background: var(--semaf-bg-3);
  border: none;
  border-top: 1px solid var(--semaf-border);
  font-family: inherit;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  color: var(--semaf-text-secondary);
  cursor: pointer;
  transition: background var(--duration-fast), color var(--duration-fast);
}

.semaf-var-modal-btn:hover {
  background: var(--semaf-border);
  color: var(--semaf-text);
}

/* Flex-Zeilen oben einrasten — verhindert Gap nach align-self: flex-start auf .productbox-image */
#product-list.layout-gallery .productbox-inner > .row {
  align-content: flex-start;
}

/* Bild-Div: Padding entfernen, Flex-Stretch verhindern — Quadrat kommt von .semaf-media { aspect-ratio: 1 } */
.productbox-image {
  overflow: hidden;
  padding: 0;
  align-self: flex-start;
}

/* Abstand zwischen zwei Dimensionen */
.variation-wrapper + .variation-wrapper {
  margin-top: var(--space-2);
}

/* Dimensions-Label (dt) */
.productbox-variations dt {
  font-size: 10px;
  color: var(--semaf-text);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  margin-bottom: var(--space-2);
  font-weight: var(--font-normal);
}

.productbox-variations .swatches-selected {
  color: var(--semaf-text);
  font-weight: var(--font-semibold);
  text-transform: none;
  letter-spacing: 0;
}

/* Swatch-Row */
.productbox-variations .form-row.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: 0;
}

/* Basis-Swatch */
.productbox-variations label.variation.swatches {
  border-radius: var(--radius-sm);
  border: 2px solid var(--semaf-border);
  cursor: pointer;
  position: relative;
  transition: border-color var(--duration-fast);
  overflow: hidden;
  margin: 0;
}

.productbox-variations label.variation.swatches:hover {
  border-color: var(--semaf-text-secondary);
}

.productbox-variations label.variation.swatches.active {
  border-color: var(--semaf-text);
}

/* Image-Swatches */
.productbox-variations label.variation.swatches-image {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.productbox-variations label.variation.swatches-image .square-image,
.productbox-variations label.variation.swatches-image .square-image .inner {
  width: 100%;
  height: 100%;
}

.productbox-variations label.variation.swatches-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text-Swatches (Pill) */
.productbox-variations label.variation.swatches-text {
  width: auto;
  height: auto;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: var(--font-medium);
  color: var(--semaf-text);
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.productbox-variations label.variation.swatches-text.active {
  background: var(--semaf-text);
  color: #fff;
  border-color: var(--semaf-text);
}

/* Ausverkauft / Nicht verfügbar — Image */
.productbox-variations label.variation.swatches-image.swatches-sold-out,
.productbox-variations label.variation.swatches-image.swatches-not-in-stock {
  opacity: 0.35;
}

.productbox-variations label.variation.swatches-image.swatches-sold-out::after,
.productbox-variations label.variation.swatches-image.swatches-not-in-stock::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, transparent calc(50% - 0.5px), var(--semaf-text-secondary) calc(50% - 0.5px), var(--semaf-text-secondary) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

/* Ausverkauft / Nicht verfügbar — Text */
.productbox-variations label.variation.swatches-text.swatches-sold-out,
.productbox-variations label.variation.swatches-text.swatches-not-in-stock {
  opacity: 0.4;
  text-decoration: line-through;
}

/* Preis "ab"-Label */
.semaf-price-row .price_label.pricestarting {
  font-size: var(--text-xs);
  color: var(--semaf-text-secondary);
  align-self: baseline;
}
