@CHARSET "UTF-8";
.product-list-entry {
  position: relative;
  height: 445px;
  background-color: #F5F5F5;
  text-align: center;
  z-index: 20;
}

@media (min-width: 768px) {
  .product-list-entry {
    height: 477px;
  }
}

.product-list-entry .product-eye-catcher {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 40;
  font-size: 14px;
  max-width: calc(100% - 76px);
  white-space: nowrap;
}

.product-list-entry .product-eye-catcher > * {
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-list-entry .product-eye-catcher.text-type-eyecatcher.discounted {
  background-color: #FF613D;
}

.product-list-entry a.shopping-list-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #878787;
  z-index: 40;
}

.product-list-entry a.shopping-list-icon:hover {
  color: #505050;
}

.product-list-entry a.shopping-list-icon > span {
  font-size: 25px;
}

.product-list-entry .product-image {
  margin-top: 20px;
  display: inline-block;
  z-index: 30;
  position: static;
}

.product-list-entry .product-image .energy-efficiency {
  top: 52px;
  left: 12px;
}

.product-list-entry .product-image .energy-efficiency .image {
  max-height: 26px;
}

.product-list-entry .product-image .product-default-image img {
  height: 299px;
}

@media (min-width: 1200px) {
  .product-list-entry .product-image .product-default-image img {
    height: 320px;
  }
}

.product-list-entry .product-information {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 16px;
  z-index: 40;
  overflow: hidden;
  text-align: left;
  transition: height 0.5s, background-color 0.5s, color 0.5s, padding-bottom 0.5s, top 0.5s;
}

.product-list-entry .product-information a {
  color: #05164D;
}

.product-list-entry .product-information .product-name {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
}

@media (min-width: 768px) {
  .product-list-entry .product-information .product-name {
    font-size: 18px;
    line-height: 26px;
    max-height: 52px;
  }
}

.product-list-entry .product-information .product-price {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-entry .product-information .product-price .primary-price {
  font-size: 16px;
  font-family: lh-textfont;
  font-weight: bold;
}

.product-list-entry .product-information .product-price .primary-price .or {
  font-weight: normal;
}

.product-list-entry .product-information .product-price .crossed-out-price,
.product-list-entry .product-information .product-price .unit-price {
  font-size: 11px;
}

.product-list-entry .product-information .availability {
  display: none;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-entry .product-information .breadcrumb {
  display: none;
  margin-top: 9px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list-entry .product-information .breadcrumb .separator span {
  font-size: 12px;
}

.product-list-entry .product-information .color-variant-section {
  display: none;
}

.product-list-entry .product-information .other-variants-info {
  display: none;
}

@media (max-width: 1199.98px) {
  .product-list-entry.hover-style {
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
  }
  .product-list-entry.hover-style[data-hover="collapse"] a, .product-list-entry.hover-style[data-hover=""] a {
    display: inline-block;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information {
    background-color: #FFFFFF;
    padding-bottom: 16px;
    top: auto;
    overflow: hidden;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .availability {
    display: block;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .breadcrumb {
    display: block;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .breadcrumb a {
    color: #505050;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .product-name {
    max-height: none;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .product-list-entry.hover-style[data-hover="expand"] .product-information .product-name {
    max-height: none;
  }
}

@media (max-width: 1199.98px) {
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 6px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #878787;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link .color-variant {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active .color-variant {
    top: 0px;
    right: 0px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active .color-variant::after {
    font-family: "mam-airlines-iconfont";
    content: "\e609";
    position: relative;
    left: 0px;
    font-size: 14px;
    font-weight: bold;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active.dark {
    border-width: 0px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active.dark .color-variant {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active.dark .color-variant::after {
    top: 0px;
    color: #FFFFFF;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active.light .color-variant {
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .color-variant-section .color-variant-link.active.light .color-variant::after {
    top: -1px;
    color: #05164D;
  }
  .product-list-entry.hover-style[data-hover="expand"] .product-information .other-variants-info {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .product-list-entry.hover-style:hover .product-information {
    background-color: #FFFFFF;
    padding-bottom: 16px;
    top: auto;
    overflow: hidden;
  }
  .product-list-entry.hover-style:hover .product-information .availability {
    display: block;
  }
  .product-list-entry.hover-style:hover .product-information .breadcrumb {
    display: block;
  }
  .product-list-entry.hover-style:hover .product-information .breadcrumb a {
    color: #505050;
  }
  .product-list-entry.hover-style:hover .product-information .product-name {
    max-height: none;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .product-list-entry.hover-style:hover .product-information .product-name {
    max-height: none;
  }
}

@media (min-width: 1200px) {
  .product-list-entry.hover-style:hover .product-information .color-variant-section {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 6px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #878787;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link .color-variant {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active .color-variant {
    top: 0px;
    right: 0px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active .color-variant::after {
    font-family: "mam-airlines-iconfont";
    content: "\e609";
    position: relative;
    left: 0px;
    font-size: 14px;
    font-weight: bold;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active.dark {
    border-width: 0px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active.dark .color-variant {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active.dark .color-variant::after {
    top: 0px;
    color: #FFFFFF;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active.light .color-variant {
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
  .product-list-entry.hover-style:hover .product-information .color-variant-section .color-variant-link.active.light .color-variant::after {
    top: -1px;
    color: #05164D;
  }
  .product-list-entry.hover-style:hover .product-information .other-variants-info {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 1199.98px) {
  .product-list-entry.hover-style[data-hover="collapse"] a.shopping-list-icon {
    cursor: pointer;
    pointer-events: auto;
    text-decoration: unset;
  }
}

