.commerce-product-page .info-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.commerce-product-page .info-cards-wrapper .info-card-title {
  font-family: "Poppins Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
.commerce-product-page .info-cards-wrapper .info-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #C7C7C7;
  background: #C7C7C7;
  box-shadow: 0px 2px 10px 0px rgba(68, 88, 122, 0.15);
}
.commerce-product-page .info-cards-wrapper .info-card.info-card-email .info-card-content {
  word-break: break-all;
}
.commerce-product-page .info-cards-wrapper .info-card-header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.commerce-product-page .info-cards-wrapper .info-card-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 100%;
}
.commerce-product-page .info-cards-wrapper .info-card-content-item {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.commerce-product-page .info-cards-wrapper .info-card-content-item.info-card-content-item-whatsapp a, .commerce-product-page .info-cards-wrapper .info-card-content-item.info-card-content-item-phone a {
  text-decoration: underline;
  color: #183C8F;
}
.commerce-product-page .info-cards-wrapper .info-card-content a {
  color: #333333;
}
.commerce-product-page .info-cards-wrapper .info-card-content-item,
.commerce-product-page .info-cards-wrapper .info-card-content > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.commerce-product-page .info-cards-wrapper .info-card-icon {
  font-size: 2rem;
  color: #183C8F;
}
@media (min-width: 64rem) {
  .commerce-product-page .info-cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .commerce-product-page .info-cards-wrapper .info-card {
    border: 1px solid #C7C7C7;
    background: #E5E5E5;
    box-shadow: unset;
  }
}
.commerce-product-page .product-header-wrapper {
  margin-bottom: 1rem;
}
.commerce-product-page .product-header-wrapper .product-title {
  font-family: "Poppins Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}
.commerce-product-page .product-header-wrapper .button-wrapper {
  width: 100%;
  display: flex;
}
.commerce-product-page .product-header-wrapper .button-wrapper .btn,
.commerce-product-page .product-header-wrapper .button-wrapper lgr-button {
  white-space: nowrap;
  font-size: 1rem;
  padding: 12px 16px;
}
.commerce-product-page .product-header-wrapper .button-wrapper button.btn-primary {
  height: auto;
  border: solid 1px #183C8F;
  color: #183C8F;
  background-color: #FFF;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  padding: 12px 16px;
}
.commerce-product-page .product-header-wrapper .button-wrapper button.btn-primary:hover, .commerce-product-page .product-header-wrapper .button-wrapper button.btn-primary:active {
  border: solid 1px #0A1C59;
  color: #0A1C59;
}
@media (max-width: 768px) {
  .commerce-product-page .product-header-wrapper .button-wrapper {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 48rem) {
  .commerce-product-page .product-header-wrapper {
    margin-bottom: 2rem;
  }
  .commerce-product-page .product-header-wrapper .product-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .commerce-product-page .product-header-wrapper .button-wrapper {
    width: auto;
  }
  .commerce-product-page .product-header-wrapper .button-wrapper lgr-button {
    width: auto;
  }
}
.commerce-product-page .product-tab-content h1, .commerce-product-page .product-tab-content h2, .commerce-product-page .product-tab-content h3, .commerce-product-page .product-tab-content h4, .commerce-product-page .product-tab-content h5, .commerce-product-page .product-tab-content h6,
.commerce-product-page .product-description h1,
.commerce-product-page .product-description h2,
.commerce-product-page .product-description h3,
.commerce-product-page .product-description h4,
.commerce-product-page .product-description h5,
.commerce-product-page .product-description h6 {
  font-family: "Poppins Bold", sans-serif;
}
.commerce-product-page .product-description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .commerce-product-page .product-description {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.commerce-product-page .product-tab-content {
  margin-bottom: 1rem;
}
.commerce-product-page .product-tab-content .tab-content-wrapper {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #E5E5E5;
}
.commerce-product-page .product-tab-content .tab-content-wrapper .view-equipamentos-forncedores .view-content {
  margin: 0;
}
.commerce-product-page .product-tab-content .tab-content-wrapper table {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 64rem) {
  .commerce-product-page .product-tab-content {
    margin-bottom: 3rem;
  }
  .commerce-product-page .product-tab-content lgr-tab-item:first-of-type {
    margin-left: 104px;
  }
  .commerce-product-page .product-tab-content lgr-tab-item:last-of-type {
    margin-right: 104px;
  }
  .commerce-product-page .product-tab-content .tab-content-wrapper {
    margin-top: 2rem;
    padding: 2rem 104px;
    background: #F4F4F4;
  }
}

.commerce-product-page .block-views-blocklojas-commerce-block-1 h2 {
  font-family: "Poppins Bold", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 32px;
}

.btn.btn-secondary.btn-icon.product-download-manual {
  background-color: transparent;
  padding: 12px 16px;
  font-size: 16px;
  margin-top: 1rem;
}

.user-logged-in .commerce-product-page .info-cards-wrapper {
  margin-top: 1rem;
}

/*# sourceMappingURL=commerce-product.css.map */
