


.productItem {
  --productItem-width: 41.9rem;
  --productItem-visual-width: 100%;
  --productItem-visual-height: 55.6rem;
  --productItem-visual-bg-color: var(--color-cloud);
  --productItem-like-size: 3rem;
  --productItem-like-bg-color: var(--color-white);
  --productItem-content-padding: 1.2rem 2.2rem 2rem 2.2rem;
  --productItem-content-height: 11rem;
  --productItem-content-left-width: 23.7rem;
  --productItem-content-left-product-display: block;
  --productItem-content-left-price-mobile-display: none;
  --productItem-content-right-price-span-display: initial;
  width: var(--productItem-width);
}
.productItem__visual {
  width: var(--productItem-visual-width);
  height: var(--productItem-visual-height);
  position: relative;
  overflow: hidden;
}
.productItem__visual__image {
  background-color: var(--productItem-visual-bg-color);
  transform-origin: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1s;
}
.productItem__visual__second-image {
  background-color: var(--productItem-visual-bg-color);
  transform-origin: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s;
}
.productItem__visual__redbanner {
  position: absolute;
  top: 2.55rem;
  left: 2rem;
  background: #B54902;
  border-radius: 0.15rem;
  color: var(--color-white);
  padding: 0.2rem 0.4rem;
}
.productItem__visual__like {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: var(--productItem-like-size);
  width: var(--productItem-like-size);
  background-color: var(--productItem-like-bg-color);
  border-radius: 50%;
}
.productItem__visual__like svg {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
.productItem__content {
  display: flex;
  justify-content: space-between;
  padding: var(--productItem-content-padding);
  min-height: var(--productItem-content-height);
}
.productItem__content__left {
  width: var(--productItem-content-left-width);
}
.productItem__content__left__extraText {
  color: var(--color-grey);
}
.productItem__content__left .product {
  padding: 0;
  display: var(--productItem-content-left-product-display);
}
.productItem__content__left__price-mobile {
  display: var(--productItem-content-left-price-mobile-display);
}
.productItem__content__right__price {
  display: flex;
  align-items: center;
}
.productItem__content__right__price a {
  margin-left: 1.5rem;
  height: 2.4rem;
}
.productItem__content__right__price span {
  display: var(--productItem-content-right-price-span-display);
}
@media screen and (max-width: 1024px) {
  .productItem {
    --productItem-width: 100%;
    --productItem-visual-height: 49.8rem;
    --productItem-like-size: 2.4rem;
    --productItem-content-left-width: 20.5rem;
  }
  .productItem__visual__redbanner {
    top: 1.75rem;
    left: 1.2rem;
    font-size: 1rem;
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }
  .productItem__visual__like {
    top: 1.2rem;
    right: 1.2rem;
  }
  .productItem__visual__like:not(.btn__cta):hover, .productItem__visual__like:not(.btn__cta):active {
    transform: scale(1);
  }
  .productItem__visual__like:not(.btn__cta):hover > .icon, .productItem__visual__like:not(.btn__cta):active > .icon {
    transform: translate3d(0%, 0%, 0);
  }
  .productItem__content__left__tag {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 110%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }
  .productItem__content__left__title {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }
  .productItem__content__left__text {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    margin-bottom: 0;
  }
  .productItem__content__left__price-mobile {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
  .productItem__content__left__extraText {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    margin-top: 0.8rem;
  }
  .productItem__content__left__intensity {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    margin-top: 0.8rem;
  }
  .productItem__content__right__price {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
  .productItem__content__right--hide-mobile {
    display: none;
  }
  .productItem.small {
    --productItem-width: 18.6rem;
    --productItem-visual-height: 24.8rem;
    --productItem-content-padding: 1.2rem 1.2rem 2rem 1.6rem;
    --productItem-content-left-product-display: none;
    --productItem-content-left-price-mobile-display: initial;
    --productItem-content-right-price-span-display: none;
  }
  .productItem.small .productItem__content__left__tag {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 80%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .productItem.small .productItem__content__left__title {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 110%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .productItem.small .productItem__content__left__text {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    margin-bottom: 0.3rem;
  }
  .productItem.small .productItem__content__left__price-mobile {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
  }
  .productItem.small .productItem__content__left__extraText {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    
    margin-top: 1rem;
  }
  .productItem.small .productItem__content__left__intensity {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    
    margin-top: 1rem;
  }
  .productItem.small .productItem__content__right--hide-mobile {
    display: none;
  }
  .products-only:not(.fullwidthlayout) .productItem {
    --productItem-width: 18.6rem;
    --productItem-visual-height: 24.8rem;
  }
  .fullwidthlayout .productItem {
    --productItem-visual-height: 49.8rem;
  }
  .fullwidthlayout .productItem.small {
    --productItem-width: 100%;
    --productItem-content-right-price-span-display: initial;
    --productItem-content-left-product-display: initial;
  }
}
@media screen and (min-width: 1025px) {
  .productItem {
    
  }
  .productItem__content__left {
    padding-top: 0.5rem;
  }
  .productItem__content__left__tag {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 110%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }
  .productItem__content__left__title {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }
  .productItem__content__left__text {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    margin-bottom: 0;
  }
  .productItem__content__left__price-mobile {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
  .productItem__content__left__extraText {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    margin-top: 0.8rem;
  }
  .productItem__content__left__intensity {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    margin-top: 0.8rem;
  }
  .productItem__content__right__price {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
  .productItem__content--tag .productItem__content__left {
    padding-top: 0;
  }
  .productItem__content--tag .productItem__content__right {
    padding-top: 1.6rem;
  }
}
.productItem:hover .productItem__visual__image {
  opacity: 0;
}
.productItem:hover .productItem__visual__second-image {
  opacity: 1;
}