/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Application/Shop/ArticleSimilarSugesstionsComponent/ArticleSimilarSugesstionsComponent.scss ***!
  \**************************************************************************************************************************************************************************************/
/* green */
/* gray scales */
/* text */
/* green */
/* gray scales */
/* text */
.article-boxes-wrapper > .row > [class*=col-] {
  margin-bottom: var(--nurnatur-s-7);
}

/* 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;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.similar-products-wrapper .glide {
  margin-left: calc(var(--nurnatur-s-5) * -1);
  width: calc(100% + var(--nurnatur-s-5) * 2);
}
.similar-products-wrapper .glide__slide {
  padding: var(--nurnatur-s-5);
  height: auto;
  min-height: 100%;
}
.similar-products-wrapper .glide__arrows {
  text-align: right;
}
.similar-products-wrapper .glide__arrows .glide__arrow {
  display: inline-flex;
  border-radius: 0;
  border: none;
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 0 0 0 1rem;
}
.similar-products-wrapper .glide__arrows .glide__arrow:first-child {
  padding-left: 0;
}
.similar-products-wrapper .glide__arrows .glide__arrow:before {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
}
.similar-products-wrapper .glide__arrows .glide__arrow.glide__arrow--right:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000000%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}
.similar-products-wrapper .glide__arrows .glide__arrow.glide__arrow--left:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000000%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e");
}

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