.ozonster-feed-page {
  background: #eef4ff;
  height: 100svh;
  overflow: hidden;
}

body.ozonster-feed-page.ozonster-home-feed-page {
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

body.admin-bar.ozonster-feed-page {
  height: calc(100svh - 32px);
}

body.admin-bar.ozonster-feed-page.ozonster-home-feed-page {
  height: auto;
  min-height: 100svh;
}

@media (max-width: 782px) {
  body.admin-bar.ozonster-feed-page {
    height: calc(100svh - 46px);
  }

  body.admin-bar.ozonster-feed-page.ozonster-home-feed-page {
    height: auto;
    min-height: 100svh;
  }
}

html:has(body.ozonster-feed-page) {
  overflow: hidden;
}

html:has(body.ozonster-home-feed-page) {
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

.ozonster-feed-page .site-header,
.ozonster-feed-page .main-navigation,
.ozonster-feed-page .site-footer,
.ozonster-feed-page .site-info,
.ozonster-feed-page .footer-widgets,
.ozonster-feed-page .page-header,
.ozonster-feed-page .entry-header {
  display: none;
}

.ozonster-feed-page .site,
.ozonster-feed-page #page,
.ozonster-feed-page .site-content,
.ozonster-feed-page .content-area,
.ozonster-feed-page .inside-article,
.ozonster-feed-page .entry-content {
  height: 100%;
  margin: 0;
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.ozonster-feed-page .entry-content > * {
  max-width: none;
}

.ozonster-feed-page.ozonster-home-feed-page .site,
.ozonster-feed-page.ozonster-home-feed-page #page,
.ozonster-feed-page.ozonster-home-feed-page .site-content,
.ozonster-feed-page.ozonster-home-feed-page .content-area,
.ozonster-feed-page.ozonster-home-feed-page .inside-article,
.ozonster-feed-page.ozonster-home-feed-page .entry-content {
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.ozonster-home-feed-page .ozonster-feed__track {
  overscroll-behavior: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
}

.ozonster-feed {
  --feed-height: 100svh;
  --ozon-blue: #005bff;
  --ozon-violet: #7b2cff;
  --ozon-cyan: #00c7ff;
  --ozon-pink: #ff2aa1;
  --ozon-bg: #edf4ff;
  --ozon-text: #070b18;
  --ozon-muted: #65708a;
  --ozon-border: rgba(0, 91, 255, 0.14);
  background:
    linear-gradient(122deg, rgba(0, 91, 255, 0.2) 0 18%, transparent 18% 46%, rgba(123, 44, 255, 0.18) 46% 64%, transparent 64%),
    linear-gradient(32deg, rgba(0, 199, 255, 0.18) 0 16%, transparent 16% 56%, rgba(255, 42, 161, 0.1) 56% 72%, transparent 72%),
    var(--ozon-bg);
  background-size: 145% 145%, 160% 160%, auto;
  color: var(--ozon-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  height: var(--feed-height);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.ozonster-feed::before,
.ozonster-feed::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ozonster-feed::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), transparent 24% 76%, rgba(255, 255, 255, 0.48)),
    repeating-linear-gradient(90deg, rgba(0, 91, 255, 0.055) 0 1px, transparent 1px 96px);
  mix-blend-mode: screen;
}

.ozonster-feed::after {
  display: none;
}

body.admin-bar .ozonster-feed {
  --feed-height: calc(100svh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .ozonster-feed {
    --feed-height: calc(100svh - 46px);
  }
}

.ozonster-feed__topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(22, 54, 117, 0.14);
  display: flex;
  gap: 0;
  justify-content: space-between;
  left: clamp(16px, 3vw, 52px);
  padding: 10px 14px;
  position: absolute;
  right: clamp(16px, 3vw, 52px);
  top: 10px;
  z-index: 8;
}

.ozonster-feed__brand {
  align-items: center;
  color: var(--ozon-blue);
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  text-decoration: none;
}

.ozonster-feed__brand::before {
  background:
    var(--ozonster-favicon, linear-gradient(135deg, var(--ozon-blue), var(--ozon-violet), #ff2aa1))
    center / cover no-repeat;
  border-radius: 8px;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}

.ozonster-feed__navlinks {
  align-items: center;
  display: flex;
  gap: clamp(10px, 2vw, 24px);
  margin: 0 auto 0 26px;
}

.ozonster-feed__navlinks a {
  color: #27324d;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ozonster-feed__navlinks a:hover,
.ozonster-feed__navlinks a:focus {
  color: var(--ozon-blue);
}

.ozonster-feed__navlinks a.is-current,
.ozonster-feed__navlinks a[aria-current="page"] {
  color: var(--ozon-blue);
  text-shadow: 0 10px 24px rgba(0, 91, 255, 0.22);
}

.ozonster-feed__topbar span {
  color: var(--ozon-muted);
  font-size: 14px;
  font-weight: 700;
}

.ozonster-feed__track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  height: var(--feed-height);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.ozonster-feed__track::-webkit-scrollbar {
  display: none;
}

.ozonster-feed__loader {
  bottom: 22px;
  color: var(--ozon-muted);
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}

.ozonster-feed__loader[hidden] {
  display: none;
}

.ozonster-feed__footer {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 0 28px;
  text-align: center;
  width: min(1120px, calc(100% - 96px));
  z-index: 5;
}

.ozonster-feed__footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
}

.ozonster-feed__controls {
  inset: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

.ozonster-feed__swipe-hint {
  display: none;
}

.ozonster-feed__nav {
  align-items: center;
  appearance: none;
  backdrop-filter: blur(16px);
  background:
    linear-gradient(135deg, rgba(0, 91, 255, 0.94), rgba(123, 44, 255, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(0, 91, 255, 0.26);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: clamp(58px, 6vw, 78px);
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  width: clamp(58px, 6vw, 78px);
}

.ozonster-feed__nav:hover,
.ozonster-feed__nav:focus {
  box-shadow: 0 22px 58px rgba(0, 91, 255, 0.34);
  color: #ffffff;
  filter: brightness(1.06);
}

.ozonster-feed__nav span {
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ozonster-feed__nav i {
  background: none;
  border: solid currentColor;
  border-width: 0 4px 4px 0;
  display: inline-block;
  height: 14px;
  transform-origin: center;
  width: 14px;
}

.ozonster-feed__nav--prev {
  left: clamp(16px, 2.4vw, 42px);
  transform: translateY(-50%);
}

.ozonster-feed__nav--prev i {
  margin-left: 5px;
  transform: rotate(135deg);
}

.ozonster-feed__nav--next {
  right: clamp(16px, 2.4vw, 42px);
  transform: translateY(-50%);
}

.ozonster-feed__nav--next i {
  margin-right: 5px;
  transform: rotate(-45deg);
}

.ozonster-feed__footer a {
  color: rgba(7, 11, 24, 0.54);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.ozonster-feed__notice {
  color: rgba(7, 11, 24, 0.56);
  font-size: 12px;
  font-weight: 700;
  left: clamp(72px, 7vw, 108px);
  line-height: 1.35;
  margin: 0;
  pointer-events: none;
  position: absolute;
  right: clamp(72px, 7vw, 108px);
  bottom: 18px;
  z-index: 7;
}

.ozonster-feed__footer a:hover,
.ozonster-feed__footer a:focus {
  color: var(--ozon-blue);
}

.ozonster-cookie {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--ozon-border);
  border-radius: 8px;
  bottom: 46px;
  box-shadow: 0 18px 70px rgba(22, 54, 117, 0.18);
  color: var(--ozon-text);
  display: flex;
  gap: 12px;
  left: clamp(14px, 2.4vw, 30px);
  max-width: min(540px, calc(100% - 32px));
  padding: 12px;
  position: absolute;
  z-index: 6;
}

.ozonster-cookie[hidden] {
  display: none;
}

.ozonster-cookie p {
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}

.ozonster-cookie button {
  appearance: none;
  background: var(--ozon-blue);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 0 14px;
}

.ozonster-cookie a {
  color: var(--ozon-blue);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ozonster-card {
  align-items: center;
  display: grid;
  gap: clamp(10px, 1.6vw, 22px);
  grid-template-columns: minmax(420px, 1.16fr) minmax(360px, 0.6fr);
  height: var(--feed-height);
  padding: clamp(72px, 9vh, 92px) clamp(88px, 8.5vw, 128px) clamp(54px, 6vh, 68px);
  position: relative;
  contain: layout paint style;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.ozonster-card::before {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.99) 57%, rgba(235, 241, 255, 0.98) 57%, rgba(255, 255, 255, 0.98) 100%),
    #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow:
    0 22px 58px rgba(0, 64, 180, 0.14),
    0 0 0 1px rgba(0, 91, 255, 0.08);
  content: "";
  inset: clamp(72px, 9vh, 92px) clamp(72px, 7vw, 108px) clamp(54px, 6vh, 68px);
  position: absolute;
  transform: translateZ(0);
}

.ozonster-card.is-active::before {
  box-shadow:
    0 24px 66px rgba(0, 64, 180, 0.17),
    0 0 0 1px rgba(0, 91, 255, 0.1);
}

.ozonster-card__media {
  align-items: center;
  align-self: stretch;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 244, 255, 0.78) 46%, rgba(222, 232, 255, 0.9));
  border: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

a.ozonster-card__media {
  cursor: pointer;
}

.ozonster-card__media::before {
  background:
    linear-gradient(132deg, transparent 0 38%, rgba(255, 255, 255, 0.74) 44%, transparent 52% 100%),
    linear-gradient(180deg, rgba(0, 91, 255, 0.08), transparent 34% 70%, rgba(123, 44, 255, 0.12));
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.ozonster-card__media::after {
  background: linear-gradient(180deg, transparent, rgba(1, 6, 22, 0.74));
  bottom: 0;
  content: "";
  height: 34%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.ozonster-card__media:has(.ozonster-card__admark)::after {
  opacity: 1;
}

.ozonster-card__media img {
  display: block;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: clamp(0px, 0.8vh, 10px);
  position: relative;
  transform: translateZ(0);
  transition: opacity 240ms ease;
  width: 100%;
  z-index: 1;
}

.ozonster-card.is-active .ozonster-card__media img {
  transform: translateZ(0);
}

.ozonster-card__media span {
  background: linear-gradient(135deg, var(--ozon-blue), var(--ozon-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(42px, 8vw, 112px);
  font-weight: 900;
}

.ozonster-card__body {
  align-self: stretch;
  background: transparent;
  border: 0;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: clamp(28px, 3.6vw, 54px) clamp(24px, 3.4vw, 56px) clamp(24px, 3vw, 46px) clamp(18px, 2.7vw, 42px);
  position: relative;
  z-index: 1;
}

.ozonster-card__body::before {
  background: linear-gradient(135deg, var(--ozon-blue), var(--ozon-violet));
  border-radius: 999px;
  content: "";
  height: 8px;
  left: clamp(18px, 3vw, 46px);
  position: absolute;
  right: clamp(26px, 4vw, 66px);
  top: clamp(24px, 3vw, 42px);
}

.ozonster-card__eyebrow {
  display: none;
}

.ozonster-card__meta {
  color: var(--ozon-blue);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 34px;
  min-height: 16px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.ozonster-card h2 {
  color: var(--ozon-text);
  display: -webkit-box;
  font-size: clamp(30px, 3.25vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  margin: 0;
  max-height: 4.16em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ozonster-card__pitch {
  color: var(--ozon-muted);
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.35;
  margin: 12px 0 0;
  max-height: 2.7em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ozonster-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  max-height: 92px;
  overflow: visible;
}

.ozonster-card__chips span {
  background: #edf4ff;
  border: 1px solid rgba(0, 91, 255, 0.12);
  border-radius: 999px;
  color: #2d3d63;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  max-width: 100%;
  overflow: visible;
  padding: 8px 10px;
  white-space: normal;
}

.ozonster-card__prices {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  min-height: 48px;
}

.ozonster-card__value {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.ozonster-card__prices strong {
  color: var(--ozon-text);
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1;
}

.ozonster-card__prices s {
  color: #9aa4ba;
  font-size: 18px;
}

.ozonster-card__stats {
  color: var(--ozon-muted);
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  min-height: 20px;
}

.ozonster-card__badge {
  background: linear-gradient(135deg, var(--ozon-pink), var(--ozon-violet));
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 6px 8px;
}

.ozonster-card__actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.ozonster-card__admark {
  bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.3;
  left: 18px;
  max-height: 2.6em;
  overflow: hidden;
  position: absolute;
  right: 18px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ozonster-card__button {
  --progress: 100%;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) var(--progress), rgba(255, 255, 255, 0) var(--progress)),
    linear-gradient(135deg, var(--ozon-blue), var(--ozon-violet));
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 91, 255, 0.24);
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  justify-content: center;
  min-height: 66px;
  min-width: 252px;
  overflow: hidden;
  padding: 0 28px;
  position: relative;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.ozonster-card__button span {
  position: relative;
  z-index: 2;
}

.ozonster-card__button i {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  position: relative;
  transform: rotate(-45deg);
  width: 8px;
  z-index: 2;
}

.ozonster-card__button:hover,
.ozonster-card__button:focus {
  box-shadow: 0 22px 42px rgba(0, 91, 255, 0.32);
  color: #ffffff;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

@keyframes ozonsterAmbient {
  from {
    background-position: 0% 0%, 100% 100%, 0 0;
  }

  to {
    background-position: 100% 26%, 0% 72%, 0 0;
  }
}

@keyframes ozonsterSweep {
  0%, 38% {
    transform: translateX(-45%);
    opacity: 0;
  }

  58% {
    opacity: 0.72;
  }

  100% {
    transform: translateX(48%);
    opacity: 0;
  }
}

@keyframes ozonsterSwipeHint {
  0%, 100% {
    transform: translate(-50%, -3px);
  }

  50% {
    transform: translate(-50%, 5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ozonster-feed,
  .ozonster-feed::after {
    animation: none;
  }

  .ozonster-card::before,
  .ozonster-card__body,
  .ozonster-card__media::before,
  .ozonster-card__media img,
  .ozonster-card__button {
    transition: none;
  }
}

@media (max-width: 760px) {
  .ozonster-feed::before {
    display: none;
  }

  .ozonster-feed__topbar {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.9);
    gap: 10px;
    justify-content: flex-start;
    left: 12px;
    padding: 9px 12px;
    right: 12px;
    top: 8px;
  }

  .ozonster-feed__brand {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .ozonster-feed__navlinks {
    display: flex;
    flex: 1 1 auto;
    gap: 10px 14px;
    margin: 0 0 0 8px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .ozonster-feed__navlinks::-webkit-scrollbar {
    display: none;
  }

  .ozonster-feed__navlinks a {
    font-size: 12px;
  }

  .ozonster-feed__topbar span {
    display: none;
  }

  .ozonster-feed__track {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    touch-action: pan-y pinch-zoom;
  }

  .ozonster-feed__controls {
    display: block;
  }

  .ozonster-feed__swipe-hint {
    display: none;
  }

  .ozonster-feed__swipe-hint.is-hidden {
    opacity: 0;
  }

  .ozonster-feed__swipe-hint i {
    border: solid var(--ozon-blue);
    border-width: 0 2px 2px 0;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
  }

  .ozonster-feed__nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.96);
    filter:
      drop-shadow(0 2px 8px rgba(0, 0, 0, 0.34))
      drop-shadow(0 0 12px rgba(0, 91, 255, 0.22));
    height: 48px;
    top: 50%;
    width: 32px;
  }

  .ozonster-feed__nav:hover,
  .ozonster-feed__nav:focus {
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 1);
    filter:
      drop-shadow(0 2px 8px rgba(0, 0, 0, 0.38))
      drop-shadow(0 0 12px rgba(0, 91, 255, 0.24));
  }

  .ozonster-feed__nav--prev {
    left: 12px;
  }

  .ozonster-feed__nav--next {
    right: 12px;
  }

  .ozonster-feed__nav i {
    align-items: center;
    border: 0;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    justify-content: center;
    line-height: 0.8;
    margin: 0;
    width: auto;
  }

  .ozonster-feed__nav--prev i {
    transform: none;
  }

  .ozonster-feed__nav--prev i::before {
    content: "‹";
  }

  .ozonster-feed__nav--next i {
    transform: none;
  }

  .ozonster-feed__nav--next i::before {
    content: "›";
  }

  .ozonster-card {
    display: grid;
    gap: 8px;
    height: var(--feed-height);
    grid-template-rows: minmax(0, 43%) minmax(0, 57%);
    grid-template-columns: 1fr;
    padding: 86px 10px 46px;
  }

  .ozonster-card::before {
    box-shadow:
      0 14px 36px rgba(0, 64, 180, 0.11),
      0 0 0 1px rgba(0, 91, 255, 0.06);
    inset: 86px 10px 46px;
  }

  .ozonster-card.is-active::before {
    box-shadow:
      0 14px 36px rgba(0, 64, 180, 0.11),
      0 0 0 1px rgba(0, 91, 255, 0.06);
  }

  .ozonster-card__media {
    border-radius: 8px 8px 0 0;
  }

  .ozonster-card__media img {
    transform: translateZ(0);
    transition: none;
  }

  .ozonster-card__body {
    border-radius: 0 0 8px 8px;
    justify-content: flex-start;
    padding: 14px 16px 16px;
  }

  .ozonster-card__body::before {
    height: 5px;
    left: 16px;
    right: 16px;
    top: 14px;
  }

  .ozonster-card__meta {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 8px;
    margin-top: 14px;
    min-height: 0;
  }

  .ozonster-card h2 {
    font-size: clamp(21px, 6.4vw, 29px);
    line-height: 1.02;
    max-height: 2.1em;
    -webkit-line-clamp: 2;
  }

  .ozonster-card__eyebrow {
    display: none;
  }

  .ozonster-card__pitch {
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.28;
    margin-top: 6px;
    max-height: 2.56em;
    -webkit-line-clamp: 2;
  }

  .ozonster-card__chips {
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 8px;
    max-height: 28px;
  }

  .ozonster-card__chips span {
    font-size: 10px;
    max-width: 50%;
    padding: 5px 7px;
  }

  .ozonster-card__value {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
  }

  .ozonster-card__prices {
    flex: 1 1 auto;
    gap: 7px;
    margin-top: 0;
    min-height: 38px;
  }

  .ozonster-card__prices strong {
    font-size: 28px;
  }

  .ozonster-card__prices s {
    font-size: 13px;
  }

  .ozonster-card__badge {
    border-radius: 7px;
    font-size: 11px;
    padding: 5px 6px;
  }

  .ozonster-card__stats {
    color: #64708b;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 0;
    max-width: 38%;
    min-height: 0;
    text-align: right;
  }

  .ozonster-card__actions {
    margin-top: 10px;
  }

  .ozonster-card__button {
    font-size: 18px;
    min-height: 58px;
    min-width: 0;
    width: 100%;
  }

  .ozonster-card__admark {
    bottom: 8px;
    font-size: 10px;
    left: 10px;
    right: 10px;
  }

  .ozonster-feed__footer {
    bottom: 8px;
    gap: 6px 10px;
    max-width: calc(100% - 24px);
  }

  .ozonster-feed__notice {
    display: none;
  }

  .ozonster-cookie {
    align-items: stretch;
    bottom: 50px;
    flex-direction: column;
    max-width: calc(100% - 28px);
  }

  .ozonster-cookie button {
    width: 100%;
  }
}

.ozonster-feed__topbar,
.ozonster-card::before,
.ozonster-cookie,
.ozonster-cookie button {
  border-radius: 22px;
}

.ozonster-card__media {
  border-radius: 22px 0 0 22px;
}

.ozonster-card__body {
  border-radius: 0 22px 22px 0;
}

@media (max-width: 760px) {
  .ozonster-card__media {
    border-radius: 22px 22px 0 0;
  }

  .ozonster-card__body {
    border-radius: 0 0 22px 22px;
  }
}
