/* === Acntema theme overrides === */
.ac-body { font-family: var(--bf-font, 'Montserrat', sans-serif); }

/* Promo bar — animated gradient background */
.ac-promo-bar {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 42px;
}
.ac-promo-bar-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ac-gradient-1, #e60000), var(--ac-gradient-2, #ff6600), var(--ac-gradient-3, #1a1a2e), var(--ac-gradient-4, #16213e));
  background-size: 300% 100%;
  animation: acGradientShift 3s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes acGradientShift {
  0% { background-position: 100% 0; }
  100% { background-position: 0% 0; }
}
.ac-promo-ticker {
  position: relative;
  z-index: 1;
  height: 42px;
}
.ac-promo-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform .48s cubic-bezier(.4,0,.2,1), opacity .48s ease;
}
.ac-promo-slide.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; z-index: 2; }
.ac-promo-slide.is-enter { opacity: 1; transform: translateY(0); z-index: 3; }
.ac-promo-slide.is-exit { opacity: 0; transform: translateY(-100%); z-index: 1; }
.ac-promo-slide a, .ac-promo-slide .ac-promo-text { color: #fff; font-weight: 700; }
.ac-promo-slide a:hover { color: #fff; opacity: .9; }
.ac-promo-slide i { margin-right: 8px; }

.ac-utility-bar { display: none; }

/* Acunsport-style top header — logo | menu | icons (full width) */
.ac-top-header {
  background: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
  width: 100%;
}
.ac-top-header-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 24px;
}
.ac-top-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
  width: 100%;
}
.ac-logo-wrap {
  flex: 0 0 auto;
  max-width: 200px;
}
.ac-logo img {
  max-height: 52px;
  width: auto;
  display: block;
}
.ac-body a:focus,
.ac-body a:active,
.ac-body button:focus,
.ac-body input[type="button"]:focus,
.ac-body input[type="submit"]:focus {
  outline: none !important;
}
.ac-body a:focus-visible,
.ac-body button:focus-visible,
.ac-body input[type="button"]:focus-visible,
.ac-body input[type="submit"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.ac-logo:focus,
.ac-logo:focus-visible,
.ac-logo-wrap a:focus,
.ac-logo-wrap a:focus-visible,
#logo a:focus,
#logo a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.ac-top-header #logo {
  margin: 0;
}
.ac-nav-wrap-inline {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.ac-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-header-actions .dropdown,
.ac-header-actions .ac-header-account-dropdown {
  display: inline-flex;
  align-items: center;
  margin: 0;
  float: none;
}
.ac-header-actions #cart.ac-cart.btn-group {
  display: inline-flex;
  align-items: center;
  margin: 0;
  float: none;
  vertical-align: middle;
}
#cart.ac-cart .dropdown-toggle::after {
  display: none !important;
}
#cart.ac-cart.open > .ac-cart-btn,
#cart.ac-cart > .ac-cart-btn {
  background: #fff !important;
  background-image: none !important;
  line-height: 1;
}

/* Circular framed icons */
.ac-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
  border-radius: 50%;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.ac-icon-btn.ac-icon-framed {
  border: 2px solid var(--ac-header-border, #ccc);
  background: #fff;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  box-sizing: border-box;
}
.ac-icon-btn.ac-icon-framed .ac-icon-svg {
  width: 20px;
  height: 20px;
}
.ac-icon-btn.ac-icon-framed:hover,
.ac-icon-btn.ac-icon-framed:focus {
  color: var(--ac-accent, #e60000);
  border-color: var(--ac-header-border-hover, #e60000);
  background: #fff;
  text-decoration: none;
  opacity: 1;
}
.ac-icon-svg { display: block; flex-shrink: 0; }

/* Desktop header — düz ikonlar, arama */
.ac-desktop-icon,
.ac-top-header .ac-icon-btn.ac-desktop-icon,
.ac-top-header #cart.ac-cart .ac-cart-btn.ac-desktop-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #222;
}
.ac-desktop-icon .ac-icon-svg,
.ac-top-header #cart.ac-cart .ac-cart-btn .ac-icon-svg {
  width: 22px;
  height: 22px;
}
.ac-desktop-icon:hover,
.ac-desktop-icon:focus,
.ac-top-header #cart.ac-cart .ac-cart-btn.ac-desktop-icon:hover,
.ac-top-header #cart.ac-cart .ac-cart-btn.ac-desktop-icon:focus {
  color: var(--ac-accent, #e60000);
  background: transparent !important;
}
.ac-desktop-search-toggle.is-active {
  color: var(--ac-accent, #e60000);
}
.ac-desktop-search-drawer {
  max-height: 0;
  overflow: hidden;
  background: #fafbfc;
  border-bottom: 0 solid #e5e5e5;
  transition: max-height .28s ease, border-bottom-width .28s ease, padding .28s ease;
}
.ac-desktop-search-drawer.is-open {
  max-height: none;
  overflow: visible !important;
  border-bottom-width: 1px;
  padding-bottom: 14px;
}
.ac-desktop-search-inner {
  padding-top: 4px;
  position: relative;
  z-index: 60;
  overflow: visible;
}
.ac-desktop-search-inner .bf-search {
  max-width: 560px;
  margin: 0 auto;
}

/* Inline navbar */
.ac-navbar {
  margin: 0;
  border: 0;
  background: transparent;
  min-height: 0;
}
.ac-navbar .navbar-collapse {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.ac-navbar .ac-main-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px 18px;
  margin: 0;
  float: none;
}
.ac-navbar .ac-main-nav > li {
  float: none;
}
.ac-navbar .ac-main-nav > li > a {
  color: #222 !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 8px 4px !important;
  background: transparent !important;
  line-height: 1.3;
}
.ac-navbar .ac-main-nav > li > a .fa {
  margin-right: 6px;
  font-size: 12px;
}
.ac-navbar .ac-main-nav > li > a:hover,
.ac-navbar .ac-main-nav > li > a:focus {
  color: var(--ac-accent, #e60000) !important;
  background: transparent !important;
}
.ac-navbar .ac-main-nav > li.ac-menu-highlight > a {
  color: var(--ac-accent, #e60000) !important;
}
.ac-menu-chevron {
  font-size: 9px;
  margin-left: 4px;
  opacity: .7;
}

/* Cart button */
#cart.ac-cart .ac-cart-btn {
  position: relative;
  background: #fff;
  color: #222;
  border: 2px solid var(--ac-header-border, #ccc);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: border-color .2s ease, color .2s ease;
}
.ac-top-header #cart.ac-cart .ac-cart-btn.ac-desktop-icon {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
#cart.ac-cart .ac-cart-btn .ac-icon-svg {
  width: 20px;
  height: 20px;
  display: block;
}
#cart.ac-cart .ac-cart-btn:hover,
#cart.ac-cart .ac-cart-btn:focus {
  background: #fff;
  color: var(--ac-accent, #e60000);
  border-color: var(--ac-header-border-hover, #e60000);
  box-shadow: none;
}
#cart.ac-cart .ac-cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #062a5f;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(6, 42, 95, .26);
}
#cart.ac-cart .ac-cart-badge.is-empty,
#cart.ac-cart .ac-cart-badge[data-count="0"] {
  display: none !important;
}
.ac-account-menu {
  min-width: 210px;
  padding: 10px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .14);
}
.ac-account-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #101828;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}
.ac-account-menu > li > a i {
  width: 18px;
  color: #062a5f;
  text-align: center;
}
.ac-account-menu > li > a:hover,
.ac-account-menu > li > a:focus {
  background: #f5f7fb;
  color: #062a5f;
  text-decoration: none;
}
#cart.ac-cart .ac-mini-cart-menu {
  width: 560px;
  max-width: calc(100vw - 32px);
  padding: 14px;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .16);
}
.ac-mini-cart-products {
  max-height: 420px;
  overflow-y: auto;
}
.ac-mini-cart-product {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 112px;
  gap: 14px;
  align-items: start;
  padding: 14px 4px;
  border-bottom: 1px solid #eef2f7;
}
.ac-mini-cart-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f6f9;
}
.ac-mini-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ac-mini-cart-image-placeholder {
  color: #667085;
  font-size: 22px;
}
.ac-mini-cart-info {
  min-width: 0;
}
.ac-mini-cart-name {
  display: block;
  color: #101828;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.32;
  text-decoration: none !important;
}
.ac-mini-cart-name:hover,
.ac-mini-cart-name:focus {
  color: #062a5f;
}
.ac-mini-cart-options {
  margin-top: 6px;
}
.ac-mini-cart-options span {
  display: block;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}
.ac-mini-cart-options strong {
  color: #344054;
  font-weight: 800;
}
.ac-mini-cart-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.ac-mini-cart-qty {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}
.ac-mini-cart-price {
  color: #101828;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}
.ac-mini-cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #e53e3e;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 8px 16px rgba(229, 62, 62, .24);
}
.ac-mini-cart-remove:hover,
.ac-mini-cart-remove:focus {
  background: #c92f2f;
}
.ac-mini-cart-footer {
  padding: 14px 4px 2px;
}
.ac-mini-cart-totals {
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  overflow: hidden;
}
.ac-mini-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
}
.ac-mini-cart-total-row + .ac-mini-cart-total-row {
  border-top: 1px solid #eef2f7;
}
.ac-mini-cart-total-row strong {
  color: #101828;
  font-weight: 900;
  white-space: nowrap;
}
.ac-mini-cart-total-row.is-grand {
  color: #101828;
  font-size: 15px;
}
.ac-mini-cart-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.ac-mini-cart-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 150px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #fff;
  color: #062a5f !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}
.ac-mini-cart-action.is-primary,
.ac-mini-cart-action:hover,
.ac-mini-cart-action:focus {
  border-color: #062a5f;
  background: #062a5f;
  color: #fff !important;
}
.ac-mini-cart-empty {
  margin: 0;
  padding: 28px 18px;
  color: #667085;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.ac-promo-pills-bar { background: #fff; border-bottom: 1px solid #eee; padding: 12px 0; }
.ac-promo-pills-scroll {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ac-promo-pills-scroll::-webkit-scrollbar { display: none; }
.ac-promo-pills {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ac-promo-pills a,
.ac-promo-pills span {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #ddd;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: .03em;
  white-space: nowrap;
  transition: border-color .2s, color .2s, background .2s;
}
.ac-promo-pills a:hover {
  border-color: var(--ac-accent, #e60000);
  color: var(--ac-accent, #e60000);
  text-decoration: none;
  background: #fff5f5;
}
/* Yatay kaydırma — tüm ekran boyutları (mobil dahil) */
.ac-promo-pills-bar:not(.ac-pills-layout-stack) .ac-promo-pills-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: flex-start;
}
.ac-promo-pills-bar:not(.ac-pills-layout-stack) .ac-promo-pills-scroll::-webkit-scrollbar {
  display: none;
}
.ac-promo-pills-bar:not(.ac-pills-layout-stack) .ac-promo-pills {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  max-width: none;
  margin: 0;
}
.ac-promo-pills-bar:not(.ac-pills-layout-stack) .ac-pill-item {
  flex: 0 0 auto;
  white-space: nowrap;
}
.ac-promo-pills-bar.ac-pills-layout-stack .ac-promo-pills-scroll {
  overflow-x: visible;
  justify-content: center;
}
.ac-promo-pills-bar.ac-pills-layout-stack .ac-promo-pills {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.ac-pill-has-gradient a,
.ac-pill-has-gradient span {
  background: linear-gradient(135deg, var(--pill-grad-from) 0%, var(--pill-grad-to) 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
}
.ac-pill-has-gradient a i,
.ac-pill-has-gradient span i {
  color: #fff !important;
}
.ac-pill-has-gradient a:hover,
.ac-pill-has-gradient a:focus {
  filter: brightness(1.06);
  color: #fff !important;
  background: linear-gradient(135deg, var(--pill-grad-from) 0%, var(--pill-grad-to) 100%) !important;
}

.ac-mobile-top {
  background: #f3f3f3;
}
.ac-mobile-header {
  align-items: center;
  padding: 10px 12px;
  background: #f3f3f3;
  border-bottom: 0;
}
.ac-mobile-menu-btn {
  background: none;
  border: none;
  font-size: 22px;
  padding: 8px;
  color: #222;
}
.ac-mobile-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #222;
}
.ac-mobile-search-toggle.is-active {
  color: var(--ac-accent, #e60000);
}
.ac-mobile-search-drawer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 0 solid #e5e5e5;
  transition: max-height .28s ease, border-bottom-width .28s ease, padding .28s ease;
}
.ac-mobile-search-drawer.is-open {
  max-height: none;
  overflow: visible !important;
  border-bottom-width: 1px;
}
.ac-mobile-search-inner {
  padding: 0 12px 12px;
  position: relative;
  z-index: 60;
  overflow: visible;
}
.ac-mobile-search-inner .bf-search {
  max-width: 100%;
  margin: 0;
}
.ac-mobile-tracking-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 8px 12px;
  width: 100%;
  background: #f2f3f5;
  border: 0;
  border-bottom: 1px solid #e6e8ec;
  border-radius: 0 0 12px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  letter-spacing: .01em;
}
.ac-mobile-tracking-btn:hover,
.ac-mobile-tracking-btn:focus {
  color: #333;
  text-decoration: none;
  background: #ebedf0;
}
.ac-mobile-tracking-btn i {
  font-size: 12px;
  color: #777;
}
.ac-mobile-top {
  text-align: center;
}
.ac-mobile-logo {
  min-width: 0;
  overflow: hidden;
  text-align: center;
}
.ac-mobile-logo img {
  max-height: 42px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.ac-mobile-header-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.ac-mobile-drawer { position: fixed; inset: 0; z-index: 9999; pointer-events: none; }
.ac-mobile-drawer.is-open { pointer-events: auto; }
.ac-mobile-drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.45); opacity: 0; transition: opacity .25s; }
.ac-mobile-drawer.is-open .ac-mobile-drawer-backdrop { opacity: 1; }
.ac-mobile-drawer-panel { position: absolute; top: 0; left: 0; width: min(320px, 88vw); height: 100%; background: #fff; transform: translateX(-100%); transition: transform .28s ease; overflow-y: auto; }
.ac-mobile-drawer.is-open .ac-mobile-drawer-panel { transform: translateX(0); }
.ac-mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-bottom: 1px solid #eee; }
.ac-mobile-drawer-close { background: none; border: none; font-size: 20px; }
.ac-mobile-drawer .bf-drawer-link.is-highlight,
.ac-mobile-drawer .bf-drawer-accordion-toggle.is-highlight {
  background: transparent !important;
  color: var(--ac-accent, #e60000) !important;
}
.ac-mobile-drawer .bf-drawer-link.is-highlight i {
  color: var(--ac-accent, #e60000);
}
.ac-drawer-open { overflow: hidden; }

.ac-whatsapp-float {
  display: none !important;
}

/* OpenCart varsayılan mavi menü arka planını kaldır */
.ac-top-header #menu.ac-navbar,
.ac-nav-wrap-inline #menu.ac-navbar {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}
.ac-top-header #menu .navbar-nav > li > a,
.ac-nav-wrap-inline #menu .ac-main-nav > li > a {
  color: #222 !important;
  text-shadow: none !important;
  background-color: transparent !important;
}
.ac-top-header #menu .navbar-nav > li > a:hover,
.ac-top-header #menu .navbar-nav > li > a:focus,
.ac-top-header #menu .navbar-nav > li.open > a,
.ac-nav-wrap-inline #menu .ac-main-nav > li > a:hover,
.ac-nav-wrap-inline #menu .ac-main-nav > li > a:focus {
  background: transparent !important;
  color: var(--ac-accent, #e60000) !important;
}

/* Sabit arama ikonu (varsa) gizle — footer WhatsApp kalır */
.ac-body .ac-search-float,
.ac-body .bf-search-float,
.ac-body #ac-floating-search,
.ac-body .search-floating-btn {
  display: none !important;
}

@media (min-width: 768px) {
  .ac-logo-wrap,
  .ac-header-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .ac-nav-wrap-inline {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }
  .ac-navbar .ac-main-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .ac-navbar .ac-main-nav > li > a {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .ac-mobile-header {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
  }
  .ac-mobile-menu-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    flex-shrink: 0;
  }
  .ac-mobile-header-icons {
    gap: 2px;
    justify-self: end;
  }
  .ac-mobile-header-icons .ac-icon-btn.ac-icon-framed,
  .ac-mobile-header-icons .ac-mobile-icon,
  .ac-mobile-cart-wrap #cart.ac-cart .ac-cart-btn,
  .ac-mobile-cart-wrap #cart.ac-cart .ac-cart-btn.ac-icon-framed,
  .ac-mobile-cart-wrap #cart.ac-cart .ac-cart-btn.ac-desktop-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
  }
  .ac-mobile-header-icons .dropdown,
  .ac-mobile-cart-wrap #cart.ac-cart {
    display: inline-flex;
    align-items: center;
    margin: 0;
    float: none;
  }
  .ac-mobile-cart-wrap {
    flex-shrink: 0;
    line-height: 0;
    display: inline-flex;
    align-items: center;
  }
  .ac-mobile-account-wrap {
    position: relative;
    flex-shrink: 0;
  }
  .ac-mobile-search-drawer.is-open {
    max-height: none;
    overflow: visible !important;
  }
  .ac-top-header-shell {
    padding: 0 16px;
  }
}

.ac-hero {
  width: 100%;
  margin: 0;
}
.ac-hero .slideshow.swiper-viewport {
  margin: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}
.ac-hero-slide {
  position: relative;
  overflow: hidden;
}
.ac-hero-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.ac-hero .swiper-container {
  border-radius: 0;
}
.ac-hero .swiper-slide {
  height: auto;
}
.ac-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .ac-hero-slide,
  .ac-hero-link {
    height: 0;
    padding-bottom: 38%;
    position: relative;
  }
  .ac-hero-image {
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 767px) {
  .ac-hero-slide,
  .ac-hero-link {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .ac-hero-image {
    position: absolute;
    inset: 0;
  }
}
.ac-hero-overlay,
.ac-hero-copy,
.ac-hero-cta {
  display: none !important;
}

/* Product grid — admin configurable */
.ac-products-grid,
.bf-products-grid.ac-themed-grid {
  display: grid;
  grid-template-columns: repeat(var(--ac-grid-desktop, 4), minmax(0, 1fr));
  gap: 24px 20px;
  margin: 0;
  padding: 0;
}
.ac-products-grid::before, .ac-products-grid::after,
.bf-products-grid.ac-themed-grid::before, .bf-products-grid.ac-themed-grid::after { display: none; }
.ac-products-grid .product-layout,
.ac-products-grid .ac-product-grid-item,
.bf-products-grid.ac-themed-grid .product-layout,
.bf-products-grid.ac-themed-grid .bf-product-grid-item {
  width: 100%; max-width: none; float: none; padding: 0; margin: 0; min-width: 0;
}
@media (max-width: 1199px) {
  .ac-products-grid, .bf-products-grid.ac-themed-grid {
    grid-template-columns: repeat(var(--ac-grid-tablet, 3), minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .ac-products-grid, .bf-products-grid.ac-themed-grid {
    grid-template-columns: repeat(var(--ac-grid-mobile, 2), minmax(0, 1fr));
    gap: 16px 12px;
  }
}

/* Product cards — acunsport style */
.ac-product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ac-product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.ac-card-image { position: relative; padding-top: 100%; overflow: hidden; background: #f8f8f8; }
.ac-card-image-link { position: absolute; inset: 0; display: block; }
.ac-card-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8px; transition: opacity .35s ease; }
.ac-card-image .ac-img-hover { opacity: 0; }
.ac-product-card.is-slide-1 .ac-img-hover-1,
.ac-product-card.is-hover-alt .ac-img-hover-1 { opacity: 1; }
.ac-product-card.is-slide-1 .ac-img-primary,
.ac-product-card.is-hover-alt .ac-img-primary { opacity: 0; }
.ac-product-card.is-slide-2 .ac-img-hover-1,
.ac-product-card.is-hover-alt-2 .ac-img-hover-1 { opacity: 0; }
.ac-product-card.is-slide-2 .ac-img-hover-2,
.ac-product-card.is-hover-alt-2 .ac-img-hover-2 { opacity: 1; }
.ac-product-card.is-slide-2 .ac-img-primary { opacity: 0; }
.ac-badge-corner {
  position: absolute;
  top: 10px;
  z-index: 4;
  display: inline-block;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
.ac-badge-custom { left: 10px; background: #e30613; color: #fff; }
.ac-badge-age { right: 10px; background: #ffd700; color: #111; }
.bf-card-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  padding: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
}
.ac-product-card:hover .bf-card-nav,
.bf-product-card:hover .bf-card-nav { display: inline-flex; }
.bf-card-nav-prev { left: 10px; }
.bf-card-nav-next { right: 10px; }
.ac-product-card[data-team="bf-team-gs"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-gs"] .bf-card-nav-prev,
.bf-team-gs .bf-card-nav-prev { background: #ffd700; color: #111; }
.ac-product-card[data-team="bf-team-gs"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-gs"] .bf-card-nav-next,
.bf-team-gs .bf-card-nav-next { background: #e30613; color: #fff; }
.ac-product-card[data-team="bf-team-fb"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-fb"] .bf-card-nav-prev,
.bf-team-fb .bf-card-nav-prev { background: #ffd700; color: #111; }
.ac-product-card[data-team="bf-team-fb"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-fb"] .bf-card-nav-next,
.bf-team-fb .bf-card-nav-next { background: #003399; color: #fff; }
.ac-product-card[data-team="bf-team-bjk"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-bjk"] .bf-card-nav-prev,
.bf-team-bjk .bf-card-nav-prev { background: #111; color: #fff; }
.ac-product-card[data-team="bf-team-bjk"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-bjk"] .bf-card-nav-next,
.bf-team-bjk .bf-card-nav-next { background: #fff; color: #111; border: 1px solid #111; }
.ac-product-card[data-team="bf-team-ts"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-ts"] .bf-card-nav-prev,
.bf-team-ts .bf-card-nav-prev { background: #7ec8ff; color: #111; }
.ac-product-card[data-team="bf-team-ts"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-ts"] .bf-card-nav-next,
.bf-team-ts .bf-card-nav-next { background: #6e0218; color: #fff; }
.ac-product-card[data-team="bf-team-default"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-default"] .bf-card-nav-prev,
.bf-team-default .bf-card-nav-prev { background: #ffd700; color: #111; }
.ac-product-card[data-team="bf-team-default"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-default"] .bf-card-nav-next,
.bf-team-default .bf-card-nav-next { background: #111; color: #fff; }
.bf-card-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 4;
  pointer-events: none;
}
.bf-card-dots span {
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: rgba(148,163,184,.55);
}
.bf-card-dots span.is-active { background: #111; }
.bf-card-bottom-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.25;
  padding: 8px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .88);
}
.bf-card-bottom-label-mobile {
  display: none;
}
@media (max-width: 767px) {
  .bf-card-bottom-label-desktop {
    display: none;
  }
  .bf-card-bottom-label-mobile,
  .bf-card-bottom-label-custom {
    display: block;
    font-size: var(--bf-card-mobile-label-size, 10px) !important;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.bf-gallery-vertical-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .6px;
  padding: 16px 0;
  line-height: 1.25;
}
.ac-card-body { padding: 12px 14px; flex: 1; }
.ac-card-title { font-size: 13px; font-weight: 600; line-height: 1.35; margin: 0 0 8px; min-height: 36px; }
.ac-card-title a { color: #222; }
.ac-card-price .price-old { text-decoration: line-through; color: #999; font-size: 13px; margin-right: 6px; }
.ac-card-price .price-new { color: var(--ac-price, #e60000); font-weight: 800; font-size: 16px; }
.ac-card-footer-btns { padding: 0 14px 14px; display: flex; gap: 8px; }
.ac-card-align-center .ac-card-title,
.ac-card-align-center .ac-card-price { text-align: center; }
.ac-card-align-center .ac-card-footer-btns { justify-content: center; }
.ac-card-align-left .ac-card-title,
.ac-card-align-left .ac-card-price { text-align: left; }
.ac-card-align-left .ac-card-footer-btns { justify-content: flex-start; }
.ac-card-align-right .ac-card-title,
.ac-card-align-right .ac-card-price { text-align: right; }
.ac-card-align-right .ac-card-footer-btns { justify-content: flex-end; }
.ac-card-align-center .ac-btn-design,
.ac-card-align-left .ac-btn-design,
.ac-card-align-right .ac-btn-design { max-width: 100%; }
.ac-btn-design { flex: 1; display: block; text-align: center; padding: 10px 8px; background: var(--ac-accent, #e60000); color: #fff !important; font-weight: 700; font-size: 11px; border-radius: 4px; text-transform: uppercase; }
.ac-btn-design:hover { opacity: .9; color: #fff; text-decoration: none; }
.ac-badge-sale { position: absolute; top: 8px; left: 8px; background: var(--ac-price); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 3px; z-index: 2; }

.ac-section-title { text-align: center; font-weight: 800; font-size: 22px; margin: 32px 0 24px; color: var(--ac-primary); text-transform: uppercase; letter-spacing: .5px; }
.ac-section-title::after { content: ''; display: block; width: 60px; height: 3px; background: var(--ac-accent); margin: 10px auto 0; }

/* Confirm modal */
.ac-confirm-modal { position: fixed; inset: 0; z-index: 10050; display: none; align-items: center; justify-content: center; padding: 16px; }
.ac-confirm-modal.is-open { display: flex; }
.ac-confirm-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.ac-confirm-dialog { position: relative; z-index: 1; background: #fff; border-radius: 12px; max-width: 820px; width: 100%; max-height: 90vh; overflow: auto; box-shadow: 0 20px 60px rgba(0,0,0,.25); display: flex; flex-direction: row; }
.ac-confirm-image { flex: 0 0 42%; padding: 24px; display: flex; align-items: center; justify-content: center; background: #f9f9f9; }
.ac-confirm-image img { max-width: 100%; max-height: 360px; object-fit: contain; }
.ac-confirm-content { flex: 1; padding: 28px 28px 24px; display: flex; flex-direction: column; }
.ac-confirm-title { font-size: 20px; font-weight: 800; text-align: center; margin: 0 0 12px; }
.ac-confirm-warning { color: #e60000; font-size: 12px; text-align: center; margin-bottom: 20px; text-decoration: underline; line-height: 1.5; }
.ac-confirm-summary { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 20px; }
.ac-confirm-item { flex: 1; min-width: 80px; text-align: center; padding: 14px 8px; border-right: 1px solid #eee; }
.ac-confirm-item:last-child { border-right: none; }
.ac-confirm-item-label { display: block; font-size: 11px; color: #888; margin-bottom: 4px; }
.ac-confirm-item-value { display: block; font-weight: 800; font-size: 14px; color: #111; text-transform: uppercase; }
.ac-confirm-price { font-size: 28px; font-weight: 800; text-align: center; margin-bottom: 24px; color: #111; }
.ac-confirm-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin-top: auto; }
.ac-confirm-cancel { background: none; border: none; font-weight: 700; font-size: 14px; color: #333; text-transform: uppercase; padding: 12px 16px; }
.ac-confirm-ok { display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px; border: none; border-radius: 10px; font-weight: 700; font-size: 15px; text-transform: uppercase; cursor: pointer; }
@media (max-width: 767px) {
  .ac-confirm-dialog { flex-direction: column; }
  .ac-confirm-image { flex: none; padding: 16px; }
  .ac-confirm-image img { max-height: 200px; }
  .ac-confirm-summary { flex-direction: column; }
  .ac-confirm-item { border-right: none; border-bottom: 1px solid #eee; }
  .ac-confirm-actions { flex-direction: column-reverse; }
  .ac-confirm-ok { width: 100%; justify-content: center; }
}

.ac-modal-open { overflow: hidden; }

:root {
  --bf-primary: #121621;
  --bf-accent: #ffd700;
  --bf-accent-lime: #d4e117;
  --bf-price: #e60000;
  --bf-green: #1b4332;
  --bf-light: #f8f9fa;
  --bf-white: #ffffff;
  --bf-font: 'Montserrat', sans-serif;
}

body {
  font-family: var(--bf-font);
  color: #222;
  background: var(--bf-white);
}

a { color: var(--bf-primary); }
a:hover { color: var(--bf-accent); text-decoration: none; }

/* Promo ticker — dikey kaydırma */
.bf-promo-ticker-wrap {
  background: #000;
  color: #fff;
  font-family: var(--bf-font);
  overflow: hidden;
}
.bf-promo-ticker {
  position: relative;
  height: 40px;
  max-width: 100%;
}
.bf-promo-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .2px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform .48s cubic-bezier(.4, 0, .2, 1), opacity .48s ease;
}
.bf-promo-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}
.bf-promo-slide.is-enter {
  opacity: 1;
  transform: translateY(0);
  z-index: 3;
}
.bf-promo-slide.is-exit {
  opacity: 0;
  transform: translateY(-100%);
  z-index: 1;
}
.bf-promo-slide i {
  margin-right: 8px;
  color: var(--bf-accent);
  font-size: 14px;
}
.bf-promo-slide a {
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bf-promo-slide a:hover {
  color: var(--bf-accent);
  text-decoration: none;
}
.bf-promo-text {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .bf-promo-ticker {
    height: auto;
    min-height: 40px;
    padding: 10px 0;
  }
  .bf-promo-slide {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: none;
    padding: 4px 16px;
  }
  .bf-promo-slide.is-active {
    display: flex;
  }
}

/* Kategori pill bar */
.bf-promo-pills-bar {
  background: #0a122a;
  padding: 12px 0;
}
.bf-promo-pills-bar.bf-pills-desktop {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 14px 0 16px;
}
.bf-promo-pills-bar.bf-pills-desktop .bf-promo-pills-scroll {
  display: flex;
  justify-content: center;
}
.bf-promo-pills-bar.bf-pills-desktop .bf-promo-pills li a,
.bf-promo-pills-bar.bf-pills-desktop .bf-promo-pills li span {
  background: #fff;
  border: 1.5px solid #121621;
  color: #121621;
}
.bf-promo-pills-bar.bf-pills-desktop .bf-promo-pills a:hover {
  background: #121621;
  color: #fff;
  border-color: #121621;
}
.bf-promo-pills-bar.bf-pills-mobile {
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.bf-promo-pills-scroll {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.bf-promo-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bf-promo-pills li a,
.bf-promo-pills li span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 18px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.75);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  font-family: var(--bf-font);
}
.bf-promo-pills li i { font-size: 13px; }
.bf-pill-item-1 i { color: #e30613; }
.bf-pill-item-2 i { color: #003399; }
.bf-pill-item-3 i { color: #fff; }
.bf-pill-item-4 i { color: #2ecc71; }
.bf-pill-item-5 i { color: #ff9800; }
.bf-promo-pills a:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

/* Utility bar */
.bf-utility-bar {
  background: var(--bf-light);
  border-bottom: 1px solid #e9ecef;
  font-size: 13px;
  padding: 8px 0;
}
.bf-utility-bar .bf-contact span { margin-right: 18px; }
.bf-utility-bar .bf-contact i { color: var(--bf-primary); margin-right: 6px; }
.bf-support-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bf-accent);
  margin-right: 6px;
  vertical-align: middle;
}
.bf-utility-links a {
  margin-left: 16px;
  color: #444;
  font-weight: 500;
}

/* Main header */
.bf-main-header {
  background: var(--bf-white);
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.bf-header-row {
  display: flex;
  align-items: center;
}
.bf-main-header .bf-logo img { max-height: 70px; }
.bf-main-header .bf-logo h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  font-family: var(--bf-font);
}

.bf-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}
.bf-header-icon-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bf-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #121621;
  border-radius: 0;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}
.bf-icon-btn.bf-icon-framed {
  border: 2px solid var(--bf-header-border, var(--bf-accent));
  border-radius: 50%;
  background: #fff;
}
.bf-icon-btn.bf-icon-framed:hover,
.bf-icon-btn.bf-icon-framed:focus {
  color: #121621;
  text-decoration: none;
  border-color: var(--bf-header-border-hover, #4a4a4a);
  opacity: 1;
}
.bf-icon-btn:not(.bf-icon-framed):hover,
.bf-icon-btn:not(.bf-icon-framed):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.bf-icon-btn .bf-icon-svg {
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .bf-main-header .bf-header-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  .bf-main-header .bf-header-row > [class*="col-"] {
    float: none;
  }
  .bf-main-header .bf-header-row > .col-sm-3 {
    flex: 0 0 auto;
    width: auto;
    max-width: 200px;
  }
  .bf-main-header .bf-header-row > .col-sm-5 {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .bf-main-header .bf-header-row > .col-sm-4.bf-header-actions {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bf-header-actions .dropdown,
  .bf-header-account-dropdown {
    flex-shrink: 0;
  }
  .bf-header-actions #cart.bf-cart,
  .bf-header-icon-group #cart.bf-cart {
    display: inline-flex;
    width: auto;
    margin: 0;
    float: none;
    flex-shrink: 0;
  }
  .bf-mobile-drawer {
    display: none !important;
  }
  .bf-promo-pills-bar.bf-pills-desktop:not(.bf-pills-layout-stack) .bf-promo-pills-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .bf-promo-pills-bar.bf-pills-desktop:not(.bf-pills-layout-stack) .bf-promo-pills-scroll::-webkit-scrollbar {
    display: none;
  }
  .bf-promo-pills-bar.bf-pills-desktop:not(.bf-pills-layout-stack) .bf-promo-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    max-width: none;
    margin: 0 auto;
    gap: 10px;
  }
  .bf-promo-pills-bar.bf-pills-desktop:not(.bf-pills-layout-stack) .bf-promo-pills li {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .bf-promo-pills-bar.bf-pills-desktop.bf-pills-layout-stack .bf-promo-pills-scroll {
    overflow-x: visible;
    justify-content: center;
  }
  .bf-promo-pills-bar.bf-pills-desktop.bf-pills-layout-stack .bf-promo-pills {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Search — paralelkenar */
.bf-search {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  z-index: 40;
}
.bf-search-suggest {
  display: none;
  position: fixed !important;
  left: 0;
  right: auto;
  top: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .16);
  max-height: min(420px, 70vh);
  overflow: auto;
  padding: 8px;
  z-index: 2147483000 !important;
}
.bf-search-suggest.is-open {
  display: block !important;
}
.bf-search-group + .bf-search-group {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f1f5f9;
}
.bf-search-group-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #94a3b8;
  padding: 6px 10px;
}
.bf-search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #111;
  text-decoration: none;
}
.bf-search-item:hover {
  background: #f8fafc;
  color: #111;
}
.bf-search-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
  background: #f8fafc;
  flex: 0 0 auto;
}
.bf-search-item-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.bf-search-item-meta strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.bf-search-item-meta em {
  font-style: normal;
  font-size: 12px;
  color: #16a34a;
  font-weight: 700;
}
.bf-search-shape {
  display: flex;
  align-items: stretch;
  transform: skewX(-14deg);
  border: 2px solid var(--bf-header-border, var(--bf-accent));
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  min-height: 44px;
  transition: border-color .2s ease;
}
.bf-search:hover .bf-search-shape,
.bf-search:focus-within .bf-search-shape {
  border-color: var(--bf-header-border-hover, #4a4a4a);
}
.bf-search-input,
.bf-search-btn {
  transform: skewX(14deg);
  border: 0;
  background: transparent;
}
.bf-search-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 8px 0 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #121621;
  box-shadow: none;
  outline: none;
}
.bf-search input[type="text"],
.bf-search .bf-search-input,
#search .bf-search-input,
.ac-desktop-search-drawer .bf-search-input,
.ac-mobile-search-drawer .bf-search-input {
  text-transform: none !important;
  letter-spacing: normal !important;
}
.bf-search-input::placeholder {
  color: #b0b4bc;
  opacity: 1;
}
.bf-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  flex-shrink: 0;
  color: #121621;
  cursor: pointer;
  padding: 0;
}
.bf-search-btn:hover {
  color: #000;
}

/* Cart button */
#cart.bf-cart .bf-cart-btn {
  position: relative;
  background: #fff;
  color: #121621;
  border: 2px solid var(--bf-header-border, var(--bf-accent));
  border-radius: 50%;
  font-weight: 700;
  padding: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: border-color .2s ease;
}
#cart.bf-cart .bf-cart-btn:hover,
#cart.bf-cart .bf-cart-btn:focus {
  background: #fff;
  color: #121621;
  box-shadow: none;
  border-color: var(--bf-header-border-hover, #4a4a4a);
}
#cart.bf-cart .bf-cart-btn.bf-icon-framed {
  border: 2px solid var(--bf-header-border, var(--bf-accent));
}
#cart.bf-cart .bf-cart-badge {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--bf-accent);
  color: #121621;
  font-size: 9px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}
#cart.bf-cart .bf-cart-badge.is-empty,
#cart.bf-cart .bf-cart-badge[data-count="0"] {
  display: none;
}

/* Navigation — beyaz menü bandı */
.bf-nav-wrap {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.bf-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 1140px;
}
.bf-nav-wrap #menu.navbar {
  margin: 0;
  border: 0;
  min-height: auto;
  background: transparent;
  flex: 1;
  min-width: 0;
}
.bf-nav-wrap #menu .navbar-nav.bf-main-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
}
.bf-nav-wrap #menu .navbar-nav > li > a {
  padding: 11px 11px;
  font-weight: 600;
  color: #121621;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-family: var(--bf-font);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  transition: color .15s ease, background .15s ease;
}
.bf-nav-wrap #menu .navbar-nav > li > a i {
  font-size: 12px;
  color: var(--bf-accent);
}
.bf-nav-wrap #menu .navbar-nav > li > a:hover,
.bf-nav-wrap #menu .navbar-nav > li > a:focus {
  background: #f5f6f8;
  color: #000;
}
.bf-nav-wrap #menu .navbar-nav > li.bf-menu-highlight > a {
  background: transparent;
  color: #121621;
  border-radius: 6px;
  margin: 0;
  padding: 11px 11px;
  font-weight: 600;
}
.bf-nav-wrap #menu .navbar-nav > li.bf-menu-highlight > a i {
  color: var(--bf-accent);
}
.bf-nav-contact {
  flex-shrink: 0;
  margin: 0;
  float: none;
}
.bf-nav-contact-btn {
  background: transparent;
  color: #121621;
  font-weight: 600;
  border: 0;
  border-radius: 6px;
  padding: 11px 11px;
  font-size: 13px;
  font-family: var(--bf-font);
  letter-spacing: 0.01em;
  box-shadow: none;
}
.bf-nav-contact-btn:hover,
.bf-nav-contact-btn:focus {
  background: #f5f6f8;
  color: #000;
}

/* Sabit WhatsApp + yukarı kaydır */
.ac-floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9985;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.bf-whatsapp-float {
  position: static;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366 0%, #1ebe57 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
  transition: transform .25s ease, box-shadow .25s ease, margin-right .35s cubic-bezier(.4,0,.2,1), background .25s ease;
  flex-shrink: 0;
}
.ac-floating-actions.is-scroll-visible .bf-whatsapp-float {
  margin-right: 10px;
}
.ac-scroll-top {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  min-width: 0;
  height: 48px;
  padding: 0;
  border: 0 solid var(--bf-header-border, #ddd);
  border-radius: 50%;
  background: #fff;
  color: var(--ac-primary, #1a1a2e);
  box-shadow: none;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.9);
  pointer-events: none;
  transition: width .35s cubic-bezier(.4,0,.2,1), min-width .35s cubic-bezier(.4,0,.2,1), opacity .35s cubic-bezier(.4,0,.2,1), transform .35s cubic-bezier(.4,0,.2,1), visibility .35s, border-width .35s cubic-bezier(.4,0,.2,1), box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.ac-scroll-top.is-visible {
  width: 48px;
  min-width: 48px;
  border-width: 2px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.ac-scroll-top:hover,
.ac-scroll-top:focus {
  color: var(--ac-accent, #e60000);
  border-color: var(--bf-header-border-hover, #4a4a4a);
  box-shadow: 0 6px 20px rgba(0,0,0,.16);
  outline: none;
}
.ac-scroll-top .ac-icon-svg { display: block; }
.bf-whatsapp-float:hover,
.bf-whatsapp-float:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 28px rgba(37, 211, 102, .45);
  background: linear-gradient(145deg, #2ee676 0%, #25d366 100%);
}
.bf-whatsapp-float .bf-icon-svg {
  display: block;
}
.bf-footer-copyright {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: #8a93a3;
}
.bf-footer-copyright a {
  color: #1a1a2e;
  font-weight: 700;
  text-decoration: none;
}
.bf-footer-copyright a:hover,
.bf-footer-copyright a:focus {
  color: var(--bf-accent, #ffd700);
  text-decoration: none;
}
.bf-login-page .bf-login-grid {
  margin-top: 8px;
}
.bf-login-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, .06);
  height: 100%;
}
.bf-login-card h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
}
.bf-login-lead {
  margin-bottom: 10px;
  color: #344054;
}
.bf-login-card p {
  color: #667085;
  line-height: 1.6;
}
.bf-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  margin-top: 18px;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.bf-login-btn-primary {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(26, 26, 46, .18);
}
.bf-login-btn-primary:hover,
.bf-login-btn-primary:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 26, 46, .24);
  background: linear-gradient(135deg, #252b45 0%, #3a4578 100%);
}
.bf-login-forgot {
  display: inline-block;
  margin-top: 10px;
  color: #667085;
}
.bf-login-forgot:hover,
.bf-login-forgot:focus {
  color: #1a1a2e;
}

/* Tema buton stili — OpenCart varsayılan btn-primary override */
.bf-theme-btn,
.btn.btn-primary,
a.btn.btn-primary,
button.btn-primary,
input.btn-primary[type="submit"],
input.btn-primary[type="button"],
#content .btn-primary,
.buttons .btn-primary {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%) !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(26, 26, 46, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.bf-theme-btn:hover,
.bf-theme-btn:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus,
input.btn-primary[type="submit"]:hover,
#content .btn-primary:hover,
#content .btn-primary:focus,
.buttons .btn-primary:hover,
.buttons .btn-primary:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 26, 46, .24);
  background: linear-gradient(135deg, #252b45 0%, #3a4578 100%) !important;
}

/* Hero slideshow */
.bf-hero .slideshow.swiper-viewport {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}
.bf-hero-slide {
  position: relative;
  overflow: hidden;
}
.bf-hero .bf-hero-image {
  width: 100%;
  min-height: 420px;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.bf-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.05) 100%);
}
.bf-hero-copy h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 640px;
  margin: 0 0 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.bf-hero-cta {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8c00, #ffd700);
  color: var(--bf-primary);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .5px;
}
.bf-hero-link:hover .bf-hero-cta { opacity: .92; color: var(--bf-primary); }

/* Section titles */
.bf-section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: var(--bf-primary);
  margin: 40px 0 24px;
  position: relative;
}
.bf-section-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--bf-accent);
  margin: 10px auto 0;
}

/* Product cards */
.bf-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
  margin: 0;
  padding: 0;
}
.bf-products-grid::before,
.bf-products-grid::after {
  display: none;
}
.bf-products-grid .bf-product-grid-item,
.bf-products-grid .product-layout {
  width: 100%;
  max-width: none;
  float: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
@media (max-width: 1199px) {
  .bf-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .bf-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }
}
@media (max-width: 479px) {
  .bf-products-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Category list view */
.bf-category-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 20px;
}
.bf-category-toolbar-item {
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
}
.bf-category-toolbar .form-group {
  margin-bottom: 0;
  height: 100%;
}
.bf-category-toolbar .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(26, 26, 46, .12);
}
.bf-category-toolbar .input-group-addon {
  flex: 0 0 74px;
  width: 74px;
  min-width: 74px;
  height: auto !important;
  min-height: 40px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  padding: 0 10px;
  line-height: 1.2;
  margin-bottom: 0;
}
.bf-category-toolbar .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border: 1px solid #d8dde6 !important;
  border-left: 0 !important;
  border-radius: 0 10px 10px 0 !important;
  box-shadow: none !important;
  height: 40px;
  font-weight: 600;
  color: #121621;
  background: #fff;
}
.bf-category-toolbar .form-control:focus {
  border-color: #2d3561 !important;
  outline: 0;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .bf-category-toolbar {
    flex-direction: column;
    gap: 10px;
  }
  .bf-category-toolbar-item {
    flex: 1 1 100%;
    width: 100%;
  }
}
.bf-category-products-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.bf-product-list-item {
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: box-shadow .15s ease;
}
.bf-product-list-item:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.bf-list-thumb {
  flex: 0 0 120px;
  width: 120px;
  display: block;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
}
.bf-list-thumb img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.bf-list-body {
  flex: 1;
  min-width: 0;
}
.bf-list-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.bf-list-title a { color: var(--bf-primary); }
.bf-list-desc {
  margin: 0 0 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.bf-list-rating { margin-bottom: 8px; font-size: 12px; }
.bf-list-price .price-old {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 14px;
}
.bf-list-price .price-new {
  color: var(--bf-price);
  font-size: 20px;
  font-weight: 800;
}
.bf-list-actions {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.bf-list-actions .bf-btn-detail,
.bf-list-actions .bf-btn-design {
  display: block;
  text-align: center;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.bf-list-actions .bf-btn-detail {
  background: var(--bf-primary);
  color: #fff;
}
.bf-list-actions .bf-btn-detail:hover { background: #000; color: #fff; }
@media (max-width: 767px) {
  .bf-product-card .bf-card-image {
    padding: 10px 10px 10px 10px;
    min-height: 210px;
  }
  .bf-card-vertical-label {
    display: none;
  }
  .bf-product-card .bf-badges {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(100% - 12px);
    gap: 4px;
  }
  .bf-badge {
    font-size: 9px;
    padding: 4px 7px;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }
  .bf-badge-custom {
    font-size: 9px;
    letter-spacing: 0;
  }
  .bf-product-card .bf-card-title {
    min-height: auto;
    font-size: 13px;
  }
  .bf-product-list-item {
    flex-direction: column;
  }
  .bf-list-thumb {
    width: 100%;
    flex-basis: auto;
  }
  .bf-list-actions {
    flex: 1;
    width: 100%;
  }
}

.bf-product-card {
  background: var(--bf-white);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s;
}
.bf-product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.bf-product-card .bf-card-image {
  position: relative;
  background: #f5f5f5;
  padding: 10px 42px 10px 10px;
  text-align: center;
  min-height: 240px;
  overflow: hidden;
}
.bf-card-vertical-label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  max-width: 34px;
  max-height: calc(100% - 20px);
  padding: 8px 5px;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  z-index: 3;
  border-radius: 4px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
.bf-card-vertical-label br {
  display: none;
}
.bf-product-card .bf-card-image img {
  max-height: 220px;
  width: auto;
  margin: 0 auto;
}
.bf-product-card .bf-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  max-width: calc(100% - 58px);
}
.bf-badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  color: var(--bf-white);
}
.bf-badge-sale { background: var(--bf-price); }
.bf-badge-new { background: var(--bf-accent); color: var(--bf-primary); }
.bf-badge-custom { background: #0066cc; }
.bf-badge-ship { background: #0066cc; }
.bf-product-card .bf-card-body { padding: 14px 14px 8px; flex: 1; }
.bf-product-card .bf-card-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  min-height: 3.9em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bf-product-card .bf-card-title a {
  color: var(--bf-primary);
}
.bf-card-rating { margin: 0 0 8px; color: var(--bf-accent); font-size: 12px; }
.bf-product-card .bf-card-price .price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  margin-right: 6px;
}
.bf-product-card .bf-card-price .price-new,
.bf-product-card .bf-card-price > .price {
  color: var(--bf-price);
  font-size: 20px;
  font-weight: 800;
}
.bf-card-footer-btns { display: flex; margin-top: auto; }
.bf-card-footer-btns a {
  flex: 1;
  border: 0;
  padding: 14px 8px;
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  letter-spacing: .3px;
}
.bf-card-footer-btns .bf-btn-detail {
  background: linear-gradient(180deg, #2a2a2a, #111);
  color: #fff;
}
.bf-card-footer-btns .bf-btn-design { color: #fff !important; }
.ac-btn-design.bf-team-gs,
.bf-btn-design.bf-team-gs { background: linear-gradient(90deg, #e30613, #ffd700) !important; color: #fff !important; }
.ac-btn-design.bf-team-fb,
.bf-btn-design.bf-team-fb { background: linear-gradient(90deg, #003399, #ffd700) !important; color: #fff !important; }
.ac-btn-design.bf-team-bjk,
.bf-btn-design.bf-team-bjk { background: linear-gradient(90deg, #111, #fff) !important; color: #111 !important; }
.ac-btn-design.bf-team-ts,
.bf-btn-design.bf-team-ts { background: linear-gradient(90deg, #6e0218, #7ec8ff) !important; color: #fff !important; }
.ac-btn-design.bf-team-default,
.bf-btn-design.bf-team-default,
.ac-btn-design.ac-team-default { background: linear-gradient(90deg, var(--bf-primary, #111), var(--bf-accent, #e60000)) !important; color: #fff !important; }
.ac-product-card,
.bf-product-card,
.ac-product-card.bf-team-gs,
.ac-product-card.bf-team-fb,
.ac-product-card.bf-team-bjk,
.ac-product-card.bf-team-ts,
.ac-product-card.bf-team-default,
.bf-product-card.bf-team-gs,
.bf-product-card.bf-team-fb,
.bf-product-card.bf-team-bjk,
.bf-product-card.bf-team-ts,
.bf-product-card.bf-team-default,
.ac-product-card .ac-card-body,
.bf-product-card .bf-card-body,
.ac-product-card .ac-card-footer-btns,
.bf-product-card .bf-card-footer-btns {
  background: #fff !important;
  background-image: none !important;
}
.ac-product-card[data-team="bf-team-gs"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-gs"] .bf-card-nav-prev { background: #ffd700; color: #111; }
.ac-product-card[data-team="bf-team-gs"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-gs"] .bf-card-nav-next { background: #e30613; color: #fff; }
.ac-product-card[data-team="bf-team-fb"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-fb"] .bf-card-nav-prev { background: #ffd700; color: #111; }
.ac-product-card[data-team="bf-team-fb"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-fb"] .bf-card-nav-next { background: #003399; color: #fff; }
.ac-product-card[data-team="bf-team-bjk"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-bjk"] .bf-card-nav-prev { background: #111; color: #fff; }
.ac-product-card[data-team="bf-team-bjk"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-bjk"] .bf-card-nav-next { background: #fff; color: #111; border: 1px solid #111; }
.ac-product-card[data-team="bf-team-default"] .bf-card-nav-prev,
.bf-product-card[data-team="bf-team-default"] .bf-card-nav-prev { background: #ffd700; color: #111; }
.ac-product-card[data-team="bf-team-default"] .bf-card-nav-next,
.bf-product-card[data-team="bf-team-default"] .bf-card-nav-next { background: #111; color: #fff; }
.bf-featured-module { padding: 0 15px; max-width: 1200px; margin: 0 auto; }
.bf-featured-module .bf-products-grid {
  width: 100%;
}

/* Carousel row */
.bf-mini-banners .carousel.swiper-viewport {
  border: 0;
  box-shadow: none;
  margin: 30px 0;
}
.bf-mini-banners .swiper-slide img {
  border-radius: 8px;
  width: 100%;
}

/* Category highlights */
.bf-highlight-block {
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0;
  color: var(--bf-white);
  display: flex;
  flex-wrap: wrap;
  min-height: 220px;
}
.bf-highlight-block.bf-adult { background: var(--bf-primary); }
.bf-highlight-block.bf-child { background: var(--bf-green); }
.bf-highlight-content { flex: 1; padding: 36px; min-width: 280px; }
.bf-highlight-content h3 { font-size: 28px; font-weight: 800; margin-top: 0; }
.bf-highlight-list { flex: 1; padding: 36px; min-width: 280px; }
.bf-highlight-list ul { list-style: none; padding: 0; margin: 0; }
.bf-highlight-list li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.bf-highlight-list a { color: var(--bf-accent); font-weight: 600; }
.bf-highlight-cta {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 28px;
  background: var(--bf-accent);
  color: var(--bf-primary);
  font-weight: 800;
  border-radius: 30px;
}

/* Process steps */
.bf-process-section {
  background: var(--bf-white);
  padding: 40px 0;
  text-align: center;
}
.bf-process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.bf-process-step {
  flex: 1;
  min-width: 180px;
  max-width: 240px;
}
.bf-process-step .bf-step-num {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: var(--bf-accent);
  color: var(--bf-primary);
  font-size: 22px;
  font-weight: 800;
  margin: 0 auto 12px;
}
.bf-process-step h4 { font-weight: 700; font-size: 15px; }
.bf-process-step p { font-size: 13px; color: #666; }

/* Trust bar */
.bf-trust-bar {
  background: var(--bf-white);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}
.bf-trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
}
.bf-trust-item {
  text-align: center;
  flex: 1;
  min-width: 140px;
}
.bf-trust-item i {
  font-size: 32px;
  color: var(--bf-primary);
  margin-bottom: 8px;
}
.bf-trust-item h5 { font-weight: 700; font-size: 14px; margin: 0 0 4px; }
.bf-trust-item p { font-size: 12px; color: #666; margin: 0; }

/* Footer */
.bf-footer {
  background: var(--bf-primary);
  color: rgba(255,255,255,.85);
  padding: 48px 0 0;
  margin-top: 40px;
}
.bf-footer h5 {
  color: var(--bf-accent);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
.bf-footer ul { list-style: none; padding: 0; margin: 0; }
.bf-footer ul li { margin-bottom: 8px; }
.bf-footer a { color: rgba(255,255,255,.85); }
.bf-footer a:hover { color: var(--bf-accent); }
.bf-footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  margin-right: 8px;
  color: var(--bf-white);
}
.bf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 32px;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}
.bf-payment-icons i { font-size: 28px; margin: 0 6px; color: rgba(255,255,255,.6); }

/* Hide default top nav */
nav#top { display: none !important; }

/* Product detail page */
/* Chevron breadcrumb — kısayol pill barının hemen altında */
.bf-chevron-breadcrumb-bar {
  background: transparent;
  padding: 8px 0 10px;
  margin: 0;
  border: 0;
}
.bf-chevron-breadcrumb-bar .container {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.bf-chevron-breadcrumb-bar .container::-webkit-scrollbar {
  display: none;
}
.bf-chevron-breadcrumb-bar .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  width: max-content;
  max-width: none;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--bf-font, 'Montserrat', sans-serif);
  box-shadow: none;
}
.bf-chevron-breadcrumb-bar .breadcrumb > li {
  float: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  position: static;
  text-shadow: none;
  font-weight: 400;
}
.bf-chevron-breadcrumb-bar .breadcrumb > li:after {
  display: none;
  content: none;
}
html[dir=rtl] .bf-chevron-breadcrumb-bar .breadcrumb > li:after {
  display: none;
  content: none;
}
.bf-chevron-breadcrumb-bar .breadcrumb > li + li:before {
  content: '›';
  padding: 0 6px;
  color: #c5c9d0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.bf-chevron-breadcrumb-bar .breadcrumb > li > a,
.bf-chevron-breadcrumb-bar .breadcrumb > li {
  color: #6b7280;
  font-weight: 400;
  font-family: var(--bf-font, 'Montserrat', sans-serif);
}
.bf-chevron-breadcrumb-bar .breadcrumb > li:last-child {
  color: #374151;
}
.bf-chevron-breadcrumb-bar .breadcrumb > li > a:hover {
  color: #111;
  text-decoration: none;
}
.bf-chevron-breadcrumb-bar .breadcrumb i.fa-home {
  font-size: 12px;
  font-weight: 400;
}

.bf-product-page {
  padding-bottom: 40px;
}
.bf-product-breadcrumb-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -15px;
  padding: 0 15px;
}
.bf-product-breadcrumb-wrap::-webkit-scrollbar {
  display: none;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb {
  background: transparent;
  border: 0;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  max-width: none;
  box-shadow: none;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li + li:before {
  content: '/';
  padding: 0 8px;
  color: #c5c9d0;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li {
  float: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  text-shadow: none;
  position: static;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li:after {
  display: none;
  content: none;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li > a,
.bf-product-page .breadcrumb.bf-product-breadcrumb > li > span {
  color: #6b7280;
  font-weight: 500;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li > a:hover {
  color: #121621;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li:last-child > span {
  color: #121621;
  font-weight: 600;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb > li > a .fa-home {
  font-size: 14px;
  color: #121621;
}
.bf-product-page .breadcrumb.bf-product-breadcrumb .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bf-product-page .breadcrumb {
  background: transparent;
  border: 0;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 12px;
}
.bf-product-top {
  margin-bottom: 32px;
}
.bf-product-gallery {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
}
.bf-gallery-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.bf-product-gallery .bf-main-image a {
  display: block;
  cursor: zoom-in;
}
.bf-product-gallery .bf-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.bf-product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  list-style: none;
  padding: 0;
}
.bf-product-thumbs li a {
  display: block;
  width: 72px;
  height: 72px;
  border: 2px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px;
}
.bf-product-thumbs li a.active,
.bf-product-thumbs li a:hover {
  border-color: var(--bf-accent);
}
.bf-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bf-review-snippet-box {
  margin-top: 24px;
  padding: 20px;
  background: var(--bf-light);
  border: 1px solid #eee;
  border-radius: 4px;
}
.bf-review-snippet-box h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--bf-primary);
}
.bf-review-snippet {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.bf-review-snippet:last-child { border-bottom: 0; }
.bf-review-snippet .bf-stars {
  color: var(--bf-accent);
  font-size: 12px;
  margin-bottom: 4px;
}
.bf-review-snippet .bf-author {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 4px;
}
.bf-review-snippet .bf-text {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}
.bf-product-buy {
  padding-left: 15px;
}
.bf-product-buy h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 16px;
  color: var(--bf-primary);
}
.bf-product-price {
  margin-bottom: 20px;
}
.bf-product-price .bf-price-current {
  font-size: 32px;
  font-weight: 800;
  color: var(--bf-price);
  line-height: 1;
}
.bf-product-price .bf-price-old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}
.bf-product-price .bf-price-tax {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}
.bf-product-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 13px;
  color: #666;
}
.bf-product-meta li { margin-bottom: 4px; }
.bf-product-options {
  margin-bottom: 20px;
}
.bf-option-group {
  margin-bottom: 16px;
}
.bf-option-group > label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  color: var(--bf-primary);
}
.bf-option-group .form-control {
  border-radius: 4px;
  border-color: #ddd;
  font-family: var(--bf-font);
  font-size: 14px;
  height: 42px;
}
.bf-option-group textarea.form-control {
  height: auto;
  min-height: 80px;
}
.bf-size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bf-size-btn {
  min-width: 48px;
  height: 42px;
  padding: 0 14px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  font-family: var(--bf-font);
  color: var(--bf-primary);
  cursor: pointer;
  transition: all .15s ease;
}
.bf-size-btn:hover,
.bf-size-btn.active {
  border-color: var(--bf-primary);
  background: var(--bf-primary);
  color: #fff;
}
.bf-size-btn.is-oos,
.bf-size-btn.is-oos:disabled {
  position: relative;
  overflow: hidden;
  border-color: #ddd;
  background: #f7f7f7;
  color: #999;
  text-decoration: line-through;
  cursor: not-allowed;
  opacity: .9;
}
.bf-size-btn.is-oos::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: #e60000;
  transform: rotate(-24deg);
  pointer-events: none;
}
.bf-size-btn.is-oos:hover,
.bf-size-btn.is-oos.active {
  border-color: #ddd;
  background: #f7f7f7;
  color: #999;
}
.bf-size-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.bf-size-oos-tip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;
}
.bf-size-oos-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}
.bf-size-item:not(.is-oos) .bf-size-oos-tip {
  display: none !important;
}
.bf-size-item.is-oos:hover .bf-size-oos-tip,
.bf-size-item.is-oos.bf-show-oos-tip .bf-size-oos-tip {
  display: block;
}
.bf-hidden-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.bf-product-actions {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 20px;
}
.bf-qty-wrap {
  flex: 0 0 130px;
}
.bf-qty-control {
  display: flex;
  align-items: stretch;
  height: 52px;
}
.bf-qty-control input {
  flex: 1;
  min-width: 0;
  height: 52px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.bf-qty-spinners {
  display: flex;
  flex-direction: column;
  width: 38px;
  flex-shrink: 0;
}
.bf-qty-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d5d8dc;
  background: #f5f6f7;
  color: #333;
  cursor: pointer;
  line-height: 1;
  transition: background .15s ease, color .15s ease;
}
.bf-qty-btn:hover {
  background: #e9ecef;
  color: #111;
}
.bf-qty-up {
  border-radius: 0 4px 0 0;
  border-bottom: 0;
}
.bf-qty-down {
  border-radius: 0 0 4px 0;
}
.bf-qty-btn i {
  font-size: 11px;
}
.bf-product-page #button-cart {
  flex: 1;
  height: 52px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.bf-product-page #button-cart.bf-promo-default {
  background: linear-gradient(90deg, #ff4d00, #ffb300);
  box-shadow: 0 8px 20px rgba(255, 77, 0, .25);
}
.bf-product-page #button-cart.bf-promo-default:hover {
  background: linear-gradient(90deg, #e64500, #e6a100);
  color: #fff;
}
.bf-product-page #button-cart.bf-promo-gs {
  background: linear-gradient(90deg, #e85d04, #f48c06);
  box-shadow: 0 8px 20px rgba(232, 93, 4, .28);
}
.bf-product-page #button-cart.bf-promo-gs:hover {
  background: linear-gradient(90deg, #d45303, #e07d05);
  color: #fff;
}
.bf-product-page #button-cart.bf-promo-fb {
  background: linear-gradient(90deg, #001a4d, #003da5);
  box-shadow: 0 8px 20px rgba(0, 26, 77, .28);
}
.bf-product-page #button-cart.bf-promo-fb:hover {
  background: linear-gradient(90deg, #001440, #00348f);
  color: #fff;
}
.bf-product-page #button-cart.bf-promo-bjk {
  background: linear-gradient(90deg, #111111, #2b2b2b);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
}
.bf-product-page #button-cart.bf-promo-bjk:hover {
  background: linear-gradient(90deg, #000000, #222222);
  color: #fff;
}
.bf-product-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 8px;
}
.bf-product-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
}
.bf-product-trust-item i {
  font-size: 20px;
  color: var(--bf-primary);
  margin-top: 2px;
}
.bf-product-trust-item strong {
  display: block;
  font-size: 13px;
  color: var(--bf-primary);
}
.bf-product-trust-item span {
  display: block;
  color: #666;
}
.bf-product-tabs-wrap {
  margin-top: 48px;
  padding-bottom: 40px;
  border-top: 0;
}
.bf-product-tabs-center {
  width: 100%;
  max-width: none;
  margin: 0;
}
.bf-product-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: none;
  border-bottom: 1px solid #e3e6ea;
  background: #f3f4f6;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  padding: 4px 12px 0;
}
.bf-product-tabs > li {
  float: none;
  margin-bottom: 0;
}
.bf-product-tabs > li > a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #7a8194;
  border: none !important;
  border-radius: 0;
  padding: 16px 28px;
  font-family: var(--bf-font);
  position: relative;
  background: transparent !important;
  margin-right: 0;
}
.bf-product-tabs > li > a:hover {
  color: var(--bf-primary);
  background: transparent !important;
}
.bf-product-tabs > li.active > a,
.bf-product-tabs > li.active > a:hover,
.bf-product-tabs > li.active > a:focus {
  color: var(--bf-primary);
  font-weight: 800;
  background: transparent !important;
  border: none !important;
}
.bf-product-tabs > li.active > a::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 4px;
  background: var(--bf-accent-lime);
  border-radius: 3px 3px 0 0;
}
.bf-tab-panel {
  background: #fff;
  border: 1px solid #ececec;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 18px rgba(18,22,33,.05);
  padding: 32px 36px;
}
.bf-tab-content {
  font-size: 14px;
  line-height: 1.75;
}
.bf-tab-content h1,
.bf-tab-content h2,
.bf-tab-content h3 {
  font-weight: 800;
  color: var(--bf-primary);
  margin-top: 0;
}
.bf-tab-content .table { font-size: 14px; }
.bf-related-title {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  color: var(--bf-primary);
}
.bf-product-rating-summary {
  margin-bottom: 12px;
  font-size: 13px;
}
.bf-product-rating-summary a { font-weight: 600; }
@media (max-width: 991px) {
  .bf-product-buy { margin-top: 24px; }
  .bf-product-trust { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .bf-product-page .bf-product-buy {
    padding-left: 12px;
    padding-right: 12px;
  }
  .bf-product-page .bf-whatsapp-info,
  .bf-product-page .bf-whatsapp-support-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .bf-product-page .bf-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .bf-product-buy h1 { font-size: 18px; }
  .bf-product-price .bf-price-current { font-size: 26px; }
  .bf-product-actions { flex-direction: row; align-items: flex-end; }
  .bf-qty-wrap { flex: 0 0 120px; width: auto; }
}

/* Product detail v2 */
.bf-product-promo-strip {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  margin: 14px 0 18px;
}
.bf-product-promo-strip.bf-promo-default {
  background: linear-gradient(90deg, #ff4d00, #ffb300);
}
.bf-product-promo-strip.bf-promo-gs {
  background: linear-gradient(90deg, #e85d04, #f48c06);
}
.bf-product-promo-strip.bf-promo-fb {
  background: linear-gradient(90deg, #001a4d, #003da5);
}
.bf-product-promo-strip.bf-promo-bjk {
  background: linear-gradient(90deg, #111111, #2b2b2b);
}
.bf-gallery-stage { display: flex; flex-direction: column; gap: 12px; }
.bf-main-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #fafafa;
}
.bf-gallery-vertical-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .6px;
  padding: 16px 0;
  line-height: 1.25;
}
.bf-review-snippet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2e7d32;
  font-size: 13px;
  font-weight: 600;
}
.bf-review-snippet-head h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 8px 0 18px;
}
.bf-review-snippet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.bf-review-date { font-size: 12px; color: #888; }
.bf-reviews-all-btn {
  margin-top: 16px;
  background: var(--bf-primary);
  color: #fff;
  border: 0;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 6px;
}
.bf-reviews-all-btn:hover { background: #000; color: #fff; }
.bf-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.bf-product-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}
.bf-product-badge-link {
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.bf-product-badge-link:hover,
.bf-product-badge-link:focus {
  background: #c8e6c9;
  color: #1b5e20;
  text-decoration: none;
}
.bf-review-snippet-box-buy {
  margin-top: 20px;
}
.bf-product-head-actions { display: flex; gap: 8px; }
.bf-icon-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #666;
}
.bf-header-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
}
.bf-header-trust li { font-size: 12px; color: #555; font-weight: 600; }
.bf-header-trust i { color: #2e7d32; margin-right: 4px; }
.bf-deal-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
}
.bf-deal-label {
  background: rgba(0,0,0,.15);
  padding: 4px 10px;
  border-radius: 4px;
}
.bf-deal-percent {
  margin-left: auto;
  background: #fff;
  color: #c0392b;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}
.bf-price-label {
  font-size: 12px;
  font-weight: 700;
  color: #888;
  margin-bottom: 4px;
}
.bf-price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.bf-product-meta strong { color: var(--bf-primary); }
.bf-whatsapp-info {
  background: #edf7ed;
  border: 1px solid #c8e6c9;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 18px;
}
.bf-whatsapp-info p { margin: 0 0 12px; font-size: 13px; line-height: 1.5; }
.bf-whatsapp-btn,
.bf-whatsapp-support-btn {
  background: #25d366;
  color: #fff !important;
  border: 0;
  font-weight: 700;
  border-radius: 6px;
}
.bf-whatsapp-btn:hover,
.bf-whatsapp-support-btn:hover { background: #1ebe57; color: #fff !important; }
.bf-customize-box {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}
.bf-customize-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 18px;
}
.bf-option-label-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.bf-option-label-row label { margin: 0; font-size: 14px; }
.bf-option-tag {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  background: #f3f3f3;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: auto;
}
.bf-option-tag-required { color: #c0392b; background: #fdecea; }
.bf-size-table-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  padding: 7px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  color: var(--bf-primary);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--bf-font);
  line-height: 1;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.bf-size-table-btn i {
  font-size: 14px;
  color: #666;
}
.bf-size-table-btn:hover {
  border-color: #bbb;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.bf-size-chart-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.bf-size-chart-modal.is-open {
  display: flex;
}
.bf-size-chart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}
.bf-size-chart-dialog {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  overflow: hidden;
}
.bf-size-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}
.bf-size-chart-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--bf-primary);
}
.bf-size-chart-close {
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.bf-size-chart-body {
  padding: 0;
}
.bf-size-chart-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.bf-size-chart-table th,
.bf-size-chart-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
}
.bf-size-chart-table th {
  background: #f7f7f7;
  font-weight: 800;
  color: var(--bf-primary);
}
.bf-size-chart-table tbody tr:last-child td {
  border-bottom: 0;
}
body.bf-modal-open {
  overflow: hidden;
}
.bf-option-input.form-control { height: 46px; border-radius: 6px; font-weight: 600; }
.bf-char-counter { margin-top: 6px; font-size: 12px; color: #888; }
.bf-size-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.bf-size-oos-label {
  display: none;
}
.bf-qty-wrap label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #666;
}
.bf-whatsapp-support-btn { margin-top: 12px; padding: 12px 16px; }
.bf-product-trust-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.bf-product-trust-footer-item {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #555;
}
.bf-product-trust-footer-item i {
  display: block;
  font-size: 18px;
  color: #2e7d32;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .bf-product-trust-footer { grid-template-columns: 1fr; }
  .bf-tab-panel { padding: 24px 20px; }
}
@media (max-width: 767px) {
  .bf-review-snippet-head h3 { font-size: 22px; }
  .bf-deal-percent { margin-left: 0; }
  .bf-product-tabs > li > a { padding: 14px 18px; font-size: 14px; }
}

/* Kategori sayfası — altta açıklama akordeon */
.bf-category-page .bf-category-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
  color: var(--bf-primary);
}
.bf-category-accordion {
  margin-top: 36px;
  padding-top: 8px;
  border-top: 1px solid #ececec;
}
.bf-category-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%);
  border: 0;
  border-radius: 10px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  font-family: var(--bf-font);
  box-shadow: 0 8px 20px rgba(26, 26, 46, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.bf-category-accordion-toggle:hover,
.bf-category-accordion-toggle:focus {
  background: linear-gradient(135deg, #252b45 0%, #3a4578 100%);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(26, 26, 46, .24);
}
.bf-category-accordion-toggle .fa {
  color: #fff;
  transition: transform .2s ease;
}
.ac-category-home-below {
  clear: both;
  display: block;
  margin-top: 20px;
  padding-bottom: 28px;
}
.ac-category-home-below.has-accordion {
  margin-top: 20px;
}
.ac-category-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 13px;
  text-decoration: none !important;
}
.ac-category-page,
.bf-category-page {
  padding-bottom: 12px;
}
.bf-category-accordion-panel {
  display: none;
  border: 1px solid #e3e6ea;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  overflow: hidden;
}
.bf-category-accordion-body {
  padding: 22px 24px;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
}
.bf-category-accordion-body img.bf-category-desc-thumb {
  max-width: 280px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.bf-category-accordion-body img {
  max-width: 100%;
  height: auto;
}

/* Sipariş Takibi sayfası */
.bf-tracking-page {
  background: #f3f4f6;
  padding: 24px 0 48px;
}
.bf-tracking-breadcrumb-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 12px 18px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(18,22,33,.04);
}
.bf-tracking-breadcrumb {
  margin: 0;
  background: transparent;
  padding: 0;
}
.bf-tracking-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%);
  border-radius: 20px;
  padding: 34px 36px;
  color: #fff;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(26, 26, 46, .18);
}
.bf-tracking-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 0, 0, .22) 0%, rgba(230, 0, 0, 0) 70%);
}
.bf-tracking-hero-main {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.bf-tracking-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,.18);
}
.bf-tracking-hero h1 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 800;
  color: #fff;
}
.bf-tracking-hero p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
  max-width: 560px;
}
.bf-tracking-hero-features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
}
.bf-tracking-hero-features span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.bf-tracking-hero-features i {
  color: #ffb4b4;
}
.bf-tracking-search-card,
.bf-tracking-support-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 30px;
  margin-bottom: 18px;
  box-shadow: 0 4px 18px rgba(18,22,33,.05);
}
.bf-tracking-search-card h2 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
  color: var(--bf-primary);
}
.bf-tracking-search-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.bf-tracking-input {
  height: 54px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  box-shadow: none;
  font-size: 15px;
  padding: 0 18px;
}
.bf-tracking-input:focus {
  border-color: #2d3561;
  box-shadow: 0 0 0 3px rgba(45, 53, 97, .12);
}
.bf-tracking-submit {
  height: 54px;
  border-radius: 10px;
  padding: 0 24px;
  white-space: nowrap;
}
.bf-tracking-submit:hover,
.bf-tracking-submit:focus {
  color: #fff;
}
.bf-tracking-help {
  margin: 12px 0 0;
  color: #7a8194;
  font-size: 13px;
}
.bf-tracking-alert {
  margin-top: 16px;
  margin-bottom: 0;
  border-radius: 12px;
}
.bf-tracking-results {
  margin-bottom: 18px;
}
.bf-tracking-results-count {
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--bf-primary);
}
.bf-tracking-order-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 30px;
  margin-bottom: 16px;
  box-shadow: 0 4px 18px rgba(18,22,33,.05);
}
.bf-tracking-order-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eceff3;
}
.bf-tracking-order-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #7a8194;
  margin-bottom: 6px;
}
.bf-tracking-order-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--bf-primary);
}
.bf-tracking-status-pill {
  background: #eef0f8;
  color: #1a1a2e;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.bf-tracking-order-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}
.bf-tracking-order-meta div {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 14px 16px;
}
.bf-tracking-order-meta strong {
  display: block;
  font-size: 12px;
  color: #7a8194;
  margin-bottom: 6px;
}
.bf-tracking-order-meta span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--bf-primary);
}
.bf-tracking-order-section h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: var(--bf-primary);
}
.bf-tracking-product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bf-tracking-product-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f5;
}
.bf-tracking-product-list li:last-child {
  border-bottom: 0;
}
.bf-tracking-product-name {
  font-weight: 700;
  color: var(--bf-primary);
}
.bf-tracking-product-total {
  font-weight: 700;
  color: #2e7d32;
}
.bf-tracking-product-list small {
  grid-column: 1 / -1;
  color: #7a8194;
}
.bf-tracking-note {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 14px 16px;
  color: #444;
  line-height: 1.6;
}
.bf-tracking-timeline {
  position: relative;
  padding-left: 18px;
}
.bf-tracking-timeline-item {
  position: relative;
  padding: 0 0 18px 18px;
  border-left: 2px solid #e3e8ef;
}
.bf-tracking-timeline-item:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}
.bf-tracking-timeline-dot {
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%);
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px #eef0f8;
}
.bf-tracking-timeline-body strong {
  display: block;
  color: var(--bf-primary);
  font-size: 14px;
}
.bf-tracking-timeline-body span {
  display: block;
  font-size: 12px;
  color: #7a8194;
  margin-top: 2px;
}
.bf-tracking-timeline-body p {
  margin: 8px 0 0;
  font-size: 13px;
  color: #555;
}
.bf-tracking-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.bf-tracking-support-kicker {
  display: block;
  color: #e53935;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.bf-tracking-support-copy p {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--bf-primary);
  max-width: 720px;
}
.bf-tracking-whatsapp {
  background: #25d366;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 700;
  white-space: nowrap;
}
.bf-tracking-whatsapp:hover,
.bf-tracking-whatsapp:focus {
  background: #1ebe57;
  color: #fff;
}
@media (max-width: 991px) {
  .bf-tracking-hero {
    flex-direction: column;
  }
  .bf-tracking-hero-features {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
  .bf-tracking-order-meta {
    grid-template-columns: 1fr 1fr;
  }
  .bf-tracking-support-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .bf-tracking-search-row {
    flex-direction: column;
  }
  .bf-tracking-submit {
    width: 100%;
  }
  .bf-tracking-order-meta {
    grid-template-columns: 1fr;
  }
  .bf-tracking-hero h1 {
    font-size: 28px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .bf-promo-pills-bar.bf-pills-mobile {
    padding: 10px 0;
  }
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills-scroll {
    max-width: 100%;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills-scroll::-webkit-scrollbar {
    display: none;
  }
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    padding: 0 12px;
    gap: 8px;
  }
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills li {
    flex: 0 0 auto;
  }
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills li a,
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills li span {
    color: #fff !important;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.85);
    white-space: nowrap;
    font-size: 11px;
    padding: 8px 14px;
  }
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills li a:hover,
  .bf-promo-pills-bar.bf-pills-mobile .bf-promo-pills li a:focus {
    color: #fff !important;
    background: rgba(255,255,255,.18);
  }

  .bf-mobile-header.visible-xs {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 10px 12px;
  }
  .bf-mobile-menu-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border: 1px solid #e3e6ea;
    border-radius: 10px;
    background: #fff;
    color: #121621;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0;
    flex-shrink: 0;
  }
  .bf-mobile-logo {
    min-width: 0;
    overflow: hidden;
    text-align: center;
  }
  .bf-mobile-logo-inner img {
    max-height: 42px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }
  .bf-mobile-logo-inner a {
    color: #121621;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
  }
  .bf-mobile-header-icons {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
    flex-shrink: 0;
    justify-self: end;
  }
  .bf-mobile-header-icons .bf-icon-btn {
    width: 38px;
    height: 38px;
  }
  .bf-mobile-header-icons .bf-icon-btn.bf-icon-framed,
  .bf-mobile-cart-wrap #cart.bf-cart .bf-cart-btn.bf-icon-framed {
    width: 38px;
    height: 38px;
  }
  .ac-floating-actions {
    right: 14px;
    bottom: 14px;
  }
  .ac-floating-actions.is-scroll-visible .bf-whatsapp-float {
    margin-right: 8px;
  }
  .bf-whatsapp-float,
  .ac-scroll-top.is-visible {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .bf-mobile-cart-wrap {
    flex-shrink: 0;
    line-height: 0;
  }
  .bf-mobile-cart-wrap #cart.bf-cart {
    display: inline-flex;
    width: auto;
    max-width: none;
    margin: 0;
    float: none;
    vertical-align: top;
  }
  .bf-mobile-cart-wrap #cart.bf-cart .bf-cart-btn {
    width: 38px;
    height: 38px;
  }
  .bf-mobile-account-wrap {
    position: relative;
    flex-shrink: 0;
  }
  .bf-mobile-search {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 10px 12px 12px;
  }
  .bf-mobile-search .bf-search {
    max-width: 100%;
    margin: 0;
  }

  .bf-mobile-drawer {
    visibility: hidden;
    pointer-events: none;
  }
  .bf-mobile-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
  }
  .bf-mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 9998;
  }
  .bf-mobile-drawer.is-open .bf-mobile-drawer-backdrop {
    opacity: 1;
  }
  .bf-mobile-drawer-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: min(88vw, 320px);
    height: 100%;
    background: #fff;
    z-index: 9999;
    transform: translateX(-105%);
    transition: transform .28s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 8px 0 24px rgba(0,0,0,.12);
  }
  .bf-mobile-drawer.is-open .bf-mobile-drawer-panel {
    transform: translateX(0);
  }
  .bf-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #ececec;
    background: #f8f9fb;
  }
  .bf-mobile-drawer-head strong {
    font-size: 18px;
    color: #121621;
  }
  .bf-mobile-drawer-close {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 20px;
  }
  .bf-mobile-drawer-body {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
  }
  .bf-drawer-nav {
    padding: 8px 0 24px;
  }
  .bf-drawer-section {
    padding: 8px 0;
    border-bottom: 1px solid #f0f2f5;
  }
  .bf-drawer-section-title {
    padding: 10px 18px 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #7a8194;
  }
  .bf-drawer-link,
  .bf-drawer-accordion-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 18px;
    color: #121621 !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    background: transparent;
    border: 0;
    text-align: left;
  }
  .bf-drawer-link i,
  .bf-drawer-accordion-toggle i {
    width: 18px;
    text-align: center;
    color: #666;
  }
  .bf-drawer-link.is-highlight,
  .bf-drawer-accordion-toggle.is-highlight {
    background: var(--bf-accent-lime);
  }
  .bf-drawer-accordion-toggle {
    justify-content: space-between;
  }
  .bf-drawer-accordion-toggle span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .bf-drawer-accordion-panel {
    display: none;
    background: #f8f9fb;
  }
  .bf-drawer-accordion-panel a {
    display: block;
    padding: 10px 18px 10px 48px;
    color: #333 !important;
    font-size: 14px;
    text-decoration: none;
  }
  .bf-drawer-see-all {
    font-weight: 700;
    color: #121621 !important;
  }
  body.bf-drawer-open {
    overflow: hidden;
  }

  .bf-highlight-content, .bf-highlight-list { padding: 24px; }
  .bf-section-title { font-size: 20px; }
}

/* Footer üstü güven bandı */
.ac-trust-bar {
  background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 28px 0;
}
.ac-trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 20px;
}
.ac-trust-bar-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.ac-trust-bar-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e6ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ac-accent, #e60000);
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.ac-trust-bar-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ac-trust-bar-copy strong {
  font-size: 13px;
  font-weight: 800;
  color: #121621;
  line-height: 1.3;
}
.ac-trust-bar-copy span {
  font-size: 11px;
  color: #666;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .ac-trust-bar {
    padding: 22px 0 20px;
  }
  .ac-trust-bar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }
  .ac-trust-bar-item-featured {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 6px;
    padding: 18px 14px;
    background: #f8f9fb;
    border: 1px solid #eceff3;
    border-radius: 12px;
  }
  .ac-trust-bar-item-featured .ac-trust-bar-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
  .ac-trust-bar-item-featured .ac-trust-bar-copy {
    align-items: center;
  }
  .ac-trust-bar-item-featured .ac-trust-bar-copy strong {
    font-size: 16px;
  }
  .ac-trust-bar-item-featured .ac-trust-bar-copy span {
    font-size: 12px;
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .ac-trust-bar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ac-trust-bar-item:not(.ac-trust-bar-item-featured) {
    padding: 10px 10px;
    background: #fafbfc;
    border-radius: 10px;
    border: 1px solid #f0f2f5;
  }
  .ac-trust-bar-item:not(.ac-trust-bar-item-featured) .ac-trust-bar-copy strong {
    font-size: 11px;
  }
  .ac-trust-bar-item:not(.ac-trust-bar-item-featured) .ac-trust-bar-copy span {
    font-size: 10px;
  }
}

/* Modern checkout */
.ac-checkout-page {
  background: #f5f6f8;
  padding: 24px 0 48px;
}
.ac-checkout-breadcrumb {
  background: transparent;
  margin-bottom: 16px;
}
.ac-checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 28px;
  max-width: 520px;
}
.ac-checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #8a8f98;
  min-width: 72px;
}
a.ac-checkout-step:hover,
a.ac-checkout-step:focus {
  text-decoration: none;
  color: #121621;
}
.ac-checkout-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d5d9e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  background: #fff;
  color: #8a8f98;
}
.ac-checkout-step.is-active .ac-checkout-step-icon {
  border-color: #062a5f;
  background: #062a5f;
  color: #fff;
}
.ac-checkout-step.is-done .ac-checkout-step-icon {
  border-color: #d5dce8;
  background: #fff;
  color: #062a5f;
}
.ac-checkout-step.is-active .ac-checkout-step-label,
.ac-checkout-step.is-done .ac-checkout-step-label {
  color: #121621;
  font-weight: 700;
}
.ac-checkout-step-label {
  font-size: 12px;
  font-weight: 600;
}
.ac-checkout-step-line {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(90deg, #cfd6e2 0 4px, transparent 4px 8px);
  margin: 0 8px 22px;
  max-width: 80px;
}
.ac-checkout-layout {
  align-items: flex-start;
}
.ac-checkout-main {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 14px;
  padding: 28px 28px 20px;
  box-shadow: 0 8px 24px rgba(18,22,33,.04);
}
.ac-checkout-title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 800;
  color: #121621;
}
.ac-checkout-panels .panel {
  border: 0;
  box-shadow: none;
  background: transparent;
  margin: 0 0 12px;
}
.ac-checkout-panels .panel-heading {
  display: none;
}
.ac-checkout-panels .panel-collapse:not(.in) {
  display: none !important;
}
.ac-checkout-panels .panel-collapse.in {
  display: block !important;
  height: auto !important;
  visibility: visible;
}
.ac-checkout-panels .panel-body {
  border: 0;
  padding: 0 0 16px;
}
.ac-checkout-panels .panel:not(:first-child) .panel-body {
  border-top: 1px solid #eef1f5;
  padding-top: 20px;
}
.ac-checkout-sidebar {
  position: sticky;
  top: 20px;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(18,22,33,.04);
}
.ac-checkout-sidebar-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 800;
  color: #121621;
}
.ac-checkout-cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #f0f2f5;
}
.ac-checkout-cart-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.ac-checkout-cart-image {
  flex: 0 0 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 76px;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f6f9;
}
.ac-checkout-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ac-checkout-cart-info {
  flex: 1 1 auto;
  min-width: 0;
}
.ac-checkout-cart-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  font-weight: 900;
  color: #121621;
  line-height: 1.3;
  margin: 0;
}
.ac-checkout-cart-muted,
.ac-checkout-cart-options span {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}
.ac-checkout-cart-options strong {
  color: #344054;
  font-weight: 800;
}
.ac-checkout-cart-name:hover,
.ac-checkout-cart-name:focus {
  color: var(--ac-accent, #e60000);
  text-decoration: none;
}
.ac-checkout-cart-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.ac-checkout-cart-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f3f5f8;
  color: #606875;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.ac-checkout-cart-price {
  min-width: 82px;
  text-align: right;
  font-size: 14px;
  font-weight: 900;
  color: #121621;
  white-space: nowrap;
}
.ac-checkout-totals {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eef1f5;
}
.ac-checkout-total-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
  color: #626b7a;
}
.ac-checkout-total-row strong {
  color: #121621;
  font-weight: 900;
  white-space: nowrap;
}
.ac-checkout-total-row.is-grand {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #eef1f5;
  font-size: 16px;
  color: #121621;
}
.ac-checkout-confirm {
  margin-bottom: 20px;
}
.ac-checkout-confirm .table-responsive {
  border: 1px solid #e8ebf0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.ac-checkout-confirm-table {
  margin-bottom: 0;
  font-family: var(--bf-font, 'Montserrat', sans-serif);
  border-collapse: separate;
  border-spacing: 0;
}
.ac-checkout-confirm-table thead td {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border: 0 !important;
  padding: 14px 16px;
  vertical-align: middle;
}
.ac-checkout-confirm-table tbody td {
  border-color: #eef1f5 !important;
  padding: 14px 16px;
  font-size: 13px;
  color: #344054;
  vertical-align: top;
}
.ac-checkout-confirm-table tbody td a {
  color: #121621;
  font-weight: 700;
}
.ac-checkout-confirm-table tbody td a:hover,
.ac-checkout-confirm-table tbody td a:focus {
  color: var(--ac-accent, #e60000);
  text-decoration: none;
}
.ac-checkout-confirm-table tbody td small {
  color: #667085;
}
.ac-checkout-confirm-table tfoot td {
  border-color: #eef1f5 !important;
  padding: 10px 16px;
  font-size: 13px;
  background: #fafbfc;
}
.ac-checkout-confirm-table tfoot tr:last-child td {
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  color: #121621;
  border-top: 2px solid #eef1f5 !important;
  padding-top: 14px;
  padding-bottom: 14px;
}
.ac-checkout-confirm-table tfoot tr:last-child td strong {
  color: #121621;
}
.ac-checkout-secure {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 10px;
  background: #f8f9fb;
  border: 1px solid #e8ebf0;
}
.ac-checkout-secure i {
  font-size: 18px;
  color: #2e7d32;
  margin-top: 2px;
}
.ac-checkout-secure strong {
  display: block;
  font-size: 13px;
  color: #121621;
}
.ac-checkout-secure span {
  display: block;
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}
.ac-checkout-auth-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e8ebf0;
}
.ac-checkout-auth-tabs > li > a {
  display: block;
  padding: 10px 16px;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-decoration: none;
}
.ac-checkout-auth-tabs > li.active > a {
  color: var(--ac-accent, #e60000);
  box-shadow: inset 0 -2px 0 var(--ac-accent, #e60000);
}
.ac-checkout-auth-lead {
  font-size: 15px;
  font-weight: 700;
  color: #121621;
  margin-bottom: 12px;
}
.ac-checkout-auth-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
}
.ac-checkout-auth-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 600;
}
.ac-checkout-btn-primary,
.ac-checkout-page .btn-primary {
  background: #062a5f;
  border-color: #062a5f;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 700;
  padding: 12px 20px;
}
.ac-checkout-page .btn-default,
#checkout-cart .buttons .btn,
#checkout-cart #accordion .btn-primary,
#checkout-cart #accordion .btn-default,
#checkout-cart .table .btn-primary {
  background: #062a5f !important;
  border-color: #062a5f !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 800;
  padding: 12px 20px;
  box-shadow: none !important;
  text-decoration: none !important;
}
.ac-checkout-btn-primary:hover,
.ac-checkout-btn-primary:focus,
.ac-checkout-page .btn-primary:hover,
.ac-checkout-page .btn-primary:focus,
.ac-checkout-page .btn-default:hover,
.ac-checkout-page .btn-default:focus,
#checkout-cart .buttons .btn:hover,
#checkout-cart .buttons .btn:focus,
#checkout-cart #accordion .btn-primary:hover,
#checkout-cart #accordion .btn-primary:focus,
#checkout-cart #accordion .btn-default:hover,
#checkout-cart #accordion .btn-default:focus,
#checkout-cart .table .btn-primary:hover,
#checkout-cart .table .btn-primary:focus {
  background: #041f49 !important;
  border-color: #041f49 !important;
  color: #fff !important;
  outline: none !important;
}
.ac-checkout-input {
  border-radius: 10px;
  border-color: #d8dde6;
  box-shadow: none;
  min-height: 44px;
}
.ac-checkout-forgot {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
}

/* Modern cart page */
.ac-cart-page {
  background: #f6f7f9;
  padding: 30px 0 56px;
}
.ac-cart-steps {
  max-width: 680px;
  margin-bottom: 34px;
}
.ac-cart-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 24px;
  color: #101828;
}
.ac-cart-hero-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  color: #062a5f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .08);
}
.ac-cart-hero h1 {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  color: #101828;
}
.ac-cart-hero p {
  margin: 0;
  color: #667085;
  font-weight: 600;
}
.ac-cart-page #content {
  float: none;
  margin: 0 auto;
}
.ac-cart-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 32px 34px;
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, .08);
}
.ac-cart-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.ac-cart-card-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #101828;
}
.ac-cart-card-head h2 span {
  font-size: 16px;
  font-weight: 700;
  color: #667085;
}
.ac-cart-edit-link,
.ac-cart-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #062a5f;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  background: #fff;
}
.ac-cart-edit-link:hover,
.ac-cart-line-btn:hover {
  color: #041f49;
  border-color: #b8c5d8;
}
.ac-cart-product {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 120px;
  gap: 34px;
  align-items: center;
  padding: 22px 0 30px;
  border-bottom: 1px solid #eef2f7;
}
.ac-cart-product-image {
  display: block;
  min-height: 190px;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f6f9;
}
.ac-cart-product-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.ac-cart-product-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #101828;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none !important;
}
.ac-cart-product-title:hover {
  color: #062a5f;
}
.ac-cart-product-muted,
.ac-cart-product-options span {
  display: block;
  margin: 7px 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}
.ac-cart-product-options strong {
  color: #344054;
  font-weight: 800;
}
.ac-cart-line-btn {
  margin-top: 14px;
}
.ac-cart-product-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.ac-cart-product-side label {
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}
.ac-cart-qty {
  width: 72px;
  min-height: 42px;
  border-radius: 10px;
  border-color: #d7deea;
  font-weight: 800;
  text-align: center;
}
.ac-cart-product-price {
  color: #101828;
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}
.ac-cart-remove {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}
.ac-cart-remove:hover {
  color: #b42318;
}
.ac-cart-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid #eef2f7;
}
.ac-cart-trust-row div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
.ac-cart-trust-row i {
  color: #667085;
  font-size: 28px;
}
.ac-cart-modules {
  margin: 22px 0 0;
}
.ac-cart-modules .panel,
.ac-cart-modules .panel-heading,
.ac-cart-modules .panel-body {
  border-color: #eef2f7;
  box-shadow: none;
}
.ac-cart-totals {
  margin-top: 24px;
  padding: 18px 24px;
  border: 1px solid #e5eaf2;
  border-radius: 10px;
  background: #fff;
}
.ac-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  color: #667085;
  font-size: 15px;
}
.ac-cart-total-row + .ac-cart-total-row {
  border-top: 1px solid #eef2f7;
}
.ac-cart-total-row strong {
  color: #101828;
  font-weight: 900;
}
.ac-cart-total-row.is-grand {
  color: #101828;
  font-size: 18px;
  font-weight: 900;
}
.ac-cart-main-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  min-height: 54px;
  border-radius: 12px;
  background: #062a5f;
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 16px 35px rgba(6, 42, 95, .22);
}
.ac-cart-main-cta:hover,
.ac-cart-main-cta:focus {
  background: #041f49;
  color: #fff !important;
}
.ac-cart-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}
.ac-cart-secure-note i {
  color: #667085;
}
.ac-not-found-page {
  min-height: 56vh;
}
.ac-not-found-page .breadcrumb {
  margin-top: 18px;
}
.ac-not-found-page #content {
  float: none;
  margin: 0 auto;
}
.ac-not-found-card {
  max-width: 620px;
  margin: 70px auto 90px;
  padding: 44px 34px;
  border: 1px solid #e8edf4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 24, 40, .08);
  text-align: center;
}
.ac-not-found-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f4f6f9;
  color: #062a5f;
  font-size: 30px;
}
.ac-not-found-card h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
.ac-not-found-card p {
  max-width: 460px;
  margin: 0 auto 26px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}
.ac-not-found-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  background: #062a5f;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(6, 42, 95, .22);
}
.ac-not-found-btn:hover,
.ac-not-found-btn:focus {
  background: #041f49;
  color: #fff !important;
}
.ac-success-icon {
  background: #e8f8ef;
  color: #0f7a3f;
}
.ac-success-message {
  max-width: 460px;
  margin: 0 auto 26px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}
.ac-success-message p {
  margin: 0 0 10px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ac-success-message p:last-child {
  margin-bottom: 0;
}
.bf-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #101828;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .2s ease, visibility .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.bf-gallery-nav:hover,
.bf-gallery-nav:focus {
  background: #062a5f;
  color: #fff;
  outline: none;
}
.bf-gallery-prev { left: 12px; }
.bf-gallery-next { right: 12px; }
.bf-main-image .bf-gallery-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .bf-main-image:hover .bf-gallery-nav,
  .bf-main-image:focus-within .bf-gallery-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1.04);
  }
}
@media (hover: none), (pointer: coarse) {
  .bf-main-image .bf-gallery-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.bf-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.bf-product-lightbox.is-open {
  display: flex;
}
body.bf-product-lightbox-open {
  overflow: hidden;
}
.bf-product-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .88);
  backdrop-filter: blur(4px);
}
.bf-product-lightbox-dialog {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: min(96vw, 1180px);
  max-height: 92vh;
}
.bf-product-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #101828;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.bf-product-lightbox-close:hover,
.bf-product-lightbox-close:focus {
  background: #062a5f;
  color: #fff;
  outline: none;
  transform: scale(1.04);
}
.bf-product-lightbox-main {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 52px;
}
.bf-product-lightbox-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  max-height: calc(92vh - 52px);
}
.bf-product-lightbox-stage img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 52px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}
.bf-product-lightbox-thumbs {
  width: 84px;
  max-height: calc(92vh - 52px);
  margin-top: 52px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2px 4px 2px 0;
  scrollbar-width: thin;
}
.bf-product-lightbox-thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  opacity: .72;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}
.bf-product-lightbox-thumb:hover,
.bf-product-lightbox-thumb.is-active {
  opacity: 1;
  border-color: #062a5f;
}
.bf-product-lightbox-thumb.is-active {
  transform: scale(1.03);
}
.bf-product-lightbox-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bf-product-lightbox .bf-gallery-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bf-product-lightbox .bf-product-lightbox-prev {
  left: 12px;
}
.bf-product-lightbox .bf-product-lightbox-next {
  right: 12px;
}
.bf-product-lightbox:not(.has-nav) .bf-gallery-nav {
  display: none;
}
.bf-product-lightbox:not(.has-thumbs) .bf-product-lightbox-thumbs {
  display: none;
}
@media (max-width: 767px) {
  .bf-product-lightbox {
    padding: 12px;
  }
  .bf-product-lightbox-dialog {
    flex-direction: column;
    width: 100%;
    max-height: 96vh;
  }
  .bf-product-lightbox-main {
    padding-top: 48px;
  }
  .bf-product-lightbox-thumbs {
    width: 100%;
    max-height: none;
    margin-top: 0;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 4px;
  }
  .bf-product-lightbox-thumb {
    width: 64px;
    height: 64px;
  }
  .bf-gallery-nav {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .bf-gallery-prev,
  .bf-product-lightbox .bf-product-lightbox-prev { left: 8px; }
  .bf-gallery-next,
  .bf-product-lightbox .bf-product-lightbox-next { right: 8px; }
}
@media (max-width: 991px) {
  .ac-checkout-sidebar {
    position: static;
    margin-top: 20px;
  }
  #cart.ac-cart .ac-mini-cart-menu {
    width: 520px;
  }
  .ac-checkout-main {
    padding: 20px 16px;
  }
  .ac-cart-product {
    grid-template-columns: 160px minmax(0, 1fr);
  }
  .ac-cart-product-side {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ac-cart-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .ac-cart-page {
    padding: 18px 0 36px;
  }
  .ac-cart-hero {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ac-cart-hero-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }
  .ac-cart-hero h1 {
    font-size: 24px;
  }
  .ac-cart-card {
    padding: 20px 16px 24px;
    border-radius: 16px;
  }
  .ac-cart-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .ac-cart-product {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ac-cart-product-image img,
  .ac-cart-product-image {
    min-height: 0;
    height: auto;
  }
  .ac-cart-trust-row {
    grid-template-columns: 1fr;
  }
  .ac-cart-main-cta {
    min-height: 50px;
    font-size: 17px;
  }
  .ac-checkout-cart-item {
    grid-template-columns: 1fr;
  }
  .ac-checkout-cart-main {
    gap: 12px;
  }
  .ac-checkout-cart-image {
    flex-basis: 78px;
    width: 78px;
    height: 68px;
  }
  .ac-checkout-cart-side {
    grid-column: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #cart.ac-cart .ac-mini-cart-menu {
    width: calc(100vw - 24px);
    right: -8px;
  }
  .ac-mini-cart-product {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .ac-mini-cart-image {
    width: 64px;
    height: 64px;
  }
  .ac-mini-cart-side {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ac-mini-cart-actions {
    flex-direction: column;
  }
  .ac-mini-cart-action {
    width: 100%;
  }
  .ac-not-found-card {
    margin: 34px auto 54px;
    padding: 32px 20px;
  }
  .ac-not-found-card h1 {
    font-size: 24px;
  }
}

/* === Final overrides: search + product card team colors === */
.bf-search input.bf-search-input,
.bf-search .bf-search-input,
#search input[name="search"],
.ac-desktop-search-drawer input[name="search"],
.ac-mobile-search-drawer input[name="search"],
.ac-desktop-search-drawer input,
.ac-mobile-search-drawer input {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-variant: normal !important;
  -webkit-text-security: none !important;
}
.ac-desktop-search-drawer.is-open,
.ac-mobile-search-drawer.is-open {
  max-height: none !important;
  overflow: visible !important;
}
body > .bf-search-suggest,
.bf-search-suggest.is-open {
  position: fixed !important;
  z-index: 2147483000 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.ac-product-card,
.bf-product-card,
.ac-product-card.bf-team-gs,
.ac-product-card.bf-team-fb,
.ac-product-card.bf-team-bjk,
.ac-product-card.bf-team-ts,
.ac-product-card.bf-team-default,
.bf-product-card.bf-team-gs,
.bf-product-card.bf-team-fb,
.bf-product-card.bf-team-bjk,
.bf-product-card.bf-team-ts,
.bf-product-card.bf-team-default {
  background: #fff !important;
  background-image: none !important;
}
.ac-product-card .ac-card-body,
.bf-product-card .bf-card-body,
.ac-product-card .ac-card-footer-btns,
.bf-product-card .bf-card-footer-btns,
.ac-product-card .ac-card-title,
.bf-product-card .bf-card-title,
.ac-product-card .ac-card-price,
.bf-product-card .bf-card-price {
  background: #fff !important;
  background-image: none !important;
}
.ac-btn-design.bf-team-gs,
.bf-btn-design.bf-team-gs {
  background: linear-gradient(90deg, #e30613, #ffd700) !important;
  color: #fff !important;
}
.ac-btn-design.bf-team-fb,
.bf-btn-design.bf-team-fb {
  background: linear-gradient(90deg, #003399, #ffd700) !important;
  color: #fff !important;
}
.ac-btn-design.bf-team-bjk,
.bf-btn-design.bf-team-bjk {
  background: linear-gradient(90deg, #111, #fff) !important;
  color: #111 !important;
}
.ac-btn-design.bf-team-ts,
.bf-btn-design.bf-team-ts {
  background: linear-gradient(90deg, #6e0218, #7ec8ff) !important;
  color: #fff !important;
}
.ac-btn-design.bf-team-default,
.bf-btn-design.bf-team-default {
  background: linear-gradient(90deg, #111, #e60000) !important;
  color: #fff !important;
}
