@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #101b31;
  --muted: #62708a;
  --paper: #f4f7fb;
  --white: #fff;
  --line: #d9e1ec;
  --orange: #ff6b22;
  --orange-dark: #d84e00;
  --blue: #1d9fd0;
  --pink: #e71382;
  --green: #087f5b;
  --shadow: 0 10px 30px rgba(18, 34, 62, .08);
  --shell: 1516px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(29, 159, 208, .45); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.site-header::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 38%; height: 2px; background: linear-gradient(90deg, var(--orange) 0 50%, var(--blue) 50%); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); font-size: 24px; font-weight: 850; letter-spacing: 0; white-space: nowrap; }
.brand strong { color: var(--orange); }
.brand-wrap { display: flex; align-items: center; }
.brand--image { width: 200px; height: 50px; overflow: hidden; }
.brand--image img { width: 100%; height: 100%; object-fit: contain; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-height: 50px; width: auto; }
.site-nav { flex: 1; }
.site-nav__list, .site-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav a { font-size: 14px; font-weight: 750; }
.site-nav a:hover { color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.coupon-button__short { display: none; }
.country-chip { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; font-size: 14px; font-weight: 750; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 16px; border: 1px solid transparent; border-radius: 7px; cursor: pointer; font-weight: 800; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: #fff; background: var(--orange); box-shadow: 0 8px 18px rgba(255,107,34,.2); }
.button--primary:hover { background: var(--orange-dark); }
.button--secondary { color: var(--ink); background: #fff; border-color: #cbd6e5; }
.button--light { color: var(--ink); background: #fff; }
.button--block { width: 100%; }
.button--large { min-height: 54px; padding-inline: 24px; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.eyebrow { display: block; color: #66758f; font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

.home-layout { display: grid; grid-template-columns: minmax(0, 1fr) 268px; grid-template-areas: "hero rail" "content rail"; column-gap: 22px; align-items: start; padding: 32px 0 70px; }
.home-stage { display: contents; }
.home-content { grid-area: content; min-width: 0; }
#evento-principal, #categorias, #destacadas, #telegram { scroll-margin-top: 92px; }
.home-hero { grid-area: hero; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); gap: 32px; align-items: center; }
.home-hero--solo { grid-template-columns: minmax(0, 760px); }
.home-hero__copy { padding: 6px 0; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.trust-chips span { padding: 7px 11px; border-radius: 6px; background: #fff; box-shadow: 0 4px 12px rgba(18,34,62,.06); font-size: 12px; font-weight: 800; }
.trust-chips span:first-child { color: var(--orange-dark); }
.home-hero h1 { max-width: 650px; margin: 0 0 12px; font-size: 58px; line-height: 1.02; letter-spacing: 0; }
.home-hero__copy > p { max-width: 690px; margin: 0 0 18px; color: var(--muted); font-size: 18px; }
.search-form { display: flex; max-width: 700px; padding: 6px; background: #fff; border: 1px solid #d5deea; border-radius: 8px; box-shadow: 0 4px 14px rgba(18,34,62,.08); }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 44px; padding: 0 12px; color: var(--ink); border: 0; outline: 0; }
.search-submit { min-width: 130px; color: #fff; background: var(--orange); border: 0; border-radius: 6px; font-weight: 800; cursor: pointer; }
.market-switch { width: fit-content; display: flex; align-items: center; gap: 4px; margin-top: 12px; padding: 4px; border: 1px solid var(--line); border-radius: 7px; }
.market-switch span { padding: 6px 7px; color: var(--muted); font-size: 12px; font-weight: 800; }
.market-switch a { padding: 6px 12px; border-radius: 5px; font-weight: 800; }
.market-switch a.is-active, .market-switch a:hover { background: #fff; box-shadow: 0 2px 7px rgba(18,34,62,.1); }

.primary-event { position: relative; min-height: 350px; display: flex; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.primary-event > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: event-breathe 12s ease-in-out infinite alternate; }
.primary-event::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 3%, rgba(255,255,255,.96) 38%, rgba(255,255,255,.5) 67%, rgba(255,255,255,.06)); }
.primary-event__content { position: relative; z-index: 1; width: 65%; padding: 36px; }
.primary-event h2 { margin: 10px 0 10px; font-size: 35px; line-height: 1.08; }
.primary-event p { margin: 0 0 18px; color: var(--muted); }
.primary-event__facts { display: flex; gap: 10px; margin: 18px 0; }
.primary-event__facts span { min-width: 100px; padding: 8px 11px; border: 1px solid #ccd8e8; border-radius: 6px; background: rgba(255,255,255,.9); }
.primary-event__facts small, .primary-event__facts strong { display: block; }
.primary-event__facts small { color: var(--muted); }
@keyframes event-breathe { from { transform: scale(1); } to { transform: scale(1.035); } }

.featured-category { position: relative; min-height: 300px; display: flex; align-items: center; margin-top: 42px; overflow: hidden; border: 1px solid #e2d7cb; border-radius: 8px; background: #f8eee3; box-shadow: 0 10px 28px rgba(18,34,62,.08); }
.featured-category__media, .featured-category__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.featured-category__media img { display: block; object-fit: cover; object-position: center; }
.featured-category::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,245,.98) 0%, rgba(255,250,245,.93) 34%, rgba(255,250,245,.6) 51%, rgba(255,250,245,0) 70%); }
.featured-category__content { position: relative; z-index: 1; width: min(49%, 560px); padding: 38px; }
.featured-category__content h2 { margin: 9px 0 8px; font-size: 42px; line-height: 1.05; }
.featured-category__content p { max-width: 470px; margin: 0 0 21px; color: #4f5f76; font-size: 17px; line-height: 1.55; }

.amazon-today { margin-top: 42px; }
.micro-heading, .section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.micro-heading { margin-bottom: 10px; color: #66758f; font-size: 12px; font-weight: 850; }
.micro-heading > span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #ffab00; }
.micro-heading a, .section-heading > a { color: var(--orange-dark); font-weight: 850; }
.campaign-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.campaign-grid--single { grid-template-columns: minmax(0, 1fr); }
.campaign-tile { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; border: 1px solid var(--line); border-top: 3px solid #ffab00; border-radius: 7px; background: #fff; box-shadow: 0 8px 20px rgba(18,34,62,.04); }
.campaign-tile--daily { border-top-color: var(--ink); }
.campaign-tile > span { font-size: 12px; font-weight: 850; }
.campaign-tile > span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #ffab00; }
.campaign-tile h2 { margin: 14px 0 4px; font-size: 25px; }
.campaign-tile p { max-width: 520px; margin: 0 0 20px; color: var(--muted); }
.campaign-tile > strong { color: #b86200; font-size: 13px; }

.content-band { padding-top: 56px; }
.section-heading { margin-bottom: 14px; border-bottom: 1px solid #e3e8f0; padding-bottom: 10px; }
.section-heading h2 { margin: 0; font-size: 30px; line-height: 1.2; }
.section-heading p { margin: 3px 0 0; color: var(--muted); }
.section-heading > a { flex: none; }
.offer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.offer-grid--3, .offer-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-top: 2px solid var(--pink); border-radius: 6px; box-shadow: 0 6px 18px rgba(18,34,62,.04); }
.offer-card[data-marketplace="amazon"] { border-top-color: #ffab00; }
.offer-card__media { position: relative; aspect-ratio: 1.24 / 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f8f8f8, #e8e9ec); }
.offer-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 8px; transition: transform .25s ease; }
.offer-card:hover .offer-card__media img { transform: scale(1.025); }
.store-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-size: 11px; font-weight: 850; }
.store-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.store-badge--amazon::before { background: #f6a500; }
.offer-card__media .store-badge { position: absolute; z-index: 2; left: 10px; top: 10px; padding: 6px 9px; border-radius: 5px; background: rgba(255,255,255,.95); box-shadow: 0 3px 8px rgba(18,34,62,.1); }
.offer-card__body { flex: 1; display: flex; flex-direction: column; padding: 13px; }
.offer-card__topline { min-height: 27px; display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.discount-badge { display: inline-flex; padding: 3px 8px; color: var(--green); background: #e7f7f1; border: 1px solid #b9ead8; border-radius: 999px; font-size: 12px; font-weight: 850; }
.rating { color: #c27a00; font-size: 12px; font-weight: 850; }
.offer-card__title { min-height: 47px; margin: 8px 0; overflow-wrap: anywhere; font-size: 16px; line-height: 1.35; }
.offer-card__title a:hover { color: var(--orange-dark); }
.offer-card__proof { min-height: 22px; margin: 0 0 7px; color: var(--muted); font-size: 12px; }
.offer-card__proof strong { color: #136344; }
.offer-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.offer-card__price strong { font-size: 26px; line-height: 1.2; }
.offer-card__price del { color: var(--muted); font-size: 13px; }
.offer-card__shipping { min-height: 43px; margin: 6px 0 9px; color: var(--muted); font-size: 12px; }
.coupon-code { display: flex; justify-content: space-between; gap: 8px; padding: 8px 10px; margin: 0 0 9px; border: 1px dashed #cad5e5; border-radius: 5px; }
.coupon-code strong { color: #b97800; }
.coupon-code { overflow-wrap: anywhere; }
.offer-card__body > .button { margin-top: auto; }
.offer-card--compact .offer-card__media { aspect-ratio: 1.18 / 1; }
.offer-card--compact .offer-card__body { padding: 11px; }
.offer-card--compact .offer-card__title { min-height: 39px; display: -webkit-box; margin: 6px 0; overflow: hidden; font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.offer-card--compact .offer-card__proof { min-height: 18px; margin-bottom: 4px; }
.offer-card--compact .offer-card__price strong { font-size: 21px; }
.offer-card--compact .offer-card__price del { font-size: 11px; }
.offer-card--compact .offer-card__shipping { display: none; }
.offer-card--compact .offer-card__body > .button { min-height: 38px; margin-top: 9px; padding: 8px 10px; font-size: 13px; }
.product-showcase__tabs { display: flex; gap: 7px; margin: 0 0 14px; overflow-x: auto; scrollbar-width: thin; }
.product-showcase__tabs button { min-height: 38px; flex: 0 0 auto; padding: 7px 13px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; font-weight: 800; cursor: pointer; }
.product-showcase__tabs button:hover { color: var(--ink); border-color: #afbdd0; background: #fff; }
.product-showcase__tabs button[aria-selected="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.offer-grid--showcase { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.product-showcase .offer-card__media { aspect-ratio: 1.18 / 1; }
.product-showcase .offer-card__body { padding: 11px; }
.product-showcase .offer-card__title { min-height: 39px; display: -webkit-box; margin: 6px 0; overflow: hidden; font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-showcase .offer-card__proof { min-height: 18px; margin-bottom: 4px; }
.product-showcase .offer-card__price strong { font-size: 21px; }
.product-showcase .offer-card__price del { font-size: 11px; }
.product-showcase .offer-card__shipping { display: none; }
.product-showcase .offer-card__body > .button { min-height: 38px; padding: 8px 10px; font-size: 13px; }
.offer-grid--price-drops { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.offer-grid--price-drops.is-always-collapsible:not(.is-expanded) > .offer-card:nth-child(n+7) { display: none; }
.price-drop-showcase .product-grid__more { display: inline-flex; width: 100%; justify-content: center; }
.price-drop-card__saving { min-width: 0; color: #13734f; font-size: 11px; font-weight: 850; line-height: 1.25; overflow-wrap: anywhere; text-align: right; }
.price-drop-card__checked { color: #53637b; }
.market-hub .content-band--compact .offer-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.product-grid__more { display: none; margin: 14px auto 0; }

.secondary-event { position: relative; margin-top: 58px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 7px; }
.secondary-event::after { content: ""; position: absolute; width: 220px; height: 2px; right: -30px; bottom: 30px; background: var(--blue); transform: rotate(-18deg); opacity: .25; }
.secondary-event h2 { margin: 8px 0 4px; font-size: 25px; }
.secondary-event p { margin: 0 0 17px; color: var(--muted); }
.categories-band { padding-top: 50px; }
.category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.category-grid a { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-top: 3px solid var(--orange); border-radius: 6px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.category-grid a:nth-child(2n) { border-top-color: var(--blue); }
.category-grid a:nth-child(3n) { border-top-color: #1ea76e; }
.category-grid a.category-grid__item--accent { border-top-color: var(--orange); background: #fffaf7; }
.category-grid a.category-grid__item--accent strong { color: var(--orange-dark); }
.category-grid a::after { content: "→"; position: absolute; right: 11px; bottom: 14px; color: var(--orange-dark); font-size: 17px; }
.category-grid a:hover { border-color: #b9c8dc; box-shadow: 0 8px 18px rgba(18,34,62,.08); transform: translateY(-2px); }
.category-grid a:focus-visible { outline: 3px solid rgba(35,142,189,.28); outline-offset: 2px; }
.category-grid__media { aspect-ratio: 1; margin: 0; overflow: hidden; background: #f5f7fa; }
.category-grid__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.category-grid a:hover .category-grid__media img { transform: scale(1.015); }
.category-grid__body { min-height: 72px; padding: 11px 30px 12px 12px; }
.category-grid strong { display: block; font-size: 14px; line-height: 1.25; }
.category-grid small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.category-shortcuts { display: flex; align-items: stretch; gap: 0 20px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.category-shortcuts > span { align-self: center; flex: 0 0 auto; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.category-shortcuts a { position: relative; flex: 1 1 0; min-width: 0; padding: 7px 24px 7px 0; border-bottom: 2px solid transparent; }
.category-shortcuts a:hover { border-bottom-color: var(--orange); }
.category-shortcuts a > span { position: absolute; top: 50%; right: 2px; color: var(--orange-dark); transform: translateY(-50%); }
.category-shortcuts strong, .category-shortcuts small { display: block; }
.category-shortcuts strong { font-size: 14px; }
.category-shortcuts small { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.telegram-band { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 54px; padding: 22px 26px; color: #fff; background: #238ebd; border-left: 5px solid var(--orange); border-radius: 6px; }
.telegram-band h2, .telegram-band p { margin: 0; }

.home-rail { grid-area: rail; position: sticky; top: 92px; display: grid; gap: 14px; min-width: 0; }
.home-rail-card { position: relative; padding: 20px 16px 16px; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
.home-rail-card__close { display: none; position: absolute; top: 8px; right: 8px; width: 34px; height: 34px; place-items: center; padding: 0; color: var(--muted); background: transparent; border: 0; border-radius: 50%; font-size: 25px; line-height: 1; cursor: pointer; }
.home-rail-card__close:hover { color: var(--ink); background: #eef2f7; }
.coupon-panel { background: #fffaf7; border-color: #eadfd8; border-top: 3px solid var(--pink); }
.coupon-panel header > span { color: #6c7890; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.coupon-panel h2 { margin: 7px 0; font-size: 21px; line-height: 1.08; }
.coupon-panel p { margin: 0; color: var(--muted); font-size: 13px; }
.coupon-panel ul { list-style: none; padding: 0; margin: 14px 0; }
.coupon-panel li + li { margin-top: 8px; }
.coupon-panel li a { display: flex; justify-content: space-between; gap: 8px; padding: 7px 9px; background: #fff; border: 1px dashed #e2a55f; border-radius: 4px; font-size: 12px; }
.coupon-panel li a > span { min-width: 0; display: grid; gap: 1px; }
.coupon-panel li a small { overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.coupon-panel li a b { overflow-wrap: anywhere; font-size: 12px; }
.coupon-panel li a > strong { flex: 0 0 auto; align-self: end; color: var(--orange-dark); }
.coupon-panel__empty { display: grid; gap: 3px; margin: 15px 0; padding: 12px; border: 1px dashed #d9c6b7; border-radius: 5px; background: #fff; }
.coupon-panel__empty strong { font-size: 13px; }
.coupon-panel__empty span { color: var(--muted); font-size: 12px; }
.home-calendar { border-top: 3px solid var(--blue); }
.home-calendar header > span { color: #337ca0; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.home-calendar h2 { margin: 6px 0 12px; font-size: 21px; line-height: 1.1; }
.home-calendar ul { display: grid; gap: 0; margin: 0 0 14px; padding: 0; list-style: none; }
.home-calendar li + li { border-top: 1px solid var(--line); }
.home-calendar li a { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: center; padding: 10px 0; }
.home-calendar time { display: grid; place-items: center; min-height: 42px; color: #176b96; background: #edf8ff; border-radius: 5px; line-height: 1; }
.home-calendar time strong { font-size: 18px; }
.home-calendar time span { margin-top: 2px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.home-calendar li > a > span { min-width: 0; }
.home-calendar li > a > span small, .home-calendar li > a > span strong { display: block; }
.home-calendar li > a > span small { color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.home-calendar li > a > span strong { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-calendar li.is-coupon time { color: #9d3b00; background: #fff0e7; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--orange-dark); }
.listing-page, .article-page, .calendar-page { padding-top: 42px; padding-bottom: 80px; }
.listing-header { max-width: 900px; margin-bottom: 32px; }
.listing-header--category { max-width: none; display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); align-items: center; gap: 32px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 7px; background: #fff; }
.listing-header__content { min-width: 0; }
.listing-header__media { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border-radius: 5px; background: #f5f7fa; }
.listing-header__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.listing-header h1, .article-header h1 { margin: 5px 0 10px; font-size: 62px; line-height: 1.04; }
.listing-header p, .article-header > p { color: var(--muted); font-size: 18px; }
.listing-header .search-form { margin-top: 20px; }
.catalog-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; margin: -10px 0 30px; padding: 12px 0; border-block: 1px solid var(--line); }
.catalog-filters label { min-width: 150px; display: grid; gap: 4px; }
.catalog-filters label span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.catalog-filters select { width: 100%; min-height: 40px; padding: 7px 34px 7px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; }
.catalog-filters .button { min-height: 40px; padding: 8px 16px; }
.catalog-filters__clear { align-self: center; padding: 8px 4px; color: var(--muted); font-size: 13px; font-weight: 750; }
.catalog-filters__clear:hover { color: var(--orange-dark); }
.subcategory-nav { margin: -8px 0 32px; padding: 20px 0 24px; border-block: 1px solid var(--line); }
.subcategory-nav header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.subcategory-nav h2, .subcategory-nav p { margin: 0; }
.subcategory-nav h2 { font-size: 24px; }
.subcategory-nav p { color: var(--muted); font-size: 14px; }
.subcategory-section + .subcategory-section { margin-top: 22px; }
.subcategory-section h3 { margin: 0 0 10px; color: var(--ink); font-size: 17px; }
.subcategory-section .subcategory-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.subcategory-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.subcategory-grid a { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 7px; background: #fff; }
.subcategory-grid a:hover { border-color: var(--blue); box-shadow: 0 8px 22px rgba(15, 31, 56, .08); }
.subcategory-grid img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; object-position: center; }
.subcategory-grid__item--text { display: flex; min-height: 92px; align-items: flex-end; }
.subcategory-grid__item--text .subcategory-grid__body { width: 100%; }
.subcategory-grid__body { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px; }
.subcategory-nav .subcategory-grid__body > strong { min-width: 0; color: var(--orange-dark); font-size: 15px; }
.subcategory-grid small { color: var(--muted); font-size: 11px; white-space: nowrap; }
.archive-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.archive-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.archive-card__media { position: relative; aspect-ratio: 16 / 9; display: block; min-height: 0; overflow: hidden; background: #edf1f6; }
.archive-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 6px; object-fit: contain; }
.archive-card__body { padding: 14px; }
.archive-card__labels, .article-header__labels, .calendar-item__labels { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.archive-card__labels span { padding: 3px 6px; background: #edf2f7; border-radius: 4px; font-size: 10px; }
.archive-card h2 { margin: 9px 0 7px; font-size: 17px; line-height: 1.35; }
.archive-card p { display: -webkit-box; margin: 0 0 11px; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.archive-card .text-link { font-size: 13px; }
.text-link { color: var(--orange-dark); font-weight: 800; }
.nav-links { display: flex; gap: 8px; justify-content: center; margin-top: 30px; }
.nav-links .page-numbers { padding: 8px 12px; border: 1px solid var(--line); background: #fff; border-radius: 5px; }
.nav-links .current { color: #fff; background: var(--ink); }
.empty-state, .not-found { max-width: 720px; margin-inline: auto; padding: 90px 0; text-align: center; }
.empty-state h2, .not-found h1 { font-size: 38px; }
.not-found > span { color: var(--orange); font-size: 70px; font-weight: 900; }
.not-found .search-form { margin: 25px auto; }

.article-page { max-width: 980px; }
.article-page--product { max-width: 1140px; }
.article-header { margin-bottom: 28px; }
.article-page--product .article-header { max-width: 1000px; margin-bottom: 22px; }
.article-page--product .article-header h1 { overflow-wrap: anywhere; font-size: 48px; line-height: 1.08; }
.updated-date { color: var(--muted); font-size: 13px !important; }
.article-image { width: 100%; max-height: 680px; display: grid; place-items: center; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: zoom-in; }
.article-image img { width: 100%; max-height: 680px; object-fit: contain; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; grid-template-areas: "media rail" "body rail"; gap: 28px; align-items: start; margin: 20px 0 34px; }
.product-media { grid-area: media; min-width: 0; }
.product-body { grid-area: body; min-width: 0; }
.product-rail { position: sticky; top: 102px; grid-area: rail; align-self: start; }
body.admin-bar .product-rail { top: 134px; }
.product-gallery { min-width: 0; }
.product-gallery__stage { position: relative; height: min(46vw, 540px); min-height: 420px; }
.product-gallery .article-image { height: 100%; max-height: none; }
.product-gallery .article-image img { height: 100%; max-height: none; padding: 18px; object-fit: contain; }
.product-gallery__arrow { position: absolute; top: 50%; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(15,23,42,.16); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 5px 18px rgba(15,23,42,.14); transform: translateY(-50%); cursor: pointer; }
.product-gallery__arrow:hover { color: #fff; background: var(--ink); }
.product-gallery__arrow span { font-size: 32px; line-height: 1; transform: translateY(-1px); }
.product-gallery__arrow--prev { left: 14px; }
.product-gallery__arrow--next { right: 14px; }
.product-gallery__counter { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(15,23,42,.78); font-size: 12px; font-weight: 800; }
.product-gallery__thumbs { display: flex; gap: 8px; margin-top: 10px; padding-bottom: 2px; overflow-x: auto; }
.product-gallery__thumbs button { flex: 0 0 60px; width: 60px; height: 60px; display: grid; place-items: center; padding: 4px; overflow: hidden; border: 2px solid transparent; border-radius: 6px; background: #fff; cursor: pointer; }
.product-gallery__thumbs button[aria-current="true"] { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,106,0,.12); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-buybox { display: flex; flex-direction: column; align-items: flex-start; align-self: start; padding: 24px; border: 1px solid var(--line); border-top: 3px solid var(--pink); border-radius: 7px; background: #fff; box-shadow: 0 12px 30px rgba(18,34,62,.07); }
.product-buybox__eyebrow { margin: 0 0 8px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.product-buybox__eyebrow--fresh { color: #087c5a; }
.product-buybox__eyebrow--aging { color: #8a5b08; }
.product-buybox__eyebrow--stale, .product-buybox__eyebrow--unknown { color: #a33a2b; }
.product-buybox__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.product-buybox__price strong { font-size: 38px; line-height: 1.1; }
.product-buybox__price del { color: var(--muted); font-size: 15px; }
.discount-badge { display: inline-flex; margin-top: 12px; padding: 6px 10px; border: 1px solid #a9e5d2; border-radius: 999px; color: #087c5a; background: #e9faf4; font-size: 13px; font-weight: 850; }
.product-proof { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-proof__item { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 9px; align-items: center; padding: 0 10px; }
.product-proof__item:first-child { padding-left: 0; }
.product-proof__item + .product-proof__item { border-left: 1px solid var(--line); }
.product-proof__item:only-child { grid-column: 1 / -1; }
.product-proof__icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #edf8fc; font-size: 17px; font-weight: 900; }
.product-proof__icon--sales { color: #087c5a; background: #e9faf4; }
.product-proof__icon--rating { color: #b56600; background: #fff6e2; }
.product-proof small, .product-proof strong { display: block; }
.product-proof small { margin-bottom: 3px; color: var(--muted); font-size: 10px; line-height: 1.25; text-transform: uppercase; }
.product-proof strong { color: var(--ink); font-size: 17px; line-height: 1.2; }
.product-shipping { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.product-availability { width: 100%; margin: 16px 0 0; padding: 10px 12px; border-radius: 5px; font-size: 13px; line-height: 1.45; }
.product-availability--unavailable { border: 1px solid #efc7c2; color: #8e2f24; background: #fff4f2; }
.product-coupon { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; align-items: center; margin-top: 18px; padding: 11px 12px; border: 1px dashed #e2a55f; border-radius: 5px; background: #fffaf4; }
.product-coupon span, .product-coupon small { color: var(--muted); font-size: 12px; }
.product-coupon strong { color: var(--orange-dark); }
.product-coupon small { grid-column: 1 / -1; }
.product-buybox__button { width: 100%; margin-top: 22px; text-align: center; }
.price-watch { width: 100%; margin-top: 10px; }
.price-watch__toggle { width: 100%; text-align: center; }
.price-watch__form { width: 100%; display: grid; gap: 10px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.price-watch__form[hidden] { display: none; }
.price-watch__form > label:not(.price-watch__consent) { display: grid; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 750; }
.price-watch__form input[type="email"] { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; font: inherit; }
.price-watch__consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 8px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.45; }
.price-watch__consent input { width: 16px; height: 16px; margin-top: 1px; }
.price-watch__consent a { color: var(--blue); text-decoration: underline; }
.price-watch__status { min-height: 18px; margin: 0; font-size: 11px; line-height: 1.45; }
.price-watch__status.is-pending { color: var(--muted); }
.price-watch__status.is-success { color: #087c5a; }
.price-watch__status.is-error { color: #a33a2b; }
.affiliate-notice { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.product-facts, .date-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--line); }
.date-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-facts div, .date-facts div { padding: 16px; background: #fff; }
.product-facts small, .date-facts small, .product-facts strong, .date-facts strong { display: block; }
.product-facts small, .date-facts small { color: var(--muted); }
.product-facts strong { font-size: 24px; }
.entry-content { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.75; }
.entry-content > * { max-width: 790px; margin-inline: auto; }
.article-page--product .entry-content > * { max-width: 860px; margin-inline: 0; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content img { height: auto; }
.entry-content h2 { margin-top: 1.6em; color: var(--ink); font-family: Inter, sans-serif; font-size: 32px; line-height: 1.2; }
.oruga-editorial-content { display: grid; gap: 0; }
.oruga-template-signature { color: var(--ink); font-family: Inter, sans-serif; font-size: 16px; line-height: 1.7; }
.oruga-editorial-lead { margin-bottom: 10px; padding: 22px 0 22px 24px; border-left: 4px solid var(--pink); }
.oruga-editorial-lead h2 { margin: 3px 0 10px; font-size: 30px; }
.oruga-editorial-lead > p:last-child { margin-bottom: 0; }
.oruga-editorial-eyebrow { margin: 0; color: var(--pink); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.oruga-editorial-intro { margin: 0 0 8px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.oruga-editorial-section { padding: 22px 0; border-top: 1px solid var(--line); }
.oruga-editorial-section h2 { margin: 0 0 12px; font-size: 28px; }
.oruga-editorial-section p, .oruga-editorial-section ul { margin-top: 0; }
.oruga-editorial-section li + li { margin-top: 7px; }
.oruga-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.oruga-editorial-grid > .oruga-editorial-section { border-top: 3px solid var(--blue); }
.oruga-editorial-grid > .oruga-editorial-section:nth-child(2) { border-top-color: var(--orange); }
.oruga-editorial-grid--closing > .oruga-editorial-section { border-top-width: 1px; }
.oruga-product-details ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0; list-style: none; }
.oruga-product-details li { padding: 11px 13px; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-family: Inter, sans-serif; font-size: 14px; line-height: 1.5; }
.oruga-product-gallery > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.oruga-product-gallery a { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.oruga-product-gallery img { width: 100%; height: 100%; padding: 8px; object-fit: contain; }
.article-page--product .oruga-product-gallery { display: none; }
.oruga-related-category { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-family: Inter, sans-serif; font-size: 14px; }
.oruga-related-category a { color: var(--orange-dark); font-weight: 800; }
.editorial-note { max-width: 790px; margin: 34px auto; padding: 22px; border-left: 4px solid var(--blue); background: #edf8fc; }
.article-page--product .editorial-note,
.article-page--product .price-history,
.article-page--product .article-cta { max-width: none; margin-inline: 0; }
.editorial-note h2, .editorial-note p { margin: 0; }
.price-history { max-width: 790px; margin: 34px auto; }
.price-history h2 { margin-bottom: 4px; }
.price-history > p { margin-top: 0; color: var(--muted); }
.price-history__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--line); }
.price-history__list span { display: grid; padding: 12px; background: #fff; }
.price-history__list time { color: var(--muted); font-size: 12px; }
.article-cta { max-width: 790px; margin: 36px auto; padding: 22px; border: 1px solid var(--line); background: #fff; border-radius: 7px; }
.article-cta p { margin-top: 0; color: var(--muted); }
.product-discovery { margin: 46px 0 12px; padding-top: 30px; border-top: 1px solid var(--line); }
.product-discovery header { max-width: 680px; }
.product-discovery h2 { margin: 0 0 5px; font-size: 28px; }
.product-discovery header p { margin: 0; color: var(--muted); }
.product-discovery__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.product-discovery__links a { position: relative; min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid var(--line); border-top: 3px solid var(--pink); border-radius: 6px; color: var(--ink); background: #fff; box-shadow: 0 8px 24px rgba(18,34,62,.05); }
.product-discovery__links a:hover { border-color: var(--orange); transform: translateY(-2px); }
.product-discovery__links small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.product-discovery__links strong { margin-top: 3px; padding-right: 28px; font-size: 17px; }
.product-discovery__links span { position: absolute; right: 18px; bottom: 18px; color: var(--orange-dark); font-size: 20px; }
.post-navigation-wrap { margin-top: 50px; }
.post-navigation-wrap .nav-links { justify-content: space-between; }

.market-hero { padding-top: 70px; padding-bottom: 54px; }
.market-hero h1 { max-width: 820px; margin: 12px 0; font-size: 76px; line-height: 1; }
.market-hero > p { max-width: 760px; color: var(--muted); font-size: 19px; }
.market-hero .search-form { margin-top: 24px; }
.market-hub--amazon .market-hero { border-bottom: 4px solid #f6a500; }
.market-hub--aliexpress .market-hero { border-bottom: 4px solid var(--pink); }
.campaign-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.campaign-card { display: grid; grid-template-rows: 150px 1fr; min-height: 310px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fff; box-shadow: 0 10px 24px rgba(15, 32, 58, .06); }
.campaign-card:not(.has-image) { grid-template-rows: 1fr; border-top: 3px solid var(--pink); }
.campaign-card__visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; overflow: hidden; background: #eef3f8; }
.campaign-card__visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.campaign-card__visual img:only-child { grid-column: 1 / -1; }
.campaign-card__body { display: flex; flex-direction: column; padding: 18px; }
.campaign-card__body > small { color: var(--orange-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.campaign-card__body > strong { margin: 7px 0; font-size: 19px; line-height: 1.18; }
.campaign-card__body > span:not(.campaign-card__meta) { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.campaign-card__body .campaign-card__meta { margin-top: auto; padding-top: 15px; color: var(--muted); font-size: 12px; font-weight: 750; }
.campaign-card:hover { border-color: #b8c9dc; transform: translateY(-2px); }

.article-page--campaign { max-width: 1180px; }
.campaign-header { max-width: 900px; }
.campaign-header__lead { max-width: 790px; margin: 0; color: var(--muted); font-size: 18px; }
.campaign-status { padding: 4px 8px; border: 1px solid #b9ead8; border-radius: 999px; color: var(--green); background: #e9faf4; }
.campaign-status.is-ended { color: #855252; border-color: #ead0d0; background: #fff3f3; }
.campaign-single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px 32px; align-items: start; margin-top: 28px; }
.campaign-single-main { min-width: 0; }
.campaign-single-visual { margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.campaign-single-visual img { width: 100%; max-height: 360px; object-fit: contain; }
.campaign-collection-visual { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(170px, 230px); gap: 8px; margin: 0; padding: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.campaign-collection-visual[data-count="1"] { grid-template-columns: 1fr; }
.campaign-collection-visual img { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #f7f9fc; }
.campaign-collection-visual figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 11px; border-radius: 4px; color: #fff; background: rgba(15, 32, 58, .9); font-size: 12px; font-weight: 800; }
.campaign-date-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--line); }
.campaign-date-grid div { min-width: 0; padding: 15px 17px; background: #fff; }
.campaign-date-grid small, .campaign-date-grid strong { display: block; }
.campaign-date-grid small { margin-bottom: 3px; color: var(--muted); font-size: 12px; }
.campaign-date-grid strong { font-size: 15px; }
.campaign-single-rail { position: static; align-self: start; }
.campaign-action-card { padding: 24px; border: 1px solid var(--line); border-top: 3px solid var(--pink); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.campaign-action-card__eyebrow { margin: 0 0 10px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.campaign-action-card h2 { margin: 0; font-size: 38px; line-height: 1.08; }
.campaign-action-card__caption { margin: 6px 0 18px; color: var(--muted); font-size: 13px; }
.campaign-timeline { margin: 18px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.campaign-timeline > div { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 9px; font-size: 12px; }
.campaign-timeline > div strong:first-child { max-width: 68%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.campaign-timeline > span { height: 7px; display: block; overflow: hidden; border-radius: 999px; background: #e9eef5; }
.campaign-timeline i { height: 100%; display: block; border-radius: inherit; background: var(--orange); }
.campaign-timeline small { display: block; margin-top: 8px; color: var(--muted); }
.campaign-action-card__button { width: 100%; text-align: center; }
.campaign-details { grid-column: 1; padding-top: 28px; border-top: 1px solid var(--line); }
.campaign-details > h2 { margin: 0 0 7px; font-size: 28px; }
.campaign-details > p { max-width: 760px; margin: 0 0 20px; color: var(--muted); }
.campaign-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.campaign-detail-grid article { min-height: 145px; padding: 18px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 7px; background: #fff; }
.campaign-detail-grid article:nth-child(2) { border-top-color: var(--orange); }
.campaign-detail-grid article:nth-child(3) { border-top-color: #1ea76e; }
.campaign-detail-grid article > span { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 11px; border-radius: 6px; color: #52627d; background: #edf2f7; font-weight: 900; }
.campaign-detail-grid strong { display: block; margin-bottom: 3px; font-size: 15px; }
.campaign-detail-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.campaign-source-content { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); }
.campaign-source-content .oruga-campaign-source__conditions { margin: 0; color: var(--muted); font-size: 13px; }
.campaign-products { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--line); }
.campaign-products .section-heading { margin-bottom: 18px; }
.campaign-products .offer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.campaign-products .offer-card__title { min-height: 0; display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.campaign-products__empty { margin: 0; padding: 20px; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 7px; color: var(--muted); background: #fff; }
.campaign-archive-page { padding-bottom: 70px; }
.campaign-archive-groups { display: grid; gap: 10px; }
.campaign-archive-group.is-ended .campaign-list { opacity: .76; }
.campaign-explore { margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.campaign-explore header { margin-bottom: 15px; }
.campaign-explore h2 { margin: 0; font-size: 27px; }
.campaign-explore header p { margin: 2px 0 0; color: var(--muted); }
.campaign-explore > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.campaign-explore a { position: relative; display: grid; gap: 3px; min-height: 94px; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.campaign-explore small { color: var(--muted); }
.campaign-explore strong { padding-right: 24px; }
.campaign-explore a > span { position: absolute; right: 18px; top: 50%; color: var(--orange-dark); font-size: 22px; transform: translateY(-50%); }

.coupon-catalog-page { padding-top: 42px; padding-bottom: 80px; }
.coupon-catalog-header { max-width: 980px; }
.coupon-catalog-header h1 { margin: 7px 0 12px; font-size: 58px; line-height: 1.05; }
.coupon-catalog-header > p { max-width: 820px; margin: 0; color: var(--muted); font-size: 18px; }
.coupon-catalog-summary { display: flex; flex-wrap: wrap; gap: 0; margin-top: 26px; border-block: 1px solid var(--line); }
.coupon-catalog-summary span { min-width: 155px; display: grid; padding: 13px 26px 13px 0; color: var(--muted); font-size: 12px; }
.coupon-catalog-summary span + span { padding-left: 26px; border-left: 1px solid var(--line); }
.coupon-catalog-summary strong { color: var(--ink); font-size: 24px; line-height: 1.1; }
.coupon-catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 34px 0 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.coupon-catalog-toolbar label { width: min(100%, 620px); display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.coupon-catalog-toolbar input { width: 100%; min-height: 48px; padding: 10px 14px; color: var(--ink); border: 1px solid #cbd6e5; border-radius: 6px; background: #fff; }
.coupon-catalog-toolbar p { flex: 0 0 auto; margin: 0; color: var(--muted); font-size: 13px; }
.coupon-catalog-content .promoflow-coupon-catalog__intro { display: none; }
.promoflow-coupon-group { padding: 17px 0; border-bottom: 1px solid var(--line); }
.promoflow-coupon-group:first-of-type { border-top: 1px solid var(--line); }
.promoflow-coupon-group + .promoflow-coupon-group { margin-top: 0; }
.promoflow-coupon-group > header { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 24px; }
.promoflow-coupon-group > header > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.promoflow-coupon-group > header span { min-width: 46px; min-height: 32px; display: grid; place-items: center; padding: 5px 8px; color: #176b96; border: 1px solid #bcd9ec; border-radius: 5px; background: #edf8ff; font-size: 11px; font-weight: 850; }
.promoflow-coupon-group h2 { margin: 0; font-size: 27px; line-height: 1.2; }
.promoflow-coupon-group > header > .promoflow-coupon-group__actions { width: 100%; display: grid; grid-template-columns: minmax(110px, 1fr) 116px; align-items: center; gap: 24px; }
.promoflow-coupon-group__actions > strong { justify-self: start; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.promoflow-coupon-group__toggle { min-width: 116px; min-height: 40px; padding: 8px 12px; color: var(--ink); border: 1px solid #cbd6e5; border-radius: 5px; background: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
.promoflow-coupon-group__toggle:hover, .promoflow-coupon-group__toggle:focus-visible { color: var(--orange-dark); border-color: var(--orange); }
.promoflow-coupon-group.is-expanded .promoflow-coupon-group__toggle { color: #fff; border-color: var(--ink); background: var(--ink); }
.promoflow-coupon-group__countries { max-width: 980px; margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.promoflow-coupon-group__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.promoflow-coupon-card { min-width: 0; display: flex; flex-direction: column; gap: 5px; padding: 17px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 7px; background: #fff; }
.promoflow-coupon-card.is-active { border-top-color: var(--green); }
.promoflow-coupon-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.promoflow-coupon-card__heading strong { overflow-wrap: anywhere; font-size: 18px; }
.promoflow-coupon-card__heading span { flex: 0 0 auto; padding: 3px 7px; color: #176b96; border: 1px solid #bcd9ec; border-radius: 999px; background: #edf8ff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.promoflow-coupon-card.is-active .promoflow-coupon-card__heading span { color: var(--green); border-color: #b9ead8; background: #e9faf4; }
.promoflow-coupon-card p { margin: 0; color: var(--muted); font-size: 12px; }
.promoflow-coupon-card .promoflow-coupon-card__value { margin: 4px 0 1px; color: var(--orange-dark); font-size: 20px; font-weight: 850; }
.promoflow-coupon-card__restrictions { padding-top: 7px; border-top: 1px solid var(--line); }
.promoflow-coupon-card__actions { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 13px; }
.promoflow-coupon-card__actions button, .promoflow-coupon-card__external { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 12px; border-radius: 5px; font-size: 12px; font-weight: 800; cursor: pointer; }
.promoflow-coupon-card__actions button { color: #fff; border: 1px solid var(--ink); background: var(--ink); }
.promoflow-coupon-card__actions button.is-copied { border-color: var(--green); background: var(--green); }
.promoflow-coupon-card__external { color: var(--ink); border: 1px solid #cbd6e5; background: #fff; }
.coupon-catalog-empty { padding: 24px; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 6px; background: #fff; }
.coupon-catalog-disclosure { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); }
[hidden] { display: none !important; }

.calendar-legend { display: flex; gap: 18px; margin-top: 20px; }
.calendar-legend span::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 6px; border-radius: 50%; }
.calendar-legend .is-active::before { background: #18a870; }
.calendar-legend .is-future::before { background: #1b8fd1; }
.calendar-legend .is-ended::before { background: #d75353; }
.calendar-list { display: grid; gap: 10px; }
.calendar-item { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 22px; padding: 18px; border: 1px solid var(--line); border-left: 5px solid #18a870; border-radius: 6px; background: #fff; }
.calendar-item.is-future { border-left-color: #1b8fd1; }
.calendar-item.is-ended { border-left-color: #d75353; opacity: .72; }
.calendar-item time { text-align: center; }
.calendar-item time strong, .calendar-item time span { display: block; }
.calendar-item time strong { font-size: 32px; line-height: 1; }
.calendar-item h2 { margin: 5px 0 2px; font-size: 21px; }
.calendar-item p { margin: 0; color: var(--muted); }

.site-footer { padding: 50px 0 24px; background: #101b31; color: #dce3ee; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 50px; }
.brand--footer { width: 220px; height: 55px; color: #fff; }
.site-footer p { color: #aeb9ca; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li + li { margin-top: 8px; }
.site-footer a:hover { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 20px; border-top: 1px solid #334059; color: #8d9ab0; font-size: 12px; }

.lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 50px; background: rgba(6,12,24,.9); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 88vh; object-fit: contain; background: #fff; }
.lightbox__close { position: absolute; top: 18px; right: 24px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: transparent; font-size: 30px; cursor: pointer; }

@media (max-width: 1679px) {
  .home-layout { display: block; }
  .home-stage { display: block; }
  .home-rail { position: static; display: none; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 12px; margin-top: 18px; scroll-margin-top: 92px; }
  .home-rail.is-open, .home-rail:target { display: grid; }
  .home-rail > .home-rail-card:only-child { grid-column: 1 / -1; }
  .home-rail-card__close { display: grid; }
  .coupon-panel { padding-right: 50px; }
  .coupon-panel ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .coupon-panel li + li { margin-top: 0; }
  .coupon-panel > .button { width: fit-content; }
}
@media (min-width: 1680px) {
  .home-rail { display: grid !important; }
}
@media (max-width: 1420px) {
  .archive-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .offer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-showcase .offer-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .price-drop-showcase .offer-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .site-header__inner { gap: 18px; }
  .site-nav__list, .site-nav ul { gap: 16px; }
  .country-chip { display: none; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: 52px; }
  .market-hero h1 { font-size: 60px; }
  .primary-event { min-height: 330px; }
  .featured-category__content { width: 58%; }
  .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-showcase .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-drop-showcase .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .market-hub .content-band--compact .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-rail { grid-template-columns: 1fr; }
  .coupon-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 18px; align-items: end; }
  .coupon-panel header, .coupon-panel ul, .coupon-panel__empty { grid-column: 1 / -1; }
  .coupon-panel ul { margin: 0; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-shortcuts { flex-wrap: wrap; gap: 6px 20px; }
  .category-shortcuts > span { flex-basis: 100%; }
  .category-shortcuts a { flex: 1 1 calc(50% - 20px); }
  .subcategory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subcategory-section .subcategory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-page--product { max-width: 980px; }
  .product-layout { grid-template-columns: 1fr; grid-template-areas: "media" "rail" "body"; gap: 24px; }
  .product-rail, body.admin-bar .product-rail { position: static; }
  .product-gallery__stage { height: min(58vw, 500px); min-height: 360px; }
  .product-buybox__button { margin-top: 24px; }
  .campaign-single-layout { grid-template-columns: 1fr; }
  .campaign-products .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .campaign-details { grid-column: auto; }
  .promoflow-coupon-group__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  body.admin-bar .site-header { top: 46px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header__inner { min-height: 62px; }
  .brand { font-size: 21px; }
  .brand--image { width: 162px; height: 41px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 12px 14px 18px; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: block; }
  .site-nav__list, .site-nav ul { display: grid; gap: 0; }
  .site-nav a { display: block; padding: 11px; border-bottom: 1px solid #edf0f5; }
  .header-actions .button { min-height: 38px; padding: 7px 9px; font-size: 12px; }
  .coupon-button__wide { display: none; }
  .coupon-button__short { display: inline; }
  .home-layout { padding-top: 22px; }
  #evento-principal, #categorias, #destacadas, #telegram { scroll-margin-top: 74px; }
  .home-hero { gap: 25px; }
  .home-hero h1 { font-size: 43px; }
  .home-hero__copy > p { font-size: 16px; }
  .trust-chips span:nth-child(3) { display: none; }
  .search-form { flex-direction: column; }
  .search-submit { min-height: 43px; }
  .market-switch { width: 100%; overflow-x: auto; }
  .primary-event { min-height: 420px; align-items: flex-end; }
  .primary-event::after { background: linear-gradient(0deg, #fff 10%, rgba(255,255,255,.93) 57%, rgba(255,255,255,.1)); }
  .primary-event__content { width: 100%; padding: 24px; }
  .primary-event h2 { font-size: 29px; }
  .featured-category { min-height: 500px; align-items: flex-start; margin-top: 34px; }
  .featured-category::after { background: linear-gradient(180deg, rgba(255,250,245,.98) 0%, rgba(255,250,245,.92) 32%, rgba(255,250,245,.48) 49%, rgba(255,250,245,0) 70%); }
  .featured-category__media img { object-position: center; }
  .featured-category__content { width: 100%; padding: 26px; }
  .featured-category__content h2 { font-size: 35px; }
  .featured-category__content p { max-width: 480px; font-size: 15px; }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-tile { min-height: 190px; }
  .content-band { padding-top: 42px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 25px; }
  .section-heading p { font-size: 14px; }
  .section-heading > a { font-size: 13px; }
  .offer-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .offer-card { display: flex; flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
  .product-showcase .offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 0; }
  .product-showcase .offer-card { display: flex; min-width: 0; width: auto; max-width: none; flex: initial; }
  .price-drop-showcase .offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 0; }
  .price-drop-showcase .offer-card { display: flex; min-width: 0; width: auto; max-width: none; flex: initial; }
  .market-hub .content-band--compact .offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 0; }
  .market-hub .offer-card--compact { min-width: 0; width: auto; max-width: none; flex: initial; }
  .offer-grid.is-mobile-collapsible:not(.is-expanded) > .offer-card:nth-child(n+7) { display: none; }
  .product-grid__more { display: inline-flex; width: 100%; justify-content: center; }
  .product-showcase .offer-card__media .store-badge { left: 6px; top: 6px; padding: 4px 6px; font-size: 9px; }
  .product-showcase .discount-badge, .product-showcase .rating { font-size: 10px; }
  .product-showcase .offer-card__proof, .product-showcase .offer-card__shipping { display: none; }
  .product-showcase .offer-card__price { margin-bottom: 7px; }
  .campaign-products .offer-grid { display: grid; grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }
  .campaign-products .offer-card { display: flex; width: 100%; max-width: none; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-shortcuts { gap: 6px; }
  .category-shortcuts a { flex-basis: 100%; padding-block: 9px; }
  .telegram-band { align-items: flex-start; flex-direction: column; }
  .home-rail { grid-template-columns: 1fr; scroll-margin-top: 74px; }
  .coupon-panel { display: block; padding: 20px 50px 16px 16px; }
  .coupon-panel ul { display: grid; grid-template-columns: 1fr; margin: 14px 0; }
  .coupon-panel li + li { margin-top: 7px; }
  .coupon-panel > .button { width: 100%; }
  .subcategory-nav header { align-items: flex-start; flex-direction: column; gap: 4px; }
	.catalog-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; }
	.catalog-filters label { min-width: 0; }
	.catalog-filters label:nth-of-type(3) { grid-column: 1 / -1; }
	.catalog-filters .button { width: 100%; }
	.catalog-filters__clear { justify-self: center; }
  .listing-header--category { grid-template-columns: 1fr; gap: 18px; padding: 16px; }
  .listing-header__media { aspect-ratio: 16 / 9; }
  .subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subcategory-section .subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subcategory-grid__body { align-items: flex-start; flex-direction: column; gap: 2px; }
  .subcategory-grid small { white-space: normal; }
  .archive-grid, .campaign-list { grid-template-columns: 1fr; }
  .listing-header h1, .article-header h1 { font-size: 40px; }
  .article-page--product .article-header h1 { font-size: 36px; line-height: 1.1; }
  .product-gallery__stage { height: min(84vw, 380px); min-height: 260px; }
  .product-buybox { padding: 19px; }
  .product-buybox__price strong { font-size: 32px; }
  .oruga-editorial-intro { font-size: 18px; }
  .oruga-editorial-lead { padding: 18px 0 18px 18px; }
  .oruga-editorial-lead h2 { font-size: 25px; }
  .oruga-editorial-grid { grid-template-columns: 1fr; gap: 0; }
  .oruga-product-details ul { grid-template-columns: 1fr; }
  .oruga-product-gallery > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-gallery__arrow { width: 38px; height: 38px; }
  .product-gallery__arrow--prev { left: 9px; }
  .product-gallery__arrow--next { right: 9px; }
  .product-discovery__links { grid-template-columns: 1fr; }
  .product-discovery__links a { min-height: 96px; }
  .campaign-header__lead { font-size: 16px; }
  .campaign-date-grid { grid-template-columns: 1fr; }
  .campaign-detail-grid, .campaign-explore > div { grid-template-columns: 1fr; }
  .campaign-single-visual { padding: 10px; }
  .campaign-collection-visual { grid-auto-rows: minmax(125px, 42vw); }
  .campaign-action-card h2 { font-size: 36px; }
  .coupon-catalog-header h1 { font-size: 42px; }
  .coupon-catalog-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
  .coupon-catalog-toolbar p { align-self: flex-start; }
  .promoflow-coupon-group > header { align-items: flex-start; }
  .promoflow-coupon-group__grid { grid-template-columns: 1fr; }
  .market-hero h1 { font-size: 44px; }
  .product-facts, .date-facts { grid-template-columns: 1fr; }
  .price-history__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calendar-item { grid-template-columns: 64px 1fr; gap: 12px; }
  .calendar-item > .button { grid-column: 1 / -1; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 25px; }
  .site-footer__bottom { flex-direction: column; }
  .lightbox { padding: 20px; }
}
@media (max-width: 480px) {
  .brand--image { width: 132px; height: 34px; }
  .site-header__inner { gap: 9px; }
  .header-actions { gap: 5px; }
  .menu-toggle { width: 38px; height: 38px; padding: 8px; }
  .featured-category { min-height: 450px; }
  .featured-category__content { padding: 22px; }
  .featured-category__content h2 { font-size: 32px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subcategory-grid { grid-template-columns: 1fr; }
  .subcategory-section .subcategory-grid { grid-template-columns: 1fr; }
  .category-grid__body { min-height: 82px; padding-right: 26px; }
  .category-grid strong { font-size: 13px; }
  .product-showcase .offer-card__body { padding: 9px; }
  .product-showcase .offer-card__title { min-height: 36px; font-size: 13px; }
  .product-showcase .offer-card__price strong { font-size: 19px; }
  .product-showcase .offer-card__body > .button { min-height: 36px; padding-inline: 6px; font-size: 12px; }
  .price-drop-showcase .offer-card__body { padding: 9px; }
  .price-drop-showcase .offer-card__title { min-height: 36px; font-size: 13px; }
  .price-drop-showcase .offer-card__price strong { font-size: 19px; }
  .price-drop-showcase .offer-card__body > .button { min-height: 36px; padding-inline: 6px; font-size: 12px; }
  .article-page--product .article-header h1 { font-size: 32px; }
  .product-gallery__stage { height: min(82vw, 340px); min-height: 240px; }
  .coupon-catalog-header h1 { font-size: 36px; }
  .coupon-catalog-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coupon-catalog-summary span { min-width: 0; padding: 11px 14px 11px 0; }
  .coupon-catalog-summary span + span { padding-left: 14px; }
  .coupon-catalog-summary span:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .promoflow-coupon-group > header { grid-template-columns: 1fr; gap: 10px; }
  .promoflow-coupon-group > header > .promoflow-coupon-group__actions { grid-template-columns: minmax(0, 1fr) 116px; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
