:root {
  --gradient: linear-gradient(90deg, rgba(255, 223, 0, 1) 8.91%, rgba(236, 134, 0, 1)100%);
 }

.d_flex_center {
  display: flex;
  align-items: center;
  gap:20px;
}

.b_f_container {
  background: url('./../../../../Banner-img/HAPPY-NEW-YEAR.png') no-repeat left top, #100f0f;
  background-size: auto;
  display: none;
  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.288rem, -0.874rem + 4.763vw, 4.313rem);
  margin: 0;
font-style: italic;
}
/*@media screen and (min-width: 768px) and (max-width: 815px) {
  .b_f_container .b_f_title_header {
 
  font-size: clamp(1.288rem, -0.874rem + 4.763vw, 4.313rem);
  
}
}*/

.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%;
  color: black;
}

.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.5rem, -0.381rem + 5.424vw, 4.5rem);
  color: #FFDF00;
  line-height: clamp(2.5rem, -0.381rem + 5.424vw, 4.5rem);
}

.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;
    text-transform: uppercase;
}

.b_f_timer ul li span {
  text-align: center;
  width: clamp(1.875rem, 0.074rem + 3.39vw, 3.125rem);
  background: linear-gradient(180deg, rgba(255, 223, 0, 1) 0%, rgba(236, 134, 0, 1) 100%);
  color: black;
  font-size: clamp(0.938rem, -0.053rem + 1.864vw, 1.625rem);
  line-height: normal;
  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: none;
  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 (max-width: 768px) {
  .b_f_container.hide_desktop {
    padding: 5px 10px;
    background: url('./../../../../Banner-img/HAPPY-NEW-YEAR-mob.png') no-repeat left, #100f0f;
    background-size: auto;
  }
  .hide_mobile {
    display: none !important;
  }
  .b_f_container.hide_desktop {
    padding: 5px 10px;
}

  p.b_f_title_header {
    font-size: 22px !important;             
    line-height: 30px;
  }

  span.b_f_sale {
    font-size: 18px !important;
  }

  .b_f_promo {
    text-align: center;
  }
  .b_f_promo_text {
  font-size: 14px;

}
  .b_f_promo_code {
    font-size: 15px !important;
  }

  .b_f_timer p {
    margin-top: 3px;
    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: 390px) {
  p.b_f_title_header {
      font-size: 20px !important;
      line-height: 30px;
  }
}

@media screen and (max-width: 768px) {}
:root {
    --gradient: linear-gradient(90deg, #000000 8.91%, #000000 100%);
  }
  .timer-wrapper {
    justify-content: center;
    align-items: center;
    padding: 0px 0px !important;
    margin-top: 5px;
  }
  
  .text-dark {
    color: black;
  }
  
  .banner {
    text-align: center;
    color: white;
    padding: 0!important;
    font-family: "Inter", sans-serif;
  }
  
  .banner .top-bar {
    background-color: #000000;
    padding: 15px 0;
  }
  
  .banner .top-bar p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  
  .banner .bottom-bar {
    background-color: #ACF4A1;
    padding: 8px;
  }
  
  .banner .order-text {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  
  .banner .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 24px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .yellow-text {
    color: #ACF4A1;
  }
  
  .fw-normal {
    font-weight: 400;
  }
  
  .banner .timer {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .timer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .timer .box {
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .timer .label {
    font-size: 12px;
    color: black;
    font-weight: 700;
    line-height: 20px;
  }
  
  /* Desktop banner */
  .desktop-banner .bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .desktop-banner .timer {
    margin-top: 0;
  }
  
  /* Desktop banner */
  .desktop-banner .bottom-bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .desktop-banner .timer {
    margin-top: 0;
    margin-left: 10px;
  }
  
  /* Mobile banner */
  .mobile-banner {
    display: none;
  }
  
  /* Responsive design for mobile */
  @media (max-width: 768px) {
    .desktop-banner {
        display: none;
    }
  
    .banner .top-bar p {
      font-size: 16px;
    }
  
    .banner .code {
      font-size: 18px;
      height: 34px;
    }
  
    .mobile-banner {
        display: block;
    }
  
    .banner .bottom-bar {
        display: block;
        text-align: center;
    }
  
  }
  @media (max-width: 430px) {
    .banner .code {
      font-size: 15px;
    }
    .banner .order-text {
      font-size: 15px;
  }
  .banner .code {
    padding: 5px 10px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  @media (max-width: 380px) {
    .banner .code {
      font-size: 14px;
    }
    .banner .order-text {
      font-size: 14px;
  }
  .banner .code {
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  @media (max-width: 340px) {
    .banner .code {
      font-size: 13.5px;
      height: 28px;
    }
    .banner .order-text {
      color: black;
      font-size: 13.5px;
      font-weight: bold;
      margin: 0;
  }
  .banner .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 13.5px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  @media (max-width: 320px) {
    .banner .code {
      font-size: 13px;
      height: 28px;
    }
    .banner .order-text {
      color: black;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
  }
  .banner .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  .d-flex {
    display: flex;
  }

  .flex-row {
    flex-direction: row;
  }

  .timer-container {
    font-size: 14px;
  }

  @media screen and (max-width: 391px) {
    .timer-container {
      font-size: 11px!important;
    }
  }