:root {
  --ts-black: #111111;
  --ts-white: #ffffff;
  --ts-gray: #f4f5f6;
  --ts-line: #d9dde0;
  --ts-muted: #69747b;
  --ts-accent: #00a0df;
  --ts-danger: #b42318;
  --ts-success: #087b14;
  --ts-success-bg: #e5f1e5;
  --ts-spec-blue: #dff3fb;
  --ts-difference: #fffeae;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/static/version1776848291/frontend/ElNino/Segway/de_DE/fonts/NotoSans/NotoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/static/version1776848291/frontend/ElNino/Segway/de_DE/fonts/NotoSans/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/static/version1776848291/frontend/ElNino/Segway/de_DE/fonts/NotoSans/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Material Design Icons";
  src: url("/static/version1776848291/frontend/ElNino/Segway/de_DE/fonts/MaterialDesignIcons/materialdesignicons-webfont.woff2") format("woff2");
  font-weight: 400;
  font-display: block;
}

.ts-mdi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: normal 400 24px/1 "Material Design Icons";
  -webkit-font-smoothing: antialiased;
}

.ts-mdi-menu::before { content: "\F35C"; }
.ts-mdi-magnify::before { content: "\F349"; }
.ts-mdi-account::before { content: "\F004"; }
.ts-mdi-cart::before { content: "\F110"; }
.ts-mdi-truck::before { content: "\F53D"; }
.ts-mdi-lock::before { content: "\F33E"; }
.ts-mdi-wrench::before { content: "\F5B7"; }
.ts-mdi-credit-card::before { content: "\F19B"; }
.ts-mdi-pencil::before { content: "\F3EB"; }
.ts-mdi-delete::before { content: "\F1C0"; }

.minicart-wrapper .counter.qty {
  display: none !important;
}

.minicart-wrapper.ts-has-local-items {
  width: auto !important;
}

.minicart-wrapper.ts-has-local-items .action.showcart {
  align-items: center;
  display: flex !important;
  gap: 8px;
}

.ts-proxy-cart-count {
  display: inline;
  margin-left: 8px;
  color: #fff;
  font-size: 14px;
  line-height: inherit;
  text-shadow: none;
}

.minicart-wrapper .counter-label {
  display: none !important;
}

.minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}

.ts-mini-open {
  overflow: hidden;
}

.ts-mini-backdrop {
  position: fixed;
  z-index: 2147483001;
  inset: 0;
  background: transparent;
}

.ts-mini-cart {
  position: fixed;
  z-index: 2147483002;
  top: 80px;
  right: max(34px, calc((100vw - 1184px) / 2));
  box-sizing: border-box;
  width: 368px;
  max-height: calc(100vh - 96px);
  padding: 0 16px 16px;
  overflow-y: auto;
  border: 1px solid #b8b8b8;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 4px rgb(0 0 0 / 24%);
  font: 14px/1.35 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ts-shop-page .ts-mini-cart {
  top: 80px;
}

.ts-mini-arrow {
  position: fixed;
  top: 72px;
  right: max(41px, calc((100vw - 1118px) / 2));
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.ts-shop-page .ts-mini-arrow {
  top: 72px;
}

.ts-mini-cart > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
}

.ts-mini-cart > header b {
  margin-left: 4px;
  color: #4ba7d3;
  font-weight: 400;
}

.ts-mini-close {
  padding: 4px;
  border: 0;
  outline: 0;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  font: 26px/1 Arial, sans-serif;
  cursor: pointer;
}

.ts-mini-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  min-height: 82px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.ts-mini-image img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.ts-mini-copy {
  display: grid;
  gap: 9px;
}

.ts-mini-cart .ts-mini-name,
.ts-mini-cart .ts-mini-name:visited,
.ts-mini-cart .ts-mini-name:hover {
  padding-right: 48px;
  color: #111 !important;
  text-decoration: none;
}

.ts-mini-actions {
  position: absolute;
  top: 13px;
  right: 0;
  display: flex;
  gap: 8px;
}

.ts-mini-actions button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #43a5d6 !important;
  font-size: 18px;
  cursor: pointer;
}

.ts-mini-delete {
  font-size: 14px !important;
}

.ts-mini-quantity {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ts-mini-quantity button,
.ts-mini-value {
  box-sizing: border-box;
  width: 34px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #f7f7f7;
  color: #9aa0a4;
  text-align: center;
}

.ts-mini-quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font: 400 18px/1 "Noto Sans", sans-serif;
}

.ts-mini-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111 !important;
  font-weight: 700;
}

.ts-mini-footer {
  display: grid;
  gap: 14px;
  padding-top: 15px;
}

.ts-mini-cart .ts-mini-view,
.ts-mini-cart .ts-mini-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 40px;
  border: 1px solid #111;
  border-radius: 3px;
  color: #4b4b4b !important;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.ts-mini-cart .ts-mini-checkout {
  border-color: #f9aa38;
  background: #f9aa38;
  color: #111 !important;
}

.ts-mini-empty {
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

.ts-add-success {
  display: flex;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 12px 16px;
  background: var(--ts-success-bg);
  color: var(--ts-success);
  font: 16px/1.35 Arial, sans-serif;
}

.ts-add-success a {
  color: #38a6df;
}

.ts-success-check {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.ts-compare-floating {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #278fc2;
  border-radius: 2px;
  background: #4ba7d3;
  color: #fff;
  box-shadow: 0 6px 18px rgb(0 0 0 / 14%);
  font: 600 16px/1.2 Arial, sans-serif;
  text-decoration: none;
}

.ts-compare-floating:hover {
  background: #278fc2;
  color: #fff;
  text-decoration: none;
}

.ts-cart-link span {
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--ts-white);
  color: #007ead;
  text-align: center;
}

.ts-local {
  margin: 0;
  background: var(--ts-gray);
  color: var(--ts-black);
  font: 16px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 max(20px, calc((100% - 1120px) / 2));
  border-bottom: 1px solid var(--ts-line);
  background: var(--ts-white);
}

.ts-brand,
.ts-cart-link {
  color: var(--ts-black);
  font-weight: 700;
  text-decoration: none;
}

.ts-cart-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ts-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.ts-main h1 {
  margin: 0 0 28px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: 0;
}

.ts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.ts-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--ts-line);
}

.ts-item img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  background: var(--ts-white);
}

.ts-item-copy {
  display: grid;
  gap: 8px;
}

.ts-item-copy a {
  color: var(--ts-black);
  font-weight: 700;
}

.ts-qty {
  display: flex;
  align-items: end;
  gap: 8px;
}

.ts-qty label,
.ts-form label {
  display: grid;
  gap: 6px;
  color: var(--ts-muted);
  font-size: 14px;
}

.ts-qty input {
  width: 70px;
}

.ts-qty input,
.ts-form input,
.ts-form textarea {
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #aeb8bd;
  border-radius: 3px;
  background: var(--ts-white);
  color: var(--ts-black);
  font: inherit;
}

.ts-form {
  display: grid;
  gap: 18px;
}

.ts-form textarea {
  min-height: 94px;
  resize: vertical;
}

.ts-summary {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--ts-line);
  border-radius: 5px;
  background: var(--ts-white);
}

.ts-summary div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ts-primary {
  display: inline-flex;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid #007ead;
  border-radius: 4px;
  background: var(--ts-accent);
  color: var(--ts-white);
  font: 700 16px/1.2 Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.ts-remove {
  border: 0;
  background: transparent;
  color: var(--ts-danger);
  text-decoration: underline;
  cursor: pointer;
}

.ts-notice {
  padding: 14px;
  border-left: 4px solid var(--ts-accent);
  background: #eaf8fd;
}

.ts-error {
  padding: 13px 15px;
  border-left: 4px solid var(--ts-danger);
  background: #fff0ee;
  color: var(--ts-danger);
}

.ts-success {
  max-width: 700px;
}

.ts-compare-page {
  background: #fff;
  color: #111;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ts-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ts-shop-header {
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, #000 0 80px, #fff 80px);
}

.ts-shop-nav {
  display: grid;
  grid-template-columns: 120px minmax(560px, 1fr) auto;
  align-items: center;
  box-sizing: border-box;
  width: min(1200px, calc(100% - 32px));
  min-height: 80px;
  margin: 0 auto;
  padding: 0 8px;
  gap: 28px;
  background: #000;
  color: #fff;
}

.ts-shop-header::before {
  display: none;
}

.ts-shop-logo img {
  display: block;
  width: 120px;
  height: auto;
}

.ts-mobile-menu {
  display: none;
}

.ts-shop-nav nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.ts-shop-nav a {
  color: #fff;
  text-decoration: none;
}

.ts-shop-nav nav a {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.ts-shop-nav nav .ts-has-submenu::after {
  margin-left: 8px;
  color: #fff;
  content: "\F140";
  font: normal 400 18px/1 "Material Design Icons";
  vertical-align: -2px;
}

.ts-shop-actions {
  display: flex;
  align-items: center;
  gap: 19px;
  white-space: nowrap;
}

.ts-shop-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
}

.ts-shop-account,
.ts-shop-account:visited,
.header-link-my-account,
.header-link-my-account:visited {
  color: #fff !important;
}

.ts-shop-account:hover,
.ts-shop-account:focus-visible,
.ts-shop-account[aria-expanded="true"],
.header-link-my-account:hover,
.header-link-my-account:focus-visible,
.header-link-my-account[aria-expanded="true"] {
  color: #4ba7d3 !important;
}

.ts-shop-account > span,
.header-link-my-account > span {
  color: inherit !important;
}

.ts-account-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.ts-account-menu,
.customer-menu.ts-account-menu-open {
  position: absolute !important;
  z-index: 2147482000;
  top: calc(100% + 25px);
  right: -6px;
  display: grid !important;
  box-sizing: border-box;
  width: 202px;
  padding: 15px 20px;
  border: 1px solid #c9c9c9;
  background: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}

.ts-account-menu[hidden] {
  display: none !important;
}

.ts-account-menu::before,
.customer-menu.ts-account-menu-open::before {
  position: absolute;
  top: -10px;
  right: 18px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: "";
}

.ts-account-menu a,
.customer-menu.ts-account-menu-open a {
  display: block !important;
  padding: 5px 0;
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
}

.customer-menu:not(.ts-account-menu-open) {
  display: none !important;
}

.customer-menu.ts-account-menu-open ul {
  position: static !important;
  display: block !important;
  box-sizing: border-box;
  width: auto !important;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: none;
}

.customer-menu.ts-account-menu-open li {
  display: block !important;
  margin: 0;
  padding: 0;
}

.ts-shop-actions a span {
  font-size: 12px;
}

.ts-language-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.ts-language {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  user-select: none;
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff url("/static/version1776848291/frontend/ElNino/Segway/de_DE/images/flags/de_de.svg") center / cover no-repeat;
  filter: none;
  opacity: 1;
  transform: none;
  transition: none;
  cursor: pointer;
}

.ts-language:hover,
.ts-language:focus,
.ts-language:focus-visible,
.ts-language:active {
  border-color: #fff !important;
  background: #fff url("/static/version1776848291/frontend/ElNino/Segway/de_DE/images/flags/de_de.svg") center / cover no-repeat !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.ts-language-menu[hidden] {
  display: none;
}

.ts-language-menu {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  min-width: 156px;
  padding: 8px;
  border: 1px solid #e2e6e9;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(0 0 0 / 18%);
}

.ts-language-menu::before {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #e2e6e9;
  border-left: 1px solid #e2e6e9;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.ts-language-menu a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 3px;
  color: #172734 !important;
  font-size: 14px !important;
  text-decoration: none;
  white-space: nowrap;
}

.ts-language-menu a:hover {
  background: #f2f6f8;
}

.ts-language-menu img {
  width: 27px;
  height: 20px;
  border: 1px solid #d8dde0;
  object-fit: cover;
}

.ts-proxy-language-wrap {
  position: relative !important;
  z-index: 1300;
  overflow: visible !important;
}

.ts-proxy-language-wrap::before,
.ts-proxy-language-wrap::after,
.ts-language::before,
.ts-language::after,
.ts-language-menu::after {
  display: none !important;
  content: none !important;
}

.ts-proxy-language-wrap .ts-language-menu {
  list-style: none;
}

.ts-shop-search .ts-mdi,
.ts-shop-account .ts-mdi,
.ts-shop-cart .ts-mdi {
  font-size: 24px;
}

.ts-shop-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: min(1200px, calc(100% - 32px));
  min-height: 48px;
  margin: 0 auto;
  padding: 0 8px;
  color: #565656;
  font-size: 16px;
}

.ts-shop-benefits span {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ts-shop-benefits b {
  color: #4ba7d3;
  font-size: 24px;
}

.ts-cart-main {
  width: min(1302px, calc(100% - 40px));
  min-height: 0;
  margin: 0 auto;
  padding: 22px 0 72px;
}

.ts-cart-page {
  background: #fff;
}

.ts-cart-title {
  margin: 0 0 38px;
  font-size: 25px;
  font-weight: 400;
}

.ts-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 891px) 308px;
  gap: 24px;
  align-items: start;
}

.ts-cart-columns,
.ts-cart-item {
  display: grid;
  grid-template-columns: minmax(396px, 1fr) 132px 154px 154px;
}

.ts-cart-columns {
  padding: 0 0 14px;
  border-bottom: 1px solid #eee;
}

.ts-cart-columns span:not(:first-child) {
  text-align: center;
}

.ts-cart-item {
  position: relative;
  align-items: center;
  min-height: 171px;
  border-bottom: 1px solid #eee;
}

.ts-cart-product {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.ts-cart-image img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.ts-cart-name {
  color: #111;
  text-decoration: none;
}

.ts-cart-price,
.ts-cart-line-total {
  text-align: center;
  font-weight: 400;
}

.ts-cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ts-cart-quantity button,
.ts-cart-quantity input {
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #f7f7f7;
  color: #a3a9ad;
  text-align: center;
  font: 18px/1 "Noto Sans", sans-serif;
}

.ts-cart-quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  line-height: 1 !important;
  cursor: pointer;
  transition:
    color 140ms ease,
    border-color 140ms ease,
    background-color 140ms ease;
}

.ts-cart-quantity button:hover,
.ts-cart-quantity button:focus-visible {
  border-color: #4ba7d3;
  background: #f2f9fc;
  color: #4ba7d3;
}

.ts-cart-quantity input {
  width: 50px;
  background: #fff;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  appearance: textfield;
}

.ts-cart-quantity input::-webkit-inner-spin-button {
  appearance: none;
}

.ts-cart-item-actions {
  position: absolute;
  right: 2px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ts-cart-item-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #466777;
  cursor: pointer;
}

.ts-cart-item-actions .ts-mdi {
  font-size: 26px;
}

.ts-cart-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px 0;
}

.ts-cart-continue {
  color: #43a5d6;
  text-decoration: none;
}

.ts-cart-update {
  min-height: 38px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background: #4ba7d3;
  color: #fff;
  cursor: pointer;
}

.ts-cart-summary {
  padding: 18px;
  background: #f5f5f5;
}

.ts-cart-summary h2 {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #aaa;
  font-size: 22px;
  font-weight: 400;
}

.ts-cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 0;
}

.ts-cart-grand-total {
  margin-top: 3px;
  padding-top: 12px !important;
  border-top: 1px solid #aaa;
  font-size: 17px;
}

.ts-checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 20px;
  border-radius: 3px;
  background: #f9aa38;
  color: #111;
  text-decoration: none;
}

.ts-coupon {
  width: max-content;
  margin-top: 4px;
  color: #43a5d6;
}

.ts-coupon summary {
  cursor: pointer;
  text-decoration: underline;
}

.ts-coupon > div {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.ts-coupon input,
.ts-coupon button {
  box-sizing: border-box;
  min-height: 36px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
}

.ts-coupon input {
  padding: 7px 10px;
  outline: 0;
}

.ts-coupon button {
  padding: 0 14px;
  background: #4ba7d3;
  color: #fff;
  cursor: pointer;
}

.ts-coupon p,
.ts-checkout-coupon p {
  max-width: 350px;
  margin: 7px 0 0;
  color: #c62828;
  font-size: 13px;
}

.ts-coupon.ts-coupon-error input,
.ts-checkout-coupon.ts-coupon-error input {
  border-color: #d32f2f;
  box-shadow: 0 0 0 1px #d32f2f;
}

.ts-cart-empty {
  min-height: 320px;
}

.ts-checkout-page .ts-shop-nav {
  grid-template-columns: 120px 1fr auto;
}

.ts-checkout-page {
  background: #fff;
}

.ts-checkout-page .ts-shop-nav,
.ts-checkout-page .ts-shop-benefits {
  width: min(1268px, calc(100% - 64px));
}

.ts-checkout-page .ts-shop-nav nav,
.ts-checkout-page .ts-mobile-menu,
.ts-checkout-page .ts-language,
.ts-checkout-page .ts-shop-cart {
  display: none;
}

.ts-checkout-page .ts-shop-actions {
  grid-column: 3;
}

.ts-checkout-main {
  width: min(1268px, calc(100% - 64px));
  min-height: 1435px;
  margin: 0 auto;
  padding: 64px 0 90px;
}

.ts-checkout-title {
  margin: 0 0 56px;
  font-size: 42px;
  font-weight: 300;
}

.ts-checkout-error {
  max-width: none;
  margin: -35px 0 22px;
}

.ts-checkout-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.ts-checkout-panel {
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.ts-checkout-panel > h2 {
  margin: -1px -1px 0;
  padding: 9px 17px;
  background: #707070;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.ts-checkout-fields {
  display: grid;
  gap: 24px;
  padding: 18px 17px 32px;
}

.ts-checkout-fields label {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 4px;
  color: #222;
  font-size: 14px;
}

.ts-checkout-fields label > input,
.ts-checkout-fields label > select,
.ts-checkout-fields label > textarea {
  grid-column: 1 / -1;
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: #fff;
  font: inherit;
}

.ts-checkout-fields label > textarea {
  min-height: 90px;
}

.ts-checkout-fields label b {
  color: #4ba7d3;
  font-weight: 400;
}

.ts-checkout-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.ts-checkout-fields .ts-checkout-checkbox {
  display: flex;
  align-items: flex-start;
  grid-template-columns: none;
  gap: 12px;
  line-height: 1.45;
}

.ts-checkout-fields .ts-checkout-checkbox > input {
  grid-column: auto;
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  padding: 0;
}

.ts-checkout-checkbox input {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  border: 1px solid #4ba7d3;
  border-radius: 0;
  appearance: none;
}

.ts-checkout-checkbox input:checked {
  background: #4ba7d3;
  box-shadow: inset 0 0 0 3px #fff;
}

.ts-billing-fields {
  padding-top: 4px;
}

.ts-checkout-middle {
  display: grid;
  gap: 30px;
}

.ts-shipping-content,
.ts-payment-content {
  padding: 17px 17px 25px;
}

.ts-shipping-content > strong {
  display: block;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 14px;
}

.ts-option {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  cursor: pointer;
}

.ts-option input {
  display: grid;
  place-content: center;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #4ba7d3;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  cursor: pointer;
}

.ts-option input::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ba7d3;
  content: "";
  transform: scale(0);
  transition: transform 140ms ease-out;
}

.ts-option input:checked::before {
  transform: scale(1);
}

.ts-shipping-content p {
  margin: 16px 0 0;
  padding: 12px 18px;
  border: 1px solid #4ba7d3;
  border-radius: 5px;
  color: #4ba7d3;
  font-size: 16px;
  line-height: 1.5;
}

.ts-card-option {
  gap: 12px;
}

.ts-card-option .ts-mdi-credit-card {
  color: #071b3d;
  font-size: 28px;
}

.ts-order-review {
  padding-bottom: 18px;
}

.ts-checkout-items {
  padding: 0 15px;
}

.ts-checkout-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 108px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.ts-checkout-item img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.ts-checkout-item > div {
  display: grid;
  gap: 5px;
}

.ts-checkout-item a {
  color: #111;
  text-decoration: none;
}

.ts-checkout-item strong {
  white-space: nowrap;
  font-weight: 400;
}

.ts-review-row,
.ts-review-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 15px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.ts-review-row span:last-child,
.ts-review-total span:last-child {
  white-space: nowrap;
  text-align: right;
}

.ts-review-total {
  font-size: 18px;
}

.ts-checkout-coupon {
  margin: 17px 15px;
}

.ts-checkout-coupon summary {
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ts-checkout-coupon summary::-webkit-details-marker {
  display: none;
}

.ts-checkout-coupon summary::after {
  margin-left: 8px;
  content: "\F140";
  font: normal 400 16px/1 "Material Design Icons";
  vertical-align: -1px;
}

.ts-checkout-coupon[open] summary::after {
  content: "\F143";
}

.ts-checkout-coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 13px;
}

.ts-checkout-coupon-form input,
.ts-checkout-coupon-form button {
  box-sizing: border-box;
  min-height: 38px;
  border: 1px solid #bbb;
  border-radius: 3px;
  font: 13px/1.2 "Noto Sans", sans-serif;
}

.ts-checkout-coupon-form input {
  min-width: 0;
  padding: 7px 9px;
  outline: 0;
}

.ts-checkout-coupon-form button {
  padding: 0 10px;
  background: #4ba7d3;
  color: #fff;
  cursor: pointer;
}

.ts-checkout-coupon p {
  color: #666;
  font-size: 14px;
}

.ts-place-order {
  display: block;
  width: calc(100% - 30px);
  min-height: 42px;
  margin: 20px 15px 0;
  border: 0;
  border-radius: 5px;
  background: #f9aa38;
  color: #111;
  font: 14px/1.2 "Noto Sans", sans-serif;
  cursor: pointer;
}

.ts-payment-is-loading {
  overflow: hidden;
}

.ts-payment-loading[hidden] {
  display: none;
}

.ts-payment-loading {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(5 18 37 / 52%);
  backdrop-filter: blur(5px);
  animation: ts-payment-fade-in 220ms ease-out both;
}

.ts-payment-loading-card {
  display: grid;
  justify-items: center;
  box-sizing: border-box;
  width: min(430px, 100%);
  padding: 42px 38px 36px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgb(0 0 0 / 24%);
  text-align: center;
  animation: ts-payment-card-in 320ms ease-out both;
}

.ts-payment-loading-card strong {
  color: #172734;
  font-size: 21px;
  font-weight: 600;
}

.ts-payment-loading-card span {
  max-width: 340px;
  margin-top: 10px;
  color: #66737c;
  font-size: 15px;
  line-height: 1.55;
}

.ts-payment-loading-progress {
  width: 100%;
  height: 4px;
  margin-top: 28px;
  border-radius: 999px;
  background: #e8eff3;
  overflow: hidden;
}

.ts-payment-loading-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #43a5d6, #f9aa38);
}

@keyframes ts-payment-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ts-payment-card-in {
  from { opacity: 0; transform: translateY(-36px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ts-payment-loading,
  .ts-payment-loading-card {
    animation: none;
  }

}

.ts-success-main {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: min(1184px, calc(100% - 40px));
  min-height: 620px;
  margin: 0 auto;
  padding: 70px 0 90px;
}

.ts-payment-success {
  max-width: 760px;
  text-align: center;
}

.ts-payment-success-check {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #28a745;
  color: #fff;
  font: 700 70px/1 Arial, sans-serif;
  box-shadow: 0 10px 28px rgb(40 167 69 / 22%);
}

.ts-payment-success h1 {
  margin: 0 0 18px;
  font-size: 38px;
  font-weight: 400;
}

.ts-payment-success p {
  margin: 8px 0;
  font-size: 18px;
}

.ts-payment-success a {
  color: #43a5d6;
}

.ts-orders-page {
  background: #fff;
}

.ts-orders-main {
  min-height: 620px;
}

.ts-orders-list {
  display: grid;
  gap: 28px;
  max-width: 1000px;
}

.ts-order-card {
  border: 1px solid #e2e2e2;
  background: #fff;
}

.ts-order-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  background: #f5f5f5;
}

.ts-order-card > header div {
  display: grid;
  gap: 3px;
}

.ts-order-card > header span,
.ts-order-columns,
.ts-order-product span,
.ts-order-timer span {
  color: #69747b;
  font-size: 13px;
}

.ts-order-status {
  color: #25833a;
}

.ts-order-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  padding: 14px 22px;
  border-bottom: 1px solid #eee;
}

.ts-order-columns span:last-child {
  text-align: right;
}

.ts-order-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  margin: 0 22px;
  border-bottom: 1px solid #eee;
}

.ts-order-image img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.ts-order-product {
  display: grid;
  gap: 7px;
}

.ts-order-product a {
  color: #111;
  text-decoration: none;
}

.ts-order-item > strong {
  text-align: right;
  font-weight: 400;
}

.ts-order-card > footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 20px 22px;
}

.ts-order-card > footer p {
  margin: 0;
}

.ts-order-timer {
  display: grid;
  gap: 3px;
  min-width: 310px;
}

.ts-order-timer strong {
  color: #43a5d6;
  font-size: 15px;
}

.ts-order-total {
  display: grid;
  gap: 3px;
  min-width: 130px;
  text-align: right;
}

.ts-order-total span {
  color: #69747b;
  font-size: 13px;
}

.ts-orders-empty {
  min-height: 360px;
}

.ts-compare-main {
  width: min(1184px, calc(100% - 40px));
  min-height: 750px;
  margin: 0 auto;
  padding: 0 0 110px;
}

.ts-compare-breadcrumbs {
  display: flex;
  gap: 5px;
  margin: 9px 0 38px;
  color: #666;
  font-size: 14px;
}

.ts-compare-breadcrumbs a {
  color: #666;
  text-decoration: none;
}

.ts-compare-breadcrumbs a::after {
  margin-left: 5px;
  content: "|";
}

.ts-compare-heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 72px;
  margin-bottom: 0;
}

.ts-compare-heading h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.ts-difference-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
}

.ts-difference-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--ts-accent);
}

.ts-compare-scroll {
  overflow-x: auto;
  margin-top: -55px;
  border: 0;
  background: var(--ts-white);
}

.ts-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.ts-compare-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ts-compare-table th,
.ts-compare-table td {
  padding: 18px 32px;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.ts-compare-table tr > :first-child {
  width: 32%;
}

.ts-compare-products th,
.ts-compare-product {
  background: var(--ts-white);
  vertical-align: top;
}

.ts-compare-product {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 28px !important;
  text-align: center !important;
}

.ts-compare-product > a {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--ts-black);
  text-decoration: none;
}

.ts-compare-product img {
  width: 190px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.ts-compare-product strong {
  min-height: 24px;
  color: #43a5d6;
  font-size: 18px;
}

.ts-compare-price {
  display: block;
  margin-top: 10px;
  color: #111;
  font-size: 24px;
  font-weight: 400;
}

.ts-compare-remove-form {
  position: absolute;
  top: 8px;
  right: 8px;
}

.ts-compare-remove {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--ts-muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ts-compare-cart-button {
  min-width: 160px;
  margin-top: 8px;
  padding: 11px 20px;
  border: 0;
  border-radius: 3px;
  background: #4ba7d3;
  color: #fff;
  font: 16px/1.2 Arial, sans-serif;
  cursor: pointer;
}

.ts-compare-cart-button:hover {
  background: #278fc2;
}

.ts-specifications-title th {
  padding: 16px;
  background: #171717;
  color: #fff;
  font-size: 16px;
}

.ts-spec-row th,
.ts-spec-row td {
  background: var(--ts-spec-blue);
  color: #39a4dc;
  font-weight: 400;
}

.ts-compare-table.is-highlight-differences .ts-spec-row.is-different th,
.ts-compare-table.is-highlight-differences .ts-spec-row.is-different td {
  background: var(--ts-difference);
}

.ts-shop-footer {
  background: #181818;
  color: #fff;
}

.ts-shop-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 44px;
  width: min(1184px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 50px;
}

.ts-shop-footer section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.ts-shop-footer h2 {
  margin: 0 0 4px;
  font-size: 14px;
}

.ts-shop-footer a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.ts-socials {
  color: #ddd;
  font-size: 28px;
  word-spacing: 15px;
}

.ts-footer-brand img {
  width: 145px;
  margin-top: 54px;
}

.ts-copyright {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: min(1184px, calc(100% - 40px));
  margin: 0 auto;
  padding: 12px 0 20px;
  font-size: 9px;
}

.ts-copyright img {
  width: 190px;
  max-height: 30px;
  object-fit: contain;
  object-position: left center;
}

.ts-compare-empty {
  min-height: 480px;
}

.ts-auth-page {
  background: #fff;
}

.ts-auth-user-name,
.ts-auth-user-name span {
  text-transform: none !important;
}

.ts-auth-main {
  box-sizing: border-box;
  width: min(1184px, calc(100% - 40px));
  min-height: 730px;
  margin: 0 auto;
  padding: 38px 0 90px;
}

.ts-auth-title {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
}

.ts-auth-error {
  margin: 0 0 18px;
}

.ts-login-layout,
.ts-register-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

.ts-auth-section h2 {
  margin: 0 0 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 27px;
  font-weight: 300;
}

.ts-register-layout .ts-auth-section h2 {
  border-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.ts-auth-section > p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.45;
}

.ts-auth-form {
  display: grid;
  gap: 20px;
}

.ts-auth-form label:not(.ts-auth-checkbox) {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 4px;
  font-size: 18px;
  font-weight: 300;
}

.ts-auth-form label b {
  color: #4ba7d3;
  font-weight: 400;
}

.ts-auth-form input:not([type="checkbox"]) {
  grid-column: 1 / -1;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background: #fff;
  font: 16px/1.4 "Noto Sans", sans-serif;
}

.ts-auth-checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  font-size: 17px;
  cursor: pointer;
}

.ts-auth-checkbox input {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #4ba7d3;
  border-radius: 0;
  background: #fff;
  appearance: none;
}

.ts-auth-checkbox input:checked {
  background: #4ba7d3;
  box-shadow: inset 0 0 0 4px #fff;
}

.ts-login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ts-login-actions a {
  color: #43a5d6;
  font-size: 17px;
}

.ts-auth-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: max-content;
  min-height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 3px;
  background: #f9aa38;
  color: #111;
  font: 16px/1.2 "Noto Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.ts-required-note {
  margin: 18px 0 0;
  color: #43a5d6;
  font-size: 15px;
}

.ts-new-customer .ts-auth-primary {
  margin-top: 4px;
}

.ts-register-layout .ts-auth-form {
  gap: 18px;
}

.ts-password-strength {
  margin-top: -20px;
  padding: 10px 16px;
  background: #f3f3f3;
  font-size: 17px;
}

.ts-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ts-captcha-row img {
  display: block;
  width: 250px;
  height: 62px;
  border: 0;
  object-fit: cover;
}

.ts-captcha-reload {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  background: #4ba7d3;
  color: #fff;
  font: 16px/1.2 "Noto Sans", sans-serif;
  cursor: pointer;
}

.ts-register-submit {
  justify-self: end;
  margin-top: 10px;
}

@media (max-width: 1050px) {
  .ts-shop-nav {
    grid-template-columns: 120px 44px minmax(0, 1fr);
    width: 100%;
    padding: 0 20px;
    gap: 14px;
  }

  .ts-mobile-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  .ts-shop-nav nav {
    display: none;
  }

  .ts-shop-actions {
    grid-column: 3;
    justify-content: flex-end;
  }

  .ts-shop-benefits {
    width: 100%;
    padding: 0 20px;
  }

  .ts-cart-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .ts-cart-columns,
  .ts-cart-item {
    grid-template-columns: minmax(220px, 1fr) 85px 115px 115px;
  }

  .ts-checkout-layout {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }

  .ts-order-review {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .ts-login-layout,
  .ts-register-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ts-register-submit {
    justify-self: start;
  }

  .ts-cart-layout,
  .ts-checkout-layout {
    grid-template-columns: 1fr;
  }

  .ts-order-review {
    grid-column: auto;
  }

  .ts-cart-columns {
    display: none;
  }

  .ts-cart-item {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0 48px;
  }

  .ts-cart-product {
    display: contents;
  }

  .ts-cart-image {
    grid-row: 1 / 4;
  }

  .ts-cart-image img {
    width: 80px;
    height: 80px;
  }

  .ts-cart-name,
  .ts-cart-price,
  .ts-cart-line-total,
  .ts-cart-quantity {
    grid-column: 2;
    justify-content: flex-start;
    text-align: left;
  }

  .ts-cart-line-total {
    font-weight: 700;
  }

  .ts-shop-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .ts-footer-brand img {
    max-width: 100%;
  }

  .ts-order-card > footer {
    grid-template-columns: 1fr auto;
  }

  .ts-order-card > footer p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .ts-grid {
    grid-template-columns: 1fr;
  }

  .ts-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ts-item img {
    width: 72px;
    height: 72px;
  }

  .ts-qty,
  .ts-item > form:last-child {
    grid-column: 2;
  }

  .ts-add-success {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .ts-compare-floating {
    left: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .ts-compare-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .ts-shop-nav {
    grid-template-columns: 112px 40px minmax(0, 1fr);
    min-height: 64px;
    padding: 0 12px;
    gap: 8px;
  }

  .ts-shop-header {
    background: linear-gradient(to bottom, #000 0 64px, #fff 64px);
  }

  .ts-shop-logo img {
    width: 112px;
  }

  .ts-shop-actions {
    grid-column: 3;
    gap: 13px;
    justify-content: flex-end;
  }

  .ts-language,
  .ts-shop-account > span:last-child {
    display: none;
  }

  .ts-shop-actions a {
    gap: 0;
  }

  .ts-shop-benefits {
    min-height: 54px;
    padding: 0 12px;
    gap: 12px;
    font-size: 13px;
  }

  .ts-shop-benefits span:nth-child(2) {
    display: none;
  }

  .ts-shop-benefits b {
    font-size: 21px;
  }

  .ts-auth-main {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 28px 0 60px;
  }

  .ts-auth-title {
    font-size: 30px;
  }

  .ts-auth-section h2 {
    font-size: 23px;
  }

  .ts-auth-section > p,
  .ts-auth-form label:not(.ts-auth-checkbox) {
    font-size: 16px;
  }

  .ts-auth-section,
  .ts-auth-form,
  .ts-auth-form label:not(.ts-auth-checkbox) {
    min-width: 0;
  }

  .ts-auth-form label:not(.ts-auth-checkbox) {
    display: block;
  }

  .ts-login-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ts-captcha-row {
    align-items: stretch;
    flex-direction: column;
  }

  .ts-captcha-row img {
    max-width: 100%;
  }

  .ts-captcha-reload {
    width: max-content;
  }

  .ts-checkout-page .ts-mobile-menu,
  .ts-checkout-page .ts-shop-cart {
    display: none;
  }

  .ts-checkout-page .ts-shop-nav {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .ts-checkout-page .ts-shop-actions {
    grid-column: 2;
  }

  .ts-cart-main {
    padding-top: 12px;
  }

  .ts-cart-layout {
    grid-template-columns: 1fr;
  }

  .ts-cart-columns {
    display: none;
  }

  .ts-cart-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .ts-cart-update {
    width: 100%;
  }

  .ts-coupon {
    width: 100%;
  }

  .ts-checkout-main {
    min-height: 0;
    padding-top: 24px;
  }

  .ts-checkout-title {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .ts-checkout-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ts-checkout-field-row {
    gap: 14px;
  }

  .ts-order-review {
    grid-row: auto;
  }

  .ts-checkout-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ts-checkout-item img {
    width: 68px;
    height: 68px;
  }

  .ts-checkout-item strong {
    grid-column: 2;
  }

  .ts-success-main {
    min-height: 500px;
    padding: 55px 0 70px;
  }

  .ts-payment-success-check {
    width: 92px;
    height: 92px;
    font-size: 58px;
  }

  .ts-payment-success h1 {
    font-size: 30px;
  }

  .ts-order-card > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ts-order-columns {
    display: none;
  }

  .ts-order-item {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 120px;
    margin: 0 16px;
  }

  .ts-order-image img {
    width: 78px;
    height: 78px;
  }

  .ts-order-item > strong {
    grid-column: 2;
    text-align: left;
  }

  .ts-order-card > footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 16px;
  }

  .ts-order-card > footer p {
    grid-column: auto;
  }

  .ts-order-timer {
    min-width: 0;
  }

  .ts-order-total {
    min-width: 0;
    text-align: left;
  }

  .ts-mini-cart {
    top: 64px;
    right: 8px;
    left: 8px;
    width: auto;
    max-height: calc(100vh - 72px);
  }

  .ts-mini-arrow {
    display: none;
  }

  .ts-compare-main {
    padding-bottom: 60px;
  }

  .ts-compare-scroll {
    margin-top: -20px;
  }

  .ts-compare-heading h1 {
    font-size: 32px;
  }

  .ts-shop-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-footer-brand img {
    margin-top: 18px;
  }
}
