/* AlgoVoi Dark Theme — Shopware 6 Storefront v1 */
/* Palette: #0f1117 bg | #e2e8f0 text | #3b82f6 accent */

/* Base */
html, body {
  background-color: #0f1117 !important;
  color: #e2e8f0 !important;
}

a { color: #3b82f6 !important; }
a:hover { color: #60a5fa !important; text-decoration: none !important; }

/* Header / Navigation */
.header-main,
.header-minimal,
.header-search-form,
.navigation-offcanvas-content {
  background-color: #0f1117 !important;
  border-bottom-color: #1e2130 !important;
}

.header-main .logo-main img { filter: brightness(0) invert(1); }

.nav-main-item > a,
.nav-main-item > button,
.navigation-flyout,
.navigation-flyout a {
  color: #e2e8f0 !important;
  background-color: #0f1117 !important;
}

.nav-main-item > a:hover,
.nav-main-item > button:hover {
  color: #3b82f6 !important;
}

.navigation-flyout {
  border-color: #2d3748 !important;
}

/* Search */
.header-search-input,
.search-suggest-container {
  background-color: #1a1f2e !important;
  color: #e2e8f0 !important;
  border-color: #2d3748 !important;
}

.search-suggest-container {
  box-shadow: 0 4px 24px rgba(0,0,0,.6) !important;
}

.search-suggest-product-name,
.search-suggest-category-link { color: #e2e8f0 !important; }

/* Off-canvas / mobile nav */
.offcanvas,
.offcanvas-header,
.offcanvas-body,
.offcanvas-cart {
  background-color: #0f1117 !important;
  color: #e2e8f0 !important;
}

.offcanvas .nav-link,
.offcanvas .nav-item a { color: #e2e8f0 !important; }

/* Hero / CMS sections */
.cms-page,
.cms-section,
.cms-block,
.cms-element-text,
.cms-element-product-listing,
.cms-element-product-slider,
.cms-element-image,
.cms-element-manufacturer-logo,
.cms-category-hero,
.page-home {
  background-color: #0f1117 !important;
  color: #e2e8f0 !important;
}

.cms-section-default { background-color: #0f1117 !important; }

/* Product cards */
.product-box,
.card,
.product-info,
.product-name,
.product-price-info {
  background-color: #1a1f2e !important;
  color: #e2e8f0 !important;
  border-color: #2d3748 !important;
}

.card { box-shadow: 0 1px 4px rgba(0,0,0,.5) !important; }

.product-box:hover .card { box-shadow: 0 4px 16px rgba(59,130,246,.25) !important; }

.product-name a { color: #e2e8f0 !important; }
.product-name a:hover { color: #3b82f6 !important; }

.product-price { color: #e2e8f0 !important; }
.list-price { color: #94a3b8 !important; }

/* Buttons */
.btn-primary,
.btn-buy,
.btn-cart,
.cart-checkout-btn {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-buy:hover,
.btn-cart:hover {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
}

.btn-outline-primary {
  color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover {
  background-color: #3b82f6 !important;
  color: #fff !important;
}

.btn-secondary,
.btn-light {
  background-color: #1e2130 !important;
  border-color: #2d3748 !important;
  color: #e2e8f0 !important;
}

/* Forms / inputs */
.form-control,
.form-select,
.input-group-text,
.custom-select {
  background-color: #1a1f2e !important;
  border-color: #2d3748 !important;
  color: #e2e8f0 !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 0.2rem rgba(59,130,246,.25) !important;
}

.form-control::placeholder { color: #64748b !important; }

label { color: #e2e8f0 !important; }

/* Product detail page */
.product-detail-name,
.product-detail-description,
.product-detail-description-text {
  color: #e2e8f0 !important;
}

.product-detail-price { color: #e2e8f0 !important; font-weight: 600 !important; }

.product-detail-tabs .nav-tabs { border-bottom-color: #2d3748 !important; }
.product-detail-tabs .nav-link { color: #94a3b8 !important; }
.product-detail-tabs .nav-link.active {
  color: #e2e8f0 !important;
  background-color: #1a1f2e !important;
  border-color: #2d3748 #2d3748 #1a1f2e !important;
}

.product-detail-tabs .tab-content {
  background-color: #1a1f2e !important;
  color: #e2e8f0 !important;
  border-color: #2d3748 !important;
}

/* Cart / checkout */
.cart-item,
.cart-summary-table,
.checkout-main,
.checkout-aside,
.checkout-card {
  background-color: #1a1f2e !important;
  color: #e2e8f0 !important;
  border-color: #2d3748 !important;
}

.cart-item-label { color: #e2e8f0 !important; }
.cart-price { color: #e2e8f0 !important; }

.checkout-steps .checkout-step.is-active .checkout-step-indicator {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
}

/* Breadcrumb */
.breadcrumb { background-color: transparent !important; }
.breadcrumb-item a { color: #3b82f6 !important; }
.breadcrumb-item.active { color: #94a3b8 !important; }
.breadcrumb-item + .breadcrumb-item::before { color: #64748b !important; }

/* Alerts */
.alert-success { background-color: #064e3b !important; color: #d1fae5 !important; border-color: #065f46 !important; }
.alert-danger  { background-color: #450a0a !important; color: #fecaca !important; border-color: #7f1d1d !important; }
.alert-info    { background-color: #1e3a5f !important; color: #bfdbfe !important; border-color: #1d4ed8 !important; }
.alert-warning { background-color: #422006 !important; color: #fde68a !important; border-color: #92400e !important; }

/* Modals */
.modal-content  { background-color: #1a1f2e !important; color: #e2e8f0 !important; border-color: #2d3748 !important; }
.modal-header   { border-bottom-color: #2d3748 !important; }
.modal-footer   { border-top-color: #2d3748 !important; }
.modal-title    { color: #e2e8f0 !important; }

/* Pagination */
.page-link {
  background-color: #1a1f2e !important;
  border-color: #2d3748 !important;
  color: #e2e8f0 !important;
}

.page-item.active .page-link {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
}

/* Footer */
.footer-main,
.footer-main *,
.footer-column,
.footer-column * {
  background-color: #0f1117 !important;
  color: #e2e8f0 !important;
  border-color: #1e2130 !important;
}

.footer-main a { color: #94a3b8 !important; }
.footer-main a:hover { color: #3b82f6 !important; }
.footer-column-headline { color: #e2e8f0 !important; font-weight: 600 !important; }
.footer-vat-info, .footer-copyright { color: #64748b !important; }

/* Dropdowns */
.dropdown-menu {
  background-color: #1a1f2e !important;
  border-color: #2d3748 !important;
}

.dropdown-item { color: #e2e8f0 !important; }
.dropdown-item:hover { background-color: #2d3748 !important; color: #3b82f6 !important; }

/* List groups */
.list-group-item {
  background-color: #1a1f2e !important;
  border-color: #2d3748 !important;
  color: #e2e8f0 !important;
}

hr { border-color: #2d3748 !important; }

.badge-primary { background-color: #3b82f6 !important; }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0f1117; }
::-webkit-scrollbar-thumb { background: #2d3748; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #3b82f6; }
