/* =========================================================
   TOKENS / VARIABLES
   ========================================================= */
:root {
  --tb-font-family-base: 'Manrope', 'Segoe UI', Roboto, Arial, sans-serif;
  --tb-font-family-heading: 'Manrope', 'Segoe UI', Roboto, Arial, sans-serif;

  --tb-red: var(--tb-accent, #e21d4c);
  --tb-red-dark: #c71640;
  --tb-dark-blue: var(--tb-dark, #242c33);
  --tb-dark-blue-strong: #131b23;

  --tb-text: #1f252b;
  --tb-text-muted: #5f6d78;
  --tb-link: #21394f;

  --tb-bg: #ffffff;
  --tb-surface: #f8fafc;
  --tb-surface-soft: #f6f8fb;
  --tb-surface-border: #d8e0e8;
  --tb-border: #dde3e8;

  --tb-radius-sm: 0.65rem;
  --tb-radius-md: 0.95rem;
  --tb-radius-pill: 999px;

  --tb-shadow-sm: 0 6px 18px rgba(18, 27, 35, 0.06);
  --tb-shadow-md: 0 10px 24px rgba(18, 27, 35, 0.08);
  --tb-shadow-lg: 0 18px 34px rgba(17, 24, 31, 0.24);

  --tb-content-max: 74rem;
  --tb-page-max: min(1520px, 96vw);
  --tb-prose-max: 72ch;

  --tb-gutter: clamp(0.9rem, 2.4vw, 1.7rem);
  --tb-section-space: clamp(1.8rem, 3.5vw, 3.2rem);
  --tb-section-gap: clamp(1.6rem, 3vw, 2.8rem);

  --tb-space-xs: 0.5rem;
  --tb-space-sm: 0.75rem;
  --tb-space-md: 1rem;
  --tb-space-lg: 1.5rem;
  --tb-space-xl: 2rem;
}

/* =========================================================
   RESET / BASE
   ========================================================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--tb-bg);
  color: var(--tb-text);
  font-family: var(--tb-font-family-base);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--tb-link);
  text-decoration: none;
  text-underline-offset: 0.18em;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--tb-red);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(226, 29, 76, 0.38);
  outline-offset: 2px;
}

/* =========================================================
   TYPOGRAPHY GLOBAL
   ========================================================= */
p,
ul,
ol,
dl,
blockquote,
.wp-block-list,
.wp-block-quote,
.wp-block-details {
  margin: 0 0 var(--tb-space-lg);
}

p,
li {
  max-width: var(--tb-prose-max);
}

small {
  font-size: 0.8125rem;
  color: var(--tb-text-muted);
}

strong {
  color: #182027;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: var(--tb-space-xl) 0 var(--tb-space-sm);
  color: #1f2a33;
  font-family: var(--tb-font-family-heading);
  font-weight: 800;
  line-height: 1.2;
  text-wrap: balance;
  text-transform: none;
  letter-spacing: 0;
}

h1 {
  font-size: calc(clamp(2rem, 4vw, 2.85rem) - 0.25rem);
  line-height: 1.08;
}

h2 {
  font-size: calc(clamp(1.55rem, 2.4vw, 2rem) - 0.25rem);
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tb-lead,
.lead,
p.has-large-font-size,
.tb-institutional-page__intro {
  font-size: clamp(1.03rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: #3d4b56;
}

/* =========================================================
   BUTTONS GLOBAL
   ========================================================= */
:where(.tb-button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.65rem 1.2rem;
  border: 1px solid transparent;
  border-radius: var(--tb-radius-pill);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}

:where(.tb-button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link):focus-visible {
  outline: 2px solid rgba(226, 29, 76, 0.3);
  outline-offset: 2px;
}

:where(.tb-button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link):not(.tb-button--secondary):not(.button.alt):not(.wp-block-button.is-style-outline .wp-block-button__link) {
  background: var(--tb-red);
  color: #fff;
  border-color: var(--tb-red);
  box-shadow: none;
}

:where(.tb-button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link):not(.tb-button--secondary):not(.button.alt):not(.wp-block-button.is-style-outline .wp-block-button__link):hover,
:where(.tb-button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link):not(.tb-button--secondary):not(.button.alt):not(.wp-block-button.is-style-outline .wp-block-button__link):focus {
  background: var(--tb-red-dark);
  color: #fff;
  border-color: var(--tb-red-dark);
  box-shadow: none;
  transform: translateY(-1px);
}

:where(.tb-button--secondary, .button.alt) {
  background: #1f2a33;
  color: #fff;
  border-color: #1f2a33;
}

:where(.tb-button--secondary, .button.alt):hover,
:where(.tb-button--secondary, .button.alt):focus {
  background: #121a21;
  color: #fff;
  border-color: #121a21;
}

:where(.wp-block-button.is-style-outline .wp-block-button__link) {
  background: #fff;
  color: #1f2a33;
  border-color: #cfd8e0;
}

:where(.wp-block-button.is-style-outline .wp-block-button__link):hover,
:where(.wp-block-button.is-style-outline .wp-block-button__link):focus {
  background: #f2f5f8;
  color: #1f2a33;
  border-color: #aebcca;
}

/* =========================================================
   LAYOUT / CONTAINERS
   ========================================================= */
.tb-container,
.woocommerce-page .site-main,
.woocommerce-page .content-area,
.woocommerce .site-main {
  width: var(--tb-page-max);
  margin-inline: auto;
}

.tb-main,
.woocommerce-page .site-main {
  padding-bottom: var(--tb-section-space);
}

.tb-entry,
.tb-institutional-page {
  margin: clamp(1.2rem, 3vw, 2rem) 0 var(--tb-section-space);
}

.tb-entry__content,
.tb-institutional-page__content {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.tb-icon,
.tb-action__icon {
  --tb-icon-size: 1rem;
  width: var(--tb-icon-size);
  height: var(--tb-icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex: 0 0 auto;
}

.tb-icon--sm {
  --tb-icon-size: 0.875rem;
}

.tb-icon--md {
  --tb-icon-size: 1.125rem;
}

.tb-icon--lg {
  --tb-icon-size: 1.35rem;
}

.tb-topbar {
  background: #f4f7fb;
  border-bottom: 1px solid #d6e0e9;
  color: #4a5967;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tb-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.3rem 0;
}

.tb-topbar__highlights,
.tb-topbar__links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tb-topbar__highlights span {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  font-weight: 700;
}

.tb-topbar__links a {
  color: inherit;
  opacity: 0.92;
}

.tb-topbar__links a:hover,
.tb-topbar__links a:focus {
  color: var(--tb-red);
  opacity: 1;
}

.tb-header {
  position: sticky;
  top: 0;
  z-index: 35;
  border-bottom: 1px solid #1e2e3d;
  background: linear-gradient(130deg, #101b26 0%, #182634 58%, #213447 100%);
  box-shadow: none;
}

.tb-header__inner {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.55rem 0;
}

.tb-branding img,
.tb-custom-brand-logo img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}

.tb-header__search-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  position: relative;
}

.tb-categories-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.1rem;
  padding: 0.32rem 0.8rem;
  border: 1px solid rgba(226, 236, 245, 0.18);
  border-radius: var(--tb-radius-pill);
  background: rgba(255, 255, 255, 0.04);
  color: #e3edf7;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tb-categories-toggle .tb-icon {
  width: 0.9rem;
  height: 0.9rem;
}

.tb-categories-toggle__label {
  position: relative;
  top: 0.01em;
}

.tb-categories-toggle__arrow {
  width: 0.76rem;
  height: 0.76rem;
  opacity: 0.82;
  transition: transform 0.2s ease;
}

.tb-categories-toggle[aria-expanded='true'] .tb-categories-toggle__arrow {
  transform: rotate(180deg);
}

.tb-categories-toggle:hover,
.tb-categories-toggle:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.tb-categories-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 0.4rem);
  width: min(265px, 92vw);
  padding: 0.55rem;
  border: 1px solid #d5dee8;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 16px 28px rgba(14, 22, 30, 0.16);
}

.tb-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.2rem;
}

.tb-categories-list a {
  display: block;
  padding: 0.44rem 0.56rem;
  border-radius: 0.65rem;
  font-size: 0.8rem;
}

.tb-categories-list a:hover,
.tb-categories-list a:focus {
  background: #f2f6fa;
}

.tb-search-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 2.3rem;
  border: 1px solid #c5d2de;
  border-radius: var(--tb-radius-pill);
  background: #fff;
  overflow: hidden;
}

.tb-search-form__body {
  position: absolute;
  left: 0.84rem;
  right: 2.85rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.tb-search-form.is-search-active .tb-search-form__body {
  opacity: 0;
}

.tb-search-form__prompt {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4d5b67;
}

.tb-search-form__hint {
  font-size: 0.8rem;
  color: #667684;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tb-search-form__field {
  width: 100%;
  min-height: 2.3rem;
  border: 0;
  padding: 0 0.88rem;
  background: transparent;
  color: #22303b;
  font-size: 0.88rem;
}

.tb-search-form__field:focus {
  outline: none;
}

.tb-search-form__button {
  width: 2.3rem;
  min-width: 2.3rem;
  min-height: 2.3rem;
  border: 0;
  border-left: 1px solid #d6dfe7;
  background: #f6f9fc;
  color: #26333e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.tb-search-form__button:hover,
.tb-search-form__button:focus {
  background: #eef3f8;
}

.tb-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.tb-header__menu-toggle {
  display: none;
  align-items: center;
  gap: 0.36rem;
  min-height: 2.05rem;
  padding: 0.3rem 0.58rem;
  border: 1px solid rgba(216, 229, 240, 0.26);
  border-radius: var(--tb-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
}

.tb-header__menu-toggle span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tb-header__menu-toggle:hover,
.tb-header__menu-toggle:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.tb-header__search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  min-width: 2.05rem;
  padding: 0.3rem;
  border: 1px solid rgba(216, 229, 240, 0.26);
  border-radius: var(--tb-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
}

.tb-header__search-toggle:hover,
.tb-header__search-toggle:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.tb-header__contact,
.tb-header__action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  min-height: 2.05rem;
  padding: 0.3rem 0.58rem;
  border: 1px solid rgba(216, 229, 240, 0.26);
  border-radius: var(--tb-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
}

.tb-header__contact span,
.tb-header__action-link span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tb-header__contact:hover,
.tb-header__contact:focus,
.tb-header__action-link:hover,
.tb-header__action-link:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.tb-cart-count {
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: var(--tb-radius-pill);
  background: var(--tb-red);
  color: #fff;
  font-size: 0.68rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tb-secondary-nav {
  background: #f9fbfd;
  border-bottom: 1px solid #dae3ec;
}

.tb-secondary-nav__inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.32rem 0;
}

.tb-secondary-nav__toggle {
  appearance: none;
  padding: 0.38rem 0.72rem;
  border: 1px solid #d0dce8;
  border-radius: var(--tb-radius-pill);
  background: #f5f8fb;
  color: #213140;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tb-secondary-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  flex-wrap: wrap;
  gap: 0.28rem;
}

.tb-secondary-nav__list.is-open {
  display: flex;
}

.tb-secondary-nav__list a {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.28rem 0.62rem;
  border: 1px solid transparent;
  border-radius: var(--tb-radius-pill);
  color: #253545;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-secondary-nav__list a:hover,
.tb-secondary-nav__list a:focus {
  background: #f2f6fa;
  border-color: #d8e1ea;
  color: #1a2734;
}

.tb-secondary-nav__home {
  background: #f6f8fb;
}
/* =========================================================
   FOOTER
   ========================================================= */
.tb-footer {
  margin-top: clamp(2rem, 4vw, 3.2rem);
  background: linear-gradient(145deg, #0f1a25 0%, #182635 58%, #1d2f41 100%);
  color: #d5e1ec;
}

.tb-footer__inner {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.3rem);
  padding: clamp(1.6rem, 2.8vw, 2.2rem) 0;
}

.tb-footer__inner section {
  min-width: 0;
}

.tb-footer__inner h2 {
  margin: 0 0 0.75rem;
  color: #f2f7fc;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-footer__logo img {
  max-height: 46px;
  width: auto;
}

.tb-footer__inner p {
  margin: 0;
  color: #c1cfdb;
  font-size: 0.86rem;
  line-height: 1.58;
}

.tb-footer__menu,
.tb-footer__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.tb-footer__menu a,
.tb-footer__contacts a,
.tb-footer__contacts li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d4dfeb;
  font-size: 0.86rem;
}

.tb-footer__menu a:hover,
.tb-footer__contacts a:hover {
  color: #fff;
}

.tb-footer__bottom {
  border-top: 1px solid rgba(214, 228, 240, 0.14);
  background: rgba(9, 14, 20, 0.26);
}

.tb-footer__bottom .tb-container {
  padding: 0.75rem 0 0.85rem;
}

.tb-footer__bottom p {
  margin: 0;
  color: #aebcc9;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =========================================================
   HOMEPAGE
   ========================================================= */
.tb-home-hero {
  padding: 1.9rem 0 1.4rem;
}

.tb-home-hero__grid {
  display: grid;
  gap: 0.95rem;
}

.tb-home-hero__primary,
.tb-home-hero__secondary {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: clamp(1.4rem, 2.8vw, 2.4rem);
  border-radius: 14px;
  color: #fff;
  background-image: var(--tb-hero-bg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 16px 34px rgba(17, 23, 31, 0.16);
}

.tb-home-hero__secondary {
  min-height: 320px;
}

.tb-home-hero__primary::before,
.tb-home-hero__secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(10, 15, 22, 0.9), rgba(14, 22, 31, 0.62));
}

.tb-home-hero__kicker {
  margin: 0 0 0.7rem;
  color: rgba(242, 248, 255, 0.95);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tb-home-hero h1,
.tb-home-hero h2,
.tb-home-hero p {
  color: #fff;
}

.tb-home-hero h1,
.tb-home-hero h2 {
  margin: 0 0 0.7rem;
}

.tb-home-hero h1 {
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  max-width: 32ch;
}

.tb-home-hero h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  letter-spacing: -0.01em;
  max-width: 20ch;
}

.tb-home-hero p {
  margin: 0 0 1.05rem;
  max-width: 44ch;
  color: rgba(236, 243, 249, 0.9);
}

.tb-home-hero__meta {
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tb-home-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tb-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tb-button--ghost {
  background: #fff;
  border-color: #fff;
  color: #1a2834;
}

.tb-button--ghost:hover,
.tb-button--ghost:focus {
  background: #eef4fa;
  border-color: #eef4fa;
  color: #13212d;
}

.tb-home-hero__primary > *,
.tb-home-hero__secondary > * {
  position: relative;
  z-index: 1;
}

.tb-home-hero__secondary--fallback {
  background: linear-gradient(130deg, #0f1a25 0%, #182636 58%, #213447 100%);
}

.tb-benefits {
  padding: 0.5rem 0 1.6rem;
}

.tb-benefits__intro {
  margin-bottom: 0.8rem;
}

.tb-benefits__intro p {
  margin: 0;
}

.tb-benefits__intro p:last-child {
  margin-top: 0.35rem;
  color: #51606c;
  max-width: 58ch;
}

.tb-benefits__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.55rem;
  padding: 0.6rem;
  background: #f3f4f5;
  border-radius: 12px;
}

.tb-benefit-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.68rem;
  padding: 0.9rem;
  border: 0;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.tb-benefit-item h2 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.2;
}

.tb-benefit-item p {
  margin: 0.24rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.tb-benefit-item:hover {
  transform: translateY(-1px);
  background: #f9fbfd;
}

.tb-benefit-item__icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  color: var(--tb-red);
  background: rgba(226, 29, 76, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tb-home-editorial,
.tb-home-trust,
.tb-home-areas,
.tb-home-b2b {
  padding: 1.25rem 0 1.5rem;
}

.tb-home-editorial__grid,
.tb-home-b2b__grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.tb-home-editorial__media,
.tb-home-b2b__media {
  min-height: clamp(230px, 32vw, 380px);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(24, 36, 49, 0.54), rgba(24, 36, 49, 0.26)), var(--tb-home-image) center/cover no-repeat;
}

.tb-home-editorial__content,
.tb-home-b2b__content {
  border: 0;
  border-radius: 12px;
  background: #fff;
  padding: clamp(1.1rem, 2.8vw, 2rem);
  box-shadow: 0 12px 32px rgba(17, 24, 31, 0.06);
}

.tb-home-b2b__content {
  display: grid;
  align-content: center;
  gap: 0.65rem;
}

.tb-home-editorial__content h2,
.tb-home-b2b__content h2 {
  margin: 0 0 0.5rem;
}

.tb-home-b2b__content h2 {
  margin-bottom: 0.35rem;
}

.tb-home-editorial__content > p,
.tb-home-b2b__content > p {
  margin: 0;
  color: #4c5a66;
}

.tb-home-b2b__content > .tb-section-heading__kicker {
  margin: 0;
}

.tb-home-b2b__content > p:not(.tb-section-heading__kicker) {
  margin-top: 0.15rem;
}

.tb-home-editorial__list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.tb-home-editorial__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
}

.tb-home-editorial__bullet {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(226, 29, 76, 0.12);
  color: var(--tb-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tb-home-editorial__actions,
.tb-home-b2b__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tb-home-editorial__actions .tb-button--support {
  background: var(--tb-link);
  border-color: var(--tb-link);
  color: #fff;
}

.tb-home-editorial__actions .tb-button--support:hover,
.tb-home-editorial__actions .tb-button--support:focus {
  background: #182f45;
  border-color: #182f45;
  color: #fff;
}

.tb-home-trust__inner {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(130deg, #f3f4f5, #f8f9fa);
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
  display: grid;
  gap: 1rem;
}

.tb-home-trust__intro h2 {
  margin: 0;
}

.tb-home-trust__highlights {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.tb-home-trust__highlights li {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #3f4f5b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tb-home-trust__highlights .tb-icon {
  color: var(--tb-red);
  --tb-icon-size: 0.95rem;
}

.tb-home-trust__metrics {
  display: grid;
  gap: 0.6rem;
}

.tb-home-trust__metrics p {
  margin: 0;
  padding: 0.8rem 0;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.tb-home-trust__metrics p:last-child {
  border-bottom: 0;
}

.tb-home-trust__metrics strong {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  color: #1a2530;
}

.tb-home-trust__metrics span {
  color: #4d5b67;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}

.tb-home-areas__heading h2 {
  margin: 0;
  max-width: 52ch;
}

.tb-home-areas__grid {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.75rem;
}

.tb-home-areas__item {
  border: 0;
  border-radius: 12px;
  padding: 1.05rem;
  min-height: 220px;
  display: grid;
  align-content: start;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(243, 244, 245, 0.92)), var(--tb-area-bg) center/cover no-repeat;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.tb-home-areas__icon {
  margin: 0 0 0.55rem;
  color: var(--tb-red);
  --tb-icon-size: 1.5rem;
}

.tb-home-areas__item h3 {
  margin: 0;
}

.tb-home-areas__item p {
  margin: 0.45rem 0 0.8rem;
  color: #4d5a66;
}

.tb-home-areas__item:hover {
  transform: translateY(-2px);
}

.tb-home-b2b__actions {
  margin-top: 0.2rem;
}

.tb-home-areas__item a {
  color: #182633;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.tb-home-areas__item a:hover,
.tb-home-areas__item a:focus {
  color: var(--tb-red);
}

/* =========================================================
   GUTENBERG BASE
   ========================================================= */
.tb-entry__content > :where(*),
.tb-institutional-page__content > :where(*) {
  width: 100%;
  max-width: var(--tb-prose-max);
  margin-left: auto;
  margin-right: auto;
}

.tb-entry__content > :where(.alignwide),
.tb-institutional-page__content > :where(.alignwide),
.tb-entry__content > :where(.wp-block-columns),
.tb-institutional-page__content > :where(.wp-block-columns),
.tb-entry__content > :where(.wp-block-group),
.tb-institutional-page__content > :where(.wp-block-group),
.tb-entry__content > :where(.wp-block-cover),
.tb-institutional-page__content > :where(.wp-block-cover),
.tb-entry__content > :where(.wp-block-buttons),
.tb-institutional-page__content > :where(.wp-block-buttons),
.tb-entry__content > :where(.wp-block-table),
.tb-institutional-page__content > :where(.wp-block-table),
.tb-entry__content > :where(.wp-block-shortcode),
.tb-institutional-page__content > :where(.wp-block-shortcode) {
  max-width: min(100%, calc(var(--tb-content-max) - (var(--tb-gutter) * 2)));
}

.tb-entry__content > :where(.alignfull),
.tb-institutional-page__content > :where(.alignfull) {
  max-width: 100%;
}

.wp-block-columns {
  gap: clamp(1rem, 2vw, 1.8rem);
}

.wp-block-quote {
  border-left: 3px solid var(--tb-red);
  padding-left: 1rem;
  color: #3e4b56;
}

.wp-block-details {
  padding: 0.85rem 1rem;
  border: 1px solid #dce5ed;
  border-radius: 0.85rem;
  background: #fff;
}

.tb-card,
.tb-surface-card,
.wp-block-group.has-background {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid #e2e8ef;
  border-radius: var(--tb-radius-md);
  background: #fff;
  box-shadow: var(--tb-shadow-sm);
}

/* =========================================================
   INSTITUTIONAL PAGES
   ========================================================= */
.tb-institutional-page {
  margin-top: clamp(0.6rem, 1.8vw, 1.2rem);
}

.tb-institutional-header {
  margin: 0 auto clamp(1.2rem, 2.8vw, 2.1rem);
  max-width: var(--tb-page-max);
  padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1rem, 2.2vw, 1.7rem);
  border-radius: 1rem;
  background: linear-gradient(130deg, #0f1a25 0%, #182636 58%, #213447 100%);
  color: #e1eaf3;
  box-shadow: 0 16px 30px rgba(10, 17, 23, 0.24);
}

.tb-institutional-header__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--tb-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-institutional-header h1 {
  margin: 0 0 0.5rem;
  color: #fff;
}

.tb-institutional-header__desc {
  margin: 0;
  max-width: 64ch;
  color: #dae7f3;
}

.tb-institutional-page__content {
  display: grid;
  gap: clamp(1.6rem, 3.2vw, 2.4rem);
}

.tb-institutional-page__content > :where(*) {
  max-width: var(--tb-page-max);
}

.tb-institutional-page__content :where(p, li) {
  max-width: none;
}

.tb-institutional-page__content > * {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.tb-institutional-page__content > .wp-block-spacer {
  height: clamp(1.2rem, 2.4vw, 2rem) !important;
}

.tb-institutional-page__content > .wp-block-columns {
  align-items: stretch;
}

.tb-institutional-page__content > .wp-block-columns .wp-block-column {
  padding: clamp(0.9rem, 1.7vw, 1.15rem);
  border: 1px solid #dde5ed;
  border-radius: 0.95rem;
  background: linear-gradient(160deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 8px 20px rgba(17, 24, 31, 0.05);
}

.tb-institutional-page__content > .wp-block-group {
  padding: clamp(1rem, 1.9vw, 1.3rem);
  border: 1px solid #dbe4ec;
  border-radius: 1rem;
  background: #f7fafd;
}

.tb-institutional-page__content .has-text-align-center {
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

.tb-institutional-page__content .wp-block-columns ul {
  margin: 0;
  padding-left: 1.1rem;
}

.tb-institutional-page__content .wp-block-columns li + li {
  margin-top: 0.35rem;
}

.tb-institutional-page__content .wp-block-quote {
  margin: 0;
  padding: 0.95rem 1.05rem;
  border-left: 3px solid var(--tb-red);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(226, 29, 76, 0.15);
  color: #24313d;
}

.tb-institutional-page__content .wp-block-shortcode,
.tb-institutional-page__content form,
.tb-institutional-page__content .wpcf7,
.tb-institutional-page__content .wp-block-query .wp-block-group {
  padding: 1rem;
  border: 1px solid #dce4ec;
  border-radius: 0.95rem;
  background: #fff;
}

.tb-institutional-page__content .wp-block-query {
  display: grid;
  gap: 0.85rem;
}

.tb-institutional-page__content .wp-block-post-title {
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.tb-institutional-page__content :where(input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']), textarea, select) {
  width: 100%;
  min-height: 2.55rem;
  padding: 0.62rem 0.78rem;
  border: 1px solid #c7d3de;
  border-radius: 0.65rem;
  background: #fff;
  color: #1f2a33;
  font: inherit;
}

.tb-institutional-page__content :where(textarea) {
  min-height: 6.75rem;
  resize: vertical;
}

.tb-institutional-page__content :where(input, textarea, select):focus {
  border-color: #8fa8bd;
  box-shadow: 0 0 0 3px rgba(59, 84, 109, 0.12);
  outline: none;
}

/* =========================================================
   INSTITUTIONAL CTA
   ========================================================= */

.tb-institutional-cta {
  margin-top: clamp(1.4rem, 2.8vw, 2.2rem);
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border: 1px solid #d6e0e9;
  border-radius: 1rem;
  background: linear-gradient(135deg, #122031 0%, #1b2c40 100%);
  color: #f0f6fc;
}

.tb-institutional-cta h2,
.tb-institutional-cta p {
  color: #fff;
}

.tb-institutional-cta h2 {
  margin: 0 0 0.45rem;
}

.tb-institutional-cta p {
  margin: 0 0 0.95rem;
  max-width: 62ch;
}

.tb-institutional-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
/* =========================================================
   WOOCOMMERCE BASE
   ========================================================= */
.tb-woocommerce-content {
  padding: 1rem 0 2.1rem;
}

.tb-page-header,
.woocommerce .woocommerce-products-header {
  margin-bottom: 0.9rem;
  padding: 1rem 1.15rem;
  border: 1px solid #dce4ec;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #ffffff 0%, #f6f9fc 100%);
}

.tb-page-header__eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5d6b76;
}

.tb-page-header--wc-shell {
  margin: clamp(1.2rem, 3vw, 2rem) auto clamp(1.2rem, 2.8vw, 2.1rem);
  max-width: var(--tb-page-max);
  padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1rem, 2.2vw, 1.7rem);
  border: 1px solid #d6e0e9;
  border-radius: 1rem;
  background: linear-gradient(130deg, #0f1a25 0%, #182636 58%, #213447 100%);
  color: #e1eaf3;
  box-shadow: 0 16px 30px rgba(10, 17, 23, 0.24);
}

.tb-page-header--wc-shell h1,
.tb-page-header--wc-shell .tb-page-header__desc,
.tb-page-header--wc-shell .tb-page-header__eyebrow {
  color: inherit;
}

.tb-page-header--wc-shell .tb-page-header__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--tb-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-page-header--wc-shell h1 {
  margin: 0 0 0.5rem;
}

.tb-page-header--wc-shell .tb-page-header__desc {
  margin: 0;
  max-width: 64ch;
  color: #dae7f3;
}

.woocommerce-account .tb-page-header--wc-shell h1,
.woocommerce-cart .tb-page-header--wc-shell h1 {
  text-transform: uppercase;
}

.tb-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #d6e0ea;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #fbfdff 0%, #f5f8fb 100%);
}

.woocommerce .woocommerce-ordering select,
.woocommerce select.orderby {
  min-height: 2.25rem;
  min-width: 210px;
  padding: 0 0.68rem;
  border: 1px solid #d2dce6;
  border-radius: 0.65rem;
  background: #fff;
}

.woocommerce ul.products {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.9rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.tb-product-card {
  float: none;
  width: auto;
  margin: 0;
}

.tb-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dee6ee;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(24, 34, 43, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tb-product-card__thumb {
  min-height: 170px;
  padding: 0.65rem;
  background: #f5f8fb;
  display: flex;
}

.tb-product-card__thumb img,
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7f9fb;
  border-radius: 0.65rem;
  padding: 0.4rem;
}

.tb-product-card__body {
  display: grid;
  gap: 0.42rem;
  align-content: start;
  padding: 0.7rem 0.75rem 0.8rem;
}

.tb-product-card__category {
  margin: 0;
  min-height: 1.05rem;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #758493;
}

.tb-product-card__internal-ref {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: #f2f6fa;
  color: #4d5c69;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-product-card__internal-ref strong {
  font-weight: 800;
  color: #192631;
  letter-spacing: 0.04em;
}

.tb-product-card__body h3 {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

.tb-product-card__body h3 a {
  color: #1d2b37;
}

.tb-product-card__price {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: #16222d;
}

.tb-product-card__price .amount {
  color: inherit;
}

.tb-product-card__foot {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}

.tb-product-card__cta {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid #d4dee8;
  border-radius: var(--tb-radius-pill);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #253644;
}

.tb-product-card__icon {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #d4dee8;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334556;
}

.tb-product-card:hover .tb-product-card__cta,
.tb-product-card:hover .tb-product-card__icon {
  border-color: #c4d1de;
  background: #f4f8fc;
}

.tb-product-card:hover {
  transform: translateY(-2px);
  border-color: #ced9e4;
  box-shadow: 0 12px 24px rgba(24, 34, 43, 0.08);
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 1.1rem;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  min-width: 2rem;
  min-height: 2rem;
  border: 1px solid #d4dee8;
  border-radius: var(--tb-radius-pill);
  color: #33424d;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
  background: var(--tb-red);
  border-color: var(--tb-red);
  color: #fff;
}

/* =========================================================
   WOOCOMMERCE ACCOUNT / CART / SHOP / SINGLE
   ========================================================= */
.tb-shop-layout {
  --tb-shop-sidebar-width: clamp(255px, 23vw, 300px);
  padding-top: 1.2rem;
  position: relative;
}

.tb-shop-layout__intro {
  margin-bottom: 1rem;
  padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2.2vw, 1.4rem);
  border: 1px solid #dbe4ed;
  border-radius: 1rem;
  background: linear-gradient(132deg, #0f1d2a 0%, #1a2b3c 65%, #223a4f 100%);
}

.tb-shop-layout__kicker {
  margin: 0 0 0.45rem;
  color: rgba(237, 245, 252, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tb-shop-layout__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
}

.tb-shop-layout__lead {
  margin: 0.45rem 0 0;
  max-width: 62ch;
  color: #e5edf4;
  font-size: 0.92rem;
}

.tb-shop-layout__grid {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.tb-shop-layout__sidebar {
  min-width: 0;
}

.tb-shop-layout__content {
  min-width: 0;
}

.tb-shop-panel {
  border: 1px solid #e2e8ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(24, 34, 43, 0.05);
}

.tb-shop-panel--filters {
  position: sticky;
  top: clamp(0.75rem, 1vw, 1rem);
  padding: 1rem;
}

.tb-shop-panel--products {
  padding: clamp(0.85rem, 1.4vw, 1rem);
}

.tb-shop-panel__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.tb-shop-panel__title {
  margin: 0;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2d3d4a;
}

.tb-shop-panel__close {
  display: none;
  align-items: center;
  gap: 0.3rem;
  min-height: 2rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid #d4deea;
  border-radius: var(--tb-radius-pill);
  background: #f4f8fc;
  color: #2f4352;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-shop-panel__close-icon {
  font-size: 1rem;
  line-height: 1;
}

.tb-catalog-toolbar-wrap {
  margin-bottom: 0.8rem;
}

.tb-catalog-toolbar__meta {
  display: grid;
  gap: 0.22rem;
}

.tb-catalog-toolbar__label-inline {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60707c;
}

.tb-catalog-toolbar__results {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #22313c;
}

.tb-catalog-toolbar__results .woocommerce-result-count {
  margin: 0;
  font-size: 0.88rem;
  color: #2c3d49;
}

.tb-catalog-toolbar__ordering {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.tb-catalog-toolbar .woocommerce-ordering {
  margin: 0;
}

.tb-catalog-toolbar__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60707c;
}

.tb-shop-layout__products-grid {
  min-width: 0;
}

.tb-catalog-filters {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.tb-catalog-filters__header {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.tb-catalog-filters__header h3 {
  margin: 0.1rem 0 0;
  font-size: 1rem;
  color: #1e2d39;
}

.tb-catalog-filters__eyebrow {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6d7b88;
}

.tb-catalog-filters__icon {
  width: 2rem;
  height: 2rem;
  border: 1px solid #d4deea;
  border-radius: 0.75rem;
  background: #f6f9fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #364858;
}

.tb-catalog-filters__active {
  margin: 0;
  padding: 0.45rem 0.6rem;
  border: 1px solid #dce6f0;
  border-radius: 0.7rem;
  background: #f7fafd;
  font-size: 0.74rem;
  color: #3f5260;
}

.tb-catalog-filters__groups {
  display: grid;
  gap: 0.72rem;
}

.tb-catalog-filters__group {
  display: grid;
  gap: 0.38rem;
}

.tb-catalog-filters label {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #485764;
}

.tb-catalog-filters select {
  width: 100%;
  min-height: 42px;
  padding: 0 2.1rem 0 0.75rem;
  border: 1px solid #d5dee7;
  border-radius: 10px;
  background: #fff;
  color: #24323d;
  appearance: none;
}

.tb-catalog-filters__control-wrap {
  position: relative;
}

.tb-catalog-filters__chevron {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  color: #627585;
  pointer-events: none;
}

.tb-catalog-filters__actions {
  display: grid;
  gap: 0.45rem;
}

.tb-catalog-filters__actions .tb-button {
  width: 100%;
}

.tb-catalog-filters__clear {
  min-height: 2.35rem;
  border: 1px solid #d3deea;
  border-radius: var(--tb-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2a3b49;
}

.tb-catalog-filters__clear:hover,
.tb-catalog-filters__clear:focus {
  background: #f4f8fc;
  color: #1e2b36;
}

.tb-shop-layout__filters-toggle {
  position: fixed;
  right: clamp(0.8rem, 3vw, 1.3rem);
  bottom: clamp(0.8rem, 2.2vw, 1.2rem);
  z-index: 40;
  display: none;
  align-items: center;
  gap: 0.38rem;
  min-height: 2.45rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(19, 33, 45, 0.3);
  border-radius: var(--tb-radius-pill);
  background: #122030;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 14px 25px rgba(10, 18, 27, 0.35);
}

.tb-shop-layout__filters-toggle:hover,
.tb-shop-layout__filters-toggle:focus {
  background: #1a2f42;
  color: #fff;
}

.tb-shop-layout__overlay {
  position: fixed;
  inset: 0;
  z-index: 34;
  background: rgba(12, 20, 30, 0.46);
}

body.tb-shop-filters-open {
  overflow: hidden;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  display: grid;
  gap: 1rem;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #order_review,
.single-product div.product:not(.tb-single-product),
.single-product .woocommerce-tabs {
  padding: 0.95rem;
  border: 1px solid var(--tb-border);
  border-radius: 12px;
  background: #fff;
}

.woocommerce-account .tb-entry__content,
.woocommerce-cart .tb-entry__content {
  max-width: min(1480px, 96vw);
  margin-inline: auto;
  padding: 0;
  display: grid;
  gap: clamp(1.6rem, 3.2vw, 2.4rem);
}

.woocommerce-account .tb-entry__content > .wp-block-group:first-child,
.woocommerce-cart .tb-entry__content > .wp-block-group:first-child {
  display: none;
}

.woocommerce-account .tb-entry__content > .wp-block-group:first-child + .wp-block-spacer,
.woocommerce-cart .tb-entry__content > .wp-block-group:first-child + .wp-block-spacer {
  display: none;
}

.woocommerce-account .tb-entry__content > :where(*),
.woocommerce-cart .tb-entry__content > :where(*) {
  max-width: min(100%, calc(var(--tb-page-max) - (var(--tb-gutter) * 2)));
}

.woocommerce-cart .tb-entry__content > :not(.woocommerce) {
  display: none;
}

.woocommerce-account .tb-entry__content > .woocommerce {
  max-width: none;
  width: 100%;
}

.woocommerce-account .woocommerce {
  padding: 0;
  border: 0;
  background: transparent;
  gap: clamp(0.9rem, 2vw, 1.4rem);
}

.woocommerce-cart .woocommerce {
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce-cart .tb-cart-layout {
  display: grid;
  gap: clamp(1.1rem, 2.2vw, 1.8rem);
}

.woocommerce-cart .tb-cart-layout__form,
.woocommerce-cart .tb-cart-layout__summary {
  margin: 0;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 0;
  border-radius: 0.4rem;
  background: #f3f4f5;
}

.woocommerce-cart .tb-cart-shell {
  display: grid;
  gap: clamp(0.8rem, 1.8vw, 1.25rem);
}

.woocommerce-cart .tb-cart-table-wrap {
  padding: clamp(0.7rem, 1.6vw, 1rem);
  border-radius: 0.32rem;
  background: #fff;
}

.woocommerce-cart .woocommerce-cart-form__contents {
  margin: 0;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents thead th {
  padding: 0.7rem 0.45rem;
  border: 0;
  color: #617180;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr {
  border-top: 1px solid rgba(197, 198, 205, 0.38);
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr:first-child {
  border-top: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents td {
  padding: clamp(0.95rem, 1.8vw, 1.2rem) 0.45rem;
  border: 0;
  vertical-align: middle;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-remove {
  width: 1%;
  white-space: nowrap;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: #f3f4f5;
  color: #596774 !important;
  font-size: 1rem;
  line-height: 1;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-remove .remove:hover,
.woocommerce-cart .woocommerce-cart-form__contents .product-remove .remove:focus {
  background: #e5e8eb;
  color: #17283a !important;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
  width: clamp(4rem, 7vw, 5.4rem);
  border-radius: 0.2rem;
  background: #f3f4f5;
  padding: 0.35rem;
}

.woocommerce-cart .tb-cart-item__meta {
  display: grid;
  gap: 0.3rem;
}

.woocommerce-cart .tb-cart-item__title {
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce-cart .tb-cart-item__title a {
  color: #1a2836;
}

.woocommerce-cart .tb-cart-item__attributes {
  color: #607180;
  font-size: 0.75rem;
}

.woocommerce-cart .tb-cart-item__attributes dl.variation {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.55rem;
}

.woocommerce-cart .tb-cart-item__attributes dl.variation dt,
.woocommerce-cart .tb-cart-item__attributes dl.variation dd {
  margin: 0;
}

.woocommerce-cart .tb-cart-item__attributes dl.variation dd p {
  margin: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
  font-weight: 700;
  color: #1d2a37;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
  font-size: 1.01rem;
}

.woocommerce-cart .woocommerce-cart-form__contents .quantity .qty {
  min-height: 2.3rem;
  min-width: 4.2rem;
  border: 0;
  border-radius: 999px;
  background: #f3f4f5;
  font-weight: 700;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions {
  padding-top: 1.05rem;
}

.woocommerce-cart .tb-cart-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.8rem;
}

.woocommerce-cart .tb-cart-coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.woocommerce-cart .tb-cart-coupon #coupon_code {
  min-width: min(100%, 17rem);
  min-height: 2.5rem;
  border: 0;
  border-radius: 0.3rem;
  background: #eef0f2;
  font-size: 0.81rem;
}

.woocommerce-cart .tb-cart-coupon button.button,
.woocommerce-cart .tb-cart-actions > button.button,
.woocommerce-cart .tb-cart-layout__summary .wc-proceed-to-checkout .button.checkout-button {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-inline: 1rem;
  border: 0;
  border-radius: 0.3rem;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.woocommerce-cart .tb-cart-coupon button.button {
  background: #dfe5eb;
  color: #1f2f3d;
}

.woocommerce-cart .tb-cart-actions > button.button {
  background: linear-gradient(135deg, #0f1f2f 0%, #273a50 100%);
  color: #fff;
}

.woocommerce-cart .tb-cart-button .tb-icon {
  color: currentColor;
}

.woocommerce-cart .tb-cart-summary__label {
  margin: 0 0 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #556473;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.woocommerce-cart .tb-cart-layout__summary .cart_totals {
  float: none;
  width: 100%;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.woocommerce-cart .tb-cart-layout__summary .cart_totals > h2 {
  margin: 0;
  font-size: 0.72rem;
  color: #556473;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-cart .tb-cart-layout__summary .shop_table {
  margin: 0;
  border: 0;
  border-radius: 0.35rem;
  background: #fff;
}

.woocommerce-cart .tb-cart-layout__summary .shop_table th,
.woocommerce-cart .tb-cart-layout__summary .shop_table td {
  padding: 0.88rem 1rem;
  border: 0;
}

.woocommerce-cart .tb-cart-layout__summary .shop_table tr + tr {
  border-top: 1px solid rgba(197, 198, 205, 0.3);
}

.woocommerce-cart .tb-cart-layout__summary .order-total th {
  color: #111f2c;
}

.woocommerce-cart .tb-cart-layout__summary .order-total td {
  font-size: clamp(1.28rem, 2.1vw, 1.55rem);
  font-weight: 800;
  color: #152a3f;
}

.woocommerce-cart .tb-cart-layout__summary .wc-proceed-to-checkout {
  margin: 0;
  padding-top: 0.2rem;
}

.woocommerce-cart .tb-cart-layout__summary .wc-proceed-to-checkout .button.checkout-button {
  width: 100%;
  min-height: 2.5rem;
  border: 0;
  border-radius: 0.3rem;
  background: linear-gradient(135deg, #111f2d 0%, #2e4259 100%);
  color: #fff;
  font-size: 0.69rem;
}

.woocommerce-cart .tb-cart-layout__summary .wc-proceed-to-checkout .button.checkout-button:hover,
.woocommerce-cart .tb-cart-layout__summary .wc-proceed-to-checkout .button.checkout-button:focus {
  filter: brightness(1.08);
}

.woocommerce-cart .tb-cart-layout__bottom {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  width: 100%;
  max-width: calc(var(--tb-page-max) - (var(--tb-gutter) * 2));
  margin-inline: auto;
}

.woocommerce-cart .tb-cart-layout__bottom .tb-featured-products {
  border-radius: 0.35rem;
}

.woocommerce-cart .tb-cart-layout__bottom .tb-featured-products .tb-container {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

.woocommerce-cart .tb-cart-business-card {
  padding: clamp(1rem, 2.2vw, 1.4rem);
  border: 1px solid rgba(16, 31, 46, 0.14);
  border-radius: 0.35rem;
  background: linear-gradient(140deg, #f9fbfd 0%, #edf2f7 100%);
}

.woocommerce-cart .tb-cart-business-card__icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  background: #122030;
  color: #fff;
}

.woocommerce-cart .tb-cart-business-card__eyebrow {
  margin: 0 0 0.3rem;
  color: #5f6f7d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.woocommerce-cart .tb-cart-business-card h2 {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: #122030;
}

.woocommerce-cart .tb-cart-business-card p {
  margin: 0.5rem 0 0;
  color: #4f6070;
}

.woocommerce-cart .tb-cart-business-card .tb-button {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.woocommerce-account .tb-account-shell {
  display: grid;
  gap: clamp(1rem, 2vw, 1.7rem);
  width: 100%;
}

.woocommerce-account .tb-account-shell__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--tb-space-md);
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--tb-border);
  border-radius: 14px;
  background: linear-gradient(155deg, #fff 8%, #f5f8fb 100%);
}

.woocommerce-account .tb-account-shell__header h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.woocommerce-account .tb-account-shell__eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5d6b76;
}

.woocommerce-account .tb-account-shell__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.45rem, 3.5vw, 2.95rem);
  height: clamp(2.45rem, 3.5vw, 2.95rem);
  border: 1px solid rgba(19, 33, 45, 0.14);
  border-radius: 999px;
  color: #21384d;
  background: #fff;
  flex: 0 0 auto;
}

.woocommerce-account .tb-account-shell__grid {
  display: grid;
  gap: clamp(0.9rem, 1.9vw, 1.35rem);
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation,
.woocommerce-account .tb-account-shell__content .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  margin: 0;
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  display: grid;
  gap: 0.25rem;
  padding: 0.35rem;
  border: 1px solid var(--tb-border);
  border-radius: 14px;
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.7rem;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2c3944;
  border: 1px solid transparent;
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a::after {
  content: '›';
  color: #98a3ad;
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a:focus {
  background: rgba(226, 29, 76, 0.07);
  color: var(--tb-red-dark);
  border-color: rgba(226, 29, 76, 0.16);
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li.is-active a::after,
.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a:hover::after {
  color: var(--tb-red-dark);
}

.woocommerce-account .tb-account-shell__nav .woocommerce-MyAccount-navigation ul li a:focus-visible {
  outline: 2px solid rgba(226, 29, 76, 0.34);
  outline-offset: 1px;
}

.woocommerce-account .tb-account-shell__content .woocommerce-MyAccount-content {
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid var(--tb-border);
  border-radius: 14px;
  background: #fff;
}

.woocommerce-account .tb-account-shell__content h2,
.woocommerce-account .tb-account-shell__content h3 {
  margin-top: 0;
}

.woocommerce-account .tb-account-overview {
  display: grid;
  gap: clamp(0.8rem, 1.6vw, 1.1rem);
  padding-bottom: clamp(0.9rem, 1.8vw, 1.2rem);
  border-bottom: 1px solid #e6edf3;
}

.woocommerce-account .tb-account-overview__identity > :last-child {
  margin-bottom: 0;
}

.woocommerce-account .tb-account-overview__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f6e7a;
}

.woocommerce-account .tb-account-overview__identity h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}

.woocommerce-account .tb-account-overview__identity p {
  margin: 0;
  color: #485761;
}

.woocommerce-account .tb-account-overview__meta {
  display: grid;
  gap: 0.6rem;
}

.woocommerce-account .tb-account-overview__meta p {
  display: grid;
  gap: 0.15rem;
  margin: 0;
}

.woocommerce-account .tb-account-overview__meta span {
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  font-weight: 800;
  text-transform: uppercase;
  color: #65727c;
}

.woocommerce-account .tb-account-overview__quick-actions {
  display: grid;
  gap: 0.65rem;
  margin: clamp(1rem, 2vw, 1.35rem) 0 clamp(1.3rem, 2.2vw, 1.6rem);
}

.woocommerce-account .tb-account-overview__quick-actions article {
  display: grid;
  gap: 0.32rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid #e0e8ef;
  border-radius: 12px;
  background: #f9fbfd;
}

.woocommerce-account .tb-account-overview__quick-actions article span {
  color: #1f3850;
}

.woocommerce-account .tb-account-overview__quick-actions article h3 {
  margin: 0;
  font-size: 1rem;
}

.woocommerce-account .tb-account-overview__quick-actions article p {
  margin: 0;
  font-size: 0.93rem;
  color: #4d5d68;
}

.woocommerce-account .tb-account-overview__quick-card {
  display: grid;
  gap: 0.32rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid #e0e8ef;
  border-radius: 12px;
  background: #f9fbfd;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.woocommerce-account .tb-account-overview__quick-card:hover,
.woocommerce-account .tb-account-overview__quick-card:focus {
  transform: translateY(-2px);
  border-color: #d2dce6;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(17, 24, 31, 0.06);
  color: inherit;
}

.woocommerce-account .tb-account-overview__quick-card h3 {
  margin: 0;
  font-size: 1rem;
}

.woocommerce-account .tb-account-overview__quick-card p {
  margin: 0;
  font-size: 0.93rem;
  color: #4d5d68;
}

.woocommerce-account .tb-account-overview__quick-card span {
  color: #1f3850;
}

.woocommerce-account .tb-account-shell__content :is(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
  margin-bottom: 1rem;
  border: 1px solid #d8e5f0;
  border-radius: 10px;
  background: #f6fafe;
  color: #1d3347;
}

.woocommerce-account .tb-account-shell__content :is(.woocommerce-info, .woocommerce-message, .woocommerce-error)::before {
  color: #294a67;
}

.woocommerce-account .tb-account-shell__content .woocommerce-orders-table,
.woocommerce-account .tb-account-shell__content .shop_table {
  border: 1px solid #e1e8ef;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.woocommerce-account .tb-account-shell__content .woocommerce-orders-table th,
.woocommerce-account .tb-account-shell__content .woocommerce-orders-table td,
.woocommerce-account .tb-account-shell__content .shop_table th,
.woocommerce-account .tb-account-shell__content .shop_table td {
  padding: 0.78rem 0.72rem;
  border-right: 0;
  border-left: 0;
  border-color: #e4ebf1;
}

.woocommerce-account .tb-account-shell__content .woocommerce-orders-table th,
.woocommerce-account .tb-account-shell__content .shop_table th {
  background: #f6f9fc;
  color: #2a3a47;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-account .tb-account-shell__content .woocommerce-address-fields .form-row,
.woocommerce-account .tb-account-shell__content form .form-row {
  margin-bottom: 0.85rem;
}

.woocommerce-account .tb-account-shell__content :is(input[type='text'], input[type='email'], input[type='tel'], input[type='password'], select, textarea) {
  min-height: 2.7rem;
  border: 1px solid #d5dfe7;
  border-radius: 10px;
  background: #fff;
}

.woocommerce-account .tb-account-shell__content .woocommerce-Address,
.woocommerce-account .tb-account-shell__content .woocommerce-Address-title {
  margin-bottom: 0.85rem;
}

.woocommerce-account .tb-account-shell__content .woocommerce-Address {
  padding: 0.9rem 0.95rem;
  border: 1px solid #e0e8ef;
  border-radius: 12px;
  background: #fbfdff;
}

.woocommerce-account .tb-account-shell__content .woocommerce-Address address {
  margin: 0;
  color: #3b4b57;
}

.woocommerce-account .tb-account-shell__content .woocommerce-orders-table__cell-order-actions .button {
  min-height: 2.2rem;
  padding-inline: 0.9rem;
}

.woocommerce-account .tb-account-shell__content .woocommerce-Address-title .edit {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-account .tb-account-shell__content .woocommerce-form-row label,
.woocommerce-account .tb-account-shell__content .form-row label {
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #3a4a56;
}

.woocommerce-account .tb-account-shell__content .woocommerce-MyAccount-content > p:not([class]) {
  color: #43535f;
}

.woocommerce-account .tb-account-shell__content .woocommerce-pagination {
  margin-top: 1rem;
}

.woocommerce-account .tb-account-shell__content .woocommerce-pagination .button {
  min-height: 2.25rem;
  padding-inline: 0.95rem;
}

.woocommerce-account .tb-account-shell__content .woocommerce-MyAccount-content > :is(table, .shop_table) {
  margin-bottom: 1rem;
}

.woocommerce-account .tb-account-shell__content .woocommerce-MyAccount-content .woocommerce-Button.button:disabled,
.woocommerce-account .tb-account-shell__content .woocommerce-MyAccount-content .woocommerce-Button.button.disabled {
  opacity: 0.48;
}

.woocommerce-account .tb-login-shell {
  width: min(100%, 540px);
  margin: clamp(0.5rem, 1.4vw, 1rem) auto 0;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  border: 1px solid var(--tb-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.woocommerce-account .tb-login-shell__header {
  margin-bottom: clamp(0.85rem, 1.8vw, 1.2rem);
}

.woocommerce-account .tb-login-shell__eyebrow {
  margin: 0 0 0.28rem;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #5f6d79;
}

.woocommerce-account .tb-login-shell__header h2 {
  margin: 0 0 0.34rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}

.woocommerce-account .tb-login-shell__header p {
  margin: 0;
  color: #4f5f6a;
}

.woocommerce-account .tb-login-shell .woocommerce-form-login {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.woocommerce-account .tb-login-shell__remember-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.woocommerce-account .tb-login-shell .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: #32424d;
}

.woocommerce-account .tb-login-shell .woocommerce-form__label-for-checkbox input {
  margin: 0;
}

.woocommerce-account .tb-login-shell__lost-password {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2f4355;
}

.woocommerce-account .tb-login-shell .woocommerce-form-login__submit {
  width: 100%;
  min-height: 2.7rem;
  justify-content: center;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0.85rem;
}

.woocommerce .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.single-product div.product:not(.tb-single-product) {
  display: grid;
  gap: 1rem;
}

.single-product div.product:not(.tb-single-product) .summary .price {
  color: var(--tb-red);
  font-size: 1.2rem;
  font-weight: 700;
}

.single-product div.product:not(.tb-single-product) form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.single-product div.product:not(.tb-single-product) form.cart .quantity .qty {
  min-height: 38px;
  padding: 0 0.7rem;
  border: 1px solid var(--tb-border);
  border-radius: var(--tb-radius-pill);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width: 560px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .tb-footer__inner {
    grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  }

  .tb-topbar__inner {
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .tb-home-hero__grid {
    grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.72fr);
  }

  .tb-benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-account .tb-account-shell__grid {
    grid-template-columns: minmax(230px, 0.29fr) minmax(0, 1fr);
    align-items: start;
  }

  .woocommerce-cart .tb-cart-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(18rem, 0.85fr);
    align-items: start;
    gap: clamp(1.2rem, 2vw, 1.9rem);
  }

  .woocommerce-cart .tb-cart-layout__summary {
    position: static;
    top: auto;
  }

  .woocommerce-account .tb-account-overview {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    align-items: end;
  }

  .woocommerce-account .tb-account-overview__quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product div.product:not(.tb-single-product) {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 1.4rem;
  }

  .tb-home-editorial__grid,
  .tb-home-b2b__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-home-trust__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
    column-gap: 1.5rem;
  }

  .tb-home-areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .tb-shop-layout__grid {
    grid-template-columns: minmax(0, var(--tb-shop-sidebar-width)) minmax(0, 1fr);
    align-items: start;
  }

  .tb-secondary-nav__toggle {
    display: none;
  }

  .tb-secondary-nav__list {
    display: flex;
  }

  .tb-home-areas__grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  }

  .tb-home-areas__item:first-child {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
  }
}

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

@media (max-width: 1099px) {
  .tb-secondary-nav {
    background: var(--tb-dark-blue);
    border-bottom: 0;
  }

  .tb-header__inner {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .tb-header__actions {
    justify-content: flex-start;
  }

  .tb-secondary-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.2rem 0;
  }

  .tb-secondary-nav__toggle {
    padding: 0.22rem;
    border: 0;
    background: transparent;
    color: #edf4fb;
    line-height: 1;
  }

  .tb-secondary-nav__list.is-open {
    width: 100%;
    padding: 0.28rem;
    border: 1px solid #dae3ec;
    border-radius: var(--tb-radius-sm);
    background: #f9fbfd;
  }

  .tb-topbar {
    font-size: 0.64rem;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .tb-account-shell__content .woocommerce-orders-table,
  .woocommerce-account .tb-account-shell__content .shop_table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 1023px) {
  .tb-shop-panel--filters {
    position: static;
  }

  .tb-catalog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .tb-catalog-toolbar__ordering {
    margin-left: 0;
    justify-content: space-between;
  }

  .tb-catalog-toolbar .woocommerce-ordering,
  .tb-catalog-toolbar .woocommerce-ordering select,
  .tb-catalog-toolbar .woocommerce-ordering .orderby {
    width: 100%;
  }

  .tb-shop-layout__filters-toggle {
    display: inline-flex;
  }

  .tb-shop-layout__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 36;
    width: min(92vw, 360px);
    height: 100vh;
    padding: 0.75rem;
    transform: translateX(-102%);
    transition: transform 0.25s ease;
  }

  .tb-shop-layout.is-filters-open .tb-shop-layout__sidebar {
    transform: translateX(0);
  }

  .tb-shop-layout.is-filters-open .tb-shop-layout__overlay {
    display: block;
  }

  .tb-shop-panel--filters {
    height: 100%;
    overflow: auto;
  }

  .tb-shop-panel__close {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .tb-container,
  .woocommerce-page .site-main,
  .woocommerce-page .content-area,
  .woocommerce .site-main {
    width: min(100%, 94vw);
  }

  .tb-topbar__inner {
    align-items: center;
    justify-content: center;
    padding: 0.24rem 0;
  }

  .tb-topbar__highlights {
    width: 100%;
    justify-content: space-between;
    gap: 0.3rem;
  }

  .tb-topbar__highlights span {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .tb-topbar__links {
    display: none;
  }

  .tb-header__inner {
    gap: 0.45rem;
    padding: 0.46rem 0;
  }

  .tb-header__menu-toggle {
    display: inline-flex;
  }

  .tb-header__search-toggle {
    display: inline-flex;
  }

  .tb-secondary-nav {
    border: 0;
    background: transparent;
    min-height: 0;
    position: relative;
    z-index: 38;
  }

  .tb-secondary-nav__inner {
    padding: 0;
    min-height: 0;
    position: relative;
  }

  .tb-secondary-nav__toggle {
    display: none;
  }

  .tb-secondary-nav__list {
    position: absolute;
    top: 0.35rem;
    right: 0;
    left: auto;
    z-index: 38;
    width: min(92vw, 21.5rem);
    max-height: min(58vh, 24rem);
    overflow: auto;
    padding: 0.5rem;
    border: 1px solid #d5dfeb;
    border-radius: 0.9rem;
    background: rgba(249, 251, 253, 0.97);
    box-shadow: 0 14px 28px rgba(16, 24, 32, 0.14);
    backdrop-filter: blur(3px);
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
  }

  .tb-secondary-nav__list a {
    width: 100%;
    justify-content: flex-start;
    padding: 0.44rem 0.62rem;
    border-radius: 0.62rem;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .tb-header__search-wrap {
    grid-template-columns: 1fr;
  }

  .tb-search-form[data-mobile-search-form] {
    display: none;
  }

  .tb-search-form[data-mobile-search-form].is-mobile-open {
    display: grid;
  }

  .tb-search-form__body {
    left: 0.78rem;
    right: 3.1rem;
    gap: 0.35rem;
  }

  .tb-search-form__prompt {
    font-size: 0.64rem;
  }

  .tb-search-form__hint {
    font-size: 0.76rem;
  }

  .tb-header__actions {
    justify-content: center;
    width: 100%;
    gap: 0.42rem;
  }

  .tb-header__contact span {
    display: none;
  }

  .tb-header__action-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .tb-home-hero__primary,
  .tb-home-hero__secondary {
    padding: 1.9rem 1.15rem;
    border-radius: 16px;
  }

  .woocommerce table.shop_table thead {
    display: none;
  }

  .woocommerce-cart .tb-cart-table-wrap {
    padding: 0;
    background: transparent;
  }

  .woocommerce-cart .woocommerce-cart-form__contents tr {
    margin-bottom: 0.7rem;
    border-radius: 0.32rem;
    background: #fff;
    padding: 0.4rem;
  }

  .woocommerce-cart .woocommerce-cart-form__contents td {
    padding: 0.45rem 0.65rem;
  }

  .woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
    width: 4.2rem;
  }

  .woocommerce-cart .tb-cart-actions {
    align-items: stretch;
  }

  .woocommerce-cart .tb-cart-coupon,
  .woocommerce-cart .tb-cart-actions > button.button,
  .woocommerce-cart .tb-cart-coupon #coupon_code,
  .woocommerce-cart .tb-cart-coupon button.button,
  .woocommerce-cart .tb-cart-layout__summary .wc-proceed-to-checkout .button.checkout-button {
    width: 100%;
  }

  .woocommerce-cart .tb-cart-layout__summary {
    padding: 0.9rem;
  }
}

/* =========================================================
   SECTION HEADING + FEATURED PRODUCTS SLIDER
   ========================================================= */
.tb-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.05rem;
}

.tb-section-heading h2 {
  margin: 0 0 0.25rem;
}

.tb-section-heading__kicker {
  margin: 0 0 0.35rem;
  color: #5f6e7a;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.tb-featured-products {
  position: relative;
  padding: 1.15rem 0 1.8rem;
}

.tb-featured-products::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.75), rgba(247, 250, 253, 0.95)), var(--tb-featured-products-bg) center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}

.tb-featured-products[style*='--tb-featured-products-bg']::before {
  opacity: 1;
}

.tb-featured-products .tb-container {
  position: relative;
  z-index: 1;
}

.tb-featured-products__heading-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.tb-slider-control {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: #f0f2f4;
  color: #1f2a33;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tb-slider-control:hover,
.tb-slider-control:focus-visible {
  background: #e7eaee;
}

.tb-featured-products__viewport {
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.tb-featured-products__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 0.8rem;
}

.tb-featured-products__item {
  min-width: 0;
  scroll-snap-align: start;
}

.tb-featured-products__item .tb-product-card__thumb {
  min-height: 150px;
}

.tb-brands {
  padding: 0.14rem 0 0.55rem;
}

.tb-brand-slider {
  display: block;
  padding: 0.26rem 0;
  border-radius: 6px;
  background: #f3f4f5;
}

.tb-brand-slider__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding-inline: clamp(0.45rem, 1.2vw, 0.95rem);
}

.tb-brand-slider__viewport::-webkit-scrollbar {
  display: none;
}

.tb-brand-slider__track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
}

.tb-brand-slider__dots {
  margin-top: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
}

.tb-brand-slider__dots[hidden] {
  display: none;
}

.tb-brand-slider__dot {
  width: 0.38rem;
  height: 0.38rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 42, 51, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.95;
  cursor: pointer;
}

.tb-brand-slider__dot:hover,
.tb-brand-slider__dot:focus-visible {
  background: rgba(31, 42, 51, 0.36);
}

.tb-brand-slider__dot.is-active {
  background: #1f2a33;
  transform: scale(1.18);
}

.tb-brand-item {
  width: 252px;
  min-width: 252px;
  height: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  transition: transform 0.2s ease;
  scroll-snap-align: start;
}

.tb-brand-item:hover,
.tb-brand-item:focus-visible {
  transform: translateY(-1px);
}

.tb-brand-item img {
  max-width: 94%;
  max-height: 88%;
  width: 94%;
  height: 88%;
  object-fit: contain;
}

.tb-brand-item__name {
  color: #25313b;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.01em;
  text-align: center;
}

.tb-featured-products--novidades {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
}

.tb-featured-products--novidades-page {
  margin-bottom: clamp(1rem, 2.2vw, 1.45rem);
}

/* =========================================================
   BRAND ARCHIVE · MARCAS
   ========================================================= */
.tb-marcas-page {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.7rem);
}

.tb-marcas-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.8fr);
  gap: clamp(0.9rem, 2vw, 1.5rem);
  padding: clamp(1rem, 2.2vw, 1.6rem);
  border-radius: 1rem;
  background: linear-gradient(140deg, #122031 0%, #1b2c40 62%, #23394c 100%);
  color: #e5eef6;
}

.tb-marcas-page__kicker {
  margin: 0 0 0.35rem;
  color: #ff7a8e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tb-marcas-page__title {
  margin: 0 0 0.65rem;
  color: #fff;
}

.tb-marcas-page__lead {
  color: #d7e5f1;
  max-width: 60ch;
}

.tb-marcas-page__lead p:last-child {
  margin-bottom: 0;
}

.tb-marcas-page__actions {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tb-marcas-page__actions .tb-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.tb-marcas-page__actions .tb-button--ghost:hover,
.tb-marcas-page__actions .tb-button--ghost:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.tb-marcas-page__meta {
  margin: 0;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.tb-marcas-page__meta-item {
  margin: 0;
  padding: 0.75rem 0.8rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.tb-marcas-page__meta-item dt {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.35rem;
  color: rgba(228, 239, 249, 0.88);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tb-marcas-page__meta-item dd {
  margin: 0;
  color: #fff;
  font-size: clamp(0.96rem, 1.9vw, 1.2rem);
  font-weight: 700;
}

.tb-marcas-page__directory {
  padding: clamp(0.9rem, 2vw, 1.35rem);
  border-radius: 1rem;
  background: #f3f5f7;
}

.tb-marcas-page__directory-head h2 {
  margin-top: 0;
}

.tb-marcas-page__directory-kicker {
  margin: 0 0 0.3rem;
  color: #5a6a76;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tb-marcas-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.tb-marcas-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-height: 162px;
  padding: 0.85rem;
  border-radius: 0.85rem;
  background: #fff;
  color: #1f2a33;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.tb-marcas-card:hover,
.tb-marcas-card:focus-visible {
  color: #1f2a33;
  background: #fff;
  transform: translateY(-2px);
}

.tb-marcas-card__logo {
  min-height: 72px;
  border-radius: 0.7rem;
  background: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
}

.tb-marcas-card__logo img {
  width: 100%;
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
}

.tb-marcas-card__fallback {
  font-size: 0.78rem;
  font-weight: 700;
  color: #25313b;
  text-align: center;
}

.tb-marcas-card__name {
  font-size: 0.9rem;
  font-weight: 800;
}

.tb-marcas-card__meta {
  color: #5d6c78;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tb-marcas-page__value {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.7rem;
}

.tb-marcas-page__value .tb-mini-card {
  border: 0;
  box-shadow: none;
  background: #f3f5f7;
}

.tb-marcas-page__value .tb-mini-card h3 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
}

.tb-marcas-page__value .tb-mini-card p {
  margin: 0;
  color: #4f5d68;
}

.tb-marcas-page__empty {
  margin: 0;
  color: #4f5d68;
  font-weight: 600;
}

/* =========================================================
   INSTITUTIONAL PATTERNS (GUTENBERG + EDITORIAL)
   ========================================================= */
.tb-section-shell {
  width: 100%;
  max-width: var(--tb-page-max);
  margin-left: auto;
  margin-right: auto;
}

.tb-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 1.8rem);
  align-items: stretch;
}

.tb-split-section--media-left,
.tb-split-section--media-right {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-media-card,
.tb-editorial-card,
.tb-mini-card {
  border: 1px solid #dbe4ec;
  border-radius: 0.95rem;
  background: #fff;
  box-shadow: var(--tb-shadow-sm);
}

.tb-media-card {
  overflow: hidden;
}

.tb-editorial-card,
.tb-mini-card {
  padding: clamp(0.95rem, 1.8vw, 1.25rem);
}

.tb-info-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8rem;
}

.tb-cta-banner {
  position: relative;
  overflow: hidden;
}

.tb-cta-banner--overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(12, 22, 33, 0.9), rgba(17, 29, 42, 0.76)),
    var(--tb-cta-bg-image) center/cover no-repeat;
}

.tb-cta-banner > * {
  position: relative;
  z-index: 1;
}

.tb-institutional-page__content {
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

.tb-institutional-page__content > .wp-block-columns,
.tb-institutional-page__content > .wp-block-group,
.tb-institutional-page__content > .wp-block-cover,
.tb-institutional-page__content > .wp-block-shortcode {
  max-width: var(--tb-page-max);
}

.tb-institutional-page__content > .wp-block-columns .wp-block-column {
  padding: clamp(0.8rem, 1.4vw, 1rem);
}

.tb-institutional-page__content > .wp-block-group {
  padding: clamp(0.95rem, 1.5vw, 1.2rem);
}

@media (max-width: 980px) {
  .tb-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .tb-split-section--media-left,
  .tb-split-section--media-right {
    grid-template-columns: 1fr;
  }

  .tb-featured-products__track {
    grid-auto-columns: minmax(210px, 74vw);
  }

  .tb-brand-slider__track {
    gap: 0;
  }

  .tb-brand-item {
    width: min(252px, calc(100vw - 1.8rem));
    min-width: min(252px, calc(100vw - 1.8rem));
    height: 60px;
    min-height: 60px;
  }

  .tb-brand-slider__dots {
    margin-top: 0.35rem;
  }

  .tb-marcas-page__hero {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 981px) {
  .tb-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tb-featured-products__track {
    grid-auto-columns: minmax(220px, 23%);
  }

  .tb-brand-slider__track {
    gap: 0;
  }

  .tb-marcas-page__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tb-marcas-page__value {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================================================
   SINGLE PRODUCT · PROTOTYPE-ALIGNED
   ========================================================= */
.single-product .tb-woocommerce-content {
  max-width: min(1320px, 94vw);
  padding-top: clamp(0.35rem, 1.25vw, 0.95rem);
  overflow-x: clip;
}

.single-product .tb-single-product {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: clip;
}

.single-product div.product.tb-single-product {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.single-product .tb-sp-context {
  margin-bottom: clamp(0.45rem, 1.25vw, 0.8rem);
}

.single-product .tb-sp-context .woocommerce-breadcrumb {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tb-text-muted);
  font-weight: 800;
}

.single-product .tb-sp-context .woocommerce-breadcrumb a {
  color: #5c6872;
}

.single-product .tb-sp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.9rem, 1.4vw, 1.1rem);
  align-items: start;
  max-width: 100%;
  overflow-x: clip;
}

.single-product .tb-sp-hero__gallery {
  width: 100%;
  margin-top: clamp(0.2rem, 0.55vw, 0.45rem);
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery {
  position: relative;
  isolation: isolate;
  background: #e8eef4;
  padding: clamp(0.32rem, 0.66vw, 0.5rem);
  border-radius: 0.3rem;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__trigger,
.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .zoomImg {
  z-index: 3;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__image {
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
  min-height: clamp(240px, 20vw, 320px);
  background: #f3f6fa;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__image a,
.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__image img {
  object-fit: contain;
  object-position: center;
  padding: clamp(0.5rem, 1.2vw, 0.95rem);
  transition: transform 0.45s ease;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery__image:hover img {
  transform: scale(1.03);
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper {
  cursor: zoom-in;
}

.single-product .tb-sp-hero__gallery .flex-control-thumbs {
  --tb-thumb-gap: 0.4rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: var(--tb-thumb-gap);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  width: 100%;
  padding: 0;
  list-style: none;
}

.single-product .tb-sp-hero__gallery .flex-control-thumbs li {
  float: none !important;
  width: clamp(68px, 18%, 92px) !important;
  flex: 0 0 clamp(68px, 18%, 92px);
  margin: 0;
  max-width: clamp(68px, 18%, 92px);
  list-style: none;
  min-width: 0;
  scroll-snap-align: start;
}

.single-product .tb-sp-hero__gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.single-product .tb-sp-hero__gallery .flex-control-thumbs li img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  background: #edf0f3;
  border: 1px solid rgba(77, 92, 106, 0.16);
  opacity: 0.74;
  transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.single-product .tb-sp-hero__gallery .flex-control-thumbs li img.flex-active,
.single-product .tb-sp-hero__gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: rgba(31, 42, 51, 0.38);
  transform: translateY(-1px);
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  inset-inline: 0;
  top: clamp(180px, 22vw, 320px);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav li {
  list-style: none;
  margin: 0;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav a {
  pointer-events: auto;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 37, 48, 0.82);
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-disabled {
  opacity: 0;
  pointer-events: none;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-prev {
  left: 0.65rem;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-next {
  right: 0.65rem;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-prev::before,
.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
  transform: rotate(-135deg);
  margin-left: 0.16rem;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  transform: rotate(45deg);
  margin-right: 0.16rem;
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav a:hover,
.single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav a:focus-visible {
  background: #1b2530;
  transform: translateY(-1px);
}

.single-product .tb-sp-hero__gallery .woocommerce-product-gallery.tb-sp-gallery--single-image .flex-direction-nav,
.single-product .tb-sp-hero__gallery .woocommerce-product-gallery.tb-sp-gallery--single-image .woocommerce-product-gallery__trigger,
.single-product .tb-sp-hero__gallery .woocommerce-product-gallery.tb-sp-gallery--single-image .flex-control-thumbs {
  display: none;
}

.single-product .tb-sp-hero__summary {
  display: grid;
  gap: clamp(0.3rem, 0.7vw, 0.52rem);
  align-content: start;
  max-width: 100%;
  min-width: 0;
}

.single-product .tb-sp-hero__summary .summary {
  float: none;
  width: 100%;
  margin: 0;
  border-left: 0;
  padding-left: 0;
  display: grid;
  gap: 0.42rem;
}

.single-product .tb-sp-hero__summary .product_title {
  margin-top: 0;
  margin-bottom: 0.2rem;
  font-size: clamp(1.58rem, 2.2vw, 2.12rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 50ch;
  text-wrap: pretty;
}

.single-product .tb-sp-hero__summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.05rem;
  color: #f1414d;
  font-weight: 900;
  font-size: clamp(2.12rem, 2.9vw, 2.95rem);
}

.single-product .tb-sp-hero__summary .price .amount,
.single-product .tb-sp-hero__summary .price ins .amount {
  color: #f1414d;
}

.single-product .tb-sp-hero__summary .price del {
  color: #75828d;
  font-size: 1.05rem;
  font-weight: 600;
}

.single-product .tb-sp-hero__summary .stock,
.single-product .tb-sp-hero__summary .woocommerce-product-details__short-description {
  color: #4d5b67;
}

.single-product .tb-sp-hero__summary .stock {
  --tb-sp-stock-green: #1f8e45;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--tb-sp-stock-green);
}

.single-product .tb-sp-hero__summary .stock.in-stock,
.single-product .tb-sp-hero__summary .stock.available-on-backorder {
  color: var(--tb-sp-stock-green);
}

.single-product .tb-sp-hero__summary .stock::before {
  content: "";
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--tb-sp-stock-green);
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.55 16.6 5.4 12.45l1.4-1.4 2.75 2.75 7.65-7.65 1.4 1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.78rem;
}

.single-product .tb-sp-hero__summary .stock::after {
  content: "ENTREGA EM 24H/48H";
  width: 100%;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: #4e5c68;
  display: block;
  padding-left: 1.55rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234e5c68' d='M3 6h10v7h2.5l2.2-2.8H21v5h-1.2a2.8 2.8 0 0 1-5.4 0H9.6a2.8 2.8 0 0 1-5.4 0H3V6zm2 2v5h1.2a2.8 2.8 0 0 1 5.4 0H11V8H5zm11.8 3-.95 1.2H19V11h-2.2zM7.6 17a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4zm9.6 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.05rem;
}

.single-product .tb-sp-hero__summary form.cart {
  display: flex;
  flex-direction: column;
  margin-top: 0.15rem;
  margin-bottom: 0;
  gap: 0.45rem;
  width: 100%;
  min-width: 0;
  padding: 0.45rem;
  border: 1px solid rgba(87, 99, 112, 0.18);
  border-radius: 0.55rem;
  background: #f3f7fb;
}

.single-product .tb-sp-hero__summary form.cart > .quantity,
.single-product .tb-sp-hero__summary form.cart > .single_add_to_cart_button {
  flex: 0 0 auto;
}

.single-product .tb-sp-hero__summary form.cart:not(.variations_form) {
  flex-flow: row wrap;
  align-items: stretch;
}

.single-product .tb-sp-hero__summary form.cart:not(.variations_form) > .quantity {
  flex: 0 0 124px;
}

.single-product .tb-sp-hero__summary form.cart:not(.variations_form) > .single_add_to_cart_button {
  flex: 1 1 360px;
}

.single-product .tb-sp-hero__summary form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-grid;
  grid-template-columns: 2.1rem minmax(3.2rem, auto) 2.1rem;
  align-items: center;
  border: 1px solid rgba(87, 99, 112, 0.2);
  border-radius: 0.45rem;
  background: #fff;
  min-height: 47px;
  align-self: stretch;
}

.single-product .tb-sp-hero__summary form.cart .quantity .tb-qty-button {
  border: 0;
  background: transparent;
  color: #25303a;
  font-family: var(--tb-font-family-base);
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 800;
  min-height: 100%;
  cursor: pointer;
}

.single-product .tb-sp-hero__summary form.cart .quantity .tb-qty-button:hover,
.single-product .tb-sp-hero__summary form.cart .quantity .tb-qty-button:focus-visible {
  background: rgba(233, 238, 243, 0.9);
}

.single-product .tb-sp-hero__summary form.cart .quantity .qty {
  min-height: 48px;
  min-width: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-inline: 1px solid rgba(87, 99, 112, 0.16);
  background: #fff;
  text-align: center;
  font-weight: 700;
  appearance: textfield;
}

.single-product .tb-sp-hero__summary form.cart .quantity .qty::-webkit-outer-spin-button,
.single-product .tb-sp-hero__summary form.cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .tb-sp-hero__summary form.cart .single_add_to_cart_button {
  min-height: 47px;
  border-radius: var(--tb-radius-md);
  padding-inline: clamp(1rem, 2vw, 1.55rem);
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 800;
  font-family: var(--tb-font-family-base);
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background: var(--tb-red);
  border-color: var(--tb-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  box-shadow: none;
  gap: 0.4rem;
}

.single-product .tb-sp-hero__summary form.cart .single_add_to_cart_button .tb-cart-label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.single-product .tb-sp-hero__summary form.cart .single_add_to_cart_button::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 .8L7 6h13a1 1 0 0 1 1 .8 1 1 0 0 1-.1.7l-2.2 6a1 1 0 0 1-1 .7H9a1 1 0 0 1-1-.8L6 5H4a1 1 0 0 1-1-1Zm6.7 8h7.3l1.5-4H8.8l.9 4ZM9 19a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 .8L7 6h13a1 1 0 0 1 1 .8 1 1 0 0 1-.1.7l-2.2 6a1 1 0 0 1-1 .7H9a1 1 0 0 1-1-.8L6 5H4a1 1 0 0 1-1-1Zm6.7 8h7.3l1.5-4H8.8l.9 4ZM9 19a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-product .tb-sp-hero__summary form.cart .single_add_to_cart_button:hover,
.single-product .tb-sp-hero__summary form.cart .single_add_to_cart_button:focus {
  background: var(--tb-red-dark);
  border-color: var(--tb-red-dark);
}

.single-product .tb-sp-highlights {
  display: grid;
  gap: 0.38rem;
  margin-top: -0.08rem;
}

.single-product .tb-sp-highlights__item {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  padding: 0.66rem 0.9rem;
  background: rgba(237, 241, 245, 0.82);
  border-radius: 0.2rem;
}

.single-product .tb-sp-highlights__icon {
  width: 1.1rem;
  height: 1.1rem;
  color: #33414d;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.single-product .tb-sp-highlights__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.single-product .tb-sp-highlights__label {
  display: block;
  margin-bottom: 0.13rem;
  color: #63707a;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-product .tb-sp-highlights__value {
  color: #1a232c;
  font-size: 0.83rem;
  font-weight: 700;
}

.single-product .tb-sp-quick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5px;
  background: rgba(94, 107, 119, 0.1);
  border-radius: 0.2rem;
  overflow: hidden;
}

.single-product .tb-sp-quick-specs__item {
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem 1rem 0.95rem;
  display: grid;
  gap: 0.25rem;
}

.single-product .tb-sp-quick-specs__label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #63707a;
}

.single-product .tb-sp-quick-specs__value {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a232c;
}

.single-product .tb-sp-lower {
  margin-top: clamp(2.4rem, 7.8vw, 6.2rem);
  padding-top: clamp(1rem, 2vw, 1.7rem);
}

.single-product .tb-sp-tabs {
  display: grid;
  gap: clamp(2.4rem, 4vw, 3.8rem);
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product .tb-sp-tabs__section {
  margin: 0;
  padding: clamp(1.7rem, 2.8vw, 2.6rem);
  border: 0;
  background: rgba(243, 246, 249, 0.7);
}

.single-product .tb-sp-tabs__header {
  margin-bottom: 1.1rem;
  display: grid;
  gap: 0.65rem;
}

.single-product .tb-sp-tabs__eyebrow {
  display: inline-flex;
  width: fit-content;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #66737f;
}

.single-product .tb-sp-tabs__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: clamp(1.45rem, 3.1vw, 2.35rem);
}

.single-product .tb-sp-tabs__intro {
  margin: 0;
  max-width: 72ch;
  color: #4a5a66;
}

.single-product .tb-sp-tabs__content p,
.single-product .tb-sp-tabs__content li {
  color: #2a3640;
}

.single-product .tb-sp-tabs__content > *:last-child {
  margin-bottom: 0;
}

.single-product .tb-sp-tabs__content table.shop_attributes {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  width: min(960px, 100%);
  background: transparent;
}

.single-product .tb-sp-tabs__content table.shop_attributes th,
.single-product .tb-sp-tabs__content table.shop_attributes td {
  border: 0;
  padding: 0.95rem 1rem;
}

.single-product .tb-sp-tabs__content table.shop_attributes tr:nth-child(even) th,
.single-product .tb-sp-tabs__content table.shop_attributes tr:nth-child(even) td {
  background: rgba(226, 231, 236, 0.52);
}

.single-product .tb-sp-tabs__content table.shop_attributes th {
  width: 38%;
  color: #57646f;
  font-weight: 600;
}

.single-product .tb-sp-tabs__content table.shop_attributes td {
  color: #1d262f;
  font-weight: 700;
}

.single-product .tb-sp-commercial {
  margin-top: clamp(2.8rem, 6.5vw, 5rem);
  padding: clamp(1.65rem, 3vw, 2.35rem);
  background: linear-gradient(165deg, rgba(236, 240, 245, 0.92) 0%, rgba(248, 250, 252, 0.92) 100%);
  display: grid;
  gap: 1.6rem;
  border-radius: 0.25rem;
}

.single-product .tb-sp-commercial__kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 800;
  color: #53616d;
}

.single-product .tb-sp-commercial h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
}

.single-product .tb-sp-commercial p {
  margin: 0;
  color: #445461;
  max-width: 68ch;
}

.single-product .tb-sp-commercial__points {
  display: grid;
  gap: 1rem;
}

.single-product .tb-sp-commercial__point {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.95rem 1rem;
}

.single-product .tb-sp-commercial__point strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.single-product .tb-sp-commercial__point p {
  font-size: 0.9rem;
}

.single-product .tb-sp-commercial__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.8rem;
  padding: 0.65rem 1.25rem;
  border-radius: 0.2rem;
  background: #1b2530;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-product .tb-sp-commercial__cta:hover,
.single-product .tb-sp-commercial__cta:focus {
  color: #fff;
  background: #111920;
  transform: translateY(-1px);
}

.single-product .related.products {
  margin-top: clamp(1.1rem, 2.4vw, 1.8rem);
}


.single-product .tb-sp-hero__summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,
.single-product .tb-sp-hero__summary form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: stretch;
}

.single-product .tb-sp-hero__summary form.cart .single_variation_wrap {
  width: 100%;
}

.single-product .tb-sp-hero__summary form.cart .woocommerce-variation-add-to-cart .quantity {
  flex: 0 0 124px;
}

.single-product .tb-sp-hero__summary form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1 1 360px;
}

.single-product .tb-sp-hero__summary .variations_form .variations {
  margin-bottom: 0.55rem;
}

.single-product .tb-sp-hero__summary .variations_form .woocommerce-variation {
  margin-bottom: 0.5rem;
}

@media (min-width: 960px) {
  .single-product .tb-woocommerce-content {
    max-width: min(1320px, 94vw);
  }

   .single-product .tb-sp-hero {
     grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
     gap: clamp(0.95rem, 1.6vw, 1.3rem);
   }


  .single-product .tb-sp-hero__summary {
    position: relative;
    top: auto;
    padding-left: clamp(0.24rem, 0.45vw, 0.42rem);
  }

   .single-product .tb-sp-hero__gallery {
     max-width: 470px;
     justify-self: start;
   }

  .single-product .tb-sp-commercial {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
    align-items: start;
  }
}

@media (max-width: 959px) {
  .single-product .tb-sp-hero__gallery .flex-control-thumbs {
    --tb-thumb-gap: 0.35rem;
  }

  .single-product .tb-sp-hero__gallery .flex-control-thumbs li {
    width: clamp(62px, 23%, 86px) !important;
    flex-basis: clamp(62px, 23%, 86px);
    max-width: clamp(62px, 23%, 86px);
  }

  .single-product .tb-sp-hero__summary form.cart {
    flex-direction: column;
  }

  .single-product .tb-sp-hero__summary form.cart .single_add_to_cart_button {
    min-width: 0;
  }

  .single-product .tb-sp-hero__summary form.cart .quantity {
    width: 100%;
    max-width: 230px;
  }
}

@media (max-width: 560px) {
  .single-product .tb-sp-hero__gallery .woocommerce-product-gallery {
    padding: 0.45rem;
  }

  .single-product .tb-sp-hero__gallery .woocommerce-product-gallery__image {
    min-height: clamp(280px, 78vw, 420px);
  }

  .single-product .tb-sp-hero__gallery .flex-control-thumbs {
    --tb-thumb-gap: 0.3rem;
  }

  .single-product .tb-sp-hero__gallery .woocommerce-product-gallery .flex-direction-nav a {
    width: 2rem;
    height: 2rem;
  }

  .single-product .tb-sp-hero__summary form.cart {
    flex-direction: column;
  }

  .single-product .tb-sp-quick-specs {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tb-featured-products--promotions {
  margin: 0.9rem 0 1.25rem;
}

.tb-featured-products--promotions .tb-product-card__price del {
  color: #7a8792;
  opacity: 0.9;
}

.tb-featured-products--promotions .tb-product-card__price ins {
  text-decoration: none;
  color: #b3132c;
}

.tb-shop-layout__intro--promotions {
  background: linear-gradient(132deg, #1f1621 0%, #2f1f36 55%, #4a2230 100%);
}

/* =========================================================
   CONTACTOS PAGE (institutional template preserved)
   ========================================================= */

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-shell {
  margin-bottom: clamp(1.2rem, 2.4vw, 1.9rem);
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(0.95rem, 2vw, 1.4rem);
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: clamp(1.05rem, 2vw, 1.4rem);
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-card :where(h2, p) {
  margin: 0;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-list {
  margin: 0.2rem 0 0;
  gap: 0.75rem;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-list li {
  margin: 0;
  padding: 0.75rem 0.8rem;
  border-radius: 0.85rem;
  background: #f4f7fb;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-list p {
  margin: 0.2rem 0 0;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-visual-card {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-visual-card__media {
  background: linear-gradient(145deg, #1a3349 0%, #102234 100%);
  background-size: cover;
  background-position: center;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-visual-card__body {
  padding: clamp(1rem, 2vw, 1.2rem);
  display: grid;
  gap: 0.55rem;
  border-top: 1px solid #dbe4ec;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-visual-card__body :where(h3, p) {
  margin: 0;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-shell--highlights {
  padding: clamp(1rem, 2vw, 1.3rem);
  border-radius: 1rem;
  background: linear-gradient(145deg, #eef3f8 0%, #f7f9fc 100%);
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-proof-grid {
  gap: clamp(0.85rem, 1.8vw, 1.2rem);
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-proof-card {
  height: 100%;
  padding: clamp(1rem, 1.9vw, 1.25rem);
  border-color: #dbe4ec;
  box-shadow: 0 10px 22px rgba(15, 28, 41, 0.06);
  background: linear-gradient(160deg, #ffffff 0%, #f2f6fb 100%);
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-proof-card h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1rem;
}

.tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-proof-card p {
  margin: 0;
  color: #4e5f6d;
}

@media (max-width: 980px) {
  .tb-institutional-page:not(.tb-institutional-page--empresas) .tb-institutional-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tb-institutional-page--contactos .tb-institutional-page__content {
  gap: clamp(1.8rem, 3vw, 2.8rem);
}

.tb-institutional-page--contactos .tb-contact-highlights {
  display: grid;
  gap: clamp(1rem, 1.9vw, 1.55rem);
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: 1rem;
  background: linear-gradient(140deg, #eef2f5 0%, #f8fafc 55%, #eef3f8 100%);
}

.tb-institutional-page--contactos .tb-contact-highlights__left,
.tb-institutional-page--contactos .tb-contact-highlights__right {
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
}

.tb-institutional-page--contactos .tb-contact-highlights__heading {
  margin-bottom: 1rem;
}

.tb-institutional-page--contactos .tb-contact-highlights__heading h2 {
  margin: 0.35rem 0 0;
}

.tb-institutional-page--contactos .tb-contact-highlights__heading p {
  margin: 0.75rem 0 0;
  max-width: 56ch;
  color: #435260;
}

.tb-institutional-page--contactos .tb-contact-highlights__meta {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tb-institutional-page--contactos .tb-contact-highlights__meta span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(231, 237, 243, 0.92);
  color: #364451;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.tb-institutional-page--contactos .tb-contact-highlights__proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-institutional-page--contactos .tb-contact-form {
  display: grid;
  gap: 0.95rem;
}

.tb-institutional-page--contactos .tb-contact-form__card {
  border: 1px solid rgba(120, 136, 152, 0.2);
  border-radius: 0.9rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 252, 0.98) 100%);
  padding: clamp(0.95rem, 1.5vw, 1.2rem);
}

.tb-institutional-page--contactos .tb-contact-form__card-header {
  margin-bottom: 0.8rem;
}

.tb-institutional-page--contactos .tb-contact-form__card-header h3 {
  margin: 0;
  font-size: clamp(1.06rem, 1.65vw, 1.24rem);
}

.tb-institutional-page--contactos .tb-contact-form__card-header p {
  margin: 0.38rem 0 0;
  color: #4b5a67;
  font-size: 0.86rem;
}

.tb-institutional-page--contactos .tb-contact-form__row {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 1fr);
}

.tb-institutional-page--contactos .tb-contact-form label {
  display: grid;
  gap: 0.42rem;
  color: #31404d;
  font-size: 0.88rem;
  font-weight: 600;
}

.tb-institutional-page--contactos .tb-contact-form :where(input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']), textarea) {
  min-height: 2.8rem;
  border: 1px solid rgba(119, 136, 153, 0.24);
  border-radius: 0.72rem;
  background: #f8fafc;
  padding: 0.62rem 0.75rem;
}

.tb-institutional-page--contactos .tb-contact-form textarea {
  min-height: 7.5rem;
}

.tb-institutional-page--contactos .tb-contact-form :where(input, textarea):focus {
  border-color: rgba(226, 29, 76, 0.38);
  box-shadow: 0 0 0 3px rgba(226, 29, 76, 0.1);
}

.tb-institutional-page--contactos .tb-contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #31404d;
  font-weight: 600;
}

.tb-institutional-page--contactos .tb-contact-form__checkbox input {
  width: 1rem;
  height: 1rem;
}

.tb-institutional-page--contactos .tb-contact-form__captcha-slot {
  min-height: 3.2rem;
  border: 1px dashed rgba(119, 136, 153, 0.42);
  border-radius: 0.72rem;
  background: rgba(248, 250, 252, 0.75);
  display: flex;
  align-items: center;
  padding: 0.6rem 0.75rem;
  color: #5b6975;
  font-size: 0.76rem;
}

.tb-institutional-page--contactos .tb-contact-form__actions {
  display: flex;
  justify-content: flex-start;
}

.tb-institutional-page--contactos .tb-contact-form__actions .tb-button {
  min-height: 2.8rem;
  min-width: 180px;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns .wp-block-column,
.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group {
  border: 0;
  box-shadow: none;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type {
  gap: clamp(1rem, 2.4vw, 2rem);
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: 1rem;
  background: linear-gradient(140deg, #eef2f5 0%, #f8fafc 55%, #eef3f8 100%);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type > .wp-block-column:first-child {
  background: linear-gradient(160deg, #f8fbfe 0%, #edf2f7 100%);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type > .wp-block-column:first-child h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type ul {
  padding: 0.85rem 1rem 0.85rem 2rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type > .wp-block-column:last-child {
  background: #fff;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type > .wp-block-column:last-child :where(.wp-block-shortcode, .wpcf7) {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-form {
  display: grid;
  gap: 0.95rem;
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-form p {
  margin: 0;
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-form label {
  display: grid;
  gap: 0.42rem;
  color: #31404d;
  font-size: 0.88rem;
  font-weight: 600;
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-form :where(input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']), textarea, select) {
  min-height: 2.8rem;
  border: 1px solid rgba(119, 136, 153, 0.24);
  border-radius: 0.72rem;
  background: #f8fafc;
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-form textarea {
  min-height: 8rem;
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-form :where(input, textarea, select):focus {
  border-color: rgba(226, 29, 76, 0.38);
  box-shadow: 0 0 0 3px rgba(226, 29, 76, 0.1);
}

.tb-institutional-page--contactos .tb-institutional-page__content .wpcf7-submit,
.tb-institutional-page--contactos .tb-institutional-page__content input[type='submit'] {
  width: auto;
  min-height: 2.8rem;
  padding: 0.78rem 1.35rem;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:nth-of-type(2) {
  gap: clamp(0.75rem, 1.8vw, 1.2rem);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:nth-of-type(2) > .wp-block-column {
  background: #f4f7fa;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:nth-of-type(2) h3 {
  font-size: 1.04rem;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:first-of-type {
  background: linear-gradient(160deg, #f6f9fc 0%, #edf3f8 100%);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:first-of-type .wp-block-columns {
  gap: clamp(0.7rem, 1.6vw, 1rem);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:first-of-type .wp-block-column {
  padding: 0.95rem 1rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:nth-of-type(2) {
  background: #f2f5f8;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:nth-of-type(2) :where(.wp-block-html, iframe, .wp-block-embed, .wp-block-image) {
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.3rem);
  border-radius: 0.85rem;
  background: #fff;
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:last-of-type {
  text-align: center;
  background: linear-gradient(135deg, #f5f8fb 0%, #edf2f8 100%);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group:last-of-type .wp-block-buttons {
  justify-content: center;
}

@media (max-width: 980px) {
  .tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns:first-of-type {
    padding: 0.8rem;
  }
}

@media (min-width: 980px) {
  .tb-institutional-page--contactos .tb-contact-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .tb-institutional-page--contactos .tb-contact-form__row--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tb-institutional-page--contactos .tb-contact-highlights__proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================================================
   INSTITUTIONAL INTERNAL CARD NORMALIZATION (SERVIÇOS BASELINE)
   ========================================================= */
.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-columns .wp-block-column,
.tb-institutional-page--faqs .tb-institutional-page__content > .wp-block-columns .wp-block-column,
.tb-institutional-page--sobre-nos .tb-institutional-page__content > .wp-block-columns .wp-block-column,
.tb-institutional-page--novidades .tb-institutional-page__content > .wp-block-columns .wp-block-column {
  padding: clamp(0.9rem, 1.7vw, 1.15rem);
  border-radius: 0.95rem;
  background: linear-gradient(160deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 8px 20px rgba(17, 24, 31, 0.05);
}

.tb-institutional-page--contactos .tb-institutional-page__content > .wp-block-group,
.tb-institutional-page--faqs .tb-institutional-page__content > .wp-block-group,
.tb-institutional-page--sobre-nos .tb-institutional-page__content > .wp-block-group,
.tb-institutional-page--novidades .tb-institutional-page__content > .wp-block-group {
  padding: clamp(1rem, 1.9vw, 1.3rem);
  border-radius: 1rem;
  background: #f7fafd;
}

.tb-institutional-page--contactos .tb-institutional-page__content :where(.wp-block-shortcode, .wpcf7, form, .wp-block-query .wp-block-group),
.tb-institutional-page--faqs .tb-institutional-page__content :where(.wp-block-shortcode, .wpcf7, form, .wp-block-query .wp-block-group),
.tb-institutional-page--sobre-nos .tb-institutional-page__content :where(.wp-block-shortcode, .wpcf7, form, .wp-block-query .wp-block-group),
.tb-institutional-page--novidades .tb-institutional-page__content :where(.wp-block-shortcode, .wpcf7, form, .wp-block-query .wp-block-group) {
  padding: 1rem;
  border-radius: 0.95rem;
  background: #fff;
}

/* =========================================================
   INSTITUTIONAL MICRO-VARIATIONS (non-empresas)
   ========================================================= */
.tb-institutional-page--sobre-nos .tb-institutional-shell--intro-sobre-nos .tb-institutional-feature-list li {
  background: linear-gradient(145deg, #f7fafd 0%, #edf3f8 100%);
}

.tb-institutional-page--sobre-nos .tb-institutional-shell--highlights-sobre-nos .tb-institutional-proof-card {
  border-left: 3px solid rgba(26, 51, 73, 0.2);
}

.tb-institutional-page--servicos .tb-institutional-shell--intro-servicos .tb-institutional-feature-list li {
  border: 1px solid #dbe4ec;
  background: #fff;
}

.tb-institutional-page--servicos .tb-institutional-shell--highlights-servicos {
  background: linear-gradient(145deg, #edf2f8 0%, #f5f8fc 100%);
}

.tb-institutional-page--servicos .tb-institutional-shell--highlights-servicos .tb-institutional-proof-card h3 .tb-icon {
  color: #0f2336;
}

.tb-institutional-page--novidades .tb-institutional-shell--intro-novidades .tb-institutional-visual-card__body {
  background: linear-gradient(155deg, #f8fbff 0%, #eef4fa 100%);
}

.tb-institutional-page--novidades .tb-institutional-shell--highlights-novidades .tb-institutional-proof-card {
  background: linear-gradient(160deg, #ffffff 0%, #f7fafd 65%, #eef5fb 100%);
}

.tb-institutional-page--faqs .tb-institutional-shell--intro-faqs .tb-institutional-feature-list li {
  padding: 0.65rem 0.75rem;
}

.tb-institutional-page--faqs .tb-institutional-shell--highlights-faqs .tb-institutional-proof-card {
  box-shadow: none;
  border: 1px solid #d5dee7;
}
