.promo-carousel {
  background:#f5f5f5;
  padding:0px;
  text-align:center;
  font-weight:bold;
}

.promo-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 384px;
}

.promo-banner-caption .product-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
}

.promo-banner-caption .deal-title {
  font-size: 15px;
  color: #c59d5f;
  margin-bottom: 8px;
}

.promo-banner-caption .del-price {
  text-decoration-line: line-through;
  font-weight: 200;
}

.promo-carousel .promo-item {
  background:#fff;
  text-align:center;
}

.promo-banner-caption .promo-badge {
  position:absolute;
  top:10px;
  left:10px;
  background:#ff3d3d;
  color:#fff;
  padding:4px 10px;
  font-size:12px;
  border-radius:20px;
}

.promo-banner-caption {
  position: absolute;
  top: 40px;
  left: 40px;
  text-align: left;
  color: white;
  text-transform: uppercase;
}

.promo-banner-caption .deal-title,
.promo-banner-caption .hybrid,
.promo-banner-caption .strain-gram {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  line-height: 34px;
  margin: 0;
  color: white;
}

.promo-banner-caption .product-title,
.promo-banner-caption .prices {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  max-width: 500px;
  word-break: break-word;
}

.promo-banner-caption .prices {
  margin-bottom: 15px
}

.promo-banner-caption .learn-more {
  padding: 5px 20px;
  color: black;
  background-color: #eeeeec;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}

.swiper-pagination {
  text-align: left !important;
  padding-left: 40px;
  bottom: 60px;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height :14px !important;
  background-color: white !important;
  border-color: white !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #697b3d !important;
  border-color: white !important;
}

@media screen and (max-width:768px){
  
  .promo-banner-caption {
    top: 10px;
    left: 10px;
  }
  
  .promo-banner-caption .product-title { font-size:16px; line-height: normal;}
  .promo-banner-caption .deal-title { font-size:16px; line-height: normal;}
  .promo-banner-caption .prices { font-size:14px; line-height: normal; margin-bottom: 10px;}
  .promo-banner-caption .hybrid { font-size:14px; line-height: normal;}
  .promo-banner-caption .strain-gram { font-size:16px; line-height: normal;}
  .promo-banner-caption .learn-more { font-size: 12px; margin: 5px 0 0; padding: 5px 15px;}
  
  .promo-banner img {
    max-height: 210px;
    height: 210px !important;
  }

  .swiper-pagination {
    padding-left: 10px;
    bottom: 15px;
  }

  .swiper-pagination-bullet {
    width: 10px !important;
    height :10px !important;
  }
}
