.section-product-container {
  margin-top: 0 !important;
  z-index: 10;
}

.bf-banner-wrapper {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 30;
  background: #071AFF url(img/mobile.jpg) center top / cover no-repeat;
}
.bf-banner-wrapper:hover {
  text-decoration: none;
  cursor: pointer;
}
.storeIndex .bf-banner-wrapper {
  pointer-events: none;
  cursor: default;
}

.bf-banner-content {
  max-width: 960px;
  padding: 0 10px;
  text-align: center;
  margin: auto;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  color: #ffffff;
  padding-top: 49px;
  padding-bottom: 46px;
 font-variation-settings:
    "ELGR" 1,
    "ELSH" 0;
  }

.bf-banner-heading {
  font-size: clamp(7.6rem, 6.743rem + 2.679vw, 8.8rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.24rem;
  text-transform: uppercase;  
  font-stretch: normal;
  font-optical-sizing: auto;
  font-style: italic;
}


.bf-banner-text {
  font-size: clamp(2.2rem, 2.009rem + 0.509vw, 2.4rem);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.7rem;
  text-transform: uppercase;  
  letter-spacing: calc(clamp(0.044rem, 0.034rem + 0.027vw, 0.06rem) * -1);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.store-category-item-inner {
  position: relative;
  margin-top: 20px;
}
.bf-add-discount img {
  position: relative;
  z-index: 1;
}
.bf-add-discount::after {
  content: attr(data-price);
  display: inline-block;  
  position: absolute;
  z-index: 12;
  top: 15px;
  left: 50%;
  margin-left: 10%;
  padding: 4px 8px 5px;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
/*
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
*/
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 35px;
  background: #FB4782;

}


.heading-m-bf {
/*   width: 100%; */
  display: block;
  margin-top: -13px;
}
.heading-m-bf div {
  display: inline-block;
}
.heading-m-bf .s-card-price-prev {
  margin-right: 6px;  
}
.s-extras .s-extras-text {
  position: relative;
}
.s-extras .s-extras-text::before {
  content: "BLACK FRIDAY -30%";
/*   position: relative; */
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-family: "Inter", serif;
  font-size: var(--font-size-badge);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  background: #FB4782;
  border-radius: 100px;
/*   left: 10px; */
/*   top: 10px; */
/*   padding: 6.75px 14.15px; */
  padding: calc(var(--font-size-badge) * 0.3375) calc(var(--font-size-badge) * 0.7075);
  margin-bottom: 10px;
}

@media only screen and (min-width: 668px) {
  .bf-banner-wrapper {
    background-image: url(img/tablet.jpg);
  }
}

@media only screen and (min-width: 769px) {
  .bf-banner-content {
    padding-top: 66px;
    padding-bottom: 46px;
  }
  .bf-banner-heading {
    font-size: clamp(8.8rem, 3.09rem + 7.425vw, 12rem);
  }
  .bf-banner-text {
    font-size: clamp(2.4rem, 0rem + 3.125vw, 3rem);
    line-height: 1.3;
    position: relative;
    top: -9px;
  }
}
@media only screen and (min-width: 1000px) {
  .bf-banner-wrapper {
    background-image: url(img/desktop.jpg);
  }

}
