/* Główny kontener bloku */
.my-products-carousel-swiper-block {
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* Kontener Swipera */
.my-products-carousel-swiper-block {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  perspective: 1200px;
  /* overflow: visible; */
  padding-bottom: 3vw !important;
  padding-top: 3vw !important;
}

.swiper-box {
  width: 1000px;
  margin: 0 auto;
  overflow: visible;
}

.product-carousel-3d {
  overflow: visible !important;
}

.swiper-3d {
  perspective: 900px !important;
}

.swiper-3d .swiper-slide-shadow-left {
  background: rgba(255, 255, 255, 0.95);
  background-image: none !important;
  box-shadow: 13px 18px rgba(255, 255, 255, 0.5);
}

.swiper-3d .swiper-slide-shadow-right {
  background: rgba(255, 255, 255, 0.95);
  background-image: none !important;
  box-shadow: 13px 18px rgba(255, 255, 255, 0.5);
}

/* Każdy slajd */
.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content {
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: row;
  padding: 25px;
  box-shadow: 13px 18px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  align-items: center;
}

.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .image {
  width: calc(50% - 15px);
}

.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .content {
  width: calc(50% - 15px);
}

/* Obrazek */
.my-products-carousel-swiper-block .my-product-slide-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}

/* Tytuł produktu */
.my-products-carousel-swiper-block .my-product-slide-title {
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}

.my-products-carousel-swiper-block .my-product-slide-title a {
  text-decoration: none;
  color: inherit;
}

.my-products-carousel-swiper-block .my-product-slide-title a:hover {
  text-decoration: underline;
}

/* Data */
.my-products-carousel-swiper-block .my-product-slide-date {
  font-size: 16px;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
  display: none; /* ukryta */
}

.my-products-carousel-swiper-block .my-product-slide-excerpt {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 22px;
  text-align: left;
}

/* Wzmocnienie w excerpt */
.my-products-carousel-swiper-block .my-product-slide-excerpt strong {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

/* Kropki paginacji */
.my-products-carousel-swiper-block .swiper-pagination {
  --swiper-pagination-color: black;
  margin-top: 30px;
  position: static;
}

.my-product-read-more-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
}

@media (max-width: 1920px) and (min-width: 1000px) {
  .my-products-carousel-swiper-block {
    padding: 0;
    padding-bottom: calc(0 / 1920 * 100vw) !important;
    margin-bottom: calc(0 / 1920 * 100vw) !important;
    padding-bottom: calc(3 / 1920 * 100vw) !important;
    padding-top: calc(3 / 1920 * 100vw) !important;
    perspective: 1200px;
  }
  .swiper-box {
    width: calc(1000 / 1920 * 100vw);
    margin: 0 auto;
  }
  .my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content {
    padding: calc(25 / 1920 * 100vw);
  }
  .my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .image {
    width: calc(50% - calc(15 / 1920 * 100vw));
  }
  .my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .content {
    width: calc(50% - calc(15 / 1920 * 100vw));
  }
  .my-products-carousel-swiper-block .my-product-slide-title {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
  .my-products-carousel-swiper-block .my-product-slide-excerpt {
    font-size: calc(22 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
  .my-products-carousel-swiper-block .my-product-slide-excerpt strong {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
  .my-product-read-more-arrow {
    padding: calc(20 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  }
}
