/** Shopify CDN: Minification failed

Line 49:0 Unexpected "<"
Line 73:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.prod-cns {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  height: 55px;
  width: 55px;
  z-index: 20;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-gift-exc {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  height: 55px;
  width: 55px;
  z-index: 20;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-badge-text{
    font-size: 9px;
}
<style>

  .slider-title-bb{
    padding: 0 80px;
  }
  

  @media screen and (min-width: 1024px){
    .slider-gifts-title{
      font-size: 46px !important;
    }
  }

@media screen and (max-width: 768px){
  .slider-link.slider-link-bb{
    margin-top: 25px !important;
  }
   .slider-title-bb{
    padding: 0;
  }
  .banner1-title.home-slider-title { /* should be commented if the title is not too long */
    font-size: 30px !important;
  }
}
</style>