:root {
  --tc-orange: #ff6411;
  --tc-orange-dark: #e84b05;
  --tc-blue: #2864df;
  --tc-navy: #071936;
  --tc-ink: #10233f;
  --tc-muted: #60718b;
  --tc-line: #dbe5f2;
  --tc-soft: #f4f8fd;
  --tc-shell: 1200px;
  --tc-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body.tryycart-global-theme {
  color: var(--tc-ink);
  font-family: var(--tc-font);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}

body.tryycart-global-theme
  :is(h1, h2, h3, h4, h5, h6, button, input, select, textarea) {
  font-family: var(--tc-font);
}

.tc-site-chrome,
.tc-site-footer {
  font-family: var(--tc-font);
}

.tc-site-chrome *,
.tc-site-footer * {
  box-sizing: border-box;
}

.tc-site-chrome .shell,
.tc-site-footer .shell {
  margin-inline: auto;
  max-width: var(--tc-shell);
  padding-inline: 20px;
  width: 100%;
}

.tc-site-chrome a,
.tc-site-footer a {
  text-decoration: none;
}

.tc-site-chrome .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* The same utility strip is rendered by WordPress on every public page. */
.tc-site-chrome.tc-site-chrome .tc-utility-bar {
  background: linear-gradient(100deg, #2d63dc 0%, #776aaa 45%, #ff660d 100%);
  color: #fff;
  min-height: 38px;
}

.tc-site-chrome.tc-site-chrome .tc-utility-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
}

.tc-site-chrome.tc-site-chrome .tc-header-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  height: 28px;
  max-width: 330px;
  padding: 0 13px;
  width: 100%;
}

.tc-site-chrome.tc-site-chrome .tc-header-search span {
  font-size: 17px;
  line-height: 1;
}

.tc-site-chrome.tc-site-chrome .tc-header-search input {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  height: 26px;
  min-width: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

.tc-site-chrome.tc-site-chrome .tc-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.94);
  opacity: 1;
}

.tc-site-chrome.tc-site-chrome .tc-utility-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.tc-site-chrome.tc-site-chrome .tc-utility-actions a {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

/* Canonical desktop navigation. */
.tc-site-chrome.tc-site-chrome .tc-main-header {
  background: #fff;
  border: 0;
  box-shadow: 0 1px 0 rgba(12, 31, 62, 0.08);
  height: 78px;
  position: relative;
  top: 0;
  z-index: 200;
}

.tc-site-chrome.tc-site-chrome .tc-nav-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  height: 78px;
}

.tc-site-chrome.tc-site-chrome .tc-site-logo,
.tc-site-chrome.tc-site-chrome .tc-mobile-logo,
.tc-site-footer .logo-lockup {
  align-items: center;
  display: inline-flex;
}

.tc-site-chrome.tc-site-chrome .tc-site-logo img {
  display: block;
  height: auto;
  max-width: 142px;
  width: 142px;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #dce5f1;
  border-radius: 15px;
  display: flex;
  gap: 2px;
  justify-self: center;
  padding: 5px;
  width: max-content;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
  align-items: center;
  border: 0;
  border-radius: 10px;
  color: #46566d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  gap: 7px;
  line-height: 1;
  min-height: 36px;
  padding: 0 11px;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a:hover,
.tc-site-chrome.tc-site-chrome .tc-desktop-nav a:focus-visible {
  background: #fff;
  color: var(--tc-blue);
  outline: none;
  transform: translateY(-1px);
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a.active {
  background: linear-gradient(120deg, #f47d45 0%, #6678db 100%);
  box-shadow: 0 7px 18px rgba(80, 90, 175, 0.22);
  color: #fff;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
  align-items: center;
  background: #fff;
  border-radius: 7px;
  color: var(--tc-blue);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a.active i {
  color: var(--tc-orange);
}

.tc-site-chrome.tc-site-chrome .tc-nav-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-self: end;
}

.tc-site-chrome.tc-site-chrome .icon-action {
  align-items: center;
  background: #f7f9fc;
  border-radius: 10px;
  color: var(--tc-ink);
  display: inline-flex;
  font-size: 19px;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.tc-site-chrome.tc-site-chrome .badge {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 9px;
  height: 17px;
  justify-content: center;
  line-height: 1;
  min-width: 17px;
  padding: 0 3px;
  position: absolute;
  right: -3px;
  top: -5px;
}

.tc-site-chrome.tc-site-chrome .badge.purple {
  background: #4d68df;
}

.tc-site-chrome.tc-site-chrome .badge.orange {
  background: var(--tc-orange);
}

.tc-site-chrome.tc-site-chrome .login-link {
  color: #394a61;
  font-size: 13px;
  font-weight: 750;
  padding: 10px 4px;
  border-radius: 10px;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tc-site-chrome.tc-site-chrome .login-link:hover,
.tc-site-chrome.tc-site-chrome .login-link:focus-visible {
  background: #eef5ff;
  color: #245fc8;
  outline: 0;
}

.tc-site-chrome.tc-site-chrome .login-link.active {
  padding-inline: 12px;
  background: linear-gradient(120deg, #c94a0a, #355fc0);
  box-shadow: 0 8px 20px rgba(72, 91, 177, 0.22);
  color: #fff;
}

.tc-site-chrome.tc-site-chrome .login-link.active:active {
  transform: scale(0.97);
}

.tc-site-chrome.tc-site-chrome .nav-signup {
  align-items: center;
  background: linear-gradient(135deg, #ff7416, #f34b05);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 9px 20px rgba(246, 89, 12, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
}

.tc-site-chrome.tc-site-chrome .menu-button {
  align-items: center;
  background: #f2f6fb;
  border: 0;
  border-radius: 10px;
  color: var(--tc-ink);
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu {
  background: #fff;
  box-shadow: -15px 0 45px rgba(7, 25, 54, 0.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100vh;
  max-width: 360px;
  overflow-y: auto;
  padding: 72px 24px 32px;
  position: fixed;
  right: 0;
  top: 0;
  width: min(90vw, 360px);
  z-index: 10002;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu[hidden] {
  display: none;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu::before {
  background: rgba(5, 17, 38, 0.58);
  content: "";
  height: 100vh;
  position: fixed;
  right: min(90vw, 360px);
  top: 0;
  width: 100vw;
}

.tc-site-chrome.tc-site-chrome .mobile-close {
  align-items: center;
  background: #eef3fa;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 27px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 40px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-logo {
  margin: 0 0 18px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-logo img {
  height: auto;
  width: 142px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu > a:not(.btn) {
  align-items: center;
  border-bottom: 1px solid #e8eef6;
  color: #223750;
  display: flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: space-between;
  min-height: 48px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu > a i {
  color: var(--tc-blue);
  font-style: normal;
  margin-right: 9px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu > .btn {
  align-items: center;
  background: var(--tc-orange);
  border-radius: 11px;
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin-top: 15px;
  min-height: 48px;
}

body.tc-menu-open {
  overflow: hidden;
}

/* Shared shipping wallet. */
.tc-site-chrome.tc-site-chrome .tc-wallet-shell {
  position: fixed;
  right: 0;
  top: 118px;
  z-index: 260;
}

.admin-bar .tc-site-chrome.tc-site-chrome .tc-wallet-shell {
  top: 150px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-toggle {
  align-items: center;
  background: linear-gradient(145deg, #4d67df, #ff7935);
  border: 0;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 10px 25px rgba(24, 47, 105, 0.22);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 110px;
  padding: 11px 9px 10px;
  width: 84px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-box {
  align-items: center;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(4, 19, 49, 0.18);
  display: flex;
  height: 35px;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
  width: 36px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-box::before {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 8px solid #ffb155;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-box i {
  color: #7353c8;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  margin-top: 8px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-toggle strong {
  font-size: 13px;
  line-height: 1.2;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-toggle small {
  font-size: 10px;
  line-height: 1.15;
  margin-top: 2px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-panel {
  background: #fff;
  border: 1px solid #d9e3f0;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(5, 24, 55, 0.24);
  color: var(--tc-ink);
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  right: 95px;
  top: 0;
  transform: translateX(14px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  width: min(360px, calc(100vw - 120px));
}

.tc-site-chrome.tc-site-chrome .tc-wallet-shell.is-open .tc-wallet-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tc-site-chrome.tc-site-chrome .tc-wallet-panel header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-panel header small {
  color: var(--tc-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-panel h3 {
  color: var(--tc-ink);
  font-size: 21px;
  margin: 2px 0 0;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-panel header button {
  background: #eef3fa;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 21px;
  height: 34px;
  width: 34px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-note {
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 13px 0;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-rows {
  border-block: 1px solid #e5ecf5;
  padding: 7px 0;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-rows div,
.tc-site-chrome.tc-site-chrome .tc-wallet-total {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 7px 0;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-total {
  color: var(--tc-orange-dark);
  font-size: 16px;
  font-weight: 800;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 9px;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-actions a {
  background: #edf3fb;
  border-radius: 9px;
  color: var(--tc-ink);
  font-size: 13px;
  font-weight: 800;
  padding: 10px;
  text-align: center;
}

.tc-site-chrome.tc-site-chrome .tc-wallet-actions a.is-primary {
  background: var(--tc-orange);
  color: #fff;
}

/* One footer, regardless of whether the page body is React, WooCommerce or a plugin form. */
.tc-site-footer {
  background: #09152c;
  color: #8fb0d6;
  padding: 64px 0 0;
  position: relative;
  z-index: 10;
}

.tc-site-footer .footer-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(130px, 1fr));
}

.tc-site-footer .logo-lockup img {
  display: block;
  height: auto;
  margin-bottom: 15px;
  width: 145px;
}

.tc-site-footer p {
  color: #9cb4d2;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 335px;
}

.tc-site-footer h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  margin: 2px 0 16px;
  text-transform: uppercase;
}

.tc-site-footer .footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.tc-site-footer .footer-grid a:not(.logo-lockup) {
  color: #91b1d4;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.tc-site-footer .footer-grid a:hover,
.tc-site-footer .footer-grid a:focus-visible {
  color: #fff;
}

.tc-site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(151, 180, 215, 0.15);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.07em;
  margin-top: 47px;
  min-height: 58px;
  text-transform: uppercase;
}

/* Readability floor for the approved visual application and plugin pages. */
body.tryycart-global-theme
  .site-root
  :is(p, li, label, input, select, textarea, button),
body.tryycart-global-theme.tryycart-service-page
  :is(p, li, label, input, select, textarea, button),
body.tryycart-global-theme.tryycart-account-page
  :is(p, li, label, input, select, textarea, button) {
  font-size: max(14px, 0.875rem);
}

body.tryycart-global-theme .site-root :is(h1, h2, h3, h4),
body.tryycart-global-theme.tryycart-service-page :is(h1, h2, h3, h4),
body.tryycart-global-theme.tryycart-account-page :is(h1, h2, h3, h4) {
  font-family: var(--tc-font);
  letter-spacing: -0.035em;
}

body.tryycart-global-theme .site-root small,
body.tryycart-global-theme.tryycart-service-page small,
body.tryycart-global-theme.tryycart-account-page small {
  font-size: max(12px, 0.75rem);
  line-height: 1.45;
}

body.tryycart-global-theme .catalog-empty {
  align-items: center;
  background: linear-gradient(135deg, #fff8f2, #f2f6ff);
  border: 1px solid #dae5f2;
  border-radius: 16px;
  color: var(--tc-muted);
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 24px auto 10px;
  max-width: 760px;
  padding: 28px;
  text-align: center;
}

body.tryycart-global-theme .catalog-empty strong {
  color: var(--tc-ink);
  font-size: 18px;
}

@media (max-width: 1160px) {
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    gap: 14px;
    grid-template-columns: 155px minmax(0, 1fr) auto;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    gap: 4px;
    padding-inline: 8px;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .login-link {
    display: none;
  }
}

@media (max-width: 1020px) {
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    display: flex;
    justify-content: space-between;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .menu-button {
    display: inline-flex;
  }

  .tc-site-footer .footer-grid {
    gap: 34px;
    grid-template-columns: 1.4fr repeat(3, 1fr);
  }
}

@media (max-width: 782px) {
  .admin-bar .tc-site-chrome.tc-site-chrome .tc-wallet-shell {
    top: 138px;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions a:last-child {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .tc-main-header,
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    height: 68px;
  }

  .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 125px;
  }

  .tc-site-chrome.tc-site-chrome .icon-action,
  .tc-site-chrome.tc-site-chrome .login-link {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .nav-signup {
    min-height: 40px;
    padding-inline: 14px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-shell {
    top: 106px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-toggle {
    min-height: 90px;
    width: 68px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-toggle small {
    display: none;
  }

  .tc-site-footer {
    padding-top: 48px;
  }

  .tc-site-footer .footer-grid {
    gap: 34px 24px;
    grid-template-columns: 1fr 1fr;
  }

  .tc-site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .tc-site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    padding-block: 16px;
  }
}

@media (max-width: 560px) {
  .tc-site-chrome.tc-site-chrome .shell,
  .tc-site-footer .shell {
    padding-inline: 15px;
  }

  .tc-site-chrome.tc-site-chrome .tc-header-search {
    max-width: 250px;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions {
    gap: 8px;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions a {
    font-size: 0;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions a span {
    font-size: 15px;
  }

  .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 116px;
  }

  .tc-site-chrome.tc-site-chrome .nav-signup {
    font-size: 12px;
    padding-inline: 11px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-shell {
    top: 103px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-toggle {
    min-height: 62px;
    padding: 7px;
    width: 54px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-box {
    height: 27px;
    margin: 0;
    width: 29px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-box::before {
    border-left-width: 14px;
    border-right-width: 14px;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-toggle strong {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .tc-wallet-panel {
    right: 62px;
    width: calc(100vw - 78px);
  }

  .tc-site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tc-site-footer .footer-grid > div:nth-child(2) {
    grid-column: 1 / 2;
  }

  .tc-site-footer .footer-grid > div:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-site-chrome *,
  .tc-site-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
