/**
 * Global settings.
 */
/**
 * Bacon overrides.
 */
/**
 * Mixins (imported after variables so they can use them)
 */
@keyframes skeleton-loading {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/**
 * Product filter component.
 */
.c-product-finder {
  margin-bottom: var(--s-10xl);
}
.c-product-finder--iframe {
  --c-brand-secondary: var(--c-iframe-brand-secondary);
  --c-secondary-light: var(--c-iframe-secondary-light);
  --c-secondary-ultralight: var(--c-iframe-secondary-ultralight);
  margin-bottom: 0;
}
.c-product-finder a {
  color: var(--c-brand);
}
.c-product-finder .product-teaser-header ~ .product-teaser-header {
  margin-top: var(--s-7xl);
}
.c-product-finder ul {
  list-style: none;
}
.c-product-finder .tabs > .wrapper {
  --wrapper-padding: 20px;
  background-color: var(--c-secondary-ultralight);
}
@media (max-width: 767px) {
  .c-product-finder .tabs > .wrapper {
    --wrapper-padding: 0;
  }
}
.c-product-finder .tabs__panel .tooltip-wrapper {
  margin-bottom: var(--s-3xl);
}
.c-product-finder .tabs__navigation {
  position: sticky;
  background-color: var(--c-secondary-ultralight);
}
.c-product-finder .tabs__navigation::after {
  display: none;
}
.c-product-finder .tabs .u-tooltip {
  width: 410px;
  max-width: 100%;
  padding: var(--s-sm);
  display: flex;
  justify-content: space-between;
  column-gap: var(--s-sm);
  border-radius: 2px;
  background-color: var(--c-secondary-ultralight);
}
.c-product-finder .tabs__contents .wrapper {
  --container-gutter: var(--s-4xl);
}
.c-product-finder--iframe .tabs__contents .wrapper {
  margin-bottom: 0;
}
.c-product-finder__show-more {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 175px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 60%);
}
.c-product-finder__sticky-wrapper {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: var(--s-7xl);
  z-index: 4;
}
.c-product-finder--iframe .c-product-finder__sticky-wrapper {
  display: none;
}
.c-product-finder__sticky-wrapper .wrapper {
  position: relative;
}
.c-product-finder__sticky-wrapper__button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: var(--wrapper-padding);
  display: inline-block;
  box-shadow: 0px 0px var(--s-md) 0px rgba(0, 0, 0, 0.25);
  border-radius: var(--s-xs) var(--s-xs) 0 0;
  padding: var(--s-md);
  background-color: #fff;
}

.product-filter {
  display: flex;
  flex-wrap: wrap;
}
.product-filter .headline {
  margin-bottom: var(--s-2xl);
  font-weight: 500;
}
@media (max-width: 1023px) {
  .product-filter .headline {
    display: none;
  }
}
.product-filter .c-button--reversed svg {
  margin-left: var(--s-xs);
}
.product-filter .c-button--reversed.is-open svg {
  transform: rotate(180deg);
}
.product-filter-form {
  min-width: 100%;
}
.product-filter__label {
  display: flex;
  flex: 1;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  order: -1;
  height: 3.5rem;
  padding: var(--s-md);
  margin-bottom: 0;
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  background-color: var(--c-brand-light);
}
.product-filter__label:not(:first-of-type) {
  border-left: 1px solid var(--c-secondary-ultralight);
}
@media (min-width: 1024px) {
  .product-filter__label {
    max-width: 15rem;
  }
}
@media (min-width: 1024px) {
  .product-filter__label {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pinned .product-filter__label[for=tab-filter] {
    display: flex;
    position: absolute;
    top: 0;
    max-width: unset;
  }
}
.product-filter__label .icon {
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
  will-change: margin transform;
}
.product-filter__label ~ .product-filter__label {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-filter__label ~ .product-filter__label {
    margin-left: var(--s-2xl);
  }
}
.product-filter__label span {
  display: none;
}
@media (max-width: 1023px) {
  .product-filter__label span.mobile-only {
    display: block;
  }
}
@media (min-width: 1024px) {
  .product-filter__label span.desktop-only {
    display: block;
  }
}
.product-filter__input {
  position: absolute;
  order: -1;
  opacity: 0;
}
@media (max-width: 1023px) {
  .product-filter__input:checked + .product-filter__label {
    background-color: var(--c-secondary-ultralight);
    color: #000;
  }
}
.product-filter__input:checked + .product-filter__label .icon {
  margin-top: 0;
  transform: scaleY(-1);
}
.product-filter__input:checked + .product-filter__label + .product-filter__panel {
  display: block;
}
.product-filter__input:checked + .product-filter__label + .product-filter__panel.scope-filter {
  display: flex;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .product-filter__input:checked + .product-filter__label + .product-filter__panel.mobile-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pinned .product-filter__input:checked + .product-filter__label + .product-filter__panel {
    visibility: visible;
    position: relative;
    pointer-events: auto;
    overflow: visible;
    padding-top: var(--container-gutter);
  }
}
.product-filter__panel {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
  padding: var(--s-xl) var(--s-lg);
  background-color: var(--c-secondary-ultralight);
}
@media (min-width: 1024px) {
  .product-filter__panel {
    display: flex;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-filter__panel:last-child fieldset {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
.product-filter__panel label {
  font-size: 0.9375rem;
}
.product-filter__panel label button {
  margin-bottom: 0;
  margin-left: var(--s-2xs);
}
.product-filter__panel select {
  cursor: pointer;
  color: #000;
}
.product-filter__panel select option:not([value=""]) {
  color: var(--c-grayscale);
}
.product-filter__panel.scope-filter {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--s-lg);
}
@media (min-width: 1024px) {
  .pinned .product-filter__panel.scope-filter {
    visibility: hidden;
    position: absolute;
    top: 0;
    pointer-events: none;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .product-filter__panel.scope-search {
    position: relative;
    max-width: 250px;
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .product-filter__panel.scope-search.mobile-only {
    display: none;
  }
}
.product-filter__panel.scope-search fieldset {
  margin-bottom: 0;
}
.product-filter__panel.scope-search input {
  height: calc(2.7em + 2px);
  font-size: 1.0625rem;
  font-weight: 400;
}
.product-filter__panel.scope-search .product-filter__actions {
  margin-top: var(--s-xl);
}
@media (min-width: 768px) {
  .product-filter__panel.scope-search .product-filter__actions {
    margin-top: var(--s-sm);
  }
}
.product-filter__fieldset {
  display: grid;
  gap: var(--s-lg);
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .product-filter__fieldset {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-filter__fieldset {
    grid-template-columns: repeat(3, 1fr);
    max-width: 750px;
  }
}
.product-filter__actions {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .product-filter__actions {
    grid-column: span 2/4;
  }
}
button.product-filter__button--more {
  gap: 0;
  padding: 0;
  background: none;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  button.product-filter__button--more {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  button.product-filter__button--more {
    display: none;
  }
}
button.product-filter__button--more, button.product-filter__button--more:hover {
  background: transparent;
}

.product-filter__button--reset {
  margin-left: var(--s-xl);
}
.product-filter__button--reset-search {
  min-width: 100%;
}
.product-filter .field-group {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: 0;
  column-gap: var(--s-xs);
}
@media (max-width: 1023px) {
  .product-filter .field-group--hidden {
    display: none;
  }
}
.product-filter .field-group[disabled] {
  cursor: not-allowed;
}
.product-filter .field-group[disabled] label {
  color: var(--c-grayscale);
  cursor: not-allowed;
}
.product-filter .field-group[disabled] select {
  background: #f7f7f7;
  cursor: not-allowed;
}
.product-filter .field-group + .product-filter .field-group {
  margin-top: var(--s-lg);
}
@media (min-width: 768px) {
  .product-filter .field-group + .product-filter .field-group {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product-filter .field-group > *:last-child {
    margin-top: auto;
  }
}
.product-filter .field-group__spacer {
  display: none;
}
@media (min-width: 1024px) {
  .product-filter .field-group__spacer {
    display: block;
  }
}