/** Shopify CDN: Minification failed

Line 306:1 Expected "}" to go with "{"

**/
/* VARIABLES */
:root {
  --default-fit-color: lightyellow;
  --wide-fit-color: lime; 
}





/* LAYOUT */
@media screen and (min-width: 990px) {
  body {
    border: 2rem solid #fcfcfc;
    border-top: none;
  } 
}

/* TYPOGRAPHY */
p {
  margin-bottom: 2.5rem;
}


/* BREADCRUMBS */
.breadcrumbs__container {
  font-size: 1.3rem;
  opacity: 0.8;
}

.breadcrumbs__list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 0.5rem;
  overflow: hidden;
}

.breadcrumbs__item {
  white-space: nowrap;
}

.breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
}

.breadcrumbs__link {
  color: inherit;
}


/* FORMS */
.field__input,
.select__select,
.customer .field input,
.customer select {
  background-color: #fcfcfc;
}

.quantity,
quantity-popover .quantity {
  background-color: #fcfcfc;
}

.quantity__input:focus-visible {
  background-color: unset;
}

.quantity__button:focus {
  z-index: unset;
}


/* TABLES */

.table-container {
  max-width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}

tr {}

td,
th {
  padding: 0.5rem 1rem;
}

td.disabled {
  opacity: 0.5;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

th {
  font-weight: 700;
}

table.text-center {
  text-align: center;
}

thead th {
  border-bottom: 2px solid #333;
}

tbody th {
  border-right: 2px solid #333;
  border-bottom: 1px solid #D8D8D8;
}

td {
  border-bottom: 1px solid #D8D8D8;
}





/* SIZE TABLE */
.default-fit {
  background-color: var(--default-fit-color);
}

.wide-fit {
  background-color: var(--wide-fit-color);
}

.mixed-fit {
  background: repeating-linear-gradient(-45deg, var(--default-fit-color), var(--default-fit-color) 5px, var(--wide-fit-color) 5px, var(--wide-fit-color) 10px)
}

.fit-legend__container {
  display: grid;
}

.fit-legend__item {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1rem auto;
  align-items: center; 
}

.fit-legend__icon {
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
}





/* PRODUCT PAGE */
.product__sizing-note {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--font-body-color);
}



/* COLLECTION PAGE */
@media screen and (min-width: 990px) {
  #Banner-template--23862728261898__image_banner_kJ6Ycn .banner__media,
  #Banner-template--23992246337802__image_banner_FHDeDF .banner__media {
    border-radius: 2rem 2rem 0 0;
  }
}

ul.swatch__container {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, 2rem);
  grid-gap: 0.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}

li.swatch__item {
}

/* FILTER */
@media screen and (min-width: 750px) {
  .facets-container {
    position: sticky;
    top: 16rem;
    transition: top 0.15s ease-out;
    max-height: calc(100vh - 1rem);
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  body:has(.shopify-section-header-hidden) .facets-container {
    top: 1rem;
  }
}



/* MENUS */
#HeaderMenu-shop-herren-fly:after,
#HeaderMenu-herren-fly:after,
#HeaderMenu-shop-damen-fly:after,
#HeaderMenu-damen-fly:after {
  content: "Neu";
  margin-left: .5rem;
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  background: #103948;
  color: #fff;
}

.list-menu__item--link[href="/collections/fly"]:after {
  content: "Neu";
  margin-left: .5rem;
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  background: #ecf2ee;
  color: #103948;
}

.list-menu__item--link[href="/collections/outlet"]:after {
  content: "%";
  margin-left: .5rem;
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  background: #ecf2ee;
  color: #103948;
}

.list-menu__item--link[href="https://cdn.lunge.de/files/presskit/katalog_2025_web.pdf"]:after {
  content: "Download";
  margin-left: .5rem;
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  background: #ecf2ee;
  color: #103948;
}



/* NEWSLETTER SIGNUP FORM */
#shopify-section-sections--23862724296970__1742894788f6a72ce1 {
  background-color: #e2e4e2;
}



/* ACCOUNT PAGE */
#pay-now {
  display: none;
}



/* AWARDS SECTION */
.awards-container {
  display: flex;
  justify-content: center;
}

.awards-item {
  display: flex;
  flex-direction: column;
  align-items: center;

.awards-item__logo {
  width: 120px;
}

.awards-item__text {
  font-size: 1.5rem;
  text-align: center;
}