body.ty-commerce-shell {
  --ty-commerce-deep: #03131d;
  --ty-commerce-ocean: #062534;
  --ty-commerce-panel: #0a2f3f;
  --ty-commerce-cyan: #24d5f4;
  --ty-commerce-paper: #f7f9f9;
  --ty-commerce-surface: #ffffff;
  --ty-commerce-soft: #e7eef0;
  --ty-commerce-ink: #061b23;
  --ty-commerce-muted: #4c626b;
  --ty-commerce-line: #cad6d9;
  --ty-commerce-control-line: #81959d;
  --ty-commerce-danger: #b42318;
  margin: 0;
  background: var(--ty-commerce-paper);
  color: var(--ty-commerce-ink);
  font-family: Inter, Arial, "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.ty-commerce-shell *,
body.ty-commerce-shell *::before,
body.ty-commerce-shell *::after {
  box-sizing: border-box;
}

body.ty-commerce-shell #masthead,
body.ty-commerce-shell #colophon,
body.ty-commerce-shell .site-footer {
  display: none !important;
}

.ty-commerce-announcement {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  background: var(--ty-commerce-cyan);
  color: var(--ty-commerce-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.2;
  text-align: center;
}

.ty-commerce-announcement__mobile {
  display: none;
}

.ty-commerce-nav {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background: rgba(3, 19, 29, .98);
  color: #fff;
  backdrop-filter: blur(16px);
}

.admin-bar .ty-commerce-nav {
  top: 32px;
}

.ty-commerce-nav__inner {
  width: min(1440px, 100%);
  min-height: 72px;
  position: relative;
  margin: 0 auto;
  padding: 0 clamp(38px, 4vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 1.6vw, 28px);
}

.ty-commerce-nav__group {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(8px, 1.4vw, 26px);
}

.ty-commerce-nav__link {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 4px;
  color: rgba(255, 255, 255, .94) !important;
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 620;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.ty-commerce-nav__link::after {
  content: "";
  position: absolute;
  right: 14%;
  bottom: 1px;
  left: 14%;
  height: 2px;
  transform: scaleX(0);
  background: var(--ty-commerce-cyan);
  transform-origin: center;
  transition: transform .18s ease;
}

.ty-commerce-nav__link:hover::after,
.ty-commerce-nav__link:focus-visible::after {
  transform: scaleX(1);
}

.ty-commerce-nav__logo {
  width: 74px;
  height: 42px;
  overflow: hidden;
  display: block;
  justify-self: center;
}

.ty-commerce-nav__logo img {
  width: 74px;
  height: 74px;
  max-width: none;
  display: block;
  object-fit: contain;
  transform: translateY(-22px);
  filter: invert(1);
}

.ty-commerce-nav__mobile-menu {
  display: none;
}

.ty-commerce-nav__cart {
  width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(10px, 1.6vw, 24px);
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff !important;
  text-decoration: none !important;
}

.ty-commerce-nav__cart:hover,
.ty-commerce-nav__cart:focus-visible {
  color: var(--ty-commerce-cyan) !important;
}

.ty-commerce-nav__cart svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ty-commerce-nav__cart span {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  position: absolute;
  top: -1px;
  right: -3px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ty-commerce-cyan);
  color: var(--ty-commerce-ink);
  font-size: 11px;
  font-weight: 900;
}

body.ty-commerce-shell #content {
  min-height: calc(100vh - 108px);
  background: var(--ty-commerce-paper);
}

body.ty-commerce-shell .site-content {
  padding: 0 !important;
}

body.ty-commerce-checkout .site-content > .ast-container {
  width: min(1280px, calc(100% - 80px));
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: clamp(48px, 5vw, 72px) 0 clamp(76px, 8vw, 112px);
}

body.ty-commerce-checkout #primary,
body.ty-commerce-checkout .content-area,
body.ty-commerce-checkout .site-main,
body.ty-commerce-checkout article.ast-article-single {
  width: 100%;
  max-width: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.ty-commerce-checkout #secondary {
  display: none !important;
}

body.ty-commerce-shell .entry-header {
  margin: 0 0 clamp(28px, 3.4vw, 44px);
}

body.ty-commerce-shell .entry-title {
  margin: 0;
  color: var(--ty-commerce-ink);
  font-family: inherit;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 740;
  letter-spacing: -.045em;
  line-height: .98;
}

body.ty-commerce-shell .entry-content,
body.ty-commerce-shell .woocommerce {
  color: var(--ty-commerce-ink);
  font-family: inherit;
}

body.ty-commerce-shell .woocommerce-notices-wrapper,
body.ty-commerce-shell .woocommerce-form-coupon-toggle {
  margin: 0 0 14px;
}

body.ty-commerce-shell .woocommerce-message,
body.ty-commerce-shell .woocommerce-info,
body.ty-commerce-shell .woocommerce-error {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  padding: 15px 22px 15px 56px;
  border: 1px solid var(--ty-commerce-cyan);
  border-radius: 0;
  background: rgba(255, 255, 255, .72);
  color: var(--ty-commerce-ink);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: none;
}

body.ty-commerce-shell .woocommerce-message::before,
body.ty-commerce-shell .woocommerce-info::before,
body.ty-commerce-shell .woocommerce-error::before {
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  color: #087f98;
}

body.ty-commerce-shell .woocommerce-error {
  display: block;
  border-color: var(--ty-commerce-danger);
  color: #741922;
}

body.ty-commerce-shell .woocommerce-error::before {
  color: var(--ty-commerce-danger);
}

body.ty-commerce-shell .woocommerce-message .button,
body.ty-commerce-shell .woocommerce-info .button {
  min-height: 42px;
  margin-left: auto;
  padding: 10px 18px;
  border: 1px solid #087f98;
  border-radius: 0;
  background: transparent;
  color: #06738a;
  font-size: 13px;
  font-weight: 820;
  box-shadow: none;
}

body.ty-commerce-shell .woocommerce-info a,
body.ty-commerce-shell .woocommerce-message a {
  color: #06738a;
  font-weight: 800;
}

body.ty-commerce-shell form.checkout_coupon {
  margin: -1px 0 22px;
  padding: 20px;
  border: 1px solid var(--ty-commerce-line);
  border-radius: 0;
  background: #fff;
}

body.ty-commerce-checkout form.checkout {
  --ty-checkout-review-width: clamp(360px, 34.7vw, 420px);
  --ty-checkout-column-gap: clamp(40px, 5vw, 72px);
  width: min(1212px, 100%);
  display: block;
  margin: clamp(36px, 4.5vw, 58px) auto 0;
}

body.ty-commerce-checkout form.checkout::after {
  content: "";
  display: table;
  clear: both;
}

body.ty-commerce-checkout #customer_details {
  width: calc(100% - var(--ty-checkout-review-width) - var(--ty-checkout-column-gap));
  max-width: 720px;
  display: block;
  float: left;
}

body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #customer_details.col2-set {
  width: calc(100% - var(--ty-checkout-review-width) - var(--ty-checkout-column-gap));
  max-width: 720px;
  float: left;
  clear: none;
  margin: 0;
}

body.ty-commerce-checkout #customer_details > .col-1,
body.ty-commerce-checkout #customer_details > .col-2 {
  width: 100%;
  float: none;
}

body.ty-commerce-checkout #customer_details > .col-2 {
  margin-top: 26px;
}

body.ty-commerce-checkout .woocommerce-billing-fields > h3,
body.ty-commerce-checkout #ship-to-different-address,
body.ty-commerce-checkout #order_review_heading {
  margin: 0;
  color: var(--ty-commerce-ink);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -.02em;
  line-height: 1.2;
}

body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #order_review_heading {
  width: var(--ty-checkout-review-width);
  float: right;
  clear: right;
  margin: 0;
}

body.ty-commerce-checkout .woocommerce-billing-fields > h3 {
  margin-bottom: 26px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--ty-commerce-line);
}

body.ty-commerce-checkout #ship-to-different-address {
  margin: 22px 0 18px;
  padding: 17px 0;
  border-top: 1px solid var(--ty-commerce-line);
  border-bottom: 1px solid var(--ty-commerce-line);
  font-size: 16px;
}

body.ty-commerce-checkout #order_review_heading {
  width: var(--ty-checkout-review-width);
  float: right;
  clear: right;
  padding: 30px 32px 18px;
  border: 1px solid var(--ty-commerce-line);
  border-bottom: 0;
  border-radius: 0;
  background: var(--ty-commerce-surface);
}

body.ty-commerce-checkout #order_review {
  width: var(--ty-checkout-review-width);
  float: right;
  clear: right;
  padding: 0 32px 32px;
  border: 1px solid var(--ty-commerce-line);
  border-top: 0;
  border-radius: 0;
  background: var(--ty-commerce-surface);
}

body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
  width: var(--ty-checkout-review-width);
  float: right;
  clear: right;
  margin: 0;
}

body.ty-commerce-checkout .form-row {
  margin: 0 0 18px;
  padding: 0;
}

body.ty-commerce-checkout .form-row-first,
body.ty-commerce-checkout .form-row-last {
  width: calc(50% - 10px);
}

body.ty-commerce-checkout .form-row-first {
  float: left;
}

body.ty-commerce-checkout .form-row-last {
  float: right;
}

body.ty-commerce-checkout .form-row-wide {
  width: 100%;
  clear: both;
}

body.ty-commerce-checkout .form-row label {
  display: block;
  margin: 0 0 7px;
  color: #18313c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.4;
}

body.ty-commerce-checkout .required {
  color: #087f98;
}

body.ty-commerce-checkout input.input-text,
body.ty-commerce-checkout textarea.input-text,
body.ty-commerce-checkout select,
body.ty-commerce-checkout .select2-container .select2-selection--single {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 11px 15px;
  border: 1px solid var(--ty-commerce-control-line);
  border-radius: 2px;
  background: #fff;
  color: var(--ty-commerce-ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}

body.ty-commerce-checkout textarea.input-text {
  min-height: 112px;
  resize: vertical;
}

body.ty-commerce-checkout input.input-text:focus,
body.ty-commerce-checkout textarea.input-text:focus,
body.ty-commerce-checkout select:focus,
body.ty-commerce-checkout .select2-container--focus .select2-selection--single,
body.ty-commerce-checkout .select2-container--open .select2-selection--single {
  border-color: #06738a;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(6, 115, 138, .2);
}

body.ty-commerce-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding-right: 38px;
}

body.ty-commerce-checkout .select2-container .select2-selection__rendered {
  width: 100%;
  padding: 0;
  color: var(--ty-commerce-ink);
  line-height: 1.4;
}

body.ty-commerce-checkout .select2-container .select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

body.ty-commerce-checkout table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}

body.ty-commerce-checkout table.shop_table th,
body.ty-commerce-checkout table.shop_table td {
  padding: 16px 0;
  border-right: 0;
  border-bottom: 1px solid var(--ty-commerce-line);
  color: #17303c;
  font-size: 14px;
  line-height: 1.45;
}

body.ty-commerce-checkout table.shop_table th:last-child,
body.ty-commerce-checkout table.shop_table td:last-child {
  text-align: right;
}

body.ty-commerce-checkout table.shop_table thead th,
body.ty-commerce-checkout table.shop_table .order-total th,
body.ty-commerce-checkout table.shop_table .order-total td {
  color: var(--ty-commerce-ink);
  font-weight: 800;
}

body.ty-commerce-checkout table.shop_table .order-total td {
  font-size: 22px;
  font-variant-numeric: tabular-nums;
}

body.ty-commerce-checkout #payment {
  margin-top: 22px;
  border-radius: 0;
  background: transparent;
}

body.ty-commerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 0;
}

body.ty-commerce-checkout #payment ul.payment_methods li {
  padding: 0;
  color: var(--ty-commerce-ink);
  font-size: 14px;
}

body.ty-commerce-checkout #payment div.payment_box {
  margin: 14px 0 0;
  padding: 17px;
  border-radius: 0;
  background: var(--ty-commerce-soft);
  color: #24414d;
  font-size: 13px;
  line-height: 1.55;
}

body.ty-commerce-checkout #payment div.payment_box::before {
  display: none;
}

body.ty-commerce-checkout #payment .place-order {
  margin: 0;
  padding: 0;
}

body.ty-commerce-checkout .woocommerce-privacy-policy-text {
  margin: 18px 0;
  color: var(--ty-commerce-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.ty-commerce-checkout #place_order,
body.ty-commerce-cart .checkout-button {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--ty-commerce-deep);
  border-radius: 2px;
  background: var(--ty-commerce-deep);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .16s ease, border-color .16s ease;
}

body.ty-commerce-checkout #place_order:hover,
body.ty-commerce-checkout #place_order:focus-visible,
body.ty-commerce-cart .checkout-button:hover,
body.ty-commerce-cart .checkout-button:focus-visible {
  border-color: var(--ty-commerce-cyan);
  background: var(--ty-commerce-panel);
  color: #fff;
}

body.ty-commerce-shell :focus-visible {
  outline: 3px solid #06738a;
  outline-offset: 3px;
}

body.ty-commerce-cart .woocommerce,
body.ty-commerce-account .woocommerce,
body.ty-commerce-catalog .site-main,
body.ty-commerce-product .site-main {
  width: 100%;
}

body.ty-commerce-cart .woocommerce-cart-form,
body.ty-commerce-cart .cart-collaterals,
body.ty-commerce-account .woocommerce-MyAccount-navigation,
body.ty-commerce-account .woocommerce-MyAccount-content {
  color: var(--ty-commerce-ink);
}

.ty-commerce-footer {
  border-top: 1px solid rgba(255, 255, 255, .15);
  background: var(--ty-commerce-deep);
  color: rgba(255, 255, 255, .78);
}

.ty-commerce-footer__inner {
  width: min(1280px, calc(100% - 80px));
  min-height: 126px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 28px 0;
}

.ty-commerce-footer p {
  margin: 0;
}

.ty-commerce-footer__brand {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .09em;
}

.ty-commerce-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}

.ty-commerce-footer__links a {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
}

.ty-commerce-footer__links a:hover,
.ty-commerce-footer__links a:focus-visible {
  color: var(--ty-commerce-cyan) !important;
}

.ty-commerce-footer__legal {
  font-size: 12px;
  white-space: nowrap;
}

@media (min-width: 900px) and (max-width: 1100px) {
  .ty-commerce-nav__inner {
    padding-inline: 26px 70px;
    gap: 8px;
  }

  .ty-commerce-nav__group {
    gap: 4px;
  }

  .ty-commerce-nav__link {
    font-size: 13px;
  }
}

@media (max-width: 899px) {
  .ty-commerce-announcement {
    min-height: 32px;
    padding: 7px 14px;
    font-size: 10px;
  }

  .ty-commerce-nav__inner {
    min-height: 64px;
    grid-template-columns: 44px 1fr 44px;
    padding-inline: 14px;
    gap: 8px;
  }

  .ty-commerce-nav__group {
    display: none;
  }

  .ty-commerce-nav__mobile-menu {
    display: block;
    justify-self: start;
  }

  .ty-commerce-nav__mobile-menu > summary {
    list-style: none;
  }

  .ty-commerce-nav__mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .ty-commerce-nav__icon-button,
  .ty-commerce-nav__cart {
    width: 44px;
    min-height: 44px;
    display: grid;
    place-items: center;
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
  }

  .ty-commerce-nav__icon-button svg,
  .ty-commerce-nav__cart svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ty-commerce-nav__cart {
    top: auto;
    right: auto;
    transform: none;
    justify-self: end;
  }

  .ty-commerce-nav__cart span {
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    right: -2px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ty-commerce-cyan);
    color: var(--ty-commerce-ink);
    font-size: 11px;
    font-weight: 900;
  }

  .ty-commerce-nav__logo {
    width: 74px;
    height: 42px;
  }

  .ty-commerce-nav__logo img {
    width: 74px;
    height: 74px;
    transform: translateY(-22px);
  }

  .ty-commerce-nav__mobile-panel {
    width: min(360px, calc(100vw - 24px));
    display: grid;
    position: absolute;
    z-index: 79;
    top: calc(100% + 1px);
    left: 12px;
    padding: 14px;
    border: 1px solid rgba(36, 213, 244, .28);
    background: var(--ty-commerce-deep);
    box-shadow: 0 22px 48px rgba(0, 7, 12, .28);
  }

  .ty-commerce-nav__mobile-panel .ty-commerce-nav__link {
    min-height: 50px;
    justify-content: flex-start;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 15px;
  }

  .ty-commerce-nav__mobile-panel .ty-commerce-nav__link:last-child {
    border-bottom: 0;
  }

  body.ty-commerce-checkout form.checkout {
    display: block;
  }

  body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #customer_details.col2-set,
  body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #order_review_heading,
  body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
    width: 100%;
    max-width: none;
    float: none;
    clear: both;
  }

  body.ty-commerce-checkout.woocommerce-page form.checkout.woocommerce-checkout #customer_details.col2-set {
    margin-bottom: 34px;
  }

  body.ty-commerce-checkout #order_review_heading {
    padding: 24px 22px 14px;
  }

  body.ty-commerce-checkout #order_review {
    padding: 0 22px 24px;
  }
}

@media (max-width: 782px) {
  .admin-bar .ty-commerce-nav {
    top: 46px;
  }
}

@media (max-width: 760px) {
  body.ty-commerce-checkout .site-content > .ast-container {
    width: calc(100% - 40px);
    padding-top: 36px;
    padding-bottom: 72px;
  }

  body.ty-commerce-checkout .form-row-first,
  body.ty-commerce-checkout .form-row-last,
  body.ty-commerce-checkout .form-row-wide {
    width: 100%;
    float: none;
    clear: both;
  }

  .ty-commerce-footer__inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 34px 0;
  }

  .ty-commerce-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .ty-commerce-announcement {
    min-height: 40px;
    letter-spacing: .085em;
  }

  .ty-commerce-announcement__desktop {
    display: none;
  }

  .ty-commerce-announcement__mobile {
    display: inline;
  }

  body.ty-commerce-checkout .site-content > .ast-container {
    padding-top: 32px;
  }

  body.ty-commerce-shell .entry-header {
    margin-bottom: 24px;
  }

  body.ty-commerce-shell .entry-title {
    font-size: 40px;
  }

  body.ty-commerce-shell .woocommerce-message,
  body.ty-commerce-shell .woocommerce-info,
  body.ty-commerce-shell .woocommerce-error {
    min-height: 0;
    padding: 16px 16px 16px 46px;
    font-size: 14px;
  }

  body.ty-commerce-shell .woocommerce-message,
  body.ty-commerce-shell .woocommerce-info {
    display: flex;
    flex-wrap: wrap;
  }

  body.ty-commerce-shell .woocommerce-error {
    display: block;
  }

  body.ty-commerce-shell .woocommerce-message::before,
  body.ty-commerce-shell .woocommerce-info::before,
  body.ty-commerce-shell .woocommerce-error::before {
    left: 17px;
  }

  body.ty-commerce-shell .woocommerce-message .button,
  body.ty-commerce-shell .woocommerce-info .button {
    width: max-content;
    min-height: 40px;
    display: inline-flex;
    margin: 0 0 0 auto;
  }

  body.ty-commerce-shell form.checkout_coupon .form-row-first,
  body.ty-commerce-shell form.checkout_coupon .form-row-last {
    width: 100%;
    float: none;
  }

  body.ty-commerce-checkout form.checkout {
    margin-top: 32px;
  }

  body.ty-commerce-checkout .form-row {
    margin-bottom: 16px;
  }

  body.ty-commerce-checkout .woocommerce-billing-fields > h3 {
    margin-bottom: 22px;
  }

  body.ty-commerce-checkout #order_review_heading {
    padding: 22px 18px 13px;
  }

  body.ty-commerce-checkout #order_review {
    padding: 0 18px 20px;
  }

  body.ty-commerce-checkout table.shop_table th,
  body.ty-commerce-checkout table.shop_table td {
    padding: 14px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ty-commerce-nav__link::after,
  body.ty-commerce-checkout input.input-text,
  body.ty-commerce-checkout textarea.input-text,
  body.ty-commerce-checkout select,
  body.ty-commerce-checkout #place_order {
    transition-duration: .01ms !important;
  }
}
