/* ==========================================================================
   MONOMAZA - B2B INDUSTRIAL THEME (PARKURDA VIBE)
   Endüstriyel & Sanayi Pazaryeri Tema Stilleri
   ========================================================================== */

:root {
  --ind-font: 'Roboto Condensed', 'Roboto Condensed Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-heading: var(--ind-font);
  --font-body: var(--ind-font);
  --font-display: var(--ind-font);
  --ind-primary: #e85d04;
  --ind-primary-hover: #d00000;
  --ind-primary-light: #fff7ed;
  --ind-secondary: #1e3a8a;
  --ind-secondary-hover: #1e40af;
  --ind-dark: #0f172a;
  --ind-text: #1e293b;
  --ind-muted: #64748b;
  --ind-border: #e2e8f0;
  --ind-border-light: #f1f5f9;
  --ind-bg: #f8fafc;
  --ind-card-bg: #ffffff;
  --ind-success: #10b981;
  --ind-teal: #2a9d8f;
  --ind-radius: 8px;
  --ind-radius-lg: 12px;
  --ind-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --ind-shadow: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.04);
  --ind-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.03);
  --ind-shadow-hover: 0 20px 25px -5px rgba(0,0,0,0.10), 0 8px 10px -6px rgba(0,0,0,0.06);
  --ind-transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   0. GLOBAL FINE-TUNING — Smooth Scroll, Typography, Focus, Scrollbar
   ========================================================================== */

html.ind-active {
  scroll-behavior: smooth;
}

/* Tüm industrial tema elemanları için Roboto Condensed font ailesi */
body, html,
.ind-header,
.ind-nav-bar,
.ind-product-card,
.ind-side-card,
.ind-hero-section,
.ind-trust-item,
.ind-filter-sidebar,
.ind-buy-card,
.ind-footer {
  font-family: var(--ind-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* İkon Fontlarını Koruma — Kesin Öncelik */
i, 
i[class*="fa-"], 
[class*=" fa-"], 
[class^="fa-"], 
.fa, .fas, .far, .fab, .fa-solid, .fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-style: normal;
}

i[class*="fi-"], 
[class*=" fi-"], 
[class^="fi-"], 
.fi, .uicons {
  font-family: "uicons-regular-rounded" !important;
  font-style: normal;
}

.material-icons, .material-symbols-outlined {
  font-family: 'Material Icons' !important;
}

/* Focus visible — turuncu halka */
.ind-search-box__input:focus-visible,
.ind-filter-search-input:focus-visible,
.ind-filter-price-input:focus-visible,
.ind-qty-input:focus-visible,
.ind-category-summary__sort-select:focus-visible {
  outline: 2px solid var(--ind-primary);
  outline-offset: 2px;
}

/* Özel scrollbar — ince ve markaya uyumlu */
.ind-filter-scroll-list::-webkit-scrollbar,
.ind-sheet-body::-webkit-scrollbar,
.ind-search-overlay__results-list::-webkit-scrollbar {
  width: 4px;
}
.ind-filter-scroll-list::-webkit-scrollbar-track,
.ind-sheet-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.ind-filter-scroll-list::-webkit-scrollbar-thumb,
.ind-sheet-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.ind-filter-scroll-list::-webkit-scrollbar-thumb:hover,
.ind-sheet-body::-webkit-scrollbar-thumb:hover {
  background: var(--ind-primary);
}

/* Bölüm başlık ortak stili */
.ind-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ind-border-light);
}

.ind-section-header__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--ind-dark);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ind-section-header__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: var(--ind-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Skeleton yükleme efekti (resim/kart yüklenirken) */
@keyframes indShimmer {
  0% { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

.ind-skeleton {
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 800px 100%;
  animation: indShimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
}

.ind-product-card__img-wrap.loading .ind-product-card__img {
  opacity: 0;
}

/* Aktif nav item — vurgu */
.ind-nav-bar__item--active > .ind-nav-bar__link {
  background: #0f172a;
  color: var(--ind-primary);
  font-weight: 700;
}

/* Ana Sayfa nav item — kalıcı turuncu alt çizgi */
.ind-nav-bar__item--home > .ind-nav-bar__link {
  background: var(--ind-primary);
  color: #ffffff;
  font-weight: 700;
}
.ind-nav-bar__item--home > .ind-nav-bar__link:hover {
  background: var(--ind-primary-hover);
  color: #ffffff;
}

/* ==========================================================================
   0b. TRUST BADGE — Geliştirilmiş hover & ikon animasyonu
   ========================================================================== */

.ind-trust-item {
  transition: transform var(--ind-transition);
  cursor: default;
  padding: 4px 8px;
  border-radius: var(--ind-radius);
}

.ind-trust-item:hover {
  transform: translateY(-2px);
}

.ind-trust-item:hover .ind-trust-icon {
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.18);
}

.ind-trust-icon {
  transition: box-shadow var(--ind-transition), transform var(--ind-transition);
}

.ind-trust-icon i {
  transition: transform var(--ind-transition);
}

.ind-trust-item:hover .ind-trust-icon i {
  transform: scale(1.15);
}

/* ==========================================================================
   0c. HERO SECTION — Daha canlı arkaplan & içerik iyileştirme
   ========================================================================== */

.ind-hero-slide-content::before {
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.65) 55%,
    rgba(15, 23, 42, 0.20) 100%
  );
}

/* Hero badge animasyonu */
.ind-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: var(--ind-primary);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
  width: fit-content;
}

.ind-hero-slide-content h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.ind-hero-slide-content p {
  font-size: 14px;
  opacity: 0.88;
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: 420px;
}

/* Hero CTA butonu */
.ind-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ind-primary);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--ind-transition), transform var(--ind-transition), box-shadow var(--ind-transition);
  box-shadow: 0 4px 14px rgba(232, 93, 4, 0.4);
}

.ind-hero-cta:hover {
  background: var(--ind-primary-hover);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 93, 4, 0.45);
}

.ind-hero-cta:active {
  transform: translateY(0);
}

/* Yan küçük kartlar — geliştirilmiş hover */
.ind-side-card {
  transition: transform var(--ind-transition), box-shadow var(--ind-transition);
}

.ind-side-card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.ind-side-card__subtitle {
  font-size: 12px;
  opacity: 0.75;
  margin: 2px 0 0 0;
}

/* ==========================================================================
   0d. PRODUCT CARD — Geliştirilmiş hover & mikro etkileşimler
   ========================================================================== */

.ind-product-card {
  transition: transform var(--ind-transition), box-shadow var(--ind-transition), border-color var(--ind-transition);
}

.ind-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ind-shadow-hover);
  border-color: #cbd5e1;
}

/* Sepet butonu — hover'da tam turuncu + yukarı gelme efekti */
.ind-product-card__cart-btn {
  transition: all var(--ind-transition);
}

.ind-product-card:hover .ind-product-card__cart-btn {
  background: var(--ind-primary-light);
  border-color: var(--ind-primary);
  color: var(--ind-primary);
}

.ind-product-card__cart-btn:hover,
.ind-product-card__cart-btn:focus {
  background: var(--ind-primary) !important;
  border-color: var(--ind-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.3);
}

/* Fiyat vurgusu */
.ind-product-card__price {
  transition: color var(--ind-transition);
}

.ind-product-card:hover .ind-product-card__price {
  color: var(--ind-primary);
}

/* Favori butonu hover */
.ind-product-card__fav-btn {
  transition: all var(--ind-transition);
  opacity: 0;
  transform: scale(0.85);
}

.ind-product-card:hover .ind-product-card__fav-btn {
  opacity: 1;
  transform: scale(1);
}

/* ==========================================================================
   0e. NAV BAR — Dropdown animasyonu
   ========================================================================== */

.ind-nav-bar__dropdown {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  display: block !important; /* display:none yerine opacity/pointer-events */
}

.ind-nav-bar__item:hover > .ind-nav-bar__dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.ind-nav-bar__dropdown a {
  transition: background var(--ind-transition), color var(--ind-transition), padding-left var(--ind-transition);
}

.ind-nav-bar__dropdown a:hover {
  background: var(--ind-primary-light);
  color: var(--ind-primary);
  padding-left: 24px;
}

/* ==========================================================================
   0f. PROMO GRID — Kart hover
   ========================================================================== */

.ind-promo-card {
  border-radius: var(--ind-radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  display: block;
  text-decoration: none;
  background: #1e293b;
  transition: transform var(--ind-transition), box-shadow var(--ind-transition);
}

.ind-promo-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--ind-shadow-hover);
}

.ind-promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ind-promo-card:hover img {
  transform: scale(1.05);
}

/* ==========================================================================
   0g. BUTTONS — Genel iyileştirme
   ========================================================================== */

.ind-buy-card__cta {
  transition: background var(--ind-transition), transform var(--ind-transition), box-shadow var(--ind-transition);
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.25);
}

.ind-buy-card__cta:hover {
  background: var(--ind-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(232, 93, 4, 0.35);
}

.ind-buy-card__cta:active {
  transform: scale(0.99) translateY(0);
  box-shadow: 0 2px 6px rgba(232, 93, 4, 0.2);
}

/* Stepper butonları */
.ind-qty-btn {
  transition: background var(--ind-transition), color var(--ind-transition);
}

.ind-qty-btn:hover {
  background: var(--ind-primary-light);
  color: var(--ind-primary);
}

/* ==========================================================================
   0h. FOOTER — İyileştirmeler
   ========================================================================== */

.ind-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--ind-transition), gap var(--ind-transition);
}

.ind-footer__links a:hover {
  color: var(--ind-primary);
  gap: 10px;
}

/* ==========================================================================
   0i. SEARCH OVERLAY — Geliştirilmiş animasyon
   ========================================================================== */

.ind-search-overlay {
  transform-origin: top center;
}

.ind-search-overlay.active {
  animation: indDropOpen 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes indDropOpen {
  from { opacity: 0; transform: scaleY(0.92) translateY(-8px); }
  to   { opacity: 1; transform: scaleY(1) translateY(0); }
}

/* ==========================================================================
   0j. MOBILE — Geliştirilmiş bottom bar
   ========================================================================== */

.ind-mobile-nav-item {
  transition: color var(--ind-transition), transform var(--ind-transition);
}

.ind-mobile-nav-item:hover,
.ind-mobile-nav-item.active {
  color: var(--ind-primary);
  transform: translateY(-2px);
}

.ind-mobile-nav-item i {
  transition: transform var(--ind-transition);
}

.ind-mobile-nav-item:hover i,
.ind-mobile-nav-item.active i {
  transform: scale(1.15);
}

/* Sheet panel animasyonu yumuşatıldı */
.ind-sheet-panel {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   0k. CATEGORY FILTER SIDEBAR — Checkbox hover
   ========================================================================== */

.ind-filter-check-item {
  transition: color var(--ind-transition);
  padding: 3px 4px;
  border-radius: 4px;
}

.ind-filter-check-item:hover {
  color: var(--ind-primary);
  background: var(--ind-primary-light);
}

/* ==========================================================================
   0l. BREADCRUMB
   ========================================================================== */

.ind-breadcrumb {
  font-size: 12.5px;
  color: var(--ind-muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 0;
  margin-bottom: 8px;
}

.ind-breadcrumb a {
  color: var(--ind-muted);
  text-decoration: none;
  transition: color var(--ind-transition);
}

.ind-breadcrumb a:hover {
  color: var(--ind-primary);
}

.ind-breadcrumb__sep {
  opacity: 0.4;
  font-size: 10px;
}

.ind-breadcrumb__current {
  color: var(--ind-dark);
  font-weight: 600;
}

/* ==========================================================================
   0m. RESPONSIVE SPACING
   ========================================================================== */

@media (max-width: 991.98px) {
  .ind-hero-slider,
  .ind-hero-slider .swiper-slide {
    height: 280px;
  }

  .ind-hero-side-cards {
    height: auto;
  }

  .ind-hero-slide-content {
    padding: 24px;
  }

  .ind-hero-slide-content h2 {
    font-size: 20px;
  }

  .ind-trust-bar {
    padding: 12px 0;
  }
}

@media (max-width: 575.98px) {
  .ind-product-card__fav-btn {
    opacity: 1;
    transform: scale(1);
  }

  .ind-trust-item {
    flex-direction: row;
    align-items: center;
  }

  .ind-trust-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* Sayfa içeriği yüklenirken gövdeye eklenen geçiş */
@keyframes indPageIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ind-page-main {
  animation: indPageIn 0.3s ease-out;
}

/* ==========================================================================
   1. HEADER & SEARCH OVERLAY
   ========================================================================== */

.ind-header {
  background: #162032 !important;
  color: #ffffff;
  position: relative;
  z-index: 1000;
}

.ind-header__topbar {
  background: #0f172a !important;
  color: #94a3b8;
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ind-header__topbar a {
  color: #cbd5e1 !important;
  text-decoration: none;
  transition: color 0.2s;
}

.ind-header__topbar a:hover {
  color: #ffb703 !important;
}

.ind-header__main {
  background: #162032 !important;
  padding: 16px 0;
}

.ind-header__logo img {
  max-height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Search Bar (Parkurda Style) */
.ind-search-wrap {
  position: relative;
  width: 100%;
}

.ind-search-box {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.ind-search-box:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 183, 3, 0.4);
  border-color: #ffb703;
}

.ind-search-box__input {
  flex: 1;
  border: none !important;
  outline: none !important;
  padding: 11px 16px;
  font-size: 14px;
  color: #0f172a !important;
  background: #ffffff !important;
}

.ind-search-box__input::placeholder {
  color: #64748b;
}

.ind-search-box__btn {
  background: #ffb703 !important;
  color: #0f172a !important;
  border: none;
  padding: 11px 26px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.ind-search-box__btn:hover {
  background: #f59e0b !important;
}

/* Search Overlay Dropdown (Exact Fit Below Search Input) */
.ind-search-overlay {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 16px;
  z-index: 99999 !important;
  display: none;
}

.ind-search-overlay.active {
  display: block;
  animation: indFadeDown 0.2s ease-out;
}

@keyframes indFadeDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.ind-search-overlay__section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ind-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ind-search-overlay__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.ind-search-overlay__chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: #f1f5f9;
  color: #334155;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.ind-search-overlay__chip:hover {
  background: var(--ind-primary-light);
  color: var(--ind-primary);
}

.ind-search-overlay__results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ind-search-overlay__result-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--ind-text);
  transition: background 0.15s;
}

.ind-search-overlay__result-item a:hover {
  background: #f8fafc;
}

.ind-search-overlay__result-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--ind-border);
}

.ind-search-overlay__result-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.ind-search-overlay__result-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--ind-primary);
  margin-left: auto;
}

/* HTMX Search Autocomplete Results Integration */
.ind-search-overlay .autocomplete-results-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ind-search-overlay .autocomplete-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #0f172a !important;
  transition: background var(--ind-transition);
}

.ind-search-overlay .autocomplete-item:hover {
  background: #f1f5f9;
}

.ind-search-overlay .item-image {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid var(--ind-border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  padding: 2px;
}

.ind-search-overlay .item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ind-search-overlay .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.ind-search-overlay .item-title {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a !important;
}

.ind-search-overlay .item-price {
  font-size: 13px;
  font-weight: 800;
  color: #d97706;
  margin-top: 2px;
}

.ind-search-overlay .autocomplete-no-results {
  text-align: center;
  padding: 16px;
  color: var(--ind-muted);
  font-size: 13px;
}

/* User Actions - Parkurda Style Vertical Action Buttons on Dark Header */
.ind-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ind-header__nav-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #ffffff !important;
  padding: 4px 10px;
  border-radius: 8px;
  transition: all var(--ind-transition);
  position: relative;
  min-width: 58px;
}

.ind-header__nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffb703 !important;
}

.ind-header__nav-icon {
  font-size: 19px;
  margin-bottom: 3px;
  line-height: 1;
  color: #c084fc !important;
}

.ind-header__nav-label {
  font-size: 11px;
  font-weight: 600;
  color: #ffffff !important;
  white-space: nowrap;
}

.ind-header__badge {
  position: absolute;
  top: -2px;
  right: 6px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 9999px;
  line-height: 1.2;
}

/* Parkurda Bright Yellow/Orange Cart Box */
.ind-header__cart-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffb703 !important;
  color: #0f172a !important;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: all var(--ind-transition);
  margin-left: 4px;
}

.ind-header__cart-box:hover {
  background: #f59e0b !important;
  color: #0f172a !important;
  transform: translateY(-1px);
}

.ind-header__cart-icon-wrap {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind-header__cart-info {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.ind-header__cart-count {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.95;
}

.ind-header__cart-total {
  font-size: 13px;
  font-weight: 800;
}

/* Desktop Horizontal Category Bar — Unclipped Dropdown Fix */
.ind-nav-bar {
  background: #1e293b;
  border-top: 1px solid #334155;
  position: relative;
  z-index: 1040;
  overflow: visible !important;
}

.ind-nav-bar .container {
  overflow: visible !important;
}

.ind-nav-bar__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

.ind-nav-bar__item {
  position: relative;
  white-space: nowrap;
}

.ind-nav-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 16px;
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.ind-nav-bar__link:hover,
.ind-nav-bar__item:hover > .ind-nav-bar__link {
  background: #0f172a;
  color: #ffffff;
}

.ind-nav-bar__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid var(--ind-border);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  border-radius: 0 0 var(--ind-radius) var(--ind-radius);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none !important;
  z-index: 99999 !important;
}

.ind-nav-bar__item:hover > .ind-nav-bar__dropdown {
  display: block !important;
  animation: indFadeDown 0.18s ease-out;
}

.ind-nav-bar__dropdown a {
  display: block;
  padding: 9px 18px;
  color: var(--ind-text);
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
}

.ind-nav-bar__dropdown a:hover {
  background: var(--ind-primary-light);
  color: var(--ind-primary);
  padding-left: 24px;
}

/* ==========================================================================
   2. HERO 8+4 SPLIT SECTION
   ========================================================================== */

.ind-hero-section {
  padding: 24px 0;
  background: #ffffff;
}

.ind-hero-slider {
  position: relative !important;
  border-radius: var(--ind-radius);
  overflow: hidden;
  height: 380px;
}

.ind-hero-slider .swiper-slide {
  height: 380px;
}

.ind-hero-slider .ind-hero-pagination,
.ind-hero-slider .swiper-pagination {
  position: absolute !important;
  bottom: 14px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  text-align: center !important;
  z-index: 50 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

.ind-hero-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.ind-hero-slider .swiper-pagination-bullet-active {
  background: #ffb703 !important;
  width: 24px !important;
  border-radius: 6px !important;
}

.ind-hero-slide-content {
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ind-hero-slide-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,0.88) 0%, rgba(15,23,42,0.55) 45%, rgba(15,23,42,0.15) 100%);
}

.ind-hero-slide-content > * {
  position: relative;
  z-index: 2;
}

.ind-hero-side-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 380px;
}

.ind-side-card {
  flex: 1;
  border-radius: var(--ind-radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ind-side-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ind-shadow);
  color: #ffffff;
}

.ind-side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.4) 100%);
}

.ind-cat-card {
  background-color: #1e293b;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.ind-side-card > * {
  position: relative;
  z-index: 2;
}

.ind-side-card__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--ind-primary);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 9999px;
  margin-bottom: 4px;
}

.ind-side-card__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

/* ==========================================================================
   3. B2B TRUST BADGES BAR
   ========================================================================== */

.ind-trust-bar {
  background: #ffffff;
  border-top: 1px solid var(--ind-border);
  border-bottom: 1px solid var(--ind-border);
  padding: 18px 0;
  margin-bottom: 24px;
}

.ind-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ind-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--ind-primary-light);
  color: var(--ind-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ind-trust-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ind-dark);
  margin-bottom: 2px;
}

.ind-trust-desc {
  font-size: 11.5px;
  color: var(--ind-muted);
  margin: 0;
}

/* ==========================================================================
   4. TECHNICAL PRODUCT CARD (PARKURDA CARD)
   ========================================================================== */

.ind-product-card {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.ind-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ind-shadow);
  border-color: #cbd5e1;
}

.ind-product-card__top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.ind-product-card__fav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--ind-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.2s;
}

.ind-product-card__fav-btn:hover,
.ind-product-card__fav-btn.active {
  color: #ef4444;
  border-color: #fecaca;
  background: #fef2f2;
}

.ind-product-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
  padding: 16px;
}

.ind-product-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: #ffffff;
}

.ind-product-card__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ind-product-card__brand {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ind-primary);
  margin-bottom: 4px;
}

.ind-product-card__title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ind-dark);
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 38px;
}

.ind-product-card__categories {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #94a3b8;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ind-product-card__categories span {
  background: #f1f5f9;
  color: #475569;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10.5px;
}

.ind-product-card__price-row {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.ind-product-card__price {
  font-size: 16px;
  font-weight: 700;
  color: var(--ind-dark);
}

.ind-product-card__vat-label {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.ind-product-card__cart-btn {
  margin: 0 16px 16px 16px;
  background: #f8fafc;
  border: 1px solid var(--ind-border);
  color: var(--ind-dark);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}

.ind-product-card__cart-btn:hover {
  background: var(--ind-primary);
  border-color: var(--ind-primary);
  color: #ffffff;
}

/* ==========================================================================
   5. CATEGORY LISTING & DUAL SEARCH FILTERS
   ========================================================================== */

.ind-category-summary {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  padding: 18px 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.ind-category-summary__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ind-dark);
  margin: 0 0 4px 0;
}

.ind-category-summary__metrics {
  font-size: 13px;
  color: var(--ind-muted);
}

.ind-category-summary__sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ind-category-summary__sort-select {
  border: 1px solid var(--ind-border);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  color: var(--ind-text);
  outline: none;
  background: #ffffff;
}

/* Filter Sidebar */
.ind-filter-sidebar {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  padding: 20px;
}

.ind-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ind-border);
  margin-bottom: 16px;
}

.ind-filter-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ind-dark);
  margin: 0;
}

.ind-filter-clear {
  font-size: 12px;
  color: #ef4444;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
}

.ind-filter-group {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ind-border-light);
}

.ind-filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ind-filter-legend {
  font-size: 13px;
  font-weight: 700;
  color: var(--ind-dark);
  margin-bottom: 10px;
  display: block;
}

.ind-filter-search-input {
  width: 100%;
  border: 1px solid var(--ind-border);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  margin-bottom: 8px;
  outline: none;
}

.ind-filter-search-input:focus {
  border-color: var(--ind-primary);
}

.ind-filter-scroll-list {
  max-height: 180px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  scrollbar-width: thin;
}

.ind-filter-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #334155;
  cursor: pointer;
  user-select: none;
}

.ind-filter-check-item input[type="checkbox"] {
  accent-color: var(--ind-primary);
}

.ind-filter-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ind-filter-price-input {
  flex: 1;
  border: 1px solid var(--ind-border);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  outline: none;
}

.ind-filter-submit-btn {
  width: 100%;
  background: var(--ind-primary);
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.ind-filter-submit-btn:hover {
  background: var(--ind-primary-hover);
}

/* ==========================================================================
   6. PRODUCT DETAIL 7+5 ASYMMETRIC LAYOUT
   ========================================================================== */

.ind-product-detail-layout {
  padding: 24px 0;
}

/* Gallery */
.ind-detail-gallery {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.ind-detail-gallery__main-img {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

/* Tabs */
.ind-detail-tabs {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  overflow: hidden;
}

.ind-detail-tabs__nav {
  display: flex;
  border-bottom: 1px solid var(--ind-border);
  background: #f8fafc;
}

.ind-detail-tabs__tab {
  padding: 14px 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ind-muted);
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.ind-detail-tabs__tab:hover {
  color: var(--ind-dark);
}

.ind-detail-tabs__tab.active {
  color: var(--ind-primary);
  background: #ffffff;
  border-bottom-color: var(--ind-primary);
}

.ind-detail-tabs__panel {
  padding: 24px;
  display: none;
}

.ind-detail-tabs__panel.active {
  display: block;
}

/* Tech Specs Table */
.ind-specs-table {
  width: 100%;
  border-collapse: collapse;
}

.ind-specs-table tr {
  border-bottom: 1px solid var(--ind-border-light);
}

.ind-specs-table tr:nth-child(even) {
  background: #f8fafc;
}

.ind-specs-table th {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  width: 35%;
  text-align: left;
}

.ind-specs-table td {
  padding: 10px 16px;
  font-size: 13px;
  color: #64748b;
}

/* Sticky Buy Card */
.ind-buy-card {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  padding: 24px;
  position: sticky;
  top: 24px;
  margin-bottom: 20px;
}

.ind-buy-card__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.ind-buy-card__brand {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ind-primary);
  text-decoration: none;
}

.ind-buy-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ind-dark);
  line-height: 1.35;
  margin: 4px 0 0 0;
}

.ind-buy-card__price-wrap {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ind-border-light);
}

.ind-buy-card__price {
  font-size: 26px;
  font-weight: 800;
  color: var(--ind-dark);
}

.ind-buy-card__vat-note {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

/* Stepper */
.ind-qty-stepper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ind-qty-controls {
  display: inline-flex;
  border: 1px solid var(--ind-border);
  border-radius: 6px;
  overflow: hidden;
}

.ind-qty-btn {
  width: 36px;
  height: 36px;
  background: #f8fafc;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.ind-qty-btn:hover {
  background: #e2e8f0;
}

.ind-qty-input {
  width: 50px;
  height: 36px;
  border: none;
  border-left: 1px solid var(--ind-border);
  border-right: 1px solid var(--ind-border);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--ind-dark);
  outline: none;
}

.ind-qty-unit {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

/* Summary Box */
.ind-buy-summary {
  background: #f8fafc;
  border: 1px solid var(--ind-border-light);
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 20px;
}

.ind-buy-summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #64748b;
  margin-bottom: 6px;
}

.ind-buy-summary__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: var(--ind-dark);
  padding-top: 8px;
  border-top: 1px solid var(--ind-border);
  margin-top: 6px;
}

.ind-buy-card__cta {
  width: 100%;
  background: var(--ind-primary);
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s, transform 0.1s;
}

.ind-buy-card__cta:hover {
  background: var(--ind-primary-hover);
}

.ind-buy-card__cta:active {
  transform: scale(0.99);
}

/* Primary Seller Box */
.ind-seller-card {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  padding: 16px;
}

.ind-seller-card__eyebrow {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
}

.ind-seller-card__name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.ind-seller-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ind-dark);
  text-decoration: none;
}

.ind-seller-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ==========================================================================
   7. FOOTER & B2B LEGAL AREA
   ========================================================================== */

.ind-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 48px 0 24px 0;
  margin-top: 48px;
  border-top: 3px solid var(--ind-primary);
}

.ind-footer__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 16px;
}

.ind-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ind-footer__links li {
  margin-bottom: 8px;
}

.ind-footer__links a {
  color: #94a3b8;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}

.ind-footer__links a:hover {
  color: #ffffff;
}

.ind-footer__legal {
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
  margin-top: 12px;
}

.ind-footer__bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #1e293b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 12px;
}

/* ==========================================================================
   8. MOBILE BOTTOM BAR & BOTTOM SHEET
   ========================================================================== */

.ind-mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid var(--ind-border);
  box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 9999;
}

.ind-mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 10.5px;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.ind-mobile-nav-item i {
  font-size: 18px;
}

.ind-mobile-nav-item.active,
.ind-mobile-nav-item:hover {
  color: var(--ind-primary);
}

.ind-mobile-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--ind-primary);
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 9999px;
}

/* Bottom Sheet Modal for Mobile Categories */
.ind-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.6);
  z-index: 10000;
  display: none;
}

.ind-sheet-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 80vh;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  box-shadow: var(--ind-shadow-lg);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ind-sheet-backdrop.active {
  display: block;
}

.ind-sheet-panel.active {
  transform: translateY(0);
}

.ind-sheet-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--ind-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ind-sheet-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ind-dark);
  margin: 0;
}

.ind-sheet-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #94a3b8;
  cursor: pointer;
}

.ind-sheet-body {
  padding: 12px 16px 32px 16px;
  overflow-y: auto;
}

.ind-sheet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ind-sheet-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ind-text);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--ind-border-light);
}

.ind-sheet-row:active {
  background: #f1f5f9;
}

/* ==========================================================================
   9. PARKURDA STYLE B2B CART PAGE
   ========================================================================== */

.ind-cart-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.ind-cart-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--ind-dark);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ind-cart-card {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
  transition: all var(--ind-transition);
  box-shadow: var(--ind-shadow-sm);
}

.ind-cart-card:hover {
  border-color: #cbd5e1;
  box-shadow: var(--ind-shadow);
}

.ind-cart-remove-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  transition: all var(--ind-transition);
}

.ind-cart-remove-btn:hover {
  background: #fee2e2;
  color: #ef4444;
}

.ind-cart-card__body {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ind-cart-card__img-wrap {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border: 1px solid var(--ind-border);
  border-radius: 8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.ind-cart-card__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ind-cart-card__info {
  flex: 1;
  min-width: 220px;
}

.ind-cart-card__brand {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 3px;
}

.ind-cart-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ind-dark);
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  line-height: 1.35;
}

.ind-cart-card__name:hover {
  color: var(--ind-primary);
}

.ind-cart-card__seller {
  font-size: 11.5px;
  color: #64748b;
  margin-bottom: 12px;
}

.ind-cart-stepper {
  display: inline-flex;
  align-items: center;
  background: #1e293b;
  border-radius: 6px;
  overflow: hidden;
}

.ind-cart-stepper__btn {
  background: #1e293b;
  color: #ffffff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.ind-cart-stepper__btn:hover {
  background: #334155;
}

.ind-cart-stepper__input {
  width: 44px;
  height: 32px;
  background: #0f172a;
  color: #ffffff;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  outline: none;
}

.ind-cart-stepper__unit {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  padding: 0 10px;
  letter-spacing: 0.5px;
}

.ind-cart-card__pricing {
  text-align: right;
  min-width: 140px;
  margin-left: auto;
}

.ind-cart-card__total {
  font-size: 20px;
  font-weight: 800;
  color: var(--ind-primary);
  line-height: 1.2;
}

.ind-cart-card__unit-price {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

/* Order Summary Box */
.ind-order-summary {
  background: #ffffff;
  border: 1px solid var(--ind-border);
  border-radius: var(--ind-radius);
  overflow: hidden;
  box-shadow: var(--ind-shadow);
  position: sticky;
  top: 24px;
}

.ind-order-summary__head {
  background: #1e293b;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ind-order-summary__body {
  padding: 20px;
}

.ind-order-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

.ind-order-summary__row strong {
  color: var(--ind-dark);
}

.ind-order-summary__divider {
  height: 1px;
  background: var(--ind-border-light);
  margin: 16px 0;
}

.ind-order-summary__total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ind-order-summary__total-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--ind-dark);
}

.ind-order-summary__total-val {
  font-size: 24px;
  font-weight: 800;
  color: var(--ind-dark);
}

.ind-order-summary__cta {
  width: 100%;
  background: #ffb703;
  color: #0f172a;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 183, 3, 0.35);
  transition: all var(--ind-transition);
}

.ind-order-summary__cta:hover {
  background: #fb8500;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(251, 133, 0, 0.45);
}

.ind-order-summary__security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11.5px;
  color: #64748b;
  margin-top: 14px;
}

/* ==========================================================================
   PARKURDA B2B CATEGORY & FILTER SIDEBAR
   ========================================================================== */
.ind-filter-sidebar {
  font-family: var(--ind-font);
}

.ind-filter-sidebar {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 18px 16px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

.ind-filter-section {
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.ind-filter-section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.ind-filter-heading {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-family: var(--ind-font) !important;
}

.ind-filter-search-wrap {
  position: relative !important;
  margin-bottom: 10px !important;
}

.ind-filter-search-wrap i {
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 11px !important;
  color: #94a3b8 !important;
}

.ind-filter-search {
  width: 100% !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  padding: 6px 10px 6px 28px !important;
  font-size: 12px !important;
  color: #1e293b !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.15s !important;
}

.ind-filter-search:focus {
  border-color: #3b82f6 !important;
}

.ind-filter-cat-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 280px !important;
  overflow-y: auto !important;
}

.ind-filter-cat-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 6px 8px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  text-decoration: none !important;
  transition: all 0.15s !important;
}

.ind-filter-cat-item:hover {
  background: #f8fafc !important;
  color: #0f172a !important;
}

.ind-filter-cat-item.active {
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  font-weight: 700 !important;
}

.ind-filter-count {
  font-size: 12px !important;
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

.ind-filter-checkbox-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 220px !important;
  overflow-y: auto !important;
}

.ind-filter-checkbox-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 5px 4px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  color: #334155 !important;
  user-select: none !important;
  transition: color 0.15s !important;
  margin-bottom: 0 !important;
}

.ind-filter-checkbox-item:hover {
  color: #0f172a !important;
}

.ind-filter-checkbox-item input[type="checkbox"],
.ind-filter-checkbox-item input[type="radio"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #0f172a !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.ind-filter-price-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ind-filter-price-input {
  flex: 1 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  padding: 6px 8px !important;
  font-size: 13px !important;
  color: #1e293b !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.ind-filter-price-input:focus {
  border-color: #3b82f6 !important;
}

/* ==========================================================================
   CHECKOUT (B2B & PARKURDA STANDARTLARI)
   ========================================================================== */
.ind-checkout-wrap {
  background-color: #f8fafc;
  min-height: 80vh;
  padding-bottom: 60px;
}

.ind-checkout-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ind-checkout-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.ind-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.ind-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  position: relative;
}

.ind-step-item.active {
  color: #e85d04;
  font-weight: 700;
}

.ind-step-item.completed {
  color: #10b981;
}

.ind-step-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 2px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  transition: all 0.2s ease;
}

.ind-step-item.active .ind-step-circle {
  background: #e85d04;
  border-color: #e85d04;
  color: #ffffff;
}

.ind-step-item.completed .ind-step-circle {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
}

.ind-step-divider {
  flex: 1;
  height: 2px;
  background: #e2e8f0;
  margin: 0 12px;
}

/* Address Cards Grid */
.ind-address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.ind-address-card {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ind-address-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.ind-address-card.selected {
  border-color: #e85d04 !important;
  background-color: #fffaf0 !important;
  box-shadow: 0 4px 14px rgba(232, 93, 4, 0.08);
}

.ind-address-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.ind-address-card__badge {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f1f5f9;
  color: #475569;
  font-weight: 600;
}

.ind-address-card.selected .ind-address-card__badge {
  background: #e85d04;
  color: #ffffff;
}

.ind-address-card__text {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 8px;
}

.ind-address-card__phone {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}

.ind-address-new-card {
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  padding: 20px;
  background: #f8fafc;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 130px;
  color: #475569;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
}

.ind-address-new-card:hover {
  border-color: #e85d04;
  color: #e85d04;
  background: #fffaf0;
}

/* Form inputs */
.ind-form-control {
  height: 48px !important;
  border-radius: 8px !important;
  border: 1px solid #cbd5e1 !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  color: #0f172a !important;
  background-color: #ffffff !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

.ind-form-control:focus {
  border-color: #e85d04 !important;
  box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.12) !important;
  outline: none !important;
}

textarea.ind-form-control {
  height: auto !important;
}

/* Button CTA */
.ind-btn-cta {
  background: #e85d04 !important;
  border: 1px solid #e85d04 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  height: 50px !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(232, 93, 4, 0.25) !important;
  text-decoration: none !important;
}

.ind-btn-cta:hover {
  background: #f59e0b !important;
  border-color: #f59e0b !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.35) !important;
}

.ind-btn-back {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #334155 !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  height: 50px !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.ind-btn-back:hover {
  background: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

/* Order Summary Box */
.ind-summary-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ind-summary-header {
  background: #1e293b;
  color: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ind-summary-header h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ind-summary-body {
  padding: 20px;
}

.ind-summary-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.ind-summary-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ind-summary-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.ind-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 10px;
}

.ind-summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  padding-top: 14px;
  border-top: 2px solid #e2e8f0;
  margin-top: 14px;
}

.ind-summary-total-amount {
  font-size: 22px;
  font-weight: 800;
  color: #e85d04;
}

/* Payment Method Cards */
.ind-payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.ind-payment-card {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 14px;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ind-payment-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.payment-radio-input:checked + .ind-payment-card {
  border-color: #e85d04 !important;
  background-color: #fffaf0 !important;
  box-shadow: 0 4px 14px rgba(232, 93, 4, 0.08);
}

