.swiper-wrapper.video{
    height: 100%;
}
.swiper-main.swiper.video{
    height: 100%;
}
.woocommerce ul.products li.product a img.slider-card__image-front{
    height: 90%;
    margin:0;
    width: auto;
}
.woocommerce ul.products li.product a img.slider-card__image-bg{
    height: 100%;
}
.woocommerce ul.products li.product a .slider-card__image{
    height: 200px ;
}
.product .image__description .content-desktop.content-title.k19-cart-title{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: center;
  font-size: 30px !important;
  background: var(--color-accent-2);
}
.product a:hover .image__description .content-desktop.content-title.k19-cart-title {
color: white;
}
.product .image__description .content-desktop.content-description.k19-cart-info{
  position: absolute;
  bottom: 1%;
  width: 60%;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.product a:hover .image__description .content-desktop.content-description.k19-cart-info{
color: white;
}
.product .image__description .content-desktop{
    display: block;
}
.rectangle {
    width: 100%;
    height: 15%;
    background-color: var(--color-accent);
    position: absolute;
    bottom: 13%;
    z-index: -7;
}
.woocommerce img, .woocommerce-page .slider-card__image-front {
    height: 90%;
}