/* ═══════════════════════════════════════════════
   BOUTIQUE — Professional E-commerce Styles
   ═══════════════════════════════════════════════ */

/* ─── Page Banner ─── */
.b-banner {
  min-height: 380px;
  background:
    linear-gradient(to right, rgba(6,6,6,0.97) 40%, rgba(6,6,6,0.62) 100%),
    url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=1800&q=80') center/cover no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 80px;
  border-bottom: 2px solid var(--gold);
}

.b-banner-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 80px;
  width: 100%;
}

.b-banner-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  gap: 14px;
}

.b-banner-eyebrow::before {
  content: '';
  display: block;
  width: 36px; height: 1px;
  background: var(--gold);
}

.b-banner-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(38px, 6vw, 88px);
  font-weight: 700;
  color: #FAFAF8;
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.70), 0 0 50px rgba(0,0,0,0.35);
}

.b-banner-title .gold { color: var(--gold); text-shadow: 0 2px 12px rgba(0,0,0,0.50); }

.b-banner-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 2vw, 24px);
  font-style: italic;
  font-weight: 400;
  color: rgba(250, 250, 248, 0.82);
  margin-bottom: 40px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.55);
}

/* ── Stat counters ── */
.b-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--border-gold);
}

.b-stat-num {
  font-family: 'Cinzel', serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.b-stat-lbl {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white-muted);
  margin-top: 5px;
}

/* ── Trust badges in banner ── */
.b-trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.b-trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: var(--white-dim);
  letter-spacing: 1px;
}

.b-trust-badge span { font-size: 16px; }


/* ─── Search Bar ─── */
.b-search-bar {
  background: var(--charcoal);
  border-bottom: 1px solid var(--border-gold);
  padding: 20px 80px;
}

.b-search-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.b-search-field {
  flex: 1;
  display: flex;
  max-width: 560px;
}

.b-search-field input {
  flex: 1;
  background: var(--dark-mid);
  border: 1px solid var(--border-gold);
  border-right: none;
  padding: 12px 18px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s;
}

.b-search-field input:focus { border-color: var(--gold); }
.b-search-field input::placeholder { color: var(--white-muted); }

.b-search-field button {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--black);
  padding: 12px 18px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.b-search-field button:hover { background: var(--gold-light); }

.b-search-result-count {
  font-size: 12px;
  font-weight: 300;
  color: var(--white-muted);
  margin-left: auto;
}


/* ─── Sticky Category Nav ─── */
#bCatNav {
  position: sticky;
  top: 68px;
  z-index: 900;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--border-gold);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(28,28,26,0.07);
}

.b-cat-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.b-cat-nav-inner::-webkit-scrollbar { display: none; }

.b-cat-tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--white-muted);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
}

.b-cat-tab:hover  { color: var(--gold); }

.b-cat-tab.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
  background: rgba(201,168,76,0.06);
}

.b-tab-count {
  background: var(--gold-dark);
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  letter-spacing: 0;
}


/* ─── Category Sections ─── */
.b-section {
  padding: 70px 0 80px;
}

.b-section:nth-child(odd)  { background: var(--black); }
.b-section:nth-child(even) { background: var(--charcoal); }

.b-section + .b-section { border-top: 1px solid var(--border-gold); }

.b-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}

/* Section header */
.b-section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 60px;
  align-items: end;
  margin-bottom: 48px;
}

.b-section-left {}

.b-section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.b-section-eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: var(--gold);
}

.b-section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(26px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 10px;
}

.b-section-title .gold { color: var(--gold); }

.b-section-desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-muted);
  line-height: 1.95;
  max-width: 440px;
  align-self: end;
  padding-bottom: 4px;
}

.b-section-bar {
  height: 2px;
  background: linear-gradient(to right, var(--gold), var(--gold-light), transparent);
  width: 80px;
  margin-top: 14px;
}


/* ─── Product Grid — 5 columns ─── */
.b-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}


/* ─── Product Card ─── */
.b-product-card {
  background: var(--dark-mid);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, transform 0.25s;
  cursor: pointer;
}

.b-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.18);
}

/* Badges */
.b-product-badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
}

.b-badge-nouveau  { background: var(--gold);   color: var(--black); }
.b-badge-promo    { background: #c0392b;        color: #fff; }
.b-badge-exclusif { background: var(--charcoal); color: var(--gold); border: 1px solid var(--gold); }
.b-badge-bio      { background: #1a7a4a;         color: #b7f5d0; }

/* Image */
.b-product-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: var(--dark-mid);
  flex-shrink: 0;
}

.b-product-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.b-product-card:hover .b-product-img { transform: scale(1.08); }

/* Hover overlay */
.b-product-overlay {
  position: absolute; inset: 0;
  background: rgba(10,10,10,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.b-product-card:hover .b-product-overlay { opacity: 1; }

.b-quick-btn {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  border: none;
  padding: 11px 22px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.b-quick-btn:hover  { background: var(--gold-light); transform: scale(1.03); }

.b-overlay-wishlist {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  background: none;
  border: 1px solid rgba(255,255,255,0.35);
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.b-overlay-wishlist:hover { border-color: var(--gold); color: var(--gold); }

/* Body */
.b-product-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.b-product-cat {
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.b-product-name {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.35;
}

.b-product-desc {
  font-size: 10px;
  font-weight: 300;
  color: var(--white-muted);
  line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

.b-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border-top: 1px solid var(--border-gold);
  padding-top: 10px;
}

.b-product-price {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.b-add-btn {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}

.b-add-btn:hover {
  background: var(--gold-light);
  transform: scale(1.04);
}


/* ═══════════════════════════════════════════════
   CART DRAWER — Professional Sidebar
   ═══════════════════════════════════════════════ */

/* Floating cart button — always visible */
.cart-btn-float {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 999;
  width: 60px; height: 60px;
  background: var(--gold);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 32px rgba(201,168,76,0.45);
  transition: transform 0.3s, box-shadow 0.3s;
}

.cart-btn-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(201,168,76,0.6);
}

.cart-count {
  position: absolute;
  top: -5px; right: -5px;
  width: 22px; height: 22px;
  background: var(--black);
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay backdrop */
.cart-overlay-bg {
  position: fixed; inset: 0;
  z-index: 1998;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}

.cart-overlay-bg.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Sidebar */
.cart-sidebar {
  position: fixed;
  top: 0; right: -480px; bottom: 0;
  width: 480px;
  z-index: 1999;
  background: var(--charcoal);
  border-left: 1px solid var(--border-gold);
  transition: right 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.cart-sidebar.open { right: 0; }

/* Header */
.cart-sidebar-head {
  padding: 24px 28px;
  border-bottom: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--dark);
}

.cart-head-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-sidebar-title {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cart-item-count-pill {
  background: var(--gold);
  color: var(--black);
  font-size: 11px;
  font-weight: 800;
  padding: 2px 9px;
  border-radius: 20px;
}

.cart-close {
  background: none;
  border: 1px solid var(--border-gold);
  color: var(--white-muted);
  font-size: 18px;
  cursor: pointer;
  width: 34px; height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.cart-close:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* Items scroll */
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 28px;
}

.cart-items::-webkit-scrollbar { width: 3px; }
.cart-items::-webkit-scrollbar-thumb { background: var(--gold); }

/* Empty state */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
}

.cart-empty-icon { font-size: 56px; opacity: 0.3; margin-bottom: 16px; }
.cart-empty-title { font-family: 'Cinzel', serif; font-size: 16px; color: var(--white-muted); margin-bottom: 8px; }
.cart-empty-sub { font-size: 12px; font-weight: 300; color: var(--white-muted); opacity: 0.7; line-height: 1.8; }

/* Cart item */
.cart-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-gold);
}

.cart-item:last-child { border-bottom: none; }

.cart-item-img {
  width: 68px; height: 68px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border-gold);
}

.cart-item-info { flex: 1; min-width: 0; }

.cart-item-cat {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.cart-item-name {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  color: var(--white);
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 26px; height: 26px;
  border: 1px solid var(--border-gold);
  background: none;
  color: var(--gold);
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.qty-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

.qty-val {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  color: var(--white);
  min-width: 24px;
  text-align: center;
}

.cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.cart-item-price {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  color: var(--gold);
  font-weight: 700;
}

.cart-remove {
  background: none;
  border: none;
  color: var(--white-muted);
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}

.cart-remove:hover { color: #e74c3c; }

/* Promo code */
.cart-promo {
  padding: 14px 0;
  border-bottom: 1px solid var(--border-gold);
  display: flex;
  gap: 6px;
}

.cart-promo input {
  flex: 1;
  background: var(--dark-mid);
  border: 1px solid var(--border-gold);
  padding: 10px 14px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  outline: none;
  transition: border-color 0.2s;
}

.cart-promo input:focus { border-color: var(--gold); }
.cart-promo input::placeholder { color: var(--white-muted); font-size: 11px; }

.cart-promo button {
  background: none;
  border: 1px solid var(--border-gold);
  color: var(--gold);
  padding: 10px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}

.cart-promo button:hover { background: var(--gold); color: var(--black); }

/* Footer */
.cart-footer {
  border-top: 2px solid var(--border-gold);
  background: var(--dark);
  padding: 20px 28px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  color: var(--white-muted);
  margin-bottom: 8px;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 14px 0 20px;
  padding-top: 14px;
  border-top: 1px solid var(--border-gold);
}

.cart-total-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white-muted);
}

.cart-total-val {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  color: var(--gold);
  font-weight: 700;
}

/* Checkout buttons */
.checkout-paypal-btn {
  width: 100%;
  padding: 15px;
  background: #003087;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  transition: background 0.3s;
  border-radius: 0;
}

.checkout-paypal-btn:hover { background: #002060; }

.checkout-gpay-btn {
  width: 100%;
  padding: 15px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  transition: background 0.3s;
}

.checkout-gpay-btn:hover { background: #1a1a1a; }

.cart-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 300;
  color: var(--white-muted);
  margin-top: 12px;
  letter-spacing: 0.5px;
}

.cart-secure-note span { color: var(--gold); font-weight: 600; }

/* Payment icons row */
.cart-pay-icons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  opacity: 0.5;
  font-size: 20px;
}


/* ═══════════════════════════════════════════════
   CHECKOUT MODAL — Full Payment Flow
   ═══════════════════════════════════════════════ */

.checkout-overlay {
  position: fixed; inset: 0;
  z-index: 3000;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.checkout-overlay.open { display: flex; }

.checkout-modal {
  background: var(--charcoal);
  border: 1px solid var(--border-gold);
  width: 100%;
  max-width: 560px;
  max-height: 92vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.checkout-modal::-webkit-scrollbar { width: 3px; }
.checkout-modal::-webkit-scrollbar-thumb { background: var(--gold); }

/* Modal header */
.checkout-modal-head {
  padding: 24px 28px;
  border-bottom: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: var(--charcoal);
  z-index: 2;
}

.checkout-modal-title {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 2px;
}

/* Checkout steps */
.checkout-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--border-gold);
  background: var(--dark);
}

.c-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white-muted);
}

.c-step-num {
  width: 24px; height: 24px;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--white-muted);
}

.c-step.active .c-step-num {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.c-step.active { color: var(--gold); }

.c-step-sep {
  flex: 1;
  height: 1px;
  background: var(--border-gold);
}

/* Body */
.checkout-modal-body { padding: 28px; }

/* Order recap */
.checkout-recap {
  background: var(--dark);
  border: 1px solid var(--border-gold);
  padding: 18px;
  margin-bottom: 24px;
}

.checkout-recap-title {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.checkout-recap-item {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  color: var(--white-muted);
  padding: 6px 0;
  border-bottom: 1px solid rgba(201,168,76,0.08);
}

.checkout-recap-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  padding-top: 12px;
}

.checkout-recap-total span:first-child {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white-muted);
}

.checkout-recap-total span:last-child {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: var(--gold);
  font-weight: 700;
}

/* Method tabs */
.checkout-method-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 24px;
}

.checkout-method-tab {
  padding: 14px;
  border: 1px solid var(--border-gold);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white-muted);
  font-size: 12px;
  font-weight: 600;
  transition: all 0.25s;
}

.checkout-method-tab.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,0.08);
}

/* Payment panels */
.checkout-panel { display: none; }
.checkout-panel.active { display: block; }

/* Form fields */
.c-field { margin-bottom: 14px; }

.c-field label {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
  font-weight: 600;
}

.c-field input,
.c-field select {
  width: 100%;
  background: var(--dark-mid);
  border: 1px solid var(--border-gold);
  padding: 12px 14px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
  border-radius: 0;
}

.c-field input:focus,
.c-field select:focus { border-color: var(--gold); }

.c-field input.error { border-color: #e74c3c; }

.c-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Pay button */
.checkout-pay-btn {
  width: 100%;
  padding: 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  margin-top: 4px;
}

.checkout-pay-btn.paypal-style {
  background: #003087;
  color: #fff;
}

.checkout-pay-btn.paypal-style:hover { background: #002060; }

.checkout-pay-btn.gpay-style {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.checkout-pay-btn.gpay-style:hover { background: #1a1a1a; }

/* Secure note */
.checkout-secure {
  text-align: center;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 300;
  color: var(--white-muted);
}

.checkout-secure span { color: var(--gold); }

/* Success */
.checkout-success {
  text-align: center;
  padding: 48px 32px;
  display: none;
}

.checkout-success.show { display: block; }

.success-checkmark { font-size: 64px; margin-bottom: 20px; }

.success-headline {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 10px;
}

.success-body {
  font-size: 13px;
  font-weight: 300;
  color: var(--white-muted);
  line-height: 1.9;
  margin-bottom: 28px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── Trust Strip ─── */
.b-trust-strip {
  background: var(--gold);
  padding: 50px 80px;
}

.b-trust-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.b-trust-item {
  text-align: center;
  padding: 24px 16px;
  border-right: 1px solid rgba(0,0,0,0.12);
}

.b-trust-item:last-child { border-right: none; }

.b-trust-item-icon { font-size: 30px; margin-bottom: 10px; }

.b-trust-item-title {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
}

.b-trust-item-sub { font-size: 11px; color: rgba(0,0,0,0.6); }

/* ─── Back to Top ─── */
#bBackTop {
  position: fixed;
  bottom: 100px; right: 32px;
  z-index: 990;
  width: 42px; height: 42px;
  background: var(--dark);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, background 0.2s;
}

#bBackTop:hover { background: var(--gold); color: var(--black); }


/* ─── Responsive ─── */
@media (max-width: 1400px) {
  .b-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1100px) {
  .b-banner-inner,
  .b-search-bar,
  .b-section-inner,
  .b-trust-strip { padding-left: 40px; padding-right: 40px; }
  .b-cat-nav-inner { padding: 0 40px; }
  .b-grid { grid-template-columns: repeat(3, 1fr); }
  .b-section-head { grid-template-columns: 1fr; gap: 20px; }
  .b-section-desc { max-width: 100%; }
  .b-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .cart-sidebar { width: 100%; right: -100%; }
}

@media (max-width: 700px) {
  .b-banner-inner,
  .b-search-bar,
  .b-section-inner,
  .b-trust-strip { padding-left: 20px; padding-right: 20px; }
  .b-cat-nav-inner { padding: 0 16px; }
  .b-grid { grid-template-columns: repeat(2, 1fr); }
  .b-cat-tab { padding: 12px 14px; font-size: 9px; letter-spacing: 1px; }
  .b-tab-count { display: none; }
  .b-stats { gap: 24px; }
  .b-stat-num { font-size: 26px; }
  .b-trust-grid { grid-template-columns: 1fr 1fr; }
  .b-section { padding: 48px 0 56px; }
  .checkout-modal { max-height: 100vh; }
  .c-field-row { grid-template-columns: 1fr; }
  .checkout-method-tabs { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .b-grid { grid-template-columns: 1fr; }
}
