:root {
  --gts-yellow: #ffcd11;
  --gts-yellow-soft: #ffe58a;
  --gts-bg-dark: hsl(34 20% 8%);
  --gts-bg-dark-soft: hsl(34 17% 12%);
  --gts-surface: #ffffff;
  --gts-surface-soft: #f7f7f4;
  --gts-text: #1b1a17;
  --gts-muted: #6f6a61;
  --gts-border: rgba(27, 26, 23, .1);
  --gts-border-strong: rgba(27, 26, 23, .18);
  --gts-radius: 20px;
  --gts-radius-sm: 12px;
  --gts-shadow: 0 12px 34px rgba(17, 15, 10, .1);
  --gts-shadow-soft: 0 2px 10px rgba(17, 15, 10, .05);
  --gts-max-width: 1200px;
  --gts-header-max-width: 1984px;
  --gts-font: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html.gts-shop-theme-ready {
  background: var(--gts-bg-dark);
}

body.gts-shop-theme {
  background:
    radial-gradient(circle at top left, rgba(255, 205, 17, .1), transparent 34rem),
    linear-gradient(180deg, var(--gts-bg-dark) 0, var(--gts-bg-dark) 34rem, var(--gts-surface-soft) 34rem);
  color: var(--gts-text);
  font-family: var(--gts-font);
}

body.gts-shop-theme a {
  text-underline-offset: 3px;
}

body.gts-shop-theme .gts-header {
  background: transparent;
  color: var(--gts-text);
}

body.gts-shop-theme .gts-header__container {
  width: min(var(--gts-header-max-width), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

body.gts-shop-theme .gts-header__top {
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--gts-shadow-soft);
}

body.gts-shop-theme .gts-header__logo img {
  max-height: 42px;
}

body.gts-shop-theme .gts-header__contact,
body.gts-shop-theme .gts-header__contact-compact,
body.gts-shop-theme .gts-header__contact-mobile {
  color: var(--gts-muted);
  font-weight: 700;
}

body.gts-shop-theme .gts-header__contact:hover,
body.gts-shop-theme .gts-header__contact-compact:hover,
body.gts-shop-theme .gts-header__contact-mobile:hover {
  color: var(--gts-text);
}

body.gts-shop-theme .gts-header__callback-btn,
body.gts-shop-theme .gts-header__callback-btn-compact,
body.gts-shop-theme .gts-header__callback-btn-mobile,
body.gts-shop-theme .gts-header__shop-link {
  border: 1px solid var(--gts-border);
  border-radius: 999px;
  background: var(--gts-yellow);
  color: #15130e;
  font-weight: 800;
  box-shadow: none;
}

body.gts-shop-theme .gts-header__callback-btn:hover,
body.gts-shop-theme .gts-header__callback-btn-compact:hover,
body.gts-shop-theme .gts-header__callback-btn-mobile:hover,
body.gts-shop-theme .gts-header__shop-link:hover {
  background: #ffd83d;
  color: #15130e;
  transform: translateY(-1px);
}

body.gts-shop-theme .gts-header__shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  text-decoration: none;
  white-space: nowrap;
}

body.gts-shop-theme .gts-header__shop-link--account {
  background: #1f1d18;
  color: #fff;
}

body.gts-shop-theme .gts-header__shop-link--account:hover {
  background: #302d26;
  color: #fff;
}

body.gts-shop-theme .gts-header__main-menu {
  width: 100%;
  margin: 10px auto 0;
  border-radius: 18px;
  background: #171510;
  box-shadow: var(--gts-shadow-soft);
  box-sizing: border-box;
  padding: 0 10px;
}

body.gts-shop-theme .gts-header__menu-list {
  gap: 0;
  justify-content: space-between;
  min-width: 0;
}

body.gts-shop-theme .gts-header__menu-link {
  color: rgba(255, 255, 255, .88);
  font-weight: 800;
  letter-spacing: 0;
}

body.gts-shop-theme .gts-header__menu-link:hover,
body.gts-shop-theme .gts-header__menu-link:focus {
  background: rgba(255, 205, 17, .14);
  color: #fff;
}

body.gts-shop-theme .gts-header__menu-item--shop-catalog > .gts-header__menu-link {
  background: var(--gts-yellow);
  color: #15130e;
}

body.gts-shop-theme .gts-header__menu-item--shop-catalog > .gts-header__menu-link:hover,
body.gts-shop-theme .gts-header__menu-item--shop-catalog > .gts-header__menu-link:focus {
  background: #ffd83d;
  color: #15130e;
}

@media (min-width: 993px) {
  body.gts-shop-theme .gts-header__main-menu {
    overflow: visible;
  }

  body.gts-shop-theme .gts-header__menu-list {
    flex-wrap: nowrap;
    height: auto;
    min-height: 52px;
  }

  body.gts-shop-theme .gts-header__menu-item {
    flex: 0 0 auto;
    min-width: 0;
  }

  body.gts-shop-theme .gts-header__menu-list--has-chemical > .gts-header__menu-item > .gts-header__menu-link {
    padding-left: clamp(5px, .46vw, 12px);
    padding-right: clamp(5px, .46vw, 12px);
    font-size: clamp(.66rem, .54vw, .78rem);
  }
}

@media (min-width: 993px) and (max-width: 1160px) {
  body.gts-shop-theme .gts-header__menu-list {
    flex-wrap: wrap;
    align-items: stretch;
    padding: 4px;
  }

  body.gts-shop-theme .gts-header__menu-item {
    height: 44px;
  }

  body.gts-shop-theme .gts-header__menu-link {
    min-height: 44px;
  }
}

body.gts-shop-theme .hero-section,
body.gts-shop-theme .hero {
  width: min(100%, calc(var(--gts-max-width) + 48px));
  margin: 18px auto 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 205, 17, .18), transparent 24rem),
    linear-gradient(135deg, #14120e 0, #211d16 58%, #302918 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
  overflow: hidden;
}

body.gts-shop-theme .hero-container,
body.gts-shop-theme .wrap {
  box-sizing: border-box;
  width: min(var(--gts-max-width), calc(100% - 40px));
}

body.gts-shop-theme .hero-layout,
body.gts-shop-theme .hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

body.gts-shop-theme .hero-content,
body.gts-shop-theme .hero-copy {
  min-width: 0;
}

body.gts-shop-theme .hero-title,
body.gts-shop-theme .hero h1 {
  letter-spacing: 0;
  color: #fff;
}

body.gts-shop-theme .hero-title .accent,
body.gts-shop-theme .eyebrow {
  color: var(--gts-yellow);
}

body.gts-shop-theme .hero-subtitle,
body.gts-shop-theme .hero .lead,
body.gts-shop-theme .hero-trustline,
body.gts-shop-theme .hero .trustline {
  color: rgba(255, 255, 255, .82);
}

body.gts-shop-theme .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

body.gts-shop-theme .hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

body.gts-shop-theme .hero-action:hover,
body.gts-shop-theme .hero-action:focus {
  border-color: rgba(255, 205, 17, .7);
  background: rgba(255, 205, 17, .16);
  color: #fff;
}

body.gts-shop-theme .hero-action--primary {
  border-color: var(--gts-yellow);
  background: var(--gts-yellow);
  color: #15130e;
}

body.gts-shop-theme .hero-action--primary:hover,
body.gts-shop-theme .hero-action--primary:focus {
  background: #ffd83d;
  color: #15130e;
}

body.gts-shop-theme .hero-feature {
  color: rgba(255, 255, 255, .82);
}

body.gts-shop-theme .hero-feature-icon {
  background: var(--gts-yellow);
  color: #15130e;
}

body.gts-shop-theme .hero-import-link {
  color: var(--gts-yellow);
}

body.gts-shop-theme .hero-note {
  color: rgba(255, 255, 255, .62);
}

body.gts-shop-theme .rfq-card {
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  color: var(--gts-text);
  box-shadow: var(--gts-shadow);
}

body.gts-shop-theme .rfq-card h2 {
  color: var(--gts-text);
  letter-spacing: 0;
}

body.gts-shop-theme .rfq-card__lead,
body.gts-shop-theme .microcopy,
body.gts-shop-theme .rfq-microcopy {
  color: var(--gts-muted);
}

body.gts-shop-theme :is(.rfq-field, .field) {
  color: var(--gts-text);
  font-weight: 800;
}

body.gts-shop-theme :is(input, select, textarea) {
  border: 1px solid var(--gts-border);
  border-radius: 14px;
  background: #fff;
  color: var(--gts-text);
  box-shadow: none;
}

body.gts-shop-theme :is(input, select, textarea):focus {
  border-color: var(--gts-yellow);
  outline: 3px solid rgba(255, 205, 17, .24);
  outline-offset: 0;
}

body.gts-shop-theme :is(input, select, textarea):user-invalid {
  border-color: #c2410c;
}

body.gts-shop-theme .rfq-attach-label {
  border: 1px dashed rgba(27, 26, 23, .28);
  border-radius: 16px;
  background: #fffaf0;
  color: #4f3d00;
  font-weight: 800;
}

body.gts-shop-theme .rfq-attach-label:hover,
body.gts-shop-theme .rfq-attach-label:focus {
  border-color: var(--gts-yellow);
  background: #fff4c2;
}

body.gts-shop-theme :is(.btn, .btn-primary, .btn--primary, .btn--light, .rfq-submit) {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
}

body.gts-shop-theme :is(.btn-primary, .btn--primary, .rfq-submit) {
  border-color: var(--gts-yellow);
  background: var(--gts-yellow);
  color: #15130e;
  box-shadow: 0 12px 24px rgba(255, 205, 17, .24);
}

body.gts-shop-theme :is(.btn-primary, .btn--primary, .rfq-submit):hover,
body.gts-shop-theme :is(.btn-primary, .btn--primary, .rfq-submit):focus {
  background: #ffd83d;
  color: #15130e;
  transform: translateY(-1px);
}

body.gts-shop-theme :is(.btn--light, .btn-secondary) {
  border-color: var(--gts-border);
  background: #fff;
  color: var(--gts-text);
}

body.gts-shop-theme :is(.rfq-consent, .consent-field) {
  color: var(--gts-muted);
}

body.gts-shop-theme :is(.rfq-status, .status) {
  border-radius: 14px;
}

body.gts-shop-theme :is(.rfq-status.is-success, .status.is-success) {
  border: 1px solid rgba(22, 163, 74, .2);
  background: #ecfdf3;
  color: #166534;
}

body.gts-shop-theme :is(.rfq-status.is-error, .status.is-error) {
  border: 1px solid rgba(220, 38, 38, .2);
  background: #fef2f2;
  color: #991b1b;
}

body.gts-shop-theme .cooperation-models-section,
body.gts-shop-theme .data-requirements-section,
body.gts-shop-theme .input-examples-section,
body.gts-shop-theme .proof-band {
  background: var(--gts-surface-soft);
}

body.gts-shop-theme :is(.cooperation-card, .requirements-card, .input-example-card, .link-card) {
  border: 1px solid var(--gts-border);
  border-radius: var(--gts-radius);
  background: var(--gts-surface);
  box-shadow: var(--gts-shadow-soft);
}

body.gts-shop-theme :is(.cooperation-card, .requirements-card, .input-example-card, .link-card):hover {
  border-color: rgba(255, 205, 17, .5);
  box-shadow: var(--gts-shadow);
}

body.gts-shop-theme :is(.tariff-table, .table-wrapper, .table-responsive) {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.gts-shop-theme :is(.section-title, .section-head h2) {
  color: var(--gts-text);
  letter-spacing: 0;
}

body.gts-shop-theme :is(.section-subtitle, .section-head p) {
  color: var(--gts-muted);
}

body.gts-shop-theme .direct-import-section,
body.gts-shop-theme .brands-section {
  background: #171510;
  color: #fff;
}

body.gts-shop-theme .direct-import-section :is(.section-title, .section-subtitle, .direct-import-text),
body.gts-shop-theme .brands-section :is(.section-title, .section-subtitle) {
  color: #fff;
}

body.gts-shop-theme .direct-import-section .section-subtitle,
body.gts-shop-theme .brands-section .section-subtitle {
  color: rgba(255, 255, 255, .78);
}

body.gts-shop-theme .direct-import-section .audience-item {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .9);
  box-shadow: none;
}

body.gts-shop-theme .direct-import-section .audience-item::before {
  background: var(--gts-yellow);
  color: #15130e;
}

body.gts-shop-theme .brands-section .brand-card {
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

body.gts-shop-theme .brands-section .brand-card h3 {
  color: #fff;
}

body.gts-shop-theme .contact-hero {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .94), rgba(17, 17, 17, .86)),
    url('/assets/gts/img/contacts-bg.jpg') center/cover no-repeat;
  color: #fff;
}

body.gts-shop-theme .contact-hero :is(h1, p) {
  color: #fff;
}

body.gts-shop-theme .contact-hero .accent-text {
  color: var(--gts-yellow);
}

body.gts-shop-theme .contact-hero .button--secondary {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

body.gts-shop-theme footer,
body.gts-shop-theme .site-footer {
  background: #171510;
  color: rgba(255, 255, 255, .76);
}

body.gts-shop-theme footer a,
body.gts-shop-theme .site-footer a {
  color: rgba(255, 255, 255, .9);
}

body.gts-shop-theme footer a:hover,
body.gts-shop-theme .site-footer a:hover {
  color: var(--gts-yellow);
}

@media (max-width: 992px) {
  body.gts-shop-theme {
    background:
      radial-gradient(circle at top left, rgba(255, 205, 17, .12), transparent 26rem),
      linear-gradient(180deg, var(--gts-bg-dark) 0, var(--gts-bg-dark) 30rem, var(--gts-surface-soft) 30rem);
  }

  body.gts-shop-theme .gts-header__container,
  body.gts-shop-theme .gts-header__main-menu,
  body.gts-shop-theme .hero-container,
  body.gts-shop-theme .wrap {
    width: min(100% - 24px, var(--gts-max-width));
  }

  body.gts-shop-theme main > .wrap {
    max-width: calc(100vw - 16px);
    padding-left: min(16px, 4vw);
    padding-right: min(16px, 4vw);
  }

  body.gts-shop-theme .main-image img {
    box-sizing: border-box;
    max-width: 100%;
  }

  body.gts-shop-theme .thumbs {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.gts-shop-theme .gts-header__top {
    margin-top: 8px;
    border-radius: 16px;
  }

  body.gts-shop-theme .gts-header__main-menu {
    border-radius: 16px;
  }

  body.gts-shop-theme .gts-header__shop-link--account {
    display: none;
  }

  body.gts-shop-theme .hero-section,
  body.gts-shop-theme .hero {
    width: calc(100% - 16px);
    margin-top: 10px;
    border-radius: 22px;
  }

  body.gts-shop-theme .hero-layout,
  body.gts-shop-theme .hero__grid {
    grid-template-columns: 1fr;
  }

  body.gts-shop-theme .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.gts-shop-theme .hero-action {
    min-height: 42px;
    padding-inline: 12px;
    white-space: normal;
  }

  body.gts-shop-theme .rfq-card {
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  body.gts-shop-theme main table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.gts-shop-theme main table :is(th, td) {
    white-space: nowrap;
  }

  body.gts-shop-theme main table td:last-child {
    min-width: 220px;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  body.gts-shop-theme .hero-actions {
    grid-template-columns: 1fr;
  }

  body.gts-shop-theme .hero-action {
    width: 100%;
  }
}
