/* Funko Imports — clone (100% Funko) · overrides & extras */

/* ---- Brand logo (comic pop-art PNG) ---- */
.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.brand-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 80px;
}
.header-content > .wrapper > .brand-logo { margin: -9px 25px -9px 0; }
.header-content > .wrapper > .brand-logo .brand-logo-img { height: 80px; width: auto; }
.mheader-actions > .brand-logo .brand-logo-img { height: 60px; width: auto; }
.mobile-header > .brand-logo .brand-logo-img { height: 56px; width: auto; }
@media (max-width: 480px) {
  .header-content > .wrapper > .brand-logo .brand-logo-img { height: 64px; width: auto; }
}

/* ---- Mega menu open state (JS sets exact height for animation) ---- */
.header-submenu.is-open { height: auto; }
.header-submenu.is-open .header-submenu-category.is-active { opacity: 1; pointer-events: auto; }

/* ---- Focus visibility (accessibility) ---- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

/* ---- Favorited heart ---- */
.circle.is-faved { background: #ff6600; }
.circle.is-faved > .sprite { filter: brightness(0%) invert(1); }
.circle.is-faved:hover { background: #e65c00; }

/* ---- Product card WhatsApp button ---- */
.button.is-whatsapp {
  color: #fff;
  font-weight: 700;
  border: 1px solid #25d366;
  background: #25d366;
}
.button.is-whatsapp:hover,
.button.is-whatsapp:active {
  color: #fff;
  border-color: #1ebe5b;
  background-color: #1ebe5b;
}
.button.is-whatsapp .sprite { filter: brightness(0%) invert(1); }
.card-whatsapp {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: #25d366;
  box-shadow: 0 6px 14px -6px rgba(37, 211, 102, .6);
  transition: background-color .2s ease, transform .2s ease;
}
.card-whatsapp:hover { background: #1ebe5b; transform: scale(1.06); }
.card-whatsapp:active { background: #17a54e; }

/* ---- Listing cards: standardized grid + equal sizing ---- */
#listing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  margin: 0;
  justify-content: center;
}
@media (min-width: 600px) {
  #listing-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
  #listing-cards { grid-template-columns: repeat(4, 1fr); gap: 20px; }
}
@media (min-width: 1400px) {
  #listing-cards { grid-template-columns: repeat(5, 1fr); }
}
#listing-cards > .list-item {
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
  margin: 0;
  display: block;
}
#listing-cards > .list-item > .card {
  position: relative;
  height: 100%;
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 20px;
  margin: 0;
}
#listing-cards > .list-item > .card > .img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin: 0 0 14px;
  flex-shrink: 0;
}
#listing-cards > .list-item > .card > .title.no-3 {
  flex-grow: 1;
  margin-bottom: 8px;
}
#listing-cards > .list-item > .card > .title.no-3 > .link {
  max-width: none;
}
#listing-cards > .list-item > .card > .title.no-4 {
  margin-bottom: 2px;
  padding-right: 44px;
}

/* ---- Hero showcase (Funko banners) ---- */
.showcase { margin-top: 35px; }
.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  padding: 40px 48px;
  text-decoration: none;
}
.hero-slide.is-purple { background: linear-gradient(120deg, #111111 0%, #2b2b2b 55%, #000000 100%); }
.hero-slide.is-pink   { background: linear-gradient(120deg, #ff6600 0%, #ff944d 55%, #e65c00 100%); }
.hero-slide.is-gold   { background: linear-gradient(120deg, #ffc631 0%, #ffd65c 60%, #f5b80a 100%); color: #454545; }
.hero-slide.is-dark   { background: linear-gradient(120deg, #2b2b2b 0%, #454545 60%, #1d1d1d 100%); }
.hero-slide-text { position: relative; z-index: 2; max-width: 55%; }
.hero-slide-kicker {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.hero-slide-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 10px;
  letter-spacing: -.5px;
}
.hero-slide-sub {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 22px;
  opacity: .92;
  max-width: 460px;
}
.hero-slide-cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  background: #fff;
  color: #111111;
  border-radius: 25px;
  padding: 13px 26px;
  transition: transform .2s ease, background-color .2s ease;
}
.hero-slide.is-gold .hero-slide-cta { background: #454545; color: #fff; }
.hero-slide-cta:hover { transform: translateY(-2px); }
.hero-slide-img {
  position: absolute;
  right: 4%;
  bottom: -12%;
  width: 40%;
  max-width: 420px;
  z-index: 1;
  filter: drop-shadow(0 24px 32px rgba(0,0,0,.35));
}
@media (max-width: 768px) {
  .hero-slide { height: 230px; padding: 26px 22px; }
  .hero-slide-title { font-size: 30px; }
  .hero-slide-sub { font-size: 14px; }
  .hero-slide-img { width: 44%; right: 0; bottom: -8%; }
  .hero-slide-text { max-width: 70%; }
}

/* ---- Funko categories showcase (home) ---- */
.funko-cats { padding: 20px 0 40px; }
.funko-cats .title { text-align: center; }
.funko-cats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.funko-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 22px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #454545;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.funko-cat:hover { transform: translateY(-4px); box-shadow: 0 14px 28px -18px rgba(0,0,0,.2); border-color: #ffc9a3; }
.funko-cat-img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: contain;
  background: #f7f7f7;
  padding: 10px;
}
.funko-cat-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1000px) {
  .funko-cats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .funko-cats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Brand strip chips ---- */
.brand-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}
.brand-chip:hover { border-color: #ff6600; color: #ff6600; }

/* ---- Product detail (clone) helpers ---- */
.product-gallery img { width: 100%; border-radius: 16px; }
.product-info .title.is-large { font-size: 26px; line-height: 1.2; margin-bottom: 8px; }
.product-prices { display: flex; gap: 18px; align-items: baseline; margin: 14px 0 18px; }
.product-prices .title.no-1 { font-size: 24px; font-weight: 700; }
.product-prices .title.no-2 { font-size: 18px; }
.is-muted { color: #7f7f7f; }

/* ---- Listing filter bar + sort dropdown (Ordenar por) ---- */
.listing-filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 14px;
  padding-bottom: 15px;
  padding-right: 170px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}
.filterbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
}
.listing-results {
  color: #7f7f7f;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.filterbar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 6px 12px;
  border-radius: 16px;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  color: #454545;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.filter-chip-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #dcdcdc;
  color: #454545;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.filter-chip-remove:hover { background: #ff6600; color: #fff; }
#dropdown-right {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 40px;
  margin-left: 0;
  background: #fff;
  border: 1px solid #c7c7c7 !important;
  border-radius: 15px;
}
#dropdown-right > .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #454545 !important;
  font-weight: 700;
  font-size: 14px;
}
#dropdown-right > .link > .sprite { transform: none !important; filter: none !important; }
#dropdown-right.is-open { background: #f4f4f4; }
#dropdown-right > .wrapper { padding: 0 10px 12px; }
#dropdown-right > .wrapper > .link {
  display: block;
  text-align: center;
  color: #454545 !important;
  background: transparent !important;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 0;
  margin: 0;
  border-radius: 8px;
  transition: color .2s ease, background-color .2s ease;
}
#dropdown-right > .wrapper > .link:hover {
  color: #ff6600 !important;
  background: #fff !important;
}
@media (max-width: 600px) {
  #dropdown-right { min-width: 130px !important; max-width: 130px !important; height: 36px; }
  .listing-filters { padding-right: 140px; }
  .listing-results { font-size: 12px; }
}

/* ---- Toast ---- */
.alert { display: none; }

/* ---- Footer contacts (WhatsApp / Instagram / E-mail) ---- */
.footer-contacts {
  text-align: center;
  padding: 8px 0 6px;
}
.footer-contacts-label {
  margin: 0 0 24px;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-contacts-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 150px;
  padding: 9px 22px 9px 9px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.footer-contact:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -14px rgba(0,0,0,.28); }
.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-contact.is-whatsapp .footer-contact-icon { background: #25d366; }
.footer-contact.is-whatsapp:hover { border-color: #25d366; }
.footer-contact.is-instagram .footer-contact-icon { background: #ff6600; }
.footer-contact.is-instagram .footer-contact-icon .sprite { filter: brightness(0) invert(1); }
.footer-contact.is-instagram:hover { border-color: #ff6600; }
.footer-contact.is-email .footer-contact-icon { background: #fff; border: 1px solid #e0e0e0; }
.footer-contact.is-email:hover { border-color: #ff6600; }
.footer-contact-text { white-space: nowrap; }
.footer-contacts-email {
  margin: 20px 0 0;
  color: #7f7f7f;
  font-size: 13px;
  letter-spacing: .3px;
}
@media (max-width: 600px) {
  .footer-contacts-list { gap: 10px; }
  .footer-contact { min-width: 0; padding: 7px 16px 7px 7px; font-size: 13px; }
  .footer-contact-icon { width: 32px; height: 32px; }
}

/* ---- Filter drawer (side panel) ---- */
.filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.filter-overlay.is-open { opacity: 1; pointer-events: auto; }

.filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  max-width: 92vw;
  background: #fff;
  z-index: 41;
  transform: translateX(100%);
  transition: transform .28s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -14px 0 34px rgba(0, 0, 0, .18);
}
.filter-drawer.is-open { transform: translateX(0); }

.filter-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 12px;
  border-bottom: 3px solid #ff6600;
}
.filter-drawer-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #454545;
}
.filter-drawer-close {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f4f4f4;
  color: #454545;
  font-size: 14px;
  cursor: pointer;
  transition: background-color .2s ease;
}
.filter-drawer-close:hover { background: #e8e8e8; }

.filter-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 6px 20px;
}

.filter-section { border-bottom: 1px solid #eee; }
.filter-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #454545;
  text-align: left;
}
.filter-section-icon {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  line-height: 1;
}
.filter-section-options {
  display: none;
  padding: 0 0 14px;
}
.filter-section.is-open .filter-section-options { display: block; }
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  cursor: pointer;
  font-size: 14px;
  color: #454545;
}
.filter-option:hover { color: #ff6600; }
.filter-option input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #ff6600;
  flex-shrink: 0;
}

.filter-drawer-footer {
  padding: 14px 20px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-drawer-apply {
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 24px;
  background: #111111;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background-color .2s ease;
}
.filter-drawer-apply:hover { background: #000000; }
.filter-drawer-clear {
  width: 100%;
  padding: 9px;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  background: #fff;
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.filter-drawer-clear:hover { border-color: #ff6600; color: #ff6600; }

/* ---- Filter drawer v2 (layout aprimorado) ---- */
.filter-drawer { width: 380px; }
.filter-drawer-header {
  padding: 20px 22px 14px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #111111, #ff6600) 1;
}
.filter-drawer-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-drawer-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background: linear-gradient(120deg, #111111, #ff6600);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.filter-drawer-count.is-zero { background: #e8e8e8; color: #7f7f7f; }
.filter-drawer-body { padding: 10px 22px 16px; }
.filter-drawer-search { position: relative; margin: 6px 0 10px; }
.filter-drawer-search-ico {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 13px;
  pointer-events: none;
}
.filter-drawer-search input {
  width: 100%;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
  padding: 0 38px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color .2s ease, background-color .2s ease;
}
.filter-drawer-search input:focus { border-color: #2b2b2b; background: #fff; outline: none; }
.filter-drawer-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: #dcdcdc;
  color: #454545;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.filter-drawer-search-clear:hover { background: #ff6600; color: #fff; }
.filter-drawer-empty { padding: 10px 2px; color: #7f7f7f; font-size: 13px; }
.filter-section-header { padding: 16px 0; }
.filter-section-title { font-size: 15px; font-weight: 700; color: #454545; }
.filter-section-count {
  font-size: 11px;
  font-weight: 700;
  color: #7f7f7f;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 2px 8px;
}
.filter-section-icon { transition: color .2s ease; }
.filter-section.is-open .filter-section-icon { color: #ff6600; }
.filter-section-options { padding: 0 0 14px; }
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  margin: 1px 0;
  transition: background-color .15s ease, color .15s ease;
}
.filter-option:hover { background: #fff7f0; }
.filter-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #c7c7c7;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s ease, background-color .15s ease;
}
.filter-option input[type="radio"]::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform .15s ease;
}
.filter-option input[type="radio"]:checked { border-color: #111111; background: #111111; }
.filter-option input[type="radio"]:checked::after { transform: scale(1); }
.filter-option:has(input:checked) { background: #fff3e6; color: #111111; font-weight: 700; }
.filter-option-label { flex: 1; }
.filter-option-count {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  background: #f4f4f4;
  color: #7f7f7f;
  border-radius: 10px;
  padding: 2px 8px;
}
.filter-option-count.is-zero { background: transparent; color: #c7c7c7; }
.filter-option:has(input:checked) .filter-option-count { background: #111111; color: #fff; }
.filter-drawer-footer { padding: 14px 22px 18px; border-top: 1px solid #e8e8e8; gap: 10px; }
.filter-chip.is-cat {
  background: linear-gradient(120deg, #111111, #2b2b2b);
  color: #fff;
  border: none;
  font-weight: 700;
}
.filter-chip.is-cat .filter-chip-remove { background: rgba(255, 255, 255, .25); color: #fff; }
.filter-chip.is-cat .filter-chip-remove:hover { background: #ff6600; }
.filter-drawer-body::-webkit-scrollbar { width: 6px; }
.filter-drawer-body::-webkit-scrollbar-thumb { background: #e8e8e8; border-radius: 3px; }
.filter-cat-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 2px 0 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(120deg, #111111, #2b2b2b);
  color: #fff;
  font-size: 13px;
}
.filter-cat-banner-label b { font-weight: 700; }
.filter-cat-banner-remove {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  transition: background-color .2s ease;
}
.filter-cat-banner-remove:hover { background: #ff6600; }
.filter-option-tag {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #111111;
  background: #ffe8d6;
  border-radius: 8px;
  padding: 2px 7px;
}
.filter-option.is-current { background: #fff7f0; }
.filter-option.is-current .filter-option-label { color: #111111; font-weight: 700; }

/* ---- Infinite scroll (mobile): skeleton loader ---- */
.listing-sentinel { height: 1px; }
#listing-cards .card-skeleton {
  display: flex;
  flex-direction: column;
  padding: 18px 16px 20px;
  margin: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
}
#listing-cards .card-skeleton .sk {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e8e8;
}
#listing-cards .card-skeleton .sk::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .65) 50%, transparent 100%);
  animation: sk-shimmer 1.2s infinite;
}
#listing-cards .card-skeleton .sk.is-img { height: 180px; margin: 0 0 14px; flex-shrink: 0; }
#listing-cards .card-skeleton .sk.is-line { height: 14px; margin-bottom: 10px; width: 85%; }
#listing-cards .card-skeleton .sk.is-short { width: 55%; margin-bottom: 14px; }
#listing-cards .card-skeleton .sk.is-price { height: 18px; width: 64px; margin-top: auto; }
@keyframes sk-shimmer { 100% { transform: translateX(100%); } }

/* ---- Character chips (filtro por personagem) ---- */
@media (min-width: 800px) {
  /* Compacta o cabeçalho para deixar a área da categoria na mesma altura da referência. */
  .header-content > .wrapper { padding: 20px 0 30px; }
  .listing-filters { margin-bottom: 25px; }
}

.listing-chars { width: 100%; margin: 0 0 18px; }
.listing-chars-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listing-chars-item { display: block; margin: 0; }
.listing-chars-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.listing-chars-chip:hover { border-color: #ff6600; color: #ff6600; }
.listing-chars-chip.is-active {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
  box-shadow: 0 6px 14px -8px rgba(255, 102, 0, .55);
}
.listing-chars-chip-count {
  font-size: 11px;
  font-weight: 700;
  color: #7f7f7f;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 1px 7px;
}
.listing-chars-chip.is-active .listing-chars-chip-count { background: rgba(255, 255, 255, .25); color: #fff; }

/* ---- Busca com sugestões (autocomplete) ---- */
.suggestions, .search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .25);
  overflow: hidden;
}
.suggestions.is-visible, .search-results.is-visible { display: block; }
.suggestion-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color .15s ease;
}
.suggestion-item:hover { background: #fff7f0; }
.suggestion-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}
.suggestion-name {
  flex: 1;
  font-size: 13px;
  color: #454545;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion-code { font-size: 11px; color: #7f7f7f; font-weight: 700; }
.mheader-search { position: relative; }
.search-results { top: calc(100% + 6px); }

/* ---- WhatsApp flutuante ---- */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -8px rgba(37, 211, 102, .65);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 28px -8px rgba(37, 211, 102, .75); }
.wa-float-icon {
  width: 21px;
  height: 22px;
  background: url('../img/sprites_25.png') no-repeat;
  background-position: -280px -28px;
  filter: brightness(0%) invert(1);
}

/* ---- Breadcrumb simples ---- */
.listing-header > .list { order: 0; }
.listing-header > .list > .list-item > .link,
.listing-header > .list > .list-item > .text {
  text-decoration: none;
  color: #a0a0a0;
  font-size: 12px;
}
.listing-header > .list > .list-item > .link:hover { color: #ff6600; }
.listing-header > .list > .list-item:not(:last-child)::after { color: #c7c7c7; }
.listing-header > .list > .list-item > .text { color: #454545; }

/* ============ REDESIGN — identidade própria ============ */

/* ---- Fonte padrão ---- */
body, .title, .text, .link, .button, .input, .card, .listing-chars-chip,
.filter-drawer, .footer, .hero-slide-title, .hero-mini-title {
  font-family: 'Montserrat', 'Product Sans', Arial, sans-serif !important;
}

/* ---- Cabeçalho compacto + sticky ---- */
.header { position: sticky; top: 0; background: #fff; box-shadow: 0 4px 18px -12px rgba(0,0,0,.18); z-index: 60; }
.header-content > .wrapper {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-content-form {
  position: relative;
  flex: 1;
}
.header-content-form > .input {
  border-radius: 24px;
  height: 52px;
}
.header-content-form > .link { top: calc(50% - 15px); }

/* Botão do menu hamburguer desktop ao lado direito da busca */
.header-menu-btn {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #ff6600;
  border: none;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.header-menu-btn:hover {
  background: #e65c00;
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.4);
}
.header-menu-btn .sprite {
  filter: brightness(0) invert(1);
}

/* Oculta a barra horizontal inferior do cabeçalho em prol do menu gaveta */
.header-menu {
  display: none !important;
}

/* ---- Status de Estoque: SOB ENCOMENDA ---- */
.is-out-stock {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #fff;
  background: #555555;
  border-radius: 12px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}
.card-is-out-stock .card > .title.no-4 {
  color: #999;
}

/* ---- Home: hero grid ---- */
.showcase { margin-top: 22px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.7fr 1.3fr;
  grid-template-rows: repeat(2, minmax(210px, auto));
  gap: 18px;
}
.hero-main {
  grid-row: 1 / 3;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 440px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  padding: 44px 40px;
  text-decoration: none;
  background: #111111;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -10px rgba(0,0,0,0.4);
}
.hero-main .hero-slide-text {
  position: relative;
  z-index: 2;
  max-width: 52%;
}
.hero-main .hero-slide-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 14px;
  color: #ffffff;
}
.hero-main .hero-slide-sub {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.92;
  margin: 0 0 24px;
  color: #e0e0e0;
}
.hero-main .hero-slide-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 54%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.7) 25%, black 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.7) 25%, black 100%);
  z-index: 1;
}

.hero-slide-cta {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  background: #ff6600;
  color: #fff;
  border-radius: 25px;
  padding: 12px 24px;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.35);
}
.hero-slide-cta:hover {
  background: #e65c00;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.45);
}
.hero-slide-cta.is-small {
  font-size: 13px;
  padding: 9px 18px;
}

.hero-mini {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 210px;
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  padding: 24px 28px;
  text-decoration: none;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-mini:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -8px rgba(0,0,0,0.35);
}
.hero-mini .hero-slide-text {
  max-width: 58%;
  position: relative;
  z-index: 2;
}
.hero-mini-title {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.hero-mini-sub {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.95;
}

.hero-mini.is-rare {
  background: linear-gradient(135deg, #d34800 0%, #ff6600 50%, #ff8f00 100%);
}
.hero-mini.is-rare .hero-slide-cta {
  background: #ffffff;
  color: #d34800;
}
.hero-mini.is-rare .hero-slide-cta:hover {
  background: #fff3e0;
  color: #bf360c;
}
.hero-mini.is-rare .hero-mini-img {
  position: absolute;
  right: 14px;
  bottom: -6px;
  width: auto;
  height: 108%;
  max-height: 220px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,0.45));
  transition: transform 0.3s ease;
}
.hero-mini.is-rare:hover .hero-mini-img {
  transform: scale(1.06) rotate(2deg);
}

.hero-mini.is-whatsapp-vip {
  background: linear-gradient(135deg, #075e54 0%, #128c7e 45%, #25d366 100%);
}
.hero-mini.is-whatsapp-vip .hero-slide-cta {
  background: #ffffff;
  color: #075e54;
}
.hero-mini.is-whatsapp-vip .hero-slide-cta:hover {
  background: #e8f5e9;
  color: #054c44;
}
.hero-mini.is-whatsapp-vip .hero-mini-img {
  position: absolute;
  right: 14px;
  bottom: -8px;
  width: auto;
  height: 108%;
  max-height: 220px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,0.35));
  transition: transform 0.3s ease;
}
.hero-mini.is-whatsapp-vip:hover .hero-mini-img {
  transform: scale(1.06);
}

/* ---- Home: seções ---- */
.funko-cats { padding: 30px 0 50px; }
.funkos > .wrapper { border-top: 2px solid #111; }

/* ---- Rodapé preto ---- */
.footer { background: #111; color: #c7c7c7; }
.footer .footer-contacts-label { color: #fff; }
.footer .footer-contacts-rule { background: #ff6600; }
.footer-content { border-top: 3px solid #ff6600; }
.footer-bottom { background: #000 !important; color: #8a8a8a !important; }
.footer-contact {
  background: #1e1e1e;
  border-color: #333;
  color: #fff;
}
.footer-contact:hover { border-color: #ff6600; }
.footer .footer-content-section > .title { color: #ff6600; }
.footer a { color: #c7c7c7; }
.footer a:hover { color: #ff6600; }
.footer-signup { background: #ff6600; }

/* ---- Cards de produto ---- */
.card {
  border-radius: 12px !important;
  border: 1px solid #e8e8e8 !important;
  border-bottom-width: 1px !important;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
  background: #fff;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -14px rgba(255, 102, 0, .35);
  border-color: #ff6600 !important;
}
.card > .title.no-1, .price > .title { color: #ff6600; font-weight: 700; }
.card.is-red, .card.is-red:hover { border-bottom-color: #ff6600 !important; }
.card > .title > .link { color: #454545; }
.card > .title > .link:hover { color: #ff6600; }

/* ---- Botões ---- */
.button.is-purple { background: #ff6600; border-color: #ff6600; }
.button.is-purple:hover { background: #111; border-color: #111; }
.button.is-red { background: #ff6600; border-color: #ff6600; }
.button.is-red:hover { background: #e65c00; border-color: #e65c00; }
.button.is-hollow { border-color: #111; color: #111; }
.button.is-hollow:hover { background: #111; border-color: #111; color: #fff; }
.filter-drawer-apply { background: #ff6600; }
.filter-drawer-apply:hover { background: #111; }
.filter-drawer-header { border-bottom: 3px solid #ff6600; }
.filter-drawer-header { border-image: none; }
.filter-drawer-count { background: #ff6600; }

/* ---- Swiper pagination ---- */
.swiper-pagination-bullet { background: #c7c7c7; opacity: 1; }
.swiper-pagination-bullet-active { background: #ff6600 !important; }

/* ---- Mobile ---- */
@media (max-width: 799px) {
  .mheader { padding: 12px 16px 6px; background: #fff; position: sticky; top: 0; z-index: 60; box-shadow: 0 4px 14px -10px rgba(0,0,0,.2); }
  .mheader-actions { width: 100%; justify-content: space-between; }
  .mheader-actions > .circle.is-full-red { display: flex !important; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 40px; padding: 0; }
  .mheader-actions, .mheader-search { margin-bottom: 10px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-main { grid-row: auto; min-height: 300px; padding: 26px 24px; }
  .hero-main .hero-slide-title { font-size: 30px; }
  .hero-main .hero-slide-sub { font-size: 14px; }
  .hero-main .hero-slide-img { width: 40%; }
  .hero-mini { min-height: 150px; padding: 18px 20px; }
  .hero-mini .hero-slide-text { max-width: 54%; }
  .hero-mini-img { width: 39%; }
  .listing-chars-list { gap: 6px; }
  .listing-chars-chip { font-size: 12px; padding: 7px 12px; }
  .funko-cats .title.is-large { font-size: 24px; line-height: 30px; text-align: center; }
  body.is-mobile #mobile { opacity: 1 !important; pointer-events: auto !important; }
}

/* ---- Correções finais da home ---- */
.footer-content {
  background: #111 !important;
  color: #fff;
  border-top: 3px solid #ff6600;
}
.footer .footer-contacts-label { color: #fff !important; }
.footer .footer-contacts-rule { background: #ff6600 !important; }
.footer-contact {
  background: #242424 !important;
  border-color: #444 !important;
  color: #fff !important;
}
.footer-contact:hover { border-color: #ff6600 !important; }
.footer-bottom {
  background: #000 !important;
  color: #fff !important;
  border-top: 1px solid #252525;
}
.footer-bottom .text { color: #fff !important; }

@media (min-width: 800px) {
  .showcase { margin-bottom: 28px; }
  .funkos > .wrapper { border-top: none !important; }
}

body.is-mobile #mobile { opacity: 1 !important; pointer-events: auto !important; }
.mobile.is-open { opacity: 1 !important; pointer-events: auto !important; }
