﻿:root {
      --gt-bg: #f5f7fa;
      --gt-card: #fff;
      --gt-text: #141b2d;
      --gt-muted: #6b7280;
      --gt-soft: #f8fafc;
      --gt-line: #e7ebf0;
      --gt-orange: #ff5a00;
      --gt-orange-2: #ff6a00;
      --gt-orange-soft: #fff3eb;
      --gt-green: #22c783;
      --gt-dark: #171f2b;
      --gt-dark-2: #202a37;
      --gt-radius: 24px;
      --gt-shadow: 0 16px 42px rgba(15, 23, 42, .065);
      --gt-shadow-soft: 0 10px 26px rgba(15, 23, 42, .045);
      --gt-container: min(100% - 48px, 1368px);
    }

    * {
      box-sizing: border-box;
    }

    html {
      overflow-x: hidden;
      background: var(--gt-bg);
    }

    body {
      margin: 0;
      overflow-x: hidden;
      overflow-y: clip;
      background:
        radial-gradient(circle at 18% 10%, rgba(255, 90, 0, .035), transparent 28%),
        linear-gradient(180deg, #fbfcfe 0, var(--gt-bg) 240px, var(--gt-bg) 100%);
      color: var(--gt-text);
      font-family: Montserrat, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.45;
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .gt-page {
      min-height: 100vh;
    }

    .gt-container {
      width: var(--gt-container);
      margin: 0 auto;
    }

    .gt-topbar {
      border-bottom: 1px solid rgba(231, 235, 240, .82);
      background: rgba(255, 255, 255, .9);
      backdrop-filter: blur(12px);
    }

    .gt-topbar__inner {
      display: flex;
      min-height: 38px;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      color: #374151;
      font-size: 13px;
      font-weight: 600;
    }

    .gt-topbar__group {
      display: flex;
      align-items: center;
      gap: 30px;
      min-width: 0;
    }

    .gt-topbar__item,
    .gt-social {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
    }

    .gt-ico {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      color: currentColor;
    }

    .gt-ico--accent {
      color: var(--gt-orange);
    }

    .gt-ico--blue {
      color: #229ed9;
    }

    .gt-header {
      position: sticky;
      top: 0;
      z-index: 20;
      border-bottom: 1px solid rgba(231, 235, 240, .9);
      background: rgba(255, 255, 255, .92);
      backdrop-filter: blur(14px);
      box-shadow: 0 10px 28px rgba(15, 23, 42, .035);
    }

    .gt-header__inner {
      display: grid;
      min-height: 88px;
      grid-template-columns: 220px 150px minmax(280px, 1fr) auto;
      align-items: center;
      gap: 20px;
    }

    .gt-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      font-weight: 800;
    }

    .gt-brand__mark {
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      color: #111827;
    }

    .gt-brand__text {
      display: flex;
      flex-direction: column;
      color: #111827;
      font-size: 22px;
      line-height: .9;
      letter-spacing: 0;
    }

    .gt-brand__line {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .gt-badge-v7 {
      display: inline-flex;
      height: 22px;
      align-items: center;
      border-radius: 6px;
      background: var(--gt-orange);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      line-height: 1;
      padding: 0 6px;
    }

    .gt-catalog-btn,
    .gt-cart-btn,
    .gt-primary-btn,
    .gt-outline-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      border-radius: 14px;
      font-weight: 800;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
    }

    .gt-catalog-btn {
      border: 1px solid var(--gt-line);
      background: #f6f8fb;
      color: #111827;
      padding: 0 22px;
      box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
    }

    .gt-catalog-btn:hover,
    .gt-outline-btn:hover {
      border-color: rgba(255, 90, 0, .34);
      background: #fff8f3;
      color: var(--gt-orange);
    }

    .gt-search {
      position: relative;
      min-width: 0;
    }

    .gt-search input {
      width: 100%;
      height: 48px;
      border: 1px solid #dfe5ec;
      border-radius: 12px;
      background: #fff;
      color: #111827;
      outline: none;
      padding: 0 52px 0 20px;
      font-size: 13px;
      font-weight: 500;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 8px 20px rgba(15, 23, 42, .025);
    }

    .gt-search input:focus {
      border-color: rgba(255, 90, 0, .55);
      box-shadow: 0 0 0 4px rgba(255, 90, 0, .08);
    }

    .gt-search .gt-ico {
      position: absolute;
      right: 17px;
      top: 50%;
      transform: translateY(-50%);
      color: #8a95a5;
    }

    .gt-header__nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 30px;
      min-width: 0;
      white-space: nowrap;
    }

    .gt-header__nav a {
      color: #111827;
      font-weight: 700;
    }

    .gt-cart-btn {
      position: relative;
      width: 50px;
      min-height: 50px;
      border: 0;
      background: transparent;
      color: #111827;
      padding: 0;
    }

    .gt-cart-count {
      position: absolute;
      top: 0;
      right: 2px;
      display: inline-flex;
      min-width: 19px;
      height: 19px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--gt-orange);
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      padding: 0 5px;
    }

    .gt-breadcrumbs {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 82px;
      color: #768091;
      font-size: 13px;
      font-weight: 600;
    }

    .gt-breadcrumbs span:not(:last-child)::after {
      content: "/";
      margin-left: 10px;
      color: #b5bdc9;
    }

    .gt-card {
      border: 1px solid rgba(226, 232, 240, .95);
      border-radius: var(--gt-radius);
      background: var(--gt-card);
      box-shadow: var(--gt-shadow);
    }

    .gt-intro {
      padding: 38px 38px 30px;
    }

    .gt-intro h1 {
      max-width: 760px;
      margin: 0;
      color: #111827;
      font-size: 40px;
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .gt-intro__lead {
      max-width: 760px;
      margin: 20px 0 0;
      color: #2d3748;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6;
    }

    .gt-warning {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-top: 20px;
      border: 1px solid #ffd6bd;
      border-radius: 14px;
      background: linear-gradient(90deg, #fff2e9 0%, #fff7f1 100%);
      color: #b74600;
      padding: 16px 20px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.45;
    }

    .gt-warning .gt-ico {
      margin-top: 2px;
      color: var(--gt-orange);
    }

    .gt-benefits {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      margin-top: 28px;
      padding-top: 24px;
      border-top: 1px solid #edf1f5;
    }

    .gt-benefit {
      display: flex;
      min-height: 78px;
      align-items: center;
      gap: 14px;
      border: 1px solid #edf1f5;
      border-radius: 16px;
      background: #fff;
      padding: 16px 18px;
      box-shadow: var(--gt-shadow-soft);
    }

    .gt-benefit__icon,
    .gt-step__icon,
    .gt-delivery__icon {
      display: inline-flex;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      color: #111827;
    }

    .gt-benefit__icon .gt-ico,
    .gt-step__icon .gt-ico,
    .gt-delivery__icon .gt-ico {
      width: 28px;
      height: 28px;
    }

    .gt-benefit small {
      display: block;
      margin-bottom: 2px;
      color: #4b5563;
      font-size: 12px;
      font-weight: 600;
    }

    .gt-benefit strong {
      display: block;
      color: #111827;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.28;
    }

    .gt-order-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 316px;
      align-items: start;
      gap: 18px;
      margin-top: 34px;
    }

    .gt-table-card {
      overflow: hidden;
      border-radius: 20px;
    }

    .gt-table-tools {
      padding: 24px 24px 12px;
    }

    .gt-filter-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 18px;
    }

    .gt-chip {
      display: inline-flex;
      min-height: 36px;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 999px;
      background: #eef2f7;
      color: #4b5563;
      font-size: 13px;
      font-weight: 800;
      padding: 0 18px;
      transition: background .18s ease, color .18s ease, transform .18s ease;
    }

    .gt-chip:hover {
      transform: translateY(-1px);
    }

    .gt-chip.is-active {
      background: var(--gt-orange);
      color: #fff;
      box-shadow: 0 10px 20px rgba(255, 90, 0, .18);
    }

    .gt-table-search {
      position: relative;
    }

    .gt-table-search input {
      width: 100%;
      height: 52px;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      background: #fff;
      outline: none;
      padding: 0 58px 0 18px;
      color: #111827;
      font-size: 13px;
      font-weight: 600;
    }

    .gt-table-search .gt-ico {
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: #9aa4b2;
    }

    .gt-table-wrap {
      overflow-x: auto;
      scrollbar-width: thin;
    }

    .gt-order-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      table-layout: fixed;
    }

    .gt-order-table col:nth-child(1) { width: 74px; }
    .gt-order-table col:nth-child(2) { width: 86px; }
    .gt-order-table col:nth-child(3) { width: auto; }
    .gt-order-table col:nth-child(4) { width: 86px; }
    .gt-order-table col:nth-child(5) { width: 108px; }
    .gt-order-table col:nth-child(6) { width: 108px; }
    .gt-order-table col:nth-child(7) { width: 92px; }

    .gt-order-table th {
      height: 52px;
      border-top: 1px solid #edf1f5;
      border-bottom: 1px solid #edf1f5;
      background: #fbfcfe;
      color: #536070;
      font-size: 11px;
      font-weight: 800;
      text-align: left;
      padding: 0 10px;
    }

    .gt-order-table td {
      height: 74px;
      border-bottom: 1px solid #edf1f5;
      color: #1f2937;
      font-size: 12px;
      font-weight: 700;
      vertical-align: middle;
      padding: 8px 10px;
    }

    .gt-order-table tr {
      transition: background .16s ease;
    }

    .gt-order-table tbody tr:hover {
      background: #fffbf8;
    }

    .gt-order-table tbody tr.is-hidden {
      display: none;
    }

    .gt-product-photo {
      display: flex;
      width: 54px;
      height: 54px;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: transparent;
    }

    .gt-product-photo img {
      width: 54px;
      height: 54px;
      object-fit: contain;
      filter: drop-shadow(0 6px 10px rgba(85, 55, 28, .12));
    }

    .gt-art {
      color: #374151;
      font-weight: 800;
    }

    .gt-product-name {
      color: #1f2937;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
    }

    .gt-product-name:hover,
    .gt-art:hover {
      color: var(--gt-orange);
    }

    .gt-price,
    .gt-row-sum {
      white-space: nowrap;
      color: #111827;
      font-weight: 800;
    }

    .gt-pack {
      color: #4b5563;
      font-size: 11px;
      white-space: nowrap;
    }

    .gt-qty {
      display: inline-grid;
      width: 82px;
      height: 34px;
      grid-template-columns: 27px 28px 27px;
      overflow: hidden;
      border: 1px solid #dfe5ec;
      border-radius: 8px;
      background: #f9fafb;
    }

    .gt-qty button {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      background: #f9fafb;
      color: #4b5563;
      font-size: 14px;
      font-weight: 800;
      padding: 0;
      touch-action: manipulation;
      -webkit-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      transition: background .15s ease, color .15s ease;
    }

    .gt-qty button:hover {
      background: #fff3eb;
      color: var(--gt-orange);
    }

    .gt-qty input {
      width: 30px;
      height: 32px;
      border: 0;
      border-right: 1px solid #dfe5ec;
      border-left: 1px solid #dfe5ec;
      background: #fff;
      color: #111827;
      font-size: 12px;
      font-weight: 800;
      text-align: center;
      outline: none;
      padding: 0;
    }

    .gt-table-empty {
      display: none;
      padding: 28px;
      border-top: 1px solid #edf1f5;
      color: var(--gt-muted);
      font-weight: 700;
    }

    .gt-table-empty.is-visible {
      display: block;
    }

    .gt-sidebar {
      position: sticky;
      top: 116px;
      min-height: 0;
      height: auto;
      padding: 26px 24px;
      border-radius: 20px;
    }

    .gt-sidebar__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 8px;
    }

    .gt-sidebar h2 {
      margin: 0;
      color: #111827;
      font-size: 23px;
      font-weight: 800;
      line-height: 1.1;
    }

    .gt-live-count {
      display: inline-flex;
      min-width: 28px;
      height: 28px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #ffe4d4;
      color: var(--gt-orange);
      font-size: 13px;
      font-weight: 800;
    }

    .gt-sidebar__subtitle {
      margin: 0 0 14px;
      color: #667085;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.45;
    }

    .gt-sync-status {
      display: flex;
      min-height: 32px;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 18px;
      border: 1px solid #e6edf4;
      border-radius: 12px;
      background: #f8fafc;
      color: #526071;
      font-size: 12px;
      font-weight: 800;
      padding: 8px 10px;
    }

    .gt-sync-status::before {
      content: "";
      display: inline-flex;
      width: 9px;
      height: 9px;
      flex: 0 0 9px;
      border-radius: 999px;
      background: #22c55e;
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
    }

    .gt-sync-status.is-saving::before {
      background: var(--gt-orange);
      box-shadow: 0 0 0 4px rgba(255, 90, 0, .12);
    }

    .gt-sync-status.is-error {
      border-color: #fecaca;
      background: #fff7f7;
      color: #b42318;
    }

    .gt-sync-status.is-error::before {
      background: #ef4444;
      box-shadow: 0 0 0 4px rgba(239, 68, 68, .12);
    }

    .gt-sync-status button {
      border: 0;
      background: transparent;
      color: var(--gt-orange);
      font: inherit;
      font-size: 11px;
      padding: 0;
    }

    .gt-sync-status button[hidden],
    .gt-clear-confirm:not(.is-visible) {
      display: none;
    }

    .gt-qo-incentive {
      margin: 0 0 16px;
      padding: 8px 10px;
      border: 1px solid #ffd4bf;
      border-radius: 16px;
      background:
        radial-gradient(circle at 88% 0%, rgba(255, 90, 0, .10) 0%, rgba(255, 90, 0, 0) 42%),
        linear-gradient(180deg, #fffaf7 0%, #fff 100%);
      box-shadow: 0 12px 26px rgba(255, 90, 0, .06);
      box-sizing: border-box;
    }

    .gt-qo-incentive__top {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      align-items: start;
      gap: 3px;
    }

    .gt-qo-incentive__top > div:first-child {
      display: contents;
    }

    .gt-qo-incentive__kicker {
      grid-column: 1;
      grid-row: 1;
      color: var(--gt-orange);
      font-size: 11px;
      font-weight: 700;
      line-height: 14px;
      letter-spacing: .02em;
      text-transform: uppercase;
    }

    .gt-qo-incentive__main {
      grid-column: 1;
      grid-row: 2;
      margin-top: 0;
      color: #071427;
      font-size: 13.5px;
      font-weight: 700;
      line-height: 17px;
      letter-spacing: -.01em;
    }

    .gt-qo-incentive__chips {
      display: flex;
      gap: 8px;
      margin-top: 7px;
    }

    .gt-qo-chip {
      display: inline-flex;
      height: 24px;
      min-width: 0;
      align-items: center;
      justify-content: center;
      padding: 0 8px;
      border: 1px solid #e6edf5;
      border-radius: 999px;
      background: #fff;
      color: #667085;
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
    }

    .gt-qo-chip.is-active {
      border-color: rgba(255, 90, 0, .28);
      background: #fff2e8;
      color: var(--gt-orange);
    }

    .gt-qo-chip.is-unlocked {
      border-color: rgba(22, 163, 74, .22);
      background: #ecfdf3;
      color: #16803c;
    }

    .gt-qo-ladder {
      margin-top: 8px;
      padding-bottom: 17px;
      position: relative;
    }

    .gt-qo-ladder__track {
      position: relative;
      height: 8px;
      border-radius: 999px;
      background: #edf2f7;
    }

    .gt-qo-ladder__fill {
      position: absolute;
      inset: 0 auto 0 0;
      width: 0%;
      max-width: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, #ff7a1a 0%, var(--gt-orange) 100%);
      transition: width .18s ease;
    }

    .gt-qo-ladder__dot {
      position: absolute;
      top: 50%;
      width: 10px;
      height: 10px;
      border: 2px solid #cbd5e1;
      border-radius: 999px;
      background: #fff;
      box-sizing: border-box;
      transform: translate(-50%, -50%);
    }

    .gt-qo-ladder__dot.is-passed {
      border-color: var(--gt-orange);
      background: var(--gt-orange);
    }

    .gt-qo-ladder__labels {
      position: absolute;
      left: 0;
      right: 0;
      top: 13px;
      height: 12px;
      color: #94a3b8;
      font-size: 10.5px;
      font-weight: 650;
      line-height: 12px;
    }

    .gt-qo-ladder__labels span {
      position: absolute;
      top: 0;
      white-space: nowrap;
      transform: translateX(-50%);
    }

    .gt-qo-ladder__labels span:nth-child(1) {
      left: 20%;
    }

    .gt-qo-ladder__labels span:nth-child(2) {
      left: 50%;
    }

    .gt-qo-ladder__labels span:nth-child(3) {
      left: 75%;
    }

    .gt-qo-ladder__labels span:nth-child(4) {
      left: 100%;
      transform: translateX(-100%);
    }

    .gt-qo-incentive__hint {
      margin-top: 5px;
      color: #536173;
      font-size: 11.5px;
      font-weight: 600;
      line-height: 14px;
    }

    .gt-cart-table-head,
    .gt-cart-item {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 62px 78px;
      align-items: start;
      gap: 10px;
    }

    .gt-cart-table-head {
      margin-bottom: 12px;
      color: #697386;
      font-size: 11px;
      font-weight: 800;
    }

    .gt-cart-items {
      display: grid;
      gap: 16px;
      min-height: 150px;
      max-height: 440px;
      overflow-y: auto;
      scrollbar-width: thin;
    }

    .gt-cart-item {
      color: #111827;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
    }

    .gt-cart-item__qty {
      white-space: nowrap;
      color: #111827;
      text-align: right;
      font-weight: 700;
    }

    .gt-cart-item__sum {
      white-space: nowrap;
      color: #111827;
      text-align: right;
      font-weight: 800;
    }

    .gt-cart-empty {
      display: grid;
      min-height: 150px;
      align-content: center;
      justify-items: center;
      gap: 8px;
      border: 1px dashed #dfe6ee;
      border-radius: 16px;
      background: #f8fafc;
      padding: 18px;
      text-align: center;
      color: #7b8494;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.55;
    }

    .gt-cart-empty__icon {
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: #fff;
      color: #9aa4b2;
      box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
    }

    .gt-cart-empty__icon .gt-ico {
      width: 24px;
      height: 24px;
    }

    .gt-cart-empty strong {
      display: block;
      color: #111827;
      font-size: 14px;
      font-weight: 800;
    }

    .gt-cart-empty span:not(.gt-cart-empty__icon) {
      display: block;
    }

    .gt-cart-summary {
      display: grid;
      gap: 8px;
      margin-top: 22px;
      border-top: 1px solid #dfe5ec;
      padding-top: 22px;
      color: #111827;
      font-size: 14px;
      font-weight: 800;
    }

    .gt-cart-summary__row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .gt-cart-summary__row--discount {
      color: #16a34a;
      font-size: 13px;
    }

    .gt-cart-summary__row--total {
      margin-top: 6px;
      border-top: 1px solid #edf2f7;
      padding-top: 12px;
      font-size: 16px;
    }

    .gt-cart-summary__row[hidden] {
      display: none;
    }

    .gt-sidebar__note {
      margin: 20px 0 0;
      color: #5f6b7a;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.55;
    }

    .gt-sidebar__actions {
      display: grid;
      gap: 10px;
      margin-top: 22px;
    }

    .gt-primary-btn {
      width: 100%;
      border: 1px solid var(--gt-orange);
      background: var(--gt-orange);
      color: #fff;
      min-height: 58px;
      padding: 0 22px;
      box-shadow: 0 16px 28px rgba(255, 90, 0, .24);
    }

    .gt-primary-btn:hover {
      border-color: #e65100;
      background: #e65100;
      transform: translateY(-1px);
      box-shadow: 0 18px 34px rgba(255, 90, 0, .28);
    }

    .gt-sidebar .gt-primary-btn {
      font-size: 13px;
    }

    .gt-secondary-btn {
      display: inline-flex;
      width: 100%;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      border: 1px solid #dfe5ec;
      border-radius: 14px;
      background: #fff;
      color: #344054;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
      transition: border-color .16s ease, color .16s ease, background .16s ease;
    }

    .gt-secondary-btn:hover:not(:disabled) {
      border-color: var(--gt-orange);
      background: #fff7f2;
      color: var(--gt-orange);
    }

    .gt-secondary-btn:disabled,
    .gt-primary-btn:disabled {
      cursor: not-allowed;
      opacity: .55;
      transform: none;
      box-shadow: none;
    }

    .gt-clear-confirm {
      display: none;
      gap: 10px;
      margin-top: 14px;
      border: 1px solid #fed7aa;
      border-radius: 14px;
      background: #fff7ed;
      padding: 12px;
      color: #9a3412;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.45;
    }

    .gt-clear-confirm.is-visible {
      display: grid;
    }

    .gt-clear-confirm__actions {
      display: flex;
      gap: 8px;
    }

    .gt-clear-confirm__actions button {
      min-height: 34px;
      border-radius: 10px;
      font-size: 12px;
      font-weight: 800;
      padding: 0 12px;
    }

    .gt-clear-confirm__yes {
      border: 0;
      background: var(--gt-orange);
      color: #fff;
    }

    .gt-clear-confirm__no {
      border: 1px solid #fed7aa;
      background: #fff;
      color: #9a3412;
    }

    .gt-check-note {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 22px;
      color: #526071;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.4;
    }

    .gt-check-note::before {
      content: "✓";
      display: inline-flex;
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #dcfce7;
      color: #16a34a;
      font-weight: 800;
    }

    .gt-message {
      min-height: 28px;
      margin-top: 18px;
      color: var(--gt-orange);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.45;
    }

    .gt-p80 {
      display: grid;
      grid-template-columns: minmax(300px, 1fr) minmax(560px, 760px);
      align-items: center;
      gap: 24px;
      margin-top: 28px;
      padding: 30px 32px 28px;
    }

    .gt-p80 h2 {
      margin: 0;
      max-width: 360px;
      color: #111827;
      font-size: 28px;
      font-weight: 800;
      line-height: 1.14;
    }

    .gt-p80 p {
      max-width: 420px;
      margin: 16px 0 22px;
      color: #374151;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.55;
    }

    .gt-p80 .gt-primary-btn {
      width: auto;
      min-height: 54px;
      padding: 0 24px;
    }

    .gt-p80__items {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .gt-p80__thumb {
      text-align: center;
    }

    .gt-p80__image {
      display: flex;
      height: 130px;
      align-items: center;
      justify-content: center;
      border: 1px solid #e6ebf1;
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--gt-shadow-soft);
      padding: 14px;
    }

    .gt-p80__image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 8px 12px rgba(35, 38, 45, .12));
    }

    .gt-p80__thumb span {
      display: block;
      margin-top: 12px;
      color: #374151;
      font-size: 12px;
      font-weight: 700;
    }

    .gt-delivery {
      margin-top: 28px;
      padding: 28px 32px 32px;
    }

    .gt-delivery__grid {
      display: grid;
      grid-template-columns: 1.1fr 1.35fr 1fr 1.2fr;
      border-bottom: 1px solid #e4e9f0;
    }

    .gt-delivery__cell {
      position: relative;
      min-height: 104px;
      padding: 0 24px 22px 0;
    }

    .gt-delivery__cell + .gt-delivery__cell {
      padding-left: 28px;
      border-left: 1px solid #e4e9f0;
    }

    .gt-delivery__label {
      display: block;
      color: #526071;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
    }

    .gt-delivery__value {
      display: block;
      margin-top: 8px;
      color: #111827;
      font-size: 28px;
      font-weight: 800;
      line-height: 1.08;
    }

    .gt-delivery__value--period {
      max-width: 190px;
      font-size: 26px;
      line-height: 1.05;
    }

    .gt-delivery__hint {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 8px;
      border-radius: 999px;
      background: #ecfdf3;
      color: #37956b;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 8px;
    }

    .gt-city-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-top: 8px;
    }

    .gt-city-row .gt-delivery__hint {
      margin-top: 0;
    }

    .gt-city-change {
      border: 0;
      background: transparent;
      color: var(--gt-orange);
      font-size: 11px;
      font-weight: 800;
      padding: 4px 2px;
    }

    .gt-city-change:hover {
      color: #e65100;
    }

    .gt-delivery__note {
      display: block;
      min-height: 15px;
      margin-top: 7px;
      color: #6b7280;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.35;
    }

    .gt-delivery__cell--with-icon {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 48px;
      align-items: center;
      gap: 18px;
    }

    .gt-delivery__icon {
      color: #a0aab8;
    }

    .gt-city-manual {
      display: none;
      gap: 8px;
      margin-top: 12px;
    }

    .gt-city-manual.is-visible {
      display: flex;
    }

    .gt-city-manual input {
      min-width: 0;
      width: 100%;
      height: 36px;
      border: 1px solid #dfe5ec;
      border-radius: 10px;
      outline: none;
      padding: 0 12px;
      font-size: 12px;
      font-weight: 700;
    }

    .gt-city-manual button {
      height: 36px;
      border: 0;
      border-radius: 10px;
      background: #111827;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      padding: 0 12px;
    }

    .gt-delivery__bottom {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 260px;
      align-items: end;
      gap: 32px;
      margin-top: 24px;
    }

    .gt-progress-title {
      margin: 0 0 14px;
      color: #111827;
      font-size: 18px;
      font-weight: 800;
    }

    .gt-progress {
      position: relative;
      height: 12px;
      overflow: hidden;
      border-radius: 999px;
      background: #e5e9ef;
    }

    .gt-progress__bar {
      width: 0%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--gt-orange) 0%, #ff7a1a 100%);
      transition: width .24s ease;
    }

    .gt-progress__marks {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      color: #4b5563;
      font-size: 12px;
      font-weight: 800;
    }

    .gt-how {
      margin-top: 38px;
      margin-bottom: 48px;
    }

    .gt-how h2 {
      margin: 0 0 16px;
      color: #111827;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2;
    }

    .gt-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      align-items: stretch;
    }

    .gt-step {
      position: relative;
      display: grid;
      grid-template-columns: 46px minmax(0, 1fr);
      gap: 18px;
      min-height: 94px;
      align-items: center;
      border: 1px solid #e7ebf0;
      border-radius: 16px;
      background: #fff;
      box-shadow: var(--gt-shadow-soft);
      padding: 20px 24px;
    }

    .gt-step:not(:last-child)::after {
      content: "›";
      position: absolute;
      right: -20px;
      top: 50%;
      transform: translateY(-50%);
      color: #111827;
      font-size: 32px;
      font-weight: 400;
    }

    .gt-step__num {
      position: absolute;
      left: 20px;
      top: 18px;
      display: inline-flex;
      width: 28px;
      height: 28px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #fff0e7;
      color: var(--gt-orange);
      font-size: 13px;
      font-weight: 800;
    }

    .gt-step__icon {
      margin-left: 20px;
      color: #111827;
    }

    .gt-step h3 {
      margin: 0 0 6px;
      color: #111827;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.25;
    }

    .gt-step p {
      margin: 0;
      color: #4b5563;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.42;
    }

    .gt-footer {
      width: 100%;
      background:
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .08), transparent 26%),
        linear-gradient(135deg, #17202b 0%, #111923 100%);
      color: #cbd5e1;
    }

    .gt-footer__inner {
      width: var(--gt-container);
      margin: 0 auto;
      padding: 54px 0 28px;
    }

    .gt-footer__top {
      display: grid;
      grid-template-columns: 250px repeat(3, minmax(150px, 1fr)) 270px;
      gap: 28px;
    }

    .gt-footer__brand {
      padding-right: 24px;
      border-right: 1px solid rgba(255,255,255,.1);
    }

    .gt-footer .gt-brand__mark {
      color: #fff;
    }

    .gt-footer .gt-brand__text {
      color: #fff;
      font-size: 21px;
    }

    .gt-footer p {
      margin: 24px 0 0;
      color: #aeb8c6;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.65;
    }

    .gt-footer__social {
      display: flex;
      gap: 12px;
      margin-top: 26px;
    }

    .gt-footer__social a {
      display: inline-flex;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255,255,255,.09);
      color: #fff;
      font-weight: 800;
    }

    .gt-footer__col {
      padding-left: 10px;
      border-right: 1px solid rgba(255,255,255,.1);
    }

    .gt-footer__col:last-child {
      border-right: 0;
    }

    .gt-footer h3 {
      margin: 0 0 20px;
      color: #fff;
      font-size: 16px;
      font-weight: 800;
    }

    .gt-footer ul {
      display: grid;
      gap: 11px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .gt-footer a,
    .gt-footer li {
      color: #cbd5e1;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.4;
    }

    .gt-footer a:hover {
      color: #fff;
    }

    .gt-footer__contact {
      display: grid;
      gap: 10px;
      color: #e5e7eb;
      font-size: 13px;
      font-weight: 600;
    }

    .gt-footer__contact .gt-primary-btn {
      width: max-content;
      min-height: 50px;
      margin-top: 8px;
      padding: 0 20px;
      font-size: 13px;
    }

    .gt-footer__bottom {
      margin-top: 42px;
      border-top: 1px solid rgba(255,255,255,.1);
      padding-top: 26px;
      color: #9aa4b2;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
    }






























    @media (max-width: 1180px) {
      :root {
        --gt-container: min(100% - 32px, 1040px);
      }

      .gt-header__inner {
        grid-template-columns: 210px 136px minmax(220px, 1fr) auto;
        gap: 14px;
      }

      .gt-header__nav {
        gap: 18px;
      }



      .gt-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gt-order-grid {
        grid-template-columns: 1fr;
      }

      .gt-sidebar {
        position: static;
        min-height: auto;
      }

      .gt-qo-incentive {
        display: none;
      }

      .gt-p80,
      .gt-delivery__bottom {
        grid-template-columns: 1fr;
      }

      .gt-p80__items,
      .gt-delivery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gt-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

    }

    @media (max-width: 760px) {
      :root {
        --gt-container: min(100% - 24px, 100%);
      }

      .gt-page {
        overflow-x: hidden;
      }

      html,
      body {
        max-width: 100%;
        overflow-x: hidden;
      }

      .gt-topbar__inner,
      .gt-topbar__group,
      .gt-header__nav {
        flex-wrap: wrap;
        justify-content: center;
      }
















      .gt-header__inner {
        display: flex;
        min-height: auto;
        flex-wrap: wrap;
        padding: 14px 0;
      }

      .gt-brand {
        width: 100%;
      }

      .gt-search {
        order: 3;
        width: 100%;
      }

      .gt-breadcrumbs {
        min-height: 56px;
        flex-wrap: wrap;
      }

      .gt-intro {
        max-width: 100%;
        padding: 26px 18px 24px;
      }

      .gt-intro h1 {
        font-size: 26px;
        overflow-wrap: anywhere;
      }

      .gt-intro__lead {
        font-size: 14px;
      }

      .gt-warning {
        display: grid;
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        font-size: 12px;
      }

      .gt-warning > div,
      .gt-warning strong {
        min-width: 0;
        overflow-wrap: anywhere;
      }

      .gt-benefit,
      .gt-table-card,
      .gt-sidebar,
      .gt-p80,
      .gt-delivery,
      .gt-step {
        max-width: 100%;
      }

      .gt-table-wrap {
        max-width: 100%;
      }

      .gt-sidebar {
        padding: 22px 18px;
      }

      .gt-cart-table-head,
      .gt-cart-item {
        grid-template-columns: minmax(0, 1fr) 54px 68px;
        gap: 8px;
      }

      .gt-cart-empty span:not(.gt-cart-empty__icon) {
        max-width: 100%;
        overflow-wrap: anywhere;
      }

      .gt-p80 {
        padding: 26px 18px 24px;
      }

      .gt-p80 h2 {
        font-size: 24px;
        overflow-wrap: anywhere;
      }

      .gt-p80 p {
        font-size: 13px;
        overflow-wrap: anywhere;
      }

      .gt-p80__image {
        height: 118px;
      }

      .gt-delivery {
        padding: 24px 18px 26px;
      }

      .gt-delivery__grid {
        display: block;
      }

      .gt-delivery__cell--with-icon {
        grid-template-columns: minmax(0, 1fr) 42px;
      }

      .gt-delivery__value {
        font-size: 26px;
      }

      .gt-delivery__value--period {
        max-width: 100%;
        font-size: 24px;
        overflow-wrap: anywhere;
      }

      .gt-delivery__bottom {
        gap: 22px;
      }

      .gt-progress-title,
      .gt-how h2 {
        overflow-wrap: anywhere;
      }

      .gt-primary-btn {
        padding: 0 16px;
        font-size: 13px;
      }

      .gt-benefits,
      .gt-p80__items,
      .gt-delivery__grid,
      .gt-steps,
      .gt-footer__top {
        grid-template-columns: 1fr;
      }

      .gt-step:not(:last-child)::after {
        display: none;
      }

      .gt-delivery__cell,
      .gt-delivery__cell + .gt-delivery__cell {
        border-left: 0;
        padding: 18px 0;
      }

    }

    @media (max-width: 480px) {
      :root {
        --gt-container: min(100% - 20px, 100%);
      }




      .gt-intro h1 {
        max-width: 310px;
        font-size: 22px;
        line-height: 1.14;
      }

      .gt-intro__lead {
        font-size: 13px;
      }

      .gt-p80 h2 {
        max-width: 310px;
        font-size: 22px;
        line-height: 1.16;
      }

      .gt-how h2 {
        max-width: 310px;
        font-size: 20px;
      }

      .gt-progress-title {
        max-width: 310px;
        font-size: 16px;
      }

      .gt-warning > div {
        max-width: 280px;
      }

      .gt-delivery__bottom {
        max-width: 100%;
        overflow: hidden;
      }

      .gt-delivery__value {
        font-size: 24px;
      }

      .gt-cart-table-head,
      .gt-cart-item {
        grid-template-columns: minmax(0, 1fr) 44px 52px;
        font-size: 10.5px;
      }

      .gt-step {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        padding: 18px 16px;
      }

      .gt-step__icon {
        margin-left: 12px;
      }
    }
