@font-face {
  font-family: freight-sans-pro;
  src: url("freigsanproboo-webfont.0495c85a.woff2") format("woff2");
}

@font-face {
  font-family: freightSansLight;
  src: url("freigsanprolig-webfont.4c80f104.woff2") format("woff2");
}

@font-face {
  font-family: freightSansSemiBold;
  src: url("freigsanprosem-webfont.028bd072.woff2") format("woff2");
}

@font-face {
  font-family: freightSansBlack;
  src: url("freigtexprobla-webfont.b828b29e.woff2") format("woff2");
}

@font-face {
  font-family: GT-Super-Text-Black;
  src: url("gt-super-text-black.4f059487.woff2") format("woff2");
}

@font-face {
  font-family: GT-Super-Text-Book-Italic;
  src: url("gt-super-text-book-italic.815d10e4.woff2") format("woff2");
}

body {
  -webkit-font-smoothing: antialiased;
  color: #3b3630;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  display: flex;
}

h1, h2 {
  color: #6e377d;
  font-family: GT-Super-Text-Black, Times New Roman, Times, serif;
  font-weight: 500;
}

h3 {
  color: #3b3630;
  font-family: freightSansSemiBold, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

h2 {
  font-size: 1.1rem;
}

header {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 4rem;
  padding: 1rem;
  display: flex;
  box-shadow: 4px 2px 4px #0003;
}

.logo-wrapper {
  align-self: center;
  width: 80rem;
  padding: .5rem 0 3.5rem;
}

.logo {
  width: 6rem;
  height: 2.25rem;
}

.stepper-area {
  align-self: center;
  width: 80rem;
  padding-top: 1.5rem;
}

section {
  width: 80rem;
}

.stepper {
  flex-direction: row;
  padding: 0 0 1rem;
  list-style: none;
  display: flex;
}

.stepper li {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.step {
  color: #fff;
  background-color: #9d9d9d;
  border-radius: 2rem;
  margin-right: .25rem;
  padding: .5rem 1rem;
  font-family: freightSansSemiBold, Arial, Helvetica, sans-serif;
  font-size: .925rem;
  font-weight: 500;
}

.step.active {
  color: #fff;
  background-color: #006e50;
}

.stepper-spacer {
  background-color: #cdcdcd;
  width: .7rem;
  height: .2rem;
  margin-right: .25rem;
}

main {
  flex-direction: row;
  gap: 1rem;
  width: 80rem;
  margin-bottom: 3rem;
  display: flex;
}

.elementsForm {
  flex-direction: column;
  gap: 1rem;
  width: 50%;
  display: flex;
}

#submit {
  background-color: #6e377d;
  border-radius: 4rem;
  padding: .75rem 3rem;
}

.order-summary {
  background-color: #f5f2ee;
  border-radius: .5rem;
  width: 50%;
  padding: 2rem;
}

.product-card {
  border: 1px solid #e9ded1;
  border-radius: .5rem;
  background-color: #fff !important;
}

.product-card-content {
  margin-left: 35%;
  padding: 2rem 1.5rem 1.5rem;
}

.orange-botanical {
  background-image: url("crocosmia.ea4d517d.png");
  background-position: -20px -10px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-color: #fff !important;
}

.product-card p {
  margin: 0;
  padding: 1rem 0;
  font-size: 1rem;
}

.product-card .title {
  padding-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.product-card .price {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
}

.pricing-table {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table li {
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1rem;
  font-family: freightSansSemiBold, Arial, Helvetica, sans-serif;
  font-size: .925rem;
  font-weight: 500;
  display: flex;
}

.pricing-table .total-value {
  font-size: 1.3rem;
}

.line-break {
  background-color: #e9ded1;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
}

.or-element {
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  display: flex;
}

.line {
  background-color: #e9ded1;
  width: 100%;
  height: 1px;
}

.or-option {
  font-size: 1.2rem;
  font-weight: 800;
}

footer {
  color: #fff;
  background-color: #004239;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

.footer-inner {
  align-self: center;
  width: 80rem;
  padding-top: 1.5rem;
}

.footer-inner ul {
  flex-direction: row;
  list-style: none;
  display: flex;
}

.footer-inner li {
  padding-right: 2rem;
}

.homepage-heading {
  border-bottom: 1px solid #444;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 900;
}

/*# sourceMappingURL=index.5eacafe8.css.map */
