/* ============================================================
   BEANOVA COFFEE – Ek Stiller (stylesheet-extra.css)
   Güven alanı, ürün kartları, butonlar, formlar, bildirimler,
   breadcrumb, kategori toolbar, ürün detay, sepet, hesap
   ============================================================ */

/* ============================================================
   AVANTAJLAR ŞERİDİ (Hero altı)
   ============================================================ */
.bv-features-section {
  background: #1a120d;
  border-top: 2px solid rgba(199, 146, 78, 0.3);
  border-bottom: 2px solid rgba(199, 146, 78, 0.3);
  padding: 52px 0;
  width: 100%;
}

.bv-features-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.bv-feature-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  flex: 1;
  min-width: 0;
}

.bv-feature-item:nth-child(3) {
  flex: 1.4;
}

.bv-feature-item .fa {
  font-size: 4.5rem;
  color: var(--bv-gold);
  flex-shrink: 0;
  width: 72px;
  text-align: center;
}

.bv-feature-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bv-feature-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #f8f5f1;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
}

.bv-feature-desc {
  font-size: 1.25rem;
  color: #beb5ae;
  line-height: 1.5;
  display: block;
}

.bv-feature-divider {
  width: 1px;
  height: 80px;
  background: rgba(199, 146, 78, 0.3);
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .bv-features-section {
    padding: 36px 0;
  }
  .bv-features-row {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .bv-feature-item {
    padding: 14px 20px;
    flex: 0 0 calc(50% - 1px);
  }
  .bv-feature-divider:nth-child(4) {
    display: none;
  }
  .bv-feature-item .fa {
    font-size: 2.75rem;
  }
  .bv-feature-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .bv-features-section {
    padding: 24px 0;
  }
  .bv-features-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
  }
  .bv-feature-item {
    padding: 18px 16px;
    width: 100%;
    flex: none;
    border-bottom: 1px solid rgba(199, 146, 78, 0.12);
  }
  .bv-feature-item:last-child {
    border-bottom: none;
  }
  .bv-feature-divider {
    display: none;
  }
  .bv-feature-item .fa {
    font-size: 2.25rem;
    width: 48px;
  }
  .bv-feature-title {
    font-size: 1.125rem;
  }
  .bv-feature-desc {
    font-size: 0.9375rem;
  }
}

/* ============================================================
   GÜVEN ALANI
   ============================================================ */
.bv-trust-section {
  background: #1a120d !important;
  border-top: 2px solid rgba(199, 146, 78, 0.3) !important;
  border-bottom: 2px solid rgba(199, 146, 78, 0.3) !important;
  padding: 48px 40px !important;
  width: 100% !important;
  clear: both;
  box-sizing: border-box;
  margin-bottom: 64px !important;
}

.bv-trust-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0;
}

.bv-trust-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 12px 20px !important;
  flex: 1 !important;
  border-right: 1px solid rgba(199, 146, 78, 0.2) !important;
  text-align: left !important;
}

.bv-trust-item:last-child {
  border-right: none;
}

.bv-trust-icon {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  border-radius: 50% !important;
  background: rgba(199, 146, 78, 0.1) !important;
  border: 2px solid rgba(199, 146, 78, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-bottom: 0 !important;
  transition:
    background 0.25s,
    border-color 0.25s;
}

.bv-trust-item:hover .bv-trust-icon {
  background: rgba(199, 146, 78, 0.2) !important;
  border-color: var(--bv-gold) !important;
}

.bv-trust-icon .fa,
.bv-trust-icon a .fa {
  font-size: 2.75rem !important;
  color: var(--bv-gold) !important;
}

.bv-trust-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.bv-trust-title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #f8f5f1 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  display: block !important;
}

.bv-trust-title a {
  color: #f8f5f1 !important;
  text-decoration: none !important;
}

.bv-trust-title a:hover {
  color: var(--bv-gold) !important;
}

.bv-trust-desc {
  font-size: 0.9375rem !important;
  color: #beb5ae !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  display: block !important;
}

/* ============================================================
   ÜRÜN KARTLARI
   ============================================================ */
.bv-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bv-product-card {
  background: #fff;
  border-radius: var(--bv-radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--bv-transition);
  display: flex;
  flex-direction: column;
}

.bv-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.bv-product-card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bv-bg-light);
}

.bv-product-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.bv-product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bv-product-card:hover .bv-product-card-image img {
  transform: scale(1.05);
}

.bv-product-card-overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(8px);
  transition: var(--bv-transition);
}

.bv-product-card:hover .bv-product-card-overlay {
  opacity: 1;
  transform: translateX(0);
}

.bv-overlay-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(16, 11, 8, 0.8);
  border: 1px solid var(--bv-gold-border);
  color: var(--bv-text-white);
  font-size: 1.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--bv-transition);
}

.bv-overlay-btn:hover {
  background: var(--bv-gold);
  color: var(--bv-text-dark);
  border-color: var(--bv-gold);
}

.bv-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  border-radius: var(--bv-radius-full);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bv-badge-sale {
  background: #e53e3e;
  color: #fff;
}
.bv-badge-new {
  background: var(--bv-gold);
  color: var(--bv-text-dark);
}
.bv-badge-hot {
  background: #dd6b20;
  color: #fff;
}

.bv-product-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.bv-product-card-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bv-text-dark);
  line-height: 1.4;
  margin: 0;
}
.bv-product-card-name a {
  color: var(--bv-text-dark);
}
.bv-product-card-name a:hover {
  color: var(--bv-gold);
}

.bv-product-card-rating {
  display: flex;
  gap: 2px;
}
.bv-product-card-rating .fa {
  font-size: 0.75rem;
  color: var(--bv-gold);
}
.bv-product-card-rating .fa-star-o {
  color: var(--bv-text-muted);
}

.bv-product-card-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.bv-price-current {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--bv-text-dark);
}
.bv-price-old {
  font-size: 0.875rem;
  color: var(--bv-text-muted);
  text-decoration: line-through;
}
.bv-price-special {
  color: #e53e3e;
}
.bv-price-tax {
  font-size: 0.75rem;
  color: var(--bv-text-muted);
}

/* Ürün detay sayfasındaki fiyat kutusu – koyu tema */
.bv-product-price-box .bv-price-current {
  font-size: 2rem;
  font-weight: 800;
  color: var(--bv-gold);
  letter-spacing: -0.5px;
}
.bv-product-price-box .bv-price-old {
  font-size: 1.125rem;
  color: var(--bv-text-muted);
  text-decoration: line-through;
}
.bv-product-price-box .bv-price-special {
  font-size: 2rem;
  font-weight: 800;
  color: #fc8181;
}
.bv-product-price-box .bv-price-tax {
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
  width: 100%;
}
.bv-product-price-box .bv-price-points {
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
  width: 100%;
}

/* ============================================================
   BUTONLAR
   ============================================================ */
.bv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--bv-radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: var(--bv-transition);
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.bv-btn:hover {
  text-decoration: none;
}

.bv-btn-primary {
  background: var(--bv-gold);
  color: var(--bv-text-dark);
  border-color: var(--bv-gold);
}
.bv-btn-primary:hover {
  background: var(--bv-gold-light);
  border-color: var(--bv-gold-light);
  color: var(--bv-text-dark);
  transform: translateY(-1px);
  box-shadow: var(--bv-shadow-gold);
}

.bv-btn-outline {
  background: transparent;
  color: var(--bv-gold);
  border-color: var(--bv-gold);
}
.bv-btn-outline:hover {
  background: var(--bv-gold);
  color: var(--bv-text-dark);
}

.bv-btn-ghost {
  background: transparent;
  color: var(--bv-text-muted);
  border-color: rgba(0, 0, 0, 0.15);
}
.bv-btn-ghost:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--bv-text-dark);
}

.bv-btn-danger {
  background: #e53e3e;
  color: #fff;
  border-color: #e53e3e;
}
.bv-btn-danger:hover {
  background: #c53030;
  border-color: #c53030;
  color: #fff;
}

.bv-btn-sm {
  padding: 7px 14px;
  font-size: 0.8125rem;
}
.bv-btn-lg {
  padding: 16px 32px;
  font-size: 1.125rem;
}
.bv-btn-full {
  width: 100%;
}

/* Ürün sayfası Sepete Ekle butonu büyük */
#button-cart {
  padding: 16px 32px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-height: 56px;
}

/* ============================================================
   FORM ELEMANLARI
   ============================================================ */
.bv-form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-sm);
  font-size: 1.25rem;
  font-family: var(--bv-font-sans);
  color: var(--bv-text-white);
  background: var(--bv-bg-dark2);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  line-height: 1.5;
  min-height: 52px;
}

.bv-form-control:focus {
  outline: none;
  border-color: var(--bv-gold);
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.15);
}

/* Tarayıcı autofill beyaz arka planını engelle */
.bv-form-control:-webkit-autofill,
.bv-form-control:-webkit-autofill:hover,
.bv-form-control:-webkit-autofill:focus,
.bv-form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1a120d inset !important;
  box-shadow: 0 0 0 1000px #1a120d inset !important;
  -webkit-text-fill-color: #f8f5f1 !important;
  caret-color: #f8f5f1;
  border-color: rgba(199, 146, 78, 0.35) !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* ============================================================
   affiliate/register — Kayıt Formu
   ============================================================ */
#affiliate-register {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

/* ============================================================
   product/manufacturer_list — Markalar Sayfası
   ============================================================ */
#product-manufacturer-list {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-manufacturer-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-manufacturer-header {
  margin-bottom: 28px;
  padding-top: 36px;
}

.bv-manufacturer-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
}

.bv-manufacturer-title .fa {
  color: var(--bv-gold);
  margin-right: 10px;
}

/* Harf indeksi */
.bv-manufacturer-index {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 10px;
}

.bv-manufacturer-index__label {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bv-gold);
  white-space: nowrap;
  padding-top: 4px;
}

.bv-manufacturer-index__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bv-manufacturer-index__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(199, 146, 78, 0.08);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 6px;
  color: #d4c9c0;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.bv-manufacturer-index__link:hover {
  background: rgba(199, 146, 78, 0.2);
  border-color: rgba(199, 146, 78, 0.5);
  color: var(--bv-gold);
  text-decoration: none;
}

/* Grup */
.bv-manufacturer-group {
  margin-bottom: 36px;
}

.bv-manufacturer-letter {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bv-gold);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
}

/* Marka grid */
.bv-manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.bv-manufacturer-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 8px;
  color: #d4c9c0;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.bv-manufacturer-card:hover {
  background: rgba(199, 146, 78, 0.1);
  border-color: rgba(199, 146, 78, 0.4);
  color: #f8f5f1;
  text-decoration: none;
}

.bv-manufacturer-card .fa {
  color: var(--bv-gold);
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .bv-manufacturer-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

/* ============================================================
   product/special — Kampanyalı Ürünler Sayfası
   ============================================================ */
#product-special {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-special-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-special-header {
  margin-bottom: 28px;
  padding-top: 36px;
}

.bv-special-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
}

.bv-special-title .fa {
  color: var(--bv-gold);
  margin-right: 10px;
}

/* Araç çubuğu */
.bv-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 8px;
}

.bv-toolbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-toolbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bv-view-btns {
  display: flex;
  gap: 4px;
}

.bv-view-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 6px;
  color: #beb5ae;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s;
}

.bv-view-btn:hover,
.bv-view-btn--active {
  background: rgba(199, 146, 78, 0.15);
  border-color: rgba(199, 146, 78, 0.4);
  color: var(--bv-gold);
}

.bv-compare-link {
  color: var(--bv-gold);
  font-size: 0.875rem;
  text-decoration: none;
}

.bv-compare-link:hover {
  text-decoration: underline;
}

.bv-toolbar-select {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bv-toolbar-select label {
  font-size: 0.875rem;
  color: #beb5ae;
  white-space: nowrap;
  margin: 0;
}

.bv-toolbar-select select {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(199, 146, 78, 0.25);
  border-radius: 6px;
  color: #f8f5f1;
  font-size: 0.875rem;
  padding: 5px 10px;
  cursor: pointer;
}

/* Sayfalama */
.bv-pagination-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-results {
  font-size: 0.875rem;
  color: #7a6e66;
}

/* Boş durum */
.bv-empty-state {
  text-align: center;
  padding: 64px 0;
}

.bv-empty-icon {
  font-size: 3rem;
  color: rgba(199, 146, 78, 0.5);
  margin-bottom: 20px;
  display: block;
}

.bv-empty-text {
  font-size: 1.25rem;
  color: #d4c9c0;
  margin-bottom: 28px;
  font-weight: 500;
}

.bv-empty-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  padding: 14px 36px !important;
  min-height: 52px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 280px !important;
  border-radius: 10px !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

.bv-empty-btn .fa {
  font-size: 1.125rem !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Tüm form elemanları için büyük yazı boyutu — !important ile override */
#affiliate-register .bv-form-label,
#affiliate-register label,
#account-login .bv-form-label,
#account-login label {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #d4c9c0 !important;
}

#affiliate-register .bv-form-control,
#affiliate-register input[type="text"],
#affiliate-register input[type="email"],
#affiliate-register input[type="password"],
#affiliate-register select,
#affiliate-register textarea,
#account-login .bv-form-control,
#account-login input[type="text"],
#account-login input[type="email"],
#account-login input[type="password"] {
  font-size: 1.0625rem !important;
  min-height: 54px !important;
  padding: 14px 18px !important;
  color: #f8f5f1 !important;
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(199, 146, 78, 0.35) !important;
  border-radius: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#affiliate-register .bv-radio-label,
#affiliate-register .bv-checkbox-label,
#affiliate-register .bv-agree-label,
#account-login .bv-radio-label,
#account-login .bv-checkbox-label,
#account-login .bv-benefit-item span,
#account-login .bv-auth-subtitle,
#account-login .bv-forgot-link {
  font-size: 1.0625rem !important;
  color: #d4c9c0 !important;
}

#account-login .bv-auth-title {
  font-size: 1.5rem !important;
  color: #f8f5f1 !important;
}

#account-login .bv-btn {
  font-size: 1.125rem !important;
  min-height: 52px !important;
  padding: 14px 28px !important;
}

#affiliate-register .bv-register-card__header {
  font-size: 1.125rem !important;
}

#affiliate-register .bv-page-header {
  padding: 40px 0 28px;
}

#affiliate-register .bv-page-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 12px;
}

#affiliate-register .bv-page-title .fa {
  color: var(--bv-gold);
  margin-right: 10px;
}

#affiliate-register .bv-page-desc {
  font-size: 1.0625rem;
  color: var(--bv-text-muted);
  line-height: 1.7;
  margin: 0 0 6px;
}

/* Kart */
.bv-register-card {
  background: #1a120d;
  border: 1px solid rgba(199, 146, 78, 0.3);
  border-radius: 16px;
  margin-bottom: 28px;
  overflow: hidden;
}

.bv-register-card__header {
  background: rgba(199, 146, 78, 0.1);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  padding: 16px 28px;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--bv-gold);
  display: flex;
  align-items: center;
  gap: 10px;
}

.bv-register-card__header .fa {
  font-size: 1.125rem;
}

.bv-register-card__body {
  padding: 28px;
}

/* Form satırı */
.bv-form-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px 20px;
  align-items: start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bv-form-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.bv-form-label {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #d4c9c0;
  padding-top: 14px;
  line-height: 1.4;
}

.bv-form-label.bv-required::after {
  content: " *";
  color: var(--bv-gold);
}

.bv-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Select */
.bv-form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c7924e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px !important;
  cursor: pointer;
  font-size: 1.0625rem;
}

/* Textarea */
.bv-form-textarea {
  min-height: 120px;
  resize: vertical;
  font-size: 1.0625rem;
}

/* Radio & Checkbox */
.bv-radio-label,
.bv-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.0625rem;
  color: #d4c9c0;
  cursor: pointer;
  padding: 6px 0;
}

.bv-radio-label input[type="radio"],
.bv-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--bv-gold);
  cursor: pointer;
  flex-shrink: 0;
}

/* Input group (date/time) */
.bv-input-group {
  display: flex;
  gap: 0;
}

.bv-input-group .bv-form-control {
  border-radius: 10px 0 0 10px;
  flex: 1;
}

.bv-input-group-btn {
  background: rgba(199, 146, 78, 0.15);
  border: 1px solid rgba(199, 146, 78, 0.35);
  border-left: none;
  border-radius: 0 10px 10px 0;
  color: var(--bv-gold);
  padding: 0 16px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s;
}

.bv-input-group-btn:hover {
  background: rgba(199, 146, 78, 0.25);
}

/* Hata */
.bv-form-error {
  font-size: 0.875rem;
  color: #e57373;
  margin-top: 4px;
}

.bv-is-invalid {
  border-color: #e57373 !important;
}

/* Alert */
.bv-alert {
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 1rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.bv-alert--danger {
  background: rgba(229, 62, 62, 0.1);
  border: 1px solid rgba(229, 62, 62, 0.35);
  color: #fc8181;
}

/* Captcha */
.bv-register-captcha {
  margin-bottom: 24px;
}

/* Aksiyon alanı */
.bv-register-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  padding: 8px 0 16px;
}

.bv-agree-row {
  width: 100%;
}

.bv-agree-label {
  font-size: 1.0625rem;
  color: var(--bv-text-muted);
}

.bv-agree-label a {
  color: var(--bv-gold);
  text-decoration: underline;
}

.bv-register-btns {
  display: flex;
  gap: 12px;
}

#affiliate-register .bv-btn {
  font-size: 1.125rem;
  padding: 14px 36px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#affiliate-register .bv-btn .fa {
  font-size: 1.125rem;
}

@media (max-width: 575px) {
  .bv-register-card__body {
    padding: 20px 16px;
  }
  .bv-register-actions {
    align-items: stretch;
  }
  .bv-register-btns {
    flex-direction: column;
  }
  #affiliate-register .bv-btn {
    justify-content: center;
    width: 100%;
  }
}

/* Tarayıcı autofill beyaz arka planını engelle */
.bv-form-control:-webkit-autofill,
.bv-form-control:-webkit-autofill:hover,
.bv-form-control:-webkit-autofill:focus,
.bv-form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1a120d inset !important;
  box-shadow: 0 0 0 1000px #1a120d inset !important;
  -webkit-text-fill-color: #f8f5f1 !important;
  caret-color: #f8f5f1;
  border-color: rgba(199, 146, 78, 0.35) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.bv-form-control.bv-is-invalid {
  border-color: #e53e3e;
}
.bv-invalid-feedback {
  font-size: 0.8125rem;
  color: #e53e3e;
  margin-top: 4px;
}

.bv-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C7924E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}
/* Select option arka planı */
.bv-select option {
  background: #2d1a00;
  color: var(--bv-text-white);
}

.bv-select-sm {
  height: 34px;
  padding: 4px 32px 4px 10px;
  font-size: 0.8125rem;
}

.bv-form-group {
  margin-bottom: 16px;
}
.bv-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bv-text-gray);
  margin-bottom: 6px;
}
.bv-required {
  color: inherit;
}

.bv-form-label.bv-required::after {
  content: " *";
  color: #e53e3e;
}

.bv-input-group {
  display: flex;
  align-items: stretch;
}
.bv-input-group .bv-form-control {
  border-radius: var(--bv-radius-sm) 0 0 var(--bv-radius-sm);
  flex: 1;
}

.bv-input-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  border-radius: 0 var(--bv-radius-sm) var(--bv-radius-sm) 0;
  color: var(--bv-text-muted);
  cursor: pointer;
  transition: var(--bv-transition);
}

.bv-input-addon:hover {
  background: rgba(0, 0, 0, 0.08);
  color: var(--bv-text-dark);
}

.bv-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bv-form-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bv-checkbox-label,
.bv-radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--bv-text-gray);
  cursor: pointer;
}
.bv-checkbox-label input,
.bv-radio-label input {
  accent-color: var(--bv-gold);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.bv-radio-group,
.bv-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bv-form-section {
  margin-bottom: 28px;
}
.bv-form-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bv-text-white);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--bv-gold-border);
}

.bv-form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

/* ============================================================
   ALERT / BİLDİRİM
   ============================================================ */
.bv-alert {
  padding: 12px 16px;
  border-radius: var(--bv-radius-sm);
  font-size: 0.875rem;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bv-alert-success {
  background: rgba(72, 187, 120, 0.1);
  border: 1px solid rgba(72, 187, 120, 0.35);
  color: #68d391;
}
.bv-alert-danger {
  background: rgba(229, 62, 62, 0.1);
  border: 1px solid rgba(229, 62, 62, 0.35);
  color: #fc8181;
}
.bv-alert-info {
  background: rgba(66, 153, 225, 0.1);
  border: 1px solid rgba(66, 153, 225, 0.35);
  color: #90cdf4;
}
.bv-alert-warning {
  background: rgba(251, 211, 141, 0.1);
  border: 1px solid rgba(251, 211, 141, 0.35);
  color: #fbd38d;
}

.bv-alert-dismissible {
  position: relative;
  padding-right: 36px;
}
.bv-alert-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0.6;
  line-height: 1;
  padding: 0;
  color: inherit;
}
.bv-alert-close:hover {
  opacity: 1;
}

.bv-text-danger {
  color: #e53e3e;
  font-size: 0.8125rem;
  margin-top: 4px;
}

/* Toast */
.bv-notification {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-left: 3px solid var(--bv-gold);
  color: var(--bv-text-white);
  padding: 14px 40px 14px 16px;
  border-radius: var(--bv-radius);
  font-size: 0.875rem;
  max-width: 340px;
  box-shadow: var(--bv-shadow-dark);
  transform: translateX(120%);
  transition: transform 0.3s ease;
}

.bv-notification.bv-notification-show {
  transform: translateX(0);
}
.bv-notification-success {
  border-left-color: #48bb78;
}
.bv-notification-danger {
  border-left-color: #fc8181;
}

.bv-notification-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: var(--bv-text-muted);
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.bv-breadcrumb-bar {
  background: #100b08 !important;
  border-bottom: 1px solid var(--bv-gold-border);
  padding: 12px 0;
}

/* Breadcrumb + Geri butonu yan yana */
.bv-breadcrumb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bv-breadcrumb-back {
  flex-shrink: 0;
  font-size: 0.9375rem;
  padding: 7px 16px;
}

.bv-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}

.bv-breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bv-text-muted);
  font-size: 1.125rem;
}
.bv-breadcrumb-item a {
  color: var(--bv-text-muted);
  font-size: 1.125rem;
}
.bv-breadcrumb-item a .fa {
  font-size: 1.25rem;
}
.bv-breadcrumb-item a:hover {
  color: var(--bv-gold);
}
.bv-breadcrumb-item.active {
  color: var(--bv-gold);
  font-size: 1.125rem;
  font-weight: 600;
}
.bv-breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: var(--bv-text-muted);
  opacity: 0.5;
}

/* ============================================================
   SAYFA BAŞLIĞI & WRAPPER
   ============================================================ */
.bv-page-title {
  font-family: var(--bv-font-serif);
  font-size: 1.75rem;
  color: var(--bv-text-white);
  margin-bottom: 24px;
}

.bv-page-wrapper {
  background: var(--bv-bg-dark);
  min-height: 60vh;
}

/* ============================================================
   KATEGORİ TOOLBAR
   ============================================================ */
.bv-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bv-gold-border);
  flex-wrap: wrap;
  gap: 12px;
}

.bv-toolbar-left {
  color: var(--bv-text-muted);
  font-size: 0.875rem;
}
.bv-result-count {
  color: var(--bv-text-gray);
}

.bv-toolbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bv-sort-wrap,
.bv-limit-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
}

.bv-view-toggle {
  display: flex;
  gap: 4px;
}
.bv-view-btn {
  width: 32px;
  height: 32px;
  border-radius: var(--bv-radius-sm);
  background: transparent;
  border: 1px solid var(--bv-gold-border);
  color: var(--bv-text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: var(--bv-transition);
}
.bv-view-btn.active,
.bv-view-btn:hover {
  background: var(--bv-gold-pale);
  border-color: var(--bv-gold);
  color: var(--bv-gold);
}

/* Sayfalama */
.bv-pagination-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.bv-pagination-wrap .pagination {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bv-pagination-wrap .pagination li a,
.bv-pagination-wrap .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--bv-radius-sm);
  border: 1px solid var(--bv-gold-border);
  color: var(--bv-text-gray);
  font-size: 0.875rem;
  transition: var(--bv-transition);
  background: transparent;
}
.bv-pagination-wrap .pagination li.active span,
.bv-pagination-wrap .pagination li a:hover {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
  color: var(--bv-text-dark);
}

/* ============================================================
   ÜRÜN DETAY SAYFASI
   ============================================================ */
.bv-product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.bv-gallery-main {
  position: relative;
  border-radius: var(--bv-radius);
  overflow: hidden;
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
}

.bv-gallery-main-link {
  display: block;
}
.bv-gallery-main-img {
  width: 100%;
  height: auto;
  display: block;
}

.bv-gallery-zoom-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(16, 11, 8, 0.7);
  border: 1px solid var(--bv-gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bv-gold);
  font-size: 0.875rem;
  opacity: 0;
  transition: var(--bv-transition);
}
.bv-gallery-main:hover .bv-gallery-zoom-icon {
  opacity: 1;
}

.bv-gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.bv-thumb-item {
  width: 72px;
  height: 72px;
  border-radius: var(--bv-radius-sm);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--bv-transition);
  display: block;
}
.bv-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bv-thumb-item.active,
.bv-thumb-item:hover {
  border-color: var(--bv-gold);
}

.bv-product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bv-product-actions-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bv-product-brand {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bv-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bv-product-wishlist-compare {
  display: flex;
  gap: 6px;
}

.bv-product-title {
  font-family: var(--bv-font-serif);
  font-size: 2.75rem;
  color: var(--bv-text-white);
  line-height: 1.2;
  margin: 0;
}

.bv-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bv-star {
  color: var(--bv-text-muted);
  font-size: 1.375rem;
}
.bv-star-filled {
  color: var(--bv-gold);
}
.bv-rating-count {
  font-size: 1.125rem;
  color: var(--bv-text-muted);
}

.bv-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.bv-meta-item {
  font-size: 1.25rem;
  color: var(--bv-text-muted);
}
.bv-meta-label {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--bv-text-gray);
}

.bv-stock-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: var(--bv-radius-full);
  font-size: 0.75rem;
  font-weight: 600;
}
.bv-in-stock {
  background: rgba(72, 187, 120, 0.15);
  color: #48bb78;
  border: 1px solid rgba(72, 187, 120, 0.3);
}
.bv-out-stock {
  background: rgba(229, 62, 62, 0.15);
  color: #fc8181;
  border: 1px solid rgba(229, 62, 62, 0.3);
}

.bv-product-price-box {
  padding: 20px 24px;
  background: rgba(199, 146, 78, 0.08);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.bv-discount-table {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--bv-gold-border);
}
.bv-discount-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bv-text-gray);
  margin-bottom: 8px;
}
.bv-discount-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
  padding: 3px 0;
}
.bv-discount-price {
  color: var(--bv-gold);
  font-weight: 600;
}

.bv-product-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bv-option-label {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--bv-text-gray);
  margin-bottom: 8px;
  display: block;
}
.bv-option-img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
}

/* Ürün sayfası form elementleri – koyu tema uyumu */
.bv-product-info .bv-form-control,
.bv-product-info select,
.bv-product-info input[type="text"],
.bv-product-info input[type="number"],
.bv-product-info textarea {
  background: var(--bv-bg-dark2);
  color: var(--bv-text-white);
  border-color: var(--bv-gold-border);
}
.bv-product-info .bv-form-control:focus,
.bv-product-info select:focus,
.bv-product-info input[type="text"]:focus,
.bv-product-info input[type="number"]:focus,
.bv-product-info textarea:focus {
  border-color: var(--bv-gold);
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.15);
  outline: none;
}
/* Select ok rengi koyu temada görünür olsun */
.bv-product-info select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C7924E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}
/* Select option renkleri */
.bv-product-info select option {
  background: #2d1a00;
  color: var(--bv-text-white);
}
/* Radio ve checkbox etiketleri */
.bv-product-info .radio label,
.bv-product-info .checkbox label {
  color: var(--bv-text-gray);
  cursor: pointer;
}
.bv-product-info .radio input,
.bv-product-info .checkbox input {
  accent-color: var(--bv-gold);
}

/* Ürün Sekmeleri – Tam Genişlik (galeri+bilgi altında) */
.bv-product-tabs-full {
  margin-top: 48px;
}

.bv-add-to-cart {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.bv-qty-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bv-qty-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-sm);
  overflow: hidden;
  background: var(--bv-bg-dark2);
}

.bv-qty-btn {
  width: 48px;
  height: 56px;
  background: transparent;
  border: none;
  color: var(--bv-gold);
  cursor: pointer;
  font-size: 1.125rem;
  transition: var(--bv-transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bv-qty-btn:hover {
  background: var(--bv-gold-pale);
}

.bv-qty-input {
  width: 64px;
  height: 56px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--bv-gold-border);
  border-right: 1px solid var(--bv-gold-border);
  background: transparent;
  color: var(--bv-text-white);
  font-size: 1.125rem;
  font-weight: 700;
}
.bv-qty-input:focus {
  outline: none;
}

.bv-qty-sm .bv-qty-btn {
  width: 30px;
  height: 34px;
}
.bv-qty-sm .bv-qty-input {
  width: 44px;
  height: 34px;
  font-size: 0.875rem;
}

.bv-btn-cart {
  flex: 1;
}

.bv-product-tags-card {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bv-product-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 1.125rem;
}
.bv-tags-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--bv-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bv-tag {
  padding: 6px 14px;
  background: var(--bv-gold-pale);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-full);
  color: var(--bv-gold);
  font-size: 0.9375rem;
  transition: var(--bv-transition);
}
.bv-tag:hover {
  background: var(--bv-gold);
  color: var(--bv-text-dark);
  border-color: var(--bv-gold);
}

/* Ürün Sekmeleri */
.bv-product-tabs {
  margin-top: 32px;
}
.bv-tabs-nav {
  display: flex;
  border-bottom: 2px solid var(--bv-gold-border);
  gap: 0;
  margin-bottom: 0;
}

.bv-tab-btn {
  padding: 18px 36px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  color: var(--bv-text-muted);
  font-size: 1.1875rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--bv-transition);
  letter-spacing: 0.2px;
}
.bv-tab-btn:hover {
  color: var(--bv-gold);
}
.bv-tab-btn.active {
  color: var(--bv-gold);
  border-bottom-color: var(--bv-gold);
  background: rgba(199, 146, 78, 0.06);
}

.bv-tab-pane {
  display: none;
}
.bv-tab-pane.active {
  display: block;
}

/* Tab içerik alanı arka planı */
.bv-tabs-content {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-top: none;
  border-radius: 0 0 var(--bv-radius-lg) var(--bv-radius-lg);
  padding: 40px 48px;
}

.bv-description-content {
  color: var(--bv-text-gray);
  line-height: 1.85;
  font-size: 1.125rem;
}
.bv-description-content h1,
.bv-description-content h2,
.bv-description-content h3 {
  color: var(--bv-text-white);
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.75rem;
  line-height: 1.3;
}
.bv-description-content h4,
.bv-description-content h5,
.bv-description-content h6 {
  color: var(--bv-text-white);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.bv-description-content p {
  color: var(--bv-text-gray);
  margin-bottom: 12px;
  font-size: 1.125rem;
  line-height: 1.85;
}
.bv-description-content ul,
.bv-description-content ol {
  color: var(--bv-text-gray);
  padding-left: 1.5em;
  margin-bottom: 12px;
}
.bv-description-content li {
  color: var(--bv-text-gray);
  margin-bottom: 6px;
  line-height: 1.7;
}
.bv-description-content a {
  color: var(--bv-gold);
}
.bv-description-content a:hover {
  color: var(--bv-gold-light);
}
.bv-description-content strong,
.bv-description-content b {
  color: var(--bv-text-white);
  font-weight: 700;
}
.bv-description-content em,
.bv-description-content i {
  color: var(--bv-text-gray);
}
.bv-description-content span {
  color: inherit;
}
.bv-description-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.bv-description-content table td,
.bv-description-content table th {
  color: var(--bv-text-gray);
  padding: 8px 12px;
  border: 1px solid var(--bv-gold-border);
}
.bv-description-content table th {
  color: var(--bv-gold);
  background: var(--bv-bg-dark2);
}
.bv-description-content blockquote {
  color: var(--bv-text-muted);
  border-left: 3px solid var(--bv-gold);
  padding-left: 16px;
  margin: 16px 0;
  font-style: italic;
}

.bv-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.bv-spec-table th {
  background: var(--bv-bg-dark2);
  color: var(--bv-gold);
  padding: 10px 14px;
  text-align: left;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--bv-gold-border);
}
.bv-spec-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.875rem;
}
.bv-spec-label {
  color: var(--bv-text-gray);
  font-weight: 600;
}
.bv-spec-value {
  color: var(--bv-text-white);
}

/* Yorum formu */
.bv-review-form {
  margin-top: 24px;
}
.bv-review-form-title {
  font-size: 1.375rem;
  color: var(--bv-text-white);
  margin-bottom: 16px;
}
.bv-review-login {
  color: var(--bv-text-muted);
  font-size: 1.125rem;
  padding: 20px 0;
}
/* Yorum yok mesajı */
#review {
  font-size: 1.125rem;
  color: var(--bv-text-muted);
  padding: 16px 0;
}
.bv-reviews-list {
  margin-bottom: 24px;
}

.bv-star-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bv-rating-label {
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
}
.bv-star-label {
  cursor: pointer;
}
.bv-star-label .fa {
  font-size: 1.25rem;
  color: var(--bv-text-muted);
  transition: color 0.15s;
}
.bv-star-label:hover .fa,
.bv-star-label input:checked ~ .fa {
  color: var(--bv-gold);
}

/* İlgili ürünler */
.bv-related-products {
  margin-top: 48px;
}
.bv-related-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ============================================================
   SEPET SAYFASI
   ============================================================ */
.bv-cart-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

.bv-cart-header {
  display: grid;
  grid-template-columns: 80px 1fr 120px 120px 120px 44px;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 2px solid var(--bv-gold-border);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--bv-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bv-cart-item {
  display: grid;
  grid-template-columns: 80px 1fr 120px 120px 120px 44px;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
}

.bv-cart-col-img img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: var(--bv-radius-sm);
  border: 1px solid var(--bv-gold-border);
}

.bv-cart-item-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--bv-text-white);
}
.bv-cart-item-name:hover {
  color: var(--bv-gold);
}

.bv-cart-item-options {
  margin-top: 4px;
}
.bv-cart-option {
  display: block;
  font-size: 0.75rem;
  color: var(--bv-text-muted);
}

.bv-cart-price,
.bv-cart-total {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--bv-gold);
}

.bv-cart-remove {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(229, 62, 62, 0.3);
  color: #fc8181;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: var(--bv-transition);
}
.bv-cart-remove:hover {
  background: rgba(229, 62, 62, 0.15);
  border-color: #fc8181;
}

.bv-cart-vouchers {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bv-voucher-form {
  flex: 1;
  min-width: 240px;
}
.bv-voucher-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--bv-text-white);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bv-voucher-row {
  display: flex;
  gap: 8px;
}
.bv-voucher-row .bv-form-control {
  flex: 1;
}

.bv-cart-continue {
  margin-top: 20px;
}

/* Sipariş özeti */
.bv-cart-summary {
  position: sticky;
  top: 90px;
}

.bv-summary-box {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-lg);
  padding: 24px;
}

.bv-summary-title {
  font-size: 1.125rem;
  color: var(--bv-text-white);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--bv-gold-border);
}

.bv-summary-totals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.bv-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.bv-summary-label {
  color: var(--bv-text-muted);
}
.bv-summary-value {
  color: var(--bv-text-white);
  font-weight: 600;
}

.bv-summary-grand {
  padding-top: 12px;
  border-top: 1px solid var(--bv-gold-border);
  font-size: 1rem;
}
.bv-summary-grand .bv-summary-label {
  color: var(--bv-text-white);
  font-weight: 700;
}
.bv-summary-grand .bv-summary-value {
  color: var(--bv-gold);
  font-size: 1.25rem;
}

.bv-summary-actions {
  margin-bottom: 16px;
}

.bv-secure-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.bv-secure-badge .fa {
  color: #48bb78;
}

/* ============================================================
   HESAP SAYFALARI
   ============================================================ */
.bv-auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.bv-auth-card {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-lg);
  padding: 32px;
}

.bv-auth-header {
  margin-bottom: 24px;
}
.bv-auth-title {
  font-size: 1.375rem;
  color: var(--bv-text-white);
  margin-bottom: 8px;
}
.bv-auth-subtitle {
  font-size: 0.875rem;
  color: var(--bv-text-muted);
}

.bv-auth-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bv-forgot-link {
  font-size: 0.8125rem;
  color: var(--bv-gold);
}
.bv-forgot-link:hover {
  color: var(--bv-gold-light);
}

.bv-register-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.bv-benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--bv-text-gray);
}
.bv-benefit-item .fa {
  color: #48bb78;
  font-size: 1rem;
}

.bv-guest-checkout {
  margin-top: 16px;
  text-align: center;
}
.bv-divider-text {
  display: block;
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
  margin-bottom: 12px;
}

/* Kayıt sayfası */
.bv-register-layout {
  max-width: 640px;
  margin: 0 auto;
}
.bv-register-card {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-lg);
  padding: 32px;
}

/* Hesabım */
.bv-account-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bv-account-card {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-lg);
  padding: 24px;
  display: flex;
  gap: 16px;
  transition: var(--bv-transition);
}

.bv-account-card:hover {
  border-color: var(--bv-gold);
  transform: translateY(-2px);
}

.bv-account-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bv-gold-pale);
  border: 1px solid var(--bv-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bv-account-card-icon .fa {
  font-size: 1.125rem;
  color: var(--bv-gold);
}

.bv-account-card-body h3 {
  font-size: 1rem;
  color: var(--bv-text-white);
  margin-bottom: 6px;
}
.bv-account-card-body p {
  font-size: 0.8125rem;
  color: var(--bv-text-muted);
  margin-bottom: 12px;
}

.bv-account-card-logout .bv-account-card-icon {
  background: rgba(229, 62, 62, 0.1);
  border-color: rgba(229, 62, 62, 0.3);
}
.bv-account-card-logout .bv-account-card-icon .fa {
  color: #fc8181;
}

/* ============================================================
   ARAMA SAYFASI
   ============================================================ */
.bv-search-form-box {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-lg);
  padding: 24px;
  margin-bottom: 32px;
}

.bv-search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
}
.bv-search-field-wrap {
  flex: 1;
  min-width: 200px;
}
.bv-search-check {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2px;
}
.bv-search-submit {
  display: flex;
  align-items: flex-end;
}

/* ============================================================
   BOŞ DURUM
   ============================================================ */
.bv-empty-state {
  text-align: center;
  padding: 64px 24px;
}

.bv-empty-icon {
  font-size: 4rem;
  color: var(--bv-text-muted);
  margin-bottom: 20px;
  opacity: 0.4;
}
.bv-empty-title {
  font-size: 1.375rem;
  color: var(--bv-text-white);
  margin-bottom: 10px;
}
.bv-empty-desc {
  font-size: 0.9375rem;
  color: var(--bv-text-muted);
  margin-bottom: 24px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.bv-footer {
  background: var(--bv-bg-dark2);
  border-top: 1px solid var(--bv-gold-border);
  padding-top: 56px;
  padding-bottom: 0;
  margin-top: 48px;
}

/* Bootstrap row içindeki footer sütunları */
.bv-footer-row {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bv-gold-border);
}

.bv-footer-brand-col {
  margin-bottom: 32px;
}

/* Logo alanı */
.bv-footer-logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 16px;
}
.bv-footer-logo-link:hover {
  text-decoration: none;
}

.bv-footer-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.bv-footer-logo-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}

.bv-footer-brand-name {
  font-family: var(--bv-font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bv-gold);
  letter-spacing: 3px;
}

.bv-footer-brand-sub {
  font-size: 0.6rem;
  letter-spacing: 3px;
  color: var(--bv-text-muted);
  text-transform: uppercase;
  margin-top: 3px;
}

.bv-footer-about {
  font-size: 1.25rem;
  color: #c8bfb8;
  line-height: 1.8;
  margin: 16px 0;
}

/* Sosyal medya butonları */
.bv-footer-social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bv-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(199, 146, 78, 0.1);
  border: 1px solid var(--bv-gold-border);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--bv-gold);
  font-size: 0.9rem;
  -webkit-transition: var(--bv-transition);
  transition: var(--bv-transition);
  text-decoration: none;
}
.bv-social-btn:hover {
  background: var(--bv-gold);
  color: var(--bv-text-dark);
  border-color: var(--bv-gold);
  text-decoration: none;
}

/* Footer nav sütunları */
.bv-footer-nav-col {
  margin-bottom: 32px;
}

.bv-footer-heading {
  font-family: var(--bv-font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bv-text-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bv-gold-border);
}

.bv-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bv-footer-nav li {
  margin-bottom: 12px;
}

.bv-footer-nav li a {
  font-size: 1.1875rem;
  color: #c8bfb8;
  -webkit-transition: var(--bv-transition);
  transition: var(--bv-transition);
  text-decoration: none;
  display: inline-block;
}

.bv-footer-nav li a:hover {
  color: var(--bv-gold);
  padding-left: 4px;
  text-decoration: none;
}

/* Alt bar */
.bv-footer-bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.bv-footer-copy {
  font-size: 1.0625rem;
  color: #c8bfb8;
}
.bv-footer-copy a {
  color: var(--bv-gold);
}

.bv-footer-pay-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: var(--bv-text-muted);
  font-size: 1.5rem;
}

/* Eski sınıf uyumluluğu (diğer twig'ler için) */
.bv-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.bv-footer-links a {
  font-size: 1.1875rem;
  color: #c8bfb8;
  transition: var(--bv-transition);
}
.bv-footer-links a:hover {
  color: var(--bv-gold);
  padding-left: 4px;
}

.bv-footer-col-title {
  font-family: var(--bv-font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bv-text-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--bv-gold-border);
}

.bv-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.bv-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.bv-payment-icon {
  height: 24px;
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 0.6875rem;
  color: var(--bv-text-muted);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Back to top */
#bv-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bv-gold);
  border: none;
  color: var(--bv-text-dark);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--bv-shadow-gold);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.3s,
    transform 0.3s;
  pointer-events: none;
}

#bv-back-to-top.bv-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#bv-back-to-top:hover {
  background: var(--bv-gold-light);
}

/* ============================================================
   CONTAINER
   ============================================================ */
.bv-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   SECTION ORTAK
   ============================================================ */
.bv-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.bv-section-title {
  font-family: var(--bv-font-serif);
  font-size: 2.5rem;
  color: #c7924e !important;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-shadow: none;
}
.bv-section-line {
  width: 56px;
  height: 3px;
  background: var(--bv-gold);
  margin: 0 auto;
  border-radius: 2px;
}

/* Koyu arka plan üzerindeki section başlıkları */
.bv-section-dark .bv-section-title {
  color: #c7924e !important;
}

/* Açık arka plan üzerindeki section başlıkları */
.bv-section-light .bv-section-title {
  color: #2a1710;
  text-shadow: none;
}

/* ============================================================
   MOBİL MENÜ
   ============================================================ */
.bv-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: var(--bv-bg-dark2);
  border-right: 1px solid var(--bv-gold-border);
  z-index: 999;
  overflow-y: auto;
  transition: left 0.3s ease;
  padding: 20px 0;
}

.bv-mobile-menu.bv-open {
  left: 0;
}

.bv-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}
.bv-mobile-overlay.bv-open {
  display: block;
}

.bv-mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 16px;
  border-bottom: 1px solid var(--bv-gold-border);
  margin-bottom: 8px;
}

.bv-mobile-menu-close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  color: var(--bv-text-muted);
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bv-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bv-mobile-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: var(--bv-text-gray);
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: var(--bv-transition);
}

.bv-mobile-nav li a:hover {
  color: var(--bv-gold);
  background: var(--bv-gold-pale);
}

.bv-mobile-submenu {
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.bv-mobile-submenu li a {
  padding-left: 36px;
  font-size: 0.875rem;
}

.bv-mobile-arrow {
  font-size: 0.75rem;
  color: var(--bv-text-muted);
}

/* ============================================================
   RESPONSIVE – EK STİLLER
   ============================================================ */
@media (max-width: 1199px) {
  .bv-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bv-cart-layout {
    grid-template-columns: 1fr;
  }
  .bv-cart-summary {
    position: static;
  }
  /* footer Bootstrap col'lar zaten responsive, ek kural gerekmez */
}

@media (max-width: 991px) {
  .bv-trust-grid {
    flex-wrap: wrap;
  }
  .bv-trust-item {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  }
  .bv-trust-item:nth-child(odd) {
    border-right: 1px solid rgba(199, 146, 78, 0.2);
  }
  .bv-trust-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .bv-product-detail {
    grid-template-columns: 1fr;
  }
  .bv-auth-layout {
    grid-template-columns: 1fr;
  }
  .bv-account-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bv-cart-header {
    display: none;
  }
  .bv-cart-item {
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto auto auto;
  }
  .bv-cart-col-price,
  .bv-cart-col-qty,
  .bv-cart-col-total {
    grid-column: 2;
  }
  .bv-cart-col-action {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .bv-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bv-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bv-footer-bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .bv-form-row-2 {
    grid-template-columns: 1fr;
  }
  .bv-account-grid {
    grid-template-columns: 1fr;
  }
  .bv-add-to-cart {
    flex-direction: column;
  }
  .bv-btn-cart {
    width: 100%;
  }
  .bv-search-row {
    flex-direction: column;
  }
  .bv-search-submit .bv-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bv-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .bv-product-card-body {
    padding: 12px;
  }
  .bv-auth-card {
    padding: 20px;
  }
  .bv-register-card {
    padding: 20px;
  }
  .bv-summary-box {
    padding: 16px;
  }
}

/* ============================================================
   ANA SAYFA MODÜL ALANI – Tam genişlik
   ============================================================ */
#common-home.bv-home-modules {
  width: 100%;
  padding: 0;
}

#common-home.bv-home-modules .row {
  margin: 0;
}

.bv-home-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

/* Modül bölümü wrapper – tam genişlik, kendi padding'i var */
.bv-home-content .bv-module {
  width: 100%;
  padding: 48px 0;
  background: #100b08;
}

/* Modül içindeki grid header genişliğinde container ile sarılı */
.bv-home-content .bv-module .bv-section-header,
.bv-home-content .bv-module .bv-pcard-grid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ============================================================
   YENİ ÜRÜN KARTI (bv-pcard) – Referans tasarım
   ============================================================ */
.bv-pcard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bv-pcard {
  background: #1a1208;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  border: 1px solid rgba(199, 146, 78, 0.12);
}

.bv-pcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

/* Görsel alan */
.bv-pcard-img-wrap {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #2a1a0e;
}

.bv-pcard-img-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.bv-pcard-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bv-pcard:hover .bv-pcard-img-wrap img {
  transform: scale(1.06);
}

/* Rozetler */
.bv-pcard-badge-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e53e3e;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 2;
}

.bv-pcard-badge-new {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--bv-gold);
  color: #100b08;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 2;
}

.bv-pcard-badge-hot {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #dd6b20;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 2;
}

/* Favori butonu */
.bv-pcard-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(16, 11, 8, 0.75);
  border: 1px solid rgba(199, 146, 78, 0.3);
  color: #f8f5f1;
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    color 0.2s;
  z-index: 2;
}

.bv-pcard-wish:hover {
  background: #e53e3e;
  border-color: #e53e3e;
  color: #fff;
}

/* Kart gövdesi */
.bv-pcard-body {
  padding: 24px 28px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  background: #1a1208;
}

/* Meta (konum/marka) */
.bv-pcard-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: var(--bv-gold);
  font-weight: 500;
}

.bv-pcard-meta .fa {
  font-size: 0.7rem;
}

/* Ürün adı */
.bv-pcard-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
  line-height: 1.3;
}

.bv-pcard-name a {
  color: #f8f5f1;
  text-decoration: none;
}

.bv-pcard-name a:hover {
  color: var(--bv-gold);
}

/* Açıklama */
.bv-pcard-desc {
  font-size: 0.8125rem;
  color: #beb5ae;
  line-height: 1.55;
  margin: 0;
}

/* Etiketler */
.bv-pcard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bv-pcard-tag {
  padding: 3px 10px;
  background: rgba(199, 146, 78, 0.1);
  border: 1px solid rgba(199, 146, 78, 0.25);
  border-radius: 20px;
  font-size: 0.75rem;
  color: var(--bv-gold);
}

.bv-pcard-tag .fa {
  font-size: 0.65rem;
}

/* Footer: fiyat + sepet */
.bv-pcard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(199, 146, 78, 0.12);
  gap: 10px;
}

.bv-pcard-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bv-pcard-price-now {
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--bv-gold);
}

.bv-pcard-price-old {
  font-size: 0.8125rem;
  color: #beb5ae;
  text-decoration: line-through;
}

/* Sepete ekle butonu */
.bv-pcard-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  background: rgba(199, 146, 78, 0.12);
  border: 1px solid rgba(199, 146, 78, 0.35);
  border-radius: 24px;
  color: #f8f5f1;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
  white-space: nowrap;
}

.bv-pcard-cart-btn:hover {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
  color: #100b08;
}

/* Ürün bölümü wrapper */
.bv-products-section {
  padding: 56px 0;
  background: #100b08;
}

.bv-products-section-light {
  padding: 56px 0;
  background: #f7f3ee;
}

.bv-products-section-light .bv-section-title {
  color: #2a1710;
}

.bv-products-section-light .bv-pcard {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.bv-products-section-light .bv-pcard-body {
  background: #fff;
}

.bv-products-section-light .bv-pcard-name a {
  color: #2a1710;
}

.bv-products-section-light .bv-pcard-name a:hover {
  color: var(--bv-gold);
}

.bv-products-section-light .bv-pcard-desc {
  color: #6b5c52;
}

/* Responsive */
@media (max-width: 1199px) {
  .bv-pcard-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .bv-pcard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .bv-pcard-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .bv-pcard-img-wrap {
    height: 170px;
  }
  .bv-pcard-body {
    padding: 14px 14px 16px;
  }
  .bv-pcard-name {
    font-size: 0.9375rem;
  }
  .bv-pcard-cart-btn {
    padding: 7px 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 360px) {
  .bv-pcard-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   ÜRÜN SLIDER (bv-pslider)
   ============================================================ */
.bv-pslider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.bv-pslider-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.bv-pslider-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.bv-pslider-item {
  flex: 0 0 calc((100% - 64px) / 5);
  min-width: 0;
}

.bv-pslider-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(199, 146, 78, 0.15);
  border: 1px solid rgba(199, 146, 78, 0.4);
  color: #c7924e;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    color 0.2s;
  z-index: 2;
  margin: 0 8px;
}

.bv-pslider-btn:hover {
  background: #c7924e;
  color: #100b08;
}

.bv-pslider-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

/* Slider içindeki kartlar tam yükseklik */
.bv-pslider-item .bv-pcard {
  height: 100%;
}

/* Responsive */
@media (max-width: 1199px) {
  .bv-pslider-item {
    flex: 0 0 calc((100% - 48px) / 4);
  }
}

@media (max-width: 991px) {
  .bv-pslider-item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}

@media (max-width: 575px) {
  .bv-pslider-item {
    flex: 0 0 calc((100% - 12px) / 2);
  }
  .bv-pslider-btn {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    margin: 0 4px;
  }
}

@media (max-width: 360px) {
  .bv-pslider-item {
    flex: 0 0 100%;
  }
}

/* ============================================================
   MARKALAR / CAROUSEL (Sonsuz kaydırma)
   ============================================================ */
.bv-brands-section {
  background: #1a120d;
  padding: 40px 0;
  overflow: hidden;
  border-top: 1px solid rgba(199, 146, 78, 0.2);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-brands-section .bv-section-header {
  margin-bottom: 28px;
}

.bv-brands-track {
  overflow: hidden;
  width: 100%;
}

.bv-brands-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: bv-brands-scroll 30s linear infinite;
  width: max-content;
}

.bv-brands-inner:hover {
  animation-play-state: paused;
}

.bv-brand-item {
  flex: 0 0 auto;
  opacity: 0.55;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bv-brand-item:hover {
  opacity: 1;
}

.bv-brand-item img {
  height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(1) brightness(2);
  transition: filter 0.3s ease;
  display: block;
}

.bv-brand-item:hover img {
  filter: grayscale(0) brightness(1);
}

@keyframes bv-brands-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .bv-brands-section {
    padding: 28px 0;
  }
  .bv-brands-inner {
    gap: 40px;
    animation-duration: 20s;
  }
  .bv-brand-item img {
    height: 36px;
  }
}

/* ============================================================
   BLOG YAZILARI BÖLÜMÜ
   ============================================================ */
.bv-blog-section {
  background: #100b08;
  padding: 64px 0;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-blog-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.bv-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bv-blog-card {
  background: #1a120d;
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.bv-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(199, 146, 78, 0.4);
}

.bv-blog-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #2a1a0e;
}

.bv-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bv-blog-card:hover .bv-blog-card-img img {
  transform: scale(1.06);
}

.bv-blog-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2a1a0e 0%, #3a2115 100%);
}

.bv-blog-card-img-placeholder .fa {
  font-size: 3rem;
  color: rgba(199, 146, 78, 0.3);
}

.bv-blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  text-align: left;
}

.bv-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: #beb5ae;
}

.bv-blog-card-meta .fa {
  color: #c7924e;
  font-size: 0.875rem;
}

.bv-blog-card-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bv-blog-card-cat {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #c7924e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bv-blog-card-title {
  font-family: var(--bv-font-serif);
  font-size: 1.1875rem;
  font-weight: 700;
  color: #f8f5f1;
  line-height: 1.35;
  margin: 0;
  text-align: left !important;
}

.bv-blog-card-title a {
  color: #f8f5f1;
  text-decoration: none;
  transition: color 0.2s ease;
  text-align: left !important;
  display: block;
}

.bv-blog-card-title a:hover {
  color: #c7924e;
}

.bv-blog-card-excerpt {
  font-size: 1rem;
  color: #beb5ae;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.bv-blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 146, 78, 0.12);
  margin-top: auto;
}

.bv-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c7924e;
  text-decoration: none;
  transition:
    gap 0.2s ease,
    color 0.2s ease;
  letter-spacing: 0.3px;
}

.bv-blog-read-more:hover {
  color: #e4ba7a;
  gap: 10px;
  text-decoration: none;
}

.bv-blog-read-more .fa {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.bv-blog-read-more:hover .fa {
  transform: translateX(3px);
}

.bv-blog-section-footer {
  text-align: center;
  margin-top: 40px;
}

/* "Tüm Yazılar" footer alanı */
.bv-blog-footer {
  text-align: center;
  margin-top: 48px;
}

/* "Tüm Yazılar" butonu */
.bv-blog-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 40px;
  background: transparent;
  border: 2px solid #c7924e;
  border-radius: 50px;
  color: #c7924e;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.bv-blog-all-btn:hover {
  background: #c7924e;
  color: #100b08;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(199, 146, 78, 0.35);
  text-decoration: none;
}

.bv-blog-all-btn .fa {
  font-size: 0.875rem;
  transition: transform 0.2s ease;
}

.bv-blog-all-btn:hover .fa {
  transform: translateX(4px);
}

/* Kart görsel link wrapper */
.bv-blog-card-img-wrap {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #2a1a0e;
  text-decoration: none;
}

.bv-blog-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bv-blog-card:hover .bv-blog-card-img-wrap img {
  transform: scale(1.06);
}

/* Blog responsive */
@media (max-width: 991px) {
  .bv-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .bv-blog-section {
    padding: 40px 0;
  }
  .bv-blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
  }
  .bv-blog-card-img {
    height: 160px;
  }
  .bv-blog-card-body {
    padding: 18px;
  }
  .bv-blog-card-title {
    font-size: 1.0625rem;
  }
}

/* ============================================================
   İADE FORMU (account/return/add)
   ============================================================ */

/* Sayfa arka planı */
#account-return.bv-page-wrapper {
  background: #100b08;
  min-height: 70vh;
}

#account-return .bv-container {
  background: #100b08;
}

.bv-return-desc {
  font-size: 1.125rem;
  color: var(--bv-text-muted);
  margin-bottom: 32px;
  line-height: 1.75;
}

.bv-return-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 900px;
}

.bv-return-card {
  background: #1a120d;
  border: 1px solid rgba(199, 146, 78, 0.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.bv-return-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  background: rgba(199, 146, 78, 0.1);
  border-bottom: 1px solid rgba(199, 146, 78, 0.25);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bv-gold);
  letter-spacing: 0.5px;
}

.bv-return-card-header .fa {
  font-size: 1.25rem;
  color: var(--bv-gold);
}

.bv-return-card-body {
  padding: 32px 28px;
}

/* Form label büyük */
.bv-return-card-body .bv-form-label {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #d4c9c0;
  margin-bottom: 8px;
}

/* Input büyük */
.bv-return-card-body .bv-form-control {
  background: rgba(0, 0, 0, 0.35);
  color: #f8f5f1;
  border-color: rgba(199, 146, 78, 0.35);
  font-size: 1.0625rem;
  padding: 14px 18px;
  min-height: 54px;
}

.bv-return-card-body .bv-form-control:focus {
  border-color: var(--bv-gold);
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.18);
  outline: none;
  background: rgba(0, 0, 0, 0.45);
}

.bv-return-card-body .bv-form-control::placeholder {
  color: #7a6e68;
  opacity: 1;
}

/* Radio label büyük */
.bv-return-card-body .bv-radio-label {
  font-size: 1rem;
  color: #d4c9c0;
  gap: 10px;
}

.bv-return-card-body .bv-radio-label input {
  width: 18px;
  height: 18px;
}

/* Textarea */
.bv-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}

/* Radio inline grup (Evet/Hayır) */
.bv-radio-inline-group {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

/* Aksiyon butonları */
.bv-return-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
}

.bv-return-actions .bv-btn {
  font-size: 1.125rem;
  padding: 14px 32px;
  min-height: 52px;
}

.bv-return-actions .bv-btn .fa {
  font-size: 1.25rem;
}

.bv-return-agree {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bv-return-agree .bv-checkbox-label {
  font-size: 1rem;
  color: #d4c9c0;
}

/* Input group (tarih) */
.bv-return-card-body .bv-input-group .bv-input-addon {
  background: rgba(199, 146, 78, 0.12);
  border-color: rgba(199, 146, 78, 0.35);
  color: var(--bv-gold);
  font-size: 1rem;
  padding: 0 16px;
}

.bv-return-card-body .bv-input-group .bv-input-addon:hover {
  background: rgba(199, 146, 78, 0.25);
}

/* Hata mesajı */
.bv-return-card-body .bv-invalid-feedback {
  font-size: 0.9375rem;
  color: #fc8181;
  margin-top: 6px;
}

/* Sayfa başlığı */
#account-return .bv-page-title {
  font-size: 2rem;
  color: #f8f5f1;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 767px) {
  .bv-return-form {
    max-width: 100%;
  }
  .bv-return-card-body {
    padding: 22px 18px;
  }
  .bv-return-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .bv-return-actions .bv-btn {
    width: 100%;
    justify-content: center;
  }
  .bv-return-agree {
    flex-direction: column;
    align-items: stretch;
  }
  .bv-radio-inline-group {
    gap: 20px;
  }
}

/* ============================================================
   ORTAKLIK GİRİŞ SAYFASI (affiliate/login)
   ============================================================ */

#affiliate-login.bv-page-wrapper {
  background: #100b08;
  min-height: 70vh;
}

#affiliate-login .bv-container {
  background: #100b08;
}

.bv-affiliate-desc {
  font-size: 1.125rem;
  color: var(--bv-text-muted);
  margin-bottom: 32px;
  line-height: 1.75;
}

.bv-affiliate-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
}

.bv-affiliate-card-desc {
  font-size: 1rem;
  color: #d4c9c0;
  line-height: 1.7;
  margin-bottom: 24px;
}

.bv-affiliate-card-action {
  margin-top: 8px;
}

.bv-affiliate-forgotten {
  font-size: 0.9375rem;
  color: var(--bv-gold);
  text-decoration: none;
}

.bv-affiliate-forgotten:hover {
  color: var(--bv-gold-light);
  text-decoration: underline;
}

.bv-affiliate-login-actions {
  margin-top: 20px;
}

.bv-affiliate-login-actions .bv-btn {
  font-size: 1.125rem;
  padding: 14px 32px;
  min-height: 52px;
}

.bv-affiliate-login-actions .bv-btn .fa {
  font-size: 1.25rem;
}

/* affiliate/login içindeki form alanları */
#affiliate-login .bv-return-card-body .bv-form-control {
  background: rgba(0, 0, 0, 0.35);
  color: #f8f5f1;
  border-color: rgba(199, 146, 78, 0.35);
  font-size: 1.0625rem;
  padding: 14px 18px;
  min-height: 54px;
}

#affiliate-login .bv-return-card-body .bv-form-control:focus {
  border-color: var(--bv-gold);
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.18);
  outline: none;
  background: rgba(0, 0, 0, 0.45);
}

#affiliate-login .bv-return-card-body .bv-form-label {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #d4c9c0;
  margin-bottom: 8px;
}

/* Sayfa başlığı */
#affiliate-login .bv-page-title {
  font-size: 2rem;
  color: #f8f5f1;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 767px) {
  .bv-affiliate-login-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

/* ============================================================
   SITE HARİTASI (information/sitemap)
   ============================================================ */
#information-sitemap.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-sitemap-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-sitemap-header {
  margin-bottom: 32px;
  padding-top: 36px;
}

.bv-sitemap-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
}

.bv-sitemap-title .fa {
  color: var(--bv-gold);
  margin-right: 10px;
}

/* İki sütun grid */
.bv-sitemap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* Bölüm kutusu */
.bv-sitemap-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 20px;
}

.bv-sitemap-section:last-child {
  margin-bottom: 0;
}

.bv-sitemap-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bv-gold);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bv-sitemap-section-title .fa {
  font-size: 1rem;
}

/* Liste */
.bv-sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bv-sitemap-list--sub {
  margin-top: 6px;
  margin-left: 20px;
}

.bv-sitemap-list--sub2 {
  margin-top: 4px;
  margin-left: 20px;
}

/* Liste öğesi */
.bv-sitemap-item {
  margin-bottom: 4px;
}

.bv-sitemap-item--l1 > .bv-sitemap-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #d4c9c0;
  padding: 7px 0;
}

.bv-sitemap-item--l2 > .bv-sitemap-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #beb5ae;
  padding: 5px 0;
}

.bv-sitemap-item--l3 > .bv-sitemap-link {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #9a9088;
  padding: 4px 0;
}

/* Link */
.bv-sitemap-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.5;
}

.bv-sitemap-link:hover {
  color: var(--bv-gold) !important;
  text-decoration: none;
}

.bv-sitemap-link .fa {
  font-size: 0.75rem;
  color: var(--bv-gold);
  opacity: 0.7;
  flex-shrink: 0;
}

.bv-sitemap-link:hover .fa {
  opacity: 1;
}

@media (max-width: 767px) {
  .bv-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bv-sitemap-section {
    border-radius: 10px;
    padding: 18px 20px;
  }
}

/* ============================================================
   KATEGORİ SAYFASI (product/category)
   ============================================================ */
#product-category.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-category-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

/* Sidebar + içerik layout */
.bv-cat-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.bv-cat-main {
  flex: 1;
  min-width: 0;
}

.bv-cat-sidebar {
  flex: 0 0 220px;
  width: 220px;
  min-width: 0;
  overflow: hidden;
}

.bv-cat-sidebar--left {
  order: -1;
}

.bv-cat-sidebar--right {
  order: 1;
}

/* Sidebar içindeki OpenCart modülleri — koyu tema */
.bv-cat-sidebar .list-group {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bv-cat-sidebar .list-group-item {
  background: transparent !important;
  border-color: rgba(199, 146, 78, 0.12) !important;
  color: #d4c9c0 !important;
  font-size: 1rem !important;
  padding: 10px 16px !important;
  transition: all 0.2s;
  white-space: normal;
  word-break: break-word;
}

.bv-cat-sidebar .list-group-item:hover,
.bv-cat-sidebar .list-group-item.active {
  background: rgba(199, 146, 78, 0.1) !important;
  color: var(--bv-gold) !important;
  border-color: rgba(199, 146, 78, 0.2) !important;
}

.bv-cat-sidebar .list-group-item a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  white-space: normal;
  word-break: break-word;
}

/* Sidebar panel/widget başlıkları */
.bv-cat-sidebar .panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bv-cat-sidebar .panel-heading {
  background: rgba(199, 146, 78, 0.1) !important;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2) !important;
  color: var(--bv-gold) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
}

.bv-cat-sidebar .panel-body {
  padding: 12px 16px !important;
  color: #d4c9c0 !important;
  font-size: 0.9375rem !important;
}

@media (max-width: 991px) {
  .bv-cat-layout {
    flex-direction: column;
  }
  .bv-cat-sidebar {
    flex: none;
    width: 100%;
    order: 0 !important;
  }
}

/* Kategori başlığı */
.bv-cat-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-cat-thumb img {
  max-height: 120px;
  border-radius: 10px;
  border: 1px solid rgba(199, 146, 78, 0.3);
}

.bv-cat-header-text {
  flex: 1;
}

.bv-cat-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 12px;
  line-height: 1.2;
}

.bv-cat-desc {
  font-size: 1.25rem;
  color: #beb5ae;
  line-height: 1.75;
}

/* Alt kategoriler */
.bv-subcategories {
  margin-bottom: 32px;
}

.bv-subcat-heading {
  font-size: 1rem;
  color: var(--bv-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}

.bv-subcat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}

.bv-subcat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 8px;
  color: #beb5ae;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
}

.bv-subcat-link:hover {
  background: rgba(199, 146, 78, 0.1);
  border-color: rgba(199, 146, 78, 0.4);
  color: #f8f5f1;
  text-decoration: none;
}

.bv-subcat-link .fa {
  font-size: 0.75rem;
  color: var(--bv-gold);
}

/* Araç çubuğu */
.bv-cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 10px;
}

.bv-cat-toolbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-cat-toolbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bv-cat-toolbar .bv-toolbar-select label {
  font-size: 1rem;
  color: #beb5ae;
  white-space: nowrap;
  margin: 0;
}

.bv-cat-toolbar .bv-toolbar-select select {
  font-size: 0.9375rem;
  padding: 6px 32px 6px 12px;
  min-height: 38px;
}

/* Ürün rating */
.bv-pcard-rating {
  display: flex;
  gap: 3px;
}

.bv-pcard-rating .fa {
  font-size: 0.875rem;
}

.bv-pcard-price-tax {
  font-size: 0.8125rem;
  color: #7a6e66;
  display: block;
}

/* Sayfalama */
.bv-cat-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-cat-pagination .bv-results {
  font-size: 1rem;
  color: #7a6e66;
}

@media (max-width: 767px) {
  .bv-cat-header {
    flex-direction: column;
    gap: 16px;
  }
  .bv-cat-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .bv-cat-toolbar__right {
    width: 100%;
  }
  .bv-cat-pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   BİLGİ SAYFASI (information/information)
   ============================================================ */
#information-information.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-information-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-information-header {
  padding-top: 36px;
  margin-bottom: 32px;
}

.bv-information-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 16px;
}

.bv-information-title-line {
  width: 56px;
  height: 3px;
  background: var(--bv-gold);
  border-radius: 2px;
}

.bv-information-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 14px;
  padding: 36px 40px;
  max-width: 900px;
}

/* İçerik tipografisi — ID ile güçlü override */
#information-information .bv-information-content,
#information-information .bv-information-content * {
  font-size: 1.25rem !important;
  line-height: 1.85 !important;
  color: #d4c9c0 !important;
}

/* İçerik tipografisi — bv-description-content zaten tanımlı, ek override */
.bv-information-content {
  font-size: 1.25rem !important;
  line-height: 1.85;
  color: #d4c9c0;
}

.bv-information-content h1,
.bv-information-content h2,
.bv-information-content h3 {
  font-family: "Playfair Display", serif;
  color: #f8f5f1;
  margin-top: 28px;
  margin-bottom: 14px;
}

.bv-information-content h1 {
  font-size: 2rem !important;
}
.bv-information-content h2 {
  font-size: 1.75rem !important;
}
.bv-information-content h3 {
  font-size: 1.5rem !important;
}

.bv-information-content h4,
.bv-information-content h5,
.bv-information-content h6 {
  color: #f8f5f1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.375rem !important;
}

.bv-information-content p {
  font-size: 1.25rem !important;
  color: #d4c9c0;
  margin-bottom: 16px;
  line-height: 1.85;
}

.bv-information-content ul,
.bv-information-content ol {
  font-size: 1.25rem !important;
  color: #d4c9c0;
  padding-left: 1.5em;
  margin-bottom: 16px;
}

.bv-information-content li {
  font-size: 1.25rem !important;
  color: #d4c9c0;
  margin-bottom: 8px;
  line-height: 1.75;
}

.bv-information-content a {
  color: var(--bv-gold);
  text-decoration: underline;
}

.bv-information-content a:hover {
  color: var(--bv-gold-light);
}

.bv-information-content strong,
.bv-information-content b {
  color: #f8f5f1;
  font-weight: 700;
}

.bv-information-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 1.1875rem !important;
}

.bv-information-content table td,
.bv-information-content table th {
  color: #d4c9c0;
  padding: 10px 14px;
  border: 1px solid rgba(199, 146, 78, 0.2);
  font-size: 1.1875rem !important;
}

.bv-information-content table th {
  color: var(--bv-gold);
  background: rgba(199, 146, 78, 0.08);
  font-weight: 700;
}

.bv-information-content blockquote {
  color: #beb5ae;
  border-left: 3px solid var(--bv-gold);
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  font-size: 1.25rem !important;
}

@media (max-width: 767px) {
  .bv-information-card {
    padding: 24px 20px;
    max-width: 100%;
  }
  .bv-information-title {
    font-size: 1.625rem;
  }
}

/* ============================================================
   İLETİŞİM SAYFASI (information/contact)
   ============================================================ */
#information-contact.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-contact-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-contact-header {
  margin-bottom: 32px;
  padding-top: 36px;
}

.bv-contact-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
}

.bv-contact-title .fa {
  color: var(--bv-gold);
  margin-right: 10px;
}

/* Ana layout: form + sidebar */
.bv-contact-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

/* Kart ortak */
.bv-contact-info-card,
.bv-contact-form-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
}

.bv-contact-info-card:last-child,
.bv-contact-form-card:last-child {
  margin-bottom: 0;
}

.bv-contact-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: rgba(199, 146, 78, 0.1);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  font-size: 1.375rem !important;
  font-weight: 700;
  color: var(--bv-gold);
}

.bv-contact-info-header .fa {
  font-size: 1rem;
}

.bv-contact-info-body {
  padding: 24px;
}

/* Bilgi grid */
.bv-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.bv-contact-store-img img {
  width: 100%;
  max-width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* contact sayfası form label kırmızı override — bv-required sadece * işaretini kırmızı yapmalı */
#information-contact .bv-form-label {
  color: #d4c9c0 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

#information-contact .bv-form-label.bv-required {
  color: #d4c9c0 !important;
}

#information-contact .bv-form-label.bv-required::after {
  content: " *";
  color: var(--bv-gold) !important;
}

#information-contact .bv-form-control {
  font-size: 1.1875rem !important;
  min-height: 54px !important;
  padding: 14px 18px !important;
  color: #f8f5f1 !important;
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(199, 146, 78, 0.35) !important;
  border-radius: 10px !important;
}

#information-contact textarea.bv-form-control {
  min-height: 160px !important;
}

.bv-contact-info-label {
  font-size: 1.375rem !important;
  font-weight: 700;
  color: var(--bv-gold);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.bv-contact-info-label .fa {
  font-size: 1.125rem;
}

.bv-contact-info-value {
  font-size: 1.375rem !important;
  color: #d4c9c0;
  line-height: 1.6;
}

.bv-contact-address {
  font-size: 1.375rem !important;
  color: #d4c9c0;
  line-height: 1.7;
  font-style: normal;
  margin: 0 0 12px;
}

.bv-contact-map-btn {
  margin-top: 8px;
  font-size: 0.9375rem !important;
}

/* Bölüm başlığı */
.bv-contact-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bv-contact-section-title .fa {
  color: var(--bv-gold);
}

/* Şube accordion */
.bv-contact-locations {
  margin-bottom: 24px;
}

.bv-contact-location-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.bv-contact-location-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: transparent;
  border: none;
  color: #d4c9c0;
  font-size: 1.375rem !important;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
}

.bv-contact-location-toggle:hover {
  color: var(--bv-gold);
}

.bv-contact-location-toggle .fa {
  color: var(--bv-gold);
  transition: transform 0.25s;
  flex-shrink: 0;
}

.bv-contact-location-card.bv-open .bv-contact-location-toggle .fa {
  transform: rotate(180deg);
}

.bv-contact-location-body {
  display: none;
  padding: 20px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-contact-location-card.bv-open .bv-contact-location-body {
  display: block;
}

/* Form */
.bv-contact-form-card .bv-form-row {
  margin-bottom: 20px;
}

.bv-contact-captcha {
  margin-bottom: 20px;
}

.bv-contact-form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.bv-contact-form-actions .bv-btn {
  font-size: 1.125rem;
  padding: 14px 36px;
  min-height: 52px;
}

/* Sidebar hızlı iletişim */
.bv-contact-quick-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 14px;
  overflow: hidden;
  position: sticky;
  top: 90px;
}

.bv-contact-quick-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: rgba(199, 146, 78, 0.1);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  font-size: 1.375rem !important;
  font-weight: 700;
  color: var(--bv-gold);
}

.bv-contact-quick-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.08);
  text-decoration: none;
  transition: background 0.2s;
}

.bv-contact-quick-item:last-child {
  border-bottom: none;
}

.bv-contact-quick-item:hover {
  background: rgba(199, 146, 78, 0.06);
  text-decoration: none;
}

.bv-contact-quick-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(199, 146, 78, 0.12);
  border: 1px solid rgba(199, 146, 78, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bv-contact-quick-icon .fa {
  color: var(--bv-gold);
  font-size: 1rem;
}

.bv-contact-quick-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bv-contact-quick-label {
  font-size: 1.0625rem !important;
  color: #7a6e66;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bv-contact-quick-value {
  font-size: 1.375rem !important;
  color: #d4c9c0;
  font-weight: 500;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
  .bv-contact-layout {
    grid-template-columns: 1fr;
  }
  .bv-contact-quick-card {
    position: static;
  }
  .bv-contact-sidebar {
    order: -1;
  }
}

@media (max-width: 575px) {
  .bv-contact-info-grid {
    grid-template-columns: 1fr;
  }
  .bv-contact-info-body {
    padding: 18px 16px;
  }
  .bv-contact-form-actions {
    justify-content: stretch;
  }
  .bv-contact-form-actions .bv-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   BLOG LİSTE SAYFASI (beanova/blog)
   ============================================================ */
#beanova-blog-list.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-blog-list-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-blog-list-header {
  padding-top: 36px;
  margin-bottom: 32px;
}

.bv-blog-list-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 8px;
}

.bv-blog-list-title .fa {
  color: var(--bv-gold);
  margin-right: 10px;
}

.bv-blog-list-desc {
  font-size: 1.125rem;
  color: #beb5ae;
  margin: 0;
}

/* Blog liste grid — 3 sütun */
.bv-blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* Sayfalama */
.bv-blog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-blog-results {
  font-size: 1rem;
  color: #7a6e66;
}

/* Boş durum */
.bv-blog-empty {
  text-align: center;
  padding: 80px 24px;
}

.bv-blog-empty-icon {
  font-size: 4rem;
  color: rgba(199, 146, 78, 0.3);
  margin-bottom: 24px;
  display: block;
}

.bv-blog-empty-text {
  font-size: 1.375rem;
  color: #d4c9c0;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .bv-blog-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .bv-blog-list-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bv-blog-list-title {
    font-size: 1.625rem;
  }
  .bv-blog-pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   BLOG DETAY SAYFASI (beanova/blog/post)
   ============================================================ */
#beanova-blog-post.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-blog-post-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 48px;
}

/* Ana içerik */
.bv-blog-post-main {
  min-width: 0;
}

/* Hero görsel */
.bv-blog-post-hero {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-blog-post-hero img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 480px;
  object-fit: cover;
}

/* Meta */
.bv-blog-post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  color: #beb5ae;
}

.bv-blog-date,
.bv-blog-views {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bv-blog-date .fa,
.bv-blog-views .fa {
  color: var(--bv-gold);
  font-size: 0.8125rem;
}

/* Başlık */
.bv-blog-post-title {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #f8f5f1;
  line-height: 1.25;
  margin: 0 0 28px;
}

/* İçerik */
.bv-blog-post-content {
  margin-bottom: 36px;
  background: rgba(26, 18, 13, 0.85);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 14px;
  padding: 32px 36px;
  font-size: 1.25rem;
  line-height: 1.85;
  color: #d4c9c0;
}

.bv-blog-post-content p,
.bv-blog-post-content li,
.bv-blog-post-content span,
.bv-blog-post-content div {
  font-size: 1.25rem !important;
  line-height: 1.85 !important;
  color: #d4c9c0 !important;
}

.bv-blog-post-content h1,
.bv-blog-post-content h2,
.bv-blog-post-content h3 {
  font-size: 1.75rem !important;
  color: #f8f5f1 !important;
  margin-top: 24px;
  margin-bottom: 12px;
}

.bv-blog-post-content h4,
.bv-blog-post-content h5,
.bv-blog-post-content h6 {
  font-size: 1.375rem !important;
  color: #f8f5f1 !important;
  margin-top: 16px;
  margin-bottom: 8px;
}

.bv-blog-post-content a {
  color: var(--bv-gold) !important;
}

.bv-blog-post-content strong,
.bv-blog-post-content b {
  color: #f8f5f1 !important;
  font-weight: 700;
}

/* Etiketler */
.bv-blog-post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding: 16px 20px;
  background: rgba(199, 146, 78, 0.05);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 10px;
}

.bv-blog-post-tags .bv-tags-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #7a6e66;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bv-blog-post-tags .bv-tags-label .fa {
  color: var(--bv-gold);
}

/* Geri butonu */
.bv-blog-post-back {
  padding-top: 24px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

/* Sidebar — ilgili yazılar */
.bv-blog-post-related {
  position: sticky;
  top: 90px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.bv-blog-related-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bv-gold);
  margin: 0;
  padding: 16px 20px;
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid rgba(199, 146, 78, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bv-blog-related-title .fa {
  font-size: 1rem;
}

.bv-blog-related-list {
  display: flex;
  flex-direction: column;
}

.bv-blog-related-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.08);
  text-decoration: none;
  transition: background 0.2s;
}

.bv-blog-related-item:last-child {
  border-bottom: none;
}

.bv-blog-related-item:hover {
  background: rgba(199, 146, 78, 0.06);
  text-decoration: none;
}

.bv-blog-related-item img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-blog-related-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.bv-blog-related-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #d4c9c0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bv-blog-related-item:hover .bv-blog-related-name {
  color: var(--bv-gold);
}

.bv-blog-related-date {
  font-size: 0.8125rem;
  color: #7a6e66;
  display: flex;
  align-items: center;
  gap: 4px;
}

.bv-blog-related-date .fa {
  color: var(--bv-gold);
  font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 991px) {
  .bv-blog-post-layout {
    grid-template-columns: 1fr;
  }
  .bv-blog-post-related {
    position: static;
  }
  .bv-blog-related-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .bv-blog-related-item {
    flex: 0 0 calc(50% - 1px);
  }
}

@media (max-width: 575px) {
  .bv-blog-post-title {
    font-size: 1.625rem;
  }
  .bv-blog-post-hero img {
    max-height: 240px;
  }
  .bv-blog-related-list {
    flex-direction: column;
  }
  .bv-blog-related-item {
    flex: none;
  }
}

/* ============================================================
   HESAP SIDEBAR NAVİGASYON (account.twig modülü)
   ============================================================ */
.bv-account-nav {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.bv-account-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  color: #d4c9c0;
  font-size: 1.0625rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(199, 146, 78, 0.08);
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
}

.bv-account-nav-item:last-child {
  border-bottom: none;
}

.bv-account-nav-item:hover {
  background: rgba(199, 146, 78, 0.1);
  color: var(--bv-gold);
  text-decoration: none;
  padding-left: 20px;
}

.bv-account-nav-item .fa {
  color: var(--bv-gold);
  font-size: 1.0625rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.bv-account-nav-logout {
  color: #fc8181 !important;
  border-top: 1px solid rgba(229, 62, 62, 0.15) !important;
  margin-top: 4px;
}

.bv-account-nav-logout .fa {
  color: #fc8181 !important;
}

.bv-account-nav-logout:hover {
  background: rgba(229, 62, 62, 0.1) !important;
  color: #fc8181 !important;
}

/* Adres formu input/select koyu tema — güçlü override */
.bv-account-panel .bv-input,
.bv-account-main .bv-input,
.bv-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(199, 146, 78, 0.35);
  border-radius: 8px;
  font-size: 1.0625rem;
  font-family: var(--bv-font-sans);
  color: #f8f5f1;
  background: rgba(0, 0, 0, 0.35);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  line-height: 1.5;
  min-height: 48px;
  box-sizing: border-box;
}

.bv-input:focus {
  outline: none;
  border-color: var(--bv-gold);
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.15);
  background: rgba(0, 0, 0, 0.45);
}

.bv-input::placeholder {
  color: #7a6e68;
  opacity: 1;
}

.bv-input:-webkit-autofill,
.bv-input:-webkit-autofill:hover,
.bv-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1a120d inset !important;
  box-shadow: 0 0 0 1000px #1a120d inset !important;
  -webkit-text-fill-color: #f8f5f1 !important;
  border-color: rgba(199, 146, 78, 0.35) !important;
}

textarea.bv-input {
  min-height: 120px;
  resize: vertical;
}

.bv-select {
  width: 100%;
  padding: 12px 36px 12px 16px;
  border: 1px solid rgba(199, 146, 78, 0.35);
  border-radius: 8px;
  font-size: 1.0625rem;
  font-family: var(--bv-font-sans);
  color: #f8f5f1;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C7924E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
  min-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.bv-select:focus {
  outline: none;
  border-color: var(--bv-gold);
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.15);
  background-color: rgba(0, 0, 0, 0.45);
}

.bv-select option {
  background: #2d1a00;
  color: #f8f5f1;
}

/* column_left Bootstrap sınıflarını flex layout içinde düzelt */
#column-left.col-sm-3 {
  width: 220px !important;
  flex: 0 0 220px !important;
  padding: 0 !important;
  float: none !important;
}

/* .bv-account-sidebar içindeki Bootstrap col sınıflarını tamamen sıfırla */
.bv-account-sidebar [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: none !important;
}

.bv-account-sidebar #column-left,
.bv-account-sidebar aside#column-left {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  display: block !important;
  position: static !important;
}

/* ============================================================
   SİPARİŞ BİLGİLERİ SAYFASI — bv-oi-* (account/order_info)
   ============================================================ */

/* Sayfa başlığı */
.bv-oi-header {
  padding: 24px 0 20px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  margin-bottom: 24px;
}

.bv-oi-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-oi-title .fa {
  color: #c7924e;
  font-size: 1.75rem;
}

/* Üst grid: detaylar + fatura + teslimat — 3 eşit sütun */
.bv-oi-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

/* Kutu */
.bv-oi-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

/* Kutu başlığı */
.bv-oi-box-header {
  padding: 14px 20px;
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid rgba(199, 146, 78, 0.15);
  font-size: 1rem;
  font-weight: 700;
  color: #c7924e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Kutu içerik */
.bv-oi-box-body {
  padding: 18px 20px;
}

/* Detay satırı */
.bv-oi-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 14px;
}

.bv-oi-row:last-child {
  margin-bottom: 0;
}

.bv-oi-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #7a6e66;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.bv-oi-value {
  font-size: 1.0625rem;
  color: #d4c9c0;
  line-height: 1.5;
}

.bv-oi-id {
  color: #c7924e !important;
  font-weight: 700;
  font-size: 1.125rem;
}

/* Adres içerik */
.bv-oi-address {
  font-size: 1.0625rem;
  color: #d4c9c0;
  line-height: 1.8;
}

/* Bölüm */
.bv-oi-section {
  margin-bottom: 32px;
}

.bv-oi-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bv-oi-section-title .fa {
  color: #c7924e;
  font-size: 1.0625rem;
}

/* Toplam satırı */
.bv-oi-total-row td {
  padding: 12px 14px !important;
  border-bottom: 1px solid rgba(199, 146, 78, 0.1) !important;
  font-size: 1.0625rem !important;
}

.bv-oi-total-row:last-child td {
  border-bottom: none !important;
  color: #c7924e !important;
  font-size: 1.125rem !important;
  font-weight: 700;
}

/* Yorum kutusu */
.bv-oi-comment {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 10px;
  padding: 18px 22px;
  font-size: 1.0625rem;
  color: #d4c9c0;
  line-height: 1.75;
}

/* Tablo yazı boyutu büyütme */
#account-order-info .bv-order-table thead th {
  font-size: 1rem !important;
  padding: 14px 16px !important;
}

#account-order-info .bv-order-table tbody td {
  font-size: 1.0625rem !important;
  padding: 16px 16px !important;
}

#account-order-info .bv-order-table tfoot td {
  font-size: 1.0625rem !important;
  padding: 12px 16px !important;
}

/* Responsive */
@media (max-width: 991px) {
  .bv-oi-top-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .bv-oi-top-grid {
    grid-template-columns: 1fr;
  }
  .bv-oi-title {
    font-size: 1.625rem;
  }
}

/* ============================================================
   SİPARİŞ BİLGİLERİ SAYFASI (account/order_info)
   ============================================================ */

/* Sipariş özeti + adres grid — yan yana 2 sütun */
.bv-order-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
  align-items: start;
}

/* Sipariş detay kutusu */
.bv-order-summary-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

/* Adres grid — fatura + teslimat yan yana */
.bv-order-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bv-order-address-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

/* Ortak kutu başlığı */
.bv-order-summary-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--bv-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 14px 20px;
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid rgba(199, 146, 78, 0.15);
}

/* Sipariş detay içerik */
.bv-order-summary-content {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Satır: etiket + değer */
.bv-order-detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.bv-order-detail-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bv-text-muted);
  min-width: 130px;
  flex-shrink: 0;
}

.bv-order-detail-value {
  font-size: 0.9375rem;
  color: #d4c9c0;
}

/* Adres içerik */
.bv-order-address-content {
  padding: 16px 20px;
  font-size: 0.9375rem;
  color: #d4c9c0;
  line-height: 1.7;
}

/* Bölüm başlıkları (ürünler, yorum, geçmiş) */
.bv-order-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Ürünler bölümü */
.bv-order-products-section {
  margin-bottom: 28px;
}

/* Yorum bölümü */
.bv-order-comment-section {
  margin-bottom: 28px;
}

.bv-order-comment-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.15);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 0.9375rem;
  color: #d4c9c0;
  line-height: 1.7;
}

/* Geçmiş bölümü */
.bv-order-history-section {
  margin-bottom: 28px;
}

/* Hesap kart — order_info için özel (hesabım grid kartından farklı) */
.bv-account-card {
  background: rgba(26, 18, 13, 0.9);
  border: 1px solid rgba(199, 146, 78, 0.25);
  border-radius: 16px;
  overflow: hidden;
}

.bv-account-card-header {
  padding: 20px 28px;
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-account-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-account-title .fa {
  color: var(--bv-gold);
  font-size: 1.25rem;
}

.bv-account-card-body {
  padding: 28px;
}

/* Ürün seçenek metni */
.bv-product-option {
  color: var(--bv-text-muted);
  font-size: 0.8125rem;
}

/* Responsive */
@media (max-width: 991px) {
  .bv-order-summary-grid {
    grid-template-columns: 1fr;
  }
  .bv-order-address-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bv-account-card-body {
    padding: 18px 16px;
  }
  .bv-order-detail-label {
    min-width: 110px;
  }
}

/* ============================================================
   HESAP SAYFALARI LAYOUT (account/order_list, account/account vb.)
   ============================================================ */
.bv-account-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 32px 0 48px;
}

/* Sidebar */
.bv-account-sidebar {
  flex: 0 0 220px;
  width: 220px;
  min-width: 0;
}

/* OpenCart column_left içindeki liste — koyu tema */
.bv-account-sidebar .list-group {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.bv-account-sidebar .list-group-item {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(199, 146, 78, 0.1) !important;
  color: #d4c9c0 !important;
  font-size: 1.0625rem !important;
  padding: 13px 18px !important;
  transition: all 0.2s;
  white-space: normal;
  word-break: break-word;
  display: block;
}

.bv-account-sidebar .list-group-item:last-child {
  border-bottom: none !important;
}

.bv-account-sidebar .list-group-item:hover,
.bv-account-sidebar .list-group-item.active {
  background: rgba(199, 146, 78, 0.1) !important;
  color: var(--bv-gold) !important;
}

.bv-account-sidebar .list-group-item a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
}

/* Ana içerik */
.bv-account-main {
  flex: 1;
  min-width: 0;
}

/* Panel kart */
.bv-account-panel {
  background: var(--bv-bg-dark2);
  border: 1px solid var(--bv-gold-border);
  border-radius: var(--bv-radius-lg);
  overflow: hidden;
}

.bv-account-panel-header {
  padding: 20px 24px;
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid var(--bv-gold-border);
}

.bv-account-page-title {
  font-family: var(--bv-font-serif);
  font-size: 1.5rem;
  color: var(--bv-text-white);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bv-account-page-title .fa {
  color: var(--bv-gold);
  font-size: 1.25rem;
}

.bv-account-panel-body {
  padding: 24px;
}

/* Sipariş tablosu */
.bv-order-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bv-order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.0625rem;
}

.bv-order-table thead tr {
  border-bottom: 2px solid var(--bv-gold-border);
}

.bv-order-table thead th {
  padding: 12px 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--bv-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.bv-order-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.15s;
}

.bv-order-table tbody tr:last-child {
  border-bottom: none;
}

.bv-order-table tbody tr:hover {
  background: rgba(199, 146, 78, 0.05);
}

.bv-order-table td {
  padding: 14px 14px;
  color: var(--bv-text-gray);
  vertical-align: middle;
  font-size: 1.0625rem;
}

.bv-order-id {
  font-weight: 700;
  color: var(--bv-gold) !important;
}

.bv-order-total {
  font-weight: 700;
  color: var(--bv-text-white) !important;
}

.bv-order-date {
  color: var(--bv-text-muted) !important;
  font-size: 0.875rem;
}

.bv-order-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--bv-radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(199, 146, 78, 0.12);
  border: 1px solid var(--bv-gold-border);
  color: var(--bv-gold);
}

/* Sayfalama satırı */
.bv-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-pagination-info {
  font-size: 0.875rem;
  color: var(--bv-text-muted);
}

.bv-pagination-links .pagination {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bv-pagination-links .pagination li a,
.bv-pagination-links .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--bv-radius-sm);
  border: 1px solid var(--bv-gold-border);
  color: var(--bv-text-gray);
  font-size: 0.875rem;
  transition: var(--bv-transition);
  background: transparent;
}

.bv-pagination-links .pagination li.active span,
.bv-pagination-links .pagination li a:hover {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
  color: var(--bv-text-dark);
}

/* Aksiyon alanı */
.bv-account-actions {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

/* Responsive */
@media (max-width: 991px) {
  .bv-account-layout {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 40px;
  }
  .bv-account-sidebar {
    flex: none;
    width: 100%;
  }
  .bv-account-sidebar .list-group {
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px;
  }
  .bv-account-sidebar .list-group-item {
    flex: 0 0 auto;
    border-bottom: none !important;
    border-right: 1px solid rgba(199, 146, 78, 0.1) !important;
    font-size: 0.875rem !important;
    padding: 9px 14px !important;
  }
  .bv-account-sidebar .list-group-item:last-child {
    border-right: none !important;
  }
}

@media (max-width: 575px) {
  .bv-account-panel-body {
    padding: 16px;
  }
  .bv-account-sidebar .list-group {
    flex-direction: column;
  }
  .bv-account-sidebar .list-group-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(199, 146, 78, 0.1) !important;
  }
  .bv-account-sidebar .list-group-item:last-child {
    border-bottom: none !important;
  }
}

/* Adres formu zorla koyu tema */
#account-address .bv-input,
#account-address input[type="text"],
#account-address select,
#account-address textarea {
  background: rgba(0, 0, 0, 0.35) !important;
  color: #f8f5f1 !important;
  border: 1px solid rgba(199, 146, 78, 0.35) !important;
  border-radius: 8px !important;
}
#account-address .bv-input:focus,
#account-address input[type="text"]:focus,
#account-address select:focus,
#account-address textarea:focus {
  border-color: var(--bv-gold) !important;
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.15) !important;
  outline: none !important;
  background: rgba(0, 0, 0, 0.45) !important;
}

/* ============================================================
   KARŞILAŞTIRMA SAYFASI (product/compare)
   ============================================================ */
#product-compare.bv-page-wrapper {
  background: #100b08;
  min-height: 60vh;
  padding-bottom: 64px;
}

.bv-compare-page {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-compare-header {
  margin-bottom: 28px;
}

.bv-compare-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-compare-title .fa {
  color: var(--bv-gold);
}

/* Tablo wrapper — yatay scroll */
.bv-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

/* Ana tablo */
.bv-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

/* Bölüm başlığı satırı (Ürün, Özellik Grubu) */
.bv-compare-section-row {
  background: rgba(199, 146, 78, 0.1);
  border-bottom: 1px solid rgba(199, 146, 78, 0.25);
}

.bv-compare-section-row th {
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bv-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  vertical-align: top;
}

/* Etiket sütunu (sol) */
.bv-compare-label-col {
  width: 180px;
  min-width: 160px;
}

/* Ürün sütunu */
.bv-compare-product-col {
  min-width: 200px;
  border-left: 1px solid rgba(199, 146, 78, 0.12);
}

/* Ürün kartı (görsel + isim) */
.bv-compare-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.bv-compare-img-link {
  display: block;
}

.bv-compare-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(199, 146, 78, 0.25);
  transition: transform 0.25s ease;
}

.bv-compare-img:hover {
  transform: scale(1.04);
}

.bv-compare-product-name {
  font-size: 1rem;
  font-weight: 700;
  color: #f8f5f1;
  text-align: center;
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.2s;
}

.bv-compare-product-name:hover {
  color: var(--bv-gold);
  text-decoration: none;
}

/* Veri satırları */
.bv-compare-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.15s;
}

.bv-compare-row--alt {
  background: rgba(255, 255, 255, 0.02);
}

.bv-compare-row:hover {
  background: rgba(199, 146, 78, 0.04);
}

/* Etiket hücresi */
.bv-compare-label {
  padding: 14px 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #beb5ae;
  vertical-align: middle;
  white-space: nowrap;
  border-right: 1px solid rgba(199, 146, 78, 0.12);
  background: rgba(0, 0, 0, 0.15);
}

/* Değer hücresi */
.bv-compare-value {
  padding: 14px 20px;
  font-size: 0.9375rem;
  color: #d4c9c0;
  vertical-align: middle;
  border-left: 1px solid rgba(199, 146, 78, 0.08);
  text-align: center;
}

/* Fiyat */
.bv-compare-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bv-gold);
  display: block;
}

.bv-compare-price--special {
  color: #fc8181;
}

.bv-compare-price-old {
  font-size: 0.9375rem;
  color: #7a6e66;
  text-decoration: line-through;
  display: block;
  margin-bottom: 4px;
}

/* Yıldızlar */
.bv-compare-stars {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 4px;
}

.bv-compare-stars .fa {
  font-size: 1rem;
  color: #7a6e66;
}

.bv-compare-stars .fa.bv-star-filled {
  color: var(--bv-gold);
}

.bv-compare-reviews {
  font-size: 0.8125rem;
  color: #7a6e66;
}

/* Açıklama hücresi */
.bv-compare-desc {
  font-size: 0.875rem;
  color: #beb5ae;
  line-height: 1.6;
  text-align: left;
  max-width: 260px;
}

/* Aksiyon satırı */
.bv-compare-action-row {
  background: rgba(199, 146, 78, 0.05);
  border-top: 2px solid rgba(199, 146, 78, 0.2);
}

.bv-compare-actions {
  padding: 16px 20px !important;
}

.bv-compare-actions .bv-btn {
  margin-bottom: 8px;
  justify-content: center;
}

.bv-compare-actions .bv-btn:last-child {
  margin-bottom: 0;
}

/* Kaldır butonu */
.bv-btn-remove {
  background: transparent;
  color: #fc8181;
  border-color: rgba(229, 62, 62, 0.4);
}

.bv-btn-remove:hover {
  background: rgba(229, 62, 62, 0.12);
  border-color: #fc8181;
  color: #fc8181;
}

/* Boş durum */
.bv-compare-empty {
  padding: 48px 0;
}

/* Alert success */
.bv-alert--success {
  background: rgba(72, 187, 120, 0.1);
  border: 1px solid rgba(72, 187, 120, 0.35);
  color: #68d391;
  padding: 14px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 767px) {
  .bv-compare-title {
    font-size: 1.5rem;
  }
  .bv-compare-img {
    width: 100px;
    height: 100px;
  }
  .bv-compare-label {
    padding: 10px 14px;
    font-size: 0.875rem;
  }
  .bv-compare-value {
    padding: 10px 14px;
    font-size: 0.875rem;
  }
}

/* ============================================================
   OPENCART BİLDİRİM (#notification) — Tam genişlik, koyu tema
   common.js tarafından body'nin üstüne eklenen alert div'i
   ============================================================ */
#notification {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5) !important;
}

/* İçindeki Bootstrap alert sınıflarını sıfırla */
#notification .alert {
  margin: 0 !important;
  padding: 14px 48px 14px 24px !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid var(--bv-gold) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Başarı bildirimi — koyu altın tema */
#notification .alert-success {
  background: #1a120d !important;
  color: #e4ba7a !important;
  border-bottom-color: var(--bv-gold) !important;
}

/* Hata bildirimi — koyu kırmızı tema */
#notification .alert-danger {
  background: #1a0d0d !important;
  color: #fc8181 !important;
  border-bottom-color: #fc8181 !important;
}

/* Bilgi bildirimi */
#notification .alert-info {
  background: #0d1520 !important;
  color: #90cdf4 !important;
  border-bottom-color: #90cdf4 !important;
}

/* Uyarı bildirimi */
#notification .alert-warning {
  background: #1a1500 !important;
  color: #fbd38d !important;
  border-bottom-color: #fbd38d !important;
}

/* Kapat butonu */
#notification .alert .close {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: inherit !important;
  opacity: 0.7 !important;
  font-size: 1.25rem !important;
  text-shadow: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1 !important;
}

#notification .alert .close:hover {
  opacity: 1 !important;
}

/* Bildirim içindeki linkler */
#notification .alert a {
  color: var(--bv-gold) !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

#notification .alert a:hover {
  color: var(--bv-gold-light) !important;
}

/* Bildirim içindeki ikonlar */
#notification .alert .fa {
  font-size: 1.125rem !important;
  flex-shrink: 0 !important;
}

/* Sticky header altında görünmesi için padding-top ayarı */
body.bv-body #notification {
  top: 0 !important;
}

/* ============================================================
   CHECKOUT ÖDEME TALİMATI ALANI ({{ payment }} çıktısı)
   Banka Havalesi / EFT gibi ödeme modüllerinin HTML'ini
   koyu temaya uyarlar
   ============================================================ */
#checkout-checkout .bv-step-content > div:not([class]),
#checkout-checkout .bv-step-content p,
#checkout-checkout .bv-step-content h1,
#checkout-checkout .bv-step-content h2,
#checkout-checkout .bv-step-content h3,
#checkout-checkout .bv-step-content h4,
#checkout-checkout .bv-step-content h5,
#checkout-checkout .bv-step-content h6 {
  color: #d4c9c0 !important;
  background: transparent !important;
}

/* Ödeme modülü genel wrapper — beyaz arka planı kaldır */
#checkout-checkout .bv-step-content .well,
#checkout-checkout .bv-step-content .panel,
#checkout-checkout .bv-step-content .panel-body,
#checkout-checkout .bv-step-content .panel-heading,
#checkout-checkout .bv-step-content .panel-default,
#checkout-checkout .bv-step-content .card,
#checkout-checkout .bv-step-content .card-body,
#checkout-checkout .bv-step-content .card-header,
#checkout-checkout .bv-step-content div[style*="background"],
#checkout-checkout .bv-step-content div[style*="white"],
#checkout-checkout .bv-step-content div[style*="#fff"],
#checkout-checkout .bv-step-content div[style*="#FFF"],
#checkout-checkout .bv-step-content div[style*="rgb(255"] {
  background: rgba(255, 255, 255, 0.04) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(199, 146, 78, 0.2) !important;
  border-radius: 10px !important;
  color: #d4c9c0 !important;
}

/* Ödeme talimatı metin alanı — genel div override */
#checkout-checkout .bv-step-content > div {
  background: transparent;
  color: #d4c9c0;
}

/* Banka Havalesi / EFT talimat kutusu */
#checkout-checkout .bv-step-content .bv-payment-instructions,
#checkout-checkout .bv-step-content [id*="payment"],
#checkout-checkout .bv-step-content [class*="payment"] {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(199, 146, 78, 0.2) !important;
  border-radius: 10px !important;
  color: #d4c9c0 !important;
  padding: 20px !important;
}

/* Tüm metin renkleri */
#checkout-checkout .bv-step-content * {
  color: #d4c9c0;
}

/* Başlıklar altın rengi */
#checkout-checkout .bv-step-content h1,
#checkout-checkout .bv-step-content h2,
#checkout-checkout .bv-step-content h3,
#checkout-checkout .bv-step-content h4 {
  color: #f8f5f1 !important;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

/* Linkler */
#checkout-checkout .bv-step-content a {
  color: var(--bv-gold) !important;
}

#checkout-checkout .bv-step-content a:hover {
  color: var(--bv-gold-light) !important;
}

/* Güçlü override: tüm inline style background'ları sıfırla */
#checkout-checkout .bv-step-content [style] {
  background-color: transparent !important;
  background: transparent !important;
  color: #d4c9c0 !important;
  border-color: rgba(199, 146, 78, 0.2) !important;
}

/* Ödeme talimat kutusu — beyaz arka planlı div'leri yakala */
#checkout-checkout .bv-step-content > div > div,
#checkout-checkout .bv-step-content > div > p {
  background: transparent !important;
  color: #d4c9c0 !important;
}

/* Banka hesap bilgileri kutusu (genellikle <p> veya <div> içinde) */
#checkout-checkout .bv-step-content pre,
#checkout-checkout .bv-step-content code,
#checkout-checkout .bv-step-content blockquote {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(199, 146, 78, 0.2) !important;
  border-radius: 8px !important;
  color: #e4ba7a !important;
  padding: 12px 16px !important;
}

/* Onay butonu — mavi Bootstrap butonunu altın rengine çevir */
#checkout-checkout .bv-step-content .btn-primary,
#checkout-checkout .bv-step-content button[type="submit"],
#checkout-checkout .bv-step-content input[type="submit"] {
  background: var(--bv-gold) !important;
  border-color: var(--bv-gold) !important;
  color: #100b08 !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  padding: 12px 28px !important;
  font-size: 1rem !important;
  transition:
    background 0.2s,
    box-shadow 0.2s !important;
}

#checkout-checkout .bv-step-content .btn-primary:hover,
#checkout-checkout .bv-step-content button[type="submit"]:hover,
#checkout-checkout .bv-step-content input[type="submit"]:hover {
  background: var(--bv-gold-light) !important;
  border-color: var(--bv-gold-light) !important;
  box-shadow: 0 4px 16px rgba(199, 146, 78, 0.4) !important;
}

/* ============================================================
   CHECKOUT SAYFASI (checkout/checkout)
   ============================================================ */
#checkout-checkout.bv-page-wrapper {
  background: #100b08;
  min-height: 70vh;
  padding-bottom: 64px;
}

.bv-checkout-layout {
  padding-top: 32px;
  padding-bottom: 48px;
}

.bv-checkout-main {
  max-width: 860px;
  margin: 0 auto;
}

.bv-checkout-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-checkout-title .fa {
  color: var(--bv-gold);
}

/* ============================================================
   CHECKOUT ACCORDION ADIMLAR
   ============================================================ */
.bv-checkout-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bv-checkout-step {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s;
}

.bv-checkout-step.bv-step--active {
  border-color: rgba(199, 146, 78, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bv-checkout-step.bv-step--done {
  border-color: rgba(72, 187, 120, 0.3);
}

/* Adım başlığı */
.bv-step-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}

.bv-step-header:hover {
  background: rgba(199, 146, 78, 0.05);
}

.bv-checkout-step.bv-step--active .bv-step-header {
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-checkout-step.bv-step--done .bv-step-header {
  background: rgba(72, 187, 120, 0.05);
}

/* Adım numarası */
.bv-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(199, 146, 78, 0.12);
  border: 2px solid rgba(199, 146, 78, 0.35);
  color: var(--bv-gold);
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.bv-checkout-step.bv-step--active .bv-step-number {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
  color: #100b08;
}

.bv-checkout-step.bv-step--done .bv-step-number {
  background: rgba(72, 187, 120, 0.15);
  border-color: rgba(72, 187, 120, 0.5);
  color: #48bb78;
}

/* Adım başlık metni */
.bv-step-title {
  flex: 1;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #d4c9c0;
  line-height: 1.3;
}

.bv-checkout-step.bv-step--active .bv-step-title {
  color: #f8f5f1;
}

.bv-checkout-step.bv-step--done .bv-step-title {
  color: #beb5ae;
}

/* Chevron ikonu */
.bv-step-icon {
  color: var(--bv-gold);
  font-size: 0.875rem;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.bv-checkout-step.bv-step--active .bv-step-icon {
  transform: rotate(180deg);
}

/* Adım gövdesi — varsayılan gizli */
.bv-step-body {
  display: none;
  overflow: hidden;
}

.bv-checkout-step.bv-step--active .bv-step-body {
  display: block;
}

.bv-step-content {
  padding: 28px 24px;
}

/* ============================================================
   CHECKOUT LOGIN ADIMI
   ============================================================ */
.bv-checkout-login-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
}

.bv-checkout-login-col {
  padding: 0 24px;
}

.bv-checkout-login-col:first-child {
  padding-left: 0;
}

.bv-checkout-login-col:last-child {
  padding-right: 0;
}

.bv-checkout-login-divider {
  width: 1px;
  background: rgba(199, 146, 78, 0.2);
  align-self: stretch;
  min-height: 200px;
}

.bv-checkout-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bv-checkout-section-title .fa {
  color: var(--bv-gold);
}

.bv-checkout-section-desc {
  font-size: 0.9375rem;
  color: #beb5ae;
  margin: 0 0 20px;
  line-height: 1.6;
}

.bv-checkout-section-note {
  font-size: 0.875rem;
  color: #7a6e66;
  margin: 12px 0 0;
  line-height: 1.5;
}

.bv-checkout-forgot {
  font-size: 0.875rem;
  color: var(--bv-gold);
  text-decoration: none;
}

.bv-checkout-forgot:hover {
  color: var(--bv-gold-light);
  text-decoration: underline;
}

/* ============================================================
   CHECKOUT RADIO / CHECKBOX ÖZEL STİL
   ============================================================ */
.bv-checkout-radio-group,
.bv-checkout-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bv-checkout-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(199, 146, 78, 0.15);
  background: rgba(255, 255, 255, 0.02);
  transition:
    background 0.2s,
    border-color 0.2s;
}

.bv-checkout-radio:hover {
  background: rgba(199, 146, 78, 0.06);
  border-color: rgba(199, 146, 78, 0.3);
}

.bv-checkout-radio input[type="radio"] {
  display: none;
}

.bv-checkout-radio__mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(199, 146, 78, 0.4);
  background: transparent;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.bv-checkout-radio__mark::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #100b08;
  opacity: 0;
  transition: opacity 0.2s;
}

.bv-checkout-radio input[type="radio"]:checked ~ .bv-checkout-radio__mark {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
}

.bv-checkout-radio
  input[type="radio"]:checked
  ~ .bv-checkout-radio__mark::after {
  opacity: 1;
}

.bv-checkout-radio__label {
  font-size: 1rem;
  color: #d4c9c0;
  line-height: 1.4;
  flex: 1;
}

/* Checkbox */
.bv-checkout-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(199, 146, 78, 0.15);
  background: rgba(255, 255, 255, 0.02);
  transition:
    background 0.2s,
    border-color 0.2s;
}

.bv-checkout-checkbox:hover {
  background: rgba(199, 146, 78, 0.06);
  border-color: rgba(199, 146, 78, 0.3);
}

.bv-checkout-checkbox input[type="checkbox"] {
  display: none;
}

.bv-checkout-checkbox__mark {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid rgba(199, 146, 78, 0.4);
  background: transparent;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    border-color 0.2s;
  font-size: 0.6875rem;
  color: transparent;
}

.bv-checkout-checkbox
  input[type="checkbox"]:checked
  ~ .bv-checkout-checkbox__mark {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
  color: #100b08;
}

.bv-checkout-checkbox
  input[type="checkbox"]:checked
  ~ .bv-checkout-checkbox__mark::after {
  content: "✓";
  font-size: 0.75rem;
  font-weight: 700;
  color: #100b08;
}

.bv-checkout-checkbox__label {
  font-size: 1rem;
  color: #d4c9c0;
  line-height: 1.4;
  flex: 1;
}

/* ============================================================
   CHECKOUT ADRES FORMU
   ============================================================ */
.bv-checkout-address-toggle {
  margin-bottom: 20px;
}

.bv-checkout-existing-address {
  margin-bottom: 20px;
}

.bv-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Form field */
.bv-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bv-form-field--required .bv-form-label::after {
  content: " *";
  color: var(--bv-gold);
}

.bv-form-field--error .bv-input,
.bv-form-field--error .bv-select,
.bv-form-field--error .bv-form-control {
  border-color: #e53e3e !important;
}

.bv-field-error {
  font-size: 0.8125rem;
  color: #fc8181;
  margin-top: 4px;
  display: block;
}

/* Input icon wrapper */
.bv-input-icon-wrap {
  position: relative;
}

.bv-input-icon-wrap .bv-input,
.bv-input-icon-wrap .bv-form-control {
  padding-right: 40px;
}

.bv-input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bv-gold);
  font-size: 0.9375rem;
  pointer-events: none;
}

/* ============================================================
   CHECKOUT KARGO / ÖDEME YÖNTEMİ
   ============================================================ */
.bv-checkout-method-group {
  margin-bottom: 20px;
}

.bv-checkout-method-group-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--bv-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-checkout-method-price {
  font-size: 0.875rem;
  color: var(--bv-gold);
  font-weight: 600;
  margin-left: auto;
  flex-shrink: 0;
}

.bv-checkout-method-terms {
  font-size: 0.875rem;
  color: #beb5ae;
  line-height: 1.6;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.12);
  border-radius: 8px;
}

.bv-checkout-agree {
  margin-top: 16px;
}

/* ============================================================
   CHECKOUT ONAY TABLOSU
   ============================================================ */
.bv-checkout-confirm-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.bv-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Sütun genişlikleri: ÜRÜN ADI %40, ÜRÜN KODU %18, ADET %10, BİRİM FİYATI %16, TUTARI %16 */
.bv-table colgroup col:nth-child(1),
.bv-table thead tr th:nth-child(1),
.bv-table tbody tr td:nth-child(1),
.bv-table tfoot tr td:nth-child(1) {
  width: 40%;
}

.bv-table colgroup col:nth-child(2),
.bv-table thead tr th:nth-child(2),
.bv-table tbody tr td:nth-child(2) {
  width: 18%;
}

.bv-table colgroup col:nth-child(3),
.bv-table thead tr th:nth-child(3),
.bv-table tbody tr td:nth-child(3) {
  width: 10%;
}

.bv-table colgroup col:nth-child(4),
.bv-table thead tr th:nth-child(4),
.bv-table tbody tr td:nth-child(4) {
  width: 16%;
}

.bv-table colgroup col:nth-child(5),
.bv-table thead tr th:nth-child(5),
.bv-table tbody tr td:nth-child(5) {
  width: 16%;
}

.bv-table__th {
  padding: 10px 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--bv-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(199, 146, 78, 0.2);
  text-align: left;
  background: rgba(199, 146, 78, 0.06);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bv-table__td {
  padding: 12px 14px;
  font-size: 0.9375rem;
  color: #d4c9c0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}

.bv-table__td--right {
  text-align: right;
}

.bv-table__td--gold {
  color: var(--bv-gold);
  font-weight: 700;
}

.bv-table__row--total {
  border-top: 2px solid rgba(199, 146, 78, 0.25) !important;
}

.bv-table__row--total .bv-table__td {
  font-weight: 700;
  color: #f8f5f1;
  border-bottom: none;
}

.bv-table__row--grand .bv-table__td {
  font-size: 1.125rem;
  color: var(--bv-gold);
  font-weight: 700;
  border-bottom: none;
}

/* Onay ürün görseli */
.bv-confirm-product-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-confirm-product-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #f8f5f1;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.bv-confirm-product-name:hover {
  color: var(--bv-gold);
}

.bv-confirm-product-option {
  font-size: 0.8125rem;
  color: #7a6e66;
  display: block;
}

/* ============================================================
   CHECKOUT AKSİYON BUTONLARI
   ============================================================ */
.bv-checkout-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* Loading durumu */
.bv-btn--loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

/* ============================================================
   CHECKOUT ALERT (koyu tema)
   ============================================================ */
.bv-alert--warning {
  background: rgba(251, 211, 141, 0.08);
  border: 1px solid rgba(251, 211, 141, 0.3);
  color: #fbd38d;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9375rem;
  margin-bottom: 16px;
}

.bv-alert__close {
  background: transparent;
  border: none;
  color: inherit;
  opacity: 0.6;
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
  line-height: 1;
  margin-left: auto;
  flex-shrink: 0;
}

.bv-alert__close:hover {
  opacity: 1;
}

/* ============================================================
   CHECKOUT INPUT / SELECT / TEXTAREA (koyu tema override)
   ============================================================ */
#checkout-checkout .bv-input,
#checkout-checkout .bv-select,
#checkout-checkout .bv-form-control {
  background: rgba(0, 0, 0, 0.35) !important;
  color: #f8f5f1 !important;
  border: 1px solid rgba(199, 146, 78, 0.35) !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  min-height: 46px !important;
  padding: 11px 16px !important;
}

#checkout-checkout .bv-input:focus,
#checkout-checkout .bv-select:focus,
#checkout-checkout .bv-form-control:focus {
  border-color: var(--bv-gold) !important;
  box-shadow: 0 0 0 3px rgba(199, 146, 78, 0.15) !important;
  outline: none !important;
  background: rgba(0, 0, 0, 0.45) !important;
}

#checkout-checkout .bv-input::placeholder,
#checkout-checkout .bv-form-control::placeholder {
  color: #7a6e68;
  opacity: 1;
}

#checkout-checkout .bv-form-label {
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  color: #d4c9c0 !important;
  margin-bottom: 6px !important;
}

/* ============================================================
   CHECKOUT RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  .bv-checkout-login-grid {
    grid-template-columns: 1fr;
  }

  .bv-checkout-login-divider {
    width: 100%;
    height: 1px;
    min-height: 0;
    margin: 20px 0;
  }

  .bv-checkout-login-col {
    padding: 0;
  }

  .bv-checkout-title {
    font-size: 1.5rem;
  }

  .bv-step-content {
    padding: 20px 16px;
  }

  .bv-step-header {
    padding: 14px 16px;
  }

  .bv-checkout-actions {
    flex-direction: column;
  }

  .bv-checkout-actions .bv-btn {
    width: 100%;
    justify-content: center;
  }

  .bv-table__th,
  .bv-table__td {
    padding: 10px 10px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .bv-checkout-main {
    max-width: 100%;
  }

  .bv-step-number {
    width: 30px;
    height: 30px;
    font-size: 0.8125rem;
  }

  .bv-step-title {
    font-size: 0.9375rem;
  }
}

/* ============================================================
   BANKA HAVALESİ / EFT ÖDEME MODÜLÜ (bank_transfer.twig)
   ============================================================ */
.bv-payment-title {
  font-family: "Playfair Display", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 8px;
}

.bv-payment-desc {
  font-size: 1rem;
  color: #beb5ae;
  margin: 0 0 16px;
  line-height: 1.6;
}

.bv-bank-info {
  background: rgba(199, 146, 78, 0.06);
  border: 1px solid rgba(199, 146, 78, 0.25);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 20px;
}

.bv-bank-info p {
  color: #d4c9c0;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 8px;
}

.bv-bank-info p:last-child {
  margin-bottom: 0;
}

.bv-step-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

/* Bekleyen adım bildirimi */
.bv-checkout-pending-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(199, 146, 78, 0.06);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 8px;
  color: #beb5ae;
  font-size: 1rem;
}

.bv-checkout-pending-notice .fa {
  color: var(--bv-gold);
  font-size: 1.125rem;
  flex-shrink: 0;
}

/* ============================================================
   CHECKOUT SAYFASI — GENEL YAZI BOYUTU BÜYÜTME (+1 birim)
   Tüm #checkout-checkout içindeki yazılar 1 adım büyütüldü
   ============================================================ */

/* Adım etiketleri */
#checkout-checkout .bv-onepage-step-label {
  font-size: 1.1875rem !important;
}

#checkout-checkout .bv-onepage-step-num {
  font-size: 1.0625rem !important;
}

#checkout-checkout .bv-step-done-text {
  font-size: 0.9375rem !important;
}

/* Sayfa başlığı */
#checkout-checkout .bv-checkout-title {
  font-size: 2.25rem !important;
}

/* Bölüm içi genel metin */
#checkout-checkout .bv-onepage-section-body,
#checkout-checkout .bv-onepage-section-body p,
#checkout-checkout .bv-onepage-section-body span,
#checkout-checkout .bv-onepage-section-body div {
  font-size: 1.0625rem !important;
}

/* Form label */
#checkout-checkout .bv-form-label {
  font-size: 1.0625rem !important;
}

/* Input / select / textarea */
#checkout-checkout .bv-input,
#checkout-checkout .bv-select,
#checkout-checkout .bv-form-control {
  font-size: 1.125rem !important;
  min-height: 50px !important;
}

/* Radio / checkbox etiketleri */
#checkout-checkout .bv-checkout-radio__label,
#checkout-checkout .bv-checkout-checkbox__label {
  font-size: 1.125rem !important;
}

/* Kargo / ödeme yöntemi fiyat */
#checkout-checkout .bv-checkout-method-price {
  font-size: 1rem !important;
}

/* Kargo grup başlığı */
#checkout-checkout .bv-checkout-method-group-title {
  font-size: 1rem !important;
}

/* Bölüm açıklama metni */
#checkout-checkout .bv-checkout-section-desc {
  font-size: 1.0625rem !important;
}

#checkout-checkout .bv-checkout-section-title {
  font-size: 1.25rem !important;
}

#checkout-checkout .bv-checkout-section-note {
  font-size: 1rem !important;
}

/* Butonlar */
#checkout-checkout .bv-btn {
  font-size: 1rem !important;
}

#checkout-checkout .bv-btn--full {
  font-size: 1.1875rem !important;
}

/* Onay tablosu */
#checkout-checkout .bv-table__th {
  font-size: 0.9375rem !important;
}

#checkout-checkout .bv-table__td {
  font-size: 1.0625rem !important;
}

/* Ürün adı / seçenek */
#checkout-checkout .bv-checkout-product-name {
  font-size: 1.0625rem !important;
}

#checkout-checkout .bv-checkout-product-option {
  font-size: 0.9375rem !important;
}

/* Sipariş özeti sidebar */
#checkout-checkout .bv-order-summary-header {
  font-size: 1.1875rem !important;
}

#checkout-checkout .bv-order-summary-body .bv-table__th {
  font-size: 0.875rem !important;
}

#checkout-checkout .bv-order-summary-body .bv-table__td {
  font-size: 1rem !important;
}

#checkout-checkout .bv-order-summary-secure {
  font-size: 0.9375rem !important;
}

/* Alert mesajları */
#checkout-checkout .bv-alert,
#checkout-checkout .bv-alert--danger,
#checkout-checkout .bv-alert--warning {
  font-size: 1rem !important;
}

/* Alan hata mesajı */
#checkout-checkout .bv-field-error {
  font-size: 0.9375rem !important;
}

/* Giriş sayfası */
#checkout-checkout .bv-checkout-forgot {
  font-size: 1rem !important;
}

/* Mevcut adres select */
#checkout-checkout .bv-checkout-existing-address .bv-select {
  font-size: 1.0625rem !important;
}

/* ============================================================
   TEK SAYFA CHECKOUT (One-Page Checkout)
   bv-onepage-* sınıfları
   ============================================================ */

/* Ana layout: sol form + sağ sidebar */
.bv-onepage-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
  padding: 32px 0 64px;
}

/* Sol: form bölümleri */
.bv-onepage-main {
  min-width: 0;
}

.bv-checkout-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f8f5f1;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bv-checkout-title .fa {
  color: var(--bv-gold);
}

/* ============================================================
   BÖLÜM KARTLARI (adım adım açılan)
   ============================================================ */
.bv-onepage-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(199, 146, 78, 0.2);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.bv-onepage-section.bv-section--active {
  border-color: rgba(199, 146, 78, 0.55);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.bv-onepage-section.bv-section--done {
  border-color: rgba(72, 187, 120, 0.3);
}

.bv-onepage-section.bv-section--locked {
  opacity: 0.65;
}

/* Bölüm başlığı */
.bv-onepage-section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  background: transparent;
  cursor: default;
  user-select: none;
}

.bv-onepage-section.bv-section--active .bv-onepage-section-header {
  background: rgba(199, 146, 78, 0.08);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
}

.bv-onepage-section.bv-section--done .bv-onepage-section-header {
  background: rgba(72, 187, 120, 0.04);
  cursor: pointer;
}

/* Adım numarası */
.bv-onepage-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(199, 146, 78, 0.12);
  border: 2px solid rgba(199, 146, 78, 0.35);
  color: var(--bv-gold);
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.bv-onepage-section.bv-section--active .bv-onepage-step-num {
  background: var(--bv-gold);
  border-color: var(--bv-gold);
  color: #100b08;
}

.bv-onepage-section.bv-section--done .bv-onepage-step-num {
  background: rgba(72, 187, 120, 0.15);
  border-color: rgba(72, 187, 120, 0.5);
  color: #48bb78;
}

/* Adım etiketi */
.bv-onepage-step-label {
  flex: 1;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #beb5ae;
  line-height: 1.3;
}

.bv-onepage-section.bv-section--active .bv-onepage-step-label {
  color: #f8f5f1;
}

/* Tamamlandı durumu metni */
.bv-onepage-step-status {
  font-size: 0.875rem;
  color: #48bb78;
  flex-shrink: 0;
}

.bv-step-done-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #48bb78;
  font-size: 0.875rem;
}

.bv-step-done-text .fa {
  font-size: 1rem;
}

/* Bölüm gövdesi */
.bv-onepage-section-body {
  padding: 24px;
}

/* ============================================================
   SAĞ SIDEBAR — SİPARİŞ ÖZETİ
   ============================================================ */
.bv-onepage-sidebar {
  position: sticky;
  top: 90px;
}

.bv-order-summary-box {
  background: rgba(26, 18, 13, 0.95);
  border: 1px solid rgba(199, 146, 78, 0.3);
  border-radius: 14px;
  overflow: hidden;
}

.bv-order-summary-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  background: rgba(199, 146, 78, 0.1);
  border-bottom: 1px solid rgba(199, 146, 78, 0.2);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--bv-gold);
}

.bv-order-summary-header .fa {
  font-size: 1.125rem;
}

.bv-order-summary-body {
  padding: 20px 22px;
  min-height: 120px;
}

.bv-order-summary-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7a6e66;
  font-size: 0.9375rem;
  padding: 24px 0;
}

.bv-order-summary-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-top: 1px solid rgba(199, 146, 78, 0.12);
  font-size: 0.8125rem;
  color: #7a6e66;
}

.bv-order-summary-secure .fa {
  color: #48bb78;
}

/* Sipariş özeti içindeki tablo (confirm.twig'den) */
.bv-order-summary-body .bv-checkout-confirm-table {
  margin-bottom: 0;
}

.bv-order-summary-body .bv-table__th {
  font-size: 0.75rem;
  padding: 8px 10px;
}

.bv-order-summary-body .bv-table__td {
  font-size: 0.875rem;
  padding: 10px 10px;
}

/* ============================================================
   ONAY AKSİYON BUTONU
   ============================================================ */
.bv-confirm-actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(199, 146, 78, 0.15);
}

.bv-btn--full {
  width: 100%;
  justify-content: center;
  padding: 16px 24px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  min-height: 54px;
}

/* ============================================================
   CHECKOUT ÜRÜN ADI / SEÇENEK
   ============================================================ */
.bv-checkout-product-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #f8f5f1;
  text-decoration: none;
}

.bv-checkout-product-name:hover {
  color: var(--bv-gold);
}

.bv-checkout-product-option {
  font-size: 0.8125rem;
  color: #7a6e66;
}

.bv-checkout-recurring-badge {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(199, 146, 78, 0.12);
  border: 1px solid rgba(199, 146, 78, 0.25);
  border-radius: 20px;
  font-size: 0.75rem;
  color: var(--bv-gold);
  font-weight: 600;
}

/* ============================================================
   RESPONSIVE — TEK SAYFA CHECKOUT
   ============================================================ */
@media (max-width: 1199px) {
  .bv-onepage-layout {
    grid-template-columns: 1fr 300px;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .bv-onepage-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bv-onepage-sidebar {
    position: static;
    order: -1;
  }

  .bv-order-summary-box {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .bv-onepage-layout {
    padding: 20px 0 48px;
  }

  .bv-onepage-section-header {
    padding: 14px 16px;
  }

  .bv-onepage-section-body {
    padding: 16px;
  }

  .bv-checkout-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .bv-onepage-step-num {
    width: 30px;
    height: 30px;
    font-size: 0.8125rem;
  }

  .bv-onepage-step-label {
    font-size: 0.9375rem;
  }

  .bv-confirm-actions .bv-btn {
    font-size: 1rem;
    padding: 14px 20px;
  }
}
