/* ========================================================================== 
   Nexus RP — melhoria geral de UI/UX
   Carregar depois de core.css e nexus-hotfix.css.
   Foco: tema vermelho, cards maiores, imagens sem crop, categorias estáveis,
   navegação mais premium e performance leve.
   ========================================================================== */
:root {
  --nx-red-rgb: 239 35 60;
  --nx-red-strong: #ef233c;
  --nx-red-deep: #7f0d18;
  --nx-red-soft: rgba(239, 35, 60, 0.14);
  --nx-gold-soft: rgba(255, 209, 102, 0.14);
  --nx-card-bg: rgba(8, 9, 10, 0.94);
  --nx-card-bg-2: rgba(14, 15, 16, 0.96);
  --nx-border-red: rgba(239, 35, 60, 0.26);
  --nx-border-soft: rgba(255, 255, 255, 0.08);
  --nx-shadow-soft: 0 18px 46px rgba(0, 0, 0, 0.44);
  --nx-header-h: 72px;
}

html,
body {
  min-height: 100%;
  background:
    radial-gradient(circle at 8% 0%, rgba(239, 35, 60, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(127, 13, 24, 0.32), transparent 30rem),
    linear-gradient(180deg, #070808 0%, #050505 44%, #070606 100%) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.65), transparent 72%);
}

.container {
  width: min(100% - 24px, 1660px) !important;
}

/* Topo */
#top-announce {
  background: linear-gradient(90deg, #7f0d18, #ef233c, #7f0d18) !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.mc-header,
header.mc-header {
  min-height: var(--nx-header-h) !important;
  background: rgba(5, 6, 6, 0.98) !important;
  border-bottom: 1px solid rgba(239, 35, 60, 0.36) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.46) !important;
  z-index: 700 !important;
}

.mc-nav {
  min-height: 66px;
}

.mc-brand__logo {
  max-height: 48px !important;
  filter: drop-shadow(0 0 18px rgba(239,35,60,0.30));
}

.mc-brand__name {
  font-weight: 950 !important;
  letter-spacing: -0.02em;
}

.mc-search__input {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(239, 35, 60, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06) !important;
}

.mc-search__input:focus,
.mc-search__input:focus-visible {
  border-color: rgba(239, 35, 60, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(239,35,60,0.16), 0 12px 26px rgba(0,0,0,0.34) !important;
}

.mc-search__result {
  z-index: 860 !important;
}

/* Home */
.mc-home {
  display: grid !important;
  align-items: start !important;
  gap: clamp(1rem, 1.4vw, 1.6rem) !important;
}

@media (min-width: 1280px) {
  .mc-home {
    grid-template-columns: 270px minmax(0, 1fr) 320px !important;
  }
  .mc-home__side {
    position: sticky;
    top: calc(var(--nx-header-h) + 18px);
    align-self: start;
  }
}

.mc-side-panel,
.mc-don-panel,
.mc-coupon-card,
.mc-featured-card,
.sidebar-categories-menu,
.mc-mobile-categories > .relative > button {
  border-color: var(--nx-border-red) !important;
  background: linear-gradient(180deg, rgba(14,15,16,0.94), rgba(7,8,8,0.96)) !important;
  box-shadow: var(--nx-shadow-soft) !important;
}

.mc-cat-link,
.mc-cat-sublink {
  color: rgba(255,255,255,0.86) !important;
}

.mc-cat-link:hover,
.mc-cat-sublink:hover,
.mc-cat-link[aria-current="page"] {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(239,35,60,0.20), rgba(239,35,60,0.08)) !important;
  border-color: rgba(239,35,60,0.42) !important;
}

/* Hero mais forte e limpo */
.mc-hero {
  min-height: clamp(210px, 27vw, 440px) !important;
  border: 1px solid rgba(239,35,60,0.28) !important;
  border-radius: 1.15rem !important;
  overflow: hidden !important;
  background: #080808 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.56), 0 0 38px rgba(239,35,60,0.12) !important;
}

.mc-hero__img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  object-position: center !important;
}

.mc-hero__cta {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(1rem, 2vw, 2rem) !important;
  transform: translateX(-50%) !important;
  min-height: 44px !important;
  padding-inline: 1.25rem !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ef233c, #b31324 72%, #7f0d18) !important;
  border-color: rgba(255,255,255,0.2) !important;
}

.mc-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.mc-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(239,35,60,0.22);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem;
  font-weight: 800;
}

.mc-trust-item i,
.mc-trust-item svg {
  color: var(--nx-red-strong);
  flex: 0 0 auto;
}

.mc-catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(239,35,60,0.22);
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(239,35,60,0.12), rgba(255,255,255,0.025));
}

.mc-eyebrow {
  display: inline-flex;
  margin-bottom: 0.2rem;
  color: var(--nx-red-strong);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.mc-catalog-title {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.05;
  font-weight: 950;
  color: #fff;
}

.mc-catalog-note {
  color: rgba(255,255,255,0.64);
  font-size: 0.88rem;
  text-align: right;
}

/* Promo banner compacto */
#mc-promo-banner,
.mc-promo-banner {
  max-height: 44px !important;
  min-height: 0 !important;
  background: linear-gradient(90deg, rgba(127,13,24,0.92), rgba(239,35,60,0.72), rgba(127,13,24,0.92)) !important;
  border-bottom-color: rgba(239,35,60,0.46) !important;
}

#mc-promo-banner .container,
.mc-promo-banner .container {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
}

.mc-promo-banner__title {
  color: #fff !important;
  font-weight: 950 !important;
}

.mc-promo-banner__list,
.mc-promo-banner__timer,
.mc-promo-countdown,
.mc-promo-item__time {
  display: none !important;
}

body:not(.is-home-page) #mc-promo-banner,
body:not(.is-home-page) .mc-promo-banner {
  display: none !important;
}

/* Cards: imagens maiores SEM cortar arte */
.mc-product-grid,
.mc-product-grid--category,
.mc-category-section .mc-product-grid,
.mc-product-grid--featured,
.package-list {
  align-items: stretch !important;
  overflow: visible !important;
}

.mc-product-grid,
.mc-category-section .mc-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)) !important;
  gap: 1rem !important;
}

.mc-product-grid--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mc-product-card,
a.mc-product-card.package {
  border-radius: 1rem !important;
  overflow: hidden !important;
  border: 1px solid rgba(239,35,60,0.26) !important;
  background: linear-gradient(180deg, var(--nx-card-bg-2), var(--nx-card-bg)) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.42) !important;
  transform: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, translate .16s ease !important;
}

.mc-product-card:hover {
  border-color: rgba(239,35,60,0.58) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,0.54), 0 0 28px rgba(239,35,60,0.16) !important;
  translate: 0 -2px;
}

.mc-product-card::before,
.mc-product-card::after,
.neon-shine,
.fire-bg-glow,
.fire-overlay,
.fire-glow-1,
.fire-glow-2,
.sketch-halo {
  display: none !important;
  content: none !important;
}

.mc-product-media {
  aspect-ratio: 16 / 10 !important;
  min-height: clamp(190px, 15vw, 285px) !important;
  max-height: 310px !important;
  padding: 0.35rem !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(239,35,60,0.12), transparent 60%),
    linear-gradient(180deg, #0b0b0c, #050505) !important;
  border-bottom: 1px solid rgba(239,35,60,0.18) !important;
}

.mc-product-image,
.mc-product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  border-radius: 0.65rem !important;
}

.mc-product-card:hover .mc-product-image,
.mc-product-card:hover .mc-product-media img {
  transform: none !important;
}

.mc-card-badges {
  top: 0.6rem !important;
  left: 0.6rem !important;
  right: 0.6rem !important;
  z-index: 3 !important;
}

.mc-card-badge,
.mc-promo-flash {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ef233c, #9f1239) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
}

.mc-product-body {
  padding: 0.9rem !important;
  gap: 0.62rem !important;
}

.mc-product-name {
  font-size: clamp(0.86rem, 0.98vw, 1rem) !important;
  font-weight: 900 !important;
  color: #fff !important;
  min-height: 2.15rem !important;
}

.mc-product-price {
  font-size: clamp(1rem, 1.25vw, 1.28rem) !important;
  color: #fff !important;
  font-weight: 950 !important;
}

.mc-product-compare {
  color: rgba(255,255,255,0.42) !important;
}

.mc-product-payment-note {
  color: rgba(239,35,60,0.92) !important;
  font-weight: 750 !important;
}

.mc-product-actions {
  gap: 0.55rem !important;
}

.mc-product-cta {
  min-height: 43px !important;
  background: linear-gradient(135deg, #ef233c, #b31324 70%, #7f0d18) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(239,35,60,0.18) !important;
}

.mc-product-cart {
  flex-basis: 43px !important;
  min-width: 43px !important;
  min-height: 43px !important;
  border-color: rgba(239,35,60,0.28) !important;
  background: rgba(255,255,255,0.055) !important;
}

/* Categoria */
.mc-category-page {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 1.2rem !important;
  padding-top: 1.5rem !important;
}

@media (min-width: 1280px) {
  .mc-category-page {
    grid-template-columns: 250px minmax(0, 1fr) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #categories-sidebar-desktop {
    position: sticky !important;
    top: calc(var(--nx-header-h) + 18px) !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    width: 100% !important;
    z-index: 3 !important;
  }
  .mc-category-content {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

.mc-category-header {
  background: linear-gradient(90deg, rgba(239,35,60,0.14), rgba(255,255,255,0.03)) !important;
  border-color: rgba(239,35,60,0.25) !important;
}

body.is-category-page #top-donators-side,
body:not(.is-home-page) #top-donators-side,
body:not(.is-home-page) #mc-featured-product-section,
body:not(.is-home-page) .mc-coupon-card {
  display: none !important;
}

/* Produto em destaque e doadores */
.mc-featured-card {
  border-radius: 1rem !important;
}

.mc-featured-card img {
  object-fit: contain !important;
}

.mc-don-panel [class*="text-muted"],
.mc-coupon-card [class*="text-muted"] {
  color: rgba(255,255,255,0.64) !important;
}

/* Top Doadores premium */
.mc-don-panel--premium {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  overflow: hidden;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 8% 0%, rgba(239, 35, 60, 0.2), transparent 38%),
    radial-gradient(circle at 92% 16%, rgba(255, 196, 92, 0.08), transparent 30%),
    linear-gradient(155deg, rgba(18, 20, 24, 0.98), rgba(7, 8, 10, 0.98));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.04);
}

.mc-don-panel--premium::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ef233c 35%, #ffc45c 70%, transparent);
  opacity: 0.9;
}

.mc-don-head,
.mc-don-heading,
.mc-don-intro,
.mc-don-foot {
  display: flex;
  align-items: center;
}

.mc-don-head {
  justify-content: space-between;
  gap: 0.65rem;
}

.mc-don-heading {
  min-width: 0;
  gap: 0.65rem;
}

.mc-don-trophy {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(255, 196, 92, 0.35);
  border-radius: 12px;
  color: #ffd27a;
  background: linear-gradient(145deg, rgba(239, 35, 60, 0.24), rgba(255, 196, 92, 0.09));
  box-shadow: 0 8px 22px rgba(239, 35, 60, 0.18), inset 0 1px rgba(255, 255, 255, 0.08);
}

.mc-don-trophy svg {
  width: 19px;
  height: 19px;
  filter: drop-shadow(0 0 7px rgba(255, 196, 92, 0.45));
}

.mc-don-heading-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.05;
}

.mc-don-kicker {
  margin-bottom: 0.28rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mc-don-title {
  overflow: hidden;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mc-don-period {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 30px;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.mc-don-period:hover,
.mc-don-period[aria-expanded="true"] {
  border-color: rgba(239, 35, 60, 0.5);
  color: #fff;
  background: rgba(239, 35, 60, 0.12);
}

.mc-don-period svg {
  width: 13px;
  height: 13px;
  transition: transform 160ms ease;
}

.mc-don-period[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mc-don-period-menu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 132px;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #101216;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.55);
}

.mc-don-period-option {
  width: 100%;
  padding: 0.48rem 0.58rem;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
  transition: color 150ms ease, background 150ms ease;
}

.mc-don-period-option:hover,
.mc-don-period-option[aria-selected="true"] {
  color: #fff;
  background: rgba(239, 35, 60, 0.16);
}

.mc-don-intro {
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0 0.12rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 650;
}

.mc-don-live {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex: 0 0 auto;
  color: rgba(117, 229, 159, 0.8);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mc-don-live > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #50d890;
  box-shadow: 0 0 8px rgba(80, 216, 144, 0.7);
}

.mc-don-list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}

.mc-don-list.hidden {
  display: none;
}

.mc-don-panel--premium .mc-don-row {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.58rem;
  min-height: 49px;
  padding: 0.48rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.028);
  box-shadow: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.mc-don-panel--premium .mc-don-row:hover {
  transform: translateX(2px);
  border-color: rgba(239, 35, 60, 0.3);
  background: rgba(255, 255, 255, 0.045);
}

.mc-don-panel--premium .mc-don-row--1 {
  min-height: 62px;
  border-color: rgba(255, 202, 96, 0.42);
  background:
    linear-gradient(95deg, rgba(255, 196, 92, 0.14), rgba(239, 35, 60, 0.09) 65%, rgba(255, 255, 255, 0.025));
  box-shadow: inset 3px 0 #f6bf55, 0 9px 24px rgba(0, 0, 0, 0.2);
}

.mc-don-panel--premium .mc-don-row--2 {
  border-color: rgba(205, 217, 230, 0.25);
  background: linear-gradient(95deg, rgba(196, 208, 222, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow: inset 2px 0 rgba(205, 217, 230, 0.72);
}

.mc-don-panel--premium .mc-don-row--3 {
  border-color: rgba(214, 132, 74, 0.28);
  background: linear-gradient(95deg, rgba(214, 132, 74, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow: inset 2px 0 rgba(214, 132, 74, 0.75);
}

.mc-don-panel--premium .mc-medal {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 0.75rem;
}

.mc-don-panel--premium .mc-don-row--1 .mc-medal {
  width: 34px;
  height: 34px;
  transform: rotate(-3deg);
}

.mc-don-person {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
}

.mc-don-panel--premium .mc-don-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-don-panel--premium .mc-don-row--1 .mc-don-name {
  color: #fff;
  font-size: 0.86rem;
}

.mc-don-rank-label {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mc-don-row--1 .mc-don-rank-label {
  color: #f4c866;
}

.mc-don-contribution {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.08rem;
  line-height: 1.05;
}

.mc-don-contribution > span {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.49rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mc-don-panel--premium .mc-don-amount {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.mc-don-panel--premium .mc-don-row--1 .mc-don-amount {
  color: #ffd77f;
  font-size: 0.73rem;
}

.mc-don-empty {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 66px;
  padding: 0.7rem;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.025);
}

.mc-don-empty__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
  font-weight: 900;
}

.mc-don-empty strong,
.mc-don-empty small {
  display: block;
}

.mc-don-empty strong {
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
}

.mc-don-empty small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.6rem;
  line-height: 1.35;
}

.mc-don-foot {
  justify-content: center;
  gap: 0.35rem;
  padding-top: 0.2rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.56rem;
  font-weight: 650;
  text-align: center;
}

.mc-don-foot svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: rgba(80, 216, 144, 0.7);
}

@media (max-width: 380px) {
  .mc-don-panel--premium {
    padding: 0.75rem;
  }
  .mc-don-intro > [data-don-period-copy] {
    max-width: 155px;
  }
  .mc-don-panel--premium .mc-don-row {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 0.48rem;
    padding-inline: 0.48rem;
  }
  .mc-don-contribution > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-don-panel--premium .mc-don-row,
  .mc-don-period,
  .mc-don-period svg {
    transition: none;
  }
}

/* Carrinho acima da navbar */
.cart-drawer,
#cart-drawer,
[data-cart-drawer],
[class*="cart-drawer"] {
  z-index: 10020 !important;
}

.cart-overlay,
[data-cart-overlay],
[class*="cart-overlay"],
[class*="drawer-overlay"] {
  z-index: 10010 !important;
}

body.cart-open,
body.overflow-hidden {
  overflow: hidden !important;
}

/* Mobile */
@media (max-width: 1023px) {
  .container {
    width: min(100% - 20px, 1660px) !important;
  }
  .mc-home {
    display: block !important;
  }
  .mc-home__side {
    position: relative !important;
    top: auto !important;
    margin-bottom: 1rem;
  }
  .mc-hero {
    min-height: clamp(170px, 42vw, 260px) !important;
  }
  .mc-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mc-catalog-head {
    align-items: start;
    flex-direction: column;
  }
  .mc-catalog-note {
    text-align: left;
  }
  .mc-product-grid,
  .mc-category-section .mc-product-grid,
  .mc-product-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }
  .mc-product-media {
    aspect-ratio: 16 / 11 !important;
    min-height: 145px !important;
    padding: 0.25rem !important;
  }
  .mc-product-body {
    padding: 0.72rem !important;
  }
  .mc-product-name {
    font-size: 0.78rem !important;
  }
  .mc-product-cta {
    min-height: 39px !important;
    font-size: 0.72rem !important;
  }
}

@media (max-width: 520px) {
  .mc-trust-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }
  .mc-trust-item {
    min-height: 40px;
    padding: 0.55rem;
    font-size: 0.72rem;
  }
  .mc-product-grid,
  .mc-category-section .mc-product-grid,
  .mc-product-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Sem efeitos pesados constantes */
.neon-product,
.fire-product,
.sketch-product,
.spin-product,
.neon-product *,
.fire-product *,
.sketch-product *,
.spin-product * {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ========================================================================== 
   Nexus RP — ajuste final pós-deploy
   Corrige a seção de benefícios que estava aparecendo como texto solto,
   reforça o tema vermelho e estabiliza home/categorias sem mexer em API/JS.
   ========================================================================== */

/* Benefícios / confiança: o HTML usa mc-trust-card, não mc-trust-item. */
.mc-trust-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.85rem !important;
  margin: 1.05rem 0 1.65rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.mc-trust-card {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  min-height: 72px !important;
  padding: 0.92rem 1rem !important;
  border: 1px solid rgba(239, 35, 60, 0.28) !important;
  border-radius: 1rem !important;
  background:
    linear-gradient(135deg, rgba(239, 35, 60, 0.13), rgba(255, 255, 255, 0.035) 46%, rgba(0, 0, 0, 0.18)) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34) !important;
  color: #fff !important;
  overflow: hidden !important;
  position: relative !important;
}

.mc-trust-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: radial-gradient(circle at 10% 0%, rgba(239,35,60,0.22), transparent 55%) !important;
  opacity: 0.65 !important;
}

.mc-trust-card__icon {
  position: relative !important;
  z-index: 1 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.85rem !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ef233c, #9f1239) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  box-shadow: 0 10px 24px rgba(239,35,60,0.20) !important;
}

.mc-trust-card__icon svg {
  width: 20px !important;
  height: 20px !important;
  color: currentColor !important;
  stroke: currentColor !important;
}

.mc-trust-card__body {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

.mc-trust-card__title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.92rem !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em !important;
}

.mc-trust-card__desc {
  margin: 0.25rem 0 0 !important;
  color: rgba(255,255,255,0.64) !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

/* Mantém a seção Destaques visualmente separada e sem ficar grudada. */
.mc-section-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  color: #fff !important;
  font-weight: 950 !important;
  letter-spacing: -0.025em !important;
}

.mc-section-title svg,
.mc-seeall,
.mc-seeall svg {
  color: #ef233c !important;
  stroke: currentColor !important;
}

.mc-seeall {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  font-weight: 850 !important;
}

/* Produto em destaque lateral: mais vermelho e menos verde. */
.mc-featured-card,
#mc-featured-product-section .mc-featured-card {
  border-color: rgba(239,35,60,0.34) !important;
  background: linear-gradient(180deg, rgba(25, 8, 10, 0.96), rgba(9, 9, 10, 0.98)) !important;
}

.mc-featured-card .btn-primary,
#mc-featured-product-section .btn-primary,
.mc-coupon-card .btn-primary,
.mc-cart-button,
.btn-primary {
  background: linear-gradient(135deg, #ef233c, #b31324 72%, #7f0d18) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}

/* Reduz a faixa de promoções para não dominar a home. */
#mc-promo-banner,
.mc-promo-banner {
  max-height: 42px !important;
  min-height: 42px !important;
}

#mc-promo-banner .container,
.mc-promo-banner .container {
  min-height: 42px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mc-promo-banner__title {
  font-size: 0.86rem !important;
  text-transform: uppercase !important;
}

/* Cards de produto: imagem grande, sem corte agressivo e sem faixas brancas. */
.mc-product-media {
  min-height: clamp(225px, 17vw, 330px) !important;
  max-height: 360px !important;
  padding: 0.18rem !important;
  background: #070808 !important;
}

.mc-product-image,
.mc-product-media img {
  object-fit: contain !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

.mc-product-card::before,
.mc-product-card::after,
.mc-product-media::before,
.mc-product-media::after,
.neon-shine,
.fire-bg-glow,
.fire-overlay,
.fire-glow-1,
.fire-glow-2,
.sketch-halo {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}

/* Responsivo */
@media (max-width: 1279px) {
  .mc-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .mc-trust-strip {
    grid-template-columns: 1fr !important;
    margin: 0.8rem 0 1.15rem !important;
  }
  .mc-trust-card {
    min-height: 60px !important;
    padding: 0.75rem !important;
  }
  .mc-trust-card__icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
  .mc-trust-card__title {
    font-size: 0.86rem !important;
  }
  .mc-trust-card__desc {
    font-size: 0.72rem !important;
  }
  .mc-product-media {
    min-height: 170px !important;
    max-height: 240px !important;
  }
}