/** Shopify CDN: Minification failed

Line 75:24 Expected ":"

**/
.bf-promo-section {
  background-color: #666666;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.bf-promo-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Images Grid */
.bf-images-grid {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bf-image {
  border-radius: 16px;
  overflow: hidden;
  background: rgb(217 217 217 / 20%);
}

.bf-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.bf-image-center {
  width: 442px;
  z-index: 3;
  text-align: center;
}

 .bf-image-left,
  .bf-image-right {
    position: relative;
  }

.bf-image-left {
  width: 286px;
  left: 12px;
}

.bf-image-right {
  width: 286px;
  right: 12px;
}

/* Content Styling */
.bf-content {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 4;
  padding-inline: 14px;
}

.bf-number {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;S
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
}

.bf-number P{
  margin: 0px;
}

.bf-badge {
  /* margin-bottom: 35px; */
  color: #fff;
}

.bf-badge-top {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bf-badge-bottom {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -5px;
}

.bf-description {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 1.6;
}

.bf-description p {
  margin: 0;
}

.bf-description strong {
  font-weight: 700;
}

.bf-sale-info {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 1.6;
}

.bf-sale-info p {
  margin: 0;
}

.bf-sale-info em {
  font-style: italic;
}

.bf-additional-info {
  max-width: 750px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.95;
}

.bf-additional-info p {
  margin: 0;
}

.bf-newsletter-text{
  margin-top: 60px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px){
  .bf-image-left{
    left: 10px;
    width: 200px;
  }
  .bf-image-center{
    width: 320px;
  }
  .bf-image-right{
    right: 10px;
    width: 200px;
  }
  .bf-image{
    border-radius: 10px;
  }
  .bf-number{
    font-size: 34px;
  }
  .bf-badge-top{
    font-size: 16px;
  }
  .bf-badge-bottom{
    font-size: 12px;
  }
  .bf-promo-section{
    padding: 80px 00px;
    padding-top: 60px;
  }
}