/*
 * custom.css — bidolubaski.com style overrides
 * Primary color: yellow #fed700 → red #0437F1
 * Clean header layout replacing Electro theme header
 */

/* ================================================================
   GLOBAL COLOR OVERRIDES (yellow → red)
   ================================================================ */

:root {
  --primary: #0437F1;
}

/* --- Backgrounds --- */
.bg-primary,
footer .bg-primary {
  background-color: #0437F1 !important;
}

/* --- Buttons --- */
.btn-primary {
  color: #fff !important;
  background-color: #0437F1 !important;
  border-color: #0437F1 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #0326c8 !important;
  border-color: #0326c8 !important;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.35) !important;
}
.btn-primary-dark {
  background-color: #0437F1;
  border-color: #0437F1;
  color: #fff;
}
.btn-primary-dark:hover {
  background-color: #0326c8;
  border-color: #0326c8;
  color: #fff;
}

/* --- Links --- */
a {
  color: #333;
}
a:hover {
  color: #0437F1;
}
.text-primary {
  color: #0437F1 !important;
}

/* --- Borders --- */
.border-primary,
.border-color-1 {
  border-color: #0437F1 !important;
}

/* --- Slick carousel dots --- */
.u-slick__pagination li.slick-active span {
  background-color: #0437F1 !important;
}

/* --- Section title underline --- */
.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  border-bottom: 2px solid #0437F1 !important;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

/* --- Range slider --- */
.u-range-slider .irs-slider {
  background-color: #0437F1 !important;
}
.u-range-slider .irs-slider.to {
  border-color: #0437F1 !important;
}

/* --- Breadcrumb --- */
.breadcrumb-item a {
  color: #0437F1;
}

/* --- Variant selection --- */
.varyant ul li:hover {
  border-color: #0437F1;
}
.varyant ul li.aktif {
  border-color: #0437F1;
}

/* --- Tag cloud hover --- */
.etiket_dis ul li a:hover {
  background: #0437F1;
  color: #fff;
}

/* --- Story circles --- */
#hikaye .item img {
  border-color: #0437F1 !important;
}

/* --- Vertical menu links (when shown) --- */
.vertical-menu .u-header__nav-link:hover,
.u-header__sub-menu-nav-link:hover,
.u-header__mega-menu-wrapper a:hover {
  color: #0437F1 !important;
}
.u-header__sub-menu-title {
  color: #0437F1;
}

/* ================================================================
   NEW HEADER STYLES (.bidi-*)
   ================================================================ */

/* Reset old header classes that might bleed through */
.u-header-topbar,
.py-2.bg-primary-down-lg {
  display: none !important;
}
.d-none.d-xl-block.bg-primary {
  display: none !important;
}

/* ---- Top info bar ---- */
.bidi-topbar {
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  padding: 7px 0;
  font-size: 12px;
  color: #555;
}
.bidi-topbar .topbar-left a,
.bidi-topbar .topbar-right a {
  color: #555;
  text-decoration: none;
  margin-right: 18px;
  transition: color 0.2s;
}
.bidi-topbar .topbar-left a:last-child,
.bidi-topbar .topbar-right a:last-child {
  margin-right: 0;
}
.bidi-topbar a:hover {
  color: #0437F1;
}
.bidi-topbar .topbar-right a.blog-link {
  color: #0437F1;
  font-weight: 600;
}

/* ---- Main header bar ---- */
.bidi-main-bar {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 100;
}

/* Logo */
.bidi-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.bidi-logo img {
  max-height: 52px;
  width: auto;
}

/* Search bar */
.bidi-search {
  display: flex;
}
.bidi-search .form-control {
  border-radius: 24px 0 0 24px !important;
  border-right: none;
  border-color: #ddd;
  height: 46px;
  font-size: 14px;
  padding-left: 20px;
  box-shadow: none;
}
.bidi-search .form-control:focus {
  border-color: #0437F1;
  box-shadow: none;
}
.bidi-search .input-group-append .btn {
  border-radius: 0 24px 24px 0 !important;
  height: 46px;
  padding: 0 22px;
  background-color: #0437F1;
  border-color: #0437F1;
  color: #fff;
}
.bidi-search .input-group-append .btn:hover {
  background-color: #0326c8;
  border-color: #0326c8;
}

/* Header actions area */
.bidi-actions {
  flex-shrink: 0;
  gap: 2px;
}
.bidi-action-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #333;
  font-size: 11px;
  padding: 4px 10px;
  transition: color 0.2s;
  white-space: nowrap;
  line-height: 1.2;
  min-width: 48px;
}
.bidi-action-icon i,
.bidi-action-icon .ec {
  font-size: 22px;
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
.bidi-action-icon:hover {
  color: #0437F1;
  text-decoration: none;
}

/* Cart with badge */
.bidi-cart {
  position: relative;
}
.bidi-cart-count {
  position: absolute;
  top: 0;
  right: 4px;
  background: #0437F1;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Mobile hamburger button */
.bidi-menu-toggle {
  background: none;
  border: none;
  padding: 6px 4px;
  cursor: pointer;
  line-height: 1;
}

/* ---- Desktop nav bar ---- */
.bidi-nav-bar {
  background: #fff;
  border-bottom: 3px solid #0437F1;
  z-index: 99;
  position: relative;
}
.bidi-nav-bar .navbar {
  padding: 0;
}
.bidi-nav-bar .u-header__navbar-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  align-items: stretch;
}
.bidi-nav-bar .nav-link,
.bidi-nav-bar .u-header__nav-link {
  color: #333 !important;
  font-size: 13.5px;
  font-weight: 500;
  padding: 13px 14px !important;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.bidi-nav-bar .u-header__nav-link:hover,
.bidi-nav-bar .nav-link:hover {
  color: #0437F1 !important;
}

/* "Tüm Kategoriler" highlight button */
.bidi-all-cats > .u-header__nav-link,
.bidi-all-cats > .nav-link {
  background-color: #0437F1 !important;
  color: #fff !important;
  border-radius: 4px 4px 0 0;
  padding: 13px 16px !important;
  font-weight: 600;
}
.bidi-all-cats > .u-header__nav-link:hover,
.bidi-all-cats > .nav-link:hover {
  background-color: #0326c8 !important;
  color: #fff !important;
}

/* Sub menu styles */
.bidi-nav-bar .u-header__sub-menu {
  border-top: 2px solid #0437F1;
  border-radius: 0 0 4px 4px;
}
.bidi-nav-bar .u-header__sub-menu-nav-link:hover {
  color: #0437F1 !important;
}
.bidi-nav-bar .hs-sub-menu a:hover {
  color: #0437F1 !important;
}

/* Phone link in nav */
.bidi-phone-link {
  font-weight: 600;
  color: #0437F1 !important;
}
.bidi-phone-link:hover {
  color: #0326c8 !important;
}

/* ================================================================
   TRUST BADGES
   ================================================================ */
.trust-badges {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  margin-bottom: 0;
}
.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
}
.trust-badge-item .badge-icon {
  font-size: 28px;
  color: #0437F1;
  flex-shrink: 0;
  width: 34px;
  text-align: center;
}
.trust-badge-item .badge-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 1.3;
}
.trust-badge-item .badge-text small {
  font-size: 11px;
  color: #888;
}

/* ================================================================
   SLIDER — remove old sidebar spacer column
   ================================================================ */
.bidi-slider-spacer {
  display: none !important;
}
/* Widen the slider container */
.bg-img-hero .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.bg-img-hero .container .row {
  margin-left: 0;
  margin-right: 0;
}
.bg-img-hero {
  border-radius: 0;
}

/* ================================================================
   FOOTER OVERRIDES
   ================================================================ */
footer .bg-primary {
  background-color: #0437F1 !important;
}
footer .bg-primary h2,
footer .bg-primary .btn-dark {
  border-color: #fff;
}
footer .bg-gray-13 {
  background: #f9f9f9;
}
footer .bg-gray-14 {
  background: #f0f0f0;
}
footer .list-group-item-action:hover {
  color: #0437F1;
}

/* ================================================================
   MEGA MENU (BİDOLUBASKI TARZI - 2 KOLON)
   ================================================================ */
.bidi-mega-li {
  position: static !important;
}
.bidi-mega-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9999;
  background: #fff;
  border-top: 3px solid #0437F1;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  border-radius: 0 0 8px 8px;
}
.bidi-mega-dropdown.open {
  display: block;
}
.bidi-mega-inner {
  display: flex;
  min-height: 380px;
  max-height: 520px;
}
/* === Sol panel === */
.bidi-mega-left {
  flex: 0 0 240px;
  background: #f8f9fa;
  padding: 16px 0;
  overflow-y: auto;
  border-right: 1px solid #e5e7eb;
}
.bidi-mega-section-title {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 18px 8px;
}
.bidi-mega-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  color: #333;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  border-left: 3px solid transparent;
}
.bidi-mega-cat-item:hover,
.bidi-mega-cat-item.active {
  background: #fff;
  color: #0437F1;
  border-left-color: #0437F1;
  text-decoration: none;
}
.bidi-mega-chevron {
  font-size: 10px;
  color: #bbb;
}
.bidi-mega-cat-item.active .bidi-mega-chevron,
.bidi-mega-cat-item:hover .bidi-mega-chevron {
  color: #0437F1;
}
/* === Sağ panel === */
.bidi-mega-right {
  flex: 1;
  padding: 20px 24px;
  overflow-y: auto;
}
.bidi-mega-panel {
  display: none;
}
.bidi-mega-panel.active {
  display: block;
}
.bidi-mega-panel-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.bidi-mega-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.bidi-mega-sub-item {
  display: block;
  padding: 7px 14px;
  color: #444;
  font-size: 13px;
  text-decoration: none;
  border-radius: 100px;
  background: #f5f5f5;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.bidi-mega-sub-item:hover {
  background: #0437F1;
  color: #fff;
  text-decoration: none;
}
.bidi-mega-sub-all {
  background: #eef0fe;
  color: #0437F1;
  font-weight: 600;
}
.bidi-mega-sub-all:hover {
  background: #0437F1;
  color: #fff;
}

/* ================================================================
   KATEGORİ SAYFASI — SİDEBAR VE FİLTRE BUTONLARI
   ================================================================ */
.bidi-cat-sidebar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.bidi-cat-sidebar-title {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 16px 12px;
  border-bottom: 1px solid #f0f0f0;
  background: #f8f9fa;
}
.bidi-cat-sidebar .sidebar-navbar li {
  list-style: none;
}
.bidi-cat-sidebar .sidebar-navbar a {
  display: block;
  padding: 9px 16px;
  font-size: 13.5px;
  color: #444;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.15s;
}
.bidi-cat-sidebar .sidebar-navbar a:hover {
  color: #0437F1;
  border-left-color: #0437F1;
  background: #eef0fe;
}
.bidi-cat-sidebar .sidebar-navbar a.active-kat {
  color: #0437F1;
  font-weight: 600;
  border-left-color: #0437F1;
}
/* Pill filtre butonları */
.bidi-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}
.bidi-filter-pill {
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 100px;
  font-size: 13px;
  color: #444;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
}
.bidi-filter-pill:hover,
.bidi-filter-pill.active {
  background: #0437F1;
  color: #fff;
  border-color: #0437F1;
  text-decoration: none;
}
/* Kategori başlık + sıralama */
.bidi-cat-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.bidi-cat-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.bidi-cat-count {
  font-size: 13px;
  color: #888;
  margin-top: 3px;
}
.bidi-sort-select {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  color: #444;
  background: #fff;
}
/* Ürün kartları (3'lü grid) */
.bidi-product-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
  transition: box-shadow 0.25s, transform 0.2s;
  height: 100%;
}
.bidi-product-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.14);
  transform: translateY(-2px);
}
.bidi-product-card .card-img-wrap {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  overflow: hidden;
  padding: 12px;
}
.bidi-product-card .card-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.bidi-product-card:hover .card-img-wrap img {
  transform: scale(1.04);
}
.bidi-product-card .card-body {
  padding: 12px 14px 16px;
}
.bidi-product-card .card-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
  line-height: 1.3;
}
.bidi-product-card .card-price {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin-top: 4px;
}
.bidi-product-card .card-old-price {
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-right: 4px;
}
.bidi-product-card .card-min-qty {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.bidi-badge-new {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  margin-bottom: 5px;
}
.bidi-badge-exp {
  display: inline-block;
  background: #f59e0b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  margin-bottom: 5px;
}
/* Yıldızlar */
.bidi-stars {
  color: #f59e0b;
  font-size: 12px;
}
.bidi-stars span {
  color: #aaa;
  font-size: 11px;
  margin-left: 3px;
}

/* ================================================================
   ÜRÜN DETAY SAYFASI — STİCKY SİDEBAR
   ================================================================ */
.bidi-product-detail {
  align-items: flex-start;
}
.bidi-product-sticky {
  position: sticky;
  top: 20px;
}
.bidi-price-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.bidi-price-label {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.bidi-price-main {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
  margin-bottom: 4px;
}
.bidi-price-kdv {
  font-size: 11px;
  color: #aaa;
  margin-bottom: 14px;
}
.bidi-btn-cart {
  display: block;
  width: 100%;
  background: #0437F1;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}
.bidi-btn-cart:hover {
  background: #0326c8;
  color: #fff;
  text-decoration: none;
}
.bidi-btn-design {
  display: block;
  width: 100%;
  background: #fff;
  color: #0437F1;
  border: 2px solid #0437F1;
  border-radius: 8px;
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
}
.bidi-btn-design:hover {
  background: #0437F1;
  color: #fff;
  text-decoration: none;
}
/* Varyant tile butonları */
.bidi-variant-group {
  margin-bottom: 18px;
}
.bidi-variant-label {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  margin-bottom: 8px;
}
.bidi-variant-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bidi-variant-tile {
  padding: 7px 14px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  background: #fff;
  user-select: none;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bidi-variant-tile:hover {
  border-color: #0437F1;
  color: #0437F1;
}
.bidi-variant-tile.aktif,
.bidi-variant-tile.active {
  border-color: #0437F1;
  background: #eef0fe;
  color: #0437F1;
  font-weight: 600;
}
.bidi-variant-tile.aktif::before {
  content: "✓";
  font-weight: 700;
}
/* Adet-fiyat tablosu */
.bidi-qty-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
  margin-top: 4px;
}
.bidi-qty-table tr {
  cursor: pointer;
}
.bidi-qty-table td {
  padding: 10px 14px;
  border: 1.5px solid #e5e7eb;
  background: #f8f9fa;
  font-size: 14px;
  transition: all 0.15s;
}
.bidi-qty-table tr:first-child td:first-child { border-radius: 8px 0 0 8px; }
.bidi-qty-table tr:first-child td:last-child { border-radius: 0 8px 8px 0; }
.bidi-qty-table td:first-child {
  font-weight: 700;
  color: #444;
  border-right: none;
  border-radius: 8px 0 0 8px;
  min-width: 80px;
}
.bidi-qty-table td:last-child {
  font-weight: 700;
  color: #0437F1;
  border-left: none;
  border-radius: 0 8px 8px 0;
  text-align: right;
}
.bidi-qty-table tr:hover td,
.bidi-qty-table tr.selected td {
  border-color: #0437F1;
  background: #eef0fe;
  color: #0437F1;
}
/* Ürün tab'ları */
.bidi-product-tabs .nav-link {
  color: #555;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 18px;
}
.bidi-product-tabs .nav-link.active {
  color: #0437F1;
  border-bottom-color: #0437F1;
  background: transparent;
}

/* ================================================================
   ANASAYFA — BÖLÜM BAŞLIKLARI VE SEKTÖRLERİ
   ================================================================ */
.bidi-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.bidi-section-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.bidi-section-all-link {
  font-size: 13px;
  color: #0437F1;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.bidi-section-all-link:hover {
  color: #0326c8;
  text-decoration: none;
}
/* Sektöre Göre Ürünler */
.bidi-sector-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
  height: 100%;
}
.bidi-sector-card:hover {
  border-color: #0437F1;
  box-shadow: 0 4px 14px rgba(230,57,70,0.12);
  color: #0437F1;
  text-decoration: none;
}
.bidi-sector-card .sector-icon {
  font-size: 32px;
  margin-bottom: 8px;
  color: #0437F1;
}
.bidi-sector-card .sector-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 991.98px) {
  .bidi-logo img {
    max-height: 40px;
  }
  .bidi-main-bar {
    padding: 10px 0;
  }
  .bidi-action-icon {
    padding: 4px 8px;
    min-width: 36px;
    font-size: 10px;
  }
  .bidi-action-icon i,
  .bidi-action-icon .ec {
    font-size: 20px;
  }
  .bidi-mega-left {
    flex: 0 0 180px;
  }
}
@media (max-width: 767.98px) {
  .bidi-mega-inner {
    flex-direction: column;
    max-height: 70vh;
  }
  .bidi-mega-left {
    flex: 0 0 auto;
    max-height: 180px;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }
}
@media (max-width: 575.98px) {
  .trust-badge-item {
    gap: 8px;
  }
  .trust-badge-item .badge-icon {
    font-size: 22px;
    width: 26px;
  }
}

/* ================================================================
   GLOBAL: Üst banner gizleme (site_ust_img)
   ================================================================ */
.site-top-banner { display:none !important; }

/* ================================================================
   AUTH PAGES: Giriş / Kayıt Ol
   ================================================================ */
.auth-page { min-height:calc(100vh - 260px); display:flex; align-items:center; background:#f8f9fb; padding:40px 0; }
.auth-card { background:#fff; border-radius:12px; box-shadow:0 4px 24px rgba(0,0,0,.08); padding:36px; max-width:500px; width:100%; margin:0 auto; }
.auth-card h1 { font-size:24px; font-weight:800; color:#1a1a2e; margin-bottom:6px; }
.auth-card .auth-sub { font-size:14px; color:#888; margin-bottom:24px; }
.auth-field { margin-bottom:16px; }
.auth-field label { display:block; font-size:13px; font-weight:600; color:#374151; margin-bottom:6px; }
.auth-field input { width:100%; padding:12px 14px; border:1.5px solid #e5e7eb; border-radius:8px; font-size:14px; color:#1a1a2e; transition:border-color .2s; }
.auth-field input:focus { border-color:#0437F1; outline:none; box-shadow:0 0 0 3px rgba(230,57,70,.12); }
.auth-btn { width:100%; padding:13px; background:#0437F1; color:#fff; border:none; border-radius:8px; font-size:15px; font-weight:700; cursor:pointer; transition:background .2s; margin-top:6px; }
.auth-btn:hover { background:#0326c8; }
.auth-link-row { text-align:center; margin-top:16px; font-size:13px; color:#888; }
.auth-link-row a { color:#0437F1; font-weight:600; text-decoration:none; }
.auth-forgot { text-align:right; margin-top:4px; margin-bottom:4px; }
.auth-forgot a { font-size:12px; color:#888; text-decoration:none; }
.auth-forgot a:hover { color:#0437F1; }
.auth-alert-ok  { background:#dcfce7; color:#166534; border-radius:8px; padding:12px 16px; font-size:13px; margin-bottom:16px; font-weight:600; }
.auth-alert-err { background:#fee2e2; color:#991b1b; border-radius:8px; padding:12px 16px; font-size:13px; margin-bottom:16px; font-weight:600; }
.auth-benefits  { display:flex; gap:10px; margin-bottom:24px; }
.auth-benefit   { flex:1; background:#f8f9fb; border-radius:10px; padding:12px 8px; text-align:center; }
.auth-benefit i { font-size:20px; color:#0437F1; display:block; margin-bottom:5px; }
.auth-benefit span { font-size:11px; color:#555; font-weight:500; line-height:1.3; }

/* ================================================================
   SEARCH RESULTS page helpers
   ================================================================ */
.bidi-cat-topbar { display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
.bidi-cat-title  { font-size:22px; font-weight:800; color:#1a1a2e; margin:0; }
.bidi-cat-count  { font-size:13px; color:#888; margin-top:4px; }


/* ===== URUN KART HIZALAMA DUZELTMESI ===== */
.bidi-pc .img-wrap {
  background: #fff !important;
}

.bidi-pc .pc-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-wrapper {
  align-items: stretch;
}
.swiper-slide {
  height: auto !important;
}
.swiper-slide > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bidi-pc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bidi-pc .pc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bidi-pc .pc-price-row {
  margin-top: auto;
}

/* ===== SLIDER OK BUTONLARI ===== */
.bidi-vitrin-carousel .slick-arrow {
  top: 50% !important;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 22px !important;
  color: #333 !important;
  z-index: 10 !important;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bidi-vitrin-carousel .slick-arrow:hover {
  background: #f0f0f0 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}
.bidi-vitrin-carousel .js-next {
  right: -10px !important;
  left: auto !important;
}
.bidi-vitrin-carousel .js-prev {
  left: -10px !important;
  right: auto !important;
}
.bidi-vitrin-carousel .slick-arrow.slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
/* Fix: urun gorsel arka plan beyaz */
.bidi-product-card .card-img-wrap { background-color: #fff !important; background: #fff !important; }

/* Fix: tum gri arka planlari beyaz */
.bidi-gallery-main,
.bidi-thumb,
.bidi-sticky-header,
.rev-sidebar {
  background-color: #fff !important;
  background: #fff !important;
}
