p {
  font-size: 16px;
  font-weight: 300;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 20px;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  height: auto;
}

.btn-cta:hover,
.btn-cta:focus {
  color: #FFFFFF;
}

section {
  margin-bottom: 64px;
}

/* naming needs to change to be the same*/
.section-title,
.section_title {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
}

#fathers-day-splash {
  position: relative;
  text-align: center;
  background-position: center;
  padding: 16px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fathers-day-title {
  margin: 1.5rem auto;
  color: black;
}

.banner_title {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
}

.banner_body {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}

.highlight_text-free {
  color: #00A241;
  font-weight: bold;
}

.bundle-container {
  margin: 40px 0;
}

.bundle-container img {
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
}

.bundle-container h3,
.bundle-container ul {
  text-align: left;
}

.bundle-container h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000000;
}

.bundle-container ul {
  list-style: none;
}

.bundle-container a.item_button {
  cursor: pointer;
}

#hiw-diagram {
  background: #F2F2F2;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

#shipping-info,
#billing-info {
  display: none;
}

#shipping-info .section_title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  text-align: left;
}

.back {
  color: #808080;
  cursor: pointer;
}

.dropdown-btn {
  border: 1px solid #DBDDE0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  display: block;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
  text-align: left;
}

input.input {
  border-radius: 8px;
}

.contact-info-input-container,
.shipping-info-input-container,
.billing-info-input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-info-input-container .input,
.shipping-info-input-container .input,
.billing-info-input-container .input,
.input-wrapper {
  height: 56px;
  width: 48%;
  margin: 1%;
}

.contact-info-input-container .input:nth-child(3),
.shipping-info-input-container .input:nth-child(3),
.shipping-info-input-container .input:nth-child(4),
.shipping-info-input-container .input:nth-child(5),
.shipping-info-input-container .input:nth-child(10),
.shipping-info-input-container .input:nth-child(11),
.billing-info-input-container .input:nth-child(3) {
  flex-basis: 100%;
}

.btn-forward {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 16px 0;
  cursor: pointer;
}

.btn-disabled {
  background: #E6E6E6;
  color: #999999;
}

.btn-cta {
  background: #2A345B;
  color: #FFFFFF;
}

.delivery_date {
  font-weight: normal;
}

.billing-info-paragraph {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #808080;
  text-align: left;
}

.section-subtext {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.contact-information {
  margin: 16px 0;
}

.summary-bundle-products {
  list-style: none;
  font-size: 12px;
  margin: 2px 8px;
  text-align: left;
}

.summary-bundle-products li {
  margin-bottom: 0;
}

.plan-amount {
  font-weight: bold;
}

section#faq {
  display: none;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
}

#faq_shipping h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
}

.question-header {
  position: relative;
  padding: 16px;
  margin-bottom: 0px;
  text-align: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #52575C;
}

.question-list {
  list-style-type: none;
  margin-bottom: 50px;
}

.question-answer {
  font-weight: 400;
  text-align: left;
}

.question {
  color: black;
  line-height: 1.7rem;
  margin-bottom: 32px;
  background-color: #FFFFFF;
  border: 1px solid #DBDDE0;
  box-sizing: border-box;
  border-radius: 8px;
  filter: drop-shadow(-1.29px 1.29px 6.45px rgba(0, 0, 0, 0.25));
}

.question-list li p {
  display: none;
  font-size: 1.5rem;
  padding: 16px;
  margin-bottom: 0px;
}

.question-list li i {
  color: #d6d6d6;
  position: absolute;
  right: 15px;
}

.questions-container {
  margin: 0 auto;
}

.sr-card-element {
  padding-top: 12px;
}

.sr-combo-inputs-row {
  border-radius: 8px;
  border: 1px solid rgb(153, 153, 153);
  height: 56px;
  margin: 10px 0;
}

.sr-input {
  padding: 16px;
}

.sr-input:focus,
.focused {
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
  outline: none;
  z-index: 9;
}

.sr-input::placeholder {
  color: var(--gray-light);
}

.bundle-paragraph {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  text-align: left;
}

.thank-you-msg-container {
  width: 100%;
}

.thank-you-msg {
  text-align: left;
}

/* Desktop Queries */
@media (min-width: 960px) {
  #fathers-day-splash {
    position: relative;
    text-align: center;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 48px;
  }

  .bundle-container {
    display: flex;
    flex-direction: row;
  }

  .bundle-container:nth-child(2) {
    flex-direction: row-reverse;
  }

  .bundle-text-flex-container {
    width: 40%;
    margin: 0 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .bundle-container img {
    width: 58%;
  }

  .bundle-container a.item_button {
    margin: 0;
  }

  .shipping-page-flex-container,
  .billing-page-flex-container {
    display: flex;
    flex-direction: row;
  }

  .order-summary-desktop,
  #shipping_page_container,
  .billing-info-container {
    width: 48%;
    margin: 0 1%;
  }

  .contact-information {
    margin: 0;
  }

  #shipping-info h2,
  #billing-info h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
  }

  #shipping-info .section_title,
  #billing-info .section_title {
    font-family: Inter;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .questions-container {
    max-width: 80%;
  }

  .thank-you-msg-container {
    width: 60%;
  }
}

#how-it-works p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

#how-it-works h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.fold {
  padding: 36px 50px;
}

a.item_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  background: #D74344;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.25);
  margin: 8px auto;
  border: 1px solid #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: max-content;
}

/* avoid horizontal scrollbar */
body {
  overflow-x: hidden;
  text-align: center;
}

/* change background for specific articles */
#plans,
#faq {
  background-color: #F2F2F2;
}

/* all articles inside the #how-it-works main element should fill 100% vw */
#how-it-works article {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

#how-it-works article>* {
  max-width: 960px;
  margin: 0 auto;
}

/* splash article */
#splash {
  position: relative;
  text-align: center;
  background: url('../img/membership_splash.JPG');
  background-size: cover;
  background-position: right;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  width: 100vw;
  padding: 72px 32px;
}

.title {
  color: white;
  margin: 1.5rem auto;
}

.span_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 1rem;
}

.title_body {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin: 1rem 2rem;
}

/* hiw-diagram */
#hiw-diagram .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hiw-diagram .card {
  margin: 1.2rem 0 0;
  padding: 3rem;
  width: 275px;
  height: 200px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

#hiw-diagram img {
  width: 76px;
  height: 57px;
  object-fit: contain;
}

#hiw-diagram h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin: 0.5rem 0;
}

#hiw-diagram p {
  line-height: 14px;
}

#hiw-diagram a {
  margin-top: 1.2rem;
}

/* Shipping Info */
#how-it-works #shipping {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}

#how-it-works #shipping>* {
  max-width: 400px;
}

#learn-more {
  color: #D74344;
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  line-height: normal;
}

#shipping #learn-more p {
  text-decoration: underline;
  font-weight: 700;
  margin: 8px 0 6px;
}

#shipping a.item_button {
  margin: 16px 0;
}

#shipping img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  border-radius: 16px;
}

#shipping h3 {
  line-height: 120%;
  margin: 1rem 0 0;
}

#shipping p {
  line-height: 140%;
  margin: 1rem 0;
}

/* FAQ */
#faq {
  width: 90vw;
  padding-left: 1rem;
  padding-right: 1rem;
}

#faq .questions {
  list-style-type: none;
  text-align: left;
}

#faq .questions li:first-child {
  margin-top: 2rem;
}

#faq .questions li:last-child {
  margin-bottom: 0;
}

#faq .item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DBDDE0;
  border-radius: 8px;
  margin: 1rem 0;
  cursor: default;
  padding: 0 1.5rem;
}

#faq .item>.question {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 69px;
}

#faq .item>.question h4 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: unset;
  margin: 0;
}

#faq .answer {
  display: none;
  line-height: 140%;
  padding: 0.5rem 0 1rem;
}

.item i {
  color: #999999;
  margin-left: auto;
}

/* Customers' reviews */
#customers-reviews #instagram-reviews {
  margin-top: 1.5rem;
}

/* Tablet adjustments */
@media (min-width: 768px) {
  #splash {
    padding: 120px 32px;
  }

  .fold {
    padding: 54px 50px;
  }

  .span_title {
    font-size: 48px;
    line-height: 125%;
  }

  .title_body {
    font-size: 20px;
    line-height: 160%;
  }

  #how-it-works h3 {
    margin-bottom: 1rem;
    font-size: 36px;
    line-height: 133%;
  }

  #hiw-diagram h4 {
    font-size: 18px;
    line-height: 21px;
  }

  #hiw-diagram p {
    font-size: 14px;
    line-height: 16px;
  }

  #hiw-diagram .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #hiw-diagram .card {
    margin: 0.6rem;
    padding: 2rem;
  }

  #faq .item>.question h4 {
    font-size: 20px;
    line-height: 240%;
  }

  #faq .answer {
    font-size: 20px;
    padding-bottom: 1.5rem;
    line-height: 160%;
  }
}

/* Laptop adjustments */
@media (min-width: 900px) {
  .fold {
    padding: 72px 50px;
  }

  #hiw-diagram {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  #hiw-diagram .card {
    flex: 1;
    padding: 2rem 1.5rem;
  }

  #shipping {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }

  #shipping p {
    font-size: 20px;
    line-height: 160%;
  }

  #how-it-works #shipping>* {
    margin: 0;
    max-width: 500px;
  }

  #how-it-works #shipping>div {
    padding-right: 4rem;
  }
}