/** Shopify CDN: Minification failed

Line 86:0 Unexpected "}"

**/
.mega-menu-alpen {
  column-gap: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mega-menu-alpen {
    flex-direction: row;
  }
}

.mega-menu-alpen .menu-header-v2 {
  min-width: 22.4rem;
}

.mega-menu-alpen .menu-header-v2__heading {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 187%;
  padding: 0;
  text-transform: uppercase;
}

.mega-menu-alpen .menu-header-v2__heading:after {
  display: none;
}

.mega-menu-alpen .menu-header-v2__heading .header-v2-links {
  color: var(--black);
  font-size: 1.3rem;
  line-height: 187%;
}

.mega-menu-alpen .menu-header-v2__heading .header-v2-links:hover {
  font-family: "WixMadeforText-Bold";
font-weight: normal !important;
}

.mega-menu-alpen .products-grid {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  gap: 35px;
  width: 100%;
}

.mega-menu-alpen .products-grid .product-item {
  align-items: center;
  /*border: 1px solid var(--light-grey);*/
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  padding: 1rem 1rem 1.5rem;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .mega-menu-alpen .products-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .mega-menu-alpen .products-grid .product-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 2.5rem;
    position: relative;
    width: calc(25% - 1.5rem);
  }

  .xo-section--sections--24671059673436__mega_menu_alpen_UeMpNM .product-item {
    width: calc(25% - 1.5rem) !important;
  }

    .xo-section--sections--24671059673436__mega_menu_alpen_UeMpNM   .xo-section--sections--24671059673436__mega_menu_alpen_UeMpNM
}

.mega-menu-alpen .products-grid .product-item:hover .product-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3rem;
}

.mega-menu-alpen .products-grid .product-item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mega-menu-alpen .products-grid .product-item .product-image {
  height: 19.8rem;
  margin-bottom: 2.8rem;
  overflow: hidden;
  /* width: 100%;*/
}

.mega-menu-alpen .products-grid .product-item .product-image img {
  /*height: 100%;*/
  height: 100%;
  object-fit: cover;
  /* width: 100%;*/
  width: 100%;
  border-radius: 30px;
}

.mega-menu-alpen .products-grid .product-item .product-title {
  color: var(--black);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  transition: text-decoration 0.18s ease;
}

.mega-menu-alpen .products-grid .product-item .product-description {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 179%;
  text-align: center;
}

.xo-menu-hamburger-style1__link--color {
  background: transparent;
}

.xo-menu-hamburger-style1__arrow {
  padding-bottom: 2.7rem;
  padding-top: 2.7rem;
}

.mega-menu-alpen .products-grid .product-item,
.mega-menu-alpen .products-grid .product-item:hover {
  cursor: pointer !important;
}

.mega-menu-alpen .products-grid .product-item .product-title {
  transition: all 0.3s;
  opacity: 1;
}

.mega-menu-alpen .products-grid .product-item:hover .product-title {
  transition: all 0.3s;
  text-decoration: none !important;
  opacity: 0.75;
}

.mega-menu-alpen .products-grid .product-item .product-image {
  width: 100% !important;
  height: 27.8rem !important;
  margin-bottom: 1.8rem !important;
}

.mega-menu-alpen .products-grid .product-item .product-image {
  position: relative;
  z-index: 9;
}

.mega-menu-alpen .products-grid .product-item .product-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 99;
  border-radius: 30px;
  transition: all 0.3s;
  transition-behavior: allow-discrete;
  opacity: 1;
}

.mega-menu-alpen .products-grid .product-item:hover .product-image:after {
  display: none;
  opacity: 0;
}

.mega-menu-alpen .products-grid .product-item {
  padding: 0 !important;
}

.mega-menu-alpen .products-grid {
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.mega-menu-alpen .products-grid .product-item a {
  z-index: 999 !important;
}