/* Retail tech MX — Estilo azul profundo (gradiente #041226 / #062c5d / #020a18) */

/* ── Promo superior ── */
.fenix-promo-stack {
  background: linear-gradient(135deg, #041226, #062c5d);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.fenix-promo-stack .fenix-promo-dismiss {
  color: rgba(255, 255, 255, 0.9);
}

.fenix-promo-stack .fenix-promo-dismiss:hover {
  color: #fff;
}

.fenix-script-logo {
  color: #041226 !important;
  font-weight: 800;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem) !important;
  letter-spacing: -0.02em;
}

.fenix-script-logo:hover {
  color: var(--fenix-orange) !important;
}

.fenix-main-header {
  background: #fff;
  border-bottom: none;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 100;
}

.fenix-header-top {
  background: #fff;
  border-bottom: 1px solid var(--fenix-border);
  box-shadow: 0 1px 6px rgba(4, 18, 38, 0.06);
}

.fenix-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.fenix-header-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.25rem 0;
}

@media (min-width: 992px) {
  .fenix-header-bar {
    min-height: 62px;
  }
}

.fenix-header-search {
  flex: 1 1 auto;
  max-width: 640px;
  margin: 0 auto;
}

.fenix-header-search input {
  border: 2px solid var(--fenix-border);
  background: #fff;
  color: #1e2a3a;
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
  border-radius: 4px 0 0 4px !important;
  height: 40px;
}

.fenix-header-search input:focus {
  border-color: var(--fenix-orange);
  box-shadow: 0 0 0 3px var(--fenix-accent-glow);
  outline: none;
}

.fenix-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--fenix-orange) !important;
  border-color: var(--fenix-orange) !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 0 4px 4px 0 !important;
  padding: 0 1.1rem !important;
  height: 40px;
  min-width: 40px;
}

.fenix-search-submit-text {
  display: none;
}

@media (min-width: 1100px) {
  .fenix-search-submit-text {
    display: inline;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}

.fenix-search-submit:hover {
  background: var(--fenix-orange-dark) !important;
  filter: none;
}

.fenix-search-autocomplete--dark .fenix-search-ac-panel {
  background: #fff;
  border: 1px solid var(--fenix-border);
  color: #1e2a3a;
  box-shadow: 0 8px 24px rgba(4, 18, 38, 0.12);
  border-radius: 4px;
}

.fenix-search-autocomplete--dark .fenix-search-ac-item:hover {
  background: #e8f4fd;
}

.fenix-search-autocomplete--dark .fenix-search-ac-footer {
  background: #f0f6fc;
  color: var(--fenix-orange) !important;
}

.fenix-header-tools {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.fenix-header-account {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  text-decoration: none !important;
  color: #1e2a3a !important;
  transition: background 0.15s ease;
}

.fenix-header-account:hover {
  background: #e8f4fd;
  color: var(--fenix-orange) !important;
}

.fenix-header-tool-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--fenix-orange);
}

.fenix-header-account-text {
  display: none;
  flex-direction: column;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .fenix-header-account-text {
    display: flex;
  }
}

.fenix-header-account-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #1e2a3a;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fenix-header-account-sub {
  font-size: 0.65rem;
  color: var(--fenix-muted);
}

.fenix-header-cart-block {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-left: 0.35rem;
  border-left: 1px solid var(--fenix-border);
  margin-left: 0.15rem;
}

.fenix-header-cart-block .fenix-cart-dock {
  line-height: 0;
  overflow: visible;
  padding-top: 5px;
  padding-right: 5px;
  margin-top: -5px;
  margin-right: -5px;
}

.fenix-header-cart-block .fenix-cart-trigger.fenix-icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--fenix-border);
  background: #fff;
  color: var(--fenix-orange) !important;
}

.fenix-header-cart-block .fenix-cart-trigger.fenix-icon-btn:hover {
  border-color: var(--fenix-orange);
  background: #e8f4fd;
}

.fenix-header-cart-label {
  display: none;
  flex-direction: column;
  text-decoration: none !important;
  color: #1e2a3a !important;
  line-height: 1.2;
  padding: 0.2rem 0.35rem;
  border-radius: 4px;
}

.fenix-header-cart-label:hover {
  background: #e8f4fd;
  color: var(--fenix-orange) !important;
}

@media (min-width: 992px) {
  .fenix-header-cart-label {
    display: flex;
  }
}

.fenix-header-cart-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: inherit;
}

.fenix-header-cart-sub {
  font-size: 0.65rem;
  color: var(--fenix-muted);
}

/* ── Carrito header (icono + vista rápida) ── */
.fenix-cart-dock {
  position: relative;
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
  overflow: visible;
}

.fenix-cart-trigger.fenix-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 6px;
  text-decoration: none !important;
  position: relative;
  flex-shrink: 0;
  overflow: visible;
}

.fenix-cart-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  line-height: 0;
}

.fenix-cart-trigger-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  max-width: 100%;
  max-height: 100%;
}

.fenix-cart-qty-chip {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--fenix-deal);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 0 0 2px #fff;
}

.fenix-cart-preview {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(360px, calc(100vw - 1.5rem));
  z-index: 120;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(4, 18, 38, 0.14);
  padding: 0.85rem;
  line-height: 1.45;
}

.fenix-cart-dock--has:hover .fenix-cart-preview,
.fenix-cart-dock--has:focus-within .fenix-cart-preview {
  display: block;
}

body.is-cart-page .fenix-cart-preview {
  display: none !important;
}

.fenix-mini-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--fenix-border);
}

.fenix-mini-cart-head-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #041226;
}

.fenix-mini-cart-head-qty {
  font-size: 0.72rem;
  color: var(--fenix-muted);
}

.fenix-mini-cart-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  gap: 0.55rem;
  align-items: start;
  padding: 0.55rem 0;
}

.fenix-mini-cart-thumb-wrap {
  display: block;
  line-height: 0;
}

.fenix-mini-cart-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.fenix-mini-cart-row + .fenix-mini-cart-row {
  border-top: 1px solid #eef2f7;
}

.fenix-mini-cart-thumb,
.fenix-mini-cart-thumb-ph {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  object-fit: cover;
  background: #f8fafc;
  display: block;
}

.fenix-mini-cart-thumb-ph {
  border: 1px solid var(--fenix-border);
}

.fenix-mini-cart-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #041226;
  text-decoration: none;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fenix-mini-cart-variant {
  display: block;
  font-size: 0.68rem;
  line-height: 1.3;
  color: var(--fenix-muted);
}

.fenix-mini-cart-prices {
  display: block;
  font-size: 0.72rem;
  line-height: 1.35;
  color: #334155;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fenix-mini-cart-addmore {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--fenix-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  color: var(--fenix-orange);
  text-decoration: none !important;
  align-self: center;
}

.fenix-mini-cart-foot {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--fenix-border);
}

.fenix-mini-cart-sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-bottom: 0.65rem;
}

.fenix-mini-cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.fenix-mini-cart-viewall,
.fenix-mini-cart-checkout {
  display: block;
  text-align: center;
  padding: 0.5rem 0.65rem;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none !important;
}

.fenix-mini-cart-viewall {
  border: 1px solid var(--fenix-border);
  color: #334155 !important;
}

.fenix-mini-cart-checkout {
  background: var(--fenix-orange);
  color: #fff !important;
}

/* ── Página carrito ── */
body.fenix-store .fenix-cart-page-wrap {
  margin: 0 auto;
  max-width: 1100px;
}

body.fenix-store .cart-img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  background: #f8fafc;
}

body.fenix-store .cart-img--ph {
  display: block;
  border: 1px solid var(--fenix-border);
}

body.fenix-store .qty-input {
  width: 90px;
  min-height: 38px;
}

body.fenix-store .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.45rem 0;
}

body.fenix-store .fenix-cart-summary .card-body {
  padding: 1.15rem;
}

body.fenix-store .fenix-cart-empty {
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 10px;
}

.fenix-drawer-mobile {
  background: #fff;
  border-top: 1px solid var(--fenix-border);
}

.fenix-drawer-btn-primary {
  background: var(--fenix-orange) !important;
  border-color: var(--fenix-orange) !important;
  color: #fff !important;
}

.fenix-drawer-btn-primary:hover {
  background: var(--fenix-orange-dark) !important;
  color: #fff !important;
}

/* Barra departamentos — ancho completo */
.fenix-shop-nav-rail {
  background: linear-gradient(135deg, #041226 0%, #062c5d 55%, #020a18 100%);
  border-top: none;
  padding: 0;
}

.fenix-shop-nav-rail .fenix-header-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.fenix-desktop-shop-nav {
  padding: 0;
  min-height: 34px;
}

.fenix-shop-nav-strip {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fenix-shop-nav-strip > li {
  list-style: none;
}

.fenix-shop-nav-strip > li::marker {
  content: none;
}

.fenix-shop-nav-strip::-webkit-scrollbar {
  display: none;
}

.fenix-shop-nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.42rem 0.7rem !important;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.fenix-shop-nav-link:hover {
  color: #fff !important;
  background: rgba(11, 126, 189, 0.18);
  border-bottom-color: var(--fenix-orange);
}

.fenix-shop-nav-catalog--active {
  background: rgba(11, 126, 189, 0.22) !important;
  color: #7ec8f7 !important;
  border-bottom-color: #7ec8f7 !important;
}

.fenix-catalog-switch {
  display: none !important;
}

.fenix-megamenu-toggle {
  color: #fff !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.fenix-megamenu.dropdown-menu {
  border-radius: 0 0 6px 6px;
  border: 1px solid var(--fenix-border);
  box-shadow: 0 12px 32px rgba(4, 18, 38, 0.15);
}

.fenix-megamenu-intro-kicker {
  color: var(--fenix-orange) !important;
}

.fenix-megamenu-intro-title {
  color: #041226 !important;
}

.fenix-megamenu.dropdown-menu {
  min-width: min(420px, 92vw);
  max-width: 480px;
}

.fenix-megamenu-filter {
  font-size: 0.78rem !important;
  border-radius: 6px !important;
}

.fenix-megamenu-grid-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  max-height: min(360px, 52vh);
  overflow-y: auto;
}

.fenix-megamenu-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.55rem !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  color: #334 !important;
}

.fenix-megamenu-link:hover {
  background: #f5f9fd !important;
  color: var(--fenix-orange) !important;
}

.fenix-megamenu-link-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fenix-megamenu-link-count {
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--fenix-muted);
}

.fenix-drawer-mobile-nav .fenix-nav-list a {
  color: #1e2a3a !important;
}

/* ── Footer retail ── */
.fenix-site-footer {
  background: #041226;
  border-top: 3px solid var(--fenix-orange);
  color: rgba(255, 255, 255, 0.82);
  margin-top: 2rem;
}

.fenix-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.fenix-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  padding: 2.25rem 0 1.5rem;
}

@media (min-width: 576px) {
  .fenix-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .fenix-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.fenix-footer-col h6 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.85rem;
}

.fenix-footer-blurb {
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  max-width: 36ch;
}

.fenix-footer-col--brand .fenix-footer-logo-wrap {
  max-width: 320px;
}

.fenix-footer-brand-name {
  color: #fff;
  font-size: 1.1rem;
}

.fenix-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fenix-footer-links li + li {
  margin-top: 0.45rem;
}

.fenix-footer-links a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.84rem;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.fenix-footer-links a:hover {
  color: #7ec8f7 !important;
}

.fenix-footer-links span {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.55);
}

.fenix-footer-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.fenix-footer-seals-band {
  background: #f4f7fb;
  border-top: 1px solid rgba(4, 18, 38, 0.08);
  padding: 1rem 0 1.1rem;
}

.fenix-footer-seals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.75rem;
}

.fenix-footer-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.fenix-footer-seal:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.fenix-footer-seal img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 52px;
  width: auto;
}

.fenix-footer-seal--ekomi img {
  max-height: 72px;
}

.fenix-footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 0.85rem 1rem;
  padding: 1rem 0 1.35rem;
  text-align: center;
}

@media (min-width: 768px) {
  .fenix-footer-bottom {
    grid-template-columns: 1fr auto 1fr;
    justify-items: stretch;
    text-align: left;
    padding-bottom: 1.35rem;
  }
}

.fenix-footer-copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  justify-self: center;
}

@media (min-width: 768px) {
  .fenix-footer-copy {
    justify-self: start;
    align-self: center;
  }
}

.fenix-footer-social-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  justify-self: center;
}

.fenix-footer-social-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.fenix-footer-social-row {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.fenix-footer-reviews-link {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: color 0.15s ease;
}

.fenix-footer-reviews-link:hover {
  color: #7ec8f7;
}

.fenix-footer-bottom-spacer {
  display: none;
}

@media (min-width: 768px) {
  .fenix-footer-bottom-spacer {
    display: block;
  }
}

.fenix-footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75) !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.fenix-footer-social-btn:hover {
  background: var(--fenix-orange);
  color: #fff !important;
}


/* ── Grid categorías ── */
.cp-cat-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 0.5rem;
}

.cp-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.cp-section-head h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #041226;
  margin: 0;
}

.cp-section-head a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--fenix-orange) !important;
}

.cp-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.65rem;
}

@media (min-width: 768px) {
  .cp-cat-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.85rem;
  }
}

.cp-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0.65rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  color: #1e2a3a !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  min-height: 110px;
}

.cp-cat-tile:hover {
  border-color: var(--fenix-orange);
  box-shadow: 0 4px 12px var(--fenix-accent-glow);
  transform: translateY(-2px);
  color: var(--fenix-orange) !important;
}

.cp-cat-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.cp-cat-name {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* ── Catálogo / productos ── */
.fenix-main-block {
  max-width: 1400px;
  padding: 1rem 1.25rem 2.5rem;
}

.fenix-catalog-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.fenix-section-kicker {
  color: var(--fenix-deal);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.fenix-section-title {
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 800;
  color: #041226;
}

.fenix-tech-categories {
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.fenix-tech-categories a {
  border-radius: 4px;
  border-color: var(--fenix-border);
  background: #fff;
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #556;
}

.fenix-tech-categories a:hover {
  background: var(--fenix-orange);
  border-color: var(--fenix-orange);
  color: #fff;
  box-shadow: none;
}

.fenix-catalog-filters {
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 6px;
  padding: 0.75rem;
}

.fenix-catalog-filters input,
.fenix-catalog-filters select {
  border-radius: 4px !important;
  border-color: var(--fenix-border);
}

.fenix-catalog-filters button {
  background: var(--fenix-orange);
  color: #fff !important;
  border-radius: 4px !important;
}

.fenix-catalog-filters button:hover {
  background: var(--fenix-orange-dark);
}

.fenix-product-grid {
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}

@media (min-width: 1200px) { .fenix-product-grid { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1400px) { .fenix-product-grid { grid-template-columns: repeat(6, 1fr); } }

.fenix-product-card {
  border: 1px solid var(--fenix-border);
  border-radius: 6px;
  box-shadow: none;
  transition: box-shadow 0.15s ease;
}

.fenix-product-card:hover {
  box-shadow: 0 4px 16px rgba(4, 18, 38, 0.1);
  transform: none;
  border-color: #bcc8d8;
}

.fenix-product-card .fenix-media {
  background: #fff;
  aspect-ratio: 1 / 1;
}

.fenix-product-card .fenix-media img {
  padding: 0.5rem;
  object-fit: contain;
}

.fenix-sale-disc {
  width: auto;
  height: auto;
  min-width: 36px;
  border-radius: 3px;
  padding: 0.2rem 0.4rem;
  background: var(--fenix-deal);
  color: #fff;
  font-size: 0.65rem;
}

.fenix-product-card .fenix-product-title {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 0.5rem 0.65rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
}

.fenix-product-card .fenix-product-title a {
  color: #1e2a3a !important;
}

.fenix-product-card .fenix-product-title a:hover {
  color: var(--fenix-orange) !important;
}

.fenix-product-brand {
  display: block;
  padding: 0 0.65rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--fenix-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fenix-product-card .fenix-price-line {
  padding: 0.35rem 0.65rem 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #041226;
}

.fenix-compare-at {
  font-size: 0.75rem;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  margin-left: 0.35rem;
}

.fenix-variant-badge {
  margin: 0.25rem 0.65rem 0;
  padding: 0.15rem 0.4rem;
  font-size: 0.6rem;
  background: #f0f4f8;
  color: #6b7a8f;
  border-radius: 3px;
}

.fenix-card-foot {
  padding: 0.5rem 0.65rem 0.65rem;
}

.fenix-product-card .fenix-cta-mini {
  width: 100%;
  margin: 0;
  padding: 0.45rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--fenix-orange);
  color: var(--fenix-orange) !important;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fenix-product-card .fenix-cta-mini:hover {
  background: var(--fenix-orange);
  color: #fff !important;
}

.fenix-pagination .is-current {
  background: var(--fenix-orange);
  color: #fff !important;
}

/* ── Footer (ver bloque retail arriba) ── */
/* ── PDP ── */
body.fenix-store .fenix-breadcrumb-nav .breadcrumb-item a {
  color: var(--fenix-orange);
  text-decoration: none;
  font-weight: 600;
}

body.fenix-store .fenix-breadcrumb-nav .breadcrumb-item a:hover {
  text-decoration: underline;
}

body.fenix-store .fenix-breadcrumb-nav .breadcrumb-item.active {
  color: #64748b;
}

body.fenix-store .fenix-pdp-layout {
  --fenix-pdp-border: rgba(4, 18, 38, 0.1);
  --fenix-pdp-r: 10px;
  --fenix-pdp-card-r: 12px;
}

body.fenix-store .fenix-pdp-col-gallery {
  min-width: 0;
}

body.fenix-store .fenix-pdp-viewer-shell {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid var(--fenix-border);
  border-radius: var(--fenix-pdp-card-r);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: default;
}

body.fenix-store .fenix-pdp-viewer-shell .viewer-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--fenix-border);
}

body.fenix-store .fenix-pdp-viewer-shell .product-detail-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(420px, 52vh);
  object-fit: contain;
  margin: 0 auto;
  transform: none !important;
  border-radius: 8px;
  background: #fff;
}

body.fenix-store .product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
  width: 100%;
}

body.fenix-store .fenix-gallery-thumb {
  padding: 0;
  width: 72px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

body.fenix-store .fenix-gallery-thumb--active {
  border-color: var(--fenix-orange);
}

body.fenix-store .fenix-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}

body.fenix-store .fenix-pdp-gallery-hint.viewer-hint {
  position: relative;
  margin-top: 0.75rem;
  font-size: 0.68rem;
  color: var(--fenix-muted);
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

body.fenix-store .fenix-pdp-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.fenix-store .fenix-pdp-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #475569;
  background: #eef2f7;
  border: 1px solid var(--fenix-border);
}

body.fenix-store .fenix-pdp-title {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0.6rem 0 0.35rem;
  color: #041226;
}

body.fenix-store .fenix-pdp-brand {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 1rem;
}

body.fenix-store .fenix-pdp-price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.85rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--fenix-border);
}

body.fenix-store .fenix-pdp-price-current {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  color: #041226;
}

body.fenix-store .fenix-pdp-price-was {
  font-size: 1rem;
  text-decoration: line-through;
  color: #94a3b8;
}

body.fenix-store .fenix-pdp-desc {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 1.5rem;
}

body.fenix-store .fenix-pdp-buy-box-inner {
  padding: 1.1rem;
  border-radius: var(--fenix-pdp-card-r);
  border: 1px solid var(--fenix-border);
  background: #fff;
}

body.fenix-store .fenix-pdp-buy-heading,
body.fenix-store .fenix-pdp-cart-heading {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.85rem;
}

body.fenix-store .fenix-pdp-picker__title {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

body.fenix-store .fenix-pdp-picker__value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

body.fenix-store .fenix-pdp-picker__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.55rem;
}

body.fenix-store .fenix-pdp-picker + .fenix-pdp-picker {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #e2e8f0;
}

body.fenix-store .fenix-pdp-swatches,
body.fenix-store .fenix-pdp-sizes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

body.fenix-store .fenix-pdp-pickers--disabled .fenix-pdp-swatch,
body.fenix-store .fenix-pdp-pickers--disabled .fenix-pdp-size-btn {
  opacity: 0.45;
  cursor: not-allowed;
}

body.fenix-store .fenix-pdp-swatch {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 2px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #e2e8f0;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.fenix-store .fenix-pdp-swatch:hover:not(:disabled) {
  border-color: #94a3b8;
}

body.fenix-store .fenix-pdp-swatch:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(30, 111, 217, 0.45);
}

body.fenix-store .fenix-pdp-swatch.is-selected {
  border-color: #1e6fd9;
  box-shadow: 0 0 0 1px #1e6fd9;
}

body.fenix-store .fenix-pdp-swatch:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body.fenix-store .fenix-pdp-swatch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  background: #fff;
}

body.fenix-store .fenix-pdp-swatch-fallback {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

body.fenix-store .fenix-pdp-size-btn {
  flex: 0 0 auto;
  min-width: 2.5rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--fenix-border);
  border-radius: 6px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
}

body.fenix-store .fenix-pdp-size-btn.is-selected {
  border-color: var(--fenix-orange);
  background: rgba(30, 111, 217, 0.1);
  color: var(--fenix-orange);
}

body.fenix-store .fenix-pdp-cart-btn.btn-primary {
  background: var(--fenix-orange);
  border-color: var(--fenix-orange);
}

/* ── PDP estilo Cyberpuerta (cp-pdp) ── */
body.fenix-store .cp-pdp-gallery-wrap {
  position: relative;
}

body.fenix-store .cp-pdp-discount-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: #e11d48;
  box-shadow: 0 2px 8px rgba(225, 29, 72, 0.35);
}

body.fenix-store .cp-pdp-viewer.fenix-pdp-viewer-shell {
  padding: 1.25rem;
  background: #fff;
}

body.fenix-store .cp-pdp-thumbs {
  margin-top: 1rem;
  gap: 0.65rem;
}

body.fenix-store .cp-pdp-thumb.fenix-gallery-thumb {
  width: 76px;
  height: 76px;
  border-radius: 6px;
  border-color: #e2e8f0;
}

body.fenix-store .cp-pdp-thumb.fenix-gallery-thumb--active {
  border-color: #1e6fd9;
  box-shadow: 0 0 0 1px #1e6fd9;
}

body.fenix-store .cp-pdp-brand {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1e6fd9;
}

body.fenix-store .cp-pdp-title.fenix-pdp-title {
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: #0f172a;
}

body.fenix-store .cp-pdp-sku {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: #64748b;
}

body.fenix-store .cp-pdp-delivery {
  margin-bottom: 1.1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

body.fenix-store .cp-pdp-delivery__line {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #334155;
}

body.fenix-store .cp-pdp-delivery__line + .cp-pdp-delivery__line {
  margin-top: 0.35rem;
}

body.fenix-store .cp-pdp-delivery__label {
  font-weight: 700;
  color: #0f172a;
}

body.fenix-store .cp-pdp-delivery__eta {
  color: #16a34a;
  font-weight: 600;
}

body.fenix-store .cp-pdp-price-panel {
  margin-bottom: 0.65rem;
}

body.fenix-store .cp-pdp-price-was {
  margin: 0 0 0.15rem;
  font-size: 1rem;
  color: #94a3b8;
  text-decoration: line-through;
}

body.fenix-store .cp-pdp-price-now {
  margin: 0;
}

body.fenix-store .cp-pdp-price-now .fenix-pdp-price-current {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

body.fenix-store .cp-pdp-stock {
  margin: 0 0 1.15rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #16a34a;
}

body.fenix-store .cp-pdp-stock--oos {
  color: #dc2626;
}

body.fenix-store .cp-pdp-buy-inner.fenix-pdp-buy-box-inner {
  padding: 1rem;
  border-radius: 10px;
  border-color: #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

body.fenix-store .cp-pdp-cart-row.fenix-pdp-cart-row {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

body.fenix-store .cp-pdp-qty.fenix-pdp-cart-qty {
  flex: 0 0 5rem;
}

body.fenix-store .cp-pdp-qty .fenix-pdp-qty {
  height: 100%;
  min-height: 48px;
  text-align: center;
  font-weight: 600;
}

body.fenix-store .cp-pdp-add-btn.fenix-pdp-cart-btn {
  flex: 1 1 auto;
  min-height: 48px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;
}

body.fenix-store .cp-pdp-add-btn.btn-primary {
  background: #1e6fd9;
  border-color: #1e6fd9;
}

body.fenix-store .cp-pdp-add-btn.btn-primary:hover:not(:disabled) {
  background: #185bb5;
  border-color: #185bb5;
}

body.fenix-store .cp-pdp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.82rem;
  color: #475569;
}

body.fenix-store .cp-pdp-trust-strip a {
  color: #1e6fd9;
  font-weight: 600;
  text-decoration: none;
}

body.fenix-store .cp-pdp-trust-strip a:hover {
  text-decoration: underline;
}

body.fenix-store .cp-pdp-sections {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
}

body.fenix-store .cp-pdp-section {
  padding: 1.25rem 1.35rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

body.fenix-store .cp-pdp-section__title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

body.fenix-store .cp-pdp-spec-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.65;
}

body.fenix-store .cp-pdp-spec-list li + li {
  margin-top: 0.35rem;
}

body.fenix-store .cp-pdp-warranty {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #334155;
}

body.fenix-store .cp-pdp-warranty p {
  margin: 0 0 0.65rem;
}

body.fenix-store .cp-pdp-warranty a {
  color: #1e6fd9;
  font-weight: 600;
  text-decoration: none;
}

body.fenix-store .cp-pdp-warranty a:hover {
  text-decoration: underline;
}

body.fenix-store .cp-pdp-warranty__brand {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #e2e8f0;
  font-size: 0.84rem;
  color: #64748b;
}

body.fenix-store .cp-pdp-details-body.fenix-pdp-desc {
  margin: 0;
  white-space: pre-line;
}

@media (min-width: 992px) {
  body.fenix-store .cp-pdp-summary {
    position: sticky;
    top: 1rem;
  }
}

.fenix-checkout-submit {
  background: var(--fenix-orange) !important;
  border-radius: 4px !important;
  color: #fff !important;
}

.fenix-checkout-submit:hover {
  background: var(--fenix-orange-dark) !important;
}

.fenix-scroll-top-btn,
.fenix-reviews-chip {
  background: var(--fenix-orange);
  color: #fff;
}

/* ── Help widget (estilo Cyberpuerta) ── */
.fenix-help-tab {
  position: fixed;
  right: 1rem;
  bottom: 0;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem 0.65rem;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #1e6fd9;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 -2px 12px rgba(4, 18, 38, 0.18);
  cursor: pointer;
  transition: background 0.15s ease;
}

.fenix-help-tab:hover {
  background: #1859b0;
}

.fenix-help-panel {
  position: fixed;
  right: 1rem;
  bottom: 3.25rem;
  z-index: 96;
  width: min(360px, calc(100vw - 2rem));
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f7;
  box-shadow: 0 12px 40px rgba(4, 18, 38, 0.22);
}

.fenix-help-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  background: #1e6fd9;
  color: #fff;
}

.fenix-help-panel-brand {
  min-width: 0;
}

.fenix-help-panel-logo {
  display: block;
  max-height: 28px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}

.fenix-help-panel-logo--dark { display: none; }

.fenix-help-panel-name {
  font-size: 0.9rem;
  font-weight: 800;
}

.fenix-help-panel-close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.fenix-help-panel-body {
  padding: 0.65rem;
  display: grid;
  gap: 0.55rem;
  max-height: min(70vh, 420px);
  overflow-y: auto;
}

.fenix-help-card {
  background: #fff;
  border-radius: 10px;
  padding: 0.75rem;
  box-shadow: 0 1px 4px rgba(4, 18, 38, 0.06);
}

.fenix-help-card-title {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #041226;
}

.fenix-help-card-desc {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748b;
}

.fenix-help-card-head + .fenix-help-card-desc {
  margin-top: 0.35rem;
}

.fenix-help-msg {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none !important;
  color: inherit;
}

.fenix-help-msg-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #dbe4ef;
  color: #1e6fd9;
}

.fenix-help-msg-text strong {
  display: block;
  font-size: 0.8rem;
  color: #041226;
}

.fenix-help-msg-text span {
  display: block;
  font-size: 0.72rem;
  color: #64748b;
}

.fenix-help-msg-fallback {
  font-size: 0.75rem;
  color: #64748b;
}

.fenix-help-faq {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fenix-help-faq li + li {
  border-top: 1px solid #eef2f7;
}

.fenix-help-faq a {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.6rem 0;
  text-decoration: none !important;
  color: inherit;
}

.fenix-help-faq a:hover .fenix-help-faq-text strong {
  color: #1e6fd9;
}

.fenix-help-faq-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.fenix-help-faq-text strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.3;
}

.fenix-help-faq-text span {
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.4;
  color: #64748b;
}

.fenix-help-faq-ico {
  flex-shrink: 0;
  display: inline-flex;
  margin-top: 0.1rem;
  color: #1e6fd9;
}

.fenix-scroll-top-btn {
  bottom: 3.5rem;
}

.fenix-site-footer {
  padding-bottom: 0.25rem;
}

/* ═══════════════════════════════════════════════════════════════
   HOME PAGE
   ═══════════════════════════════════════════════════════════════ */

.home-hero {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(4, 18, 38, 0.08);
}

.home-hero-carousel {
  position: relative;
  width: 100%;
  min-height: 320px;
  max-height: 480px;
}

@media (min-width: 768px) { .home-hero-carousel { min-height: 400px; max-height: 520px; } }

.home-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: scale(1.05);
  display: flex;
  align-items: center;
  z-index: 0;
}

.home-hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }

.home-hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  max-width: 580px;
  color: #fff;
}

@media (min-width: 768px) { .home-hero-content { padding: 3rem 2.5rem; } }
@media (min-width: 992px) { .home-hero-content { padding: 4rem 3.5rem; } }

.home-hero-badge {
  display: inline-block;
  background: var(--fenix-orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.home-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.65rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.home-hero-subtitle {
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.25rem;
  max-width: 480px;
}

.home-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.5rem;
  background: var(--fenix-orange);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}

.home-hero-cta:hover { background: var(--fenix-orange-dark); transform: translateY(-1px); }

.home-hero-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  z-index: 5;
}

.home-hero-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, width 0.2s ease;
}

.home-hero-dot.is-active { background: var(--fenix-orange); width: 28px; border-radius: 999px; }
.home-hero-dot:hover { background: rgba(255, 255, 255, 0.75); }

.home-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 40px; height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}

.home-hero:hover .home-hero-arrow { opacity: 1; }
.home-hero-arrow:hover { background: rgba(255, 255, 255, 0.3); }
.home-hero-arrow--prev { left: 1rem; }
.home-hero-arrow--next { right: 1rem; }
@media (max-width: 575.98px) { .home-hero-arrow { display: none; } }

.home-value-strip {
  max-width: 1400px;
  margin: 1.25rem auto 0;
  padding: 0 1.25rem;
}

.home-value-strip-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

@media (min-width: 768px) { .home-value-strip-inner { grid-template-columns: repeat(4, 1fr); } }

.home-value-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-value-card:hover { box-shadow: 0 4px 12px var(--fenix-accent-glow); transform: translateY(-1px); }

.home-value-card strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #041226;
  margin-bottom: 0.1rem;
}

.home-value-card span { display: block; font-size: 0.72rem; color: var(--fenix-muted); }

.home-value-icon-wrap {
  flex-shrink: 0;
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8f4fd;
  color: var(--fenix-orange);
}

.home-section { padding: 2.5rem 0; }
.home-section--alt { background: #fff; }

.home-section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.home-section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
}

.home-section-header--center { justify-content: center; text-align: center; }

.home-section-kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fenix-orange);
  margin-bottom: 0.25rem;
}

.home-section-header h2 { font-size: 1.35rem; font-weight: 800; color: #041226; margin: 0; }

.home-section-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--fenix-orange) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.home-section-link:hover { color: var(--fenix-orange-dark) !important; }

.home-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) { .home-cat-grid { grid-template-columns: repeat(4, 1fr); } }

.home-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.25rem 0.75rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 10px;
  text-align: center;
  text-decoration: none !important;
  color: #1e2a3a !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 130px;
}

.home-cat-tile:hover {
  border-color: var(--fenix-orange);
  box-shadow: 0 6px 16px var(--fenix-accent-glow);
  transform: translateY(-3px);
  color: var(--fenix-orange) !important;
}

.home-cat-icon { font-size: 2rem; line-height: 1; }
.home-cat-name { font-size: 0.78rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; }
.home-cat-count { font-size: 0.65rem; color: var(--fenix-muted); font-weight: 500; }

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.85rem;
}

@media (min-width: 992px) { .home-product-grid { grid-template-columns: repeat(4, 1fr); } }

.home-product-card {
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.home-product-card:hover { box-shadow: 0 8px 24px rgba(4, 18, 38, 0.08); transform: translateY(-3px); border-color: #bcc8d8; }

.home-product-media {
  position: relative;
  background: #fafafa;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.home-product-media img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  transition: transform 0.3s ease;
}

.home-product-card:hover .home-product-media img { transform: scale(1.05); }

.home-product-badge {
  position: absolute;
  top: 0.5rem; left: 0.5rem;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
}

.home-product-badge--sale { background: var(--fenix-deal); color: #fff; }
.home-product-badge--soldout { background: #6b7a8f; color: #fff; }

.home-product-body { padding: 0.75rem; display: flex; flex-direction: column; flex: 1; }

.home-product-brand {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--fenix-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}

.home-product-title {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
}

.home-product-title a { color: #1e2a3a !important; text-decoration: none !important; }
.home-product-title a:hover { color: var(--fenix-orange) !important; }

.home-product-price { margin-top: auto; margin-bottom: 0.65rem; }
.home-product-price-current { font-size: 1.1rem; font-weight: 800; color: #041226; }
.home-product-price-old { font-size: 0.72rem; font-weight: 500; color: #999; text-decoration: line-through; margin-left: 0.35rem; }

.home-product-actions { margin-top: auto; }

.home-product-btn {
  display: block;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  border-radius: 6px;
  background: var(--fenix-orange);
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.home-product-btn:hover { background: var(--fenix-orange-dark); }
.home-product-btn--disabled { background: #dce2eb; color: #999 !important; pointer-events: none; }

.home-deal-banner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
}

.home-deal-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  background: linear-gradient(160deg, #041226 0%, #062c5d 55%, #020a18 100%);
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}

.home-deal-text { position: relative; z-index: 2; max-width: 520px; }

.home-deal-tag {
  display: inline-block;
  background: var(--fenix-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
  letter-spacing: 0.04em;
}

.home-deal-text h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 800; margin: 0 0 0.5rem; color: #fff; }
.home-deal-text p { font-size: 0.85rem; line-height: 1.5; color: rgba(255, 255, 255, 0.7); margin: 0 0 1.25rem; }

.home-deal-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1.4rem;
  background: var(--fenix-orange);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}

.home-deal-cta:hover { background: var(--fenix-orange-dark); transform: translateY(-1px); }

.home-deal-visual {
  position: absolute;
  right: 0; top: 0;
  width: 50%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.home-deal-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.home-deal-shape--1 { width: 240px; height: 240px; background: radial-gradient(circle at 20% 20%, rgba(11,126,189,.35), transparent 42%); right: -40px; top: -60px; }
.home-deal-shape--2 { width: 160px; height: 160px; background: rgba(255,255,255,0.05); right: 80px; bottom: -30px; }
.home-deal-shape--3 { width: 80px; height: 80px; background: rgba(11,126,189,0.15); right: 180px; top: 50%; transform: translateY(-50%); }

.home-reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .home-reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .home-reviews-grid { grid-template-columns: repeat(3, 1fr); } }

.home-review-card {
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 10px;
  padding: 1.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-review-card:hover { box-shadow: 0 4px 16px var(--fenix-accent-glow); transform: translateY(-2px); }

.home-review-stars { margin-bottom: 0.6rem; font-size: 1.1rem; }
.home-star--on { color: #5bb8f0; }
.home-star--off { color: #ddd; }

.home-review-text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #556;
  font-style: italic;
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-review-author { font-size: 0.75rem; font-weight: 600; color: #1e2a3a; }

.home-cta-band { padding: 2.5rem 1.25rem; }

.home-cta-band-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, #e8f4fd 0%, #fff 100%);
  border: 1px solid var(--fenix-border);
  border-radius: 12px;
}

.home-cta-content h2 { font-size: 1.5rem; font-weight: 800; color: #041226; margin: 0 0 0.5rem; }
.home-cta-content p { font-size: 0.9rem; color: var(--fenix-muted); margin: 0 0 1.25rem; line-height: 1.5; }

.home-cta-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

.home-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}

.home-cta-btn--primary { background: var(--fenix-orange); color: #fff !important; }
.home-cta-btn--primary:hover { background: var(--fenix-orange-dark); transform: translateY(-1px); }
.home-cta-btn--secondary { background: #fff; color: #1e2a3a !important; border: 1px solid var(--fenix-border); }
.home-cta-btn--secondary:hover { border-color: var(--fenix-orange); color: var(--fenix-orange) !important; transform: translateY(-1px); }

.home-trust-row {
  max-width: 1400px;
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
}

.home-trust-row-inner { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 768px) { .home-trust-row-inner { grid-template-columns: repeat(3, 1fr); } }

.home-trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
}

.home-trust-item strong { display: block; font-size: 0.8rem; font-weight: 700; color: #041226; margin-bottom: 0.1rem; }
.home-trust-item span { display: block; font-size: 0.72rem; color: var(--fenix-muted); }

.home-trust-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border-radius: 8px;
  background: #e8f4fd;
  color: var(--fenix-orange);
}

/* ═══════════════════════════════════════════════════════════════
   SHOP PAGE
   ═══════════════════════════════════════════════════════════════ */

.shop-hero {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 12px rgba(4, 18, 38, 0.06);
}

.shop-hero-track {
  position: relative;
  width: 100%;
  min-height: 240px;
  max-height: 360px;
}

@media (min-width: 768px) { .shop-hero-track { min-height: 320px; max-height: 420px; } }

.shop-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transform: scale(1.03);
  display: flex;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  background-color: #041226;
}

.shop-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.shop-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(4, 18, 38, 0.55) 0%,
    rgba(4, 18, 38, 0.2) 50%,
    transparent 100%
  );
}

.shop-hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }

.shop-hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  max-width: 520px;
  color: #fff;
}

@media (min-width: 768px) { .shop-hero-content { padding: 2.5rem; } }

.shop-hero-chip {
  display: inline-block;
  background: var(--fenix-orange);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.shop-hero-headline {
  font-size: clamp(1.2rem, 2.8vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.4rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.shop-hero-desc {
  font-size: clamp(0.75rem, 1.1vw, 0.9rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.9rem;
  max-width: 380px;
}

.shop-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1.2rem;
  background: var(--fenix-orange);
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease;
}

.shop-hero-btn:hover { background: var(--fenix-orange-dark); }

.shop-hero-nav {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
  z-index: 5;
}

.shop-hero-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease, width 0.15s ease;
}

.shop-hero-dot.is-active { background: var(--fenix-orange); width: 22px; border-radius: 999px; }

.shop-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #041226;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: background 0.15s ease, color 0.15s ease;
}

.shop-hero-arrow:hover {
  background: var(--fenix-orange);
  color: #fff;
}

.shop-hero-arrow--prev { left: 0.65rem; }
.shop-hero-arrow--next { right: 0.65rem; }

/* ── Catalog header ── */
.shop-header {
  max-width: 1400px;
  margin: 0.85rem auto 0;
  padding: 0 1.25rem;
}

.shop-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
}

.shop-header-left { display: flex; align-items: baseline; gap: 0.5rem; flex-wrap: wrap; }
.shop-header-title { font-size: 1rem; font-weight: 800; color: #041226; margin: 0; }
.shop-header-count { font-size: 0.75rem; color: var(--fenix-muted); font-weight: 500; }

.shop-header-search { display: flex; align-items: center; }
.shop-search-wrap { position: relative; display: flex; align-items: center; }

.shop-search-ico {
  position: absolute;
  left: 0.65rem;
  color: #aaa;
  pointer-events: none;
}

.shop-search-wrap input {
  border: 1px solid var(--fenix-border);
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 0.4rem 0.6rem 0.4rem 1.85rem;
  font-size: 0.8rem;
  width: 170px;
  background: #fff;
  color: #1e2a3a;
  outline: none;
  transition: border-color 0.15s ease;
}

.shop-search-wrap input:focus { border-color: var(--fenix-orange); }
@media (min-width: 768px) { .shop-search-wrap input { width: 220px; } }

.shop-search-go {
  padding: 0.4rem 0.75rem;
  background: var(--fenix-orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background 0.15s ease;
}

.shop-search-go:hover { background: var(--fenix-orange-dark); }

.shop-search-drop {
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 6px 18px rgba(4, 18, 38, 0.08);
  z-index: 50;
  max-height: 340px;
  overflow-y: auto;
}

.shop-search-it {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.65rem;
  text-decoration: none !important;
  color: #1e2a3a !important;
  border-bottom: 1px solid #f0f4f8;
  transition: background 0.1s ease;
}

.shop-search-it:last-child { border-bottom: none; }
.shop-search-it:hover { background: #e8f4fd; }

.shop-search-it img {
  width: 32px; height: 32px;
  object-fit: contain;
  border-radius: 3px;
  background: #f5f5f5;
  flex-shrink: 0;
}

.shop-search-it strong { display: block; font-size: 0.75rem; font-weight: 600; line-height: 1.2; }
.shop-search-it small { display: block; font-size: 0.62rem; color: var(--fenix-muted); margin-top: 0.05rem; }

/* ── Filter chips (legacy) ── */
.shop-header-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* ── Catalog sidebar layout ── */
.shop-catalog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 1400px;
  margin: 0.65rem auto 0;
  padding: 0 1.25rem 1.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .shop-catalog-layout {
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 1rem;
  }
}

.shop-cat-sidebar {
  display: none;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .shop-cat-sidebar {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0.65rem;
    max-height: calc(100vh - 1.25rem);
  }
}

.shop-cat-sidebar-head {
  padding: 0.65rem 0.75rem 0.5rem;
  border-bottom: 1px solid #eef2f6;
  flex-shrink: 0;
}

.shop-cat-sidebar-title {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #041226;
}

.shop-cat-filter {
  width: 100%;
  padding: 0.35rem 0.55rem;
  font-size: 0.75rem;
  border: 1px solid var(--fenix-border);
  border-radius: 6px;
  outline: none;
}

.shop-cat-filter:focus {
  border-color: var(--fenix-orange);
  box-shadow: 0 0 0 2px rgba(242, 101, 34, 0.15);
}

.shop-cat-list {
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.25rem 0;
}

.shop-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.42rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #445 !important;
  text-decoration: none !important;
  border-left: 3px solid transparent;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.shop-cat-row:hover {
  background: #f5f9fd;
  color: var(--fenix-orange) !important;
}

.shop-cat-row--on {
  background: #fff4ee;
  border-left-color: var(--fenix-orange);
  color: #041226 !important;
}

.shop-cat-row-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
}

.shop-cat-row-count {
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--fenix-muted);
  background: #f0f4f8;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
}

.shop-cat-row--on .shop-cat-row-count {
  background: rgba(242, 101, 34, 0.15);
  color: var(--fenix-orange);
}

.shop-catalog-main {
  min-width: 0;
}

.shop-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.shop-cat-mobile {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex: 1 1 auto;
  min-width: 0;
}

@media (min-width: 992px) {
  .shop-cat-mobile { display: none; }
}

.shop-cat-mobile-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--fenix-muted);
  white-space: nowrap;
}

.shop-cat-select {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid var(--fenix-border);
  border-radius: 6px;
  background: #fff;
  color: #334;
}

.shop-grid--in-layout {
  max-width: none;
  margin: 0;
  padding: 0;
}

.shop-header-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 0.3rem; flex: 1; min-width: 0; }

.shop-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.25rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--fenix-border);
  color: #556 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.12s ease;
}

.shop-chip:hover { border-color: var(--fenix-orange); color: var(--fenix-orange) !important; }
.shop-chip--on { background: var(--fenix-orange); border-color: var(--fenix-orange); color: #fff !important; }
.shop-chip--ghost { color: var(--fenix-muted) !important; }

.shop-select {
  padding: 0.25rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  border: 1px solid var(--fenix-border);
  border-radius: 999px;
  background: #fff;
  color: #556;
  cursor: pointer;
  outline: none;
  transition: border-color 0.15s ease;
}

.shop-select:hover { border-color: var(--fenix-orange); }

/* ── Product grid ── */
.shop-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.65rem 1.25rem 1.5rem;
}

.shop-grid-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) { .shop-grid-items { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .shop-grid-items { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1200px) { .shop-grid-items { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1400px) { .shop-grid-items { grid-template-columns: repeat(6, 1fr); } }

.shop-card {
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.shop-card:hover { box-shadow: 0 6px 20px rgba(4, 18, 38, 0.07); transform: translateY(-2px); }

.shop-card-media {
  position: relative;
  background: #fafafa;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.shop-card-media img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 0.55rem;
  transition: transform 0.25s ease;
}

.shop-card:hover .shop-card-media img { transform: scale(1.05); }

.shop-tag {
  position: absolute;
  top: 0.4rem; left: 0.4rem;
  z-index: 2;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
}

.shop-tag--hot { background: var(--fenix-deal); color: #fff; }
.shop-tag--off { background: #6b7a8f; color: #fff; }

.shop-fav {
  position: absolute;
  top: 0.4rem; right: 0.4rem;
  z-index: 2;
  width: 28px; height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #999;
  transition: all 0.15s ease;
  opacity: 0;
}

.shop-card:hover .shop-fav { opacity: 1; }
.shop-fav:hover { background: #fff; color: var(--fenix-deal); }

.shop-card-body { padding: 0.55rem 0.6rem; display: flex; flex-direction: column; flex: 1; }

.shop-card-brand {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  color: var(--fenix-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.1rem;
}

.shop-card-name {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2em;
}

.shop-card-name a { color: #1e2a3a !important; text-decoration: none !important; }
.shop-card-name a:hover { color: var(--fenix-orange) !important; }

.shop-card-pricing { margin-bottom: 0.3rem; }
.shop-card-price { font-size: 1.2rem; font-weight: 800; color: #041226; line-height: 1.15; }
.shop-card-old { font-size: 0.75rem; font-weight: 500; color: #aaa; text-decoration: line-through; margin-left: 0.25rem; }

.shop-card-vars {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 500;
  color: var(--fenix-muted);
  background: #f0f4f8;
  padding: 0.08rem 0.35rem;
  border-radius: 3px;
  margin-bottom: 0.35rem;
}

.shop-card-act { margin-top: auto; }

.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border-radius: 5px;
  transition: background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.shop-btn--full { width: 100%; padding: 0.4rem; background: var(--fenix-orange); color: #fff !important; }
.shop-btn--full:hover { background: var(--fenix-orange-dark); }
.shop-btn--off { width: 100%; padding: 0.4rem; background: #dce2eb; color: #aaa !important; pointer-events: none; }
.shop-btn--brand { padding: 0.5rem 1.2rem; background: var(--fenix-orange); color: #fff !important; }
.shop-btn--brand:hover { background: var(--fenix-orange-dark); }
.shop-btn--outline { padding: 0.5rem 1.2rem; background: #fff; color: #1e2a3a !important; border: 1px solid var(--fenix-border); }
.shop-btn--outline:hover { border-color: var(--fenix-orange); color: var(--fenix-orange) !important; }

/* ── Pagination ── */
.shop-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding: 0.6rem 0.85rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
}

.shop-pages-info { font-size: 0.75rem; color: var(--fenix-muted); }
.shop-pages-list { display: flex; align-items: center; gap: 0.2rem; }

.shop-pg-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #556 !important;
  text-decoration: none !important;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.12s ease;
}

.shop-pg-link:hover { border-color: var(--fenix-border); color: var(--fenix-orange) !important; }
.shop-pg-link--on { background: var(--fenix-orange); color: #fff !important; border-color: var(--fenix-orange); }
.shop-pg-link--on:hover { color: #fff !important; }
.shop-pg-etc { padding: 0.3rem 0.2rem; color: #aaa; font-size: 0.75rem; }

/* ── Empty state ── */
.shop-null { text-align: center; padding: 2.5rem 1rem; }
.shop-null-ico { color: #ddd; margin-bottom: 0.75rem; }
.shop-null h3 { font-size: 1.05rem; font-weight: 700; color: #1e2a3a; margin: 0 0 0.3rem; }
.shop-null p { font-size: 0.82rem; color: var(--fenix-muted); margin: 0 0 1rem; }
.shop-null .shop-btn { display: inline-flex; padding: 0.5rem 1.2rem; background: var(--fenix-orange); color: #fff !important; border-radius: 6px; }

/* ── CTA strip ── */
.shop-strip { max-width: 1400px; margin: 0 auto; padding: 0 1.25rem 1.5rem; }

.shop-strip-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(135deg, #e8f4fd 0%, #fff 100%);
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
}

.shop-strip-text h3 { font-size: 1rem; font-weight: 800; color: #041226; margin: 0 0 0.15rem; }
.shop-strip-text p { font-size: 0.8rem; color: var(--fenix-muted); margin: 0; }
.shop-strip-acts { display: flex; gap: 0.5rem; flex-shrink: 0; }
@media (max-width: 575.98px) { .shop-strip-acts { width: 100%; } .shop-strip-acts .shop-btn { flex: 1; justify-content: center; } }

/* ── Reviews ── */
.shop-rvws { background: #fff; border-top: 1px solid var(--fenix-border); border-bottom: 1px solid var(--fenix-border); padding: 2rem 0; }
.shop-rvws-inner { max-width: 1400px; margin: 0 auto; padding: 0 1.25rem; }
.shop-rvws-head { text-align: center; margin-bottom: 1.1rem; }
.shop-rvws-label { display: block; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fenix-orange); margin-bottom: 0.2rem; }
.shop-rvws-head h2 { font-size: 1.15rem; font-weight: 800; color: #041226; margin: 0; }
.shop-rvws-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .shop-rvws-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .shop-rvws-grid { grid-template-columns: repeat(3, 1fr); } }

.shop-rvw-card { background: #fff; border: 1px solid var(--fenix-border); border-radius: 8px; padding: 1rem; transition: box-shadow 0.15s ease; }
.shop-rvw-card:hover { box-shadow: 0 3px 12px var(--fenix-accent-glow); }
.shop-rvw-stars { margin-bottom: 0.4rem; font-size: 0.95rem; }
.shop-rvw-on { color: #5bb8f0; }
.shop-rvw-off { color: #ddd; }
.shop-rvw-body { font-size: 0.8rem; line-height: 1.45; color: #556; font-style: italic; margin: 0 0 0.6rem; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.shop-rvw-author { font-size: 0.7rem; font-weight: 600; color: #1e2a3a; }

/* ── Trust ── */
.shop-trust { max-width: 1400px; margin: 1.25rem auto; padding: 0 1.25rem; }
.shop-trust-row { display: grid; grid-template-columns: 1fr; gap: 0.55rem; }
@media (min-width: 768px) { .shop-trust-row { grid-template-columns: repeat(3, 1fr); } }

.shop-trust-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  background: #fff;
  border: 1px solid var(--fenix-border);
  border-radius: 8px;
  text-align: center;
}

.shop-trust-cell > div {
  flex: 0 1 auto;
}
.shop-trust-cell strong { display: block; font-size: 0.8rem; font-weight: 700; color: #041226; margin-bottom: 0.1rem; }
.shop-trust-cell span { display: block; font-size: 0.72rem; color: var(--fenix-muted); line-height: 1.35; }

.shop-trust-badge {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e8f4fd;
  color: var(--fenix-orange);
}

.shop-trust-badge svg {
  display: block;
  width: 26px;
  height: 26px;
}