/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Application/Shop/ArticleBoxComponent/ArticleBoxComponent.scss ***!
  \********************************************************************************************************************************************************/
/* green */
/* gray scales */
/* text */
/* green */
/* gray scales */
/* text */
.article-box:hover .wishlist-flag-wrapper > .wishlist-flag {
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.article-box:hover .wishlist-flag-wrapper > .wishlist-flag:hover {
  cursor: pointer;
  border-left-color: #9DD5BF;
  border-right-color: #9DD5BF;
}
.article-box:hover .wishlist-flag-wrapper > .wishlist-flag:hover .icon {
  color: #FFFFFF;
}
.article-box:hover .wishlist-flag-wrapper > .wishlist-flag .icon {
  color: #0B965E;
}

.wishlist-flag-wrapper {
  z-index: 3;
}
.wishlist-flag-wrapper .wishlist-flag {
  position: relative;
  height: 2.2rem;
  border-left: 1rem solid #0B965E;
  border-right: 1rem solid #0B965E;
  border-bottom: 0.25rem solid transparent;
  width: 0;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.wishlist-flag-wrapper .wishlist-flag:hover {
  cursor: pointer;
  border-left-color: #9DD5BF;
  border-right-color: #9DD5BF;
}
.wishlist-flag-wrapper .wishlist-flag:hover .icon {
  color: #FFFFFF;
}
.wishlist-flag-wrapper .wishlist-flag .icon {
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  width: 2rem;
  height: 100%;
  color: #FFFFFF;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
.wishlist-flag-wrapper .wishlist-flag .icon:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wishlist-flag-wrapper .special-price-flag {
  position: relative;
  height: 4rem;
  border-left: 1rem solid #55B68F;
  border-right: 1rem solid #55B68F;
  border-bottom: 0.25rem solid transparent;
  width: 0;
  z-index: 2;
  margin-top: -0.25rem;
}
.wishlist-flag-wrapper .special-price-flag > span {
  display: inline-block;
  transform-origin: 45% 165%;
  transform: rotate(270deg) translateX(-0.1rem);
  color: #FFFFFF;
}

.article-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--nurnatur-s-6);
  background-color: #FFFFFF;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
  color: #000000;
  text-decoration: none;
  overflow: hidden;
}
.article-box:not(:first-child):not(:nth-child(2)) {
  margin-top: var(--nurnatur-s-3);
}
.article-box:hover .box-overlay {
  top: 0;
  opacity: 1;
}
.article-box .box-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  inset: 100% 0 0;
  width: 100%;
  height: 100%;
  padding: var(--nurnatur-s-6);
  opacity: 0;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  overflow-y: auto;
}
.article-box .box-overlay .prices-wrapper-outer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.article-box .box-overlay .prices-wrapper-outer .input-add-to-basket-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.article-box .box-overlay .prices-wrapper-outer .input-add-to-basket-wrapper label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.article-box .box-overlay .article-comment {
  font-style: italic;
}
.article-box .wishlist-flag-wrapper {
  position: absolute;
  right: 5%;
  top: 0;
}
.article-box .wishlist-flag-wrapper > .wishlist-flag {
  transition: all 0.2s ease-in-out;
}
.article-box .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin-bottom: var(--nurnatur-s-3);
}
.article-box .img-wrapper picture img {
  width: 100%;
  height: 100%;
}
.article-box .content-wrapper {
  font-style: normal;
}
.article-box .title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: var(--nurnatur-s-3);
  max-width: 90%;
  line-height: 1.625rem;
}
.article-box .description-wrapper {
  overflow: hidden;
}
.article-box .description-wrapper .description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.article-box .prices-wrapper-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 1.375rem;
}
.article-box .prices-wrapper-outer .quantity {
  line-height: 1.375rem;
}
.cfy-component.article-box-component {
  height: 100%;
}

/*# sourceMappingURL=article-box.css.map*/