nav.woocommerce-breadcrumb {
  visibility: hidden;
}

div.product_meta {
  visibility: hidden;
}

h2:not(.woocommerce-loop-product__title), h3 {
  font-family: "GearedSlab" !important;
}

.soldout {
  padding: 3px 8px;
  text-align: center;
  background: #b3a77d;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 12px;
}

.onsale {
  visibility: hidden;
}

a.na-estrada[href$="na-estrada/"] {
    display: none !important;
}

img.stripe-icon {
  width: 40px;
}


.post-header h2 a {
    color: black !important;
}