.ozonster-seo-page {
  background: #eef4ff;
  color: #080c1a;
}

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

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

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

.ozonster-seo-page .site-main,
.ozonster-seo-page .inside-article {
  background: transparent;
}

.ozonster-site-header {
  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: 22px;
  box-sizing: border-box;
  box-shadow: 0 18px 46px rgba(22, 54, 117, 0.14);
  display: flex;
  gap: 0;
  justify-content: flex-start;
  margin: 10px clamp(16px, 3vw, 52px) 0;
  padding: 10px 14px;
  position: sticky;
  top: 10px;
  z-index: 20;
}

body.admin-bar .ozonster-site-header {
  top: 42px;
}

.ozonster-site-header__brand {
  align-items: center;
  color: #005bff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  text-decoration: none;
}

.ozonster-site-header__brand::before {
  background:
    var(--ozonster-favicon, linear-gradient(135deg, #005bff, #7b2cff, #ff2aa1))
    center / cover no-repeat;
  border-radius: 8px;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}

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

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

.ozonster-site-header__nav a:hover,
.ozonster-site-header__nav a:focus {
  color: #005bff;
}

.ozonster-site-header__nav a.is-current,
.ozonster-site-header__nav a[aria-current="page"] {
  color: #005bff;
  text-shadow: 0 10px 24px rgba(0, 91, 255, 0.22);
}

.ozonster-site-header,
.ozonster-static-hero,
.ozonster-static-content,
.ozonster-product-hero,
.ozonster-listing-hero,
.ozonster-seo-section,
.ozonster-product-grid-section,
.ozonster-related-hubs,
.ozonster-faq,
.ozonster-product-tile a,
.ozonster-feature-grid div,
.ozonster-faq details {
  border-radius: 22px;
}

.ozonster-product-hero__media {
  border-radius: 18px;
}

/* Final visual overrides for generated pages. */
.ozonster-live-search input,
.ozonster-live-search input:focus,
.ozonster-live-search input:focus-visible {
  border-radius: 999px;
  padding-left: 34px;
  padding-right: 34px;
}

.ozonster-live-search input[type="search"],
.ozonster-live-search input[type="search"]:hover,
.ozonster-live-search input[type="search"]:focus,
.ozonster-live-search input[type="search"]:focus-visible {
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 999px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.ozonster-feed__footer,
.ozonster-feed__footer-links {
  justify-content: center;
  text-align: center;
}

.ozonster-live-search input[type="search"],
.ozonster-live-search input[type="search"]:hover,
.ozonster-live-search input[type="search"]:focus,
.ozonster-live-search input[type="search"]:focus-visible {
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 999px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.ozonster-live-search {
  justify-content: center;
}

.ozonster-live-search label {
  max-width: 820px;
  width: min(820px, 100%);
}

.ozonster-live-search input,
.ozonster-live-search input:focus,
.ozonster-live-search input:focus-visible {
  border: 2px solid transparent;
  border-radius: 999px;
  outline: none;
  padding: 0 34px;
}

.ozonster-feed__footer {
  justify-content: center;
  text-align: center;
}

.ozonster-feed__footer-links {
  justify-content: center;
}

.ozonster-feed__footer {
  align-items: flex-start;
  color: #4f5b74;
  display: flex;
  flex-wrap: wrap;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 5px 14px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 18px 0 28px;
  width: min(1120px, calc(100% - 96px));
}

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

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

.ozonster-feed__footer a:hover,
.ozonster-feed__footer a:focus {
  color: #005bff;
}

.ozonster-product-page,
.ozonster-listing-page,
.ozonster-static-page {
  --ozon-blue: #005bff;
  --ozon-violet: #7b2cff;
  --ozon-cyan: #00c7ff;
  --ozon-text: #080c1a;
  --ozon-muted: #66708a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(24px, 4vw, 54px) clamp(14px, 3vw, 34px) 72px;
}

.ozonster-static-hero,
.ozonster-static-content {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 91, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 65, 140, 0.12);
  padding: clamp(24px, 4vw, 46px);
}

.ozonster-static-content {
  margin-top: 22px;
}

.ozonster-static-hero span {
  background: linear-gradient(135deg, rgba(0, 91, 255, 0.12), rgba(123, 44, 255, 0.12));
  border: 1px solid rgba(0, 91, 255, 0.16);
  border-radius: 999px;
  color: var(--ozon-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  padding: 8px 12px;
}

.ozonster-static-hero h1 {
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 950;
  line-height: 1.04;
  margin: 18px 0 0;
}

.ozonster-static-hero p,
.ozonster-static-content p {
  color: var(--ozon-muted);
  font-size: 18px;
  line-height: 1.58;
  margin: 16px 0 0;
}

.ozonster-static-content h2 {
  font-size: clamp(24px, 3vw, 36px);
  margin: 28px 0 0;
}

.ozonster-static-content h2:first-child {
  margin-top: 0;
}

.ozonster-breadcrumbs {
  color: var(--ozon-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 16px;
}

.ozonster-breadcrumbs a,
.ozonster-related-hubs a {
  color: var(--ozon-blue);
  text-decoration: none;
}

.ozonster-product-hero,
.ozonster-listing-hero,
.ozonster-seo-section,
.ozonster-product-grid-section,
.ozonster-related-hubs,
.ozonster-faq {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 91, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 65, 140, 0.12);
}

.ozonster-product-hero {
  display: grid;
  gap: clamp(18px, 4vw, 48px);
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 0.78fr);
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
}

.ozonster-product-hero__media {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(233, 241, 255, 0.88)),
    #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.ozonster-product-hero__media img {
  display: block;
  filter: drop-shadow(0 30px 42px rgba(11, 30, 74, 0.17));
  max-height: 640px;
  object-fit: contain;
  padding: clamp(8px, 2vw, 24px);
  width: 100%;
}

.ozonster-product-hero__media p {
  background: linear-gradient(180deg, transparent, rgba(3, 8, 24, 0.74));
  bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  left: 0;
  line-height: 1.35;
  margin: 0;
  padding: 52px 18px 16px;
  position: absolute;
  right: 0;
}

.ozonster-product-hero__body {
  align-self: center;
  padding: clamp(10px, 2vw, 24px);
}

.ozonster-pill,
.ozonster-listing-hero > span {
  background: linear-gradient(135deg, rgba(0, 91, 255, 0.12), rgba(123, 44, 255, 0.12));
  border: 1px solid rgba(0, 91, 255, 0.16);
  border-radius: 999px;
  color: var(--ozon-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  padding: 8px 12px;
  text-decoration: none;
}

.ozonster-product-hero h1,
.ozonster-listing-hero h1 {
  color: var(--ozon-text);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 18px 0 0;
}

.ozonster-product-lead,
.ozonster-listing-hero p {
  color: var(--ozon-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  margin: 18px 0 0;
}

.ozonster-product-price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ozonster-product-price strong {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.ozonster-product-price s {
  color: #98a3ba;
  font-size: 20px;
}

.ozonster-product-price span {
  background: linear-gradient(135deg, #ff2aa1, var(--ozon-violet));
  border-radius: 8px;
  color: #fff;
  font-weight: 950;
  padding: 7px 10px;
}

.ozonster-product-stats {
  color: var(--ozon-muted);
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  gap: 8px;
  margin-top: 12px;
}

.ozonster-product-stats span {
  background: #eef4ff;
  border-radius: 999px;
  padding: 8px 10px;
}

.ozonster-primary-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--ozon-blue), var(--ozon-violet));
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 91, 255, 0.25);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 950;
  justify-content: center;
  margin-top: 24px;
  min-height: 58px;
  padding: 0 24px;
  text-decoration: none;
}

.ozonster-listing-hero,
.ozonster-seo-section,
.ozonster-product-grid-section,
.ozonster-related-hubs,
.ozonster-faq {
  margin-top: 24px;
  padding: clamp(20px, 3vw, 34px);
}

.ozonster-live-search {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  width: 100%;
}

.ozonster-live-search label {
  display: block;
  max-width: 760px;
  position: relative;
  width: min(760px, 100%);
}

.ozonster-live-search label span {
  color: var(--ozon-muted);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.ozonster-live-search label span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ozonster-live-search i {
  display: none;
}

.ozonster-live-search input {
  appearance: none;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 91, 255, 0.55), rgba(123, 44, 255, 0.5)) border-box;
  border: 2px solid transparent;
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow:
    0 18px 54px rgba(0, 64, 180, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  color: #071027;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 750;
  min-height: 72px;
  outline: none;
  padding: 0 30px;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.ozonster-live-search input::placeholder {
  color: #7c879e;
  font-weight: 700;
}

.ozonster-live-search input:focus {
  box-shadow:
    0 22px 64px rgba(0, 91, 255, 0.2),
    0 0 0 5px rgba(0, 91, 255, 0.12);
  transform: translateY(-1px);
}

.ozonster-seo-section h2,
.ozonster-product-grid-section h2,
.ozonster-related-hubs h2,
.ozonster-faq h2 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
  margin: 0 0 18px;
}

.ozonster-feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ozonster-feature-grid div,
.ozonster-faq details {
  background: #f6f9ff;
  border: 1px solid rgba(0, 91, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
}

.ozonster-feature-grid strong,
.ozonster-faq summary {
  color: var(--ozon-text);
  font-weight: 950;
}

.ozonster-feature-grid p,
.ozonster-faq p {
  color: var(--ozon-muted);
  line-height: 1.5;
  margin: 8px 0 0;
}

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

.ozonster-product-tile a {
  background: #fff;
  border: 1px solid rgba(0, 91, 255, 0.1);
  border-radius: 8px;
  color: inherit;
  display: grid;
  grid-template-rows: 220px minmax(160px, auto);
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ozonster-product-tile a:hover {
  box-shadow: 0 18px 44px rgba(0, 91, 255, 0.14);
  transform: translateY(-3px);
}

.ozonster-product-tile__image {
  align-items: center;
  background: linear-gradient(145deg, #fff, #eef4ff);
  display: flex;
  justify-content: center;
}

.ozonster-product-tile__image img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.ozonster-product-tile__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.ozonster-product-tile__category {
  color: var(--ozon-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ozonster-product-tile strong {
  display: -webkit-box;
  font-size: 17px;
  line-height: 1.25;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ozonster-product-tile__price {
  font-size: 22px;
  font-weight: 950;
  margin-top: auto;
}

.ozonster-related-hubs div,
.ozonster-faq > div {
  display: grid;
  gap: 10px;
}

.ozonster-related-hubs div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ozonster-related-hubs a {
  background: #f6f9ff;
  border: 1px solid rgba(0, 91, 255, 0.1);
  border-radius: 8px;
  font-weight: 900;
  padding: 14px;
}

@media (max-width: 900px) {
  body.admin-bar .ozonster-site-header {
    top: 54px;
  }

  .ozonster-site-header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin: 8px 12px 0;
    padding: 9px 12px;
    top: 8px;
  }

  .ozonster-site-header__nav {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 10px 14px;
    justify-content: flex-start;
    margin-left: 8px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .ozonster-site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .ozonster-product-hero,
  .ozonster-feature-grid,
  .ozonster-product-grid,
  .ozonster-related-hubs div {
    grid-template-columns: 1fr;
  }

  .ozonster-product-hero__media {
    min-height: 320px;
  }

  .ozonster-product-tile a {
    grid-template-rows: 240px auto;
  }
}

.ozonster-site-header,
.ozonster-static-hero,
.ozonster-static-content,
.ozonster-product-hero,
.ozonster-listing-hero,
.ozonster-seo-section,
.ozonster-product-grid-section,
.ozonster-related-hubs,
.ozonster-faq,
.ozonster-product-tile a,
.ozonster-feature-grid div,
.ozonster-faq details,
.ozonster-related-hubs a {
  border-radius: 22px;
}

.ozonster-product-hero__media {
  border-radius: 18px;
}

/* Final visual overrides for generated pages. */
.ozonster-live-search input,
.ozonster-live-search input:focus,
.ozonster-live-search input:focus-visible {
  border-radius: 999px;
  padding-left: 34px;
  padding-right: 34px;
}

.ozonster-live-search input[type="search"],
.ozonster-live-search input[type="search"]:hover,
.ozonster-live-search input[type="search"]:focus,
.ozonster-live-search input[type="search"]:focus-visible {
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 999px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.ozonster-feed__footer,
.ozonster-feed__footer-links {
  justify-content: center;
  text-align: center;
}
