.productShowcase {
  padding-top: 80px;
  padding-bottom: 80px;
}
.productShowcase .container {
  background-color: #ededed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productShowcase .container::before {
  content: "";
  position: absolute;
  width:calc(100% + 100px);
  height: calc(100% + 80px);
  top: -40px;
  background-color: #ededed;
  border-radius: 12px;
}
.productShowcase .container .row {
  width: 100%;
}
.productShowcase .container .row .col-12 {
  text-align: center;
  padding-bottom: 30px;
}
.productShowcase .container .row .col-12 .swiper-pagination-bullet {
  width: 50px;
  border-radius: 4px;
  background-color: grey;
}
.productShowcase .container .row .productShowcaseSlider {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper {
  list-style-type: none;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .onsale {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: white;
  color: #FF8400;
  border-bottom-right-radius: 10px;
  padding: 2px 15px 2px 5px;
  font-size: 18px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .product-image {
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 12px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .product-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a h2 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a.button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #09b4e7;
  gap: 10px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price bdi {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price del {
  color: #545454;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price del bdi {
  font-size: 16px;
  font-weight: 400;
}



@media (max-width: 992px) {
  .productShowcase .container::before{
    width:100%;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {}