  :root {
    --bf-primary: #111;
    /* adjust from design */
    --bf-accent: #e60023;
    /* accent red */
    --text-light: #ffffff;
  }

  html,
  body {
    background: #fff;
    color: var(--bf-primary);
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header .search-toggle-field>input {
    transition: none !important;
  }

  .header {
    opacity: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  /* ============================
       SECTION: HERO
       ============================ */
  .section_bf_hero {
    position: relative;
    min-height: 84vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--text-light);
  }

  .section_bf_hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .section_bf_hero__bg-image,
  .section_bf_hero__bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }

  /* initial: image visible, video hidden */
  .section_bf_hero__bg-image {
    opacity: 1;
  }

  .section_bf_hero__bg-video {
    opacity: 0;
  }

  .section_bf_hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(45 56 62 / 90%) 0%, rgb(45 56 62 / 80%) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .section_bf_hero__content {
    position: relative;
    z-index: 2;
    padding: 6rem 0;
  }

  .section_bf_hero__title {
    font-size: clamp(28px, 5vw, 74px);
    font-weight: 900;
    line-height: 1.5;
    margin: 0 auto 1rem;
    text-align: center;
    width: 1100px;
    max-width: 100%;
  }

  .section_bf_hero__lead {
    font-size: clamp(14px, 2vw, 20px);
    opacity: .95;
    text-align: center;
    margin: 0 auto 1.75rem;
    max-width: 720px;
  }

  /* ============================
       SECTION: FOUR BOXES (under hero)
       - Swiper without arrows
       ============================ */
  .section_bf_boxes {
    margin-top: -180px;
  }

  .section_bf_boxes__inner {
    z-index: 1;
    background: #2860e6;
    padding: 40px 50px 50px;
    border-radius: 12px;
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: auto;
  }

  .section_bf_boxes__item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    color: var(--text-light) !important;
    min-height: 160px;
    position: relative;
    text-align: center;
  }

  .section_bf_boxes__item:hover .section_bf_boxes__media {
    transform: translateY(-9px);
  }

  .section_bf_boxes__media {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 10px auto 20px;
    transition: all 0.3s ease;
  }

  .section_bf_boxes__body {
    padding: 0 1rem;
  }

  .section_bf_boxes__title {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 18px;
  }

  .section_bf_boxes__meta {
    font-size: 13px;
    opacity: .85;
  }

  /* ============================
       SECTION: Popular Discounts (with Bootstrap Tabs)
       ============================ */
  .section_bf_popular {
    padding: 7.5rem 0;
    background: #ffffff;
  }

  section.section_bf_popular .tab-content {
    max-width: 900px;
    margin: auto;
  }

  .section_bf_popular__card {
    border-radius: 12px;
    overflow: hidden;
    background: #fafcff;
    text-align: center;
    padding: 40px 30px;
    transition: all 0.3s ease;
    color: #666;
    font-variation-settings: "wght" 500;
    position: relative;
  }

  .section_bf_popular__img {
    width: auto;
    height: 48px;
    max-width: 135px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }

  .section_bf_popular__body {}

  /* ============================
       SECTION: Today's Specials (Swiper with nav)
       ============================ */
  .section_bf_specials {
    padding: 8.5rem 0 4rem;
    background: #000e18;
    color: #fff;
  }

  img.section_bf_specials__gif {
    max-width: 100%;
    margin-top: 60px;
  }

  .section_bf_product {
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .section_bf_product__img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 188px;
    max-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section_bf_product__tags {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
  }

  /* small tweaks */
  .swiper-wrapper {
    align-items: stretch;
  }

  .btn-bf {
    background: var(--bf-accent);
    color: #fff;
    border-radius: 10px;
    padding: .6rem 1rem;
    display: inline-block;
  }

  /* RTL small fix for Swiper pagination/nav if needed */
  .swiper-button-next,
  .swiper-button-prev {
    color: var(--bf-light);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px !important;
  }

  [class^="section_bf_"] h2 {
    text-align: center;
    display: block;
    font-size: 23px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }

  [class^="section_bf_"] .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: #fcfcfc;
    border-radius: 70px;
    max-width: 740px;
    margin: 0 auto 10px;
    padding: 10px 20px;
  }

  [class^="section_bf_"] .nav-tabs .nav-link {
    color: #666;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    position: relative;
    padding: 3px 15px;
    font-variation-settings: "wght" 500;
  }

  [class^="section_bf_"] .nav-tabs .nav-link.active {
    color: #2860e6;
    font-variation-settings: "wght" 700;
  }

  [class^="section_bf_"] .nav-tabs .nav-link:after {
    content: "";
    height: 2px;
    display: block;
    width: 0;
    background: #2860e6;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 1px);
    transition: width 0.3s ease;
    pointer-events: none;
  }

  [class^="section_bf_"] .nav-tabs .nav-link.active:after,
  [class^="section_bf_"] .nav-tabs .nav-link:hover:after {
    width: 60px;
  }

  [class^="section_bf_"] .nav-tabs .nav-link.active:after {
    background: #2860e6;
  }

  .section_bf_specials__swiper_wrap {
    padding: 0 56px;
    position: relative;
  }

  .section_bf_specials__swiper_wrap .swiper {
    position: static;
  }

  .section_bf_popular__card:hover {
    color: #fff;
    background: #2860e6;
  }

  .section_bf_popular__card:hover img {
    filter: brightness(0) invert(1);
  }

  section.section_bf_boxes .swiper-pagination {
    display: none;
  }

  .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) nav.main_nav>ul>li>.dropdown-toggle {
    background: rgb(255 255 255 / 0%);
    color: #fff;
  }

  .section_bf_specials__swiper_wrap .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .section_bf_specials__swiper_wrap .nav a {
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    padding: 13px 20px;
    gap: 8px;
    transition: all 0.3s ease;
    color: rgb(255 255 255 / 90%);
  }

  .section_bf_specials__swiper_wrap .nav a i {
    font-size: 18px;
  }

  .section_bf_specials__swiper_wrap .nav a:hover {
    color: #ffffff;
    border-color: #6a89db;
  }

  .link_panel_goto {
    font-size: 13px;
    padding: 4px 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2860e6;
    font-variation-settings: "wght" 500;
    justify-content: end;
  }

  .link_panel_goto:hover {
    gap: 6px;
  }

  .link_panel_goto:hover:after {
    left: -2px;
  }

  .link_panel_goto:after {
    content: "\ea2b";
    font-family: 'iranicard';
    font-size: 10px;
    transition: all 0.6s ease;
    position: relative;
    left: 0;
  }

  /* responsiveness */
  @media (max-width: 768px) {
    .section_bf_hero {
      min-height: 74vh;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

    .section_bf_hero__lead {
      max-width: 95%;
    }

    .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) .logo_wrap {
      filter: brightness(0) invert(1);
    }

    .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) {
      border: none !important;
    }

    .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) .mobile-search-toggle {
      color: #fff !important
    }

    .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) .menu-toggle .icon-menu-lined,
    .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) .icon-menu-lined:before,
    .hiro-sticky .header:not(.head-sticked):not(.show-hover-menu) .icon-menu-lined:after {
      background: #fff !important;
    }

    .section_bf_boxes__inner {
      padding: 9px 0;
    }

    [class^="section_bf_"] .nav-tabs {
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow: auto;
      justify-content: flex-start;
    }

    section.section_bf_boxes {
      margin-top: -80px;
    }

    .section_bf_hero__content {
      padding: 15px;
    }

    .section_bf_product__img {
      max-width: 93%;
      max-height: 30px;
    }

    .section_bf_hero__bg-image {
      object-fit: none !important;
    }

    section.section_bf_boxes .swiper-pagination {
      display: block;
      opacity: 0.3;
      bottom: -10px;
    }

    span.swiper-pagination-bullet {
      background: #fff;
      opacity: 0.1;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1 !important;
    }

    section.section_bf_specials {
      overflow: hidden;
    }

    img.section_bf_specials__gif {
      max-width: none;
      width: 200%;
      left: 50%;
      position: relative;
      /* transform: translateX(-50%); */
    }

    .section_bf_boxes__title {
      font-size: 16px;
    }

    .section_bf_boxes__body {
      padding: 0;
    }
  }