/**
 * Public /shop/ premium dark theme (trial).
 * Loaded only when SHOP_PREMIUM_THEME is true in shop/_layout.php.
 * Revert: set SHOP_PREMIUM_THEME to false or remove this file link.
 */
body.shop-theme-premium {
  --aw-bg: #0a0a0a;
  --aw-panel: #141414;
  --aw-card: #161616;
  --aw-card-hi: #1e1e22;
  --aw-brand: #c8102e;
  --aw-brand-glow: rgba(200, 16, 46, 0.45);
  --aw-text: #f2f2f2;
  --aw-muted: #9a9a9a;
  --aw-border: rgba(255, 255, 255, 0.08);
  --aw-radius: 14px;
  --aw-radius-lg: 18px;
  background: var(--aw-bg) !important;
  color: var(--aw-text);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

body.shop-theme-premium .text-muted { color: var(--aw-muted) !important; }
body.shop-theme-premium a:not(.btn) { color: #ff8a9a; }
body.shop-theme-premium a:not(.btn):hover { color: #fff; }

/* Public contact details */
body.shop-theme-premium .shop-contact-strip {
  background: #151515;
  border-bottom: 1px solid var(--aw-border);
  color: #e9e9e9;
}
body.shop-theme-premium .shop-contact-strip__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 0.78rem;
}
body.shop-theme-premium .shop-contact-pill,
body.shop-theme-premium .shop-contact-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
body.shop-theme-premium .shop-contact-pill {
  color: #ff8a9a;
  font-weight: 800;
}
body.shop-theme-premium .shop-contact-pill--plain {
  color: #e9e9e9;
}
body.shop-theme-premium .shop-contact-strip i,
body.shop-theme-premium .shop-contact-footer i {
  color: var(--aw-brand);
}

/* Nav */
body.shop-theme-premium .shop-nav {
  background: var(--aw-bg);
  border-bottom: 3px solid var(--aw-brand);
}
body.shop-theme-premium .shop-nav-row {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  min-height: 58px;
  padding: 4px 0;
}
body.shop-theme-premium .shop-nav-icon-link {
  flex: 0 0 auto;
  z-index: 3;
  padding: 4px 6px 4px 8px;
  line-height: 0;
  text-decoration: none;
}
/* AW mark — same 48×48 treatment as `/shop-app/` (includes/shop_customer_shell.php) */
body.shop-theme-premium .shop-nav-aw-logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  overflow: visible;
}
body.shop-theme-premium .shop-nav-aw-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
body.shop-theme-premium .shop-nav-center-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none !important;
  pointer-events: auto;
  flex: 0 0 auto;
  margin: 0;
  max-width: 190px;
}
body.shop-theme-premium .shop-nav-main {
  margin-left: auto;
  padding-left: 8px;
  padding-right: 12px;
  min-width: 0;
  z-index: 3;
  flex: 1 1 auto;
  justify-content: flex-end;
}
body.shop-theme-premium .shop-brand {
  font-family: Orbitron, sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fff !important;
  margin: 0;
}
body.shop-theme-premium .shop-brand-slantbox {
  display: inline-block;
  background: #2a2a30;
  padding: 6px 14px 8px;
  transform: skewX(-11deg);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  max-width: 100%;
}
body.shop-theme-premium .shop-brand-slantinner {
  display: inline-flex;
  align-items: baseline;
  transform: skewX(11deg);
  font-family: Orbitron, sans-serif;
  font-size: clamp(0.95rem, 3.2vw, 1.28rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.05;
  white-space: nowrap;
}
@media (min-width: 992px) {
  /* Three columns: logo | centred AUTOWAGEN | nav — prevents menu overlapping the wordmark */
  body.shop-theme-premium .shop-nav-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 8px;
    padding: 4px 12px;
  }
  body.shop-theme-premium .shop-nav-icon-link {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  body.shop-theme-premium .shop-nav-center-brand {
    position: static;
    transform: none;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    max-width: none;
    margin: 0;
  }
  body.shop-theme-premium .shop-nav-main {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
    flex: none;
    min-width: 0;
    padding: 0;
  }
  body.shop-theme-premium .shop-nav-main .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body.shop-theme-premium .shop-brand-slantinner {
    font-size: clamp(0.82rem, 1.35vw, 1.05rem);
  }
  body.shop-theme-premium .shop-nav .nav-link {
    font-size: 0.72rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}
body.shop-theme-premium .shop-brand-auto {
  color: var(--aw-brand);
  border-bottom: 2px solid var(--aw-brand);
  padding-bottom: 1px;
  margin-right: 0.05em;
}
body.shop-theme-premium .shop-brand-wagen {
  color: #fff;
  background: linear-gradient(180deg, #c4c4c4 0%, #ffffff 48%, #e6e6e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports not ((background-clip: text) or (-webkit-background-clip: text)) {
  body.shop-theme-premium .shop-brand-wagen {
    color: #f2f2f2;
    background: none;
    -webkit-text-fill-color: unset;
  }
}
body.shop-theme-premium .shop-nav .nav-link { color: #e9e9e9 !important; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.04em; }
body.shop-theme-premium .shop-nav .nav-link:hover { color: var(--aw-brand) !important; }
body.shop-theme-premium .shop-nav .shop-contact-nav-link {
  color: #fff !important;
  background: var(--aw-brand);
  border-radius: 999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 800;
}
body.shop-theme-premium .shop-nav .shop-contact-nav-link:hover {
  color: #fff !important;
  background: #a00d25;
}

/* Mobile (< 992px) — top row is AW + centred AUTOWAGEN + hamburger.
   The opened hamburger menu becomes a second full-width row underneath. */
@media (max-width: 991.98px) {
  body.shop-theme-premium .shop-contact-strip__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 8px;
    font-size: 0.74rem;
  }
  body.shop-theme-premium .shop-contact-pill {
    justify-content: center;
    background: var(--aw-brand);
    color: #fff;
    border-radius: 999px;
    padding: 8px 7px;
  }
  body.shop-theme-premium .shop-contact-pill i {
    color: #fff;
  }
  body.shop-theme-premium .shop-contact-meta {
    grid-column: 1 / -1;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 0.7rem;
    color: var(--aw-muted);
  }
  body.shop-theme-premium .shop-contact-meta--address {
    display: none;
  }
  body.shop-theme-premium .shop-nav-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 56px;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 58px;
    padding: 6px 4px;
  }
  body.shop-theme-premium .shop-nav-icon-link {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    justify-self: start;
  }
  body.shop-theme-premium .shop-nav-center-brand {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    transform: none;
    max-width: 100%;
  }
  body.shop-theme-premium .shop-brand-slantbox { padding: 6px 12px 8px; }
  body.shop-theme-premium .shop-brand-slantinner { font-size: clamp(0.86rem, 4.1vw, 1.08rem); }
  body.shop-theme-premium .shop-nav-main {
    display: contents !important;
  }
  body.shop-theme-premium .shop-nav-main .navbar-toggler {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin: 0;
  }
  body.shop-theme-premium .shop-nav-main .navbar-collapse {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    background: var(--aw-bg);
    border-top: 1px solid var(--aw-border);
    margin-top: 8px;
  }
  body.shop-theme-premium .shop-nav-main .navbar-collapse.show,
  body.shop-theme-premium .shop-nav-main .navbar-collapse.collapsing {
    padding: 6px 4px 12px;
  }
  body.shop-theme-premium .shop-nav-main .navbar-nav { width: 100%; }
  body.shop-theme-premium .shop-nav-main .nav-link { padding: 10px 14px; }
  body.shop-theme-premium .shop-nav .shop-contact-nav-link {
    border-radius: 10px;
    margin-top: 5px;
  }
  body.shop-theme-premium .shop-nav-main .dropdown-menu {
    background: #161616;
    border: 1px solid var(--aw-border);
    margin-left: 8px;
  }
}

/* Footer contact block */
body.shop-theme-premium .shop-contact-footer {
  margin-top: 42px;
  background: #111;
  border-top: 3px solid var(--aw-brand);
  color: var(--aw-text);
}
body.shop-theme-premium .shop-contact-footer__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px 26px;
}
body.shop-theme-premium .shop-contact-footer__heading {
  margin-bottom: 16px;
}
body.shop-theme-premium .shop-contact-footer__heading h2 {
  font-family: Orbitron, sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  margin: 0 0 5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
body.shop-theme-premium .shop-contact-footer__heading p {
  color: var(--aw-muted);
  margin: 0;
  max-width: 58em;
}
body.shop-theme-premium .shop-contact-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
body.shop-theme-premium .shop-contact-footer__box {
  background: #161616;
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius);
  padding: 14px 14px 13px;
  min-height: 112px;
}
body.shop-theme-premium .shop-contact-footer__box strong {
  display: block;
  color: #fff;
  margin: 6px 0 4px;
}
body.shop-theme-premium .shop-contact-footer__box span {
  display: block;
  color: #ddd;
}
body.shop-theme-premium .shop-contact-footer__box small {
  display: block;
  color: var(--aw-muted);
  margin-top: 4px;
}
body.shop-theme-premium .shop-contact-footer__icon {
  width: 34px;
  height: 34px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--aw-brand);
}
body.shop-theme-premium .shop-contact-footer__icon i {
  color: #fff;
}
body.shop-theme-premium .shop-contact-footer__thanks {
  color: var(--aw-muted);
  margin: 16px 0 0;
  font-weight: 700;
}
body.shop-theme-premium .shop-contact-page-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 34px) 16px 34px;
}
body.shop-theme-premium .shop-contact-page {
  max-width: 960px;
  margin: 0 auto;
}
body.shop-theme-premium .shop-contact-page__intro {
  margin-bottom: 18px;
}
body.shop-theme-premium .shop-kicker {
  color: var(--aw-brand);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
body.shop-theme-premium .shop-contact-page__title {
  font-family: Orbitron, sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 4vw, 2.1rem);
}
body.shop-theme-premium .shop-contact-page__lead {
  color: var(--aw-muted);
  max-width: 52em;
}
body.shop-theme-premium .shop-contact-page__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
body.shop-theme-premium .shop-contact-page__card {
  background: linear-gradient(165deg, var(--aw-card-hi) 0%, var(--aw-card) 70%);
  border: 1px solid var(--aw-border);
  border-top: 4px solid var(--aw-brand);
  border-radius: var(--aw-radius);
  padding: 16px;
}
body.shop-theme-premium .shop-contact-page__card--wide {
  grid-column: span 2;
}
body.shop-theme-premium .shop-contact-page__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--aw-brand);
  color: #fff;
  margin-bottom: 8px;
}
body.shop-theme-premium .shop-contact-page__icon i {
  color: #fff;
}
body.shop-theme-premium .shop-contact-page__card h2 {
  font-size: 1rem;
  margin: 0 0 6px;
  color: #fff;
}
body.shop-theme-premium .shop-contact-page__main {
  margin: 0;
  color: #f2f2f2;
  font-size: 1.02rem;
}
body.shop-theme-premium .shop-contact-page__muted {
  color: var(--aw-muted);
  margin: 4px 0 0;
  font-size: 0.9rem;
}
body.shop-theme-premium .shop-contact-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
body.shop-theme-premium .shop-contact-page__thanks {
  color: var(--aw-muted);
  margin: 18px 0 0;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  body.shop-theme-premium .shop-contact-footer__grid {
    grid-template-columns: 1fr;
  }
  body.shop-theme-premium .shop-contact-footer__inner {
    padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px));
  }
  body.shop-theme-premium .shop-contact-page__grid {
    grid-template-columns: 1fr;
  }
  body.shop-theme-premium .shop-contact-page__card--wide {
    grid-column: auto;
  }
  body.shop-theme-premium .shop-contact-page__actions .btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  body.shop-theme-premium .shop-contact-page-shell {
    width: 100%;
    padding: 14px 10px 28px;
  }
  body.shop-theme-premium .shop-contact-page {
    max-width: none;
  }
  body.shop-theme-premium .shop-contact-page__intro {
    margin-bottom: 12px;
  }
  body.shop-theme-premium .shop-contact-page__title {
    font-size: 1.22rem;
    letter-spacing: 0.035em;
    line-height: 1.18;
  }
  body.shop-theme-premium .shop-contact-page__lead {
    font-size: 0.9rem;
    line-height: 1.45;
    margin-bottom: 0;
  }
  body.shop-theme-premium .shop-contact-page__grid {
    gap: 10px;
  }
  body.shop-theme-premium .shop-contact-page__card {
    border-radius: 12px;
    padding: 13px;
  }
  body.shop-theme-premium .shop-contact-page__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
  }
  body.shop-theme-premium .shop-contact-page__card h2 {
    font-size: 0.98rem;
  }
  body.shop-theme-premium .shop-contact-page__main {
    font-size: 0.94rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  body.shop-theme-premium .shop-contact-page__muted {
    font-size: 0.82rem;
  }
  body.shop-theme-premium .shop-contact-page__actions {
    display: grid;
    gap: 9px;
    margin-top: 14px;
  }
  body.shop-theme-premium .shop-contact-page__actions .btn {
    width: 100%;
    font-size: 0.92rem;
    padding: 0.72rem 0.9rem;
  }
  body.shop-theme-premium .shop-contact-page__thanks {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  body.shop-theme-premium .shop-contact-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Cards & product grid */
body.shop-theme-premium .card-product {
  background: linear-gradient(165deg, var(--aw-card-hi) 0%, var(--aw-card) 55%, #121214 100%);
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius);
  box-shadow: none;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
body.shop-theme-premium .card-product:hover {
  border-color: rgba(200, 16, 46, 0.45);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(200, 16, 46, 0.12);
  transform: translateY(-3px);
}
body.shop-theme-premium .card-product .card-img-top {
  height: 160px;
  object-fit: cover;
  border-bottom: 2px solid var(--aw-brand);
  background: linear-gradient(165deg, #222228 0%, #141418 100%);
}
body.shop-theme-premium .card-product .card-body {
  color: var(--aw-text);
  padding: 0.82rem;
}
body.shop-theme-premium .card-product .card-title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}
body.shop-theme-premium .card-product .badge {
  font-size: 0.72rem;
}
body.shop-theme-premium .card-product .shop-card-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.92rem;
  font-weight: 800;
}

body.shop-theme-premium .shop-part-img-placeholder {
  background: linear-gradient(165deg, #222228 0%, #141418 100%);
  color: var(--aw-muted);
  border-bottom: 2px solid var(--aw-brand);
}
body.shop-theme-premium .shop-part-img-placeholder__silhouette { opacity: 0.45; }

body.shop-theme-premium .price-tag {
  color: var(--aw-brand);
  font-size: 1.28rem;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  body.shop-theme-premium .card-product {
    border-radius: 16px;
  }
  body.shop-theme-premium .card-product .card-img-top {
    height: 220px;
  }
  body.shop-theme-premium .card-product .card-body {
    padding: 1rem;
  }
  body.shop-theme-premium .card-product .card-title {
    font-size: 1.12rem;
    line-height: 1.32;
  }
  body.shop-theme-premium .card-product .badge {
    font-size: 0.78rem;
  }
  body.shop-theme-premium .price-tag {
    font-size: 1.42rem;
  }
  body.shop-theme-premium .card-product .shop-card-cta {
    min-height: 48px;
    font-size: 1rem;
  }
}

/* Generic cards / alerts / forms */
body.shop-theme-premium .card:not(.card-product) {
  background: var(--aw-panel);
  border: 1px solid var(--aw-border);
  color: var(--aw-text);
}
body.shop-theme-premium .card.shadow-sm { box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35) !important; }
body.shop-theme-premium .form-control,
body.shop-theme-premium .form-select {
  background: #0a0a0a;
  border-color: #2a2a2a;
  color: var(--aw-text);
}
body.shop-theme-premium .form-control:focus,
body.shop-theme-premium .form-select:focus {
  background: #0a0a0a;
  border-color: var(--aw-brand);
  color: var(--aw-text);
  box-shadow: 0 0 0 0.2rem rgba(200, 16, 46, 0.25);
}
body.shop-theme-premium .form-label { color: var(--aw-muted); }
body.shop-theme-premium .alert-light {
  background: var(--aw-panel);
  border-color: var(--aw-border);
  color: var(--aw-text);
}
body.shop-theme-premium .alert-warning {
  background: #2a2200;
  border-color: #665500;
  color: #ffd966;
}
body.shop-theme-premium .table { color: var(--aw-text); }
body.shop-theme-premium .table-light { --bs-table-bg: var(--aw-panel); --bs-table-color: var(--aw-text); }
body.shop-theme-premium .pagination .page-link {
  background: var(--aw-panel);
  border-color: #333;
  color: var(--aw-text);
}
body.shop-theme-premium .pagination .page-item.active .page-link {
  background: var(--aw-brand);
  border-color: var(--aw-brand);
}
body.shop-theme-premium .btn-outline-secondary {
  border-color: #555;
  color: #ddd;
}
body.shop-theme-premium .btn-outline-secondary:hover {
  background: #2a2a2a;
  border-color: #888;
  color: #fff;
}

body.shop-theme-premium .shop-part-detail-photo {
  border: 2px solid var(--aw-brand);
  background: #141418;
}
body.shop-theme-premium .shop-part-img-placeholder--detail {
  background: linear-gradient(165deg, #1c1c22 0%, #0a0a0a 100%);
}

/* Home — hero */
body.shop-theme-premium .shop-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0 24px;
  position: relative;
}
@media (min-width: 900px) {
  body.shop-theme-premium .shop-hero { grid-template-columns: 1.05fr 0.95fr; padding: 40px 0 32px; }
}
body.shop-theme-premium .shop-hero::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 10%;
  width: 55%;
  height: 70%;
  background: radial-gradient(ellipse at center, var(--aw-brand-glow) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.35;
}
body.shop-theme-premium .shop-hero__title {
  font-family: Orbitron, sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
body.shop-theme-premium .shop-hero__title .shop-hero-power { color: var(--aw-brand); display: block; }
body.shop-theme-premium .shop-hero__tag { color: var(--aw-muted); max-width: 32em; }
body.shop-theme-premium .shop-hero__visual {
  border-radius: var(--aw-radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, #1c1c22 0%, #0a0a0a 60%);
  border: 1px solid var(--aw-border);
  position: relative;
  min-height: 200px;
}
body.shop-theme-premium .shop-hero__visual--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
body.shop-theme-premium .shop-hero__visual--fallback img {
  width: min(90%, 320px);
  opacity: 0.55;
}
body.shop-theme-premium .shop-hero__visual--slider {
  padding: 0;
}
body.shop-theme-premium .shop-hero-carousel,
body.shop-theme-premium .shop-hero-carousel .carousel-inner,
body.shop-theme-premium .shop-hero-carousel .carousel-item {
  height: 100%;
  min-height: 200px;
}
body.shop-theme-premium .shop-hero-slide-link {
  position: relative;
  height: 100%;
  text-decoration: none;
}
body.shop-theme-premium .shop-hero-slide-img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.shop-theme-premium .shop-hero-slide-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
body.shop-theme-premium .shop-hero-carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  border: 0;
}
body.shop-theme-premium .shop-hero-carousel-indicators .active {
  background-color: var(--aw-brand);
}
body.shop-theme-premium .shop-hero-carousel-control {
  width: 12%;
  opacity: 0.85;
}

body.shop-theme-premium .btn-shop-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--aw-brand);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 28px var(--aw-brand-glow);
}
body.shop-theme-premium .btn-shop-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 20px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  text-decoration: none;
}
body.shop-theme-premium .btn-shop-hero-outline:hover { border-color: var(--aw-brand); color: var(--aw-brand) !important; }

/* Home — search panel */
body.shop-theme-premium .shop-search-panel {
  background: var(--aw-panel);
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius-lg);
  padding: 18px 20px;
  margin-bottom: 1.5rem;
}
body.shop-theme-premium .shop-search-panel .form-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Home — category tiles */
body.shop-theme-premium .shop-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 1.75rem;
}
@media (min-width: 600px) { body.shop-theme-premium .shop-cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 992px) { body.shop-theme-premium .shop-cat-grid { grid-template-columns: repeat(8, 1fr); } }
body.shop-theme-premium .shop-cat-tile {
  background: linear-gradient(165deg, var(--aw-card-hi) 0%, var(--aw-card) 100%);
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius);
  padding: 14px 8px;
  text-align: center;
  text-decoration: none;
  color: var(--aw-text) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: border-color 0.2s, transform 0.2s;
}
body.shop-theme-premium .shop-cat-tile:hover {
  border-color: rgba(200, 16, 46, 0.5);
  transform: translateY(-2px);
  color: #fff !important;
}
body.shop-theme-premium .shop-cat-tile i { display: block; font-size: 1.4rem; color: var(--aw-brand); margin-bottom: 6px; }

body.shop-theme-premium .shop-section-head h2 {
  font-family: Orbitron, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

body.shop-theme-premium .shop-trial-banner {
  background: linear-gradient(90deg, #1a0508 0%, #2a1014 50%, #1a0508 100%);
  border-bottom: 2px solid var(--aw-brand);
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  color: var(--aw-muted);
}
body.shop-theme-premium .shop-trial-banner strong { color: #ff8a9a; }

/* Stripping stock grid — links used text-dark (invisible on dark cards) */
body.shop-theme-premium a.shop-strip-card-link,
body.shop-theme-premium a.shop-strip-card-link .fw-bold {
  color: #fff !important;
}
body.shop-theme-premium a.shop-strip-card-link .text-muted,
body.shop-theme-premium a.shop-strip-card-link .small.text-muted {
  color: var(--aw-muted) !important;
}
body.shop-theme-premium a.shop-strip-card-link .text-success {
  color: #7dffb0 !important;
}
body.shop-theme-premium a.shop-strip-card-link .text-danger {
  color: #ff8a9a !important;
}
body.shop-theme-premium .shop-page-title {
  font-family: Orbitron, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
body.shop-theme-premium .btn-primary {
  background: var(--aw-brand);
  border-color: var(--aw-brand);
}
body.shop-theme-premium .btn-primary:hover {
  background: #a00d24;
  border-color: #a00d24;
}
body.shop-theme-premium .breadcrumb-item a {
  color: #ff8a9a;
}
body.shop-theme-premium .breadcrumb-item.active {
  color: var(--aw-muted);
}
