:root {
  --vitinhaz-primary: #0b57d0;
  --vitinhaz-primary-dark: #073b91;
  --vitinhaz-accent: #ffb000;
}

.site-header .site-brand .brand-text,
.site-footer .site-brand .brand-text {
  color: var(--vitinhaz-primary);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.site-header .header-nav,
.site-header .site-departments .all-categories {
  background-color: var(--vitinhaz-primary);
}

.site-header .header-top {
  background-color: var(--vitinhaz-primary-dark);
}

.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 6px;
}

.vitinhaz-specifications {
  border-collapse: collapse;
  margin: 1rem 0;
  width: 100%;
}

.vitinhaz-specifications th,
.vitinhaz-specifications td {
  border: 1px solid #e3e6ea;
  padding: .7rem .8rem;
  text-align: left;
  vertical-align: top;
}

.vitinhaz-specifications th {
  background: #f6f8fb;
  font-weight: 700;
  width: 32%;
}

.vitinhaz-product-note {
  background: #f3f7ff;
  border-left: 4px solid var(--vitinhaz-primary);
  padding: .85rem 1rem;
}

.vitinhaz-quick-contact {
  bottom: 18px;
  display: flex;
  gap: 8px;
  position: fixed;
  right: 18px;
  z-index: 9998;
}

.vitinhaz-quick-contact a {
  align-items: center;
  background: var(--vitinhaz-primary);
  border-radius: 999px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, .2);
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  gap: 7px;
  min-height: 46px;
  padding: 0 16px;
  text-decoration: none;
}

.vitinhaz-quick-contact .vitinhaz-contact-email {
  font-size: 1.15rem;
  justify-content: center;
  padding: 0;
  width: 46px;
}

@media (max-width: 575px) {
  .vitinhaz-contact-phone span:last-child {
    display: none;
  }

  .vitinhaz-quick-contact .vitinhaz-contact-phone {
    justify-content: center;
    padding: 0;
    width: 46px;
  }
}
