@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap");

.theme.theme-themes02 {
  --c-bg: #f7f1e8;
  --c-surface: #ffffff;
  --c-surface-2: #fff7ed;
  --c-surface-3: #efe8df;
  --c-text: #1f1a16;
  --c-muted: #6f6a64;
  --c-primary: #c2410c;
  --c-primary-contrast: #fff7ed;
  --c-accent: #0f766e;
  --c-link: #b45309;
  --c-link-hover: #ea580c;
  --c-border: #e7dfd5;
  --c-border-strong: #d8cbbf;
  --c-primary-soft: rgba(194, 65, 12, 0.12);
  --c-surface-4: #fdf9f4;
  --c-danger-bg: rgba(248, 113, 113, 0.12);
  --c-danger-border: rgba(248, 113, 113, 0.4);
  --c-success-bg: rgba(34, 197, 94, 0.12);
  --c-success-border: rgba(34, 197, 94, 0.35);
  --radius-1: 10px;
  --radius-2: 18px;
  --radius-3: 28px;
  --radius-4: 36px;
  --shadow-1: 0 14px 32px rgba(15, 23, 42, 0.08);
  --shadow-2: 0 22px 45px rgba(15, 23, 42, 0.12);
  --shadow-3: 0 35px 70px rgba(15, 23, 42, 0.18);
  --font-main: "Space Grotesk", "Manrope", "Segoe UI", sans-serif;
  --font-alt: "Manrope", "Space Grotesk", "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Manrope", "Segoe UI", sans-serif;
}

.theme.theme-themes02 {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-main);
  min-height: 100vh;
  position: relative;
}

.theme.theme-themes02 * {
  box-sizing: border-box;
}

.theme.theme-themes02::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px circle at 10% 10%, rgba(255, 225, 176, 0.4), transparent 60%),
    radial-gradient(1000px circle at 90% 0%, rgba(20, 184, 166, 0.18), transparent 55%),
    linear-gradient(140deg, rgba(247, 241, 232, 0.96), rgba(245, 233, 223, 0.96));
  pointer-events: none;
  z-index: 0;
}

.theme.theme-themes02 a {
  color: var(--c-link);
  text-decoration: none;
}

.theme.theme-themes02 a:hover {
  color: var(--c-link-hover);
}

.theme.theme-themes02 img {
  max-width: 100%;
  display: block;
}

.theme.theme-themes02 .modern-shell {
  position: relative;
  z-index: 1;
}

.theme.theme-themes02 .modern-main {
  display: block;
}

.theme.theme-themes02 .modern-section {
  padding: 56px 0;
}

.theme.theme-themes02 .modern-container {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.theme.theme-themes02 h1,
.theme.theme-themes02 h2,
.theme.theme-themes02 h3 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.theme.theme-themes02 .m01-title {
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.1;
  margin: 0 0 18px;
}

.theme.theme-themes02 .m01-subtitle {
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 10px;
}

.theme.theme-themes02 .m01-lead {
  font-size: 18px;
  color: var(--c-muted);
  line-height: 1.7;
  margin: 0 0 28px;
}

.theme.theme-themes02 .m01-text {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.6;
  margin: 0;
}

.theme.theme-themes02 .m01-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme.theme-themes02 .m01-logo-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  min-width: 200px;
  padding: 0 18px;
  border-radius: var(--radius-2);
  border: 1px dashed var(--c-border-strong);
  color: var(--c-muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
  background: var(--c-surface);
}

.theme.theme-themes02 .m01-logo-slot img {
  max-height: 64px;
  max-width: 240px;
  object-fit: contain;
}

.theme.theme-themes02 .m01-section {
  padding: 60px 0;
}

.theme.theme-themes02 .m01-section--banner {
  padding-top: 0;
}

.theme.theme-themes02 .m01-section--alt {
  background: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(231, 223, 213, 0.7);
  border-bottom: 1px solid rgba(231, 223, 213, 0.7);
}

.theme.theme-themes02 .m01-section--accent {
  background: var(--c-surface-4);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.theme.theme-themes02 .m01-section__head {
  margin-bottom: 26px;
}

.theme.theme-themes02 .m01-section__head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.theme.theme-themes02 .m01-link {
  font-weight: 600;
  color: var(--c-primary);
}

.theme.theme-themes02 .m01-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.theme.theme-themes02 .m01-banner {
  border-radius: var(--radius-3);
  border: 1px dashed var(--c-border-strong);
  height: 400px;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.8), rgba(255, 255, 255, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--c-muted);
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  flex-direction: column;
  box-shadow: var(--shadow-1);
}

.theme.theme-themes02 .m01-banner--has-image {
  border-style: solid;
  padding: 0;
  overflow: hidden;
}

.theme.theme-themes02 .m01-banner picture,
.theme.theme-themes02 .m01-banner img {
  width: 100%;
  height: 100%;
  display: block;
}

.theme.theme-themes02 .m01-banner img {
  object-fit: cover;
}

.theme.theme-themes02 .m01-banner span {
  font-size: 12px;
  font-weight: 500;
  color: var(--c-muted);
}

.theme.theme-themes02 .m01-hero {
  padding: 80px 0 64px;
}

.theme.theme-themes02 .m01-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: center;
}

.theme.theme-themes02 .m01-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.theme.theme-themes02 .m01-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.theme.theme-themes02 .m01-hero__meta strong {
  display: block;
  font-size: 18px;
}

.theme.theme-themes02 .m01-hero__meta span {
  display: block;
  color: var(--c-muted);
  font-size: 12px;
}

.theme.theme-themes02 .m01-hero__card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-3);
  padding: 26px;
  box-shadow: var(--shadow-2);
}

.theme.theme-themes02 .m01-hero__cardHeader {
  font-weight: 600;
  margin-bottom: 14px;
}

.theme.theme-themes02 .m01-hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
  color: var(--c-text);
}

.theme.theme-themes02 .m01-hero__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme.theme-themes02 .m01-hero__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--c-accent);
  display: inline-block;
}

.theme.theme-themes02 .m01-hero__note {
  color: var(--c-muted);
  font-size: 13px;
}

.theme.theme-themes02 .m01-fit {
  border-radius: var(--radius-3);
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  padding: 24px;
  box-shadow: var(--shadow-1);
  display: grid;
  gap: 16px;
}

.theme.theme-themes02 .m01-fit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.theme.theme-themes02 .m01-field span {
  font-size: 13px;
  color: var(--c-muted);
  margin-bottom: 6px;
  display: block;
}

.theme.theme-themes02 .m01-grid {
  display: grid;
  gap: 18px;
}

.theme.theme-themes02 .m01-grid--features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme.theme-themes02 .m01-grid--products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme.theme-themes02 .m01-grid--reviews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme.theme-themes02 .m01-card {
  border-radius: var(--radius-2);
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  padding: 20px;
  box-shadow: var(--shadow-1);
}

.theme.theme-themes02 .m01-card--feature {
  display: grid;
  gap: 10px;
  align-content: start;
}

.theme.theme-themes02 .m01-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--c-border-strong);
  background: var(--c-surface-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.theme.theme-themes02 .m01-card__icon img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.theme.theme-themes02 .m01-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.theme.theme-themes02 .m01-card p {
  margin: 0;
  color: var(--c-muted);
  font-size: 14px;
  line-height: 1.6;
}

.theme.theme-themes02 .m01-product-card {
  border-radius: var(--radius-2);
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme.theme-themes02 .m01-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}

.theme.theme-themes02 .m01-product-card__image {
  display: block;
  background: var(--c-surface-2);
  padding: 18px;
  min-height: 190px;
}

.theme.theme-themes02 .m01-product-card__image img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.theme.theme-themes02 .m01-product-card__placeholder {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-muted);
  font-size: 13px;
}

.theme.theme-themes02 .m01-product-card__body {
  padding: 16px 18px 20px;
}

.theme.theme-themes02 .m01-product-card__prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.theme.theme-themes02 .m01-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-text);
}

.theme.theme-themes02 .m01-price-old {
  font-size: 13px;
  color: var(--c-muted);
  text-decoration: line-through;
}

.theme.theme-themes02 .m01-product-card__title {
  font-size: 14px;
  line-height: 1.4;
  color: var(--c-text);
  display: block;
}

.theme.theme-themes02 .m01-brands {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.theme.theme-themes02 .m01-brand-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-2);
  padding: 14px;
  text-align: center;
  box-shadow: var(--shadow-1);
  color: var(--c-text);
}

.theme.theme-themes02 .m01-brand-card__logo {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.theme.theme-themes02 .m01-brand-card__logo img {
  max-height: 60px;
  object-fit: contain;
}

.theme.theme-themes02 .m01-brand-card__name {
  font-size: 12px;
  font-weight: 600;
}

.theme.theme-themes02 .m01-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: center;
}

.theme.theme-themes02 .m01-cta {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-3);
  padding: 22px;
  box-shadow: var(--shadow-2);
  display: grid;
  gap: 12px;
}

.theme.theme-themes02 .m01-cta strong {
  font-size: 18px;
}

.theme.theme-themes02 .m01-review__author {
  margin-top: 12px;
  font-weight: 600;
  color: var(--c-text);
}

.theme.theme-themes02 .m01-faq {
  display: grid;
  gap: 12px;
}

.theme.theme-themes02 .m01-faq__item {
  border-radius: var(--radius-2);
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  padding: 16px 18px;
  box-shadow: var(--shadow-1);
}

.theme.theme-themes02 .m01-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.theme.theme-themes02 .m01-faq__item summary::-webkit-details-marker {
  display: none;
}

.theme.theme-themes02 .m01-faq__item p {
  margin: 10px 0 0;
  color: var(--c-muted);
}

@media (max-width: 1100px) {
  .theme.theme-themes02 .m01-hero__grid,
  .theme.theme-themes02 .m01-split {
    grid-template-columns: 1fr;
  }

  .theme.theme-themes02 .m01-grid--products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme.theme-themes02 .m01-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .theme.theme-themes02 .m01-banner-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .theme.theme-themes02 .m01-fit__grid,
  .theme.theme-themes02 .m01-grid--features,
  .theme.theme-themes02 .m01-grid--reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme.theme-themes02 .m01-grid--products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .theme.theme-themes02 .m01-hero {
    padding: 60px 0 40px;
  }

  .theme.theme-themes02 .m01-section:first-of-type {
    padding-top: 24px !important;
    margin-top: 0;
  }

  .theme.theme-themes02 .m01-hero__meta {
    grid-template-columns: 1fr;
  }

  .theme.theme-themes02 .m01-fit__grid,
  .theme.theme-themes02 .m01-grid--features,
  .theme.theme-themes02 .m01-grid--reviews {
    grid-template-columns: 1fr;
  }
  .theme.theme-themes02 .ProductsListingGrid_items__vqL_H {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .theme.theme-themes02 .m01-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme.theme-themes02 .m01-product-card__image img {
    height: 150px;
  }

  .theme.theme-themes02 .m01-banner {
    height: 180px;
  }
}

/* Core pages: colors + type only, keep default layout */
.theme.theme-themes02 [data-testid="Header"] {
  background: var(--c-bg);
  border-bottom: 1px solid var(--c-border);
  box-shadow: none;
}

.theme.theme-themes02 [data-testid="Header"] .Input_container__0LzQu {
  background: var(--c-surface);
  border-color: var(--c-border);
}

.theme.theme-themes02 [data-testid="Header"] .Input_container__0LzQu svg {
  color: var(--c-muted);
}

.theme.theme-themes02 [data-testid="Header"] .Sitelinks_item__IM3WX,
.theme.theme-themes02 [data-testid="Header"] .Header_contacts__W5TZM a {
  color: var(--c-muted);
}

.theme.theme-themes02 [data-testid="Header"] .Sitelinks_item__IM3WX:hover {
  color: var(--c-text);
}

.theme.theme-themes02 .Header_slot__4loGx.Header_slot_align_right__1LfpB > button[title="Поиск"] {
  display: none;
}

.theme.theme-themes02 .Header_favouriteIcon__ODszw,
.theme.theme-themes02 [data-testid="Header"] .makeIcon_root___oXnA {
  color: var(--c-text);
}

.theme.theme-themes02 [data-testid="Footer"] {
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
}

.theme.theme-themes02 .Badge_badge__O9Uuz {
  background: var(--c-primary);
  color: var(--c-primary-contrast);
  box-shadow: var(--shadow-1);
}

.theme.theme-themes02 [data-testid="Header"] .ProductSnippetFavourite_favourite_active__HDApj {
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.theme.theme-themes02 .ProductsListing_container__9vitJ,
.theme.theme-themes02 .ProductDetails_layout__0nNCv {
  background: transparent;
}

.theme.theme-themes02 .ProductsListing_title__PLVtb {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.theme.theme-themes02 .ProductsContent_content_header__lCKRh,
.theme.theme-themes02 .CatalogMenu,
.theme.theme-themes02 .MobileFiltersSimple,
.theme.theme-themes02 .MobileCategoriesSimple,
.theme.theme-themes02 .ProductSnippet_snippet__5IQbp,
.theme.theme-themes02 [data-testid="ProductDetails"] .ProductDetails_media__augz4,
.theme.theme-themes02 [data-testid="ProductDetails"] .ProductDetails_content__C3VCd,
.theme.theme-themes02 .InstantCartAdd_container__oB31H,
.theme.theme-themes02 .ProductDetails_promo__QA_0w .PromoBlock_main__w1oql,
.theme.theme-themes02 .product-desc-panel,
.theme.theme-themes02 .product-category-description,
.theme.theme-themes02 .cart-box,
.theme.theme-themes02 .messenger-order,
.theme.theme-themes02 #favourites-empty,
.theme.theme-themes02 .LineBlock_root__e8ePy {
  background: var(--c-surface);
  border-color: var(--c-border);
}

.theme.theme-themes02 .MobileFiltersSimple .mf-group,
.theme.theme-themes02 .MobileCategoriesSimple .mf-group {
  background: var(--c-surface-2);
  border-color: var(--c-border);
}

.theme.theme-themes02 .ProductMedia_main,
.theme.theme-themes02 .MediaGallery_slide__AC7NE,
.theme.theme-themes02 .ProductMedia_thumb,
.theme.theme-themes02 .MediaThumbnail_thumbnail__p_Ld3,
.theme.theme-themes02 .cart-item__thumb {
  background: var(--c-surface-2);
  border-color: var(--c-border);
}

.theme.theme-themes02 .CatalogMenu_row:hover {
  background: var(--c-surface-2);
}

.theme.theme-themes02 .CatalogMenu_sublist {
  border-color: var(--c-border);
}

.theme.theme-themes02 .ProductsContent_sortLink,
.theme.theme-themes02 .cart-item__title,
.theme.theme-themes02 .cart-line {
  color: var(--c-text);
}

.theme.theme-themes02 .ProductsContent_found,
.theme.theme-themes02 .CatalogSeoBlock,
.theme.theme-themes02 .CatalogSeoBlock_title,
.theme.theme-themes02 .CatalogSeoBlock_text,
.theme.theme-themes02 .ProductCharacteristics_characteristicTerm__SqEgI,
.theme.theme-themes02 .product-category-description__link,
.theme.theme-themes02 .product-category-description__content,
.theme.theme-themes02 .cart-item__meta {
  color: var(--c-muted);
}

.theme.theme-themes02 .ProductSnippetFooter_footer__ekpwV {
  border-top-color: var(--c-border);
  background: var(--c-surface);
}

.theme.theme-themes02 .ProductSnippetFavourite_favourite__3Fn0u {
  background: var(--c-surface);
  border-color: var(--c-border);
}

.theme.theme-themes02 .MediaThumbnail_thumbnail__p_Ld3:hover {
  border-color: rgba(194, 65, 12, 0.4);
}

.theme.theme-themes02 .product-tabs__tab {
  background: var(--c-surface);
  border-color: var(--c-border);
  color: var(--c-muted);
}

.theme.theme-themes02 .product-tabs__tab.is-active {
  background: var(--c-primary-soft);
  border-color: rgba(194, 65, 12, 0.35);
  color: var(--c-primary);
}

.theme.theme-themes02 .ProductsContent_pagination__10Duc .Button_button__urlvE {
  background: var(--c-surface);
  border-color: var(--c-border);
  color: var(--c-text);
}

.theme.theme-themes02 .ProductsContent_pagination__10Duc .Button_button_variant_secondary__xs5r8 {
  background: var(--c-primary-soft);
  border-color: rgba(194, 65, 12, 0.35);
  color: var(--c-primary);
}

.theme.theme-themes02 .ProductSnippet_snippet__5IQbp,
.theme.theme-themes02 .cart-box,
.theme.theme-themes02 .messenger-order {
  box-shadow: var(--shadow-1);
}

.theme.theme-themes02 .compare-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.theme.theme-themes02 .compare-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.theme.theme-themes02 .compare-title {
  font-size: 30px;
  margin: 0 0 6px;
}

.theme.theme-themes02 .compare-subtitle {
  margin: 0;
  color: var(--c-muted);
}

.theme.theme-themes02 .compare-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.theme.theme-themes02 .compare-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--c-muted);
}

.theme.theme-themes02 .compare-root {
  display: block;
}

.theme.theme-themes02 .compare-empty {
  padding: 32px;
  border-radius: var(--radius-2);
  border: 1px dashed var(--c-border);
  background: var(--c-surface-2);
  text-align: center;
}

.theme.theme-themes02 .compare-table-wrapper {
  overflow-x: auto;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
}

.theme.theme-themes02 .compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.theme.theme-themes02 .compare-cell {
  padding: 12px 14px;
  border-bottom: 1px solid var(--c-border);
  vertical-align: top;
  background: var(--c-surface);
}

.theme.theme-themes02 .compare-cell--label {
  position: sticky;
  left: 0;
  z-index: 1;
  background: var(--c-surface);
  min-width: 200px;
  font-weight: 600;
}

.theme.theme-themes02 .compare-cell--product {
  min-width: 260px;
}

.theme.theme-themes02 .compare-group .compare-cell {
  background: var(--c-surface-3);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--c-muted);
}

.theme.theme-themes02 .compare-row--diff .compare-cell {
  background: var(--c-primary-soft);
}

.theme.theme-themes02 .compare-product {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme.theme-themes02 .compare-product__image {
  width: 250px;
  max-width: none;
  border-radius: var(--radius-1);
  background: var(--c-surface-3);
  overflow: hidden;
  margin: 0 auto;
}

.theme.theme-themes02 .compare-product__image img {
  width: 100%;
  height: auto;
  display: block;
}

.theme.theme-themes02 .compare-product__placeholder {
  padding: 28px 12px;
  text-align: center;
  color: var(--c-muted);
  background: var(--c-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.theme.theme-themes02 .compare-product__name {
  font-weight: 600;
  color: var(--c-text);
}

.theme.theme-themes02 .compare-product__price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-weight: 700;
}

.theme.theme-themes02 .compare-product__price small {
  color: var(--c-muted);
  text-decoration: line-through;
  font-weight: 500;
}

.theme.theme-themes02 .compare-product__cart .btn {
  width: 100%;
}

.theme.theme-themes02 .compare-remove {
  width: 100%;
}

.theme.theme-themes02 .compare-action {
  width: 100%;
  margin-top: 8px;
}

.theme.theme-themes02 .compare-button {
  width: 100%;
  justify-content: center;
}

.theme.theme-themes02 .compare-button--wide {
  width: 100%;
}

.theme.theme-themes02 .compare-button--active {
  background: var(--c-accent);
  color: #ffffff;
  border-color: var(--c-accent);
}

.theme.theme-themes02 .compare-toast {
  position: fixed;
  right: 20px;
  bottom: 24px;
  background: var(--c-text);
  color: var(--c-primary-contrast);
  padding: 12px 16px;
  border-radius: var(--radius-2);
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: var(--shadow-1);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

.theme.theme-themes02 .compare-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.theme.theme-themes02 .compare-toast a {
  color: var(--c-primary-contrast);
  font-weight: 700;
}

@media (max-width: 900px) {
  .theme.theme-themes02 .compare-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme.theme-themes02 .compare-table {
    min-width: 600px;
  }
}

/* modern01 header/footer start */
.theme.theme-themes02 [data-testid="Header"]{
  background: #f7f1e8;
  border-bottom: 1px solid var(--c-border);
  box-shadow: none;
}
.theme.theme-themes02 [data-testid="Header"] .SectionLayoutRow_inner__eLGS_{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.theme.theme-themes02 .Header_root__Nh897{
  padding: 8px 0 4px;
}
.theme.theme-themes02 .Header_sectionRowBackground__ZxwZ0{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.theme.theme-themes02 .Header_main_menu__hELbZ{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  min-height: 60px;
}
.theme.theme-themes02 .Header_slot__4loGx{
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}
.theme.theme-themes02 .Header_slot__4loGx.Header_slot_align_right__1LfpB{
  flex: 0 0 auto;
  gap: 10px;
}
.theme.theme-themes02 .Header_logo__HBw5O{
  display: none;
}
.theme.theme-themes02 .CompanyLogo_logo__3qqok{
  display: inline-flex;
  align-items: center;
}
.theme.theme-themes02 .CompanyLogo_logo__3qqok img{
  max-height: 44px;
  width: auto;
}
.theme.theme-themes02 .Header_search_expanded__LoXm7{
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}
.theme.theme-themes02 [data-testid="Header"] .Input_container__0LzQu{
  width: 100%;
  background: #ffffff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-2);
  padding: 8px 10px;
  gap: 6px;
  min-height: 44px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.theme.theme-themes02 [data-testid="Header"] .Input_input__2SVdu{
  font-size: 14px;
  height: 28px;
  width: 100%;
  min-width: 0;
}
.theme.theme-themes02 [data-testid="Header"] .Input_inputWrapper__iACcJ{
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.theme.theme-themes02 [data-testid="Header"] .Input_container__0LzQu svg{
  width: 18px;
  height: 18px;
  color: var(--c-muted);
}
.theme.theme-themes02 [data-testid="Header"] .ClickableIcon_clickable__aJWuJ{
  background: #ffffff;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  width: 36px;
  height: 36px;
  padding: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.theme.theme-themes02 [data-testid="Header"] .Header_search_expanded__LoXm7 .ClickableIcon_clickable__aJWuJ{
  width: 32px;
  height: 32px;
  border-color: rgba(0, 0, 0, 0.08);
}
.theme.theme-themes02 [data-testid="Header"] .ClickableIcon_clickable__aJWuJ p{
  display: none;
}
.theme.theme-themes02 .Header_additionalMenuWrapper_bordered__9h4ZK{
  border-top: 1px solid var(--c-border);
  margin-top: 6px;
  padding-top: 4px;
  padding-bottom: 6px;
}
.theme.theme-themes02 .Header_additionalMenu__OoQXo{
  overflow-x: auto;
  overflow-y: visible;
}
.theme.theme-themes02 .Header_additionalMenuContent__b0gp4,
.theme.theme-themes02 .Sitelinks_row__4eHaB{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  min-height: 32px;
}
.theme.theme-themes02 .Sitelinks_item__IM3WX{
  font-size: 14px;
  font-weight: 500;
  color: var(--c-muted);
  line-height: 1.2;
}
.theme.theme-themes02 .Sitelinks_item__IM3WX:hover{
  color: var(--c-text);
}
.theme.theme-themes02 .Header_contacts__W5TZM{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.theme.theme-themes02 .Header_contacts__W5TZM a{
  color: var(--c-muted);
}
.theme.theme-themes02 .MobileHeader_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}
.theme.theme-themes02 .MobileHeader_icons{
  display: flex;
  align-items: center;
  gap: 10px;
}
.theme.theme-themes02 .MobileHeader_search{
  margin-top: 10px;
}
.theme.theme-themes02 .MobileHeader_links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.theme.theme-themes02 .MobileHeader_promo{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-2);
  background: var(--c-primary-soft);
  color: var(--c-primary);
  text-align: center;
  font-weight: 700;
}
.theme.theme-themes02 [data-testid="Header"] .ProductSnippetFavourite_favourite_active__HDApj{
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.theme.theme-themes02:not(.force-mobile) .GeoLocation_geoLocation__0uNMp,
.theme.theme-themes02:not(.force-mobile) .Header_contacts__W5TZM{
  display: none !important;
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuContent__b0gp4{
  justify-content: space-between;
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuContent__b0gp4 span.Sitelinks_item__IM3WX{
  margin-left: auto !important;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  height: auto;
  padding: 6px 12px !important;
  border-radius: 999px;
  background: rgba(194, 65, 12, 0.08);
  border: 1px solid rgba(194, 65, 12, 0.18);
  color: var(--c-primary) !important;
  font-size: 11px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.2 !important;
  text-shadow: none !important;
}
.theme.theme-themes02:not(.force-mobile) .CompanyLogo_logo__3qqok img{
  max-height: 36px;
  filter: saturate(0.7) contrast(0.95);
}
.theme.theme-themes02 .Header_favouriteIcon__ODszw,
.theme.theme-themes02 [data-testid="Header"] .makeIcon_root___oXnA{
  color: var(--c-text);
}
.theme.theme-themes02.force-mobile [data-testid="Header"]{
  background: var(--c-surface);
}
.theme.theme-themes02.force-mobile .Header_contacts__W5TZM{
  display: none;
}
.theme.theme-themes02.force-mobile .MobileHeader_links{
  gap: 8px 12px;
}
.theme.theme-themes02 [data-testid="Footer"]{
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  padding: 40px 0;
}
.theme.theme-themes02 [data-testid="Footer"] .SectionLayoutRow_inner__eLGS_{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.theme.theme-themes02 .Footer_container__cgd9Y{
  width: 100%;
}
.theme.theme-themes02 .Footer_grid__VGWJv{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 28px;
  align-items: start;
}
.theme.theme-themes02 .Footer_subGrid__AADD_{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.theme.theme-themes02 .Footer_about__L4hNU{
  gap: 14px;
}
.theme.theme-themes02 .Footer_section__XaTZn a{
  color: var(--c-text);
}
.theme.theme-themes02 .Footer_section__XaTZn p{
  color: var(--c-muted);
}
.theme.theme-themes02 .Footer_section__XaTZn .About_description__etbDm{
  font-size: 13px;
  line-height: 1.6;
}
.theme.theme-themes02 .Footer_section__XaTZn .Link_link__cEevs{
  font-size: 14px;
}
@media (max-width: 1024px){.theme.theme-themes02 .Header_main_menu__hELbZ{
    flex-wrap: wrap;
    row-gap: 12px;
  }.theme.theme-themes02 .Header_slot__4loGx{
    flex-wrap: wrap;
  }.theme.theme-themes02 .Header_search_expanded__LoXm7{
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 4px;
  }.theme.theme-themes02 .Header_slot__4loGx.Header_slot_align_right__1LfpB{
    order: 2;
    flex: 0 0 auto;
    margin-left: auto;
  }.theme.theme-themes02 .Header_slot__4loGx:not(.Header_slot_align_right__1LfpB){
    order: 1;
    flex: 0 0 auto;
  }.theme.theme-themes02 .Header_additionalMenuContent__b0gp4,
  .theme.theme-themes02 .Sitelinks_row__4eHaB{
    flex-wrap: wrap;
  }.theme.theme-themes02 .Footer_grid__VGWJv{
    grid-template-columns: 1fr;
  }.theme.theme-themes02 .Footer_subGrid__AADD_{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 500px) {
  .theme.theme-themes02 .Header_slot__4loGx.Header_slot_align_right__1LfpB .Header_contacts__W5TZM {
    display: none !important;
  }
}
@media (max-width: 720px){.theme.theme-themes02 .Header_main_menu__hELbZ{
    gap: 12px;
  }.theme.theme-themes02 .Header_search_expanded__LoXm7{
    flex-basis: 100%;
  }.theme.theme-themes02 .Header_slot__4loGx{
    flex-wrap: wrap;
  }.theme.theme-themes02 .Header_slot__4loGx.Header_slot_align_right__1LfpB{
    width: 100%;
    justify-content: flex-start;
  }.theme.theme-themes02 .Header_additionalMenuWrapper_bordered__9h4ZK{
    margin-top: 8px;
  }.theme.theme-themes02 .Footer_subGrid__AADD_{
    grid-template-columns: 1fr;
  }}
/* modern01 premium header/footer overrides */
.theme.theme-themes02 [data-testid="Header"]{
  background: var(--c-bg);
  border-bottom: 1px solid var(--c-border);
  box-shadow: none;
  backdrop-filter: none;
}
.theme.theme-themes02 [data-testid="Header"] .SectionLayoutRow_inner__eLGS_{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.theme.theme-themes02:not(.force-mobile) .Header_root__Nh897{
  padding: 10px 0 6px;
}
.theme.theme-themes02:not(.force-mobile) .Header_main_menu__hELbZ{
  flex-wrap: nowrap;
  align-items: center;
}
.theme.theme-themes02:not(.force-mobile) .Header_slot__4loGx{
  align-items: center;
  flex-wrap: nowrap;
}
.theme.theme-themes02:not(.force-mobile) .Header_slot__4loGx.Header_slot_align_right__1LfpB{
  align-items: center;
}
.theme.theme-themes02:not(.force-mobile) .Header_search_expanded__LoXm7{
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
}
.theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Input_container__0LzQu{
  background: #fbfaf8;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-2);
  min-height: 44px;
  padding: 8px 10px;
  gap: 6px;
}
.theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Input_input__2SVdu{
  font-size: 14px;
}
.theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .ClickableIcon_clickable__aJWuJ{
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--c-border);
  box-shadow: none;
}
.theme.theme-themes02:not(.force-mobile) .Header_search_expanded__LoXm7 .ClickableIcon_clickable__aJWuJ{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.08);
}
.theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .ClickableIcon_clickable__aJWuJ p{
  display: none;
}
.theme.theme-themes02:not(.force-mobile) .GeoLocation_geoLocation__0uNMp,
.theme.theme-themes02:not(.force-mobile) .Header_contacts__W5TZM{
  display: none !important;
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuWrapper_bordered__9h4ZK{
  border-top: 1px solid var(--c-border);
  margin-top: 8px;
  padding-top: 6px;
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuContent__b0gp4{
  gap: 12px;
}
.theme.theme-themes02:not(.force-mobile) .Sitelinks_item__IM3WX{
  font-size: 14px;
  font-weight: 500;
  color: var(--c-muted);
}
.theme.theme-themes02:not(.force-mobile) .Sitelinks_item__IM3WX:hover{
  color: var(--c-text);
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuContent__b0gp4 span.Sitelinks_item__IM3WX{
  padding: 6px 12px;
  min-height: 34px;
  height: auto;
  border-radius: 999px;
  background: rgba(194, 65, 12, 0.08);
  border: 1px solid rgba(194, 65, 12, 0.12);
  color: var(--c-primary);
  line-height: 1.2;
  white-space: normal;
}
.theme.theme-themes02 [data-testid="Header"] .Badge_badge__O9Uuz{
  top: -6px;
  right: -6px;
}
.theme.theme-themes02:not(.force-mobile) .CompanyLogo_logo__3qqok img{
  max-height: 36px;
  filter: saturate(0.7) contrast(0.95);
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuContent__b0gp4{
  justify-content: space-between;
}
.theme.theme-themes02:not(.force-mobile) .Header_additionalMenuContent__b0gp4 span.Sitelinks_item__IM3WX{
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  height: auto;
}
@media (max-width: 960px){.theme.theme-themes02:not(.force-mobile) .Header_main_menu__hELbZ{
    flex-wrap: wrap;
  }.theme.theme-themes02:not(.force-mobile) .Header_slot__4loGx{
    flex-wrap: wrap;
    flex: 1 1 100%;
  }.theme.theme-themes02:not(.force-mobile) .Header_slot__4loGx.Header_slot_align_right__1LfpB{
    order: 2;
    margin-left: auto;
  }.theme.theme-themes02:not(.force-mobile) .Header_search_expanded__LoXm7{
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
  }}
.theme.theme-themes02.force-mobile .MobileHeader_top{
  align-items: center;
  padding: 6px 0;
}
.theme.theme-themes02.force-mobile .MobileHeader_icons{
  gap: 8px;
}
.theme.theme-themes02.force-mobile .MobileHeader_search{
  margin-top: 8px;
}
.theme.theme-themes02.force-mobile .MobileHeader_links{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 8px;
}
.theme.theme-themes02.force-mobile .MobileHeader_promo{
  display: none;
}
.theme.theme-themes02 [data-testid="Footer"]{
  background: #ffffff;
  border-top: 1px solid var(--c-border);
  padding: 40px 0;
}
.theme.theme-themes02 [data-testid="Footer"] .SectionLayoutRow_inner__eLGS_{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.theme.theme-themes02 .Footer_grid__VGWJv{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.theme.theme-themes02 .Footer_about__L4hNU{
  grid-column: 1;
}
.theme.theme-themes02 .Footer_subGrid__AADD_{
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.theme.theme-themes02 .Footer_contacts__3Z2Yn{
  padding: 0;
}
@media (max-width: 900px){.theme.theme-themes02 .Footer_grid__VGWJv{
    grid-template-columns: 1fr;
  }.theme.theme-themes02 .Footer_subGrid__AADD_{
    grid-column: auto;
    grid-template-columns: 1fr;
  }}
/* footer layout refinements */
.theme.theme-themes02 [data-testid="Footer"] .Footer_grid__VGWJv{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.theme.theme-themes02 [data-testid="Footer"] .Footer_about__L4hNU{
  flex: 0 0 auto;
  gap: 12px;
}
.theme.theme-themes02 [data-testid="Footer"] .Footer_about__L4hNU > .Stack_stack__s9hRM{
  display: none !important;
}
.theme.theme-themes02 [data-testid="Footer"] .SocialNetworks_networks__xaqa6{
  display: flex;
  gap: 10px;
}
.theme.theme-themes02 [data-testid="Footer"] .Footer_subGrid__AADD_{
  display: flex;
  flex: 1 1 auto;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}
.theme.theme-themes02 [data-testid="Footer"] .FooterGroup_title__BBmr3{
  display: none;
}
.theme.theme-themes02 [data-testid="Footer"] .Contacts_contacts__ajN3p{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
}
.theme.theme-themes02 [data-testid="Footer"] .Contacts_contacts__ajN3p p{
  display: none;
}
.theme.theme-themes02 [data-testid="Footer"] .Contacts_contacts__ajN3p .Link_link__cEevs{
  font-size: 13px;
  color: var(--c-muted);
  white-space: nowrap;
}
.theme.theme-themes02 [data-testid="Footer"] .Contacts_contacts__ajN3p .Link_link__cEevs:hover{
  color: var(--c-text);
}
@media (max-width: 900px){.theme.theme-themes02 [data-testid="Footer"] .Footer_grid__VGWJv{
    flex-direction: column;
    align-items: flex-start;
  }.theme.theme-themes02 [data-testid="Footer"] .Footer_subGrid__AADD_{
    width: 100%;
    justify-content: flex-start;
  }.theme.theme-themes02 [data-testid="Footer"] .Contacts_contacts__ajN3p{
    flex-wrap: wrap;
  }}
.theme.theme-themes02.force-mobile .MobileHeader_top{
  flex-wrap: nowrap;
}
.theme.theme-themes02.force-mobile .MobileHeader_search{
  width: 100%;
}
.theme.theme-themes02.force-mobile .MobileHeader_links{
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.theme.theme-themes02.force-mobile .MobileHeader_links .Sitelinks_item__IM3WX{
  white-space: nowrap;
}
.theme.theme-themes02 [data-testid="Footer"] .FooterGroup_title__BBmr3,
.theme.theme-themes02 [data-testid="Footer"] .FooterGroup_title__BBmr3 p{
  display: none !important;
}
.theme.theme-themes02 .ProductSnippetFooter_footer__ekpwV{
  padding: 14px 16px 16px;
  border-top: 1px solid var(--c-border);
  background: var(--c-surface);
}
.theme.theme-themes02 .ProductSnippetFooter_footerContent__Oz0X8{
  display: grid;
  gap: 6px;
}
.theme.theme-themes02 .ProductSnippetFooter_footerContent__Oz0X8 .Prices_prices__WISvL{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  line-height: 1.2;
}
.theme.theme-themes02 .ProductSnippetFooter_footerContent__Oz0X8 .Prices_priceOld__EYqoo{
  font-size: 12px;
}
.theme.theme-themes02 .ProductSnippetFooter_footerContent__Oz0X8 .Typography_typography_line_clamp__Cdwk3{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}
/* modern01 header/footer end */

/* themes02 narrow header override */
@media (max-width: 900px){
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_main_menu__hELbZ{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:12px!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_slot__4loGx{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:12px!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_logo__HBw5O{
    order:1!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    margin:10px 0!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .CompanyLogo_logo__3qqok{
    width:300px!important;
    max-width:300px!important;
    min-width:300px!important;
    margin:0 auto!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .CompanyLogo_logo__3qqok img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_slot__4loGx.Header_slot_align_right__1LfpB{
    order:2!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:10px 14px!important;
    width:100%!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_search_expanded__LoXm7{
    order:3!important;
    display:flex!important;
    width:100%!important;
    margin:0 0 10px!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_search_expanded__LoXm7 .Input_container__0LzQu{
    width:100%!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_additionalMenuWrapper_bordered__9h4ZK{
    margin-top:6px!important;
    padding-top:0!important;
  }
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Header_additionalMenuContent__b0gp4,
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Sitelinks_row__4eHaB,
  .theme.theme-themes02:not(.force-mobile) [data-testid="Header"] .Sitelinks_row_wrap_nowrap__dz_N8{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px 12px!important;
  }
}
