:root {
  color-scheme: light;
  --tm-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', Helvetica, Arial, sans-serif;
}

html,
body {
  height: 100%;
}

body {
  min-height: 100vh;
  background: var(--tm-body-bg);
  color: var(--tm-body-text);
  font-family: var(--tm-font-body);
}

@media (max-width: 575.98px) {
  .tm-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .tm-hide-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .tm-hide-desktop {
    display: none !important;
  }
}

a {
  color: var(--tm-link);
}

a:hover {
  opacity: .9;
}

.tm-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tm-main {
  flex: 1 1 auto;
}

.tm-footer {
  margin-top: auto;
}

/* Header */
.tm-header-top,
.tm-header-sub {
  width: 100%;
  transition: background-color .2s ease, color .2s ease;
}

.tm-header-top {
  min-height: 72px;
  background: var(--tm-header-bg);
  color: var(--tm-header-text);
}

.tm-header-sub {
  background: var(--tm-header-sub-bg);
  color: var(--tm-header-text);
}

.tm-header--sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.tm-header-top a,
.tm-header-top .tm-action-link,
.tm-header-top .tm-brand-link,
.tm-header-top .tm-menu-btn,
.tm-header-sub,
.tm-header-sub a,
.tm-header-sub .nav-link,
.tm-header-sub .dropdown-toggle,
.tm-topbar,
.tm-topbar a,
.tm-topbar .tm-topbar-link,
.tm-topbar-link,
.tm-footer-top a,
.tm-footer-bottom a,
.tm-footer .nav-link {
  color: inherit;
}

.tm-action-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-width: 2.35rem;
  min-height: 2.35rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.1;
}

.tm-actions {
  gap: .7rem;
  color: inherit;
  flex: 0 0 auto;
  margin-left: auto;
}

.tm-action-link i {
  font-size: 1.25rem;
  line-height: 1;
}

.tm-header-top .tm-cart-link,
.tm-cart-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0;
  font-size: 1.35rem;
  overflow: visible;
  flex: 0 0 2.35rem;
  gap: 0;
}

.tm-header-top .tm-cart-link .tm-cart-count,
.tm-header-top .tm-cart-link #tm-cart-count.tm-cart-count,
.tm-cart-link .tm-cart-count,
.tm-cart-link #tm-cart-count.tm-cart-count {
  position: absolute !important;
  top: .25rem !important;
  left: auto !important;
  right: .35rem !important;
  min-width: .95rem;
  height: .95rem;
  padding: 0 .2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tm-accent);
  color: var(--tm-accent-text);
  border: 0;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translate(50%, -50%) !important;
  pointer-events: none;
  z-index: 2;
}

.tm-search {
  min-width: 0;
}

.tm-header-main {
  min-width: 0;
  width: 100%;
}

.tm-search-input {
  border-radius: .5rem 0 0 .5rem;
}

.tm-search-btn {
  background: var(--tm-accent);
  border-color: var(--tm-accent);
  color: var(--tm-accent-text);
  border-radius: 0 .5rem .5rem 0;
  font-weight: 600;
}

.tm-search-btn:hover {
  filter: brightness(.98);
}

.tm-badge-accent {
  background: var(--tm-accent);
  color: var(--tm-accent-text);
}

/* Logo */
.tm-brand {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 240px;
}

.tm-brand-link,
.tm-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  height: 56px;
  max-width: 100%;
}

.tm-brand-link img,
.tm-brand .custom-logo,
.tm-logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.tm-brand-link img,
.tm-brand .custom-logo {
  height: 100%;
  max-height: 100%;
}

.tm-logo-image {
  height: 40px !important;
}

/* Menus */
.tm-top-menu,
.tm-primary-menu {
  gap: .25rem;
  flex-wrap: wrap;
}

.tm-top-menu .nav-link,
.tm-primary-menu .nav-link {
  color: var(--tm-header-text);
  padding: .25rem .5rem;
  border-radius: .375rem;
}

.tm-top-menu .nav-link:hover,
.tm-primary-menu .nav-link:hover {
  background: rgba(255, 255, 255, .12);
  color: var(--tm-header-text);
}

.tm-menu-btn {
  color: var(--tm-header-text);
  border: 1px solid color-mix(in srgb, var(--tm-header-text) 35%, transparent);
  background: transparent;
}

.tm-header-top .tm-menu-btn {
  border-color: rgba(255, 255, 255, .35);
}

.tm-menu-btn i {
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

.tm-menu-btn:hover,
.tm-menu-btn:focus,
.tm-menu-btn:active {
  color: var(--tm-header-text);
  background: color-mix(in srgb, var(--tm-header-text) 10%, transparent);
  border-color: color-mix(in srgb, var(--tm-header-text) 50%, transparent);
  box-shadow: none;
}

.tm-offcanvas-menu {
  --bs-offcanvas-width: min(430px, 92vw);
  color: #0f172a;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--tm-header-bg) 4%, #ffffff), #ffffff 210px);
  border-right: 0;
  box-shadow: 18px 0 45px rgba(15, 23, 42, .18);
}

.tm-offcanvas-menu__header {
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem 1.15rem 1rem;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--tm-accent) 34%, transparent), transparent 36%),
    var(--tm-header-bg);
  color: var(--tm-header-text);
}

.tm-offcanvas-menu__brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: .85rem;
}

.tm-offcanvas-menu__brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  word-break: break-word;
}

.tm-offcanvas-menu__brand-link:hover,
.tm-offcanvas-menu__brand-link:focus {
  color: inherit;
  text-decoration: none;
}

.tm-offcanvas-menu__header .offcanvas-title {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.tm-offcanvas-menu__tagline {
  margin: .22rem 0 0;
  color: color-mix(in srgb, var(--tm-header-text) 76%, transparent);
  font-size: .82rem;
  line-height: 1.35;
}

.tm-offcanvas-menu__close {
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  padding: .75rem;
  border-radius: 999px;
  background-color: color-mix(in srgb, var(--tm-header-text) 92%, transparent);
  opacity: 1;
}

.tm-offcanvas-menu__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.tm-offcanvas-menu__quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}

.tm-offcanvas-menu__quick-link {
  position: relative;
  display: grid;
  place-items: center;
  gap: .38rem;
  min-height: 82px;
  padding: .8rem .5rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .75rem;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tm-offcanvas-menu__quick-link:hover,
.tm-offcanvas-menu__quick-link:focus {
  color: #0f172a;
  border-color: color-mix(in srgb, var(--tm-accent) 45%, rgba(15, 23, 42, .08));
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.tm-offcanvas-menu__quick-link i {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tm-accent) 14%, #ffffff);
  color: var(--tm-accent);
  font-size: 1rem;
}

.tm-offcanvas-menu__quick-link span {
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.1;
}

.tm-offcanvas-menu__quick-link strong {
  position: absolute;
  top: .55rem;
  right: .55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 .28rem;
  border-radius: 999px;
  background: var(--tm-accent);
  color: var(--tm-accent-text);
  font-size: .68rem;
  line-height: 1;
}

.tm-offcanvas-menu__section {
  padding: .9rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .85rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.tm-offcanvas-menu__section-head {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .7rem;
  color: #475569;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tm-offcanvas-menu__section-head i {
  color: var(--tm-accent);
}

.tm-offcanvas-menu__nav {
  gap: .25rem;
}

.tm-offcanvas-menu__nav .menu-item a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: .62rem .75rem;
  border-radius: .65rem;
  color: #0f172a;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.tm-offcanvas-menu__nav .menu-item a:hover,
.tm-offcanvas-menu__nav .menu-item a:focus,
.tm-offcanvas-menu__nav .current-menu-item > a {
  color: color-mix(in srgb, var(--tm-accent) 72%, #0f172a);
  background: color-mix(in srgb, var(--tm-accent) 10%, #ffffff);
  transform: translateX(2px);
}

.tm-offcanvas-menu__cart {
  display: grid;
  gap: .85rem;
}

.tm-offcanvas-menu__cart .widget_shopping_cart_content {
  font-size: .92rem;
}

.tm-offcanvas-menu__cart .woocommerce-mini-cart {
  display: grid;
  gap: .65rem;
  max-height: 260px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.tm-offcanvas-menu__cart .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  margin: 0;
  padding: .65rem;
  border-radius: .65rem;
  background: #f8fafc;
}

.tm-offcanvas-menu__cart .woocommerce-mini-cart-item img {
  width: 56px;
  height: 56px;
  border-radius: .5rem;
  object-fit: cover;
}

.tm-offcanvas-menu__cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin: 0;
  padding-top: .75rem;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: #0f172a;
  font-weight: 800;
}

.tm-offcanvas-menu__cart .woocommerce-mini-cart__buttons {
  display: none;
}

.tm-offcanvas-menu__checkout-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.tm-offcanvas-menu__button,
.woocommerce .tm-offcanvas-menu__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 42px;
  padding: .65rem .85rem;
  border-radius: .65rem !important;
  background: var(--tm-accent) !important;
  color: var(--tm-accent-text) !important;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.tm-offcanvas-menu__button--secondary,
.woocommerce .tm-offcanvas-menu__button--secondary {
  background: color-mix(in srgb, var(--tm-accent) 10%, #ffffff) !important;
  border: 1px solid color-mix(in srgb, var(--tm-accent) 35%, #dbe3ec) !important;
  color: color-mix(in srgb, var(--tm-accent) 58%, #0f172a) !important;
}

.tm-offcanvas-menu__contact-list {
  display: grid;
  gap: .55rem;
}

.tm-offcanvas-menu__contact-list a {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-height: 40px;
  padding: .55rem .65rem;
  border-radius: .65rem;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.tm-offcanvas-menu__contact-list i {
  color: var(--tm-accent);
}

.tm-header-sub .tm-nav-wrap {
  width: 100%;
  justify-content: center !important;
  flex-wrap: nowrap;
}

.tm-nav-overflow-wrap {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.tm-overflow-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  position: relative;
  font-size: 14px;
}

.tm-menu-track {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  margin-bottom: 0;
  justify-content: center;
}

.tm-menu-track > li {
  flex: 0 0 auto;
}

.tm-menu-more {
  margin-left: .5rem;
  flex: 0 0 auto;
}

.tm-menu-more-list .dropdown-item {
  white-space: normal;
}

.tm-header-sub .tm-menu-more .dropdown-toggle {
  color: inherit;
  border-color: rgba(255, 255, 255, .25);
}

/* Topbar */
.tm-topbar {
  position: relative;
  z-index: 1041;
  line-height: 1.2;
}

.tm-topbar__inner {
  padding-top: .55rem;
  padding-bottom: .55rem;
}

.tm-topbar .carousel-item {
  min-height: 20px;
}

.tm-topbar-link {
  text-decoration: none;
}

.tm-topbar-link:hover,
.tm-topbar .tm-topbar-link:hover {
  color: inherit;
  text-decoration: underline;
}

.tm-topbar-small {
  font-size: 14px;
}

.tm-topbar-large {
  font-size: 16px;
}

.tm-topbar--components .tm-topbar__inner {
  display: flex;
  align-items: center;
}

.tm-topbar-components {
  width: 100%;
}

.tm-topbar-components .tm-block {
  color: inherit;
}

.tm-topbar--components .tm-topbar__inner {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.tm-topbar--components .tm-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}

.tm-topbar--components .tm-block-columns .tm-columns-grid {
  gap: .65rem 1rem;
  align-items: center;
}

.tm-topbar--components .tm-block-columns .tm-columns-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.tm-topbar--components .tm-block-phone,
.tm-topbar--components .tm-block-email,
.tm-topbar--components .tm-block-menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tm-topbar--components .tm-block-phone__link,
.tm-topbar--components .tm-block-email__link {
  display: inline-flex;
  width: 100%;
  gap: .55rem;
  line-height: 1.15;
}

.tm-topbar--components .tm-block-phone__icon,
.tm-topbar--components .tm-block-email__icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  flex: 0 0 1.25rem;
}

.tm-topbar--components .tm-block-phone__content,
.tm-topbar--components .tm-block-email__content {
  min-width: 0;
  gap: .15rem .45rem;
}

.tm-topbar--components .tm-block-phone__number,
.tm-topbar--components .tm-block-email__address {
  font-weight: 600;
  overflow-wrap: anywhere;
}

.tm-topbar--components .tm-block-phone__mode,
.tm-topbar--components .tm-block-email__mode {
  font-size: .84em;
}

.tm-topbar--components .tm-block-menu__list {
  gap: .3rem 1rem;
}

.tm-topbar--components .tm-block-menu__list a {
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .tm-topbar--components .tm-topbar__inner {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .tm-topbar--components .tm-block-columns .tm-columns-col {
    align-items: flex-start;
  }

  .tm-topbar--components .tm-block-columns .tm-columns-grid {
    gap: .45rem;
  }

  .tm-topbar--components .tm-block-phone--align-center,
  .tm-topbar--components .tm-block-phone--align-right,
  .tm-topbar--components .tm-block-email--align-center,
  .tm-topbar--components .tm-block-email--align-right,
  .tm-topbar--components .tm-block-menu--align-center,
  .tm-topbar--components .tm-block-menu--align-right {
    text-align: left;
  }

  .tm-topbar--components .tm-block-phone--align-center .tm-block-phone__link,
  .tm-topbar--components .tm-block-phone--align-right .tm-block-phone__link,
  .tm-topbar--components .tm-block-email--align-center .tm-block-email__link,
  .tm-topbar--components .tm-block-email--align-right .tm-block-email__link {
    justify-content: flex-start;
  }

  .tm-topbar--components .tm-block-menu--align-center .tm-block-menu__list,
  .tm-topbar--components .tm-block-menu--align-right .tm-block-menu__list {
    justify-content: flex-start;
  }

  .tm-topbar--components .tm-block-menu__list {
    font-size: .95em;
  }
}

@media (max-width: 575.98px) {
  .tm-topbar--components .tm-topbar__inner {
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .tm-topbar--components .tm-block-phone__link,
  .tm-topbar--components .tm-block-email__link {
    gap: .5rem;
  }

  .tm-topbar--components .tm-block-menu__list {
    gap: .25rem .85rem;
  }
}

/* Cards */
.tm-card,
.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.tm-card {
  /* reservado por si luego quieres padding propio */
}

.tm-hero {
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, 0));
}

.tm-hero-box {
  background: rgba(0, 0, 0, .03);
}

/* WooCommerce */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
}

.woocommerce ul.products li.product {
  list-style: none;
  padding: 1rem;
}

.woocommerce ul.products li.product img {
  border-radius: .75rem;
  margin-bottom: .75rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  margin: .25rem 0 .5rem;
}

.woocommerce ul.products li.product .price {
  font-weight: 700;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: .75rem;
}

.tm-account-auth {
  max-width: 1120px;
  margin: 0 auto;
}

.tm-account-auth__intro {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.tm-account-auth__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: .16rem .65rem;
  border-radius: 999px;
  background: #eef2f7;
  color: #475569;
  font-size: .78rem;
  font-weight: 800;
}

.tm-account-auth__title {
  margin: .7rem 0 .45rem;
  color: #0f172a;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  line-height: 1.1;
}

.tm-account-auth__text {
  margin: 0;
  color: #64748b;
}

.tm-account-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .5rem;
  background: #fff;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.tm-account-card__head {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  margin-bottom: 1.2rem;
}

.tm-account-card__icon {
  flex: 0 0 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-grid;
  place-items: center;
  border-radius: .5rem;
  background: color-mix(in srgb, var(--tm-accent) 14%, #ffffff);
  color: var(--tm-accent);
  font-size: 1.2rem;
}

.tm-account-card__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1.2;
}

.tm-account-card__subtitle {
  margin: .25rem 0 0;
  color: #64748b;
  font-size: .94rem;
}

.tm-account-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.tm-account-form .form-label {
  color: #0f172a;
  font-weight: 700;
}

.tm-account-form .required {
  color: #dc2626;
}

.tm-account-form .form-control,
.tm-account-form .input-text {
  min-height: 44px;
  border-radius: .5rem;
  border-color: #dbe3ec;
}

.tm-account-form .form-control:focus,
.tm-account-form .input-text:focus {
  border-color: var(--tm-accent);
  box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--tm-accent) 18%, transparent);
}

.tm-account-form__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin: .2rem 0 1rem;
}

.tm-account-form__meta .form-check-input {
  margin-top: .15rem;
  margin-right: .35rem;
}

.tm-account-form__link {
  color: var(--tm-link);
  font-weight: 700;
  text-decoration: none;
}

.tm-account-form__link:hover {
  text-decoration: underline;
}

.tm-account-form__hint {
  margin: 0 0 1rem;
  padding: .85rem 1rem;
  border-radius: .5rem;
  background: #f8fafc;
  color: #475569;
}

.tm-account-submit,
.woocommerce .tm-account-submit,
.woocommerce button.tm-account-submit,
.woocommerce a.tm-account-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  border-radius: .5rem !important;
  border-color: var(--tm-accent) !important;
  background: var(--tm-accent) !important;
  color: var(--tm-accent-text) !important;
  font-weight: 800;
  text-decoration: none;
}

.tm-account-submit:hover,
.woocommerce .tm-account-submit:hover {
  filter: brightness(.98);
}

.woocommerce-account .tm-main article > h1 {
  display: none;
}

.tm-account-area {
  display: grid;
  gap: 1.5rem;
}

.tm-account-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .5rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tm-accent) 11%, #ffffff), #ffffff 58%),
    #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

.tm-account-hero__eyebrow,
.tm-account-dashboard__label {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: .16rem .65rem;
  border-radius: 999px;
  background: #eef2f7;
  color: #475569;
  font-size: .76rem;
  font-weight: 800;
}

.tm-account-hero__title {
  margin: .65rem 0 .35rem;
  color: #0f172a;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.08;
}

.tm-account-hero__text {
  max-width: 680px;
  margin: 0;
  color: #475569;
}

.tm-account-hero__logout,
.tm-account-dashboard__shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 42px;
  padding: .65rem .95rem;
  border-radius: .5rem;
  border: 1px solid var(--tm-accent);
  background: var(--tm-accent);
  color: var(--tm-accent-text);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.tm-account-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.tm-account-nav {
  position: sticky;
  top: calc(72px + 1rem);
  float: none !important;
  width: auto !important;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  overflow: hidden;
}

.tm-account-nav__head {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem;
  border-bottom: 1px solid #e9eef5;
  background: #f8fafc;
}

.tm-account-nav__avatar {
  flex: 0 0 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--tm-accent);
  color: var(--tm-accent-text);
}

.tm-account-nav__head > div strong,
.tm-account-nav__head > div span {
  display: block;
}

.tm-account-nav__head > div strong {
  color: #0f172a;
  line-height: 1.15;
}

.tm-account-nav__head > div span {
  color: #64748b;
  font-size: .82rem;
}

.tm-account-nav__list {
  display: grid;
  gap: .25rem;
  margin: 0;
  padding: .65rem;
  list-style: none;
}

.tm-account-nav__list li {
  margin: 0;
}

.tm-account-nav__list a {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 42px;
  padding: .65rem .75rem;
  border-radius: .5rem;
  color: #334155;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.tm-account-nav__list a i {
  width: 1.1rem;
  text-align: center;
  color: #64748b;
}

.tm-account-nav__list a:hover,
.tm-account-nav__list .is-active a,
.tm-account-nav__list a[aria-current="page"] {
  background: color-mix(in srgb, var(--tm-accent) 13%, #ffffff);
  color: #0f172a;
}

.tm-account-nav__list a:hover {
  transform: translateX(2px);
}

.tm-account-nav__list .is-active a i,
.tm-account-nav__list a[aria-current="page"] i {
  color: var(--tm-accent);
}

.tm-account-content {
  float: none !important;
  width: auto !important;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .5rem;
  background: #fff;
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.tm-account-content > :first-child {
  margin-top: 0;
}

.tm-account-content h2,
.tm-account-content h3,
.tm-account-content legend {
  color: #0f172a;
  font-weight: 800;
}

.tm-account-section-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9eef5;
}

.tm-account-section-head__icon {
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-items: center;
  border-radius: .5rem;
  background: var(--tm-accent);
  color: var(--tm-accent-text);
}

.tm-account-section-head h2 {
  margin: 0;
  font-size: 1.45rem;
}

.tm-account-section-head p {
  margin: .25rem 0 0;
  color: #64748b;
}

.tm-account-dashboard {
  display: grid;
  gap: 1.25rem;
}

.tm-account-dashboard__welcome {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: .5rem;
  background: #f8fafc;
  border: 1px solid #e9eef5;
}

.tm-account-dashboard__welcome h2 {
  margin: .55rem 0 .3rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.tm-account-dashboard__welcome p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
}

.tm-account-stats,
.tm-account-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tm-account-shortcuts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-account-stat,
.tm-account-shortcut {
  border: 1px solid #e9eef5;
  border-radius: .5rem;
  background: #fff;
  padding: 1rem;
}

.tm-account-stat {
  display: grid;
  gap: .35rem;
}

.tm-account-stat__icon,
.tm-account-shortcut i {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: .5rem;
  background: color-mix(in srgb, var(--tm-accent) 12%, #ffffff);
  color: var(--tm-accent);
}

.tm-account-stat__value {
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 850;
  line-height: 1.15;
}

.tm-account-stat__label,
.tm-account-shortcut span {
  color: #64748b;
}

.tm-account-shortcut {
  display: grid;
  gap: .55rem;
  color: inherit;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-account-shortcut:hover {
  border-color: color-mix(in srgb, var(--tm-accent) 28%, #dbe3ec);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
  transform: translateY(-2px);
}

.tm-account-shortcut strong {
  color: #0f172a;
}

.tm-account-content table.shop_table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e9eef5;
  border-radius: .5rem;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.tm-account-table-wrap {
  overflow-x: auto;
  border-radius: .5rem;
}

.tm-account-content table.shop_table th,
.tm-account-content table.shop_table td {
  padding: .9rem;
  border-bottom: 1px solid #e9eef5;
  vertical-align: middle;
}

.tm-account-content table.shop_table thead th {
  background: #f8fafc;
  color: #0f172a;
  font-size: .82rem;
  text-transform: uppercase;
}

.tm-account-content table.shop_table tr:last-child th,
.tm-account-content table.shop_table tr:last-child td {
  border-bottom: 0;
}

.tm-account-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: .16rem .55rem;
  border-radius: 999px;
  background: #f0fdf4;
  color: #166534;
  font-size: .76rem;
  font-weight: 800;
}

.tm-account-content mark,
.tm-account-content .woocommerce-order-details mark {
  border-radius: .35rem;
  padding: .08rem .35rem;
  background: color-mix(in srgb, var(--tm-accent) 14%, #ffffff);
  color: #0f172a;
}

.tm-account-content .button,
.tm-account-content button.button,
.tm-account-content a.button,
.tm-account-content input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .55rem .85rem !important;
  border-radius: .5rem !important;
  border-color: var(--tm-accent) !important;
  background: var(--tm-accent) !important;
  color: var(--tm-accent-text) !important;
  font-weight: 800;
  text-decoration: none;
}

.tm-account-content .woocommerce-info,
.tm-account-content .woocommerce-message,
.tm-account-content .woocommerce-error {
  border: 1px solid #dbeafe;
  border-radius: .5rem;
  background: #eff6ff;
  color: #0f2f5f;
  padding: 1rem 1rem 1rem 3rem;
}

.tm-account-empty-state {
  display: grid;
  place-items: center;
  gap: .65rem;
  min-height: 260px;
  padding: 2rem;
  border: 1px dashed #cbd5e1;
  border-radius: .5rem;
  background: #f8fafc;
  color: #64748b;
  text-align: center;
}

.tm-account-empty-state i {
  width: 4rem;
  height: 4rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tm-accent) 14%, #ffffff);
  color: var(--tm-accent);
  font-size: 1.45rem;
}

.tm-account-empty-state h3 {
  margin: .2rem 0 0;
  font-size: 1.35rem;
}

.tm-account-empty-state p {
  max-width: 420px;
  margin: 0;
}

.tm-account-content .woocommerce-info::before,
.tm-account-content .woocommerce-message::before,
.tm-account-content .woocommerce-error::before {
  top: 1rem;
  color: var(--tm-accent);
}

.tm-account-content form,
.tm-account-content .woocommerce-Addresses,
.tm-account-content .u-columns {
  display: grid;
  gap: 1rem;
}

.tm-account-content .u-columns,
.tm-account-content .woocommerce-Addresses {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-account-content .u-column1,
.tm-account-content .u-column2 {
  float: none;
  width: auto;
}

.tm-account-content .woocommerce-Address,
.tm-account-content .woocommerce-address-fields,
.tm-account-content fieldset {
  border: 1px solid #e9eef5;
  border-radius: .5rem;
  background: #fff;
  padding: 1rem;
}

.tm-account-content fieldset {
  margin-top: .5rem;
}

.tm-account-edit-form {
  align-items: stretch;
}

.tm-account-content .tm-account-fieldset {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.15rem;
}

.tm-account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tm-account-form-grid__full {
  grid-column: 1 / -1;
}

.tm-account-address-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.tm-account-address-card__head {
  margin-bottom: 0 !important;
}

.tm-account-address-card__type {
  display: inline-flex;
  margin-bottom: .25rem;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tm-account-address-card .edit {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 34px;
  padding: .42rem .65rem;
  border-radius: .5rem;
  background: color-mix(in srgb, var(--tm-accent) 12%, #ffffff);
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.tm-account-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
}

.tm-account-content .woocommerce-Address-title h2,
.tm-account-content .woocommerce-Address-title h3 {
  margin: 0;
}

.tm-account-content address {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.tm-account-content .form-row,
.tm-account-content .woocommerce-form-row {
  display: grid;
  gap: .35rem;
  margin: 0 0 .9rem;
}

.tm-account-edit-form .form-row,
.tm-account-edit-form .woocommerce-form-row {
  margin: 0;
}

.tm-account-content .form-row label,
.tm-account-content .woocommerce-form-row label {
  color: #0f172a;
  font-weight: 700;
}

.tm-account-content input.input-text,
.tm-account-content input[type="text"],
.tm-account-content input[type="email"],
.tm-account-content input[type="tel"],
.tm-account-content input[type="password"],
.tm-account-content select,
.tm-account-content textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dbe3ec;
  border-radius: .5rem;
  padding: .55rem .75rem;
  background: #fff;
}

.tm-account-content textarea {
  min-height: 110px;
}

.tm-account-field-hint {
  color: #64748b;
  font-size: .84rem;
}

.tm-account-content .tm-account-fieldset legend,
.tm-account-password-box legend {
  float: none;
  width: auto;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.tm-account-form-actions {
  display: flex;
  justify-content: flex-end;
  margin: .25rem 0 0;
}

.tm-account-add-payment {
  margin-top: 1rem;
}

.tm-account-content .select2-container .select2-selection--single {
  height: 44px;
  border-color: #dbe3ec;
  border-radius: .5rem;
}

.tm-account-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.tm-account-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.woocommerce-cart .cart_totals,
.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .wc-block-components-sidebar {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 1rem;
  background: #fff;
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block {
  margin: 0 0 1.1rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.2;
}

.woocommerce-cart .cart_totals table.shop_table,
.woocommerce-cart .wc-block-components-totals-wrapper {
  margin: 0;
  border: 0;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__value {
  padding: .48rem 0;
  border: 0;
  color: #111827;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.35;
}

.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .wc-block-components-totals-item__value {
  text-align: right;
  font-weight: 750;
}

.woocommerce-cart .cart_totals .shipping td,
.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
  text-transform: uppercase;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  padding-top: 1rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
}

.woocommerce-cart .cart_totals .order-total td strong,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.32rem;
  letter-spacing: 0;
}

.woocommerce-cart .cart_totals .includes_tax,
.woocommerce-cart .wc-block-components-totals-item__description,
.woocommerce-cart .wc-block-components-totals-footer-item-tax {
  display: block;
  margin-top: .15rem;
  color: #6b7280;
  font-size: .9rem;
  font-weight: 500;
  text-align: left;
}

.woocommerce-cart .wc-block-components-totals-coupon {
  margin-bottom: 1.25rem;
}

.woocommerce-cart .wc-block-components-totals-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: start;
}

.woocommerce-cart .wc-block-components-totals-coupon__input input,
.woocommerce-cart .wc-block-components-text-input input[type="text"] {
  min-height: 52px !important;
  padding: .85rem 1rem !important;
  border: 1px solid #d9dde5 !important;
  border-radius: .55rem !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
}

.woocommerce-cart .wc-block-components-totals-coupon__input label,
.woocommerce-cart .wc-block-components-text-input label {
  color: #6b7280 !important;
}

.woocommerce-cart .wc-block-components-totals-coupon__button {
  min-height: 52px;
  padding: .85rem 1rem !important;
  border-radius: .55rem !important;
  background: #f7f7f8 !important;
  border: 1px solid #e2e4e9 !important;
  color: #737373 !important;
  font-weight: 800;
  box-shadow: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1.2rem 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: .85rem 1.15rem;
  border: 0;
  border-radius: 999px !important;
  background: var(--tm-accent) !important;
  color: var(--tm-accent-text) !important;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
}

.woocommerce-cart .tm-cart-continue-shopping,
.woocommerce-cart .wc-proceed-to-checkout .tm-cart-continue-shopping,
.woocommerce-cart .wc-block-cart__submit-container .tm-cart-continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: .75rem;
  padding: .85rem 1.15rem;
  border: 0;
  border-radius: 999px !important;
  background: #3f3f46 !important;
  color: #fff !important;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .tm-cart-continue-shopping:hover {
  filter: brightness(.98);
  transform: translateY(-1px);
}

.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 1rem;
  background: #fff;
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-heading-block,
.woocommerce-checkout .wc-block-components-order-summary__button-text {
  margin: 0 0 1.1rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.2;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout .wc-block-components-totals-wrapper {
  margin: 0;
  border: 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__value {
  padding: .48rem 0;
  border: 0;
  color: #111827;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.35;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout .wc-block-components-totals-item__value {
  text-align: right;
  font-weight: 750;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item td,
.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: .85rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: .7rem;
  background: #f8fafc;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-checkout .product-name {
  color: #0f172a;
  font-weight: 850;
  line-height: 1.35;
}

.woocommerce-checkout .product-total,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  color: #0f172a;
  font-weight: 900;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .shipping td,
.woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
  text-transform: uppercase;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  padding-top: 1rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 950;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total td strong,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.32rem;
  letter-spacing: 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .includes_tax,
.woocommerce-checkout .wc-block-components-totals-item__description,
.woocommerce-checkout .wc-block-components-totals-footer-item-tax {
  display: block;
  margin-top: .15rem;
  color: #6b7280;
  font-size: .9rem;
  font-weight: 500;
  text-align: left;
}

.woocommerce-checkout .wc-block-components-totals-coupon {
  margin-bottom: 1.25rem;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: start;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input input,
.woocommerce-checkout .wc-block-components-text-input input[type="text"],
.woocommerce-checkout .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-block-components-text-input input[type="url"],
.woocommerce-checkout .wc-block-components-text-input input[type="number"],
.woocommerce-checkout .wc-block-components-text-input input[type="password"],
.woocommerce-checkout .woocommerce-billing-fields input.input-text,
.woocommerce-checkout .woocommerce-shipping-fields input.input-text,
.woocommerce-checkout .woocommerce-additional-fields textarea,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
  min-height: 52px !important;
  padding: 1.18rem 1rem .52rem !important;
  border: 1px solid #d9dde5 !important;
  border-radius: .55rem !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: .88rem !important;
  line-height: 1.25 !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__input label,
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .form-row label {
  color: #6b7280 !important;
  font-size: .78rem !important;
  line-height: 1.15 !important;
}

.woocommerce-checkout .wc-block-components-totals-coupon__button {
  min-height: 52px;
  padding: .85rem 1rem !important;
  border-radius: .55rem !important;
  background: #f7f7f8 !important;
  border: 1px solid #e2e4e9 !important;
  color: #737373 !important;
  font-weight: 800;
  box-shadow: none !important;
}

.woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 1.15rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .9rem;
  background: #f8fafc;
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: .75rem;
  background: #fff;
  color: #475569;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: .85rem 1.15rem;
  border: 0;
  border-radius: 999px !important;
  background: var(--tm-accent) !important;
  color: var(--tm-accent-text) !important;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  filter: brightness(.98);
  transform: translateY(-1px);
}

.tm-empty-cart {
  max-width: 760px;
  margin: 1rem auto 2.5rem;
  text-align: center;
}

.tm-empty-cart__panel {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: .5rem;
  background: #fff;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.tm-empty-cart__icon {
  width: 4.25rem;
  height: 4.25rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tm-accent) 14%, #ffffff);
  color: var(--tm-accent);
  font-size: 1.65rem;
}

.tm-empty-cart__eyebrow {
  margin: 0 0 .35rem;
  color: #475569;
  font-weight: 700;
}

.tm-empty-cart__title {
  max-width: 560px;
  margin: 0 auto .65rem;
  color: #0f172a;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  line-height: 1.15;
}

.tm-empty-cart__text {
  max-width: 540px;
  margin: 0 auto 1.25rem;
  color: #64748b;
}

.tm-empty-cart__button,
.woocommerce .tm-empty-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  padding: .75rem 1.15rem;
  border-radius: .5rem !important;
  background: var(--tm-accent) !important;
  color: var(--tm-accent-text) !important;
  font-weight: 800;
  text-decoration: none;
}

.tm-empty-cart__button i {
  font-size: .95rem;
  line-height: 1;
}

.tm-empty-cart__button--secondary,
.woocommerce .tm-empty-cart__button--secondary {
  background: color-mix(in srgb, var(--tm-accent) 10%, #ffffff) !important;
  border: 1px solid color-mix(in srgb, var(--tm-accent) 35%, #dbe3ec) !important;
  color: color-mix(in srgb, var(--tm-accent) 58%, #0f172a) !important;
}

.tm-floating-whatsapp {
  position: fixed;
  z-index: 999;
  bottom: max(1.15rem, env(safe-area-inset-bottom));
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.tm-floating-whatsapp:hover,
.tm-floating-whatsapp:focus {
  color: #fff;
  filter: brightness(.98);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .22);
}

.tm-floating-whatsapp--right {
  right: max(1.15rem, env(safe-area-inset-right));
}

.tm-floating-whatsapp--left {
  left: max(1.15rem, env(safe-area-inset-left));
}

.tm-floating-whatsapp--large {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}

.tm-floating-whatsapp--small {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.55rem;
}

.tm-product-search-empty-state {
  margin-top: 0;
}

.tm-product-search-empty-state__panel {
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--tm-accent) 10%, transparent), transparent 36%),
    #fff;
}

.tm-product-search-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
}

/* Sidebar */
.tm-main ul.children {
  margin-top: .25rem;
}

.tm-main .cat-item {
  margin: .25rem 0;
}

.tm-main .cat-item a {
  text-decoration: none;
}


/* Footer */
.tm-footer-top,
.tm-footer-bottom {
  width: 100%;
}

.tm-footer-top {
  background: var(--tm-footer-bg);
  color: var(--tm-footer-text);
}

.tm-footer-bottom {
  background: #000;
  color: #fff;
}

.tm-footer a {
  color: var(--tm-footer-text);
}

.tm-footer a:hover,
.tm-footer-top a:hover,
.tm-footer-bottom a:hover,
.tm-footer .nav-link:hover {
  color: inherit;
  opacity: .9;
}

.tm-footer-pagomedios {
  margin-top: 1.25rem;
}

.tm-footer-pagomedios h2 {
  margin: 0 0 .75rem;
  color: currentColor;
  font-size: .95rem;
  line-height: 1.25;
  font-weight: 800;
}

.tm-footer-pagomedios__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
}

.tm-footer-pagomedios__icons svg {
  flex: 0 0 auto;
  display: block;
  width: 42px;
  height: 27px;
  border-radius: .25rem;
  background: #fff;
}

.tm-footer-pagomedios p {
  margin: .7rem 0 0;
  color: currentColor;
  font-size: .88rem;
  line-height: 1.45;
  opacity: .82;
}

.tm-footer-pagomedios a {
  font-weight: 800;
}

/* Responsive */
@media (min-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .tm-header-top {
    min-height: 108px;
  }

  .tm-header-top > .container,
  .tm-header-top > .container-fluid {
    padding-top: .55rem !important;
    padding-bottom: .65rem !important;
  }

  .tm-header-main {
    flex-wrap: wrap;
    row-gap: .55rem;
  }

  .tm-menu-btn {
    order: 1;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    font-size: 1.1rem;
  }

  .tm-brand {
    order: 2;
    flex: 1 1 auto;
    max-width: min(46vw, 220px);
  }

  .tm-actions {
    order: 3;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .tm-search {
    order: 4;
    flex: 0 0 100%;
    width: 100%;
  }

  .tm-brand-link,
  .tm-brand .custom-logo-link {
    height: 48px;
  }

  .tm-logo-image,
  .tm-brand .custom-logo {
    max-width: 160px;
  }

  .tm-search .input-group {
    min-height: 44px;
  }

  .tm-search-input {
    min-height: 44px;
    border-radius: .55rem 0 0 .55rem;
  }

  .tm-search-btn {
    min-width: 4.75rem;
    border-radius: 0 .55rem .55rem 0;
  }

  .tm-header-sub .container,
  .tm-header-sub .container-fluid {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tm-header-sub .tm-nav-wrap {
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .75rem !important;
    scrollbar-width: none;
  }

  .tm-header-sub .tm-nav-wrap::-webkit-scrollbar {
    display: none;
  }

  .tm-nav-overflow-wrap {
    justify-content: flex-start;
    flex: 0 0 auto;
  }

  .tm-overflow-nav,
  .tm-menu-track {
    justify-content: flex-start;
  }

  .tm-top-menu,
  .tm-primary-menu {
    flex-wrap: nowrap;
    gap: .35rem;
  }

  .tm-top-menu .nav-link,
  .tm-primary-menu .nav-link {
    padding: .45rem .25rem;
    font-size: .86rem;
    font-weight: 700;
  }

}

@media (max-width: 575.98px) {
  .tm-header-top {
    min-height: 102px;
  }

  .tm-brand-link,
  .tm-brand .custom-logo-link {
    height: 40px;
  }

  .tm-logo-image,
  .tm-brand .custom-logo {
    max-width: 148px;
  }

  .tm-search-input {
    font-size: 14px;
    min-width: 0;
  }

  .tm-search-btn {
    min-width: 3.85rem;
    white-space: nowrap;
    font-size: 0;
  }

  .tm-search-btn::before {
    content: '\f002';
    font-family: 'Font Awesome 7 Free';
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
  }

  .tm-actions {
    gap: .55rem;
  }

  .tm-action-link i {
    font-size: 1.05rem;
  }

  .tm-header-top .tm-cart-link,
  .tm-cart-link {
    width: 2.1rem;
    height: 2.1rem;
    min-width: 2.1rem;
    min-height: 2.1rem;
    flex-basis: 2.1rem;
  }

  .tm-header-top .tm-cart-link .tm-cart-count,
  .tm-header-top .tm-cart-link #tm-cart-count.tm-cart-count,
  .tm-cart-link .tm-cart-count,
  .tm-cart-link #tm-cart-count.tm-cart-count {
    top: .22rem !important;
    right: .32rem !important;
  }

  .tm-empty-cart {
    margin-top: .5rem;
  }

  .tm-empty-cart__panel {
    padding: 1.2rem;
  }

  .tm-account-auth__intro {
    text-align: left;
  }

  .tm-account-card__head {
    align-items: center;
  }

  .tm-account-form__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tm-account-hero,
  .tm-account-dashboard__welcome {
    align-items: flex-start;
    flex-direction: column;
  }

  .tm-account-layout {
    grid-template-columns: 1fr;
  }

  .tm-account-nav {
    position: static;
  }

  .tm-account-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-account-stats,
  .tm-account-shortcuts,
  .tm-account-content .u-columns,
  .tm-account-content .woocommerce-Addresses,
  .tm-account-form-grid {
    grid-template-columns: 1fr;
  }

  .tm-account-form-grid__full {
    grid-column: auto;
  }

  .tm-account-content table.shop_table_responsive tr {
    display: grid;
    gap: .25rem;
    padding: .8rem;
    border-bottom: 1px solid #e9eef5;
  }

  .tm-account-content table.shop_table_responsive td,
  .tm-account-content table.shop_table_responsive th {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .25rem 0;
    border: 0;
  }

}

@media (max-width: 575.98px) {
  .tm-account-nav__list {
    grid-template-columns: 1fr;
  }

  .tm-account-content {
    padding: 1rem;
  }
}

body,
button,
input,
select,
textarea,
.nav,
.nav-link,
.dropdown-item,
.btn,
.wp-block-button__link,
.woocommerce,
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
  font-family: var(--tm-font-body);
}

h1, h2, h3, h4, h5, h6,
.woocommerce-products-header__title,
.product_title,
.entry-title,
.widget-title {
  font-family: var(--tm-font-body);
}
