.thc {
  --thc-red: #e30613;
  --thc-red-dark: #a9000b;
  --thc-ink: #070b12;
  --thc-graphite: #111827;
  --thc-muted: #667085;
  --thc-line: #e7e9ee;
  --thc-soft: #f5f7fb;
  --thc-shadow: 0 22px 50px rgba(7, 11, 18, 0.18);
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 30px;
  overflow-x: clip;
  color: var(--thc-ink);
  font-family: inherit;
}

.thc-home-active .entry-title,
.thc-home-active .page-title,
.thc-home-active h1.entry-title,
.thc-home-active .breadcrumbs,
.thc-home-active .breadcrumb,
.thc-home-active .woocommerce-breadcrumb,
.thc-home-active .tc-breadcrumb,
.thc-home-active [class*="breadcrumb"] {
  display: none !important;
}

body.thc-home-active {
  overflow-x: hidden;
}

.thc-home-active .entry-content,
.thc-home-active .wp-block-post-content,
.thc-home-active main,
.thc-home-active article {
  max-width: 100%;
  overflow-x: hidden;
}

.thc-home-active .entry-content,
.thc-home-active .wp-block-post-content {
  padding-top: 0 !important;
}

.thc-home-active .container,
.thc-home-active .content-area,
.thc-home-active .site-content,
.thc-home-active #content,
.thc-home-active .tc-content {
  padding-top: 0 !important;
}

.thc-home-active hr,
.thc-home-active .featurette-divider {
  display: none !important;
}

.entry-content > .thc,
.wp-block-post-content > .thc {
  width: 100%;
  max-width: 1160px;
  margin-top: 0 !important;
}

.thc-topbar {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  min-height: 58px;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(14px, 3vw, 30px);
  color: #ffffff;
  background: #030406;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px 12px 0 0;
}

.thc-topbar-brand {
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
}

.thc-topbar-brand a {
  color: #ffffff !important;
}

.thc-topbar-brand strong {
  display: grid;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.thc-topbar-brand b {
  color: var(--thc-red);
  font-size: 34px;
  font-style: italic;
  letter-spacing: 0;
}

.thc-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 38px);
}

.thc-nav a,
.thc-account {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px;
  font-weight: 800;
}

.thc-nav a:hover,
.thc-account:hover {
  color: #ffffff !important;
}

.thc *,
.thc *::before,
.thc *::after {
  box-sizing: border-box;
}

.thc a {
  color: inherit;
  text-decoration: none;
}

.thc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  min-height: 390px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 57% 56%, rgba(255, 255, 255, 0.18) 0 10%, transparent 11%),
    radial-gradient(circle at 47% 62%, rgba(255, 255, 255, 0.09) 0 22%, transparent 23%),
    linear-gradient(110deg, rgba(227, 6, 19, 0.12), transparent 34%),
    linear-gradient(135deg, #05070b 0%, #111827 58%, #28070b 100%);
  border-radius: 0;
  box-shadow: var(--thc-shadow);
  isolation: isolate;
}

.thc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.12) 50%, transparent 58%, transparent 100%),
    linear-gradient(102deg, transparent 0 62%, rgba(227, 6, 19, 0.55) 76%, transparent 88%),
    repeating-linear-gradient(118deg, transparent 0 15px, rgba(227, 6, 19, 0.13) 16px 18px);
  transform: translateX(-45%);
  animation: thc-hero-shine 7s ease-in-out infinite;
}

.thc-hero::after {
  content: "";
  position: absolute;
  right: 34%;
  bottom: -74px;
  width: min(350px, 29vw);
  aspect-ratio: 1.05;
  background: url("../img/hero-tire.png") center bottom / 122% auto no-repeat;
  filter: saturate(0.72) contrast(1.05) drop-shadow(0 24px 34px rgba(0, 0, 0, 0.5));
  opacity: 0.86;
  pointer-events: none;
}

.thc-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 4vw, 46px);
}

.thc-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--thc-red);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.thc-logo img,
.thc-logo svg {
  display: block;
  max-width: 108px;
  max-height: 38px;
  object-fit: contain;
}

.thc h1 {
  max-width: 560px;
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: clamp(38px, 4.8vw, 62px) !important;
  line-height: 0.96 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: none;
  font-style: italic;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.42);
}

.thc-hero-copy p {
  max-width: 430px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.42;
  font-weight: 800;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.62);
}

.thc-hero-actions,
.thc-tabs,
.thc-strip,
.thc-section-head {
  display: flex;
  align-items: center;
}

.thc-hero-actions {
  gap: 14px;
  flex-wrap: wrap;
}

.thc-btn,
.thc-buy,
.thc-search-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.thc-btn-primary,
.thc-buy,
.thc-search-form button {
  color: #ffffff !important;
  background: linear-gradient(180deg, #ff2633 0%, var(--thc-red) 58%, var(--thc-red-dark) 100%);
  box-shadow: 0 16px 32px rgba(227, 6, 19, 0.3);
}

.thc-btn-soft {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
}

.thc-btn:hover,
.thc-buy:hover,
.thc-search-form button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.thc-search-card {
  position: relative;
  z-index: 4;
  align-self: center;
  width: min(360px, calc(100% - 28px));
  margin: 24px clamp(14px, 3vw, 32px) 24px auto;
  padding: 16px;
  background: linear-gradient(180deg, rgba(28, 30, 33, 0.94), rgba(12, 14, 18, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.thc-search-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(227, 6, 19, 0.18), transparent 42%);
  pointer-events: none;
}

.thc-search-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.thc-search-title strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.08;
  font-weight: 950;
}

.thc-search-title span {
  max-width: 132px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 800;
  text-align: right;
}

.thc-tabs {
  gap: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.thc-tabs button {
  flex: 1;
  min-height: 36px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.thc-tabs button.is-active {
  color: #ffffff;
  border-bottom-color: var(--thc-red);
}

.thc-search-form {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.thc-search-form.is-active {
  display: grid;
}

.thc-search-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.thc-search-form span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 850;
}

.thc-search-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  outline: none;
}

.thc-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.thc-search-form input:focus {
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.22);
}

.thc-search-form button,
.thc-wide {
  grid-column: 1 / -1;
}

.thc-search-form.has-error input {
  border-color: #ff4d58;
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.24);
}

.thc-search-hint {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.thc-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 24px;
  overflow: hidden;
  background: var(--thc-line);
  border: 1px solid var(--thc-line);
  border-radius: 0 0 14px 14px;
}

.thc-strip div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 2px 9px;
  padding: 13px 12px;
  background: #ffffff;
}

.thc-strip i {
  grid-row: span 2;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--thc-red);
  border: 2px solid rgba(227, 6, 19, 0.22);
  border-radius: 999px;
  font-style: normal;
  font-weight: 950;
}

.thc-strip strong {
  color: var(--thc-ink);
  font-size: 13px;
  font-weight: 950;
}

.thc-strip span {
  color: var(--thc-muted);
  font-size: 12px;
  font-weight: 650;
}

.thc-offers {
  margin-top: 18px;
  padding: 0;
  overflow: hidden;
}

.thc-section-head {
  position: relative;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  padding: 0 0 12px 16px;
}

.thc-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 7px;
  height: 36px;
  background: linear-gradient(180deg, #ff2633, var(--thc-red-dark));
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(227, 6, 19, 0.28);
}

.thc-section-head::after {
  content: "PRECIOS DESTACADOS";
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 11px;
  color: var(--thc-red);
  background: rgba(227, 6, 19, 0.08);
  border: 1px solid rgba(227, 6, 19, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.thc-section-head h2 {
  margin: 0 !important;
  color: var(--thc-ink) !important;
  font-size: clamp(30px, 3.6vw, 48px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.thc-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.thc-existing-offers .tco-offers {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-left-color: var(--thc-red) !important;
  box-shadow: 0 18px 44px rgba(7, 11, 18, 0.08) !important;
  overflow: hidden !important;
}

.thc-existing-offers .tco-track {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.thc-existing-offers .tco-card {
  min-width: 0 !important;
}

.thc-existing-offers .tco-heading {
  display: none !important;
}

.thc-existing-offers .tco-heading h2 {
  color: var(--thc-ink) !important;
}

.thc-existing-offers .tco-button {
  background: linear-gradient(180deg, #ff2633 0%, var(--thc-red) 58%, var(--thc-red-dark) 100%) !important;
}

.thc-product {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--thc-line);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(7, 11, 18, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thc-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(7, 11, 18, 0.14);
}

.thc-product-image {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.96) 0 34%, rgba(255, 255, 255, 0.24) 35% 42%, transparent 43%),
    linear-gradient(135deg, #111827 0%, #1f2937 54%, #e30613 145%);
}

.thc-product-image span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 10px;
  color: #ffffff;
  background: var(--thc-red);
  border-radius: 999px;
  box-shadow: 0 12px 20px rgba(227, 6, 19, 0.32);
  font-size: 12px;
  font-weight: 950;
}

.thc-product-image img {
  display: block;
  width: auto;
  max-width: 88%;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.28));
}

.thc-product-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.thc-product small {
  width: fit-content;
  padding: 5px 9px;
  color: #4b5563;
  background: #f1f3f6;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.thc-product h3 {
  min-height: 54px;
  margin: 0 !important;
  color: var(--thc-ink) !important;
  font-size: 18px !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.thc-price {
  display: flex;
  min-height: 34px;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--thc-red-dark);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.05;
}

.thc-price del {
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.thc-price ins {
  color: var(--thc-red-dark);
  text-decoration: none;
}

.thc-buy {
  width: 100%;
  min-height: 48px;
}

.thc-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  max-width: 100%;
}

.thc-bottom-band {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  max-width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.thc-bottom-band > * {
  display: grid;
  gap: 5px;
  padding: 24px;
  background:
    radial-gradient(circle at 0% 100%, rgba(227, 6, 19, 0.18), transparent 38%),
    #05070b;
}

.thc-bottom-band strong {
  align-content: center;
  font-size: 26px;
  font-style: italic;
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

.thc-bottom-band span {
  color: var(--thc-red);
}

.thc-bottom-band b {
  font-size: 15px;
  font-weight: 950;
}

.thc-bottom-band small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.thc-paths a {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, #1f2937 72%, #4a0b12 100%);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(7, 11, 18, 0.12);
}

.thc-paths strong {
  font-size: 17px;
  font-weight: 950;
}

.thc-paths span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 650;
}

@media (max-width: 980px) {
  .thc {
    width: min(100% - 18px, 760px);
  }

  .thc-topbar {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

  .thc-nav {
    display: none;
  }

  .thc-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .thc-hero::after {
    right: -78px;
    bottom: 190px;
    width: min(300px, 62vw);
    opacity: 0.28;
  }

  .thc-search-card {
    width: auto;
    margin: 0 clamp(16px, 4vw, 32px) 24px;
  }

  .thc-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thc-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thc-bottom-band {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .thc {
    max-width: calc(100% - 28px);
  }

  .thc-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thc-bottom-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .thc-home-active .container,
  .thc-home-active .content-area,
  .thc-home-active .site-content,
  .thc-home-active #content,
  .thc-home-active .tc-content,
  .thc-home-active .entry-content,
  .thc-home-active .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .thc {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 24px;
  }

  .thc-topbar {
    border-radius: 0;
    padding: 0 14px;
  }

  .thc-account {
    font-size: 12px;
  }

  .thc-topbar-brand b {
    font-size: 27px;
  }

  .thc-hero {
    border-radius: 0;
  }

  .thc-hero::after {
    right: -76px;
    bottom: 210px;
    width: 220px;
    opacity: 0.22;
  }

  .thc-hero-copy {
    padding: 24px 16px 14px;
  }

  .thc h1 {
    max-width: 300px;
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .thc-hero-copy p {
    max-width: 330px;
    font-size: 14px;
  }

  .thc-btn {
    flex: 1 1 130px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .thc-search-card {
    margin: 4px 12px 18px;
    padding: 13px;
    border-radius: 12px;
  }

  .thc-search-title {
    align-items: center;
    margin-bottom: 8px;
  }

  .thc-search-title strong {
    font-size: 16px;
  }

  .thc-search-title span {
    display: none;
  }

  .thc-tabs {
    margin-bottom: 10px;
  }

  .thc-search-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .thc-search-form span {
    font-size: 12px;
  }

  .thc-search-form input {
    min-height: 40px;
    padding: 0 8px;
    font-size: 14px;
  }

  .thc-search-form button {
    min-height: 42px;
  }

  .thc-strip {
    grid-template-columns: 1fr;
    margin: 0 14px 24px;
    border-radius: 12px;
  }

  .thc-offers,
  .thc-paths {
    margin-left: 14px;
    margin-right: 14px;
  }

  .thc-section-head {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 8px;
  }

  .thc-section-head h2 {
    font-size: 30px !important;
  }

  .thc-section-head::before {
    height: 30px;
  }

  .thc-section-head::after {
    min-height: 22px;
    padding: 0 9px;
    font-size: 10px;
  }

  .thc-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .thc-product-image {
    min-height: 132px;
  }

  .thc-product-image img {
    max-height: 116px;
  }

  .thc-product-body {
    padding: 12px;
  }

  .thc-product h3 {
    min-height: 50px;
    font-size: 14px !important;
  }

  .thc-price {
    font-size: 17px;
  }

  .thc-buy {
    min-height: 44px;
    padding: 0 8px;
    font-size: 13px;
  }

  .thc-paths {
    grid-template-columns: 1fr;
  }

  .thc-bottom-band {
    grid-template-columns: 1fr;
    margin-left: 14px;
    margin-right: 14px;
  }

  .thc-bottom-band > * {
    padding: 18px;
  }
}

@keyframes thc-hero-shine {
  0%, 60% {
    transform: translateX(-45%);
  }

  82%, 100% {
    transform: translateX(45%);
  }
}
