:root {
  --tm-orange: #f58220;
  --tm-orange-dark: #d96d13;
  --tm-teal: #108489;
  --tm-ink: #26313d;
  --tm-muted: #667085;
  --tm-line: #e6edf1;
  --tm-soft: #f5fafb;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--tm-ink);
}

.site-header,
.ast-primary-header-bar,
.main-header-bar {
  background: var(--tm-orange) !important;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 8px 22px rgba(38, 49, 61, 0.12);
}

.site-header a,
.ast-builder-menu-1 .menu-item > .menu-link,
.main-header-menu > .menu-item > .menu-link {
  color: #fff !important;
  font-weight: 700;
}

.custom-logo-link img,
.site-logo-img img {
  max-height: 64px;
  width: auto;
}

.tm-menu-catalogo > a,
.menu-item.tm-menu-catalogo > .menu-link {
  background: #fff !important;
  color: var(--tm-orange-dark) !important;
  border-radius: 999px;
  line-height: 1.15;
  min-height: 40px;
  padding: 10px 18px !important;
}

.tm-section {
  padding: 82px 0;
}

.tm-hero {
  background: linear-gradient(180deg, #fff 0%, #f5fafb 100%);
  overflow: hidden;
}

.tm-hero h1,
.tm-page-title h1 {
  color: var(--tm-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.tm-eyebrow {
  color: var(--tm-orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-card,
.tm-product-card,
.tm-info-card {
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(38, 49, 61, 0.07);
}

.tm-chip-list,
.tm-catalog-filters,
.tm-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tm-chip,
.tm-catalog-filters a,
.tm-brand-list span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 999px;
  color: var(--tm-ink);
  display: inline-flex;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 14px;
  text-decoration: none;
}

.tm-catalog-filters a:hover,
.tm-chip:hover {
  border-color: var(--tm-orange);
  color: var(--tm-orange-dark);
}

.tm-catalog-section {
  margin: 36px 0 56px;
}

.tm-catalog-section h3 {
  color: var(--tm-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  margin: 0 0 20px;
}

.tm-product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.tm-product-card img {
  aspect-ratio: 4 / 3;
  background: var(--tm-soft);
  display: block;
  object-fit: cover;
  width: 100%;
}

.tm-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.tm-product-card__category {
  color: var(--tm-orange-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tm-product-card h4 {
  color: var(--tm-ink);
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 0;
}

.tm-product-card p {
  color: var(--tm-muted);
  margin: 0;
}

.tm-product-card__actions,
.tm-product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.tm-button,
.tm-product-card__actions a,
.tm-product-detail__actions a,
.elementor-button {
  border-radius: 999px !important;
  font-weight: 800 !important;
}

.tm-button,
.tm-product-card__actions a:first-child,
.tm-product-detail__actions a:first-child {
  background: var(--tm-orange);
  color: #fff !important;
  display: inline-flex;
  padding: 10px 16px;
  text-decoration: none;
}

.tm-button-secondary,
.tm-product-card__actions a:last-child,
.tm-product-detail__actions a:last-child {
  background: #eef8f8;
  color: var(--tm-teal) !important;
  display: inline-flex;
  padding: 10px 16px;
  text-decoration: none;
}

.tm-product-detail {
  background: var(--tm-soft);
  border: 1px solid var(--tm-line);
  border-radius: 8px;
  margin-top: 32px;
  padding: 24px;
}

.tm-product-specs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 18px 0 24px;
  padding: 0;
}

.tm-product-specs li {
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 8px;
  padding: 12px 14px;
}

.tm-footer {
  background: #26313d;
  color: #e8eef2;
  margin-top: 0;
  padding: 48px 20px 22px;
}

.tm-footer__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1180px;
}

.tm-footer img {
  background: #fff;
  border-radius: 999px;
  height: 74px;
  object-fit: contain;
  padding: 6px;
  width: 74px;
}

.tm-footer h3,
.tm-footer h4 {
  color: #fff;
  margin: 0 0 12px;
}

.tm-footer p,
.tm-footer a {
  color: #d7e1e7;
}

.tm-footer a {
  display: inline-block;
  text-decoration: none;
}

.tm-footer__links,
.tm-footer__contact {
  display: grid;
  gap: 8px;
}

.tm-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
  margin: 34px auto 0;
  max-width: 1180px;
  padding-top: 18px;
}

.tm-whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 20px;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.32);
  color: #fff !important;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  position: fixed;
  right: 18px;
  text-decoration: none;
  z-index: 10000;
}

.tm-whatsapp-float span:first-child {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-grid;
  height: 28px;
  place-items: center;
  width: 28px;
}

.tm-contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-contact-grid .tm-info-card {
  padding: 22px;
}

@media (max-width: 921px) {
  .tm-product-grid,
  .tm-footer__inner,
  .tm-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tm-section {
    padding: 62px 0;
  }
}

@media (max-width: 640px) {
  .custom-logo-link img,
  .site-logo-img img {
    max-height: 54px;
  }

  .tm-product-grid,
  .tm-footer__inner,
  .tm-contact-grid,
  .tm-product-specs {
    grid-template-columns: 1fr;
  }

  .tm-whatsapp-float {
    bottom: 14px;
    min-height: 46px;
    padding: 0 14px;
    right: 14px;
  }
}
