/* VartoModa public editorial system v4.6.12
   One coherent visual language for every Ukrainian public page.
   Loaded last so legacy plum/blue rules cannot leak into secondary pages. */

:root {
  --ink: #181914;
  --ink-soft: #53584f;
  --muted: #747970;
  --line: #e3ded2;
  --paper: #fffefa;
  --paper-soft: #f7f4ec;
  --cream: #f4f0e6;
  --cream-2: #ece7dc;
  --plum: #245d49;
  --plum-2: #173f32;
  --rose: #2f725b;
  --rose-2: #4c8a72;
  --apricot: #c98a20;
  --success: #246b50;
  --warning: #a66d10;
  --danger: #a23b36;
  --shadow-sm: 0 12px 34px rgba(42, 50, 43, .065);
  --shadow-md: 0 20px 52px rgba(42, 50, 43, .10);
  --shadow-lg: 0 30px 78px rgba(42, 50, 43, .13);

  --vm-bg: #fbfaf6;
  --vm-paper: #fffefa;
  --vm-paper-2: #f7f4ec;
  --vm-ink: #181914;
  --vm-muted: #747970;
  --vm-plum: #245d49;
  --vm-plum-2: #173f32;
  --vm-rose: #2f725b;
  --vm-coral: #c98a20;
  --vm-gold: #c88919;
  --vm-line: rgba(52, 68, 58, .14);
  --vm-shadow: 0 24px 64px rgba(42, 50, 43, .11);
  --vm-shadow-soft: 0 12px 34px rgba(42, 50, 43, .07);
}

body {
  color: var(--ed-ink);
  background: var(--ed-bg) !important;
}

/* Shared editorial typography and controls */
.page-hero h1,
.intro-grid h1,
.detail-title,
.section-head h2,
.review-section h2,
.text-page h2,
.card-head h2,
.empty-state h2,
.guide-side strong,
.category-tile span,
.review-row h3,
.product-body h3 {
  font-family: var(--ed-serif);
  font-weight: 500;
  letter-spacing: -.035em;
}

.kicker,
.eyebrow {
  color: var(--ed-green) !important;
  font-weight: 800;
  letter-spacing: .15em;
}

.btn {
  border-radius: 999px;
  box-shadow: none !important;
}
.btn.primary,
.btn.dark,
.btn.card-btn {
  border-color: var(--ed-ink) !important;
  background: var(--ed-ink) !important;
  color: #fff !important;
}
.btn.primary:hover,
.btn.dark:hover,
.btn.card-btn:hover {
  border-color: var(--ed-green-dark) !important;
  background: var(--ed-green-dark) !important;
}
.btn.secondary,
.btn.ghost {
  border-color: var(--ed-line) !important;
  background: #fff !important;
  color: var(--ed-ink) !important;
}
.btn.secondary:hover,
.btn.ghost:hover {
  border-color: #c9c2b5 !important;
  color: var(--ed-green) !important;
}
.text-link { color: var(--ed-green) !important; }

/* Secondary page mastheads */
.page-hero,
.page-hero.compact,
.reviews-intro,
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) 0 !important;
  border-bottom: 1px solid var(--ed-line);
  color: var(--ed-ink) !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(35, 94, 74, .065), transparent 25vw),
    linear-gradient(180deg, #f7f4ec 0%, #fbfaf6 100%) !important;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(35, 94, 74, .12);
  border-radius: 50%;
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero.compact h1,
.intro-grid h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ed-ink);
  font-size: clamp(2.55rem, 5vw, 4.85rem);
  line-height: 1.01;
}
.page-hero p,
.intro-grid p {
  max-width: 720px;
  color: var(--ed-ink-soft) !important;
  font-size: 1.04rem;
  line-height: 1.72;
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(34px, 6vw, 78px);
  align-items: end;
}
.intro-card {
  min-height: 180px;
  padding: 28px;
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.76) !important;
  box-shadow: none !important;
}
.intro-card strong {
  display: block;
  color: var(--ed-green-dark) !important;
  font-family: var(--ed-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
}
.intro-card span { display: block; margin-top: 12px; color: var(--ed-muted); line-height: 1.55; }

/* Reviews directory */
.reviews-shell,
.pro-reviews-shell {
  padding: 44px 0 var(--space-section);
  border: 0 !important;
  background: var(--ed-bg) !important;
}
.reviews-layout { gap: 34px; }
.filter-panel,
.pro-filter {
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.filter-title {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--ed-line);
}
.filter-title strong { color: var(--ed-ink); font-family: var(--ed-serif); font-size: 1.28rem; font-weight: 500; }
.filter-title span { color: var(--ed-muted); }
.search-box {
  border-color: var(--ed-line) !important;
  border-radius: 12px !important;
  background: #fbfaf6 !important;
}
.search-box:focus-within { border-color: var(--ed-green) !important; box-shadow: 0 0 0 3px rgba(35,94,74,.10); }
.filter-group h3 { color: var(--ed-ink-soft) !important; }
.chip {
  border-color: var(--ed-line) !important;
  background: #fff !important;
  color: var(--ed-ink-soft) !important;
}
.chip.active,
.chip:hover {
  border-color: var(--ed-green-dark) !important;
  background: var(--ed-green-dark) !important;
  color: #fff !important;
}
.featured-toggle { border-top-color: var(--ed-line) !important; color: var(--ed-ink); }
.featured-toggle input { accent-color: var(--ed-green-dark) !important; }
.result-toolbar,
.pro-toolbar {
  margin-bottom: 18px;
  padding: 17px 18px;
  border: 1px solid var(--ed-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.sort-select {
  border-color: var(--ed-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ed-ink) !important;
}
.comparison-strip {
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ed-line);
  border-radius: 14px;
  background: var(--ed-line);
}
.comparison-strip a {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.comparison-strip a:hover { background: #f2f6f3 !important; }
.comparison-strip span { color: var(--ed-green) !important; }
.comparison-strip em { color: var(--ed-gold) !important; }
.review-list { gap: 18px; }
.review-row,
.pro-review-row {
  grid-template-columns: minmax(250px, 31%) minmax(0, 1fr);
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.review-row:hover,
.pro-review-row:hover {
  transform: translateY(-2px);
  border-color: #cfc8bb !important;
  box-shadow: var(--ed-shadow) !important;
}
.review-row .product-body { padding: clamp(24px, 3vw, 34px); }
.product-meta { color: var(--ed-muted) !important; }
.rating { color: var(--ed-gold) !important; }
.review-row h3 { color: var(--ed-ink); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.16; }
.review-row .product-body > p { color: var(--ed-ink-soft); line-height: 1.65; }
.decision-grid div,
.card-proof {
  border-color: var(--ed-line) !important;
  border-radius: 12px !important;
  background: #faf8f3 !important;
}
.decision-grid span,
.card-proof span { color: var(--ed-muted) !important; }
.decision-grid strong,
.card-proof strong { color: var(--ed-ink) !important; }
.badge {
  background: #fff !important;
  color: var(--ed-ink) !important;
}
.deal {
  background: #fff3d6 !important;
  color: #8a5a00 !important;
}
.rank-badge {
  background: var(--ed-green-dark) !important;
  color: #fff !important;
}

/* Categories */
.category-grid,
.pro-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border-top: 1px solid var(--ed-line);
  border-left: 1px solid var(--ed-line);
}
.category-tile,
.pro-category-tile {
  min-height: 245px;
  padding: 28px !important;
  border: 0 !important;
  border-right: 1px solid var(--ed-line) !important;
  border-bottom: 1px solid var(--ed-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.category-tile::after,
.pro-category-tile::after { display: none !important; }
.category-tile:hover,
.pro-category-tile:hover {
  transform: none !important;
  background: #f1f6f2 !important;
  box-shadow: none !important;
}
.pro-category-tile small { color: var(--ed-green) !important; }
.category-tile span { color: var(--ed-ink); font-size: 1.55rem; line-height: 1.18; }
.category-tile p { color: var(--ed-muted); line-height: 1.6; }
.category-tile em { color: var(--ed-green) !important; }

/* Product detail */
.detail-hero,
.pro-detail-hero {
  padding: 48px 0 var(--space-section) !important;
  background: var(--ed-bg) !important;
}
.breadcrumb { color: var(--ed-muted); }
.breadcrumb a { color: var(--ed-green); font-weight: 750; }
.detail-card,
.pro-detail-card {
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid var(--ed-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.detail-title {
  max-width: 900px;
  color: var(--ed-ink);
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 1;
}
.detail-lead { color: var(--ed-ink-soft); line-height: 1.7; }
.detail-meta span {
  border-color: #d8e2dc !important;
  background: #f1f6f2 !important;
  color: var(--ed-green-dark) !important;
}
.detail-gallery,
.pro-gallery {
  border-color: var(--ed-line) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
.gallery-thumb {
  border-color: var(--ed-line) !important;
  border-radius: 12px !important;
}
.gallery-thumb:hover,
.gallery-thumb:focus-visible { border-color: var(--ed-green) !important; box-shadow: var(--ed-shadow) !important; }
.gallery-thumb.active { border-color: var(--ed-green-dark) !important; box-shadow: 0 0 0 3px rgba(35,94,74,.11) !important; }
.gallery-thumbs::-webkit-scrollbar-thumb { background: rgba(35,94,74,.24) !important; }
.article-nav {
  border-color: var(--ed-line) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: none !important;
}
.article-nav a {
  color: var(--ed-green-dark) !important;
  background: #f1f6f2 !important;
}
.review-section {
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.review-section p { color: var(--ed-ink-soft) !important; line-height: 1.75; }
.verdict-block {
  border-color: var(--ed-green-dark) !important;
  background: var(--ed-green-dark) !important;
  color: #fff !important;
}
.verdict-block h2 { color: #fff; }
.verdict-block .eyebrow,
.verdict-block p { color: #dbe9e2 !important; }
.verdict-price-note { margin-bottom: 0; }
.verdict-purchase {
  margin: 18px 0 24px;
  padding: 0 8px;
}
.verdict-amazon-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: #e84b16;
  color: #fff !important;
  font-family: var(--ed-sans);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(154, 54, 15, .24);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.verdict-amazon-cta:hover {
  background: #cf3f0e;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 15px 32px rgba(154, 54, 15, .30);
}
.verdict-amazon-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .85);
  outline-offset: 3px;
}
.verdict-amazon-cta > span:first-child {
  flex: 0 0 auto;
  font-size: 1.12em;
  line-height: 1;
}
.verdict-disclosure {
  margin: 12px 0 0;
  color: var(--ed-ink-soft) !important;
  font-size: .78rem;
  line-height: 1.55;
}
.score-card {
  border-radius: 18px !important;
  background: var(--ed-green-dark) !important;
  box-shadow: none !important;
}
.score-card p { color: #dbe9e2 !important; }
.aside-card {
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.pros-cons li {
  border-color: var(--ed-line) !important;
  border-radius: 10px !important;
  background: #faf8f3 !important;
}
.spec-list li { border-bottom-color: var(--ed-line) !important; }
.faq-list details {
  border-color: var(--ed-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
}
.faq-list details[open] { background: #faf8f3 !important; }
.check-list-public li { color: var(--ed-ink-soft) !important; }

/* Guides and text pages */
.guide-layout { gap: 32px; }
.pro-text-page,
.text-page,
.guide-side {
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.pro-text-page h2,
.text-page h2 { color: var(--ed-ink); font-size: clamp(1.75rem, 3vw, 2.45rem); }
.pro-text-page p,
.text-page p { color: var(--ed-ink-soft); line-height: 1.8; }
.guide-side { background: #f1f6f2 !important; }
.guide-side strong { color: var(--ed-green-dark) !important; }
.guide-side span { color: var(--ed-green) !important; }
.guide-side p { color: var(--ed-ink-soft); }

/* Contact */
.contact-grid { gap: 32px; }
.contact-form,
.mini-panel {
  border: 1px solid var(--ed-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.contact-form label { color: var(--ed-ink) !important; }
.contact-form input,
.contact-form textarea {
  border-color: var(--ed-line) !important;
  border-radius: 10px !important;
  background: #fbfaf6 !important;
  color: var(--ed-ink) !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ed-green) !important;
  box-shadow: 0 0 0 3px rgba(35,94,74,.10) !important;
  background: #fff !important;
}
.mini-panel span {
  border-radius: 999px !important;
  background: #f1f6f2 !important;
  color: var(--ed-green) !important;
}
.mini-panel strong { color: var(--ed-ink) !important; }
.mini-panel p { color: var(--ed-muted) !important; }
.mini-panel.muted { background: #f7f4ec !important; }
.notice.success { background: #edf7f1 !important; color: #1d6548 !important; }
.notice.error { background: #fff0ee !important; color: #913b35 !important; }

/* Empty, error and utility surfaces */
.empty-state,
.error-box {
  border: 1px solid var(--ed-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--ed-ink-soft) !important;
}
.muted { color: var(--ed-muted) !important; }

/* Footer must not inherit legacy burgundy/blue values from old database settings. */
.editorial-footer {
  color: #1c2b25 !important;
  background: #f1ede4 !important;
  border-top-color: var(--ed-green-dark) !important;
}
.editorial-footer .footer-brand,
.editorial-footer .footer-col h3 { color: var(--ed-green-dark) !important; }
.editorial-footer .footer-brand-block p,
.editorial-footer .footer-col a,
.editorial-footer .footer-bottom { color: #5f6b65 !important; }
.editorial-footer .footer-bottom-wrap { background: #e8e1d5 !important; }

@media (max-width: 1050px) {
  .intro-grid { grid-template-columns: 1fr; }
  .intro-card { max-width: 360px; }
  .category-grid,
  .pro-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .reviews-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .review-row,
  .pro-review-row { grid-template-columns: 1fr; }
  .review-row .product-image { min-height: 360px; }
}

@media (max-width: 760px) {
  .page-hero.compact h1,
  .intro-grid h1,
  .detail-title { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .category-grid,
  .pro-category-grid { grid-template-columns: 1fr; }
  .category-tile,
  .pro-category-tile { min-height: 190px; }
  .decision-grid,
  .spec-list-wide { grid-template-columns: 1fr; }
  .row-actions { flex-direction: column; }
  .row-actions .btn { width: 100%; }
  .detail-card,
  .review-section,
  .contact-form { padding: 22px !important; }
}

/* v4.6.15 — category background images with adjustable fade */
.category-tile,
.pro-category-tile{position:relative;isolation:isolate;overflow:hidden;display:flex!important;align-items:flex-end!important;padding:0!important;background:#fff!important}
.category-background-image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.category-background-fade{position:absolute;z-index:-2;inset:0;background:#fbf8f2}
.category-tile-content{position:relative;z-index:1;display:flex;flex:1;min-height:245px;flex-direction:column;justify-content:space-between;width:100%;padding:28px}
.category-tile-content>strong{color:var(--ed-ink);font-family:var(--ed-serif);font-size:1.7rem;line-height:1.08}
.category-tile.has-category-image .category-tile-content{min-height:285px;margin:18px;padding:22px;border:1px solid rgba(255,255,255,.62);border-radius:14px;background:rgba(255,255,255,.83);backdrop-filter:blur(7px);box-shadow:0 10px 35px rgba(20,31,25,.08)}
.category-tile.has-category-image:hover .category-background-image{transform:scale(1.025)}
.category-tile.has-category-image:hover{background:#fff!important}
@media(max-width:760px){.category-tile-content{min-height:200px}.category-tile.has-category-image .category-tile-content{min-height:220px;margin:12px}}

/* v4.6.20 — scalable review catalogue
   Four compact cards per desktop row, with pagination for large catalogues. */
.page-reviews-index .site-header {
  position: relative;
}

.page-reviews-index .catalog-reviews-shell {
  padding-top: 38px;
}

.catalog-reviews-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 26px;
}

.catalog-filter {
  top: 18px;
}

.catalog-toolbar {
  margin-bottom: 16px;
}

.catalog-toolbar > div {
  display: grid;
  gap: 2px;
}

.catalog-toolbar .muted {
  color: var(--ed-muted);
  font-size: .78rem;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.catalog-product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ed-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.catalog-product-card:hover {
  transform: translateY(-3px);
  border-color: #cec7ba;
  box-shadow: var(--ed-shadow);
}

.catalog-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / .96;
  background: var(--product-image-bg, #f7f4ec);
}

.catalog-product-media img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  transition: transform .22s ease;
}

.catalog-product-card:hover .catalog-product-media img {
  transform: scale(1.025);
}

.catalog-product-media .badge,
.catalog-product-media .deal,
.catalog-product-media .rank-badge {
  padding: 6px 8px;
  font-size: .6rem;
  line-height: 1.1;
}

.catalog-product-media .badge {
  top: 9px;
  left: 9px;
  overflow: hidden;
  max-width: 58%;
  color: #fff;
  background: var(--ed-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-product-media .deal {
  top: 9px;
  right: 9px;
  max-width: 38%;
  color: #5b3b00;
  background: #fff1cd;
  text-align: center;
}

.catalog-product-media .rank-badge {
  bottom: 9px;
  left: 9px;
  top: auto;
  color: #fff;
  background: var(--ed-green-dark);
}

.catalog-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.catalog-product-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--ed-muted);
  font-size: .68rem;
  font-weight: 800;
}

.catalog-brand {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-product-meta .rating {
  flex: 0 0 auto;
  font-size: .66rem;
}

.catalog-product-body h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 3.45em;
  margin: 9px 0 7px;
  color: var(--ed-ink);
  font-family: var(--ed-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-product-body > p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 4.35em;
  margin: 0;
  color: var(--ed-ink-soft);
  font-size: .7rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-card-footer {
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding-top: 13px;
}

.catalog-card-footer > span {
  overflow: hidden;
  color: var(--ed-muted);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-card-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid var(--ed-ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ed-ink);
  font-size: .68rem;
  font-weight: 850;
  text-align: center;
}

.catalog-card-button:hover {
  border-color: var(--ed-green-dark);
  background: var(--ed-green-dark);
}

.catalog-pagination {
  display: grid;
  grid-template-columns: minmax(100px, auto) 1fr minmax(100px, auto);
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--ed-line);
}

.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pagination-page,
.pagination-arrow,
.pagination-ellipsis {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ed-line);
  border-radius: 999px;
  color: var(--ed-ink);
  background: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.pagination-arrow {
  padding: 7px 13px;
}

.pagination-arrow:last-child {
  justify-self: end;
}

.pagination-page:hover,
.pagination-arrow:hover,
.pagination-page.current {
  border-color: var(--ed-green-dark);
  color: #fff;
  background: var(--ed-green-dark);
}

.pagination-arrow.disabled {
  opacity: .42;
  pointer-events: none;
}

.pagination-ellipsis {
  min-width: 24px;
  border-color: transparent;
  background: transparent;
}

.catalog-empty-state {
  min-height: 260px;
  display: grid;
  place-content: center;
}
