/* product-header block — compiled from blocks/product-header/style.scss */

.section_product_header .gform_wrapper {
  margin: 0;
}
.section_product_header .gform_wrapper .gfield_label,
.section_product_header .gform_wrapper .gfield_required {
  display: none !important;
}
.section_product_header .gform_wrapper .gform_footer {
  display: none;
}
.section_product_header .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.section_product_header .gform_wrapper .gfield--type-email {
  background-color: #fff;
  border-radius: 3.9rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.4rem 0.4rem 0.75rem;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.section_product_header .gform_wrapper .gfield--type-email .ginput_container {
  flex: 1 1 auto;
  min-width: 0;
}
.section_product_header .gform_wrapper .gfield--type-email input[type=email] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  border-radius: 0;
  padding: 0.375rem 0;
  width: 100%;
  font-size: 1rem;
  height: auto;
  min-height: 2.75rem;
}
.section_product_header .gform_wrapper .gfield--type-email input[type=email].form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}
.section_product_header .gform_wrapper .gfield--type-email .brs-hero-submit {
  flex-shrink: 0 !important;
  font-family: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  border: 1px solid var(--test-red) !important;
  background-color: var(--test-red) !important;
  color: #fff !important;
  border-radius: 20rem !important;
  padding: 0.75rem 2rem;
  cursor: pointer !important;
  transition: background-color 0.25s, border-color 0.25s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.section_product_header .gform_wrapper .gfield--type-email .brs-hero-submit:hover {
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.section_product_header .gform_wrapper .gfield--type-consent .gfield_label,
.section_product_header .gform_wrapper .gfield--type-consent .gfield_required {
  display: none !important;
}
.section_product_header .gform_wrapper .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.section_product_header .gform_wrapper .gfield--type-consent input[type=checkbox] {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--test-red);
  width: 1rem;
  height: 1rem;
}
.section_product_header .gform_wrapper .gfield--type-consent .gfield_consent_label,
.section_product_header .gform_wrapper .gfield--type-consent .ginput_container_consent label {
  font-size: 0.75rem;
  color: var(--_primitives---colors--neutral, #555);
  line-height: 1.4;
  font-weight: 400;
}
.section_product_header .gform_wrapper .gfield--type-consent .gfield_consent_label a,
.section_product_header .gform_wrapper .gfield--type-consent .ginput_container_consent label a {
  color: inherit;
  text-decoration: underline;
}