:root {
  --gradient: linear-gradient(90deg, #000000 8.91%, #000000 100%);
}

.d_flex_center {
  display: flex;
  align-items: center;
  gap:20px;
}

.b_f_container {
  background-color: #A20F1E;
  display: flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  align-items: center;
  justify-content: center;
  padding: 15px 0 10px;
  gap: 20px;
}

.b_f_container p {
  margin: 0;
}

.b_f_container .b_f_title_header {
  font-weight: 900;
  font-size: clamp(1.280rem, -1.25rem + 5.763vw, 4.3rem);
    /* font-size: 4.315rem; */
  margin: 0;
font-style: italic;
}

.sale_b_f_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(0.406rem, -1.35rem + 3.305vw, 1.625rem);
  background: var(--gradient);
  line-height: 120%;
}

.b_f_sale {
  font-weight: 700;
  font-size: clamp(1.313rem, -0.398rem + 3.22vw, 2.5rem);
  line-height: 120%;
}

.b_f_promo {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  text-align: center;
}

.b_f_promo_text {
  color: #FFDF00;
  font-size: clamp(0.75rem, 0.21rem + 1.017vw, 1.125rem);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.b_f_promo_code {
  color: #000;
  background: #acf4a1;
  background-color: #acf4a1;
  border-radius: 5px;
  padding: 4px clamp(0.094rem, -0.401rem + 0.932vw, 0.438rem);
  font-family: Inter;
  font-size: clamp(0.75rem, 0.48rem + 0.508vw, 0.938rem);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.b_f_promo_price {
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.12rem, -0.581rem + 5.424vw, 4.4rem);
  color: #FFDF00;
  line-height: clamp(2.12rem, -0.581rem + 5.424vw, 4.4rem);
}

.b_f_timer ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.b_f_timer ul li {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: clamp(0.188rem, -0.083rem + 0.508vw, 0.375rem);
}

.b_f_timer ul li p {
  font-size: clamp(0.625rem, 0.445rem + 0.339vw, 0.75rem);
  font-weight: 700;
}

.b_f_timer ul li span {
  text-align: center;
  width: clamp(1.875rem, 0.074rem + 3.39vw, 3.125rem);
  background: var(--gradient);
  font-size: clamp(0.938rem, -0.053rem + 1.864vw, 1.625rem);
  font-weight: 700;
  padding: clamp(0.125rem, -0.235rem + 0.678vw, 0.375rem)
    clamp(0.25rem, -0.11rem + 0.678vw, 0.5rem);
}

.b_f_timer p {
  text-align: center;
  font-size: clamp(0.75rem, 0.21rem + 1.017vw, 1.125rem);
  font-style: normal;
  font-weight: 600;
}

.b_f_container.hide_desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  align-items: start;
  padding: 10px 12px;
  gap: 8px;
}

.b_f_m_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left !important;
}

.b_f_m_right {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

/* @media screen and (min-width: 1200px) and (max-width: 1439.98px){

.b_f_container .b_f_title_header {
    font-size: 3.4rem;
}

}

@media screen and (min-width: 993px) and (max-width: 1199.98px){

.b_f_container .b_f_title_header {
    font-size: 2.6rem;
}

} */



@media screen and (max-width: 768px) {
  .hide_mobile {
    display: none !important;
  }

  p.b_f_title_header {
    font-size: 27px !important;             
line-height: 30px;
  }

  span.b_f_sale {
    font-size: 18px !important;
  }

  .b_f_promo {
    text-align: center;
  }

  .b_f_promo_code {
    font-size: 15px !important;
  }

  .b_f_timer p {
    margin-top: 10px;
    font-size: 12px !important;
  }

  .b_f_timer ul li {
    font-size: 15px !important;
  }

  .b_f_timer ul {
    max-width: 200px;
    margin: 3px auto;
  }

  .b_f_timer ul li p {
    font-size: 12px !important;
  }

  .b_f_promo_code {
    padding: 4px 8px;
  }
  .d_flex_center {
    margin-bottom: 5px;
    gap: 10px;
}
}

@media screen and (min-width: 768px) {
  .hide_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 440px) {
    .b_f_promo_price {
    font-size: 2rem;
    line-height: 2rem;
}
    p.b_f_title_header {
        font-size: 22px !important;
        line-height: 26px;
    }
        span.b_f_sale {
        font-size: 14px !important;
    }
}
