/* Inspirado en fenixfitmexico.com — paleta negro / blanco / naranja, tipografía clara */

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Montserrat:wght@400;600;700;800&display=swap");

:root {
  --fenix-black: #000000;
  --fenix-white: #ffffff;
  --fenix-orange: #ff8c00;
  --fenix-orange-dark: #e67e00;
  --fenix-gray-bg: #f5f5f5;
  --fenix-muted: #6c6c6c;
}

.fenix-store,
.fenix-store body {
  margin: 0;
}

body.fenix-store {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--fenix-white);
  color: var(--fenix-black);
  letter-spacing: 0.02em;
}

body.fenix-store a {
  color: inherit;
  text-decoration: none;
}

body.fenix-store a:hover {
  color: var(--fenix-orange);
}

/* ---------- Barras promo ---------- */

.fenix-promo-stack {
  background: var(--fenix-black);
  color: var(--fenix-orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fenix-promo-stack .fenix-promo-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.42rem 2.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.fenix-promo-stack .fenix-promo-dismiss {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--fenix-orange);
  font-size: 1.05rem;
  line-height: 1;
  padding: 0.25rem;
  cursor: pointer;
  opacity: 0.85;
}

.fenix-promo-stack .fenix-promo-dismiss:hover {
  opacity: 1;
  color: var(--fenix-white);
}

.fenix-promo-line[data-fenix-dismissed="true"],
.fenix-promo-stack[data-all-dismissed="true"] {
  display: none !important;
}

/* ---------- Cabecera principal ---------- */

.fenix-main-header {
  background: var(--fenix-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fenix-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Fila 1: logo + busqueda centrada + iconos (las categorías van aparte). */
.fenix-header-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: nowrap;
  min-height: 64px;
  padding: 0.35rem 0;
}

@media (min-width: 992px) {
  .fenix-header-bar {
    min-height: 74px;
  }
}

.fenix-brand-cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.fenix-script-logo {
  font-family: "Dancing Script", cursive;
  font-size: clamp(1.75rem, 3.4vw, 2.65rem);
  font-weight: 700;
  color: var(--fenix-white) !important;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

/* Logotipo alineado a la izquierda en la barra superior (antes quedaba hacinado contra las categorías). */
.fenix-script-logo--header-bar {
  text-align: left;
}

.fenix-script-logo:hover {
  color: var(--fenix-orange) !important;
}

/* Búsqueda expandida en el centro solo en escritorio */
.fenix-header-search {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin: 0 0.5rem;
  min-width: 0;
}

.fenix-header-search input {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 999px 0 0 999px;
}

.fenix-search-submit {
  border: 1px solid var(--fenix-orange);
  background: var(--fenix-orange);
  color: var(--fenix-black);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 0 999px 999px 0;
  margin-left: -1px;
}

.fenix-search-submit:hover {
  filter: brightness(1.06);
}

.fenix-search-submit:focus-visible {
  outline: 2px solid var(--fenix-orange);
  outline-offset: 2px;
}

.fenix-nav-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.15rem 0.95rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fenix-nav-list a {
  color: var(--fenix-white) !important;
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.fenix-nav-list a:hover {
  color: var(--fenix-orange) !important;
}

.fenix-header-tools {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .fenix-header-tools {
    gap: 0.35rem;
  }

  /* En móvil el logo crece menos para dejar lugar a íconos. */
  .fenix-script-logo {
    font-size: 1.68rem;
  }
}

/* Fila 2 escritorio — enlaces cortos + mega panel «Categorías» */

.fenix-shop-nav-rail {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fenix-desktop-shop-nav {
  padding: 0.35rem 0 0.2rem;
  min-height: 44px;
}

.fenix-shop-nav-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 1.75rem;
}

.fenix-shop-nav-link {
  color: var(--fenix-white) !important;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0.42rem 0;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.fenix-shop-nav-link:hover {
  color: var(--fenix-orange) !important;
  border-bottom-color: rgba(255, 140, 0, 0.55);
}

.fenix-megamenu-toggle.btn,
.fenix-megamenu-toggle {
  padding: 0.42rem 1.05rem;
  margin: 0;
  border: 1px solid rgba(255, 140, 0, 0.42);
  border-radius: 999px;
  background: rgba(255, 140, 0, 0.06);
  color: var(--fenix-orange) !important;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.fenix-megamenu-toggle.dropdown-toggle::after {
  margin-left: 0.42rem;
  vertical-align: 0.1em;
  border-top-color: var(--fenix-orange);
}

.fenix-megamenu-toggle.dropdown-toggle.show,
.fenix-megamenu-toggle:hover,
.fenix-megamenu-toggle:focus-visible {
  border-color: var(--fenix-orange);
  background: rgba(255, 140, 0, 0.18);
}

.fenix-megamenu.dropdown-menu {
  --bs-dropdown-bg: #101010;
  --bs-dropdown-link-hover-bg: rgba(255, 140, 0, 0.12);
  min-width: min(920px, calc(100vw - 28px));
  margin-top: 0.72rem !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 140, 0, 0.35);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.55);
  border-radius: 0.85rem;
}

.fenix-megamenu-intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fenix-megamenu-intro-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 140, 0, 0.78);
}

.fenix-megamenu-intro-title {
  display: block;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.08rem;
  color: rgba(255, 255, 255, 0.95);
}

.fenix-megamenu-intro-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
}

.fenix-megamenu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  gap: 0.25rem;
}

.fenix-megamenu-grid-scroll {
  max-height: min(50vh, 420px);
  overflow-y: auto;
  scrollbar-color: rgba(255, 140, 0, 0.38) transparent;
}

.fenix-megamenu-link.dropdown-item {
  font-size: 0.805rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.02em;
  white-space: normal;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.9) !important;
}

.fenix-megamenu-link.dropdown-item:active {
  background: rgba(255, 140, 0, 0.18);
  color: var(--fenix-orange) !important;
}

.fenix-megamenu-cta {
  color: var(--fenix-orange) !important;
}

.fenix-megamenu-cta:hover,
.fenix-megamenu-cta:focus {
  color: var(--fenix-orange) !important;
  background: rgba(255, 140, 0, 0.1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .fenix-shop-nav-link {
    transition: none;
  }
}

/* Menú vertical móvil */
.fenix-drawer-mobile {
  background: #0d0d0d;
  padding-inline: 0.75rem;
}

.fenix-drawer-mobile-nav {
  max-height: 55vh;
  overflow-y: auto;
}

.fenix-nav-list--stack {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  flex-wrap: nowrap;
}

.fenix-nav-list--stack li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fenix-nav-list--stack li:last-child {
  border-bottom: none;
}

.fenix-nav-list--stack a {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 0.35rem;
  white-space: normal;
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.85rem;
  font-weight: 600;
}

.fenix-drawer-mobile .fenix-search-form {
  margin-bottom: 0;
}

/* Formularios de búsqueda oscuros genéricos (drawer) */

.fenix-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--fenix-white);
  transition: background 0.18s ease, color 0.18s ease;
}

.fenix-icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--fenix-orange);
}

.fenix-icon-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.fenix-header-tools .fenix-icon-btn:not(.fenix-visually-muted) {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
}

.fenix-header-tools .fenix-icon-btn:hover:not(.fenix-visually-muted) {
  border-color: var(--fenix-orange);
  background: rgba(255, 140, 0, 0.12);
}

.fenix-cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--fenix-orange);
  color: var(--fenix-black);
  font-size: 0.6rem;
  font-weight: 800;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.fenix-cart-link {
  position: relative;
}

/* Mobile toggler */
.fenix-nav-drawer-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.35rem;
  color: var(--fenix-white);
}

.fenix-nav-drawer-toggle .fenix-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 3px auto;
}



.fenix-search-form:not(.fenix-header-search) input {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--fenix-white);
  font-size: 0.8rem;
}

.fenix-drawer-mobile .fenix-search-form input {
  width: 100%;
  border-radius: 999px;
}

.fenix-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.fenix-search-form button.fenix-visually-hidden-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.fenix-visually-muted {
  opacity: 0.52;
}

/* Alertas página */
.fenix-alert-wrap .alert {
  border-radius: 0.35rem;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
}

/* ---------- Hero carousel ---------- */

.fenix-hero {
  position: relative;
  width: 100%;
  min-height: min(72vh, 640px);
  background: var(--fenix-black);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .fenix-hero {
    min-height: 52vh;
  }
}

.fenix-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
  background-size: cover;
  background-position: center top;
}

.fenix-hero-slide.is-visible {
  opacity: 1;
  z-index: 1;
}

.fenix-hero-dots {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.fenix-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.38);
  padding: 0;
  cursor: pointer;
}

.fenix-hero-dot.is-active {
  background: var(--fenix-white);
  outline: 1px solid var(--fenix-orange);
}

.fenix-admin-link {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.55;
  color: var(--fenix-white) !important;
}

.fenix-admin-link:hover {
  opacity: 1;
  color: var(--fenix-orange) !important;
}

/* ---------- Bloques contenido ---------- */

.fenix-main-block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.25rem 4rem;
}

.fenix-section-kicker {
  display: block;
  color: var(--fenix-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.fenix-section-title {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 800;
  margin: 0 0 1.75rem;
  letter-spacing: -0.03em;
}

/* Home landing: primera sección después del hero (sin rejilla duplicada de categorías). */

.fenix-shop-landing-lead {
  margin-top: -0.15rem;
}

/* barra filtros tipo Fenix */

.fenix-catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.fenix-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fenix-catalog-filters input,
.fenix-catalog-filters select {
  padding: 0.55rem 1rem;
  border: 1px solid #dadada;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.fenix-catalog-filters button {
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: var(--fenix-black);
  color: var(--fenix-white);
  font-weight: 800;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fenix-catalog-filters button:hover {
  background: var(--fenix-orange);
  color: var(--fenix-black);
}

/* Paginación vitrina */

.fenix-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.75rem 0 1rem;
}

.fenix-catalog-meta small {
  color: var(--fenix-muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fenix-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.fenix-pagination a,
.fenix-pagination span[disabled] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.92rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid transparent;
}

.fenix-pagination a {
  color: var(--fenix-black) !important;
  background: #f5f5f5;
}

.fenix-pagination a:hover {
  border-color: var(--fenix-orange);
  color: var(--fenix-orange) !important;
}

.fenix-pagination .is-current {
  background: var(--fenix-orange);
  color: var(--fenix-black) !important;
  border-color: var(--fenix-orange);
}

.fenix-pagination .is-muted {
  color: #aeb0b3 !important;
  background: #f9f9f9;
}

/* ---------- Grid productos ---------- */

.fenix-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.85rem;
}

@media (min-width: 1200px) {
  .fenix-product-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.fenix-product-card {
  background: var(--fenix-white);
  text-align: center;
}

.fenix-product-card .fenix-media {
  position: relative;
  background: var(--fenix-gray-bg);
  overflow: hidden;
  aspect-ratio: 1 / 1.06;
}

.fenix-product-card .fenix-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.fenix-product-card:hover .fenix-media img {
  transform: scale(1.04);
}

/* badge descuento naranja */
.fenix-sale-disc {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--fenix-orange);
  color: var(--fenix-black);
  font-size: 0.68rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.05;
}

.fenix-stock-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  background: var(--fenix-black);
  color: var(--fenix-white);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.65rem;
  text-transform: uppercase;
}

/* wishlist deco */
.fenix-wish-hit {
  position: absolute;
  bottom: 0.55rem;
  right: 0.55rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.94);
  color: var(--fenix-black);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.fenix-wish-hit:hover {
  color: #c62828;
}

/* textos tarjeta */
.fenix-product-title {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0.85rem 0 0.35rem;
  line-height: 1.35;
  min-height: 2.2em;
}

.fenix-product-title a {
  color: var(--fenix-black) !important;
}

.fenix-product-title a:hover {
  color: var(--fenix-orange) !important;
}

.fenix-price-line {
  font-size: 0.92rem;
  font-weight: 800;
}

.fenix-price-line .fenix-compare-at {
  text-decoration: line-through;
  font-weight: 600;
  color: var(--fenix-muted);
  margin-left: 0.35rem;
  font-size: 0.85rem;
}

.fenix-swatches {
  margin-top: 0.65rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
  align-items: center;
}

.fenix-swatch-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.fenix-swatch-more {
  font-size: 0.62rem;
  font-weight: 800;
}

.fenix-cta-mini {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--fenix-black);
}

.fenix-product-card:hover .fenix-cta-mini {
  border-bottom-color: var(--fenix-orange);
  color: var(--fenix-orange);
}

/* Franja valor / redes */
.fenix-trust-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  text-align: center;
  border-top: 1px solid #eaeaea;
}

.fenix-trust-row strong {
  display: block;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.fenix-trust-row span {
  font-size: 0.85rem;
  color: var(--fenix-muted);
}

/* ---------- Pie ---------- */

.fenix-site-footer {
  background: var(--fenix-black);
  color: var(--fenix-white);
  padding: 3rem 1.25rem 2.25rem;
  margin-top: 0;
}

.fenix-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.fenix-footer-grid h6 {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  font-size: 0.74rem;
  color: var(--fenix-orange);
}

.fenix-footer-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.65;
}

.fenix-script-logo.footer-logo-inline {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 2rem;
}

/* ---------- Flotantes ---------- */

.fenix-reviews-chip {
  position: fixed;
  left: 0;
  bottom: 30%;
  z-index: 1050;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: linear-gradient(var(--fenix-orange), var(--fenix-orange-dark));
  color: var(--fenix-black);
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 0.85rem 0.42rem;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.fenix-reviews-chip:focus {
  outline: 2px solid var(--fenix-orange);
}

.fenix-scroll-top-btn {
  position: fixed;
  right: 1.25rem;
  bottom: 1.55rem;
  z-index: 1050;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--fenix-black);
  color: var(--fenix-white);
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.24);
}

.fenix-scroll-top-btn:hover {
  background: var(--fenix-orange);
  color: var(--fenix-black);
}

@media (max-width: 767.98px) {
  .fenix-reviews-chip {
    display: none;
  }
}

/* ---------- PDP ajustes mínimos ---------- */

body.fenix-store .product-360-viewer {
  border-radius: 0.35rem;
  border-color: rgba(0, 0, 0, 0.1);
}

body.fenix-store .btn-dark,
body.fenix-store .btn-primary {
  background: var(--fenix-orange);
  border-color: var(--fenix-orange);
  color: var(--fenix-black);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}

body.fenix-store .btn-dark:hover,
body.fenix-store .btn-primary:hover {
  background: var(--fenix-orange-dark);
  border-color: var(--fenix-orange-dark);
  color: var(--fenix-black);
}

/* PDP: miniaturas galería (varias imágenes como Fenix Fit) */
body.fenix-store .product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

body.fenix-store .fenix-gallery-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  width: 72px;
  height: 72px;
}

body.fenix-store .fenix-gallery-thumb:hover {
  border-color: rgba(255, 140, 0, 0.5);
}

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: cover;
  display: block;
}
