@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap");
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f7f5f0;
  color: #1f1f1c;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1c;
  letter-spacing: -0.02em;
  margin-top: 0;
}

h1 {
  font-weight: 700;
  font-size: clamp(1.875rem, 2vw + 1rem, 2.75rem);
  line-height: 1.15;
}

h2 {
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.18;
}

h3 {
  font-weight: 600;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.22;
}

h4,
h5,
h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}

.bauer-prose p,
.bauer-prose li,
.bauer-section p,
.bauer-section li,
.bauer-hero__subline {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #1f1f1c;
}

.bauer-text-muted,
.bauer-meta {
  font-size: 0.875rem;
  color: #66635d;
  line-height: 1.45;
}

p.bauer-text-muted,
li.bauer-text-muted {
  font-size: 0.875rem;
  line-height: 1.5;
}

.bauer-section .bauer-lead {
  font-size: 1.125rem;
  color: #66635d;
  max-width: 40rem;
}

.btn-primary, .btn-bauer-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0.6875rem 1.375rem;
  border-radius: 0.375rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border-style: solid;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  border-width: 0;
  border-color: transparent;
  background-color: #1f1f1c;
  color: #ffffff;
}
.btn-primary:hover, .btn-bauer-primary:hover, .btn-primary:focus-visible, .btn-bauer-primary:focus-visible {
  background-color: #d9822b;
  color: #ffffff;
  text-decoration: none;
}
.btn-primary:focus-visible, .btn-bauer-primary:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

.btn-secondary, .btn-bauer-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0.6875rem 1.375rem;
  border-radius: 0.375rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border-style: solid;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  border-width: 2px;
  border-color: #ddd6ca;
  background-color: #ffffff;
  color: #1f1f1c;
}
.btn-secondary:hover, .btn-bauer-secondary:hover, .btn-secondary:focus-visible, .btn-bauer-secondary:focus-visible {
  border-color: #3d5a47;
  background-color: rgba(61, 90, 71, 0.06);
  color: #2e4336;
  text-decoration: none;
}
.btn-secondary:focus-visible, .btn-bauer-secondary:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

.btn-bauer-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0.6875rem 1.375rem;
  border-radius: 0.375rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border-style: solid;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  border-width: 2px;
  border-color: transparent;
  background: transparent;
  color: #2e4336;
}
.btn-bauer-ghost:hover, .btn-bauer-ghost:focus-visible {
  border-color: #ddd6ca;
  background: rgba(232, 221, 203, 0.35);
  color: #2e4336;
  text-decoration: none;
}
.btn-bauer-ghost:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

.bauer-section {
  padding-block: clamp(3rem, 5vw + 2rem, 6rem);
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
  border-bottom: 1px solid rgba(31, 31, 28, 0.06);
}

.bauer-section--sand {
  background: rgba(232, 221, 203, 0.45);
  border-bottom-color: rgba(31, 31, 28, 0.05);
}

.bauer-section--surface {
  background: #ffffff;
}

.bauer-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.bauer-section__head h2 {
  margin-bottom: 0;
}

.bauer-section--products .bauer-section__head {
  align-items: flex-start;
  gap: 1.5rem;
}
.bauer-section--products .bauer-section__head-main {
  flex: 1;
  min-width: min(100%, 36rem);
}
.bauer-section--products .bauer-section__subline {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  color: #66635d;
  max-width: 36rem;
}
.bauer-section--products .bauer-section__head .bauer-link-accent {
  flex-shrink: 0;
  margin-top: 0.125rem;
  white-space: nowrap;
}
.bauer-section--products .bauer-product-card__excerpt {
  color: #66635d;
}
@media (max-width: 35.9375rem) {
  .bauer-section--products .bauer-section__head {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .bauer-section--products .bauer-section__head .bauer-link-accent {
    margin-top: 0;
    align-self: flex-start;
  }
  .bauer-section--products .bauer-product-card {
    gap: 0.75rem;
  }
  .bauer-section--products .bauer-product-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.bauer-product-card,
.bt-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1rem, 1.5vw, 1.5rem);
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
  border: 1px solid rgba(221, 214, 202, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bauer-product-card h3,
.bt-product-card h3 {
  font-size: clamp(1.125rem, 1vw + 1rem, 1.25rem);
  margin-bottom: 0;
}

.bauer-product-card .btn-bauer-primary,
.bauer-product-card .btn-primary,
.bt-product-card .btn-bauer-primary,
.bt-product-card .btn-primary {
  margin-top: auto;
}

.bauer-product-card__media,
.bt-product-card__media {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(221, 214, 202, 0.5);
}

.bauer-product-card__media img,
.bt-product-card__media img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  display: block;
}

.bauer-product-card__footer,
.bt-product-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.bauer-product-card__price,
.bt-product-card__price {
  font-size: 1rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #1f1f1c;
}

.bauer-product-card:hover,
.bt-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
}

.box.box-direct-purchase .panel,
.box.box-direct-purchase .card, .box.box-top-offer .panel,
.box.box-top-offer .card, .box.box-special-offer .panel,
.box.box-special-offer .card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
  border: 1px solid rgba(221, 214, 202, 0.65);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.box.box-direct-purchase .panel:hover,
.box.box-direct-purchase .card:hover, .box.box-top-offer .panel:hover,
.box.box-top-offer .card:hover, .box.box-special-offer .panel:hover,
.box.box-special-offer .card:hover {
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
}

.bauer-quote-card,
.bauer-step,
.bauer-recipe-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
  border: 1px solid rgba(221, 214, 202, 0.55);
}

.bauer-quote-card {
  height: 100%;
  margin: 0;
  padding: clamp(1rem, 1.5vw, 1.5rem);
}

.bauer-quote-card footer {
  margin-top: 1rem;
  font-weight: 600;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #3d5a47;
}

.bauer-recipe-card {
  padding: 0.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bauer-recipe-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
}

.bauer-recipe-card h3 {
  font-size: clamp(1.05rem, 0.9rem + 0.4vw, 1.2rem);
}

.bauer-recipe-card .bauer-recipe-card__link {
  margin-top: auto;
  font-weight: 600;
  font-size: 0.875rem;
  color: #2e4336;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.bauer-recipe-card .bauer-recipe-card__link:hover {
  color: #1f1f1c;
  border-bottom-color: #d9822b;
}

.bauer-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
}

.bauer-step span {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #3d5a47;
  font-size: 0.875rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #2e4336;
}

footer#footer.bauer-footer,
#footer.bauer-footer {
  background-color: rgb(240.05, 232.9, 221.2);
  color: #1f1f1c;
  padding-block: clamp(2.25rem, 4vw, 4.5rem);
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
  border-top: 1px solid rgba(221, 214, 202, 0.95);
}

.bauer-footer__brand {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1f1f1c;
  letter-spacing: -0.02em;
}

.bauer-footer__tagline {
  font-size: 0.875rem;
  color: #66635d;
  margin-top: 0.5rem;
  max-width: 18rem;
}

.bauer-footer__lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgb(80.6584615385, 78.2861538462, 73.5415384615);
  margin-top: 1rem;
}

.bauer-footer h3,
.bauer-footer .h5 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1c;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.bauer-footer a {
  color: #2e4336;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.bauer-footer a:hover {
  color: #1f1f1c;
  border-bottom-color: #d9822b;
}
.bauer-footer a:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 2px;
}

.bauer-footer .bauer-meta {
  color: rgb(88.6615384615, 86.0538461538, 80.8384615385);
}

.bauer-footer .bauer-meta a {
  color: #2e4336;
}

.bauer-footer__service-links {
  margin-bottom: 0;
}

.bauer-footer__contact {
  margin-top: 1rem;
  padding-top: 1rem;
}

.bauer-footer__bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(221, 214, 202, 0.85);
  font-size: 0.875rem;
  color: rgb(85.9938461538, 83.4646153846, 78.4061538462);
}

.bauer-footer__bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.bauer-footer__copyright {
  flex: 0 0 auto;
}

.bauer-footer__legal {
  flex: 1 1 auto;
  min-width: min(100%, 16rem);
}

.bauer-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bauer-footer__legal-list a {
  color: rgb(80.6584615385, 78.2861538462, 73.5415384615);
  font-size: 0.875rem;
}
.bauer-footer__legal-list a:hover {
  color: #2e4336;
}

.bauer-footer__claim {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 47.9375rem) {
  .bauer-footer__bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .bauer-footer__legal {
    min-width: 0;
    width: 100%;
  }
  .bauer-footer__claim {
    margin-left: 0;
    text-align: left;
  }
}
@media (min-width: 48rem) {
  .bauer-footer__bottom-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .bauer-footer__legal {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
  }
  .bauer-footer__legal-list {
    justify-content: center;
  }
}
.bauer-split-media {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(221, 214, 202, 0.7);
  min-height: 16rem;
  background: rgba(232, 221, 203, 0.35);
}

.bauer-split-media img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.bauer-cooktype-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .bauer-cooktype-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bauer-cooktype-card {
  height: 100%;
  padding: clamp(1rem, 1.5vw, 1.5rem);
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bauer-cooktype-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
}

.bauer-cooktype-card__label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #3d5a47;
}

.bauer-cooktype-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1rem + 0.6vw, 1.45rem);
}

.bauer-cooktype-card p {
  margin: 0;
  flex-grow: 1;
}

.bauer-cooktype-card a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #2e4336;
  text-decoration: none;
  margin-top: 0.75rem;
  align-self: flex-start;
  border-bottom: 2px solid #d9822b;
  padding-bottom: 0.125rem;
  transition: color 0.2s ease;
}
.bauer-cooktype-card a:hover {
  color: #1f1f1c;
}
.bauer-cooktype-card a:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 2px;
}

.bauer-service-strip {
  background: rgba(61, 90, 71, 0.08);
  border-top: 1px solid rgba(221, 214, 202, 0.5);
  border-bottom: 1px solid rgba(221, 214, 202, 0.5);
  padding-block: 2rem;
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
}

.bauer-service-strip__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .bauer-service-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75rem) {
  .bauer-service-strip__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bauer-service-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid rgba(221, 214, 202, 0.55);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04);
}

.bauer-service-item__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(61, 90, 71, 0.12);
  color: #2e4336;
  display: grid;
  place-items: center;
  line-height: 1;
}
.bauer-service-item__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.bauer-service-item strong {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

.bauer-service-item span {
  font-size: 0.875rem;
  color: #66635d;
  line-height: 1.45;
}

.bauer-service-item a {
  color: #2e4336;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(217, 130, 43, 0.45);
  text-underline-offset: 0.15em;
}
.bauer-service-item a:hover {
  color: #1f1f1c;
  text-decoration-color: #d9822b;
}
.bauer-service-item a:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 2px;
}

.link-content .bt-content-wide {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
}
.link-content .bt-content-narrow {
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
}
.link-content .bt-eyebrow {
  display: block;
  margin: 0 0 0.75rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3d5a47;
}
.link-content .bt-section-head {
  margin-bottom: 2rem;
}
.link-content .bt-section-head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 3vw, 3rem);
}
.link-content .bt-section-head p {
  margin: 0;
  max-width: 40rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #66635d;
}
.link-content .bt-section-head--center {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.link-content .bt-section-head--center p {
  margin-inline: auto;
}
.link-content .bt-hof-hero {
  padding-block: clamp(2.5rem, 5vw, clamp(3rem, 5vw + 2rem, 6rem));
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
  background: rgb(241.2, 234.6, 223.8);
  border-bottom: 1px solid rgba(221, 214, 202, 0.65);
}
.link-content .bt-hof-hero__inner {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  max-width: 75rem;
  margin-inline: auto;
}
@media (min-width: 75rem) {
  .link-content .bt-hof-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}
.link-content .bt-hof-hero__content h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.5vw + 1rem, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.link-content .bt-hof-hero__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgb(85.9938461538, 83.4646153846, 78.4061538462);
}
.link-content .bt-hof-hero__media {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(221, 214, 202, 0.75);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
  background: rgba(232, 221, 203, 0.35);
}
.link-content .bt-hof-hero__media img {
  display: block;
  width: 100%;
  min-height: clamp(16rem, 40vw, 22rem);
  object-fit: cover;
  object-position: center center;
}
.link-content .bt-hof-intro,
.link-content .bt-hof-timeline,
.link-content .bt-hof-principle,
.link-content .bt-hof-history-images,
.link-content .bt-hof-development,
.link-content .bt-hof-wandel,
.link-content .bt-hof-family {
  padding-block: clamp(2.25rem, 4vw, 4.5rem);
}
.link-content .bt-hof-intro__text p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #1f1f1c;
}
.link-content .bt-hof-intro__text p:last-child {
  margin-bottom: 0;
}
.link-content .bt-hof-timeline {
  background: #ffffff;
}
.link-content .bt-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-content .bt-timeline__item {
  display: grid;
  grid-template-columns: minmax(4.5rem, 6rem) minmax(0, 1fr);
  gap: 1rem 1.5rem;
  align-items: start;
  padding-block: 1.5rem;
  border-bottom: 1px solid rgba(221, 214, 202, 0.65);
}
.link-content .bt-timeline__item:last-child {
  border-bottom: 0;
}
.link-content .bt-timeline__year {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1vw + 0.9rem, 1.375rem);
  line-height: 1.2;
  color: #2e4336;
  letter-spacing: -0.02em;
}
.link-content .bt-timeline__content h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 0.5vw + 1rem, 1.25rem);
}
.link-content .bt-timeline__content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgb(91.3292307692, 88.6430769231, 83.2707692308);
}
.link-content .bt-timeline__item--highlight {
  margin-block: 0.75rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(61, 90, 71, 0.18);
  background: rgba(232, 221, 203, 0.42);
  box-shadow: 0 0 0 1px rgba(221, 214, 202, 0.35);
}
.link-content .bt-timeline__item--highlight .bt-timeline__year {
  color: #1f1f1c;
}
.link-content .bt-hof-principle {
  background: rgba(232, 221, 203, 0.28);
  border-block: 1px solid rgba(221, 214, 202, 0.55);
}
.link-content .bt-info-card {
  max-width: 52rem;
  margin-inline: auto;
  padding: clamp(1.25rem, 2vw, 2rem);
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.7);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
}
.link-content .bt-info-card__content p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #1f1f1c;
}
.link-content .bt-info-card__content p:last-child {
  margin-bottom: 0;
}
.link-content .bt-hof-history-images {
  background: #ffffff;
  border-block: 1px solid rgba(221, 214, 202, 0.45);
}
.link-content .bt-history-image-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .link-content .bt-history-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.link-content .bt-history-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
}
.link-content .bt-history-image-card figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.link-content .bt-history-image-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(16rem, 42vw, 26rem);
  object-fit: contain;
  object-position: center center;
  background: rgba(232, 221, 203, 0.28);
}
.link-content .bt-history-image-card figcaption {
  margin: 0;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(221, 214, 202, 0.55);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #66635d;
  letter-spacing: 0.01em;
}
.link-content .bt-feature-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .link-content .bt-feature-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75rem) {
  .link-content .bt-feature-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.link-content .bt-feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: clamp(1rem, 1.5vw, 1.5rem);
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.link-content .bt-feature-card h3 {
  margin: 0;
  font-size: clamp(1.1rem, 0.4vw + 1rem, 1.25rem);
}
.link-content .bt-feature-card p {
  margin: 0;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.65;
  color: #66635d;
}
.link-content .bt-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
}
.link-content .bt-hof-wandel {
  background: rgb(251, 250, 247.5);
}
.link-content .bt-split-content {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 75rem) {
  .link-content .bt-split-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.link-content .bt-split-content__panel {
  padding: clamp(1rem, 1.5vw, 1.5rem);
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
}
.link-content .bt-split-content__panel h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.15rem, 0.5vw + 1rem, 1.35rem);
}
.link-content .bt-split-content__panel p,
.link-content .bt-split-content__panel li {
  font-size: 1rem;
  line-height: 1.65;
  color: rgb(91.3292307692, 88.6430769231, 83.2707692308);
}
.link-content .bt-split-content__panel ul {
  margin: 0;
  padding-left: 1.15rem;
}
.link-content .bt-hof-wandel__steps {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .link-content .bt-hof-wandel__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.link-content .bt-step-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  padding: clamp(1rem, 1.5vw, 1.5rem);
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.6);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
}
.link-content .bt-step-card h4 {
  margin: 0;
  font-size: 1rem;
}
.link-content .bt-step-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #66635d;
}
.link-content .bt-step-card__number {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid rgba(61, 90, 71, 0.35);
  background: rgba(61, 90, 71, 0.08);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #2e4336;
}
.link-content .bt-family-card {
  display: grid;
  gap: 2rem;
  padding: clamp(1.25rem, 2.5vw, 3rem);
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
}
@media (min-width: 75rem) {
  .link-content .bt-family-card {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }
}
.link-content .bt-family-card__content p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.65;
}
.link-content .bt-family-card__content p:last-child {
  margin-bottom: 0;
}
.link-content .bt-family-card__facts {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .link-content .bt-family-card__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.link-content .bt-fact {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(221, 214, 202, 0.55);
  background: rgba(232, 221, 203, 0.32);
}
.link-content .bt-fact h4,
.link-content .bt-fact strong {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2e4336;
}
.link-content .bt-fact p {
  margin: 0;
  font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.2rem);
  font-weight: 600;
  line-height: 1.35;
  color: #1f1f1c;
}
.link-content .bt-hof-cta {
  padding-block: clamp(2.25rem, 4vw, 4.5rem);
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
}
.link-content .bt-cta-panel {
  max-width: 75rem;
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.35);
  background: linear-gradient(125deg, rgba(31, 31, 28, 0.94) 0%, rgba(46, 67, 54, 0.9) 100%);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
  color: #ffffff;
}
.link-content .bt-cta-panel__content {
  max-width: 36rem;
}
.link-content .bt-cta-panel__content h2 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
}
.link-content .bt-cta-panel__content p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}
.link-content .bt-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.link-content .bt-cta-panel__actions .btn,
.link-content .bt-cta-panel__actions .btn-primary,
.link-content .bt-cta-panel__actions .btn-bauer-primary {
  margin: 0;
}
@media (min-width: 75rem) {
  .link-content .bt-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .link-content .bt-cta-panel__actions {
    margin-top: 0;
    flex-shrink: 0;
  }
}
.link-content .bt-cms-page {
  max-width: 70rem;
  margin-inline: auto;
  color: #2f2a22;
  overflow-x: clip;
}
.link-content .bt-cms-page *,
.link-content .bt-cms-page *::before,
.link-content .bt-cms-page *::after {
  box-sizing: border-box;
}
.link-content .bt-cms-page p {
  line-height: 1.7;
}
.link-content .bt-cms-page .bt-cms-hero {
  background: #f6f1e7;
  border-radius: 1.5rem;
  padding: 2.25rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(94, 72, 43, 0.14);
}
.link-content .bt-cms-page .bt-cms-hero p {
  max-width: 53.125rem;
  margin: 0 0 1.125rem;
}
.link-content .bt-cms-page .bt-cms-hero p:first-child {
  font-size: 1.15rem;
}
.link-content .bt-cms-page .bt-cms-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1.5rem;
}
.link-content .bt-cms-page .bt-cms-tag {
  background: #ffffff;
  border-radius: 999px;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(94, 72, 43, 0.15);
  font-weight: 600;
  color: #4a3a25;
}
.link-content .bt-cms-page .bt-cms-image {
  margin: 0 0 2.25rem;
}
.link-content .bt-cms-page .bt-cms-image img,
.link-content .bt-cms-page .bt-cms-media-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 1.375rem;
}
.link-content .bt-cms-page .bt-cms-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}
.link-content .bt-cms-page .bt-cms-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.625rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}
.link-content .bt-cms-page .bt-cms-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #f6f1e7;
  color: #4f6f2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.125rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
}
.link-content .bt-cms-page .bt-cms-icon svg {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  stroke: currentColor;
}
.link-content .bt-cms-page .bt-cms-card-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.625rem;
  color: #7a6241;
  font-weight: 700;
}
.link-content .bt-cms-page .bt-cms-card h2,
.link-content .bt-cms-page .bt-cms-card h3 {
  font-size: 1.35rem;
  margin: 0 0 0.875rem;
  color: #2f2a22;
}
.link-content .bt-cms-page .bt-cms-card p {
  margin: 0;
}
.link-content .bt-cms-page .bt-cms-section {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.75rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
}
.link-content .bt-cms-page .bt-cms-section h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  color: #2f2a22;
}
.link-content .bt-cms-page .bt-cms-section p {
  max-width: 53.125rem;
  margin: 0 0 0.875rem;
}
.link-content .bt-cms-page .bt-cms-section p:last-child {
  margin-bottom: 0;
}
.link-content .bt-cms-page .bt-cms-media-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17.5rem, 0.85fr);
  gap: 1.75rem;
  align-items: center;
  background: #fbf6ec;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.75rem;
  border-left: 6px solid #8a5a28;
}
.link-content .bt-cms-page .bt-cms-media-section--reverse {
  grid-template-columns: minmax(17.5rem, 0.85fr) minmax(0, 1.35fr);
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
}
.link-content .bt-cms-page .bt-cms-media-content h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  color: #2f2a22;
}
.link-content .bt-cms-page .bt-cms-media-content p {
  margin: 0 0 0.875rem;
}
.link-content .bt-cms-page .bt-cms-media-content p:last-child {
  margin-bottom: 0;
}
.link-content .bt-cms-page .bt-cms-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}
.link-content .bt-cms-page .bt-cms-contact {
  background: #f6f1e7;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 2.25rem;
}
.link-content .bt-cms-page .bt-cms-contact h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  color: #2f2a22;
}
.link-content .bt-cms-page .bt-cms-contact p {
  max-width: 47.5rem;
  margin: 0 0 1.125rem;
}
.link-content .bt-cms-page .bt-cms-button {
  display: inline-block;
  background: #4f6f2a;
  color: #ffffff !important;
  padding: 0.8125rem 1.25rem;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
}
.link-content .bt-cms-page .bt-cms-button:hover {
  background: #3f591f;
  color: #ffffff !important;
}
.link-content .bt-cms-page .bt-cms-faq {
  margin-bottom: 1.25rem;
}
.link-content .bt-cms-page .bt-cms-faq h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  color: #2f2a22;
}
.link-content .bt-cms-page .bt-cms-faq-item {
  background: #ffffff;
  border-radius: 1.125rem;
  padding: 1.375rem 1.5rem;
  margin-bottom: 0.875rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
}
.link-content .bt-cms-page .bt-cms-faq-item h3 {
  font-size: 1.15rem;
  margin: 0 0 0.625rem;
  color: #2f2a22;
}
.link-content .bt-cms-page .bt-cms-faq-item p {
  margin: 0;
}
@media (max-width: 56.25rem) {
  .link-content .bt-cms-page .bt-cms-card-grid,
  .link-content .bt-cms-page .bt-cms-two-column {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 48rem) {
  .link-content .bt-cms-page .bt-cms-hero,
  .link-content .bt-cms-page .bt-cms-section,
  .link-content .bt-cms-page .bt-cms-media-section,
  .link-content .bt-cms-page .bt-cms-contact {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }
  .link-content .bt-cms-page .bt-cms-media-section,
  .link-content .bt-cms-page .bt-cms-media-section--reverse {
    grid-template-columns: 1fr;
  }
  .link-content .bt-cms-page .bt-cms-media-section--reverse .bt-cms-media-image {
    order: 2;
  }
  .link-content .bt-cms-page .bt-cms-media-section--reverse .bt-cms-media-content {
    order: 1;
  }
  .link-content .bt-cms-page .bt-cms-section h2,
  .link-content .bt-cms-page .bt-cms-media-content h2,
  .link-content .bt-cms-page .bt-cms-contact h2,
  .link-content .bt-cms-page .bt-cms-faq h2 {
    font-size: 1.45rem;
  }
  .link-content .bt-cms-page .bt-cms-hero p:first-child {
    font-size: 1.05rem;
  }
}

.is-checkout #main-wrapper {
  background: #f6f1e7;
}
.is-checkout #content-wrapper {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}
.is-checkout .breadcrumb-container,
.is-checkout .breadcrumb-wrapper {
  display: none;
}
.is-checkout header:not(.bt-checkout-header),
.is-checkout #jtl-nav-wrapper:not(.bauer-header) {
  display: none !important;
}

.bt-checkout-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  box-shadow: 0 1px 0 rgba(47, 42, 34, 0.04);
}

.bt-checkout-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: 4.25rem;
  padding-block: 0.75rem;
}

.bt-checkout-header__brand {
  text-decoration: none;
  color: #2f2a22;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}
.bt-checkout-header__brand:hover {
  color: #2f2a22;
  text-decoration: none;
}
.bt-checkout-header__brand:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 0.375rem;
}

.bt-checkout-header__logo-mark {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.bt-checkout-header__logo-sub {
  font-size: 0.875rem;
  font-weight: 500;
  color: #7a6241;
}

.bt-checkout-header__secure {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7a6241;
  white-space: nowrap;
}

.bt-checkout-header__secure-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: #4f6f2a;
  flex-shrink: 0;
}

.checkout,
#checkout,
.checkout-container,
.opc {
  color: #2f2a22;
  overflow-x: clip;
}
.checkout .form-control,
.checkout .custom-select,
.checkout select.form-control,
#checkout .form-control,
#checkout .custom-select,
#checkout select.form-control,
.checkout-container .form-control,
.checkout-container .custom-select,
.checkout-container select.form-control,
.opc .form-control,
.opc .custom-select,
.opc select.form-control {
  border: 1px solid rgba(94, 72, 43, 0.2);
  border-radius: 0.375rem;
  color: #2f2a22;
  min-height: 2.75rem;
}
.checkout .form-control:focus,
.checkout .custom-select:focus,
.checkout select.form-control:focus,
#checkout .form-control:focus,
#checkout .custom-select:focus,
#checkout select.form-control:focus,
.checkout-container .form-control:focus,
.checkout-container .custom-select:focus,
.checkout-container select.form-control:focus,
.opc .form-control:focus,
.opc .custom-select:focus,
.opc select.form-control:focus {
  border-color: rgba(79, 111, 42, 0.55);
  box-shadow: 0 0 0 3px rgba(79, 111, 42, 0.15);
}
.checkout label,
.checkout .custom-control-label,
.checkout .col-form-label,
#checkout label,
#checkout .custom-control-label,
#checkout .col-form-label,
.checkout-container label,
.checkout-container .custom-control-label,
.checkout-container .col-form-label,
.opc label,
.opc .custom-control-label,
.opc .col-form-label {
  color: #7a6241;
  font-weight: 500;
}
.checkout .custom-control-input:focus ~ .custom-control-label::before,
#checkout .custom-control-input:focus ~ .custom-control-label::before,
.checkout-container .custom-control-input:focus ~ .custom-control-label::before,
.opc .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(79, 111, 42, 0.15);
}
.checkout .custom-control-input:checked ~ .custom-control-label::before,
#checkout .custom-control-input:checked ~ .custom-control-label::before,
.checkout-container .custom-control-input:checked ~ .custom-control-label::before,
.opc .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4f6f2a;
  background-color: #4f6f2a;
}
.checkout .alert,
#checkout .alert,
.checkout-container .alert,
.opc .alert {
  border-radius: 1.25rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
  line-height: 1.55;
}
.checkout .alert-info,
#checkout .alert-info,
.checkout-container .alert-info,
.opc .alert-info {
  background: #fbf6ec;
  border-color: rgba(94, 72, 43, 0.16);
}
.checkout .alert-warning,
#checkout .alert-warning,
.checkout-container .alert-warning,
.opc .alert-warning {
  background: rgba(217, 130, 43, 0.1);
  border-color: rgba(217, 130, 43, 0.28);
}
.checkout .alert-danger,
.checkout .alert-error,
#checkout .alert-danger,
#checkout .alert-error,
.checkout-container .alert-danger,
.checkout-container .alert-error,
.opc .alert-danger,
.opc .alert-error {
  background: rgba(217, 130, 43, 0.08);
  border-color: rgba(185, 0, 0, 0.22);
  color: rgb(23.3259259259, 20.8444444444, 16.8740740741);
}
.checkout .alert-success,
#checkout .alert-success,
.checkout-container .alert-success,
.opc .alert-success {
  background: rgba(79, 111, 42, 0.1);
  border-color: rgba(79, 111, 42, 0.28);
}
.checkout img,
#checkout img,
.checkout-container img,
.opc img {
  max-width: 100%;
  height: auto;
}
.checkout .btn-primary, .checkout .btn-bauer-primary,
.checkout #cart-checkout-btn,
.checkout #complete-order-button,
.checkout button[name=inWarenkorb].btn-primary,
#checkout .btn-primary,
#checkout .btn-bauer-primary,
#checkout #cart-checkout-btn,
#checkout #complete-order-button,
#checkout button[name=inWarenkorb].btn-primary,
.checkout-container .btn-primary,
.checkout-container .btn-bauer-primary,
.checkout-container #cart-checkout-btn,
.checkout-container #complete-order-button,
.checkout-container button[name=inWarenkorb].btn-primary,
.opc .btn-primary,
.opc .btn-bauer-primary,
.opc #cart-checkout-btn,
.opc #complete-order-button,
.opc button[name=inWarenkorb].btn-primary {
  background: #4f6f2a;
  border-color: #4f6f2a;
  color: #ffffff;
}
.checkout .btn-primary:hover, .checkout .btn-bauer-primary:hover, .checkout .btn-primary:focus-visible, .checkout .btn-bauer-primary:focus-visible,
.checkout #cart-checkout-btn:hover,
.checkout #cart-checkout-btn:focus-visible,
.checkout #complete-order-button:hover,
.checkout #complete-order-button:focus-visible,
.checkout button[name=inWarenkorb].btn-primary:hover,
.checkout button[name=inWarenkorb].btn-primary:focus-visible,
#checkout .btn-primary:hover,
#checkout .btn-bauer-primary:hover,
#checkout .btn-primary:focus-visible,
#checkout .btn-bauer-primary:focus-visible,
#checkout #cart-checkout-btn:hover,
#checkout #cart-checkout-btn:focus-visible,
#checkout #complete-order-button:hover,
#checkout #complete-order-button:focus-visible,
#checkout button[name=inWarenkorb].btn-primary:hover,
#checkout button[name=inWarenkorb].btn-primary:focus-visible,
.checkout-container .btn-primary:hover,
.checkout-container .btn-bauer-primary:hover,
.checkout-container .btn-primary:focus-visible,
.checkout-container .btn-bauer-primary:focus-visible,
.checkout-container #cart-checkout-btn:hover,
.checkout-container #cart-checkout-btn:focus-visible,
.checkout-container #complete-order-button:hover,
.checkout-container #complete-order-button:focus-visible,
.checkout-container button[name=inWarenkorb].btn-primary:hover,
.checkout-container button[name=inWarenkorb].btn-primary:focus-visible,
.opc .btn-primary:hover,
.opc .btn-bauer-primary:hover,
.opc .btn-primary:focus-visible,
.opc .btn-bauer-primary:focus-visible,
.opc #cart-checkout-btn:hover,
.opc #cart-checkout-btn:focus-visible,
.opc #complete-order-button:hover,
.opc #complete-order-button:focus-visible,
.opc button[name=inWarenkorb].btn-primary:hover,
.opc button[name=inWarenkorb].btn-primary:focus-visible {
  background: #3f591f;
  border-color: #3f591f;
  color: #ffffff;
}
.checkout .btn-secondary, .checkout .btn-bauer-secondary,
.checkout .btn-outline-secondary,
#checkout .btn-secondary,
#checkout .btn-bauer-secondary,
#checkout .btn-outline-secondary,
.checkout-container .btn-secondary,
.checkout-container .btn-bauer-secondary,
.checkout-container .btn-outline-secondary,
.opc .btn-secondary,
.opc .btn-bauer-secondary,
.opc .btn-outline-secondary {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
}
.checkout .btn-secondary:hover, .checkout .btn-bauer-secondary:hover, .checkout .btn-secondary:focus-visible, .checkout .btn-bauer-secondary:focus-visible,
.checkout .btn-outline-secondary:hover,
.checkout .btn-outline-secondary:focus-visible,
#checkout .btn-secondary:hover,
#checkout .btn-bauer-secondary:hover,
#checkout .btn-secondary:focus-visible,
#checkout .btn-bauer-secondary:focus-visible,
#checkout .btn-outline-secondary:hover,
#checkout .btn-outline-secondary:focus-visible,
.checkout-container .btn-secondary:hover,
.checkout-container .btn-bauer-secondary:hover,
.checkout-container .btn-secondary:focus-visible,
.checkout-container .btn-bauer-secondary:focus-visible,
.checkout-container .btn-outline-secondary:hover,
.checkout-container .btn-outline-secondary:focus-visible,
.opc .btn-secondary:hover,
.opc .btn-bauer-secondary:hover,
.opc .btn-secondary:focus-visible,
.opc .btn-bauer-secondary:focus-visible,
.opc .btn-outline-secondary:hover,
.opc .btn-outline-secondary:focus-visible {
  border-color: rgba(94, 72, 43, 0.28);
  background: #fbf6ec;
  color: #2f2a22;
}
.checkout .card,
#checkout .card,
.checkout-container .card,
.opc .card {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}
.checkout .card .card-header,
#checkout .card .card-header,
.checkout-container .card .card-header,
.opc .card .card-header {
  background: #f6f1e7;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
  font-weight: 600;
}
.checkout h1,
.checkout h2,
.checkout h3,
.checkout .h1,
.checkout .h2,
.checkout .h3,
#checkout h1,
#checkout h2,
#checkout h3,
#checkout .h1,
#checkout .h2,
#checkout .h3,
.checkout-container h1,
.checkout-container h2,
.checkout-container h3,
.checkout-container .h1,
.checkout-container .h2,
.checkout-container .h3,
.opc h1,
.opc h2,
.opc h3,
.opc .h1,
.opc .h2,
.opc .h3 {
  color: #2f2a22;
}

.container.basket {
  max-width: 70rem;
  padding-bottom: 2rem;
  overflow-x: visible;
}
.container.basket .basket-heading {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.container.basket .bt-basket-empty__card {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: #f6f1e7;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.container.basket .bt-basket-empty__title {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  margin: 0 0 1rem;
}
.container.basket .bt-basket-empty__text {
  margin: 0 0 1.5rem;
  line-height: 1.65;
  color: rgb(64.7555555556, 57.8666666667, 46.8444444444);
}
.container.basket .bt-basket-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.container.basket .bt-basket-empty__note {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #7a6241;
  max-width: 32rem;
  margin-inline: auto;
}
.container.basket .basket-empty:not(.bt-basket-empty) .alert-info {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: #f6f1e7;
  padding: 2rem;
  text-align: center;
}
.container.basket .basket-empty:not(.bt-basket-empty) .btn-primary, .container.basket .basket-empty:not(.bt-basket-empty) .btn-bauer-primary {
  margin-top: 0.5rem;
}
.container.basket > .row {
  align-items: flex-start;
}
.container.basket .basket-items,
.container.basket #cart-form {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.container.basket .cart-items-header {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a6241;
}
.container.basket .cart-items-body {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 1rem;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 75rem) {
  .container.basket .cart-items-body .cart-items-delete {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.container.basket .cart-items-image img,
.container.basket .cart-items-image .img-fluid {
  width: 4.75rem;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
}
.container.basket .cart-items-name {
  display: block;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2f2a22;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
}
.container.basket .cart-items-name:hover {
  color: #8a5a28;
}
.container.basket .cart-items-body .ml-auto-util {
  flex: 1 1 12rem;
  min-width: 10rem;
}
.container.basket .cart-items-single-price,
.container.basket .cart-items-quantity,
.container.basket .cart-items-price,
.container.basket .price-col {
  font-size: 1rem;
  color: #2f2a22;
}
.container.basket .cart-items-single-price,
.container.basket .cart-items-price,
.container.basket .price-col {
  white-space: nowrap;
}
.container.basket .cart-items-price,
.container.basket .price-col {
  font-weight: 700;
  font-size: 1.05rem;
}
.container.basket .cart-items-quantity .form-counter,
.container.basket .cart-items-quantity .input-group {
  max-width: 9rem;
  margin-inline: auto;
}
.container.basket .cart-items-delete {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(94, 72, 43, 0.08);
}
.container.basket .cart-items-delete .cart-items-delete-button {
  color: #7a6241;
  text-decoration: none;
  padding: 0;
}
.container.basket .cart-items-delete .cart-items-delete-button:hover {
  color: #8a5a28;
}
.container.basket #cart-form,
.container.basket .cart-items {
  max-width: 100%;
}
.container.basket .table,
.container.basket table.table {
  margin-bottom: 0;
  color: #2f2a22;
  table-layout: fixed;
  width: 100%;
}
.container.basket .table thead th,
.container.basket table.table thead th {
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7a6241;
  font-weight: 700;
  white-space: nowrap;
}
.container.basket .table tbody tr,
.container.basket table.table tbody tr {
  border-bottom: 1px solid rgba(94, 72, 43, 0.08);
}
.container.basket .table tbody tr:last-child,
.container.basket table.table tbody tr:last-child {
  border-bottom: 0;
}
.container.basket .table td,
.container.basket .table th,
.container.basket table.table td,
.container.basket table.table th {
  vertical-align: middle;
  padding: 1rem 0.75rem;
}
.container.basket .table tbody td:first-child ul,
.container.basket .table tbody td:first-child ol,
.container.basket .table tbody td:first-child p,
.container.basket .table tbody td:first-child .desc,
.container.basket .table tbody td:first-child .short-desc,
.container.basket table.table tbody td:first-child ul,
.container.basket table.table tbody td:first-child ol,
.container.basket table.table tbody td:first-child p,
.container.basket table.table tbody td:first-child .desc,
.container.basket table.table tbody td:first-child .short-desc {
  display: none;
}
.container.basket .table .img-fluid,
.container.basket .table img,
.container.basket table.table .img-fluid,
.container.basket table.table img {
  border-radius: 0.5rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  max-width: 5rem;
}
.container.basket .table .product-title,
.container.basket .table .item-name,
.container.basket .table a:not(.btn),
.container.basket table.table .product-title,
.container.basket table.table .item-name,
.container.basket table.table a:not(.btn) {
  color: #2f2a22;
  font-weight: 600;
  text-decoration: none;
}
.container.basket .table .product-title:hover,
.container.basket .table .item-name:hover,
.container.basket .table a:not(.btn):hover,
.container.basket table.table .product-title:hover,
.container.basket table.table .item-name:hover,
.container.basket table.table a:not(.btn):hover {
  color: #8a5a28;
}
.container.basket .form-counter,
.container.basket .input-group {
  max-width: 9rem;
}
.container.basket .form-counter .form-control,
.container.basket .input-group .form-control {
  text-align: center;
}
.container.basket .form-counter .btn,
.container.basket .input-group .btn {
  min-width: 2.5rem;
}
.container.basket .btn-delete,
.container.basket .cart-delete,
.container.basket [title*=ntfernen],
.container.basket [aria-label*=ntfernen] {
  color: #7a6241;
}
.container.basket .btn-delete:hover,
.container.basket .cart-delete:hover,
.container.basket [title*=ntfernen]:hover,
.container.basket [aria-label*=ntfernen]:hover {
  color: #8a5a28;
}
.container.basket .basket-summary,
.container.basket .cart-summary,
.container.basket #sideBasket,
.container.basket .summary-card,
.container.basket .card-basket-summary,
.container.basket .basket-side,
.container.basket .basket-sidebar {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: #fbf6ec;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.5rem;
  min-width: min(100%, 19.5rem);
}
.container.basket .basket-summary .card-header,
.container.basket .basket-summary > h3,
.container.basket .basket-summary > .h3,
.container.basket .basket-summary .card-title,
.container.basket .cart-summary .card-header,
.container.basket .cart-summary > h3,
.container.basket .cart-summary > .h3,
.container.basket .cart-summary .card-title,
.container.basket #sideBasket .card-header,
.container.basket #sideBasket > h3,
.container.basket #sideBasket > .h3,
.container.basket #sideBasket .card-title,
.container.basket .summary-card .card-header,
.container.basket .summary-card > h3,
.container.basket .summary-card > .h3,
.container.basket .summary-card .card-title,
.container.basket .card-basket-summary .card-header,
.container.basket .card-basket-summary > h3,
.container.basket .card-basket-summary > .h3,
.container.basket .card-basket-summary .card-title,
.container.basket .basket-side .card-header,
.container.basket .basket-side > h3,
.container.basket .basket-side > .h3,
.container.basket .basket-side .card-title,
.container.basket .basket-sidebar .card-header,
.container.basket .basket-sidebar > h3,
.container.basket .basket-sidebar > .h3,
.container.basket .basket-sidebar .card-title {
  background: transparent;
  border: 0;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  font-size: 1.15rem;
  font-weight: 700;
}
.container.basket .basket-summary .card-body,
.container.basket .cart-summary .card-body,
.container.basket #sideBasket .card-body,
.container.basket .summary-card .card-body,
.container.basket .card-basket-summary .card-body,
.container.basket .basket-side .card-body,
.container.basket .basket-sidebar .card-body {
  padding: 0;
}
.container.basket .basket-summary .card,
.container.basket .basket-summary .well,
.container.basket .basket-summary .panel,
.container.basket .cart-summary .card,
.container.basket .cart-summary .well,
.container.basket .cart-summary .panel,
.container.basket #sideBasket .card,
.container.basket #sideBasket .well,
.container.basket #sideBasket .panel,
.container.basket .summary-card .card,
.container.basket .summary-card .well,
.container.basket .summary-card .panel,
.container.basket .card-basket-summary .card,
.container.basket .card-basket-summary .well,
.container.basket .card-basket-summary .panel,
.container.basket .basket-side .card,
.container.basket .basket-side .well,
.container.basket .basket-side .panel,
.container.basket .basket-sidebar .card,
.container.basket .basket-sidebar .well,
.container.basket .basket-sidebar .panel {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.1);
  border-radius: 0.5rem;
  box-shadow: none;
  margin-bottom: 0.875rem;
  padding: 0.875rem 1rem;
}
.container.basket .basket-summary table,
.container.basket .basket-summary .table,
.container.basket .cart-summary table,
.container.basket .cart-summary .table,
.container.basket #sideBasket table,
.container.basket #sideBasket .table,
.container.basket .summary-card table,
.container.basket .summary-card .table,
.container.basket .card-basket-summary table,
.container.basket .card-basket-summary .table,
.container.basket .basket-side table,
.container.basket .basket-side .table,
.container.basket .basket-sidebar table,
.container.basket .basket-sidebar .table {
  width: 100%;
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  table-layout: auto;
}
.container.basket .basket-summary table tr,
.container.basket .basket-summary .table tr,
.container.basket .cart-summary table tr,
.container.basket .cart-summary .table tr,
.container.basket #sideBasket table tr,
.container.basket #sideBasket .table tr,
.container.basket .summary-card table tr,
.container.basket .summary-card .table tr,
.container.basket .card-basket-summary table tr,
.container.basket .card-basket-summary .table tr,
.container.basket .basket-side table tr,
.container.basket .basket-side .table tr,
.container.basket .basket-sidebar table tr,
.container.basket .basket-sidebar .table tr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.container.basket .basket-summary table td,
.container.basket .basket-summary table th,
.container.basket .basket-summary .table td,
.container.basket .basket-summary .table th,
.container.basket .cart-summary table td,
.container.basket .cart-summary table th,
.container.basket .cart-summary .table td,
.container.basket .cart-summary .table th,
.container.basket #sideBasket table td,
.container.basket #sideBasket table th,
.container.basket #sideBasket .table td,
.container.basket #sideBasket .table th,
.container.basket .summary-card table td,
.container.basket .summary-card table th,
.container.basket .summary-card .table td,
.container.basket .summary-card .table th,
.container.basket .card-basket-summary table td,
.container.basket .card-basket-summary table th,
.container.basket .card-basket-summary .table td,
.container.basket .card-basket-summary .table th,
.container.basket .basket-side table td,
.container.basket .basket-side table th,
.container.basket .basket-side .table td,
.container.basket .basket-side .table th,
.container.basket .basket-sidebar table td,
.container.basket .basket-sidebar table th,
.container.basket .basket-sidebar .table td,
.container.basket .basket-sidebar .table th {
  display: block;
  border: 0;
  padding: 0.35rem 0;
  background: transparent;
  white-space: nowrap;
}
.container.basket .basket-summary table td:first-child,
.container.basket .basket-summary table th:first-child,
.container.basket .basket-summary .table td:first-child,
.container.basket .basket-summary .table th:first-child,
.container.basket .cart-summary table td:first-child,
.container.basket .cart-summary table th:first-child,
.container.basket .cart-summary .table td:first-child,
.container.basket .cart-summary .table th:first-child,
.container.basket #sideBasket table td:first-child,
.container.basket #sideBasket table th:first-child,
.container.basket #sideBasket .table td:first-child,
.container.basket #sideBasket .table th:first-child,
.container.basket .summary-card table td:first-child,
.container.basket .summary-card table th:first-child,
.container.basket .summary-card .table td:first-child,
.container.basket .summary-card .table th:first-child,
.container.basket .card-basket-summary table td:first-child,
.container.basket .card-basket-summary table th:first-child,
.container.basket .card-basket-summary .table td:first-child,
.container.basket .card-basket-summary .table th:first-child,
.container.basket .basket-side table td:first-child,
.container.basket .basket-side table th:first-child,
.container.basket .basket-side .table td:first-child,
.container.basket .basket-side .table th:first-child,
.container.basket .basket-sidebar table td:first-child,
.container.basket .basket-sidebar table th:first-child,
.container.basket .basket-sidebar .table td:first-child,
.container.basket .basket-sidebar .table th:first-child {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.container.basket .basket-summary table td:last-child,
.container.basket .basket-summary table th:last-child,
.container.basket .basket-summary .table td:last-child,
.container.basket .basket-summary .table th:last-child,
.container.basket .cart-summary table td:last-child,
.container.basket .cart-summary table th:last-child,
.container.basket .cart-summary .table td:last-child,
.container.basket .cart-summary .table th:last-child,
.container.basket #sideBasket table td:last-child,
.container.basket #sideBasket table th:last-child,
.container.basket #sideBasket .table td:last-child,
.container.basket #sideBasket .table th:last-child,
.container.basket .summary-card table td:last-child,
.container.basket .summary-card table th:last-child,
.container.basket .summary-card .table td:last-child,
.container.basket .summary-card .table th:last-child,
.container.basket .card-basket-summary table td:last-child,
.container.basket .card-basket-summary table th:last-child,
.container.basket .card-basket-summary .table td:last-child,
.container.basket .card-basket-summary .table th:last-child,
.container.basket .basket-side table td:last-child,
.container.basket .basket-side table th:last-child,
.container.basket .basket-side .table td:last-child,
.container.basket .basket-side .table th:last-child,
.container.basket .basket-sidebar table td:last-child,
.container.basket .basket-sidebar table th:last-child,
.container.basket .basket-sidebar .table td:last-child,
.container.basket .basket-sidebar .table th:last-child {
  flex: 0 0 auto;
  text-align: right;
  font-weight: 600;
}
.container.basket .basket-summary tr:last-child td,
.container.basket .basket-summary tr:last-child th,
.container.basket .cart-summary tr:last-child td,
.container.basket .cart-summary tr:last-child th,
.container.basket #sideBasket tr:last-child td,
.container.basket #sideBasket tr:last-child th,
.container.basket .summary-card tr:last-child td,
.container.basket .summary-card tr:last-child th,
.container.basket .card-basket-summary tr:last-child td,
.container.basket .card-basket-summary tr:last-child th,
.container.basket .basket-side tr:last-child td,
.container.basket .basket-side tr:last-child th,
.container.basket .basket-sidebar tr:last-child td,
.container.basket .basket-sidebar tr:last-child th {
  font-weight: 700;
  font-size: 1.05rem;
  border-top: 1px solid rgba(94, 72, 43, 0.12);
  padding-top: 0.75rem;
  margin-top: 0.25rem;
}
.container.basket .basket-summary .shipping-costs,
.container.basket .basket-summary .versandkosten,
.container.basket .basket-summary small,
.container.basket .basket-summary .text-muted,
.container.basket .cart-summary .shipping-costs,
.container.basket .cart-summary .versandkosten,
.container.basket .cart-summary small,
.container.basket .cart-summary .text-muted,
.container.basket #sideBasket .shipping-costs,
.container.basket #sideBasket .versandkosten,
.container.basket #sideBasket small,
.container.basket #sideBasket .text-muted,
.container.basket .summary-card .shipping-costs,
.container.basket .summary-card .versandkosten,
.container.basket .summary-card small,
.container.basket .summary-card .text-muted,
.container.basket .card-basket-summary .shipping-costs,
.container.basket .card-basket-summary .versandkosten,
.container.basket .card-basket-summary small,
.container.basket .card-basket-summary .text-muted,
.container.basket .basket-side .shipping-costs,
.container.basket .basket-side .versandkosten,
.container.basket .basket-side small,
.container.basket .basket-side .text-muted,
.container.basket .basket-sidebar .shipping-costs,
.container.basket .basket-sidebar .versandkosten,
.container.basket .basket-sidebar small,
.container.basket .basket-sidebar .text-muted {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #7a6241;
  white-space: normal;
}
.container.basket .basket-summary #cart-checkout-btn,
.container.basket .basket-summary .btn-primary,
.container.basket .basket-summary .btn-bauer-primary,
.container.basket .cart-summary #cart-checkout-btn,
.container.basket .cart-summary .btn-primary,
.container.basket .cart-summary .btn-bauer-primary,
.container.basket #sideBasket #cart-checkout-btn,
.container.basket #sideBasket .btn-primary,
.container.basket #sideBasket .btn-bauer-primary,
.container.basket .summary-card #cart-checkout-btn,
.container.basket .summary-card .btn-primary,
.container.basket .summary-card .btn-bauer-primary,
.container.basket .card-basket-summary #cart-checkout-btn,
.container.basket .card-basket-summary .btn-primary,
.container.basket .card-basket-summary .btn-bauer-primary,
.container.basket .basket-side #cart-checkout-btn,
.container.basket .basket-side .btn-primary,
.container.basket .basket-side .btn-bauer-primary,
.container.basket .basket-sidebar #cart-checkout-btn,
.container.basket .basket-sidebar .btn-primary,
.container.basket .basket-sidebar .btn-bauer-primary {
  width: 100%;
  margin-top: 1rem;
}
.container.basket .basket-shipping-calculator,
.container.basket .shipping-calculator,
.container.basket #shipping-calculator,
.container.basket .estimate-shipping,
.container.basket .basket-estimate-shipping,
.container.basket fieldset:has([name=plz]),
.container.basket fieldset:has([name*=postcode]),
.container.basket .card:has([name=plz]),
.container.basket .card:has([name*=postcode]) {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: #fbf6ec;
  padding: clamp(1rem, 2vw, 1.25rem);
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-x: clip;
}
.container.basket .basket-shipping-calculator legend,
.container.basket .basket-shipping-calculator > .card-header,
.container.basket .basket-shipping-calculator > h3,
.container.basket .basket-shipping-calculator > .h3,
.container.basket .basket-shipping-calculator > strong:first-child,
.container.basket .shipping-calculator legend,
.container.basket .shipping-calculator > .card-header,
.container.basket .shipping-calculator > h3,
.container.basket .shipping-calculator > .h3,
.container.basket .shipping-calculator > strong:first-child,
.container.basket #shipping-calculator legend,
.container.basket #shipping-calculator > .card-header,
.container.basket #shipping-calculator > h3,
.container.basket #shipping-calculator > .h3,
.container.basket #shipping-calculator > strong:first-child,
.container.basket .estimate-shipping legend,
.container.basket .estimate-shipping > .card-header,
.container.basket .estimate-shipping > h3,
.container.basket .estimate-shipping > .h3,
.container.basket .estimate-shipping > strong:first-child,
.container.basket .basket-estimate-shipping legend,
.container.basket .basket-estimate-shipping > .card-header,
.container.basket .basket-estimate-shipping > h3,
.container.basket .basket-estimate-shipping > .h3,
.container.basket .basket-estimate-shipping > strong:first-child,
.container.basket fieldset:has([name=plz]) legend,
.container.basket fieldset:has([name=plz]) > .card-header,
.container.basket fieldset:has([name=plz]) > h3,
.container.basket fieldset:has([name=plz]) > .h3,
.container.basket fieldset:has([name=plz]) > strong:first-child,
.container.basket fieldset:has([name*=postcode]) legend,
.container.basket fieldset:has([name*=postcode]) > .card-header,
.container.basket fieldset:has([name*=postcode]) > h3,
.container.basket fieldset:has([name*=postcode]) > .h3,
.container.basket fieldset:has([name*=postcode]) > strong:first-child,
.container.basket .card:has([name=plz]) legend,
.container.basket .card:has([name=plz]) > .card-header,
.container.basket .card:has([name=plz]) > h3,
.container.basket .card:has([name=plz]) > .h3,
.container.basket .card:has([name=plz]) > strong:first-child,
.container.basket .card:has([name*=postcode]) legend,
.container.basket .card:has([name*=postcode]) > .card-header,
.container.basket .card:has([name*=postcode]) > h3,
.container.basket .card:has([name*=postcode]) > .h3,
.container.basket .card:has([name*=postcode]) > strong:first-child {
  display: block;
  margin: 0 0 0.875rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #2f2a22;
  border: 0;
  background: transparent;
}
.container.basket .basket-shipping-calculator .form-row,
.container.basket .basket-shipping-calculator .row,
.container.basket .shipping-calculator .form-row,
.container.basket .shipping-calculator .row,
.container.basket #shipping-calculator .form-row,
.container.basket #shipping-calculator .row,
.container.basket .estimate-shipping .form-row,
.container.basket .estimate-shipping .row,
.container.basket .basket-estimate-shipping .form-row,
.container.basket .basket-estimate-shipping .row,
.container.basket fieldset:has([name=plz]) .form-row,
.container.basket fieldset:has([name=plz]) .row,
.container.basket fieldset:has([name*=postcode]) .form-row,
.container.basket fieldset:has([name*=postcode]) .row,
.container.basket .card:has([name=plz]) .form-row,
.container.basket .card:has([name=plz]) .row,
.container.basket .card:has([name*=postcode]) .form-row,
.container.basket .card:has([name*=postcode]) .row {
  align-items: flex-end;
  gap: 0.75rem;
}
.container.basket .basket-shipping-calculator .form-control,
.container.basket .basket-shipping-calculator .custom-select,
.container.basket .shipping-calculator .form-control,
.container.basket .shipping-calculator .custom-select,
.container.basket #shipping-calculator .form-control,
.container.basket #shipping-calculator .custom-select,
.container.basket .estimate-shipping .form-control,
.container.basket .estimate-shipping .custom-select,
.container.basket .basket-estimate-shipping .form-control,
.container.basket .basket-estimate-shipping .custom-select,
.container.basket fieldset:has([name=plz]) .form-control,
.container.basket fieldset:has([name=plz]) .custom-select,
.container.basket fieldset:has([name*=postcode]) .form-control,
.container.basket fieldset:has([name*=postcode]) .custom-select,
.container.basket .card:has([name=plz]) .form-control,
.container.basket .card:has([name=plz]) .custom-select,
.container.basket .card:has([name*=postcode]) .form-control,
.container.basket .card:has([name*=postcode]) .custom-select {
  background: #ffffff;
}
.container.basket .basket-shipping-calculator .btn,
.container.basket .basket-shipping-calculator button[type=submit],
.container.basket .shipping-calculator .btn,
.container.basket .shipping-calculator button[type=submit],
.container.basket #shipping-calculator .btn,
.container.basket #shipping-calculator button[type=submit],
.container.basket .estimate-shipping .btn,
.container.basket .estimate-shipping button[type=submit],
.container.basket .basket-estimate-shipping .btn,
.container.basket .basket-estimate-shipping button[type=submit],
.container.basket fieldset:has([name=plz]) .btn,
.container.basket fieldset:has([name=plz]) button[type=submit],
.container.basket fieldset:has([name*=postcode]) .btn,
.container.basket fieldset:has([name*=postcode]) button[type=submit],
.container.basket .card:has([name=plz]) .btn,
.container.basket .card:has([name=plz]) button[type=submit],
.container.basket .card:has([name*=postcode]) .btn,
.container.basket .card:has([name*=postcode]) button[type=submit] {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
}
.container.basket .basket-shipping-calculator .btn:hover, .container.basket .basket-shipping-calculator .btn:focus-visible,
.container.basket .basket-shipping-calculator button[type=submit]:hover,
.container.basket .basket-shipping-calculator button[type=submit]:focus-visible,
.container.basket .shipping-calculator .btn:hover,
.container.basket .shipping-calculator .btn:focus-visible,
.container.basket .shipping-calculator button[type=submit]:hover,
.container.basket .shipping-calculator button[type=submit]:focus-visible,
.container.basket #shipping-calculator .btn:hover,
.container.basket #shipping-calculator .btn:focus-visible,
.container.basket #shipping-calculator button[type=submit]:hover,
.container.basket #shipping-calculator button[type=submit]:focus-visible,
.container.basket .estimate-shipping .btn:hover,
.container.basket .estimate-shipping .btn:focus-visible,
.container.basket .estimate-shipping button[type=submit]:hover,
.container.basket .estimate-shipping button[type=submit]:focus-visible,
.container.basket .basket-estimate-shipping .btn:hover,
.container.basket .basket-estimate-shipping .btn:focus-visible,
.container.basket .basket-estimate-shipping button[type=submit]:hover,
.container.basket .basket-estimate-shipping button[type=submit]:focus-visible,
.container.basket fieldset:has([name=plz]) .btn:hover,
.container.basket fieldset:has([name=plz]) .btn:focus-visible,
.container.basket fieldset:has([name=plz]) button[type=submit]:hover,
.container.basket fieldset:has([name=plz]) button[type=submit]:focus-visible,
.container.basket fieldset:has([name*=postcode]) .btn:hover,
.container.basket fieldset:has([name*=postcode]) .btn:focus-visible,
.container.basket fieldset:has([name*=postcode]) button[type=submit]:hover,
.container.basket fieldset:has([name*=postcode]) button[type=submit]:focus-visible,
.container.basket .card:has([name=plz]) .btn:hover,
.container.basket .card:has([name=plz]) .btn:focus-visible,
.container.basket .card:has([name=plz]) button[type=submit]:hover,
.container.basket .card:has([name=plz]) button[type=submit]:focus-visible,
.container.basket .card:has([name*=postcode]) .btn:hover,
.container.basket .card:has([name*=postcode]) .btn:focus-visible,
.container.basket .card:has([name*=postcode]) button[type=submit]:hover,
.container.basket .card:has([name*=postcode]) button[type=submit]:focus-visible {
  border-color: rgba(94, 72, 43, 0.28);
  background: #fbf6ec;
  color: #2f2a22;
}
.container.basket .basket-shipping-calculator .btn,
.container.basket .basket-shipping-calculator button[type=submit],
.container.basket .shipping-calculator .btn,
.container.basket .shipping-calculator button[type=submit],
.container.basket #shipping-calculator .btn,
.container.basket #shipping-calculator button[type=submit],
.container.basket .estimate-shipping .btn,
.container.basket .estimate-shipping button[type=submit],
.container.basket .basket-estimate-shipping .btn,
.container.basket .basket-estimate-shipping button[type=submit],
.container.basket fieldset:has([name=plz]) .btn,
.container.basket fieldset:has([name=plz]) button[type=submit],
.container.basket fieldset:has([name*=postcode]) .btn,
.container.basket fieldset:has([name*=postcode]) button[type=submit],
.container.basket .card:has([name=plz]) .btn,
.container.basket .card:has([name=plz]) button[type=submit],
.container.basket .card:has([name*=postcode]) .btn,
.container.basket .card:has([name*=postcode]) button[type=submit] {
  white-space: nowrap;
}
@media (min-width: 75rem) {
  .container.basket .col-xl-4:has(#sideBasket),
  .container.basket .col-xl-4:has(.basket-summary),
  .container.basket .col-xl-4:has(.card-basket-summary),
  .container.basket .col-lg-4:last-child {
    flex: 0 0 22rem;
    max-width: 22rem;
  }
}
.container.basket .basket-actions,
.container.basket .cart-actions,
.container.basket .checkout-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.container.basket .basket-actions .btn-primary, .container.basket .basket-actions .btn-bauer-primary,
.container.basket .basket-actions #cart-checkout-btn,
.container.basket .cart-actions .btn-primary,
.container.basket .cart-actions .btn-bauer-primary,
.container.basket .cart-actions #cart-checkout-btn,
.container.basket .checkout-button-row .btn-primary,
.container.basket .checkout-button-row .btn-bauer-primary,
.container.basket .checkout-button-row #cart-checkout-btn {
  flex: 1 1 auto;
  min-width: min(100%, 14rem);
}

.is-checkout .checkout-steps,
.checkout .checkout-steps,
#checkout .checkout-steps,
.checkout-container .checkout-steps,
.opc .checkout-steps,
.is-checkout #content .checkout-steps,
nav.stepper.checkout-steps {
  margin-bottom: 1.25rem !important;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  max-width: 100%;
  overflow: visible !important;
}
.is-checkout .checkout-steps.stepper, .is-checkout .checkout-steps.checkout-steps.stepper,
.is-checkout .checkout-steps .stepper,
.is-checkout .checkout-steps > .row,
.checkout .checkout-steps.stepper,
.checkout .checkout-steps.checkout-steps.stepper,
.checkout .checkout-steps .stepper,
.checkout .checkout-steps > .row,
#checkout .checkout-steps.stepper,
#checkout .checkout-steps.checkout-steps.stepper,
#checkout .checkout-steps .stepper,
#checkout .checkout-steps > .row,
.checkout-container .checkout-steps.stepper,
.checkout-container .checkout-steps.checkout-steps.stepper,
.checkout-container .checkout-steps .stepper,
.checkout-container .checkout-steps > .row,
.opc .checkout-steps.stepper,
.opc .checkout-steps.checkout-steps.stepper,
.opc .checkout-steps .stepper,
.opc .checkout-steps > .row,
.is-checkout #content .checkout-steps.stepper,
.is-checkout #content .checkout-steps.checkout-steps.stepper,
.is-checkout #content .checkout-steps .stepper,
.is-checkout #content .checkout-steps > .row,
nav.stepper.checkout-steps.stepper,
nav.stepper.checkout-steps.checkout-steps.stepper,
nav.stepper.checkout-steps .stepper,
nav.stepper.checkout-steps > .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  margin: 0 !important;
  padding: 0.25rem 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  position: relative;
  width: 100%;
  gap: 0;
}
.is-checkout .checkout-steps.stepper::before, .is-checkout .checkout-steps.checkout-steps.stepper::before,
.is-checkout .checkout-steps .stepper::before,
.is-checkout .checkout-steps > .row::before,
.checkout .checkout-steps.stepper::before,
.checkout .checkout-steps.checkout-steps.stepper::before,
.checkout .checkout-steps .stepper::before,
.checkout .checkout-steps > .row::before,
#checkout .checkout-steps.stepper::before,
#checkout .checkout-steps.checkout-steps.stepper::before,
#checkout .checkout-steps .stepper::before,
#checkout .checkout-steps > .row::before,
.checkout-container .checkout-steps.stepper::before,
.checkout-container .checkout-steps.checkout-steps.stepper::before,
.checkout-container .checkout-steps .stepper::before,
.checkout-container .checkout-steps > .row::before,
.opc .checkout-steps.stepper::before,
.opc .checkout-steps.checkout-steps.stepper::before,
.opc .checkout-steps .stepper::before,
.opc .checkout-steps > .row::before,
.is-checkout #content .checkout-steps.stepper::before,
.is-checkout #content .checkout-steps.checkout-steps.stepper::before,
.is-checkout #content .checkout-steps .stepper::before,
.is-checkout #content .checkout-steps > .row::before,
nav.stepper.checkout-steps.stepper::before,
nav.stepper.checkout-steps.checkout-steps.stepper::before,
nav.stepper.checkout-steps .stepper::before,
nav.stepper.checkout-steps > .row::before {
  content: "";
  position: absolute;
  top: calc(2rem / 2 + 0.25rem);
  left: 16.666%;
  right: 16.666%;
  height: 2px;
  background: rgba(94, 72, 43, 0.14);
  z-index: 0;
  pointer-events: none;
}
.is-checkout .checkout-steps > .step,
.is-checkout .checkout-steps > [class*=col],
.is-checkout .checkout-steps .stepper .step,
.is-checkout .checkout-steps > .row > [class*=col],
.checkout .checkout-steps > .step,
.checkout .checkout-steps > [class*=col],
.checkout .checkout-steps .stepper .step,
.checkout .checkout-steps > .row > [class*=col],
#checkout .checkout-steps > .step,
#checkout .checkout-steps > [class*=col],
#checkout .checkout-steps .stepper .step,
#checkout .checkout-steps > .row > [class*=col],
.checkout-container .checkout-steps > .step,
.checkout-container .checkout-steps > [class*=col],
.checkout-container .checkout-steps .stepper .step,
.checkout-container .checkout-steps > .row > [class*=col],
.opc .checkout-steps > .step,
.opc .checkout-steps > [class*=col],
.opc .checkout-steps .stepper .step,
.opc .checkout-steps > .row > [class*=col],
.is-checkout #content .checkout-steps > .step,
.is-checkout #content .checkout-steps > [class*=col],
.is-checkout #content .checkout-steps .stepper .step,
.is-checkout #content .checkout-steps > .row > [class*=col],
nav.stepper.checkout-steps > .step,
nav.stepper.checkout-steps > [class*=col],
nav.stepper.checkout-steps .stepper .step,
nav.stepper.checkout-steps > .row > [class*=col] {
  flex: 1 1 0% !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 0.15rem !important;
  position: relative;
  z-index: 1;
  background: transparent !important;
  overflow: visible !important;
}
.is-checkout .checkout-steps > .step::before, .is-checkout .checkout-steps > .step::after,
.is-checkout .checkout-steps > [class*=col]::before,
.is-checkout .checkout-steps > [class*=col]::after,
.is-checkout .checkout-steps .stepper .step::before,
.is-checkout .checkout-steps .stepper .step::after,
.is-checkout .checkout-steps > .row > [class*=col]::before,
.is-checkout .checkout-steps > .row > [class*=col]::after,
.checkout .checkout-steps > .step::before,
.checkout .checkout-steps > .step::after,
.checkout .checkout-steps > [class*=col]::before,
.checkout .checkout-steps > [class*=col]::after,
.checkout .checkout-steps .stepper .step::before,
.checkout .checkout-steps .stepper .step::after,
.checkout .checkout-steps > .row > [class*=col]::before,
.checkout .checkout-steps > .row > [class*=col]::after,
#checkout .checkout-steps > .step::before,
#checkout .checkout-steps > .step::after,
#checkout .checkout-steps > [class*=col]::before,
#checkout .checkout-steps > [class*=col]::after,
#checkout .checkout-steps .stepper .step::before,
#checkout .checkout-steps .stepper .step::after,
#checkout .checkout-steps > .row > [class*=col]::before,
#checkout .checkout-steps > .row > [class*=col]::after,
.checkout-container .checkout-steps > .step::before,
.checkout-container .checkout-steps > .step::after,
.checkout-container .checkout-steps > [class*=col]::before,
.checkout-container .checkout-steps > [class*=col]::after,
.checkout-container .checkout-steps .stepper .step::before,
.checkout-container .checkout-steps .stepper .step::after,
.checkout-container .checkout-steps > .row > [class*=col]::before,
.checkout-container .checkout-steps > .row > [class*=col]::after,
.opc .checkout-steps > .step::before,
.opc .checkout-steps > .step::after,
.opc .checkout-steps > [class*=col]::before,
.opc .checkout-steps > [class*=col]::after,
.opc .checkout-steps .stepper .step::before,
.opc .checkout-steps .stepper .step::after,
.opc .checkout-steps > .row > [class*=col]::before,
.opc .checkout-steps > .row > [class*=col]::after,
.is-checkout #content .checkout-steps > .step::before,
.is-checkout #content .checkout-steps > .step::after,
.is-checkout #content .checkout-steps > [class*=col]::before,
.is-checkout #content .checkout-steps > [class*=col]::after,
.is-checkout #content .checkout-steps .stepper .step::before,
.is-checkout #content .checkout-steps .stepper .step::after,
.is-checkout #content .checkout-steps > .row > [class*=col]::before,
.is-checkout #content .checkout-steps > .row > [class*=col]::after,
nav.stepper.checkout-steps > .step::before,
nav.stepper.checkout-steps > .step::after,
nav.stepper.checkout-steps > [class*=col]::before,
nav.stepper.checkout-steps > [class*=col]::after,
nav.stepper.checkout-steps .stepper .step::before,
nav.stepper.checkout-steps .stepper .step::after,
nav.stepper.checkout-steps > .row > [class*=col]::before,
nav.stepper.checkout-steps > .row > [class*=col]::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.is-checkout .checkout-steps .step-content,
.is-checkout .checkout-steps .card,
.is-checkout .checkout-steps .nav-link,
.is-checkout .checkout-steps > .step > a,
.is-checkout .checkout-steps .step > a,
.is-checkout .checkout-steps a,
.checkout .checkout-steps .step-content,
.checkout .checkout-steps .card,
.checkout .checkout-steps .nav-link,
.checkout .checkout-steps > .step > a,
.checkout .checkout-steps .step > a,
.checkout .checkout-steps a,
#checkout .checkout-steps .step-content,
#checkout .checkout-steps .card,
#checkout .checkout-steps .nav-link,
#checkout .checkout-steps > .step > a,
#checkout .checkout-steps .step > a,
#checkout .checkout-steps a,
.checkout-container .checkout-steps .step-content,
.checkout-container .checkout-steps .card,
.checkout-container .checkout-steps .nav-link,
.checkout-container .checkout-steps > .step > a,
.checkout-container .checkout-steps .step > a,
.checkout-container .checkout-steps a,
.opc .checkout-steps .step-content,
.opc .checkout-steps .card,
.opc .checkout-steps .nav-link,
.opc .checkout-steps > .step > a,
.opc .checkout-steps .step > a,
.opc .checkout-steps a,
.is-checkout #content .checkout-steps .step-content,
.is-checkout #content .checkout-steps .card,
.is-checkout #content .checkout-steps .nav-link,
.is-checkout #content .checkout-steps > .step > a,
.is-checkout #content .checkout-steps .step > a,
.is-checkout #content .checkout-steps a,
nav.stepper.checkout-steps .step-content,
nav.stepper.checkout-steps .card,
nav.stepper.checkout-steps .nav-link,
nav.stepper.checkout-steps > .step > a,
nav.stepper.checkout-steps .step > a,
nav.stepper.checkout-steps a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.375rem !important;
  width: 100%;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  color: #7a6241;
  text-align: center;
  position: relative;
  font-size: clamp(0.65rem, 1.25vw, 0.8125rem);
  line-height: 1.25;
  font-weight: 500;
}
.is-checkout .checkout-steps .step-content::after,
.checkout .checkout-steps .step-content::after,
#checkout .checkout-steps .step-content::after,
.checkout-container .checkout-steps .step-content::after,
.opc .checkout-steps .step-content::after,
.is-checkout #content .checkout-steps .step-content::after,
nav.stepper.checkout-steps .step-content::after {
  display: none !important;
  content: none !important;
}
.is-checkout .checkout-steps .step-content,
.checkout .checkout-steps .step-content,
#checkout .checkout-steps .step-content,
.checkout-container .checkout-steps .step-content,
.opc .checkout-steps .step-content,
.is-checkout #content .checkout-steps .step-content,
nav.stepper.checkout-steps .step-content {
  min-height: 0 !important;
}
.is-checkout .checkout-steps .badge-pill,
.is-checkout .checkout-steps .badge,
.checkout .checkout-steps .badge-pill,
.checkout .checkout-steps .badge,
#checkout .checkout-steps .badge-pill,
#checkout .checkout-steps .badge,
.checkout-container .checkout-steps .badge-pill,
.checkout-container .checkout-steps .badge,
.opc .checkout-steps .badge-pill,
.opc .checkout-steps .badge,
.is-checkout #content .checkout-steps .badge-pill,
.is-checkout #content .checkout-steps .badge,
nav.stepper.checkout-steps .badge-pill,
nav.stepper.checkout-steps .badge {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  background: #ffffff !important;
  color: #7a6241 !important;
  border: 2px solid rgba(94, 72, 43, 0.2) !important;
  box-shadow: 0 0 0 3px #f6f1e7;
}
.is-checkout .checkout-steps .step-text,
.checkout .checkout-steps .step-text,
#checkout .checkout-steps .step-text,
.checkout-container .checkout-steps .step-text,
.opc .checkout-steps .step-text,
.is-checkout #content .checkout-steps .step-text,
nav.stepper.checkout-steps .step-text {
  display: block;
  margin: 0 !important;
  padding: 0 0.15rem;
  max-width: 100%;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}
.is-checkout .checkout-steps .step-check,
.checkout .checkout-steps .step-check,
#checkout .checkout-steps .step-check,
.checkout-container .checkout-steps .step-check,
.opc .checkout-steps .step-check,
.is-checkout #content .checkout-steps .step-check,
nav.stepper.checkout-steps .step-check {
  display: none !important;
}
.is-checkout .checkout-steps > .step.step-active:not(.step-current) .badge-pill,
.is-checkout .checkout-steps > .step.step-active:not(.step-current) .badge,
.is-checkout .checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
.is-checkout .checkout-steps > [class*=col].step-active:not(.step-current) .badge,
.is-checkout .checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
.is-checkout .checkout-steps .stepper .step.step-active:not(.step-current) .badge,
.is-checkout .checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
.is-checkout .checkout-steps > .row > .step.step-active:not(.step-current) .badge,
.is-checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
.is-checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge,
.checkout .checkout-steps > .step.step-active:not(.step-current) .badge-pill,
.checkout .checkout-steps > .step.step-active:not(.step-current) .badge,
.checkout .checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
.checkout .checkout-steps > [class*=col].step-active:not(.step-current) .badge,
.checkout .checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
.checkout .checkout-steps .stepper .step.step-active:not(.step-current) .badge,
.checkout .checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
.checkout .checkout-steps > .row > .step.step-active:not(.step-current) .badge,
.checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
.checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge,
#checkout .checkout-steps > .step.step-active:not(.step-current) .badge-pill,
#checkout .checkout-steps > .step.step-active:not(.step-current) .badge,
#checkout .checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
#checkout .checkout-steps > [class*=col].step-active:not(.step-current) .badge,
#checkout .checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
#checkout .checkout-steps .stepper .step.step-active:not(.step-current) .badge,
#checkout .checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
#checkout .checkout-steps > .row > .step.step-active:not(.step-current) .badge,
#checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
#checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge,
.checkout-container .checkout-steps > .step.step-active:not(.step-current) .badge-pill,
.checkout-container .checkout-steps > .step.step-active:not(.step-current) .badge,
.checkout-container .checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
.checkout-container .checkout-steps > [class*=col].step-active:not(.step-current) .badge,
.checkout-container .checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
.checkout-container .checkout-steps .stepper .step.step-active:not(.step-current) .badge,
.checkout-container .checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
.checkout-container .checkout-steps > .row > .step.step-active:not(.step-current) .badge,
.checkout-container .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
.checkout-container .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge,
.opc .checkout-steps > .step.step-active:not(.step-current) .badge-pill,
.opc .checkout-steps > .step.step-active:not(.step-current) .badge,
.opc .checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
.opc .checkout-steps > [class*=col].step-active:not(.step-current) .badge,
.opc .checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
.opc .checkout-steps .stepper .step.step-active:not(.step-current) .badge,
.opc .checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
.opc .checkout-steps > .row > .step.step-active:not(.step-current) .badge,
.opc .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
.opc .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge,
.is-checkout #content .checkout-steps > .step.step-active:not(.step-current) .badge-pill,
.is-checkout #content .checkout-steps > .step.step-active:not(.step-current) .badge,
.is-checkout #content .checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
.is-checkout #content .checkout-steps > [class*=col].step-active:not(.step-current) .badge,
.is-checkout #content .checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
.is-checkout #content .checkout-steps .stepper .step.step-active:not(.step-current) .badge,
.is-checkout #content .checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
.is-checkout #content .checkout-steps > .row > .step.step-active:not(.step-current) .badge,
.is-checkout #content .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
.is-checkout #content .checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge,
nav.stepper.checkout-steps > .step.step-active:not(.step-current) .badge-pill,
nav.stepper.checkout-steps > .step.step-active:not(.step-current) .badge,
nav.stepper.checkout-steps > [class*=col].step-active:not(.step-current) .badge-pill,
nav.stepper.checkout-steps > [class*=col].step-active:not(.step-current) .badge,
nav.stepper.checkout-steps .stepper .step.step-active:not(.step-current) .badge-pill,
nav.stepper.checkout-steps .stepper .step.step-active:not(.step-current) .badge,
nav.stepper.checkout-steps > .row > .step.step-active:not(.step-current) .badge-pill,
nav.stepper.checkout-steps > .row > .step.step-active:not(.step-current) .badge,
nav.stepper.checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge-pill,
nav.stepper.checkout-steps > .row > [class*=col].step-active:not(.step-current) .badge {
  background: rgba(79, 111, 42, 0.14) !important;
  border-color: #4f6f2a !important;
  color: #4f6f2a !important;
}
.is-checkout .checkout-steps > .step.step-active:not(.step-current) > a,
.is-checkout .checkout-steps > .step.step-active:not(.step-current) .step-content,
.is-checkout .checkout-steps > .step.step-active:not(.step-current) .step-text,
.is-checkout .checkout-steps > [class*=col].step-active:not(.step-current) > a,
.is-checkout .checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
.is-checkout .checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
.is-checkout .checkout-steps .stepper .step.step-active:not(.step-current) > a,
.is-checkout .checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
.is-checkout .checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
.is-checkout .checkout-steps > .row > .step.step-active:not(.step-current) > a,
.is-checkout .checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
.is-checkout .checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
.is-checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
.is-checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
.is-checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text,
.checkout .checkout-steps > .step.step-active:not(.step-current) > a,
.checkout .checkout-steps > .step.step-active:not(.step-current) .step-content,
.checkout .checkout-steps > .step.step-active:not(.step-current) .step-text,
.checkout .checkout-steps > [class*=col].step-active:not(.step-current) > a,
.checkout .checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
.checkout .checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
.checkout .checkout-steps .stepper .step.step-active:not(.step-current) > a,
.checkout .checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
.checkout .checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
.checkout .checkout-steps > .row > .step.step-active:not(.step-current) > a,
.checkout .checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
.checkout .checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
.checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
.checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
.checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text,
#checkout .checkout-steps > .step.step-active:not(.step-current) > a,
#checkout .checkout-steps > .step.step-active:not(.step-current) .step-content,
#checkout .checkout-steps > .step.step-active:not(.step-current) .step-text,
#checkout .checkout-steps > [class*=col].step-active:not(.step-current) > a,
#checkout .checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
#checkout .checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
#checkout .checkout-steps .stepper .step.step-active:not(.step-current) > a,
#checkout .checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
#checkout .checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
#checkout .checkout-steps > .row > .step.step-active:not(.step-current) > a,
#checkout .checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
#checkout .checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
#checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
#checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
#checkout .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text,
.checkout-container .checkout-steps > .step.step-active:not(.step-current) > a,
.checkout-container .checkout-steps > .step.step-active:not(.step-current) .step-content,
.checkout-container .checkout-steps > .step.step-active:not(.step-current) .step-text,
.checkout-container .checkout-steps > [class*=col].step-active:not(.step-current) > a,
.checkout-container .checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
.checkout-container .checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
.checkout-container .checkout-steps .stepper .step.step-active:not(.step-current) > a,
.checkout-container .checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
.checkout-container .checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
.checkout-container .checkout-steps > .row > .step.step-active:not(.step-current) > a,
.checkout-container .checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
.checkout-container .checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
.checkout-container .checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
.checkout-container .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
.checkout-container .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text,
.opc .checkout-steps > .step.step-active:not(.step-current) > a,
.opc .checkout-steps > .step.step-active:not(.step-current) .step-content,
.opc .checkout-steps > .step.step-active:not(.step-current) .step-text,
.opc .checkout-steps > [class*=col].step-active:not(.step-current) > a,
.opc .checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
.opc .checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
.opc .checkout-steps .stepper .step.step-active:not(.step-current) > a,
.opc .checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
.opc .checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
.opc .checkout-steps > .row > .step.step-active:not(.step-current) > a,
.opc .checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
.opc .checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
.opc .checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
.opc .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
.opc .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text,
.is-checkout #content .checkout-steps > .step.step-active:not(.step-current) > a,
.is-checkout #content .checkout-steps > .step.step-active:not(.step-current) .step-content,
.is-checkout #content .checkout-steps > .step.step-active:not(.step-current) .step-text,
.is-checkout #content .checkout-steps > [class*=col].step-active:not(.step-current) > a,
.is-checkout #content .checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
.is-checkout #content .checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
.is-checkout #content .checkout-steps .stepper .step.step-active:not(.step-current) > a,
.is-checkout #content .checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
.is-checkout #content .checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
.is-checkout #content .checkout-steps > .row > .step.step-active:not(.step-current) > a,
.is-checkout #content .checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
.is-checkout #content .checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
.is-checkout #content .checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
.is-checkout #content .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
.is-checkout #content .checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text,
nav.stepper.checkout-steps > .step.step-active:not(.step-current) > a,
nav.stepper.checkout-steps > .step.step-active:not(.step-current) .step-content,
nav.stepper.checkout-steps > .step.step-active:not(.step-current) .step-text,
nav.stepper.checkout-steps > [class*=col].step-active:not(.step-current) > a,
nav.stepper.checkout-steps > [class*=col].step-active:not(.step-current) .step-content,
nav.stepper.checkout-steps > [class*=col].step-active:not(.step-current) .step-text,
nav.stepper.checkout-steps .stepper .step.step-active:not(.step-current) > a,
nav.stepper.checkout-steps .stepper .step.step-active:not(.step-current) .step-content,
nav.stepper.checkout-steps .stepper .step.step-active:not(.step-current) .step-text,
nav.stepper.checkout-steps > .row > .step.step-active:not(.step-current) > a,
nav.stepper.checkout-steps > .row > .step.step-active:not(.step-current) .step-content,
nav.stepper.checkout-steps > .row > .step.step-active:not(.step-current) .step-text,
nav.stepper.checkout-steps > .row > [class*=col].step-active:not(.step-current) > a,
nav.stepper.checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-content,
nav.stepper.checkout-steps > .row > [class*=col].step-active:not(.step-current) .step-text {
  color: #2f2a22;
  font-weight: 600;
}
.is-checkout .checkout-steps > .step.step-current .badge-pill,
.is-checkout .checkout-steps > .step.step-current .badge,
.is-checkout .checkout-steps > [class*=col].step-current .badge-pill,
.is-checkout .checkout-steps > [class*=col].step-current .badge,
.is-checkout .checkout-steps .stepper .step.step-current .badge-pill,
.is-checkout .checkout-steps .stepper .step.step-current .badge,
.is-checkout .checkout-steps > .row > .step.step-current .badge-pill,
.is-checkout .checkout-steps > .row > .step.step-current .badge,
.is-checkout .checkout-steps > .row > [class*=col].step-current .badge-pill,
.is-checkout .checkout-steps > .row > [class*=col].step-current .badge,
.checkout .checkout-steps > .step.step-current .badge-pill,
.checkout .checkout-steps > .step.step-current .badge,
.checkout .checkout-steps > [class*=col].step-current .badge-pill,
.checkout .checkout-steps > [class*=col].step-current .badge,
.checkout .checkout-steps .stepper .step.step-current .badge-pill,
.checkout .checkout-steps .stepper .step.step-current .badge,
.checkout .checkout-steps > .row > .step.step-current .badge-pill,
.checkout .checkout-steps > .row > .step.step-current .badge,
.checkout .checkout-steps > .row > [class*=col].step-current .badge-pill,
.checkout .checkout-steps > .row > [class*=col].step-current .badge,
#checkout .checkout-steps > .step.step-current .badge-pill,
#checkout .checkout-steps > .step.step-current .badge,
#checkout .checkout-steps > [class*=col].step-current .badge-pill,
#checkout .checkout-steps > [class*=col].step-current .badge,
#checkout .checkout-steps .stepper .step.step-current .badge-pill,
#checkout .checkout-steps .stepper .step.step-current .badge,
#checkout .checkout-steps > .row > .step.step-current .badge-pill,
#checkout .checkout-steps > .row > .step.step-current .badge,
#checkout .checkout-steps > .row > [class*=col].step-current .badge-pill,
#checkout .checkout-steps > .row > [class*=col].step-current .badge,
.checkout-container .checkout-steps > .step.step-current .badge-pill,
.checkout-container .checkout-steps > .step.step-current .badge,
.checkout-container .checkout-steps > [class*=col].step-current .badge-pill,
.checkout-container .checkout-steps > [class*=col].step-current .badge,
.checkout-container .checkout-steps .stepper .step.step-current .badge-pill,
.checkout-container .checkout-steps .stepper .step.step-current .badge,
.checkout-container .checkout-steps > .row > .step.step-current .badge-pill,
.checkout-container .checkout-steps > .row > .step.step-current .badge,
.checkout-container .checkout-steps > .row > [class*=col].step-current .badge-pill,
.checkout-container .checkout-steps > .row > [class*=col].step-current .badge,
.opc .checkout-steps > .step.step-current .badge-pill,
.opc .checkout-steps > .step.step-current .badge,
.opc .checkout-steps > [class*=col].step-current .badge-pill,
.opc .checkout-steps > [class*=col].step-current .badge,
.opc .checkout-steps .stepper .step.step-current .badge-pill,
.opc .checkout-steps .stepper .step.step-current .badge,
.opc .checkout-steps > .row > .step.step-current .badge-pill,
.opc .checkout-steps > .row > .step.step-current .badge,
.opc .checkout-steps > .row > [class*=col].step-current .badge-pill,
.opc .checkout-steps > .row > [class*=col].step-current .badge,
.is-checkout #content .checkout-steps > .step.step-current .badge-pill,
.is-checkout #content .checkout-steps > .step.step-current .badge,
.is-checkout #content .checkout-steps > [class*=col].step-current .badge-pill,
.is-checkout #content .checkout-steps > [class*=col].step-current .badge,
.is-checkout #content .checkout-steps .stepper .step.step-current .badge-pill,
.is-checkout #content .checkout-steps .stepper .step.step-current .badge,
.is-checkout #content .checkout-steps > .row > .step.step-current .badge-pill,
.is-checkout #content .checkout-steps > .row > .step.step-current .badge,
.is-checkout #content .checkout-steps > .row > [class*=col].step-current .badge-pill,
.is-checkout #content .checkout-steps > .row > [class*=col].step-current .badge,
nav.stepper.checkout-steps > .step.step-current .badge-pill,
nav.stepper.checkout-steps > .step.step-current .badge,
nav.stepper.checkout-steps > [class*=col].step-current .badge-pill,
nav.stepper.checkout-steps > [class*=col].step-current .badge,
nav.stepper.checkout-steps .stepper .step.step-current .badge-pill,
nav.stepper.checkout-steps .stepper .step.step-current .badge,
nav.stepper.checkout-steps > .row > .step.step-current .badge-pill,
nav.stepper.checkout-steps > .row > .step.step-current .badge,
nav.stepper.checkout-steps > .row > [class*=col].step-current .badge-pill,
nav.stepper.checkout-steps > .row > [class*=col].step-current .badge {
  background: #4f6f2a !important;
  border-color: #4f6f2a !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(79, 111, 42, 0.18);
}
.is-checkout .checkout-steps > .step.step-current > a,
.is-checkout .checkout-steps > .step.step-current .step-content,
.is-checkout .checkout-steps > .step.step-current .step-text,
.is-checkout .checkout-steps > [class*=col].step-current > a,
.is-checkout .checkout-steps > [class*=col].step-current .step-content,
.is-checkout .checkout-steps > [class*=col].step-current .step-text,
.is-checkout .checkout-steps .stepper .step.step-current > a,
.is-checkout .checkout-steps .stepper .step.step-current .step-content,
.is-checkout .checkout-steps .stepper .step.step-current .step-text,
.is-checkout .checkout-steps > .row > .step.step-current > a,
.is-checkout .checkout-steps > .row > .step.step-current .step-content,
.is-checkout .checkout-steps > .row > .step.step-current .step-text,
.is-checkout .checkout-steps > .row > [class*=col].step-current > a,
.is-checkout .checkout-steps > .row > [class*=col].step-current .step-content,
.is-checkout .checkout-steps > .row > [class*=col].step-current .step-text,
.checkout .checkout-steps > .step.step-current > a,
.checkout .checkout-steps > .step.step-current .step-content,
.checkout .checkout-steps > .step.step-current .step-text,
.checkout .checkout-steps > [class*=col].step-current > a,
.checkout .checkout-steps > [class*=col].step-current .step-content,
.checkout .checkout-steps > [class*=col].step-current .step-text,
.checkout .checkout-steps .stepper .step.step-current > a,
.checkout .checkout-steps .stepper .step.step-current .step-content,
.checkout .checkout-steps .stepper .step.step-current .step-text,
.checkout .checkout-steps > .row > .step.step-current > a,
.checkout .checkout-steps > .row > .step.step-current .step-content,
.checkout .checkout-steps > .row > .step.step-current .step-text,
.checkout .checkout-steps > .row > [class*=col].step-current > a,
.checkout .checkout-steps > .row > [class*=col].step-current .step-content,
.checkout .checkout-steps > .row > [class*=col].step-current .step-text,
#checkout .checkout-steps > .step.step-current > a,
#checkout .checkout-steps > .step.step-current .step-content,
#checkout .checkout-steps > .step.step-current .step-text,
#checkout .checkout-steps > [class*=col].step-current > a,
#checkout .checkout-steps > [class*=col].step-current .step-content,
#checkout .checkout-steps > [class*=col].step-current .step-text,
#checkout .checkout-steps .stepper .step.step-current > a,
#checkout .checkout-steps .stepper .step.step-current .step-content,
#checkout .checkout-steps .stepper .step.step-current .step-text,
#checkout .checkout-steps > .row > .step.step-current > a,
#checkout .checkout-steps > .row > .step.step-current .step-content,
#checkout .checkout-steps > .row > .step.step-current .step-text,
#checkout .checkout-steps > .row > [class*=col].step-current > a,
#checkout .checkout-steps > .row > [class*=col].step-current .step-content,
#checkout .checkout-steps > .row > [class*=col].step-current .step-text,
.checkout-container .checkout-steps > .step.step-current > a,
.checkout-container .checkout-steps > .step.step-current .step-content,
.checkout-container .checkout-steps > .step.step-current .step-text,
.checkout-container .checkout-steps > [class*=col].step-current > a,
.checkout-container .checkout-steps > [class*=col].step-current .step-content,
.checkout-container .checkout-steps > [class*=col].step-current .step-text,
.checkout-container .checkout-steps .stepper .step.step-current > a,
.checkout-container .checkout-steps .stepper .step.step-current .step-content,
.checkout-container .checkout-steps .stepper .step.step-current .step-text,
.checkout-container .checkout-steps > .row > .step.step-current > a,
.checkout-container .checkout-steps > .row > .step.step-current .step-content,
.checkout-container .checkout-steps > .row > .step.step-current .step-text,
.checkout-container .checkout-steps > .row > [class*=col].step-current > a,
.checkout-container .checkout-steps > .row > [class*=col].step-current .step-content,
.checkout-container .checkout-steps > .row > [class*=col].step-current .step-text,
.opc .checkout-steps > .step.step-current > a,
.opc .checkout-steps > .step.step-current .step-content,
.opc .checkout-steps > .step.step-current .step-text,
.opc .checkout-steps > [class*=col].step-current > a,
.opc .checkout-steps > [class*=col].step-current .step-content,
.opc .checkout-steps > [class*=col].step-current .step-text,
.opc .checkout-steps .stepper .step.step-current > a,
.opc .checkout-steps .stepper .step.step-current .step-content,
.opc .checkout-steps .stepper .step.step-current .step-text,
.opc .checkout-steps > .row > .step.step-current > a,
.opc .checkout-steps > .row > .step.step-current .step-content,
.opc .checkout-steps > .row > .step.step-current .step-text,
.opc .checkout-steps > .row > [class*=col].step-current > a,
.opc .checkout-steps > .row > [class*=col].step-current .step-content,
.opc .checkout-steps > .row > [class*=col].step-current .step-text,
.is-checkout #content .checkout-steps > .step.step-current > a,
.is-checkout #content .checkout-steps > .step.step-current .step-content,
.is-checkout #content .checkout-steps > .step.step-current .step-text,
.is-checkout #content .checkout-steps > [class*=col].step-current > a,
.is-checkout #content .checkout-steps > [class*=col].step-current .step-content,
.is-checkout #content .checkout-steps > [class*=col].step-current .step-text,
.is-checkout #content .checkout-steps .stepper .step.step-current > a,
.is-checkout #content .checkout-steps .stepper .step.step-current .step-content,
.is-checkout #content .checkout-steps .stepper .step.step-current .step-text,
.is-checkout #content .checkout-steps > .row > .step.step-current > a,
.is-checkout #content .checkout-steps > .row > .step.step-current .step-content,
.is-checkout #content .checkout-steps > .row > .step.step-current .step-text,
.is-checkout #content .checkout-steps > .row > [class*=col].step-current > a,
.is-checkout #content .checkout-steps > .row > [class*=col].step-current .step-content,
.is-checkout #content .checkout-steps > .row > [class*=col].step-current .step-text,
nav.stepper.checkout-steps > .step.step-current > a,
nav.stepper.checkout-steps > .step.step-current .step-content,
nav.stepper.checkout-steps > .step.step-current .step-text,
nav.stepper.checkout-steps > [class*=col].step-current > a,
nav.stepper.checkout-steps > [class*=col].step-current .step-content,
nav.stepper.checkout-steps > [class*=col].step-current .step-text,
nav.stepper.checkout-steps .stepper .step.step-current > a,
nav.stepper.checkout-steps .stepper .step.step-current .step-content,
nav.stepper.checkout-steps .stepper .step.step-current .step-text,
nav.stepper.checkout-steps > .row > .step.step-current > a,
nav.stepper.checkout-steps > .row > .step.step-current .step-content,
nav.stepper.checkout-steps > .row > .step.step-current .step-text,
nav.stepper.checkout-steps > .row > [class*=col].step-current > a,
nav.stepper.checkout-steps > .row > [class*=col].step-current .step-content,
nav.stepper.checkout-steps > .row > [class*=col].step-current .step-text {
  color: #2f2a22;
  font-weight: 700;
}

.is-checkout .checkout-steps.stepper > .step::before,
.is-checkout .checkout-steps.stepper > .step::after,
.is-checkout nav.stepper.checkout-steps > .step::before,
.is-checkout nav.stepper.checkout-steps > .step::after,
.checkout .checkout-steps.stepper > .step::before,
.checkout .checkout-steps.stepper > .step::after,
#checkout .checkout-steps.stepper > .step::before,
#checkout .checkout-steps.stepper > .step::after,
.checkout-container .checkout-steps.stepper > .step::before,
.checkout-container .checkout-steps.stepper > .step::after,
.opc .checkout-steps.stepper > .step::before,
.opc .checkout-steps.stepper > .step::after,
.is-checkout #content .checkout-steps.stepper > .step::before,
.is-checkout #content .checkout-steps.stepper > .step::after,
.is-checkout .checkout-steps .stepper .step::before,
.is-checkout .checkout-steps .stepper .step::after,
.checkout .checkout-steps .stepper .step::before,
.checkout .checkout-steps .stepper .step::after,
#checkout .checkout-steps .stepper .step::before,
#checkout .checkout-steps .stepper .step::after {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.is-checkout .checkout-steps.stepper > .step-active::after,
.is-checkout nav.stepper.checkout-steps > .step-active::after,
.checkout .checkout-steps.stepper > .step-active::after,
#checkout .checkout-steps.stepper > .step-active::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

.is-checkout .checkout-steps.stepper .step-active .step-content::after,
.is-checkout .checkout-steps.stepper .step-current .step-content::after,
.is-checkout .checkout-steps.stepper .step-active > a::after,
.is-checkout .checkout-steps.stepper .step-current > a::after,
.checkout .checkout-steps.stepper .step-active .step-content::after,
.checkout .checkout-steps.stepper .step-current .step-content::after,
#checkout .checkout-steps.stepper .step-active .step-content::after,
#checkout .checkout-steps.stepper .step-current .step-content::after {
  display: none !important;
  content: none !important;
}

.is-checkout .checkout-steps.stepper,
.is-checkout nav.stepper.checkout-steps,
.checkout .checkout-steps.stepper,
#checkout .checkout-steps.stepper,
.checkout-container .checkout-steps.stepper,
.opc .checkout-steps.stepper,
.is-checkout #content .checkout-steps.stepper,
.is-checkout .checkout-steps .stepper,
.checkout .checkout-steps .stepper,
#checkout .checkout-steps .stepper {
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.is-checkout .checkout-steps.stepper > .step,
.is-checkout .checkout-steps.stepper > .step-active,
.is-checkout nav.stepper.checkout-steps > .step,
.is-checkout nav.stepper.checkout-steps > .step-active,
.checkout .checkout-steps.stepper > .step,
.checkout .checkout-steps.stepper > .step-active,
#checkout .checkout-steps.stepper > .step,
#checkout .checkout-steps.stepper > .step-active,
.is-checkout .checkout-steps .stepper .step,
.is-checkout .checkout-steps .stepper .step-active,
.checkout .checkout-steps .stepper .step,
.checkout .checkout-steps .stepper .step-active {
  background: transparent !important;
}

.checkout,
#checkout,
.checkout-container,
.opc,
.is-checkout #content {
  max-width: 70rem;
  margin-inline: auto;
  padding-bottom: 2.5rem;
}
.checkout .checkout-steps:not(:has(> .row)),
.checkout #checkout-steps,
.checkout .step-wizard,
.checkout .nav-tabs.checkout-tabs,
.checkout nav.checkout-steps:not(:has(> .row)),
#checkout .checkout-steps:not(:has(> .row)),
#checkout #checkout-steps,
#checkout .step-wizard,
#checkout .nav-tabs.checkout-tabs,
#checkout nav.checkout-steps:not(:has(> .row)),
.checkout-container .checkout-steps:not(:has(> .row)),
.checkout-container #checkout-steps,
.checkout-container .step-wizard,
.checkout-container .nav-tabs.checkout-tabs,
.checkout-container nav.checkout-steps:not(:has(> .row)),
.opc .checkout-steps:not(:has(> .row)),
.opc #checkout-steps,
.opc .step-wizard,
.opc .nav-tabs.checkout-tabs,
.opc nav.checkout-steps:not(:has(> .row)),
.is-checkout #content .checkout-steps:not(:has(> .row)),
.is-checkout #content #checkout-steps,
.is-checkout #content .step-wizard,
.is-checkout #content .nav-tabs.checkout-tabs,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 1.25rem;
  padding: 0;
  list-style: none;
  border: 0;
  background: transparent;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.checkout .checkout-steps:not(:has(> .row)) > li,
.checkout .checkout-steps:not(:has(> .row)) .nav-item,
.checkout #checkout-steps > li,
.checkout #checkout-steps .nav-item,
.checkout .step-wizard > li,
.checkout .step-wizard .nav-item,
.checkout .nav-tabs.checkout-tabs > li,
.checkout .nav-tabs.checkout-tabs .nav-item,
.checkout nav.checkout-steps:not(:has(> .row)) > li,
.checkout nav.checkout-steps:not(:has(> .row)) .nav-item,
#checkout .checkout-steps:not(:has(> .row)) > li,
#checkout .checkout-steps:not(:has(> .row)) .nav-item,
#checkout #checkout-steps > li,
#checkout #checkout-steps .nav-item,
#checkout .step-wizard > li,
#checkout .step-wizard .nav-item,
#checkout .nav-tabs.checkout-tabs > li,
#checkout .nav-tabs.checkout-tabs .nav-item,
#checkout nav.checkout-steps:not(:has(> .row)) > li,
#checkout nav.checkout-steps:not(:has(> .row)) .nav-item,
.checkout-container .checkout-steps:not(:has(> .row)) > li,
.checkout-container .checkout-steps:not(:has(> .row)) .nav-item,
.checkout-container #checkout-steps > li,
.checkout-container #checkout-steps .nav-item,
.checkout-container .step-wizard > li,
.checkout-container .step-wizard .nav-item,
.checkout-container .nav-tabs.checkout-tabs > li,
.checkout-container .nav-tabs.checkout-tabs .nav-item,
.checkout-container nav.checkout-steps:not(:has(> .row)) > li,
.checkout-container nav.checkout-steps:not(:has(> .row)) .nav-item,
.opc .checkout-steps:not(:has(> .row)) > li,
.opc .checkout-steps:not(:has(> .row)) .nav-item,
.opc #checkout-steps > li,
.opc #checkout-steps .nav-item,
.opc .step-wizard > li,
.opc .step-wizard .nav-item,
.opc .nav-tabs.checkout-tabs > li,
.opc .nav-tabs.checkout-tabs .nav-item,
.opc nav.checkout-steps:not(:has(> .row)) > li,
.opc nav.checkout-steps:not(:has(> .row)) .nav-item,
.is-checkout #content .checkout-steps:not(:has(> .row)) > li,
.is-checkout #content .checkout-steps:not(:has(> .row)) .nav-item,
.is-checkout #content #checkout-steps > li,
.is-checkout #content #checkout-steps .nav-item,
.is-checkout #content .step-wizard > li,
.is-checkout #content .step-wizard .nav-item,
.is-checkout #content .nav-tabs.checkout-tabs > li,
.is-checkout #content .nav-tabs.checkout-tabs .nav-item,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) > li,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) .nav-item {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout .checkout-steps:not(:has(> .row)) .nav-link,
.checkout .checkout-steps:not(:has(> .row)) .step,
.checkout .checkout-steps:not(:has(> .row)) a,
.checkout #checkout-steps .nav-link,
.checkout #checkout-steps .step,
.checkout #checkout-steps a,
.checkout .step-wizard .nav-link,
.checkout .step-wizard .step,
.checkout .step-wizard a,
.checkout .nav-tabs.checkout-tabs .nav-link,
.checkout .nav-tabs.checkout-tabs .step,
.checkout .nav-tabs.checkout-tabs a,
.checkout nav.checkout-steps:not(:has(> .row)) .nav-link,
.checkout nav.checkout-steps:not(:has(> .row)) .step,
.checkout nav.checkout-steps:not(:has(> .row)) a,
#checkout .checkout-steps:not(:has(> .row)) .nav-link,
#checkout .checkout-steps:not(:has(> .row)) .step,
#checkout .checkout-steps:not(:has(> .row)) a,
#checkout #checkout-steps .nav-link,
#checkout #checkout-steps .step,
#checkout #checkout-steps a,
#checkout .step-wizard .nav-link,
#checkout .step-wizard .step,
#checkout .step-wizard a,
#checkout .nav-tabs.checkout-tabs .nav-link,
#checkout .nav-tabs.checkout-tabs .step,
#checkout .nav-tabs.checkout-tabs a,
#checkout nav.checkout-steps:not(:has(> .row)) .nav-link,
#checkout nav.checkout-steps:not(:has(> .row)) .step,
#checkout nav.checkout-steps:not(:has(> .row)) a,
.checkout-container .checkout-steps:not(:has(> .row)) .nav-link,
.checkout-container .checkout-steps:not(:has(> .row)) .step,
.checkout-container .checkout-steps:not(:has(> .row)) a,
.checkout-container #checkout-steps .nav-link,
.checkout-container #checkout-steps .step,
.checkout-container #checkout-steps a,
.checkout-container .step-wizard .nav-link,
.checkout-container .step-wizard .step,
.checkout-container .step-wizard a,
.checkout-container .nav-tabs.checkout-tabs .nav-link,
.checkout-container .nav-tabs.checkout-tabs .step,
.checkout-container .nav-tabs.checkout-tabs a,
.checkout-container nav.checkout-steps:not(:has(> .row)) .nav-link,
.checkout-container nav.checkout-steps:not(:has(> .row)) .step,
.checkout-container nav.checkout-steps:not(:has(> .row)) a,
.opc .checkout-steps:not(:has(> .row)) .nav-link,
.opc .checkout-steps:not(:has(> .row)) .step,
.opc .checkout-steps:not(:has(> .row)) a,
.opc #checkout-steps .nav-link,
.opc #checkout-steps .step,
.opc #checkout-steps a,
.opc .step-wizard .nav-link,
.opc .step-wizard .step,
.opc .step-wizard a,
.opc .nav-tabs.checkout-tabs .nav-link,
.opc .nav-tabs.checkout-tabs .step,
.opc .nav-tabs.checkout-tabs a,
.opc nav.checkout-steps:not(:has(> .row)) .nav-link,
.opc nav.checkout-steps:not(:has(> .row)) .step,
.opc nav.checkout-steps:not(:has(> .row)) a,
.is-checkout #content .checkout-steps:not(:has(> .row)) .nav-link,
.is-checkout #content .checkout-steps:not(:has(> .row)) .step,
.is-checkout #content .checkout-steps:not(:has(> .row)) a,
.is-checkout #content #checkout-steps .nav-link,
.is-checkout #content #checkout-steps .step,
.is-checkout #content #checkout-steps a,
.is-checkout #content .step-wizard .nav-link,
.is-checkout #content .step-wizard .step,
.is-checkout #content .step-wizard a,
.is-checkout #content .nav-tabs.checkout-tabs .nav-link,
.is-checkout #content .nav-tabs.checkout-tabs .step,
.is-checkout #content .nav-tabs.checkout-tabs a,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) .nav-link,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) .step,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0.25rem;
  min-height: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7a6241;
  text-decoration: none;
  text-align: center;
}
.checkout .checkout-steps:not(:has(> .row)) .active,
.checkout .checkout-steps:not(:has(> .row)) .is-active,
.checkout .checkout-steps:not(:has(> .row)) .nav-link.active,
.checkout #checkout-steps .active,
.checkout #checkout-steps .is-active,
.checkout #checkout-steps .nav-link.active,
.checkout .step-wizard .active,
.checkout .step-wizard .is-active,
.checkout .step-wizard .nav-link.active,
.checkout .nav-tabs.checkout-tabs .active,
.checkout .nav-tabs.checkout-tabs .is-active,
.checkout .nav-tabs.checkout-tabs .nav-link.active,
.checkout nav.checkout-steps:not(:has(> .row)) .active,
.checkout nav.checkout-steps:not(:has(> .row)) .is-active,
.checkout nav.checkout-steps:not(:has(> .row)) .nav-link.active,
#checkout .checkout-steps:not(:has(> .row)) .active,
#checkout .checkout-steps:not(:has(> .row)) .is-active,
#checkout .checkout-steps:not(:has(> .row)) .nav-link.active,
#checkout #checkout-steps .active,
#checkout #checkout-steps .is-active,
#checkout #checkout-steps .nav-link.active,
#checkout .step-wizard .active,
#checkout .step-wizard .is-active,
#checkout .step-wizard .nav-link.active,
#checkout .nav-tabs.checkout-tabs .active,
#checkout .nav-tabs.checkout-tabs .is-active,
#checkout .nav-tabs.checkout-tabs .nav-link.active,
#checkout nav.checkout-steps:not(:has(> .row)) .active,
#checkout nav.checkout-steps:not(:has(> .row)) .is-active,
#checkout nav.checkout-steps:not(:has(> .row)) .nav-link.active,
.checkout-container .checkout-steps:not(:has(> .row)) .active,
.checkout-container .checkout-steps:not(:has(> .row)) .is-active,
.checkout-container .checkout-steps:not(:has(> .row)) .nav-link.active,
.checkout-container #checkout-steps .active,
.checkout-container #checkout-steps .is-active,
.checkout-container #checkout-steps .nav-link.active,
.checkout-container .step-wizard .active,
.checkout-container .step-wizard .is-active,
.checkout-container .step-wizard .nav-link.active,
.checkout-container .nav-tabs.checkout-tabs .active,
.checkout-container .nav-tabs.checkout-tabs .is-active,
.checkout-container .nav-tabs.checkout-tabs .nav-link.active,
.checkout-container nav.checkout-steps:not(:has(> .row)) .active,
.checkout-container nav.checkout-steps:not(:has(> .row)) .is-active,
.checkout-container nav.checkout-steps:not(:has(> .row)) .nav-link.active,
.opc .checkout-steps:not(:has(> .row)) .active,
.opc .checkout-steps:not(:has(> .row)) .is-active,
.opc .checkout-steps:not(:has(> .row)) .nav-link.active,
.opc #checkout-steps .active,
.opc #checkout-steps .is-active,
.opc #checkout-steps .nav-link.active,
.opc .step-wizard .active,
.opc .step-wizard .is-active,
.opc .step-wizard .nav-link.active,
.opc .nav-tabs.checkout-tabs .active,
.opc .nav-tabs.checkout-tabs .is-active,
.opc .nav-tabs.checkout-tabs .nav-link.active,
.opc nav.checkout-steps:not(:has(> .row)) .active,
.opc nav.checkout-steps:not(:has(> .row)) .is-active,
.opc nav.checkout-steps:not(:has(> .row)) .nav-link.active,
.is-checkout #content .checkout-steps:not(:has(> .row)) .active,
.is-checkout #content .checkout-steps:not(:has(> .row)) .is-active,
.is-checkout #content .checkout-steps:not(:has(> .row)) .nav-link.active,
.is-checkout #content #checkout-steps .active,
.is-checkout #content #checkout-steps .is-active,
.is-checkout #content #checkout-steps .nav-link.active,
.is-checkout #content .step-wizard .active,
.is-checkout #content .step-wizard .is-active,
.is-checkout #content .step-wizard .nav-link.active,
.is-checkout #content .nav-tabs.checkout-tabs .active,
.is-checkout #content .nav-tabs.checkout-tabs .is-active,
.is-checkout #content .nav-tabs.checkout-tabs .nav-link.active,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) .active,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) .is-active,
.is-checkout #content nav.checkout-steps:not(:has(> .row)) .nav-link.active {
  color: #2f2a22;
  font-weight: 700;
}
.checkout .checkout-register,
.checkout .checkout-options,
.checkout .account-options,
.checkout .checkout-login,
.checkout #checkout-register-or-login,
.checkout .register-wrapper,
#checkout .checkout-register,
#checkout .checkout-options,
#checkout .account-options,
#checkout .checkout-login,
#checkout #checkout-register-or-login,
#checkout .register-wrapper,
.checkout-container .checkout-register,
.checkout-container .checkout-options,
.checkout-container .account-options,
.checkout-container .checkout-login,
.checkout-container #checkout-register-or-login,
.checkout-container .register-wrapper,
.opc .checkout-register,
.opc .checkout-options,
.opc .account-options,
.opc .checkout-login,
.opc #checkout-register-or-login,
.opc .register-wrapper,
.is-checkout #content .checkout-register,
.is-checkout #content .checkout-options,
.is-checkout #content .account-options,
.is-checkout #content .checkout-login,
.is-checkout #content #checkout-register-or-login,
.is-checkout #content .register-wrapper {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  align-items: start;
}
@media (min-width: 62rem) {
  .checkout .checkout-register,
  .checkout .checkout-options,
  .checkout .account-options,
  .checkout .checkout-login,
  .checkout #checkout-register-or-login,
  .checkout .register-wrapper,
  #checkout .checkout-register,
  #checkout .checkout-options,
  #checkout .account-options,
  #checkout .checkout-login,
  #checkout #checkout-register-or-login,
  #checkout .register-wrapper,
  .checkout-container .checkout-register,
  .checkout-container .checkout-options,
  .checkout-container .account-options,
  .checkout-container .checkout-login,
  .checkout-container #checkout-register-or-login,
  .checkout-container .register-wrapper,
  .opc .checkout-register,
  .opc .checkout-options,
  .opc .account-options,
  .opc .checkout-login,
  .opc #checkout-register-or-login,
  .opc .register-wrapper,
  .is-checkout #content .checkout-register,
  .is-checkout #content .checkout-options,
  .is-checkout #content .account-options,
  .is-checkout #content .checkout-login,
  .is-checkout #content #checkout-register-or-login,
  .is-checkout #content .register-wrapper {
    grid-template-columns: minmax(16rem, 0.9fr) minmax(18rem, 1.1fr);
  }
}
.checkout .checkout-login,
.checkout #existing-customer,
.checkout .checkout-register-customer,
.checkout .checkout-option-login,
#checkout .checkout-login,
#checkout #existing-customer,
#checkout .checkout-register-customer,
#checkout .checkout-option-login,
.checkout-container .checkout-login,
.checkout-container #existing-customer,
.checkout-container .checkout-register-customer,
.checkout-container .checkout-option-login,
.opc .checkout-login,
.opc #existing-customer,
.opc .checkout-register-customer,
.opc .checkout-option-login,
.is-checkout #content .checkout-login,
.is-checkout #content #existing-customer,
.is-checkout #content .checkout-register-customer,
.is-checkout #content .checkout-option-login {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1.25rem, 2vw, 1.5rem);
  background: #fbf6ec;
  height: 100%;
}
.checkout .checkout-login > h2,
.checkout .checkout-login > h3,
.checkout .checkout-login > .h3,
.checkout .checkout-login .card-header,
.checkout .checkout-login legend,
.checkout #existing-customer > h2,
.checkout #existing-customer > h3,
.checkout #existing-customer > .h3,
.checkout #existing-customer .card-header,
.checkout #existing-customer legend,
.checkout .checkout-register-customer > h2,
.checkout .checkout-register-customer > h3,
.checkout .checkout-register-customer > .h3,
.checkout .checkout-register-customer .card-header,
.checkout .checkout-register-customer legend,
.checkout .checkout-option-login > h2,
.checkout .checkout-option-login > h3,
.checkout .checkout-option-login > .h3,
.checkout .checkout-option-login .card-header,
.checkout .checkout-option-login legend,
#checkout .checkout-login > h2,
#checkout .checkout-login > h3,
#checkout .checkout-login > .h3,
#checkout .checkout-login .card-header,
#checkout .checkout-login legend,
#checkout #existing-customer > h2,
#checkout #existing-customer > h3,
#checkout #existing-customer > .h3,
#checkout #existing-customer .card-header,
#checkout #existing-customer legend,
#checkout .checkout-register-customer > h2,
#checkout .checkout-register-customer > h3,
#checkout .checkout-register-customer > .h3,
#checkout .checkout-register-customer .card-header,
#checkout .checkout-register-customer legend,
#checkout .checkout-option-login > h2,
#checkout .checkout-option-login > h3,
#checkout .checkout-option-login > .h3,
#checkout .checkout-option-login .card-header,
#checkout .checkout-option-login legend,
.checkout-container .checkout-login > h2,
.checkout-container .checkout-login > h3,
.checkout-container .checkout-login > .h3,
.checkout-container .checkout-login .card-header,
.checkout-container .checkout-login legend,
.checkout-container #existing-customer > h2,
.checkout-container #existing-customer > h3,
.checkout-container #existing-customer > .h3,
.checkout-container #existing-customer .card-header,
.checkout-container #existing-customer legend,
.checkout-container .checkout-register-customer > h2,
.checkout-container .checkout-register-customer > h3,
.checkout-container .checkout-register-customer > .h3,
.checkout-container .checkout-register-customer .card-header,
.checkout-container .checkout-register-customer legend,
.checkout-container .checkout-option-login > h2,
.checkout-container .checkout-option-login > h3,
.checkout-container .checkout-option-login > .h3,
.checkout-container .checkout-option-login .card-header,
.checkout-container .checkout-option-login legend,
.opc .checkout-login > h2,
.opc .checkout-login > h3,
.opc .checkout-login > .h3,
.opc .checkout-login .card-header,
.opc .checkout-login legend,
.opc #existing-customer > h2,
.opc #existing-customer > h3,
.opc #existing-customer > .h3,
.opc #existing-customer .card-header,
.opc #existing-customer legend,
.opc .checkout-register-customer > h2,
.opc .checkout-register-customer > h3,
.opc .checkout-register-customer > .h3,
.opc .checkout-register-customer .card-header,
.opc .checkout-register-customer legend,
.opc .checkout-option-login > h2,
.opc .checkout-option-login > h3,
.opc .checkout-option-login > .h3,
.opc .checkout-option-login .card-header,
.opc .checkout-option-login legend,
.is-checkout #content .checkout-login > h2,
.is-checkout #content .checkout-login > h3,
.is-checkout #content .checkout-login > .h3,
.is-checkout #content .checkout-login .card-header,
.is-checkout #content .checkout-login legend,
.is-checkout #content #existing-customer > h2,
.is-checkout #content #existing-customer > h3,
.is-checkout #content #existing-customer > .h3,
.is-checkout #content #existing-customer .card-header,
.is-checkout #content #existing-customer legend,
.is-checkout #content .checkout-register-customer > h2,
.is-checkout #content .checkout-register-customer > h3,
.is-checkout #content .checkout-register-customer > .h3,
.is-checkout #content .checkout-register-customer .card-header,
.is-checkout #content .checkout-register-customer legend,
.is-checkout #content .checkout-option-login > h2,
.is-checkout #content .checkout-option-login > h3,
.is-checkout #content .checkout-option-login > .h3,
.is-checkout #content .checkout-option-login .card-header,
.is-checkout #content .checkout-option-login legend {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2f2a22;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.checkout .checkout-login .form-group:last-child,
.checkout .checkout-login .custom-control:last-child,
.checkout #existing-customer .form-group:last-child,
.checkout #existing-customer .custom-control:last-child,
.checkout .checkout-register-customer .form-group:last-child,
.checkout .checkout-register-customer .custom-control:last-child,
.checkout .checkout-option-login .form-group:last-child,
.checkout .checkout-option-login .custom-control:last-child,
#checkout .checkout-login .form-group:last-child,
#checkout .checkout-login .custom-control:last-child,
#checkout #existing-customer .form-group:last-child,
#checkout #existing-customer .custom-control:last-child,
#checkout .checkout-register-customer .form-group:last-child,
#checkout .checkout-register-customer .custom-control:last-child,
#checkout .checkout-option-login .form-group:last-child,
#checkout .checkout-option-login .custom-control:last-child,
.checkout-container .checkout-login .form-group:last-child,
.checkout-container .checkout-login .custom-control:last-child,
.checkout-container #existing-customer .form-group:last-child,
.checkout-container #existing-customer .custom-control:last-child,
.checkout-container .checkout-register-customer .form-group:last-child,
.checkout-container .checkout-register-customer .custom-control:last-child,
.checkout-container .checkout-option-login .form-group:last-child,
.checkout-container .checkout-option-login .custom-control:last-child,
.opc .checkout-login .form-group:last-child,
.opc .checkout-login .custom-control:last-child,
.opc #existing-customer .form-group:last-child,
.opc #existing-customer .custom-control:last-child,
.opc .checkout-register-customer .form-group:last-child,
.opc .checkout-register-customer .custom-control:last-child,
.opc .checkout-option-login .form-group:last-child,
.opc .checkout-option-login .custom-control:last-child,
.is-checkout #content .checkout-login .form-group:last-child,
.is-checkout #content .checkout-login .custom-control:last-child,
.is-checkout #content #existing-customer .form-group:last-child,
.is-checkout #content #existing-customer .custom-control:last-child,
.is-checkout #content .checkout-register-customer .form-group:last-child,
.is-checkout #content .checkout-register-customer .custom-control:last-child,
.is-checkout #content .checkout-option-login .form-group:last-child,
.is-checkout #content .checkout-option-login .custom-control:last-child {
  margin-bottom: 0;
}
.checkout .checkout-login .btn-primary,
.checkout .checkout-login .btn-bauer-primary,
.checkout #existing-customer .btn-primary,
.checkout #existing-customer .btn-bauer-primary,
.checkout .checkout-register-customer .btn-primary,
.checkout .checkout-register-customer .btn-bauer-primary,
.checkout .checkout-option-login .btn-primary,
.checkout .checkout-option-login .btn-bauer-primary,
#checkout .checkout-login .btn-primary,
#checkout .checkout-login .btn-bauer-primary,
#checkout #existing-customer .btn-primary,
#checkout #existing-customer .btn-bauer-primary,
#checkout .checkout-register-customer .btn-primary,
#checkout .checkout-register-customer .btn-bauer-primary,
#checkout .checkout-option-login .btn-primary,
#checkout .checkout-option-login .btn-bauer-primary,
.checkout-container .checkout-login .btn-primary,
.checkout-container .checkout-login .btn-bauer-primary,
.checkout-container #existing-customer .btn-primary,
.checkout-container #existing-customer .btn-bauer-primary,
.checkout-container .checkout-register-customer .btn-primary,
.checkout-container .checkout-register-customer .btn-bauer-primary,
.checkout-container .checkout-option-login .btn-primary,
.checkout-container .checkout-option-login .btn-bauer-primary,
.opc .checkout-login .btn-primary,
.opc .checkout-login .btn-bauer-primary,
.opc #existing-customer .btn-primary,
.opc #existing-customer .btn-bauer-primary,
.opc .checkout-register-customer .btn-primary,
.opc .checkout-register-customer .btn-bauer-primary,
.opc .checkout-option-login .btn-primary,
.opc .checkout-option-login .btn-bauer-primary,
.is-checkout #content .checkout-login .btn-primary,
.is-checkout #content .checkout-login .btn-bauer-primary,
.is-checkout #content #existing-customer .btn-primary,
.is-checkout #content #existing-customer .btn-bauer-primary,
.is-checkout #content .checkout-register-customer .btn-primary,
.is-checkout #content .checkout-register-customer .btn-bauer-primary,
.is-checkout #content .checkout-option-login .btn-primary,
.is-checkout #content .checkout-option-login .btn-bauer-primary {
  width: 100%;
  margin-top: 0.25rem;
}
.checkout .checkout-login .forgot-password,
.checkout .checkout-login .password-forgotten,
.checkout .checkout-login a[href*=passwort],
.checkout .checkout-login a[href*=Passwort],
.checkout #existing-customer .forgot-password,
.checkout #existing-customer .password-forgotten,
.checkout #existing-customer a[href*=passwort],
.checkout #existing-customer a[href*=Passwort],
.checkout .checkout-register-customer .forgot-password,
.checkout .checkout-register-customer .password-forgotten,
.checkout .checkout-register-customer a[href*=passwort],
.checkout .checkout-register-customer a[href*=Passwort],
.checkout .checkout-option-login .forgot-password,
.checkout .checkout-option-login .password-forgotten,
.checkout .checkout-option-login a[href*=passwort],
.checkout .checkout-option-login a[href*=Passwort],
#checkout .checkout-login .forgot-password,
#checkout .checkout-login .password-forgotten,
#checkout .checkout-login a[href*=passwort],
#checkout .checkout-login a[href*=Passwort],
#checkout #existing-customer .forgot-password,
#checkout #existing-customer .password-forgotten,
#checkout #existing-customer a[href*=passwort],
#checkout #existing-customer a[href*=Passwort],
#checkout .checkout-register-customer .forgot-password,
#checkout .checkout-register-customer .password-forgotten,
#checkout .checkout-register-customer a[href*=passwort],
#checkout .checkout-register-customer a[href*=Passwort],
#checkout .checkout-option-login .forgot-password,
#checkout .checkout-option-login .password-forgotten,
#checkout .checkout-option-login a[href*=passwort],
#checkout .checkout-option-login a[href*=Passwort],
.checkout-container .checkout-login .forgot-password,
.checkout-container .checkout-login .password-forgotten,
.checkout-container .checkout-login a[href*=passwort],
.checkout-container .checkout-login a[href*=Passwort],
.checkout-container #existing-customer .forgot-password,
.checkout-container #existing-customer .password-forgotten,
.checkout-container #existing-customer a[href*=passwort],
.checkout-container #existing-customer a[href*=Passwort],
.checkout-container .checkout-register-customer .forgot-password,
.checkout-container .checkout-register-customer .password-forgotten,
.checkout-container .checkout-register-customer a[href*=passwort],
.checkout-container .checkout-register-customer a[href*=Passwort],
.checkout-container .checkout-option-login .forgot-password,
.checkout-container .checkout-option-login .password-forgotten,
.checkout-container .checkout-option-login a[href*=passwort],
.checkout-container .checkout-option-login a[href*=Passwort],
.opc .checkout-login .forgot-password,
.opc .checkout-login .password-forgotten,
.opc .checkout-login a[href*=passwort],
.opc .checkout-login a[href*=Passwort],
.opc #existing-customer .forgot-password,
.opc #existing-customer .password-forgotten,
.opc #existing-customer a[href*=passwort],
.opc #existing-customer a[href*=Passwort],
.opc .checkout-register-customer .forgot-password,
.opc .checkout-register-customer .password-forgotten,
.opc .checkout-register-customer a[href*=passwort],
.opc .checkout-register-customer a[href*=Passwort],
.opc .checkout-option-login .forgot-password,
.opc .checkout-option-login .password-forgotten,
.opc .checkout-option-login a[href*=passwort],
.opc .checkout-option-login a[href*=Passwort],
.is-checkout #content .checkout-login .forgot-password,
.is-checkout #content .checkout-login .password-forgotten,
.is-checkout #content .checkout-login a[href*=passwort],
.is-checkout #content .checkout-login a[href*=Passwort],
.is-checkout #content #existing-customer .forgot-password,
.is-checkout #content #existing-customer .password-forgotten,
.is-checkout #content #existing-customer a[href*=passwort],
.is-checkout #content #existing-customer a[href*=Passwort],
.is-checkout #content .checkout-register-customer .forgot-password,
.is-checkout #content .checkout-register-customer .password-forgotten,
.is-checkout #content .checkout-register-customer a[href*=passwort],
.is-checkout #content .checkout-register-customer a[href*=Passwort],
.is-checkout #content .checkout-option-login .forgot-password,
.is-checkout #content .checkout-option-login .password-forgotten,
.is-checkout #content .checkout-option-login a[href*=passwort],
.is-checkout #content .checkout-option-login a[href*=Passwort] {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #8a5a28;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 90, 40, 0.35);
}
.checkout .checkout-login .forgot-password:hover,
.checkout .checkout-login .password-forgotten:hover,
.checkout .checkout-login a[href*=passwort]:hover,
.checkout .checkout-login a[href*=Passwort]:hover,
.checkout #existing-customer .forgot-password:hover,
.checkout #existing-customer .password-forgotten:hover,
.checkout #existing-customer a[href*=passwort]:hover,
.checkout #existing-customer a[href*=Passwort]:hover,
.checkout .checkout-register-customer .forgot-password:hover,
.checkout .checkout-register-customer .password-forgotten:hover,
.checkout .checkout-register-customer a[href*=passwort]:hover,
.checkout .checkout-register-customer a[href*=Passwort]:hover,
.checkout .checkout-option-login .forgot-password:hover,
.checkout .checkout-option-login .password-forgotten:hover,
.checkout .checkout-option-login a[href*=passwort]:hover,
.checkout .checkout-option-login a[href*=Passwort]:hover,
#checkout .checkout-login .forgot-password:hover,
#checkout .checkout-login .password-forgotten:hover,
#checkout .checkout-login a[href*=passwort]:hover,
#checkout .checkout-login a[href*=Passwort]:hover,
#checkout #existing-customer .forgot-password:hover,
#checkout #existing-customer .password-forgotten:hover,
#checkout #existing-customer a[href*=passwort]:hover,
#checkout #existing-customer a[href*=Passwort]:hover,
#checkout .checkout-register-customer .forgot-password:hover,
#checkout .checkout-register-customer .password-forgotten:hover,
#checkout .checkout-register-customer a[href*=passwort]:hover,
#checkout .checkout-register-customer a[href*=Passwort]:hover,
#checkout .checkout-option-login .forgot-password:hover,
#checkout .checkout-option-login .password-forgotten:hover,
#checkout .checkout-option-login a[href*=passwort]:hover,
#checkout .checkout-option-login a[href*=Passwort]:hover,
.checkout-container .checkout-login .forgot-password:hover,
.checkout-container .checkout-login .password-forgotten:hover,
.checkout-container .checkout-login a[href*=passwort]:hover,
.checkout-container .checkout-login a[href*=Passwort]:hover,
.checkout-container #existing-customer .forgot-password:hover,
.checkout-container #existing-customer .password-forgotten:hover,
.checkout-container #existing-customer a[href*=passwort]:hover,
.checkout-container #existing-customer a[href*=Passwort]:hover,
.checkout-container .checkout-register-customer .forgot-password:hover,
.checkout-container .checkout-register-customer .password-forgotten:hover,
.checkout-container .checkout-register-customer a[href*=passwort]:hover,
.checkout-container .checkout-register-customer a[href*=Passwort]:hover,
.checkout-container .checkout-option-login .forgot-password:hover,
.checkout-container .checkout-option-login .password-forgotten:hover,
.checkout-container .checkout-option-login a[href*=passwort]:hover,
.checkout-container .checkout-option-login a[href*=Passwort]:hover,
.opc .checkout-login .forgot-password:hover,
.opc .checkout-login .password-forgotten:hover,
.opc .checkout-login a[href*=passwort]:hover,
.opc .checkout-login a[href*=Passwort]:hover,
.opc #existing-customer .forgot-password:hover,
.opc #existing-customer .password-forgotten:hover,
.opc #existing-customer a[href*=passwort]:hover,
.opc #existing-customer a[href*=Passwort]:hover,
.opc .checkout-register-customer .forgot-password:hover,
.opc .checkout-register-customer .password-forgotten:hover,
.opc .checkout-register-customer a[href*=passwort]:hover,
.opc .checkout-register-customer a[href*=Passwort]:hover,
.opc .checkout-option-login .forgot-password:hover,
.opc .checkout-option-login .password-forgotten:hover,
.opc .checkout-option-login a[href*=passwort]:hover,
.opc .checkout-option-login a[href*=Passwort]:hover,
.is-checkout #content .checkout-login .forgot-password:hover,
.is-checkout #content .checkout-login .password-forgotten:hover,
.is-checkout #content .checkout-login a[href*=passwort]:hover,
.is-checkout #content .checkout-login a[href*=Passwort]:hover,
.is-checkout #content #existing-customer .forgot-password:hover,
.is-checkout #content #existing-customer .password-forgotten:hover,
.is-checkout #content #existing-customer a[href*=passwort]:hover,
.is-checkout #content #existing-customer a[href*=Passwort]:hover,
.is-checkout #content .checkout-register-customer .forgot-password:hover,
.is-checkout #content .checkout-register-customer .password-forgotten:hover,
.is-checkout #content .checkout-register-customer a[href*=passwort]:hover,
.is-checkout #content .checkout-register-customer a[href*=Passwort]:hover,
.is-checkout #content .checkout-option-login .forgot-password:hover,
.is-checkout #content .checkout-option-login .password-forgotten:hover,
.is-checkout #content .checkout-option-login a[href*=passwort]:hover,
.is-checkout #content .checkout-option-login a[href*=Passwort]:hover {
  color: #4f6f2a;
  border-bottom-color: #4f6f2a;
}
.checkout .checkout-register-form,
.checkout #checkout-register-form,
.checkout .checkout-guest,
.checkout .checkout-new-customer,
.checkout .register-form,
#checkout .checkout-register-form,
#checkout #checkout-register-form,
#checkout .checkout-guest,
#checkout .checkout-new-customer,
#checkout .register-form,
.checkout-container .checkout-register-form,
.checkout-container #checkout-register-form,
.checkout-container .checkout-guest,
.checkout-container .checkout-new-customer,
.checkout-container .register-form,
.opc .checkout-register-form,
.opc #checkout-register-form,
.opc .checkout-guest,
.opc .checkout-new-customer,
.opc .register-form,
.is-checkout #content .checkout-register-form,
.is-checkout #content #checkout-register-form,
.is-checkout #content .checkout-guest,
.is-checkout #content .checkout-new-customer,
.is-checkout #content .register-form {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: #ffffff;
}
.checkout .checkout-register-form > h2,
.checkout .checkout-register-form > h3,
.checkout .checkout-register-form > .h3,
.checkout .checkout-register-form .card-header,
.checkout #checkout-register-form > h2,
.checkout #checkout-register-form > h3,
.checkout #checkout-register-form > .h3,
.checkout #checkout-register-form .card-header,
.checkout .checkout-guest > h2,
.checkout .checkout-guest > h3,
.checkout .checkout-guest > .h3,
.checkout .checkout-guest .card-header,
.checkout .checkout-new-customer > h2,
.checkout .checkout-new-customer > h3,
.checkout .checkout-new-customer > .h3,
.checkout .checkout-new-customer .card-header,
.checkout .register-form > h2,
.checkout .register-form > h3,
.checkout .register-form > .h3,
.checkout .register-form .card-header,
#checkout .checkout-register-form > h2,
#checkout .checkout-register-form > h3,
#checkout .checkout-register-form > .h3,
#checkout .checkout-register-form .card-header,
#checkout #checkout-register-form > h2,
#checkout #checkout-register-form > h3,
#checkout #checkout-register-form > .h3,
#checkout #checkout-register-form .card-header,
#checkout .checkout-guest > h2,
#checkout .checkout-guest > h3,
#checkout .checkout-guest > .h3,
#checkout .checkout-guest .card-header,
#checkout .checkout-new-customer > h2,
#checkout .checkout-new-customer > h3,
#checkout .checkout-new-customer > .h3,
#checkout .checkout-new-customer .card-header,
#checkout .register-form > h2,
#checkout .register-form > h3,
#checkout .register-form > .h3,
#checkout .register-form .card-header,
.checkout-container .checkout-register-form > h2,
.checkout-container .checkout-register-form > h3,
.checkout-container .checkout-register-form > .h3,
.checkout-container .checkout-register-form .card-header,
.checkout-container #checkout-register-form > h2,
.checkout-container #checkout-register-form > h3,
.checkout-container #checkout-register-form > .h3,
.checkout-container #checkout-register-form .card-header,
.checkout-container .checkout-guest > h2,
.checkout-container .checkout-guest > h3,
.checkout-container .checkout-guest > .h3,
.checkout-container .checkout-guest .card-header,
.checkout-container .checkout-new-customer > h2,
.checkout-container .checkout-new-customer > h3,
.checkout-container .checkout-new-customer > .h3,
.checkout-container .checkout-new-customer .card-header,
.checkout-container .register-form > h2,
.checkout-container .register-form > h3,
.checkout-container .register-form > .h3,
.checkout-container .register-form .card-header,
.opc .checkout-register-form > h2,
.opc .checkout-register-form > h3,
.opc .checkout-register-form > .h3,
.opc .checkout-register-form .card-header,
.opc #checkout-register-form > h2,
.opc #checkout-register-form > h3,
.opc #checkout-register-form > .h3,
.opc #checkout-register-form .card-header,
.opc .checkout-guest > h2,
.opc .checkout-guest > h3,
.opc .checkout-guest > .h3,
.opc .checkout-guest .card-header,
.opc .checkout-new-customer > h2,
.opc .checkout-new-customer > h3,
.opc .checkout-new-customer > .h3,
.opc .checkout-new-customer .card-header,
.opc .register-form > h2,
.opc .register-form > h3,
.opc .register-form > .h3,
.opc .register-form .card-header,
.is-checkout #content .checkout-register-form > h2,
.is-checkout #content .checkout-register-form > h3,
.is-checkout #content .checkout-register-form > .h3,
.is-checkout #content .checkout-register-form .card-header,
.is-checkout #content #checkout-register-form > h2,
.is-checkout #content #checkout-register-form > h3,
.is-checkout #content #checkout-register-form > .h3,
.is-checkout #content #checkout-register-form .card-header,
.is-checkout #content .checkout-guest > h2,
.is-checkout #content .checkout-guest > h3,
.is-checkout #content .checkout-guest > .h3,
.is-checkout #content .checkout-guest .card-header,
.is-checkout #content .checkout-new-customer > h2,
.is-checkout #content .checkout-new-customer > h3,
.is-checkout #content .checkout-new-customer > .h3,
.is-checkout #content .checkout-new-customer .card-header,
.is-checkout #content .register-form > h2,
.is-checkout #content .register-form > h3,
.is-checkout #content .register-form > .h3,
.is-checkout #content .register-form .card-header {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #2f2a22;
  margin: 0 0 1.25rem;
  padding: 0 0 0.75rem;
  border: 0;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  background: transparent;
}
.checkout .checkout-register > .card,
.checkout .checkout-register > .checkout-option,
.checkout .checkout-register > fieldset,
.checkout .checkout-options > .card,
.checkout .checkout-options > .checkout-option,
.checkout .checkout-options > fieldset,
.checkout .account-options > .card,
.checkout .account-options > .checkout-option,
.checkout .account-options > fieldset,
.checkout .checkout-login > .card,
.checkout .checkout-login > .checkout-option,
.checkout .checkout-login > fieldset,
#checkout .checkout-register > .card,
#checkout .checkout-register > .checkout-option,
#checkout .checkout-register > fieldset,
#checkout .checkout-options > .card,
#checkout .checkout-options > .checkout-option,
#checkout .checkout-options > fieldset,
#checkout .account-options > .card,
#checkout .account-options > .checkout-option,
#checkout .account-options > fieldset,
#checkout .checkout-login > .card,
#checkout .checkout-login > .checkout-option,
#checkout .checkout-login > fieldset,
.checkout-container .checkout-register > .card,
.checkout-container .checkout-register > .checkout-option,
.checkout-container .checkout-register > fieldset,
.checkout-container .checkout-options > .card,
.checkout-container .checkout-options > .checkout-option,
.checkout-container .checkout-options > fieldset,
.checkout-container .account-options > .card,
.checkout-container .account-options > .checkout-option,
.checkout-container .account-options > fieldset,
.checkout-container .checkout-login > .card,
.checkout-container .checkout-login > .checkout-option,
.checkout-container .checkout-login > fieldset,
.opc .checkout-register > .card,
.opc .checkout-register > .checkout-option,
.opc .checkout-register > fieldset,
.opc .checkout-options > .card,
.opc .checkout-options > .checkout-option,
.opc .checkout-options > fieldset,
.opc .account-options > .card,
.opc .account-options > .checkout-option,
.opc .account-options > fieldset,
.opc .checkout-login > .card,
.opc .checkout-login > .checkout-option,
.opc .checkout-login > fieldset,
.is-checkout #content .checkout-register > .card,
.is-checkout #content .checkout-register > .checkout-option,
.is-checkout #content .checkout-register > fieldset,
.is-checkout #content .checkout-options > .card,
.is-checkout #content .checkout-options > .checkout-option,
.is-checkout #content .checkout-options > fieldset,
.is-checkout #content .account-options > .card,
.is-checkout #content .account-options > .checkout-option,
.is-checkout #content .account-options > fieldset,
.is-checkout #content .checkout-login > .card,
.is-checkout #content .checkout-login > .checkout-option,
.is-checkout #content .checkout-login > fieldset {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1.25rem, 2vw, 1.5rem);
  height: 100%;
  margin: 0;
}
.checkout fieldset,
.checkout .fieldset,
.checkout .form-section,
#checkout fieldset,
#checkout .fieldset,
#checkout .form-section,
.checkout-container fieldset,
.checkout-container .fieldset,
.checkout-container .form-section,
.opc fieldset,
.opc .fieldset,
.opc .form-section,
.is-checkout #content fieldset,
.is-checkout #content .fieldset,
.is-checkout #content .form-section {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0;
}
.checkout fieldset legend,
.checkout fieldset > .h3,
.checkout fieldset > h3,
.checkout fieldset .legend,
.checkout .fieldset legend,
.checkout .fieldset > .h3,
.checkout .fieldset > h3,
.checkout .fieldset .legend,
.checkout .form-section legend,
.checkout .form-section > .h3,
.checkout .form-section > h3,
.checkout .form-section .legend,
#checkout fieldset legend,
#checkout fieldset > .h3,
#checkout fieldset > h3,
#checkout fieldset .legend,
#checkout .fieldset legend,
#checkout .fieldset > .h3,
#checkout .fieldset > h3,
#checkout .fieldset .legend,
#checkout .form-section legend,
#checkout .form-section > .h3,
#checkout .form-section > h3,
#checkout .form-section .legend,
.checkout-container fieldset legend,
.checkout-container fieldset > .h3,
.checkout-container fieldset > h3,
.checkout-container fieldset .legend,
.checkout-container .fieldset legend,
.checkout-container .fieldset > .h3,
.checkout-container .fieldset > h3,
.checkout-container .fieldset .legend,
.checkout-container .form-section legend,
.checkout-container .form-section > .h3,
.checkout-container .form-section > h3,
.checkout-container .form-section .legend,
.opc fieldset legend,
.opc fieldset > .h3,
.opc fieldset > h3,
.opc fieldset .legend,
.opc .fieldset legend,
.opc .fieldset > .h3,
.opc .fieldset > h3,
.opc .fieldset .legend,
.opc .form-section legend,
.opc .form-section > .h3,
.opc .form-section > h3,
.opc .form-section .legend,
.is-checkout #content fieldset legend,
.is-checkout #content fieldset > .h3,
.is-checkout #content fieldset > h3,
.is-checkout #content fieldset .legend,
.is-checkout #content .fieldset legend,
.is-checkout #content .fieldset > .h3,
.is-checkout #content .fieldset > h3,
.is-checkout #content .fieldset .legend,
.is-checkout #content .form-section legend,
.is-checkout #content .form-section > .h3,
.is-checkout #content .form-section > h3,
.is-checkout #content .form-section .legend {
  font-size: 1rem;
  font-weight: 700;
  color: #2f2a22;
  margin: 0 0 1rem;
  padding: 0 0 0.625rem;
  width: 100%;
  border-bottom: 1px solid rgba(94, 72, 43, 0.1);
}
.checkout .form-group,
#checkout .form-group,
.checkout-container .form-group,
.opc .form-group,
.is-checkout #content .form-group {
  margin-bottom: 1rem;
}
.checkout label,
.checkout .col-form-label,
#checkout label,
#checkout .col-form-label,
.checkout-container label,
.checkout-container .col-form-label,
.opc label,
.opc .col-form-label,
.is-checkout #content label,
.is-checkout #content .col-form-label {
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
}
.checkout label .text-danger,
.checkout label .required,
.checkout .required-mark,
.checkout abbr[title=Pflichtfeld],
#checkout label .text-danger,
#checkout label .required,
#checkout .required-mark,
#checkout abbr[title=Pflichtfeld],
.checkout-container label .text-danger,
.checkout-container label .required,
.checkout-container .required-mark,
.checkout-container abbr[title=Pflichtfeld],
.opc label .text-danger,
.opc label .required,
.opc .required-mark,
.opc abbr[title=Pflichtfeld],
.is-checkout #content label .text-danger,
.is-checkout #content label .required,
.is-checkout #content .required-mark,
.is-checkout #content abbr[title=Pflichtfeld] {
  color: #8a5a28;
  font-weight: 700;
  text-decoration: none;
}
.checkout .shipping-address-checkbox,
.checkout .checkout-shipping-equals,
.checkout .custom-control:has(input[type=checkbox]),
#checkout .shipping-address-checkbox,
#checkout .checkout-shipping-equals,
#checkout .custom-control:has(input[type=checkbox]),
.checkout-container .shipping-address-checkbox,
.checkout-container .checkout-shipping-equals,
.checkout-container .custom-control:has(input[type=checkbox]),
.opc .shipping-address-checkbox,
.opc .checkout-shipping-equals,
.opc .custom-control:has(input[type=checkbox]),
.is-checkout #content .shipping-address-checkbox,
.is-checkout #content .checkout-shipping-equals,
.is-checkout #content .custom-control:has(input[type=checkbox]) {
  margin-bottom: 1rem;
}
.checkout #select_shipping_address,
.checkout .shipping-address-form,
#checkout #select_shipping_address,
#checkout .shipping-address-form,
.checkout-container #select_shipping_address,
.checkout-container .shipping-address-form,
.opc #select_shipping_address,
.opc .shipping-address-form,
.is-checkout #content #select_shipping_address,
.is-checkout #content .shipping-address-form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(94, 72, 43, 0.08);
}
.checkout h1:has(+ .row .checkout-shipping-form),
#checkout h1:has(+ .row .checkout-shipping-form),
.checkout-container h1:has(+ .row .checkout-shipping-form),
.opc h1:has(+ .row .checkout-shipping-form),
.is-checkout #content h1:has(+ .row .checkout-shipping-form) {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #2f2a22;
  margin: 0 0 1.25rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  line-height: 1.25;
  max-width: 100%;
}
.checkout h1:has(+ .row .checkout-shipping-form) + .row,
#checkout h1:has(+ .row .checkout-shipping-form) + .row,
.checkout-container h1:has(+ .row .checkout-shipping-form) + .row,
.opc h1:has(+ .row .checkout-shipping-form) + .row,
.is-checkout #content h1:has(+ .row .checkout-shipping-form) + .row {
  margin-left: 0;
  margin-right: 0;
}
.checkout h1:has(+ .row .checkout-shipping-form) + .row > [class*=col],
#checkout h1:has(+ .row .checkout-shipping-form) + .row > [class*=col],
.checkout-container h1:has(+ .row .checkout-shipping-form) + .row > [class*=col],
.opc h1:has(+ .row .checkout-shipping-form) + .row > [class*=col],
.is-checkout #content h1:has(+ .row .checkout-shipping-form) + .row > [class*=col] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.checkout .checkout-shipping-form,
#checkout .checkout-shipping-form,
.checkout-container .checkout-shipping-form,
.opc .checkout-shipping-form,
.is-checkout #content .checkout-shipping-form {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.25rem;
}
.checkout .checkout-shipping-form > hr,
.checkout .checkout-shipping-form fieldset > hr,
#checkout .checkout-shipping-form > hr,
#checkout .checkout-shipping-form fieldset > hr,
.checkout-container .checkout-shipping-form > hr,
.checkout-container .checkout-shipping-form fieldset > hr,
.opc .checkout-shipping-form > hr,
.opc .checkout-shipping-form fieldset > hr,
.is-checkout #content .checkout-shipping-form > hr,
.is-checkout #content .checkout-shipping-form fieldset > hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid rgba(94, 72, 43, 0.08);
}
.checkout .checkout-shipping-form fieldset,
#checkout .checkout-shipping-form fieldset,
.checkout-container .checkout-shipping-form fieldset,
.opc .checkout-shipping-form fieldset,
.is-checkout #content .checkout-shipping-form fieldset {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0;
}
.checkout .checkout-shipping-form fieldset:last-of-type,
#checkout .checkout-shipping-form fieldset:last-of-type,
.checkout-container .checkout-shipping-form fieldset:last-of-type,
.opc .checkout-shipping-form fieldset:last-of-type,
.is-checkout #content .checkout-shipping-form fieldset:last-of-type {
  margin-bottom: 0;
}
.checkout .checkout-shipping-form fieldset legend,
.checkout .checkout-shipping-form fieldset > .h2,
.checkout .checkout-shipping-form fieldset > .h3,
.checkout .checkout-shipping-form fieldset > h3,
#checkout .checkout-shipping-form fieldset legend,
#checkout .checkout-shipping-form fieldset > .h2,
#checkout .checkout-shipping-form fieldset > .h3,
#checkout .checkout-shipping-form fieldset > h3,
.checkout-container .checkout-shipping-form fieldset legend,
.checkout-container .checkout-shipping-form fieldset > .h2,
.checkout-container .checkout-shipping-form fieldset > .h3,
.checkout-container .checkout-shipping-form fieldset > h3,
.opc .checkout-shipping-form fieldset legend,
.opc .checkout-shipping-form fieldset > .h2,
.opc .checkout-shipping-form fieldset > .h3,
.opc .checkout-shipping-form fieldset > h3,
.is-checkout #content .checkout-shipping-form fieldset legend,
.is-checkout #content .checkout-shipping-form fieldset > .h2,
.is-checkout #content .checkout-shipping-form fieldset > .h3,
.is-checkout #content .checkout-shipping-form fieldset > h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2f2a22;
  margin: 0 0 0.875rem;
  padding: 0;
  border: 0;
  width: 100%;
  line-height: 1.3;
}
.checkout .checkout-shipping-form #fieldset-payment,
#checkout .checkout-shipping-form #fieldset-payment,
.checkout-container .checkout-shipping-form #fieldset-payment,
.opc .checkout-shipping-form #fieldset-payment,
.is-checkout #content .checkout-shipping-form #fieldset-payment {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(94, 72, 43, 0.1);
}
.checkout .checkout-shipping-form .card,
#checkout .checkout-shipping-form .card,
.checkout-container .checkout-shipping-form .card,
.opc .checkout-shipping-form .card,
.is-checkout #content .checkout-shipping-form .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.checkout .checkout-shipping-form .checkout-shipping-form-change,
#checkout .checkout-shipping-form .checkout-shipping-form-change,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change,
.opc .checkout-shipping-form .checkout-shipping-form-change,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #7a6241;
}
.checkout .checkout-shipping-form .checkout-shipping-form-change .btn-link,
.checkout .checkout-shipping-form .checkout-shipping-form-change .btn,
#checkout .checkout-shipping-form .checkout-shipping-form-change .btn-link,
#checkout .checkout-shipping-form .checkout-shipping-form-change .btn,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .btn-link,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .btn,
.opc .checkout-shipping-form .checkout-shipping-form-change .btn-link,
.opc .checkout-shipping-form .checkout-shipping-form-change .btn,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .btn-link,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .btn {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: 600;
  color: #8a5a28;
  text-decoration: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: 0;
}
.checkout .checkout-shipping-form .checkout-shipping-form-change .btn-link:hover, .checkout .checkout-shipping-form .checkout-shipping-form-change .btn-link:focus-visible,
.checkout .checkout-shipping-form .checkout-shipping-form-change .btn:hover,
.checkout .checkout-shipping-form .checkout-shipping-form-change .btn:focus-visible,
#checkout .checkout-shipping-form .checkout-shipping-form-change .btn-link:hover,
#checkout .checkout-shipping-form .checkout-shipping-form-change .btn-link:focus-visible,
#checkout .checkout-shipping-form .checkout-shipping-form-change .btn:hover,
#checkout .checkout-shipping-form .checkout-shipping-form-change .btn:focus-visible,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .btn-link:hover,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .btn-link:focus-visible,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .btn:hover,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .btn:focus-visible,
.opc .checkout-shipping-form .checkout-shipping-form-change .btn-link:hover,
.opc .checkout-shipping-form .checkout-shipping-form-change .btn-link:focus-visible,
.opc .checkout-shipping-form .checkout-shipping-form-change .btn:hover,
.opc .checkout-shipping-form .checkout-shipping-form-change .btn:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .btn-link:hover,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .btn-link:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .btn:hover,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .btn:focus-visible {
  color: #4f6f2a;
  text-decoration: underline;
}
.checkout .checkout-shipping-form .checkout-shipping-form-change .checkout-shipping-form-change-icon,
#checkout .checkout-shipping-form .checkout-shipping-form-change .checkout-shipping-form-change-icon,
.checkout-container .checkout-shipping-form .checkout-shipping-form-change .checkout-shipping-form-change-icon,
.opc .checkout-shipping-form .checkout-shipping-form-change .checkout-shipping-form-change-icon,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-change .checkout-shipping-form-change-icon {
  margin-left: 0.15rem;
  font-size: 0.75rem;
  opacity: 0.75;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options,
.checkout .checkout-shipping-form .checkout-shipping-form-packaging,
#checkout .checkout-shipping-form .checkout-shipping-form-options,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging,
.opc .checkout-shipping-form .checkout-shipping-form-options,
.opc .checkout-shipping-form .checkout-shipping-form-packaging,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging {
  margin-bottom: 0;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  width: 100%;
  min-height: 0;
  margin: 0 0 0.625rem;
  padding: 1rem 1.125rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:last-child,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:last-child,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:last-child,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:last-child,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control:last-child,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check:last-child,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control:last-child,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check:last-child,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control:last-child,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check:last-child {
  margin-bottom: 0;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:hover,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:hover,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:hover,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:hover,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control:hover,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check:hover,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control:hover,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check:hover,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control:hover,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check:hover {
  border-color: rgba(94, 72, 43, 0.24);
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.custom-control-input:checked), .checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.form-check-input:checked),
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.custom-control-input:checked),
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.form-check-input:checked),
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.custom-control-input:checked),
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.form-check-input:checked),
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.custom-control-input:checked),
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.form-check-input:checked),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.custom-control-input:checked),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.form-check-input:checked),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.custom-control-input:checked),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.form-check-input:checked),
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.custom-control-input:checked),
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.form-check-input:checked),
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.custom-control-input:checked),
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.form-check-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.custom-control-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control:has(.form-check-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.custom-control-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check:has(.form-check-input:checked) {
  border-color: rgba(79, 111, 42, 0.55);
  background: rgba(79, 111, 42, 0.06);
  box-shadow: 0 0 0 1px rgba(79, 111, 42, 0.1);
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input,
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input {
  position: static !important;
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.2rem 0 0;
  opacity: 1 !important;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(94, 72, 43, 0.28);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  float: none;
  align-self: flex-start;
  z-index: 1;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:checked,
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:checked,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:checked,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:checked {
  border-color: #4f6f2a;
  background-color: #4f6f2a;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible,
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 111, 42, 0.22);
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible:checked,
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible:checked,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible:checked,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .custom-control-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control .form-check-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .custom-control-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check .form-check-input:focus-visible:checked {
  box-shadow: inset 0 0 0 3px #ffffff, 0 0 0 3px rgba(79, 111, 42, 0.22);
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check-label {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding-left: 0;
  margin: 0;
  cursor: pointer;
  color: #2f2a22;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::before, .checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::after,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label::before,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label::after,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::before,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::after,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label::before,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label::after,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::before,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::after,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check-label::before,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check-label::after,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::before,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::after,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check-label::before,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check-label::after,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::before,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control-label::after,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check-label::before,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check-label::after {
  display: none !important;
  content: none !important;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check {
  margin-bottom: 0.625rem;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
#checkout .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
#checkout .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
.opc .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.opc .checkout-shipping-form .checkout-shipping-form-options .form-check-label,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .custom-control-label,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .form-check-label {
  width: 100%;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .content.row,
#checkout .checkout-shipping-form .checkout-shipping-form-options .content.row,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row,
.opc .checkout-shipping-form .checkout-shipping-form-options .content.row,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row {
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  column-gap: 1rem;
  row-gap: 0.25rem;
  align-items: center;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col],
#checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col],
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col],
.opc .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col],
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col] {
  flex: none;
  max-width: none;
  width: auto;
  padding: 0;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(1),
#checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(1),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(1),
.opc .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(1),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(1) {
  grid-column: 1;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(2),
#checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(2),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(2),
.opc .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(2),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(2) {
  grid-column: 2;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(3),
#checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(3),
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(3),
.opc .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(3),
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(3) {
  grid-column: 3;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .title,
#checkout .checkout-shipping-form .checkout-shipping-form-options .title,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .title,
.opc .checkout-shipping-form .checkout-shipping-form-options .title,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .title {
  font-weight: 700;
  color: #2f2a22;
  font-size: 0.9375rem;
  line-height: 1.35;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .title img,
#checkout .checkout-shipping-form .checkout-shipping-form-options .title img,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .title img,
.opc .checkout-shipping-form .checkout-shipping-form-options .title img,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .title img {
  max-height: 1.35rem;
  width: auto;
  margin-bottom: 0.25rem;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .title small,
#checkout .checkout-shipping-form .checkout-shipping-form-options .title small,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .title small,
.opc .checkout-shipping-form .checkout-shipping-form-options .title small,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .title small {
  display: block;
  margin-top: 0.2rem;
  font-weight: 400;
  color: #7a6241;
  line-height: 1.45;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .desc,
.checkout .checkout-shipping-form .checkout-shipping-form-options .desc.text-info,
#checkout .checkout-shipping-form .checkout-shipping-form-options .desc,
#checkout .checkout-shipping-form .checkout-shipping-form-options .desc.text-info,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .desc,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .desc.text-info,
.opc .checkout-shipping-form .checkout-shipping-form-options .desc,
.opc .checkout-shipping-form .checkout-shipping-form-options .desc.text-info,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .desc,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .desc.text-info {
  color: #7a6241 !important;
  font-size: 0.875rem;
  line-height: 1.4;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .price-col,
#checkout .checkout-shipping-form .checkout-shipping-form-options .price-col,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .price-col,
.opc .checkout-shipping-form .checkout-shipping-form-options .price-col,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .price-col {
  margin-left: auto;
  font-weight: 700;
  color: #2f2a22;
  text-align: right;
  white-space: nowrap;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .price-col small,
#checkout .checkout-shipping-form .checkout-shipping-form-options .price-col small,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .price-col small,
.opc .checkout-shipping-form .checkout-shipping-form-options .price-col small,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .price-col small {
  font-weight: 500;
  color: #7a6241;
}
.checkout .checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options-specific-cost,
#checkout .checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options-specific-cost,
.checkout-container .checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options-specific-cost,
.opc .checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options-specific-cost,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options-specific-cost {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px dashed rgba(94, 72, 43, 0.12);
  font-size: 0.875rem;
  color: #7a6241;
}
.checkout .checkout-shipping-form .checkout-payment-options,
#checkout .checkout-shipping-form .checkout-payment-options,
.checkout-container .checkout-shipping-form .checkout-payment-options,
.opc .checkout-shipping-form .checkout-payment-options,
.is-checkout #content .checkout-shipping-form .checkout-payment-options {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
}
.checkout .checkout-shipping-form .checkout-payment-options > .checkout-payment-method,
#checkout .checkout-shipping-form .checkout-payment-options > .checkout-payment-method,
.checkout-container .checkout-shipping-form .checkout-payment-options > .checkout-payment-method,
.opc .checkout-shipping-form .checkout-payment-options > .checkout-payment-method,
.is-checkout #content .checkout-shipping-form .checkout-payment-options > .checkout-payment-method {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control,
.checkout .checkout-shipping-form .checkout-payment-options .form-check,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control,
#checkout .checkout-shipping-form .checkout-payment-options .form-check,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check,
.opc .checkout-shipping-form .checkout-payment-options .custom-control,
.opc .checkout-shipping-form .checkout-payment-options .form-check,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  width: 100%;
  min-height: 0;
  margin: 0 0 0.625rem;
  padding: 1rem 1.125rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control:last-child,
.checkout .checkout-shipping-form .checkout-payment-options .form-check:last-child,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control:last-child,
#checkout .checkout-shipping-form .checkout-payment-options .form-check:last-child,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control:last-child,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check:last-child,
.opc .checkout-shipping-form .checkout-payment-options .custom-control:last-child,
.opc .checkout-shipping-form .checkout-payment-options .form-check:last-child,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control:last-child,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check:last-child {
  margin-bottom: 0;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control:hover,
.checkout .checkout-shipping-form .checkout-payment-options .form-check:hover,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control:hover,
#checkout .checkout-shipping-form .checkout-payment-options .form-check:hover,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control:hover,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check:hover,
.opc .checkout-shipping-form .checkout-payment-options .custom-control:hover,
.opc .checkout-shipping-form .checkout-payment-options .form-check:hover,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control:hover,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check:hover {
  border-color: rgba(94, 72, 43, 0.24);
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control:has(.custom-control-input:checked), .checkout .checkout-shipping-form .checkout-payment-options .custom-control:has(.form-check-input:checked),
.checkout .checkout-shipping-form .checkout-payment-options .form-check:has(.custom-control-input:checked),
.checkout .checkout-shipping-form .checkout-payment-options .form-check:has(.form-check-input:checked),
#checkout .checkout-shipping-form .checkout-payment-options .custom-control:has(.custom-control-input:checked),
#checkout .checkout-shipping-form .checkout-payment-options .custom-control:has(.form-check-input:checked),
#checkout .checkout-shipping-form .checkout-payment-options .form-check:has(.custom-control-input:checked),
#checkout .checkout-shipping-form .checkout-payment-options .form-check:has(.form-check-input:checked),
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control:has(.custom-control-input:checked),
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control:has(.form-check-input:checked),
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check:has(.custom-control-input:checked),
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check:has(.form-check-input:checked),
.opc .checkout-shipping-form .checkout-payment-options .custom-control:has(.custom-control-input:checked),
.opc .checkout-shipping-form .checkout-payment-options .custom-control:has(.form-check-input:checked),
.opc .checkout-shipping-form .checkout-payment-options .form-check:has(.custom-control-input:checked),
.opc .checkout-shipping-form .checkout-payment-options .form-check:has(.form-check-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control:has(.custom-control-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control:has(.form-check-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check:has(.custom-control-input:checked),
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check:has(.form-check-input:checked) {
  border-color: rgba(79, 111, 42, 0.55);
  background: rgba(79, 111, 42, 0.06);
  box-shadow: 0 0 0 1px rgba(79, 111, 42, 0.1);
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input,
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .form-check-input,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input,
.opc .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input,
.opc .checkout-shipping-form .checkout-payment-options .form-check .form-check-input,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .form-check-input {
  position: static !important;
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.2rem 0 0;
  opacity: 1 !important;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(94, 72, 43, 0.28);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  float: none;
  align-self: flex-start;
  z-index: 1;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:checked,
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:checked,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:checked,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:checked,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:checked,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:checked,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:checked,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:checked,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:checked,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:checked,
.opc .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:checked,
.opc .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:checked {
  border-color: #4f6f2a;
  background-color: #4f6f2a;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible,
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible,
.opc .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible,
.opc .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 111, 42, 0.22);
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible:checked,
.checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible:checked,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible:checked,
.checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible:checked,
#checkout .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible:checked,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible:checked,
.opc .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .custom-control-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control .form-check-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .custom-control-input:focus-visible:checked,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check .form-check-input:focus-visible:checked {
  box-shadow: inset 0 0 0 3px #ffffff, 0 0 0 3px rgba(79, 111, 42, 0.22);
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control-label,
.checkout .checkout-shipping-form .checkout-payment-options .form-check-label,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control-label,
#checkout .checkout-shipping-form .checkout-payment-options .form-check-label,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control-label,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check-label,
.opc .checkout-shipping-form .checkout-payment-options .custom-control-label,
.opc .checkout-shipping-form .checkout-payment-options .form-check-label,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control-label,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check-label {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding-left: 0;
  margin: 0;
  cursor: pointer;
  color: #2f2a22;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control-label::before, .checkout .checkout-shipping-form .checkout-payment-options .custom-control-label::after,
.checkout .checkout-shipping-form .checkout-payment-options .form-check-label::before,
.checkout .checkout-shipping-form .checkout-payment-options .form-check-label::after,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control-label::before,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control-label::after,
#checkout .checkout-shipping-form .checkout-payment-options .form-check-label::before,
#checkout .checkout-shipping-form .checkout-payment-options .form-check-label::after,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control-label::before,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control-label::after,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check-label::before,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check-label::after,
.opc .checkout-shipping-form .checkout-payment-options .custom-control-label::before,
.opc .checkout-shipping-form .checkout-payment-options .custom-control-label::after,
.opc .checkout-shipping-form .checkout-payment-options .form-check-label::before,
.opc .checkout-shipping-form .checkout-payment-options .form-check-label::after,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control-label::before,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control-label::after,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check-label::before,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check-label::after {
  display: none !important;
  content: none !important;
}
.checkout .checkout-shipping-form .checkout-payment-options .custom-control,
.checkout .checkout-shipping-form .checkout-payment-options .form-check,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control,
#checkout .checkout-shipping-form .checkout-payment-options .form-check,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control,
.checkout-container .checkout-shipping-form .checkout-payment-options .form-check,
.opc .checkout-shipping-form .checkout-payment-options .custom-control,
.opc .checkout-shipping-form .checkout-payment-options .form-check,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .form-check {
  margin: 0;
}
.checkout .checkout-shipping-form .checkout-payment-options .content .title,
.checkout .checkout-shipping-form .checkout-payment-options .custom-control-label > .title,
#checkout .checkout-shipping-form .checkout-payment-options .content .title,
#checkout .checkout-shipping-form .checkout-payment-options .custom-control-label > .title,
.checkout-container .checkout-shipping-form .checkout-payment-options .content .title,
.checkout-container .checkout-shipping-form .checkout-payment-options .custom-control-label > .title,
.opc .checkout-shipping-form .checkout-payment-options .content .title,
.opc .checkout-shipping-form .checkout-payment-options .custom-control-label > .title,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .content .title,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .custom-control-label > .title {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #2f2a22;
  line-height: 1.35;
}
.checkout .checkout-shipping-form .checkout-payment-options .checkout-payment-method-badge,
#checkout .checkout-shipping-form .checkout-payment-options .checkout-payment-method-badge,
.checkout-container .checkout-shipping-form .checkout-payment-options .checkout-payment-method-badge,
.opc .checkout-shipping-form .checkout-payment-options .checkout-payment-method-badge,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .checkout-payment-method-badge {
  display: block;
  float: none;
  margin: 0.35rem 0 0;
  font-weight: 600;
  font-size: 0.875rem;
  color: #8a5a28;
}
.checkout .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note,
#checkout .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note,
.checkout-container .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note,
.opc .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(94, 72, 43, 0.08);
  color: #7a6241;
  line-height: 1.55;
}
.checkout .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note small,
#checkout .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note small,
.checkout-container .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note small,
.opc .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note small,
.is-checkout #content .checkout-shipping-form .checkout-payment-options .checkout-payment-method-note small {
  font-size: 0.875rem;
  color: inherit;
}
.checkout .checkout-shipping-form .checkout-payment-options img.img-sm,
#checkout .checkout-shipping-form .checkout-payment-options img.img-sm,
.checkout-container .checkout-shipping-form .checkout-payment-options img.img-sm,
.opc .checkout-shipping-form .checkout-payment-options img.img-sm,
.is-checkout #content .checkout-shipping-form .checkout-payment-options img.img-sm {
  max-height: 1.35rem;
  width: auto;
  margin-bottom: 0.25rem;
}
.checkout .checkout-shipping-form .checkout-shipping-form-packaging .custom-control,
.checkout .checkout-shipping-form .checkout-shipping-form-packaging .form-check,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging .custom-control,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging .form-check,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging .custom-control,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging .form-check,
.opc .checkout-shipping-form .checkout-shipping-form-packaging .custom-control,
.opc .checkout-shipping-form .checkout-shipping-form-packaging .form-check,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging .custom-control,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging .form-check {
  padding: 0.75rem 1rem 0.75rem 2.65rem;
  margin-bottom: 0.625rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
}
.checkout .checkout-shipping-form .checkout-shipping-form-packaging .custom-control:last-child,
.checkout .checkout-shipping-form .checkout-shipping-form-packaging .form-check:last-child,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging .custom-control:last-child,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging .form-check:last-child,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging .custom-control:last-child,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging .form-check:last-child,
.opc .checkout-shipping-form .checkout-shipping-form-packaging .custom-control:last-child,
.opc .checkout-shipping-form .checkout-shipping-form-packaging .form-check:last-child,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging .custom-control:last-child,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging .form-check:last-child {
  margin-bottom: 0;
}
.checkout .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-cost,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-cost,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-cost,
.opc .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-cost,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-cost {
  float: none;
  margin-left: 0;
  font-weight: 700;
}
.checkout .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-desc,
#checkout .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-desc,
.checkout-container .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-desc,
.opc .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-desc,
.is-checkout #content .checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-desc {
  display: block;
  margin-top: 0.25rem;
  color: #7a6241;
}
.checkout .checkout-shipping-form .checkout-button-row,
#checkout .checkout-shipping-form .checkout-button-row,
.checkout-container .checkout-shipping-form .checkout-button-row,
.opc .checkout-shipping-form .checkout-button-row,
.is-checkout #content .checkout-shipping-form .checkout-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(94, 72, 43, 0.08);
}
.checkout .checkout-shipping-form .checkout-button-row > [class*=col],
#checkout .checkout-shipping-form .checkout-button-row > [class*=col],
.checkout-container .checkout-shipping-form .checkout-button-row > [class*=col],
.opc .checkout-shipping-form .checkout-button-row > [class*=col],
.is-checkout #content .checkout-shipping-form .checkout-button-row > [class*=col] {
  padding: 0;
}
.checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.checkout .checkout-shipping-form .checkout-button-row .btn-secondary,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
#checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary,
#checkout .checkout-shipping-form .checkout-button-row .btn-secondary,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-secondary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
.opc .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.opc .checkout-shipping-form .checkout-button-row .btn-secondary,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-secondary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-secondary {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
}
.checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary:hover, .checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary:focus-visible,
.checkout .checkout-shipping-form .checkout-button-row .btn-secondary:hover,
.checkout .checkout-shipping-form .checkout-button-row .btn-secondary:focus-visible,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:hover,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary:hover,
#checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row .btn-secondary:hover,
#checkout .checkout-shipping-form .checkout-button-row .btn-secondary:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:hover,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-outline-primary:hover,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-outline-primary:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-secondary:hover,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-secondary:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc .checkout-shipping-form .checkout-button-row .btn-outline-primary:hover,
.opc .checkout-shipping-form .checkout-button-row .btn-outline-primary:focus-visible,
.opc .checkout-shipping-form .checkout-button-row .btn-secondary:hover,
.opc .checkout-shipping-form .checkout-button-row .btn-secondary:focus-visible,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:hover,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-outline-primary:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-outline-primary:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-secondary:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-secondary:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-secondary:focus-visible {
  border-color: rgba(94, 72, 43, 0.28);
  background: #fbf6ec;
  color: #2f2a22;
}
.checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.checkout .checkout-shipping-form .checkout-button-row .btn-secondary,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
#checkout .checkout-shipping-form .checkout-button-row .btn-outline-primary,
#checkout .checkout-shipping-form .checkout-button-row .btn-secondary,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-secondary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
.opc .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.opc .checkout-shipping-form .checkout-button-row .btn-secondary,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-secondary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-outline-primary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-secondary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-secondary {
  width: 100%;
  min-height: 2.75rem;
}
.checkout .checkout-shipping-form .checkout-button-row .btn-primary,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.checkout .checkout-shipping-form .checkout-button-row .submit_once,
.checkout .checkout-shipping-form .checkout-button-row [type=submit],
#checkout .checkout-shipping-form .checkout-button-row .btn-primary,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
#checkout .checkout-shipping-form .checkout-button-row .submit_once,
#checkout .checkout-shipping-form .checkout-button-row [type=submit],
.checkout-container .checkout-shipping-form .checkout-button-row .btn-primary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-shipping-form .checkout-button-row .submit_once,
.checkout-container .checkout-shipping-form .checkout-button-row [type=submit],
.opc .checkout-shipping-form .checkout-button-row .btn-primary,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.opc .checkout-shipping-form .checkout-button-row .submit_once,
.opc .checkout-shipping-form .checkout-button-row [type=submit],
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-primary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .submit_once,
.is-checkout #content .checkout-shipping-form .checkout-button-row [type=submit] {
  background: #4f6f2a;
  border-color: #4f6f2a;
  color: #ffffff;
}
.checkout .checkout-shipping-form .checkout-button-row .btn-primary:hover, .checkout .checkout-shipping-form .checkout-button-row .btn-primary:focus-visible,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary:hover,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout .checkout-shipping-form .checkout-button-row .submit_once:hover,
.checkout .checkout-shipping-form .checkout-button-row .submit_once:focus-visible,
.checkout .checkout-shipping-form .checkout-button-row [type=submit]:hover,
.checkout .checkout-shipping-form .checkout-button-row [type=submit]:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row .btn-primary:hover,
#checkout .checkout-shipping-form .checkout-button-row .btn-primary:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary:hover,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row .submit_once:hover,
#checkout .checkout-shipping-form .checkout-button-row .submit_once:focus-visible,
#checkout .checkout-shipping-form .checkout-button-row [type=submit]:hover,
#checkout .checkout-shipping-form .checkout-button-row [type=submit]:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-primary:hover,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-primary:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-primary:hover,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row .submit_once:hover,
.checkout-container .checkout-shipping-form .checkout-button-row .submit_once:focus-visible,
.checkout-container .checkout-shipping-form .checkout-button-row [type=submit]:hover,
.checkout-container .checkout-shipping-form .checkout-button-row [type=submit]:focus-visible,
.opc .checkout-shipping-form .checkout-button-row .btn-primary:hover,
.opc .checkout-shipping-form .checkout-button-row .btn-primary:focus-visible,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-primary:hover,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-primary:focus-visible,
.opc .checkout-shipping-form .checkout-button-row .submit_once:hover,
.opc .checkout-shipping-form .checkout-button-row .submit_once:focus-visible,
.opc .checkout-shipping-form .checkout-button-row [type=submit]:hover,
.opc .checkout-shipping-form .checkout-button-row [type=submit]:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-primary:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-primary:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row .submit_once:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row .submit_once:focus-visible,
.is-checkout #content .checkout-shipping-form .checkout-button-row [type=submit]:hover,
.is-checkout #content .checkout-shipping-form .checkout-button-row [type=submit]:focus-visible {
  background: #3f591f;
  border-color: #3f591f;
  color: #ffffff;
}
.checkout .checkout-shipping-form .checkout-button-row .btn-primary,
.checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.checkout .checkout-shipping-form .checkout-button-row .submit_once,
.checkout .checkout-shipping-form .checkout-button-row [type=submit],
#checkout .checkout-shipping-form .checkout-button-row .btn-primary,
#checkout .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
#checkout .checkout-shipping-form .checkout-button-row .submit_once,
#checkout .checkout-shipping-form .checkout-button-row [type=submit],
.checkout-container .checkout-shipping-form .checkout-button-row .btn-primary,
.checkout-container .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-shipping-form .checkout-button-row .submit_once,
.checkout-container .checkout-shipping-form .checkout-button-row [type=submit],
.opc .checkout-shipping-form .checkout-button-row .btn-primary,
.opc .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.opc .checkout-shipping-form .checkout-button-row .submit_once,
.opc .checkout-shipping-form .checkout-button-row [type=submit],
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-primary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-shipping-form .checkout-button-row .submit_once,
.is-checkout #content .checkout-shipping-form .checkout-button-row [type=submit] {
  width: 100%;
  min-height: 2.75rem;
  font-weight: 700;
}
@media (min-width: 48rem) {
  .checkout .checkout-shipping-form .checkout-button-row .order-md-1,
  #checkout .checkout-shipping-form .checkout-button-row .order-md-1,
  .checkout-container .checkout-shipping-form .checkout-button-row .order-md-1,
  .opc .checkout-shipping-form .checkout-button-row .order-md-1,
  .is-checkout #content .checkout-shipping-form .checkout-button-row .order-md-1 {
    order: 1;
    flex: 0 1 auto;
    max-width: min(100%, 11rem);
  }
}
@media (min-width: 48rem) {
  .checkout .checkout-shipping-form .checkout-button-row .order-md-2,
  .checkout .checkout-shipping-form .checkout-button-row .ml-auto-util,
  #checkout .checkout-shipping-form .checkout-button-row .order-md-2,
  #checkout .checkout-shipping-form .checkout-button-row .ml-auto-util,
  .checkout-container .checkout-shipping-form .checkout-button-row .order-md-2,
  .checkout-container .checkout-shipping-form .checkout-button-row .ml-auto-util,
  .opc .checkout-shipping-form .checkout-button-row .order-md-2,
  .opc .checkout-shipping-form .checkout-button-row .ml-auto-util,
  .is-checkout #content .checkout-shipping-form .checkout-button-row .order-md-2,
  .is-checkout #content .checkout-shipping-form .checkout-button-row .ml-auto-util {
    order: 2;
    margin-left: auto !important;
    flex: 0 1 auto;
    max-width: min(100%, 14rem);
  }
}
.checkout #fieldset-shipping .custom-control,
.checkout #fieldset-shipping .form-check,
.checkout #fieldset-payment .custom-control,
.checkout #fieldset-payment .form-check,
.checkout .shipping-method .custom-control,
.checkout .shipping-method .form-check,
.checkout .payment-method .custom-control,
.checkout .payment-method .form-check,
.checkout .checkout-shipping .custom-control,
.checkout .checkout-shipping .form-check,
.checkout .checkout-payment .custom-control,
.checkout .checkout-payment .form-check,
#checkout #fieldset-shipping .custom-control,
#checkout #fieldset-shipping .form-check,
#checkout #fieldset-payment .custom-control,
#checkout #fieldset-payment .form-check,
#checkout .shipping-method .custom-control,
#checkout .shipping-method .form-check,
#checkout .payment-method .custom-control,
#checkout .payment-method .form-check,
#checkout .checkout-shipping .custom-control,
#checkout .checkout-shipping .form-check,
#checkout .checkout-payment .custom-control,
#checkout .checkout-payment .form-check,
.checkout-container #fieldset-shipping .custom-control,
.checkout-container #fieldset-shipping .form-check,
.checkout-container #fieldset-payment .custom-control,
.checkout-container #fieldset-payment .form-check,
.checkout-container .shipping-method .custom-control,
.checkout-container .shipping-method .form-check,
.checkout-container .payment-method .custom-control,
.checkout-container .payment-method .form-check,
.checkout-container .checkout-shipping .custom-control,
.checkout-container .checkout-shipping .form-check,
.checkout-container .checkout-payment .custom-control,
.checkout-container .checkout-payment .form-check,
.opc #fieldset-shipping .custom-control,
.opc #fieldset-shipping .form-check,
.opc #fieldset-payment .custom-control,
.opc #fieldset-payment .form-check,
.opc .shipping-method .custom-control,
.opc .shipping-method .form-check,
.opc .payment-method .custom-control,
.opc .payment-method .form-check,
.opc .checkout-shipping .custom-control,
.opc .checkout-shipping .form-check,
.opc .checkout-payment .custom-control,
.opc .checkout-payment .form-check,
.is-checkout #content #fieldset-shipping .custom-control,
.is-checkout #content #fieldset-shipping .form-check,
.is-checkout #content #fieldset-payment .custom-control,
.is-checkout #content #fieldset-payment .form-check,
.is-checkout #content .shipping-method .custom-control,
.is-checkout #content .shipping-method .form-check,
.is-checkout #content .payment-method .custom-control,
.is-checkout #content .payment-method .form-check,
.is-checkout #content .checkout-shipping .custom-control,
.is-checkout #content .checkout-shipping .form-check,
.is-checkout #content .checkout-payment .custom-control,
.is-checkout #content .checkout-payment .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  margin-bottom: 0.625rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
}
.checkout #fieldset-shipping .custom-control:last-child,
.checkout #fieldset-shipping .form-check:last-child,
.checkout #fieldset-payment .custom-control:last-child,
.checkout #fieldset-payment .form-check:last-child,
.checkout .shipping-method .custom-control:last-child,
.checkout .shipping-method .form-check:last-child,
.checkout .payment-method .custom-control:last-child,
.checkout .payment-method .form-check:last-child,
.checkout .checkout-shipping .custom-control:last-child,
.checkout .checkout-shipping .form-check:last-child,
.checkout .checkout-payment .custom-control:last-child,
.checkout .checkout-payment .form-check:last-child,
#checkout #fieldset-shipping .custom-control:last-child,
#checkout #fieldset-shipping .form-check:last-child,
#checkout #fieldset-payment .custom-control:last-child,
#checkout #fieldset-payment .form-check:last-child,
#checkout .shipping-method .custom-control:last-child,
#checkout .shipping-method .form-check:last-child,
#checkout .payment-method .custom-control:last-child,
#checkout .payment-method .form-check:last-child,
#checkout .checkout-shipping .custom-control:last-child,
#checkout .checkout-shipping .form-check:last-child,
#checkout .checkout-payment .custom-control:last-child,
#checkout .checkout-payment .form-check:last-child,
.checkout-container #fieldset-shipping .custom-control:last-child,
.checkout-container #fieldset-shipping .form-check:last-child,
.checkout-container #fieldset-payment .custom-control:last-child,
.checkout-container #fieldset-payment .form-check:last-child,
.checkout-container .shipping-method .custom-control:last-child,
.checkout-container .shipping-method .form-check:last-child,
.checkout-container .payment-method .custom-control:last-child,
.checkout-container .payment-method .form-check:last-child,
.checkout-container .checkout-shipping .custom-control:last-child,
.checkout-container .checkout-shipping .form-check:last-child,
.checkout-container .checkout-payment .custom-control:last-child,
.checkout-container .checkout-payment .form-check:last-child,
.opc #fieldset-shipping .custom-control:last-child,
.opc #fieldset-shipping .form-check:last-child,
.opc #fieldset-payment .custom-control:last-child,
.opc #fieldset-payment .form-check:last-child,
.opc .shipping-method .custom-control:last-child,
.opc .shipping-method .form-check:last-child,
.opc .payment-method .custom-control:last-child,
.opc .payment-method .form-check:last-child,
.opc .checkout-shipping .custom-control:last-child,
.opc .checkout-shipping .form-check:last-child,
.opc .checkout-payment .custom-control:last-child,
.opc .checkout-payment .form-check:last-child,
.is-checkout #content #fieldset-shipping .custom-control:last-child,
.is-checkout #content #fieldset-shipping .form-check:last-child,
.is-checkout #content #fieldset-payment .custom-control:last-child,
.is-checkout #content #fieldset-payment .form-check:last-child,
.is-checkout #content .shipping-method .custom-control:last-child,
.is-checkout #content .shipping-method .form-check:last-child,
.is-checkout #content .payment-method .custom-control:last-child,
.is-checkout #content .payment-method .form-check:last-child,
.is-checkout #content .checkout-shipping .custom-control:last-child,
.is-checkout #content .checkout-shipping .form-check:last-child,
.is-checkout #content .checkout-payment .custom-control:last-child,
.is-checkout #content .checkout-payment .form-check:last-child {
  margin-bottom: 0;
}
.checkout .checkout-confirmation,
.checkout #order-confirm.checkout-confirmation,
#checkout .checkout-confirmation,
#checkout #order-confirm.checkout-confirmation,
.checkout-container .checkout-confirmation,
.checkout-container #order-confirm.checkout-confirmation,
.opc .checkout-confirmation,
.opc #order-confirm.checkout-confirmation,
.is-checkout #content .checkout-confirmation,
.is-checkout #content #order-confirm.checkout-confirmation {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.25rem;
}
.checkout .checkout-confirmation > h1,
.checkout #order-confirm.checkout-confirmation > h1,
#checkout .checkout-confirmation > h1,
#checkout #order-confirm.checkout-confirmation > h1,
.checkout-container .checkout-confirmation > h1,
.checkout-container #order-confirm.checkout-confirmation > h1,
.opc .checkout-confirmation > h1,
.opc #order-confirm.checkout-confirmation > h1,
.is-checkout #content .checkout-confirmation > h1,
.is-checkout #content #order-confirm.checkout-confirmation > h1 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #2f2a22;
  margin: 0 0 1.25rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
  line-height: 1.25;
}
.checkout .checkout-confirmation .card,
.checkout #order-confirm.checkout-confirmation .card,
#checkout .checkout-confirmation .card,
#checkout #order-confirm.checkout-confirmation .card,
.checkout-container .checkout-confirmation .card,
.checkout-container #order-confirm.checkout-confirmation .card,
.opc .checkout-confirmation .card,
.opc #order-confirm.checkout-confirmation .card,
.is-checkout #content .checkout-confirmation .card,
.is-checkout #content #order-confirm.checkout-confirmation .card {
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 0.5rem;
  box-shadow: none;
  margin-bottom: 1rem;
}
.checkout .checkout-confirmation .checkout-confirmation-heading,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-heading,
#checkout .checkout-confirmation .checkout-confirmation-heading,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-heading,
.checkout-container .checkout-confirmation .checkout-confirmation-heading,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-heading,
.opc .checkout-confirmation .checkout-confirmation-heading,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-heading,
.is-checkout #content .checkout-confirmation .checkout-confirmation-heading,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2f2a22;
}
.checkout .checkout-confirmation .checkout-confirmation-change,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-change,
#checkout .checkout-confirmation .checkout-confirmation-change,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-change,
.checkout-container .checkout-confirmation .checkout-confirmation-change,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-change,
.opc .checkout-confirmation .checkout-confirmation-change,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-change,
.is-checkout #content .checkout-confirmation .checkout-confirmation-change,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-change {
  color: #8a5a28;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.checkout .checkout-confirmation .checkout-confirmation-items,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items,
#checkout .checkout-confirmation .checkout-confirmation-items,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items,
.checkout-container .checkout-confirmation .checkout-confirmation-items,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items,
.opc .checkout-confirmation .checkout-confirmation-items,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items {
  margin-top: 1.25rem;
}
.checkout .checkout-confirmation .checkout-confirmation-items .card-products,
.checkout .checkout-confirmation .checkout-confirmation-items .card-gray,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray,
#checkout .checkout-confirmation .checkout-confirmation-items .card-products,
#checkout .checkout-confirmation .checkout-confirmation-items .card-gray,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray,
.checkout-container .checkout-confirmation .checkout-confirmation-items .card-products,
.checkout-container .checkout-confirmation .checkout-confirmation-items .card-gray,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray,
.opc .checkout-confirmation .checkout-confirmation-items .card-products,
.opc .checkout-confirmation .checkout-confirmation-items .card-gray,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .card-products,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .card-gray,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray {
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: none;
  margin-bottom: 0;
  background: #ffffff;
}
.checkout .checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.checkout .checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
#checkout .checkout-confirmation .checkout-confirmation-items .card-products .card-header,
#checkout .checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-header,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.checkout-container .checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.checkout-container .checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.opc .checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.opc .checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .card-gray .card-header,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-header,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-header {
  padding: 0.75rem 1rem;
  background: #fbf6ec;
  border-bottom: 1px solid rgba(94, 72, 43, 0.08);
}
.checkout .checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.checkout .checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
#checkout .checkout-confirmation .checkout-confirmation-items .card-products .card-body,
#checkout .checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-body,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.checkout-container .checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.checkout-container .checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.opc .checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.opc .checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .card-gray .card-body,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .card-products .card-body,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .card-gray .card-body {
  margin-top: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.checkout .checkout-confirmation .order-submit .checkout-button-row,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
#checkout .checkout-confirmation .order-submit .checkout-button-row,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.opc .checkout-confirmation .order-submit .checkout-button-row,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  padding: 1.25rem clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-top: 1px solid rgba(94, 72, 43, 0.08);
  border-radius: 0 0 1.25rem 1.25rem;
  background: #ffffff;
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.checkout .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row > [class*=col],
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
#checkout .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.checkout-container .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.opc .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row > [class*=col] {
  padding: 0;
  flex: 1 1 auto;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-2,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-2,
  #checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  #checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  #checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  #checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-2,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-2,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-2,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-2 {
    order: 1;
    flex: 0 1 auto;
    max-width: min(100%, 12rem);
  }
}
@media (min-width: 48rem) {
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-1,
  .checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-1,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  #checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  #checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  #checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  #checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  #checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-1,
  #checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-1,
  .checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .opc .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-1,
  .opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .order-1,
  .is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .ml-auto-util {
    order: 2;
    margin-left: auto !important;
    flex: 0 1 auto;
    max-width: min(100%, 18rem);
  }
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout .checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
#checkout .checkout-confirmation .order-submit .checkout-button-row a.btn,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.opc .checkout-confirmation .order-submit .checkout-button-row a.btn,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row a.btn,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover, .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary:focus-visible {
  border-color: rgba(94, 72, 43, 0.28);
  background: #fbf6ec;
  color: #2f2a22;
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout .checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
#checkout .checkout-confirmation .order-submit .checkout-button-row a.btn,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.opc .checkout-confirmation .order-submit .checkout-button-row a.btn,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row a.btn,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row a.btn,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-outline-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row a.btn,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-outline-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-secondary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  font-weight: 600;
  text-decoration: none;
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary {
  background: #4f6f2a;
  border-color: #4f6f2a;
  color: #ffffff;
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover, .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:hover,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary:focus-visible {
  background: #3f591f;
  border-color: #3f591f;
  color: #ffffff;
}
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
#checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
#checkout .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
#checkout #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout-container .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.checkout-container #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.opc .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.opc #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.is-checkout #content .checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row #complete-order-button,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-items .checkout-button-row [type=submit].btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row #complete-order-button,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row .btn-bauer-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-primary,
.is-checkout #content #order-confirm.checkout-confirmation .order-submit .checkout-button-row [type=submit].btn-bauer-primary {
  width: 100%;
  min-height: 2.75rem;
  font-weight: 700;
  margin-top: 0;
  max-width: none;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes,
#checkout .checkout-confirmation .snippets-checkbox-wrapper,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes,
.opc .checkout-confirmation .snippets-checkbox-wrapper,
.opc .checkout-confirmation .checkout-confirmation-checkboxes,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes {
  margin: 1.25rem 0;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]),
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]),
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0;
  min-height: 0;
  margin: 0;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input {
  position: static !important;
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.25rem 0 0;
  opacity: 1 !important;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(94, 72, 43, 0.28);
  border-radius: 0.25rem;
  background: #ffffff;
  cursor: pointer;
  float: none;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:checked,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:checked,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:checked,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:checked {
  border-color: #4f6f2a;
  background-color: #4f6f2a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.65rem;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-input:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-input:focus-visible,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 111, 42, 0.22);
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label {
  flex: 1 1 auto;
  padding-left: 0 !important;
  margin: 0;
  color: #2f2a22;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before, .checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::before,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label::after,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label::after,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::before,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label::after,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::before,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label::after {
  display: none !important;
  content: none !important;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a {
  color: #8a5a28;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
#checkout .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
#checkout .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
#checkout #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout-container .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout-container .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout-container #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.opc .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.opc .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.opc #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.is-checkout #content .checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.is-checkout #content .checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control.custom-checkbox .custom-control-label a:hover,
.is-checkout #content #order-confirm.checkout-confirmation .snippets-checkbox-wrapper .custom-control:has(input[type=checkbox]) .custom-control-label a:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control.custom-checkbox .custom-control-label a:hover,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-checkboxes .custom-control:has(input[type=checkbox]) .custom-control-label a:hover {
  color: #4f6f2a;
}
.checkout .checkout-confirmation .checkout-confirmation-legal-notice,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice,
#checkout .checkout-confirmation .checkout-confirmation-legal-notice,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice,
.checkout-container .checkout-confirmation .checkout-confirmation-legal-notice,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice,
.opc .checkout-confirmation .checkout-confirmation-legal-notice,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice,
.is-checkout #content .checkout-confirmation .checkout-confirmation-legal-notice,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice {
  margin: 1rem 0 0.5rem;
  color: #7a6241;
  font-size: 0.875rem;
  line-height: 1.55;
}
.checkout .checkout-confirmation .checkout-confirmation-legal-notice p,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice p,
#checkout .checkout-confirmation .checkout-confirmation-legal-notice p,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice p,
.checkout-container .checkout-confirmation .checkout-confirmation-legal-notice p,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice p,
.opc .checkout-confirmation .checkout-confirmation-legal-notice p,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice p,
.is-checkout #content .checkout-confirmation .checkout-confirmation-legal-notice p,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice p {
  margin: 0;
}
.checkout .checkout-confirmation .checkout-confirmation-legal-notice a,
.checkout #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice a,
#checkout .checkout-confirmation .checkout-confirmation-legal-notice a,
#checkout #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice a,
.checkout-container .checkout-confirmation .checkout-confirmation-legal-notice a,
.checkout-container #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice a,
.opc .checkout-confirmation .checkout-confirmation-legal-notice a,
.opc #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice a,
.is-checkout #content .checkout-confirmation .checkout-confirmation-legal-notice a,
.is-checkout #content #order-confirm.checkout-confirmation .checkout-confirmation-legal-notice a {
  color: #8a5a28;
  text-decoration: underline;
}
.checkout .order-summary,
.checkout .checkout-overview,
#checkout .order-summary,
#checkout .checkout-overview,
.checkout-container .order-summary,
.checkout-container .checkout-overview,
.opc .order-summary,
.opc .checkout-overview,
.is-checkout #content .order-summary,
.is-checkout #content .checkout-overview {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.25rem;
}
.checkout .form-check.required,
.checkout .custom-control.required,
#checkout .form-check.required,
#checkout .custom-control.required,
.checkout-container .form-check.required,
.checkout-container .custom-control.required,
.opc .form-check.required,
.opc .custom-control.required,
.is-checkout #content .form-check.required,
.is-checkout #content .custom-control.required {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(94, 72, 43, 0.08);
}
.checkout .form-check.required:last-child,
.checkout .custom-control.required:last-child,
#checkout .form-check.required:last-child,
#checkout .custom-control.required:last-child,
.checkout-container .form-check.required:last-child,
.checkout-container .custom-control.required:last-child,
.opc .form-check.required:last-child,
.opc .custom-control.required:last-child,
.is-checkout #content .form-check.required:last-child,
.is-checkout #content .custom-control.required:last-child {
  border-bottom: 0;
}

.is-checkout .bt-checkout-trust {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 70rem;
  margin-inline: auto;
}

.bt-checkout-trust {
  margin-top: 2rem;
}

.bt-checkout-trust__card {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  background: #f6f1e7;
  padding: clamp(1rem, 2vw, 1.35rem);
  max-width: 42rem;
}

.bt-checkout-trust__title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.bt-checkout-trust__text {
  margin: 0 0 0.875rem;
  line-height: 1.65;
  max-width: 42rem;
}
.bt-checkout-trust__text--frost {
  font-size: 0.875rem;
  color: #7a6241;
  padding: 0.875rem 1rem;
  background: #fbf6ec;
  border-radius: 0.5rem;
  border-left: 4px solid #8a5a28;
}

.bt-checkout-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.bt-checkout-trust__link {
  color: #8a5a28;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(138, 90, 40, 0.35);
  padding-bottom: 0.125rem;
}
.bt-checkout-trust__link:hover {
  color: #4f6f2a;
  border-bottom-color: #4f6f2a;
}
.bt-checkout-trust__link:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

#add-to-cart .alert,
#pushed-success .alert,
.modal[data-toggle=basket-add] .alert,
.pushed-success .alert {
  border-radius: 1.25rem;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
  line-height: 1.55;
}
#add-to-cart .alert-info,
#pushed-success .alert-info,
.modal[data-toggle=basket-add] .alert-info,
.pushed-success .alert-info {
  background: #fbf6ec;
  border-color: rgba(94, 72, 43, 0.16);
}
#add-to-cart .alert-warning,
#pushed-success .alert-warning,
.modal[data-toggle=basket-add] .alert-warning,
.pushed-success .alert-warning {
  background: rgba(217, 130, 43, 0.1);
  border-color: rgba(217, 130, 43, 0.28);
}
#add-to-cart .alert-danger,
#add-to-cart .alert-error,
#pushed-success .alert-danger,
#pushed-success .alert-error,
.modal[data-toggle=basket-add] .alert-danger,
.modal[data-toggle=basket-add] .alert-error,
.pushed-success .alert-danger,
.pushed-success .alert-error {
  background: rgba(217, 130, 43, 0.08);
  border-color: rgba(185, 0, 0, 0.22);
  color: rgb(23.3259259259, 20.8444444444, 16.8740740741);
}
#add-to-cart .alert-success,
#pushed-success .alert-success,
.modal[data-toggle=basket-add] .alert-success,
.pushed-success .alert-success {
  background: rgba(79, 111, 42, 0.1);
  border-color: rgba(79, 111, 42, 0.28);
}
#add-to-cart .modal-content,
#add-to-cart .card,
#pushed-success .modal-content,
#pushed-success .card,
.modal[data-toggle=basket-add] .modal-content,
.modal[data-toggle=basket-add] .card,
.pushed-success .modal-content,
.pushed-success .card {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  border-radius: 1.5rem;
  overflow: hidden;
}
#add-to-cart .modal-header,
#add-to-cart .card-header,
#pushed-success .modal-header,
#pushed-success .card-header,
.modal[data-toggle=basket-add] .modal-header,
.modal[data-toggle=basket-add] .card-header,
.pushed-success .modal-header,
.pushed-success .card-header {
  background: #f6f1e7;
  border-bottom: 1px solid rgba(94, 72, 43, 0.12);
}
#add-to-cart .modal-title,
#add-to-cart .card-header .title,
#pushed-success .modal-title,
#pushed-success .card-header .title,
.modal[data-toggle=basket-add] .modal-title,
.modal[data-toggle=basket-add] .card-header .title,
.pushed-success .modal-title,
.pushed-success .card-header .title {
  color: #2f2a22;
  font-weight: 700;
}
#add-to-cart .btn-primary, #add-to-cart .btn-bauer-primary,
#pushed-success .btn-primary,
#pushed-success .btn-bauer-primary,
.modal[data-toggle=basket-add] .btn-primary,
.modal[data-toggle=basket-add] .btn-bauer-primary,
.pushed-success .btn-primary,
.pushed-success .btn-bauer-primary {
  background: #4f6f2a;
  border-color: #4f6f2a;
  color: #ffffff;
}
#add-to-cart .btn-primary:hover, #add-to-cart .btn-bauer-primary:hover, #add-to-cart .btn-primary:focus-visible, #add-to-cart .btn-bauer-primary:focus-visible,
#pushed-success .btn-primary:hover,
#pushed-success .btn-bauer-primary:hover,
#pushed-success .btn-primary:focus-visible,
#pushed-success .btn-bauer-primary:focus-visible,
.modal[data-toggle=basket-add] .btn-primary:hover,
.modal[data-toggle=basket-add] .btn-bauer-primary:hover,
.modal[data-toggle=basket-add] .btn-primary:focus-visible,
.modal[data-toggle=basket-add] .btn-bauer-primary:focus-visible,
.pushed-success .btn-primary:hover,
.pushed-success .btn-bauer-primary:hover,
.pushed-success .btn-primary:focus-visible,
.pushed-success .btn-bauer-primary:focus-visible {
  background: #3f591f;
  border-color: #3f591f;
  color: #ffffff;
}
#add-to-cart .btn-secondary, #add-to-cart .btn-bauer-secondary,
#pushed-success .btn-secondary,
#pushed-success .btn-bauer-secondary,
.modal[data-toggle=basket-add] .btn-secondary,
.modal[data-toggle=basket-add] .btn-bauer-secondary,
.pushed-success .btn-secondary,
.pushed-success .btn-bauer-secondary {
  background: #ffffff;
  border: 1px solid rgba(94, 72, 43, 0.12);
  color: #2f2a22;
}
#add-to-cart .btn-secondary:hover, #add-to-cart .btn-bauer-secondary:hover, #add-to-cart .btn-secondary:focus-visible, #add-to-cart .btn-bauer-secondary:focus-visible,
#pushed-success .btn-secondary:hover,
#pushed-success .btn-bauer-secondary:hover,
#pushed-success .btn-secondary:focus-visible,
#pushed-success .btn-bauer-secondary:focus-visible,
.modal[data-toggle=basket-add] .btn-secondary:hover,
.modal[data-toggle=basket-add] .btn-bauer-secondary:hover,
.modal[data-toggle=basket-add] .btn-secondary:focus-visible,
.modal[data-toggle=basket-add] .btn-bauer-secondary:focus-visible,
.pushed-success .btn-secondary:hover,
.pushed-success .btn-bauer-secondary:hover,
.pushed-success .btn-secondary:focus-visible,
.pushed-success .btn-bauer-secondary:focus-visible {
  border-color: rgba(94, 72, 43, 0.28);
  background: #fbf6ec;
  color: #2f2a22;
}
#add-to-cart img,
#pushed-success img,
.modal[data-toggle=basket-add] img,
.pushed-success img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

@media (max-width: 74.9375rem) {
  .container.basket .basket-summary,
  .container.basket .cart-summary,
  .container.basket #sideBasket,
  .container.basket .card-basket-summary {
    margin-top: 0.5rem;
  }
}
@media (max-width: 48rem) {
  .bt-checkout-header__inner {
    min-height: 3.5rem;
  }
  .bt-checkout-header__secure span {
    font-size: 0.8125rem;
  }
  .is-checkout .checkout-steps .badge-pill,
  .is-checkout .checkout-steps .badge,
  .checkout .checkout-steps .badge-pill,
  .checkout .checkout-steps .badge,
  #checkout .checkout-steps .badge-pill,
  #checkout .checkout-steps .badge,
  .checkout-container .checkout-steps .badge-pill,
  .checkout-container .checkout-steps .badge,
  .opc .checkout-steps .badge-pill,
  .opc .checkout-steps .badge,
  .is-checkout #content .checkout-steps .badge-pill,
  .is-checkout #content .checkout-steps .badge,
  nav.stepper.checkout-steps .badge-pill,
  nav.stepper.checkout-steps .badge {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    font-size: 0.75rem;
  }
  .is-checkout .checkout-steps.stepper::before,
  .is-checkout .checkout-steps .stepper::before,
  .is-checkout .checkout-steps > .row::before,
  .checkout .checkout-steps.stepper::before,
  .checkout .checkout-steps .stepper::before,
  .checkout .checkout-steps > .row::before,
  #checkout .checkout-steps.stepper::before,
  #checkout .checkout-steps .stepper::before,
  #checkout .checkout-steps > .row::before,
  .checkout-container .checkout-steps.stepper::before,
  .checkout-container .checkout-steps .stepper::before,
  .checkout-container .checkout-steps > .row::before,
  .opc .checkout-steps.stepper::before,
  .opc .checkout-steps .stepper::before,
  .opc .checkout-steps > .row::before,
  .is-checkout #content .checkout-steps.stepper::before,
  .is-checkout #content .checkout-steps .stepper::before,
  .is-checkout #content .checkout-steps > .row::before,
  nav.stepper.checkout-steps.stepper::before,
  nav.stepper.checkout-steps .stepper::before,
  nav.stepper.checkout-steps > .row::before {
    top: 1.125rem;
    left: 12%;
    right: 12%;
  }
  .is-checkout .checkout-steps > .step > a,
  .is-checkout .checkout-steps .step > a,
  .is-checkout .checkout-steps .step-text,
  .checkout .checkout-steps > .step > a,
  .checkout .checkout-steps .step > a,
  .checkout .checkout-steps .step-text,
  #checkout .checkout-steps > .step > a,
  #checkout .checkout-steps .step > a,
  #checkout .checkout-steps .step-text,
  .checkout-container .checkout-steps > .step > a,
  .checkout-container .checkout-steps .step > a,
  .checkout-container .checkout-steps .step-text,
  .opc .checkout-steps > .step > a,
  .opc .checkout-steps .step > a,
  .opc .checkout-steps .step-text,
  .is-checkout #content .checkout-steps > .step > a,
  .is-checkout #content .checkout-steps .step > a,
  .is-checkout #content .checkout-steps .step-text,
  nav.stepper.checkout-steps > .step > a,
  nav.stepper.checkout-steps .step > a,
  nav.stepper.checkout-steps .step-text {
    font-size: 0;
    line-height: 1.2;
  }
  .is-checkout .checkout-steps > .step > a::after,
  .is-checkout .checkout-steps .step > a::after,
  .is-checkout .checkout-steps .step-text::after,
  .checkout .checkout-steps > .step > a::after,
  .checkout .checkout-steps .step > a::after,
  .checkout .checkout-steps .step-text::after,
  #checkout .checkout-steps > .step > a::after,
  #checkout .checkout-steps .step > a::after,
  #checkout .checkout-steps .step-text::after,
  .checkout-container .checkout-steps > .step > a::after,
  .checkout-container .checkout-steps .step > a::after,
  .checkout-container .checkout-steps .step-text::after,
  .opc .checkout-steps > .step > a::after,
  .opc .checkout-steps .step > a::after,
  .opc .checkout-steps .step-text::after,
  .is-checkout #content .checkout-steps > .step > a::after,
  .is-checkout #content .checkout-steps .step > a::after,
  .is-checkout #content .checkout-steps .step-text::after,
  nav.stepper.checkout-steps > .step > a::after,
  nav.stepper.checkout-steps .step > a::after,
  nav.stepper.checkout-steps .step-text::after {
    display: block !important;
    font-size: 0.65rem;
    font-weight: 600;
    color: inherit;
  }
  .is-checkout .checkout-steps > .step:nth-child(1) > a::after,
  .is-checkout .checkout-steps .step:nth-child(1) .step-text::after,
  .is-checkout .checkout-steps > .row > [class*=col]:nth-child(1) > a::after,
  .checkout .checkout-steps > .step:nth-child(1) > a::after,
  .checkout .checkout-steps .step:nth-child(1) .step-text::after,
  .checkout .checkout-steps > .row > [class*=col]:nth-child(1) > a::after,
  #checkout .checkout-steps > .step:nth-child(1) > a::after,
  #checkout .checkout-steps .step:nth-child(1) .step-text::after,
  #checkout .checkout-steps > .row > [class*=col]:nth-child(1) > a::after,
  .checkout-container .checkout-steps > .step:nth-child(1) > a::after,
  .checkout-container .checkout-steps .step:nth-child(1) .step-text::after,
  .checkout-container .checkout-steps > .row > [class*=col]:nth-child(1) > a::after,
  .opc .checkout-steps > .step:nth-child(1) > a::after,
  .opc .checkout-steps .step:nth-child(1) .step-text::after,
  .opc .checkout-steps > .row > [class*=col]:nth-child(1) > a::after,
  .is-checkout #content .checkout-steps > .step:nth-child(1) > a::after,
  .is-checkout #content .checkout-steps .step:nth-child(1) .step-text::after,
  .is-checkout #content .checkout-steps > .row > [class*=col]:nth-child(1) > a::after,
  nav.stepper.checkout-steps > .step:nth-child(1) > a::after,
  nav.stepper.checkout-steps .step:nth-child(1) .step-text::after,
  nav.stepper.checkout-steps > .row > [class*=col]:nth-child(1) > a::after {
    content: "Adresse";
  }
  .is-checkout .checkout-steps > .step:nth-child(2) > a::after,
  .is-checkout .checkout-steps .step:nth-child(2) .step-text::after,
  .is-checkout .checkout-steps > .row > [class*=col]:nth-child(2) > a::after,
  .checkout .checkout-steps > .step:nth-child(2) > a::after,
  .checkout .checkout-steps .step:nth-child(2) .step-text::after,
  .checkout .checkout-steps > .row > [class*=col]:nth-child(2) > a::after,
  #checkout .checkout-steps > .step:nth-child(2) > a::after,
  #checkout .checkout-steps .step:nth-child(2) .step-text::after,
  #checkout .checkout-steps > .row > [class*=col]:nth-child(2) > a::after,
  .checkout-container .checkout-steps > .step:nth-child(2) > a::after,
  .checkout-container .checkout-steps .step:nth-child(2) .step-text::after,
  .checkout-container .checkout-steps > .row > [class*=col]:nth-child(2) > a::after,
  .opc .checkout-steps > .step:nth-child(2) > a::after,
  .opc .checkout-steps .step:nth-child(2) .step-text::after,
  .opc .checkout-steps > .row > [class*=col]:nth-child(2) > a::after,
  .is-checkout #content .checkout-steps > .step:nth-child(2) > a::after,
  .is-checkout #content .checkout-steps .step:nth-child(2) .step-text::after,
  .is-checkout #content .checkout-steps > .row > [class*=col]:nth-child(2) > a::after,
  nav.stepper.checkout-steps > .step:nth-child(2) > a::after,
  nav.stepper.checkout-steps .step:nth-child(2) .step-text::after,
  nav.stepper.checkout-steps > .row > [class*=col]:nth-child(2) > a::after {
    content: "Versand/Zahlung";
  }
  .is-checkout .checkout-steps > .step:nth-child(3) > a::after,
  .is-checkout .checkout-steps .step:nth-child(3) .step-text::after,
  .is-checkout .checkout-steps > .row > [class*=col]:nth-child(3) > a::after,
  .checkout .checkout-steps > .step:nth-child(3) > a::after,
  .checkout .checkout-steps .step:nth-child(3) .step-text::after,
  .checkout .checkout-steps > .row > [class*=col]:nth-child(3) > a::after,
  #checkout .checkout-steps > .step:nth-child(3) > a::after,
  #checkout .checkout-steps .step:nth-child(3) .step-text::after,
  #checkout .checkout-steps > .row > [class*=col]:nth-child(3) > a::after,
  .checkout-container .checkout-steps > .step:nth-child(3) > a::after,
  .checkout-container .checkout-steps .step:nth-child(3) .step-text::after,
  .checkout-container .checkout-steps > .row > [class*=col]:nth-child(3) > a::after,
  .opc .checkout-steps > .step:nth-child(3) > a::after,
  .opc .checkout-steps .step:nth-child(3) .step-text::after,
  .opc .checkout-steps > .row > [class*=col]:nth-child(3) > a::after,
  .is-checkout #content .checkout-steps > .step:nth-child(3) > a::after,
  .is-checkout #content .checkout-steps .step:nth-child(3) .step-text::after,
  .is-checkout #content .checkout-steps > .row > [class*=col]:nth-child(3) > a::after,
  nav.stepper.checkout-steps > .step:nth-child(3) > a::after,
  nav.stepper.checkout-steps .step:nth-child(3) .step-text::after,
  nav.stepper.checkout-steps > .row > [class*=col]:nth-child(3) > a::after {
    content: "Übersicht";
  }
  .is-checkout .checkout-steps > .step.step-current > a::after,
  .is-checkout .checkout-steps .step.step-current .step-text::after,
  .checkout .checkout-steps > .step.step-current > a::after,
  .checkout .checkout-steps .step.step-current .step-text::after,
  #checkout .checkout-steps > .step.step-current > a::after,
  #checkout .checkout-steps .step.step-current .step-text::after,
  .checkout-container .checkout-steps > .step.step-current > a::after,
  .checkout-container .checkout-steps .step.step-current .step-text::after,
  .opc .checkout-steps > .step.step-current > a::after,
  .opc .checkout-steps .step.step-current .step-text::after,
  .is-checkout #content .checkout-steps > .step.step-current > a::after,
  .is-checkout #content .checkout-steps .step.step-current .step-text::after,
  nav.stepper.checkout-steps > .step.step-current > a::after,
  nav.stepper.checkout-steps .step.step-current .step-text::after {
    font-weight: 700;
    color: #2f2a22;
  }
  .checkout .checkout-login .btn-primary, .checkout .checkout-login .btn-bauer-primary,
  .checkout .checkout-login .btn-bauer-primary,
  .checkout .checkout-login .btn-secondary,
  .checkout .checkout-login .btn-bauer-secondary,
  .checkout .checkout-login .btn-bauer-secondary,
  .checkout #existing-customer .btn-primary,
  .checkout #existing-customer .btn-bauer-primary,
  .checkout #existing-customer .btn-bauer-primary,
  .checkout #existing-customer .btn-secondary,
  .checkout #existing-customer .btn-bauer-secondary,
  .checkout #existing-customer .btn-bauer-secondary,
  .checkout .checkout-register-form .btn-primary,
  .checkout .checkout-register-form .btn-bauer-primary,
  .checkout .checkout-register-form .btn-bauer-primary,
  .checkout .checkout-register-form .btn-secondary,
  .checkout .checkout-register-form .btn-bauer-secondary,
  .checkout .checkout-register-form .btn-bauer-secondary,
  .checkout #checkout-register-form .btn-primary,
  .checkout #checkout-register-form .btn-bauer-primary,
  .checkout #checkout-register-form .btn-bauer-primary,
  .checkout #checkout-register-form .btn-secondary,
  .checkout #checkout-register-form .btn-bauer-secondary,
  .checkout #checkout-register-form .btn-bauer-secondary,
  #checkout .checkout-login .btn-primary,
  #checkout .checkout-login .btn-bauer-primary,
  #checkout .checkout-login .btn-bauer-primary,
  #checkout .checkout-login .btn-secondary,
  #checkout .checkout-login .btn-bauer-secondary,
  #checkout .checkout-login .btn-bauer-secondary,
  #checkout #existing-customer .btn-primary,
  #checkout #existing-customer .btn-bauer-primary,
  #checkout #existing-customer .btn-bauer-primary,
  #checkout #existing-customer .btn-secondary,
  #checkout #existing-customer .btn-bauer-secondary,
  #checkout #existing-customer .btn-bauer-secondary,
  #checkout .checkout-register-form .btn-primary,
  #checkout .checkout-register-form .btn-bauer-primary,
  #checkout .checkout-register-form .btn-bauer-primary,
  #checkout .checkout-register-form .btn-secondary,
  #checkout .checkout-register-form .btn-bauer-secondary,
  #checkout .checkout-register-form .btn-bauer-secondary,
  #checkout #checkout-register-form .btn-primary,
  #checkout #checkout-register-form .btn-bauer-primary,
  #checkout #checkout-register-form .btn-bauer-primary,
  #checkout #checkout-register-form .btn-secondary,
  #checkout #checkout-register-form .btn-bauer-secondary,
  #checkout #checkout-register-form .btn-bauer-secondary,
  .checkout-container .checkout-login .btn-primary,
  .checkout-container .checkout-login .btn-bauer-primary,
  .checkout-container .checkout-login .btn-bauer-primary,
  .checkout-container .checkout-login .btn-secondary,
  .checkout-container .checkout-login .btn-bauer-secondary,
  .checkout-container .checkout-login .btn-bauer-secondary,
  .checkout-container #existing-customer .btn-primary,
  .checkout-container #existing-customer .btn-bauer-primary,
  .checkout-container #existing-customer .btn-bauer-primary,
  .checkout-container #existing-customer .btn-secondary,
  .checkout-container #existing-customer .btn-bauer-secondary,
  .checkout-container #existing-customer .btn-bauer-secondary,
  .checkout-container .checkout-register-form .btn-primary,
  .checkout-container .checkout-register-form .btn-bauer-primary,
  .checkout-container .checkout-register-form .btn-bauer-primary,
  .checkout-container .checkout-register-form .btn-secondary,
  .checkout-container .checkout-register-form .btn-bauer-secondary,
  .checkout-container .checkout-register-form .btn-bauer-secondary,
  .checkout-container #checkout-register-form .btn-primary,
  .checkout-container #checkout-register-form .btn-bauer-primary,
  .checkout-container #checkout-register-form .btn-bauer-primary,
  .checkout-container #checkout-register-form .btn-secondary,
  .checkout-container #checkout-register-form .btn-bauer-secondary,
  .checkout-container #checkout-register-form .btn-bauer-secondary,
  .opc .checkout-login .btn-primary,
  .opc .checkout-login .btn-bauer-primary,
  .opc .checkout-login .btn-bauer-primary,
  .opc .checkout-login .btn-secondary,
  .opc .checkout-login .btn-bauer-secondary,
  .opc .checkout-login .btn-bauer-secondary,
  .opc #existing-customer .btn-primary,
  .opc #existing-customer .btn-bauer-primary,
  .opc #existing-customer .btn-bauer-primary,
  .opc #existing-customer .btn-secondary,
  .opc #existing-customer .btn-bauer-secondary,
  .opc #existing-customer .btn-bauer-secondary,
  .opc .checkout-register-form .btn-primary,
  .opc .checkout-register-form .btn-bauer-primary,
  .opc .checkout-register-form .btn-bauer-primary,
  .opc .checkout-register-form .btn-secondary,
  .opc .checkout-register-form .btn-bauer-secondary,
  .opc .checkout-register-form .btn-bauer-secondary,
  .opc #checkout-register-form .btn-primary,
  .opc #checkout-register-form .btn-bauer-primary,
  .opc #checkout-register-form .btn-bauer-primary,
  .opc #checkout-register-form .btn-secondary,
  .opc #checkout-register-form .btn-bauer-secondary,
  .opc #checkout-register-form .btn-bauer-secondary,
  .is-checkout #content .checkout-login .btn-primary,
  .is-checkout #content .checkout-login .btn-bauer-primary,
  .is-checkout #content .checkout-login .btn-bauer-primary,
  .is-checkout #content .checkout-login .btn-secondary,
  .is-checkout #content .checkout-login .btn-bauer-secondary,
  .is-checkout #content .checkout-login .btn-bauer-secondary,
  .is-checkout #content #existing-customer .btn-primary,
  .is-checkout #content #existing-customer .btn-bauer-primary,
  .is-checkout #content #existing-customer .btn-bauer-primary,
  .is-checkout #content #existing-customer .btn-secondary,
  .is-checkout #content #existing-customer .btn-bauer-secondary,
  .is-checkout #content #existing-customer .btn-bauer-secondary,
  .is-checkout #content .checkout-register-form .btn-primary,
  .is-checkout #content .checkout-register-form .btn-bauer-primary,
  .is-checkout #content .checkout-register-form .btn-bauer-primary,
  .is-checkout #content .checkout-register-form .btn-secondary,
  .is-checkout #content .checkout-register-form .btn-bauer-secondary,
  .is-checkout #content .checkout-register-form .btn-bauer-secondary,
  .is-checkout #content #checkout-register-form .btn-primary,
  .is-checkout #content #checkout-register-form .btn-bauer-primary,
  .is-checkout #content #checkout-register-form .btn-bauer-primary,
  .is-checkout #content #checkout-register-form .btn-secondary,
  .is-checkout #content #checkout-register-form .btn-bauer-secondary,
  .is-checkout #content #checkout-register-form .btn-bauer-secondary {
    width: 100%;
  }
  .checkout #complete-order-button,
  .checkout #complete_order .btn-primary,
  .checkout #complete_order .btn-bauer-primary,
  #checkout #complete-order-button,
  #checkout #complete_order .btn-primary,
  #checkout #complete_order .btn-bauer-primary,
  .checkout-container #complete-order-button,
  .checkout-container #complete_order .btn-primary,
  .checkout-container #complete_order .btn-bauer-primary,
  .opc #complete-order-button,
  .opc #complete_order .btn-primary,
  .opc #complete_order .btn-bauer-primary,
  .is-checkout #content #complete-order-button,
  .is-checkout #content #complete_order .btn-primary,
  .is-checkout #content #complete_order .btn-bauer-primary {
    max-width: none;
  }
  .checkout .checkout-shipping-form,
  #checkout .checkout-shipping-form,
  .checkout-container .checkout-shipping-form,
  .opc .checkout-shipping-form,
  .is-checkout #content .checkout-shipping-form {
    padding: 1.125rem 1rem;
    overflow-x: clip;
  }
  .checkout .checkout-shipping-form .checkout-shipping-form-change,
  #checkout .checkout-shipping-form .checkout-shipping-form-change,
  .checkout-container .checkout-shipping-form .checkout-shipping-form-change,
  .opc .checkout-shipping-form .checkout-shipping-form-change,
  .is-checkout #content .checkout-shipping-form .checkout-shipping-form-change {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .checkout .checkout-shipping-form .checkout-shipping-form-options .content.row,
  #checkout .checkout-shipping-form .checkout-shipping-form-options .content.row,
  .checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row,
  .opc .checkout-shipping-form .checkout-shipping-form-options .content.row,
  .is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row {
    grid-template-columns: 1fr;
  }
  .checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(n),
  #checkout .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(n),
  .checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(n),
  .opc .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(n),
  .is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row > [class*=col]:nth-child(n) {
    grid-column: 1;
  }
  .checkout .checkout-shipping-form .checkout-shipping-form-options .content.row .price-col,
  #checkout .checkout-shipping-form .checkout-shipping-form-options .content.row .price-col,
  .checkout-container .checkout-shipping-form .checkout-shipping-form-options .content.row .price-col,
  .opc .checkout-shipping-form .checkout-shipping-form-options .content.row .price-col,
  .is-checkout #content .checkout-shipping-form .checkout-shipping-form-options .content.row .price-col {
    text-align: left;
    margin-left: 0;
    white-space: normal;
  }
  .checkout .checkout-shipping-form .checkout-button-row,
  #checkout .checkout-shipping-form .checkout-button-row,
  .checkout-container .checkout-shipping-form .checkout-button-row,
  .opc .checkout-shipping-form .checkout-button-row,
  .is-checkout #content .checkout-shipping-form .checkout-button-row {
    flex-direction: column-reverse;
  }
  .checkout .checkout-shipping-form .checkout-button-row > [class*=col],
  #checkout .checkout-shipping-form .checkout-button-row > [class*=col],
  .checkout-container .checkout-shipping-form .checkout-button-row > [class*=col],
  .opc .checkout-shipping-form .checkout-button-row > [class*=col],
  .is-checkout #content .checkout-shipping-form .checkout-button-row > [class*=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout .checkout-shipping-form .checkout-button-row .order-md-1,
  .checkout .checkout-shipping-form .checkout-button-row .order-md-2,
  .checkout .checkout-shipping-form .checkout-button-row .ml-auto-util,
  #checkout .checkout-shipping-form .checkout-button-row .order-md-1,
  #checkout .checkout-shipping-form .checkout-button-row .order-md-2,
  #checkout .checkout-shipping-form .checkout-button-row .ml-auto-util,
  .checkout-container .checkout-shipping-form .checkout-button-row .order-md-1,
  .checkout-container .checkout-shipping-form .checkout-button-row .order-md-2,
  .checkout-container .checkout-shipping-form .checkout-button-row .ml-auto-util,
  .opc .checkout-shipping-form .checkout-button-row .order-md-1,
  .opc .checkout-shipping-form .checkout-button-row .order-md-2,
  .opc .checkout-shipping-form .checkout-button-row .ml-auto-util,
  .is-checkout #content .checkout-shipping-form .checkout-button-row .order-md-1,
  .is-checkout #content .checkout-shipping-form .checkout-button-row .order-md-2,
  .is-checkout #content .checkout-shipping-form .checkout-button-row .ml-auto-util {
    order: unset;
    margin-left: 0 !important;
    max-width: 100%;
  }
  .checkout h1:has(+ .row .checkout-shipping-form),
  #checkout h1:has(+ .row .checkout-shipping-form),
  .checkout-container h1:has(+ .row .checkout-shipping-form),
  .opc h1:has(+ .row .checkout-shipping-form),
  .is-checkout #content h1:has(+ .row .checkout-shipping-form) {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
  .checkout .checkout-confirmation .order-submit .checkout-button-row,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
  #checkout .checkout-confirmation .order-submit .checkout-button-row,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
  .opc .checkout-confirmation .order-submit .checkout-button-row,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row {
    flex-direction: column-reverse;
    padding: 1rem;
  }
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
  .checkout .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
  #checkout .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
  .opc .checkout-confirmation .order-submit .checkout-button-row > [class*=col],
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row > [class*=col],
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row > [class*=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .checkout .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  #checkout .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-1,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .order-2,
  #checkout .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .checkout-container .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .checkout-container .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .opc .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .opc .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .opc .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-1,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-md-2,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-1,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .order-2,
  .is-checkout #content .checkout-confirmation .checkout-confirmation-items .checkout-button-row .ml-auto-util,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-md-1,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-md-2,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-1,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .order-2,
  .is-checkout #content .checkout-confirmation .order-submit .checkout-button-row .ml-auto-util {
    order: unset !important;
    margin-left: 0 !important;
    max-width: 100%;
  }
  .bt-checkout-trust__links {
    flex-direction: column;
    gap: 0.5rem;
  }
  .bt-basket-empty__actions {
    flex-direction: column;
  }
  .bt-basket-empty__actions .btn {
    width: 100%;
  }
}
#content-wrapper.bauer-content-startpage {
  padding-top: 0 !important;
}

.breadcrumb {
  font-size: 0.875rem;
  background: transparent;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #66635d;
}

.breadcrumb-item a:hover {
  color: #1f1f1c;
  text-decoration: none;
  border-bottom: 1px solid #d9822b;
}

.breadcrumb-item.active {
  color: #1f1f1c;
}

.badge {
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 999px;
}

.badge-primary,
.badge-secondary {
  background: rgba(61, 90, 71, 0.15);
  color: #2e4336;
}

.alert {
  border-radius: 0.5rem;
  border: 1px solid rgba(221, 214, 202, 0.9);
  font-size: 1rem;
}

.alert-info {
  background: rgba(232, 221, 203, 0.55);
  color: #1f1f1c;
  border-color: rgba(61, 90, 71, 0.25);
}

.alert-warning {
  background: rgba(217, 130, 43, 0.12);
  color: #1f1f1c;
  border-color: rgba(217, 130, 43, 0.35);
}

.form-control,
.custom-select {
  font-size: 1rem;
  line-height: 1.45;
  color: #1f1f1c;
  border: 1px solid #ddd6ca;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  min-height: 2.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus,
.custom-select:focus {
  border-color: rgba(61, 90, 71, 0.55);
  box-shadow: 0 0 0 3px rgba(61, 90, 71, 0.15);
  outline: 0;
}

label,
.custom-control-label {
  font-size: 0.875rem;
  color: #66635d;
}

.card {
  border-radius: 0.75rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04), 0 0 0 1px rgba(221, 214, 202, 0.85), 0 0.5rem 1.25rem rgba(31, 31, 28, 0.05);
}

.card-header {
  background: rgba(232, 221, 203, 0.25);
  font-weight: 600;
  font-size: 1rem;
  color: #1f1f1c;
}

.item-box .card:hover {
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.05), 0 0 0 1px #ddd6ca, 0 0.75rem 1.75rem rgba(31, 31, 28, 0.08);
}

.bauer-topbar-info {
  padding: 0.4375rem 1rem;
  background: rgb(242.35, 236.3, 226.4);
  color: #2e4336;
  font-size: 0.875rem;
  text-align: center;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid rgba(221, 214, 202, 0.85);
  line-height: 1.45;
}

.bauer-topbar-info strong {
  font-weight: 600;
  color: #1f1f1c;
}

.bauer-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  border-bottom: 1px solid rgba(221, 214, 202, 0.95);
  box-shadow: 0 1px 0 rgba(31, 31, 28, 0.03);
}

.bauer-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: nowrap;
  padding-block: 0.75rem;
}

.bauer-header__brand {
  flex-shrink: 0;
}

.bauer-header__brand-link {
  text-decoration: none;
  color: #1f1f1c;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}
.bauer-header__brand-link:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 0.375rem;
}

.bauer-header__logo-mark {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #1f1f1c;
}

.bauer-header__logo-sub {
  font-size: 0.875rem;
  font-weight: 500;
  color: #66635d;
  letter-spacing: 0.01em;
}

.bauer-header__nav {
  flex: 1 1 auto;
  justify-content: center;
}

.bauer-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.75rem);
  flex-wrap: wrap;
}

.bauer-header__nav-link {
  color: #1f1f1c;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  padding: 0.5rem 0.125rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.bauer-header__nav-link:hover {
  color: #2e4336;
}
.bauer-header__nav-link.is-active {
  color: #2e4336;
  border-bottom-color: #d9822b;
  font-weight: 600;
}
.bauer-header__nav-link:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 2px;
}

.bauer-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap {
  flex: 0 1 13.5rem;
  min-width: 11.5rem;
  max-width: 15.5rem;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-wrapper {
  width: 100%;
  min-width: 0;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap form.main-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-form {
  margin: 0;
  width: 100%;
  min-width: 0;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-form .input-group,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(221, 214, 202, 0.95);
  border-radius: 0.375rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(31, 31, 28, 0.02);
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .twitter-typeahead {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-form .form-control,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group > .form-control,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group .form-control {
  flex: 1 1 auto;
  min-width: 0;
  width: 1%;
  min-height: 2.75rem;
  height: 2.75rem;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-form .form-control:focus,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group > .form-control:focus,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group .form-control:focus {
  box-shadow: none;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-form .input-group-append,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .search-form .input-group-prepend,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-append,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-prepend {
  flex-shrink: 0;
  display: flex;
  margin: 0;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-append .btn,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-prepend .btn {
  align-self: stretch;
  min-height: 2.75rem;
  height: 2.75rem;
  padding-inline: 0.75rem;
  border: 0;
  border-left: 1px solid rgba(221, 214, 202, 0.85);
  border-radius: 0;
  background: rgba(232, 221, 203, 0.35);
  color: #2e4336;
}
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-append .btn:hover, #jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-append .btn:focus,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-prepend .btn:hover,
#jtl-nav-wrapper.bauer-header .bauer-header__search-wrap .input-group-prepend .btn:focus {
  background: rgba(61, 90, 71, 0.08);
  color: #1f1f1c;
}

.bauer-header__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(221, 214, 202, 0.9);
  background: #ffffff;
  color: #1f1f1c;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.bauer-header__icon-btn:hover {
  border-color: #3d5a47;
  background: rgba(61, 90, 71, 0.06);
  color: #2e4336;
  text-decoration: none;
}
.bauer-header__icon-btn:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

.bauer-header__icon-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.bauer-header__cta .btn-bauer-primary {
  white-space: nowrap;
  min-height: 2.75rem;
  padding-inline: 1rem;
  font-size: 0.875rem;
}

#jtl-nav-wrapper.bauer-header .bauer-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(221, 214, 202, 0.95);
  background: #ffffff;
  border-radius: 0.375rem;
  padding: 0;
  line-height: 0;
  color: #1f1f1c;
  position: relative;
}
#jtl-nav-wrapper.bauer-header .bauer-header__toggle::before, #jtl-nav-wrapper.bauer-header .bauer-header__toggle::after {
  display: none !important;
  content: none !important;
}
#jtl-nav-wrapper.bauer-header .bauer-header__toggle .fa,
#jtl-nav-wrapper.bauer-header .bauer-header__toggle [class*=chevron],
#jtl-nav-wrapper.bauer-header .bauer-header__toggle [class*=angle-] {
  display: none !important;
}
#jtl-nav-wrapper.bauer-header .bauer-header__toggle:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

.bauer-header__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bauer-header__toggle-icon--close {
  display: none;
}

.bauer-header__toggle:not(.collapsed) .bauer-header__toggle-icon--menu,
.bauer-header__toggle[aria-expanded=true] .bauer-header__toggle-icon--menu {
  display: none;
}
.bauer-header__toggle:not(.collapsed) .bauer-header__toggle-icon--close,
.bauer-header__toggle[aria-expanded=true] .bauer-header__toggle-icon--close {
  display: inline-flex;
}

.bauer-header:has(#bauerHeaderNav.show) .bauer-header__toggle .bauer-header__toggle-icon--menu {
  display: none;
}
.bauer-header:has(#bauerHeaderNav.show) .bauer-header__toggle .bauer-header__toggle-icon--close {
  display: inline-flex;
}

.bauer-header__collapse {
  width: 100%;
  border-top: 1px solid rgba(221, 214, 202, 0.6);
  padding-block: 1rem;
}

.bauer-header__collapse .bauer-header__nav-list {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.bauer-header__collapse .bauer-header__nav-link {
  display: block;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(221, 214, 202, 0.35);
}

.bauer-header__collapse .bauer-header__nav-link.is-active {
  color: #2e4336;
  font-weight: 600;
  border-left: 3px solid #d9822b;
  padding-left: 0.75rem;
  border-bottom-color: rgba(221, 214, 202, 0.35);
}

.bauer-header__mobile-cta {
  margin-top: 1rem;
}

.bauer-header__mobile-search {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(221, 214, 202, 0.55);
}
.bauer-header__mobile-search .search-form .input-group,
.bauer-header__mobile-search .input-group {
  border: 1px solid rgba(221, 214, 202, 0.95);
  border-radius: 0.375rem;
  overflow: hidden;
}
.bauer-header__mobile-search .form-control {
  min-height: 2.75rem;
  font-size: 1rem;
}

.bauer-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(22rem, 72vh, 40rem);
  display: flex;
  align-items: center;
  padding: clamp(3rem, 8vw, 5rem) 0;
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
  background-color: #1f1f1c;
  background-image: url("../base/img/hero-bauer-tewes-potatoes.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #ffffff;
}

.bauer-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(31, 31, 28, 0.78) 0%, rgba(31, 31, 28, 0.48) 38%, rgba(31, 31, 28, 0.22) 100%);
}

section.bauer-hero > video.bauer-hero__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.bauer-hero > .container-fluid {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  section.bauer-hero > video.bauer-hero__video {
    display: none;
  }
}
.bauer-hero__title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin: 0;
}

.bauer-hero h1.bauer-hero__title {
  color: #ffffff;
}

.bauer-hero__subline {
  max-width: 36rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.bauer-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

@media (max-width: 47.9375rem) {
  .bauer-hero__subline {
    margin-top: 1rem;
  }
  .bauer-hero__cta {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}
.bauer-trustbar {
  background: linear-gradient(180deg, rgba(232, 221, 203, 0.35) 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(221, 214, 202, 0.65);
  padding-block: 1.5rem;
  padding-inline: clamp(1rem, 2vw + 0.5rem, 2rem);
}

.bauer-trustbar__item {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid rgba(221, 214, 202, 0.65);
  box-shadow: 0 1px 2px rgba(31, 31, 28, 0.04);
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1c;
}

.bauer-trustbar__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(61, 90, 71, 0.12);
  color: #2e4336;
  display: grid;
  place-items: center;
  line-height: 1;
}
.bauer-trustbar__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

@media (max-width: 35.9375rem) {
  .bauer-trustbar {
    padding-block: 1rem;
  }
  .bauer-trustbar__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.28;
  }
  .bauer-trustbar__item > span:not(.bauer-trustbar__icon) {
    width: 100%;
    text-align: center;
  }
}
.bauer-link-accent {
  color: #1f1f1c;
  text-decoration: none;
  border-bottom: 2px solid #d9822b;
  padding-bottom: 0.125rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.bauer-link-accent:hover {
  color: #2e4336;
}
.bauer-link-accent:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
  border-radius: 2px;
}

.bauer-badge {
  display: inline-block;
  width: fit-content;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #2e4336;
  background: rgba(61, 90, 71, 0.14);
  border: 1px solid rgba(61, 90, 71, 0.12);
}

.bauer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bauer-tab {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid #ddd6ca;
  border-radius: 0.375rem;
  color: #1f1f1c;
  text-decoration: none;
  background: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.bauer-tab:hover, .bauer-tab.is-active {
  border-color: rgba(217, 130, 43, 0.85);
  box-shadow: 0 0 0 1px rgba(217, 130, 43, 0.2);
}
.bauer-tab:focus-visible {
  outline: 2px solid #d9822b;
  outline-offset: 2px;
}

.bauer-media-placeholder {
  min-height: 18rem;
  display: grid;
  place-items: center;
  width: 100%;
  border-radius: 0.75rem;
  border: 1px dashed #ddd6ca;
  background: rgba(232, 221, 203, 0.4);
  font-weight: 600;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #66635d;
  text-align: center;
  padding: 1rem;
}

.bauer-recipe-card .bauer-media-placeholder {
  min-height: 14rem;
}

.bauer-recipe-card img {
  width: 100%;
  min-height: 14rem;
  max-height: 14rem;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
  border: 1px solid rgba(221, 214, 202, 0.5);
}
