* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  color: #004A5A;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.lp-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.accent-color {
  color: #702328;
}

.subtitle {
  color: #702328;
  font-weight: bold;
}

.lp-button {
  background-color: #D59F0F;
  color: #fff;
  padding: 8px 40px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.stars {
  max-width: 100px;
}

.inline__review {
  display: flex;
  align-items: center;
  gap: 10px;
}

.amazon-reviews {
  display: flex;
  gap: 10px;
  align-items: center;
}

.amazon-reviews p {
  color: #702328;
  font-weight: 700;
}

.amazon-reviews img {
  width: 55px;
}

.mobile {
  display: none;
}

#lp-header {
  background-image: url('https://www.frankincensemyrrh.com/mj/arthritis/images/header-bg.png');
  background-size: cover;
  padding: 150px 20px 90px 20px;
  background-position: top;
  position: relative;
}

section#lp-header:after {
  content: " ";
  width: 100%;
  height: 190px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 90%);
}

#lp-header .lp-header__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: end;
}

#lp-header .lp-header__container>div {
  width: 50%;
}

#lp-header .lp-header__content {
  max-width: 500px;
}

#lp-header .lp-header__logo {
  width: 500px;
  margin-bottom: 20px;
  position: relative;
  left: -20px;
}

#lp-header h1 {
  font-size: 37px;
  margin-bottom: 50px;
}

#lp-header .lp-header-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 250px;
}

#lp-header .lp-header-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #FF0000;
}

#lp-header .lp-header-buttons img {
  width: 100%;
}

#lp-header .lp-button {
  margin: 20px 0;
}

#lp-header .lp-header__amazon {
  margin: 20px 0;
}

#lp-header .lp-header__benefits {
  margin-top: 30px;
}

#lp-header .lp-header__benefits img {
  width: 12px;
}

#lp-header .lp-header__benefits>div {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #004A5A;
  font-weight: 600;
  font-size: 14px;
}

#lp-header .lp-header__product-image img {
  width: 100%;
  max-width: 500px;
  margin-left: -70px;
}

/* Product Section */
#lp-product .section-title h2,
#lp-product .section-title p {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

#lp-product .section-title h2 {
  margin-bottom: 10px;
}

#lp-product .lp-product__products .lp-product__product {
  display: flex;
  margin-top: 20px;
  gap: 30px;
  align-items: center;
}

#lp-product .lp-product__products .lp-product__product:nth-child(2) {
  margin-top: 50px;
}

#lp-product .lp-product__products .lp-product__product>div {
  flex: 1;
  max-width: 50%;
}

#lp-product .lp-product__content h2 span {
  color: #D59F0F;
  font-family: "Libre Baskerville", serif;
  display: block;
  font-size: 20px;
}

#lp-product .lp-product__media img {
  width: 100%;
  max-width: 380px;
}

#lp-product .lp-product__media .splide__slide {
  display: flex;
  justify-content: center;
  padding: 40px;
  border: solid 2px #ddd;
  border-radius: 20px;
}

#lp-product .lp-product__reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

#lp-product .lp-product__description {
  margin-bottom: 20px;
}

#lp-product .lp-product__benefits p {
  margin-bottom: 10px;
}

#lp-product .lp-product__benefits img {
  width: 14px;
}

#lp-product .lp-button {
  margin-top: 20px;
}

/* Map Section */
#lp-map {
  margin-top: 50px;
}

#lp-map .section-title h2,
#lp-map .section-title p {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

#lp-map .lp-map__map-container {
  display: flex;
  margin-top: 40px;
}

#lp-map .lp-map__shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 2;
  border-top: solid 5px #E7E7E7;
  border-bottom: solid 5px #E7E7E7;
  border-left: solid 5px #E7E7E7;
  padding: 20px 40px;
}

#lp-map .lp-map__shop .shop-buttons {
  width: 100%;
}

#lp-map .lp-map__shop .shop-buttons>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

#lp-map .lp-map__shop>div img {
  max-width: 200px;
}

#lp-map .lp-map__shop>div .lp-button {
  width: 180px;
  background: #FF0000;
  text-align: center;
}

#lp-map .lp-map__shop .call-now {
  border: solid #E7E7E7;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

#lp-map .lp-map__shop .call-now p {
  color: #702328;
  font-family: "Libre Baskerville", serif;
  margin-top: 10px;
}

#lp-map .lp-map__map {
  flex: 4;
  line-height: 0;
  position: relative;
}

#lp-map .lp-map__map iframe {
  width: 100%;
  height: 500px;
}

/* Reviews Section */
#lp-reviews {
  padding-top: 50px;
}

#lp-reviews .lp-container {
  display: flex;
  flex-direction: column;
}

#lp-reviews .reviews-header .inline__review {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

#lp-reviews .reviews-header {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: center;
  margin-bottom: 70px;
}

#lp-reviews .reviews-header .reviews-header__image img {
  max-width: 350px;
}

/* #lp-reviews .reviews-grid {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
} */

#lp-reviews .reviews-grid .reviews-grid__review {
  max-width: 350px;
  background: #F5F5F5;
  border: solid 1px #E7E7E7;
  padding: 40px 40px 10px 40px;
  border-radius: 50px;
}

#lp-reviews .reviews-grid .reviews-grid__review .product-image__review {
  max-width: 100%;
  margin-bottom: 20px;
}

#lp-reviews .reviews-grid .reviews-grid__review img.stars {
  max-width: 100px;
}

#lp-reviews .reviews-grid .reviews-grid__review h3,
#lp-reviews .reviews-grid .reviews-grid__review p,
#lp-reviews .reviews-grid .reviews-grid__review .stars {
  margin-bottom: 10px;
}

#lp-reviews .bottom-review {
  max-width: 700px;
  background-color: #F5F5F5;
  display: flex;
  margin: auto;
  margin-top: 100px;
  padding: 50px;
  font-style: italic;
  position: relative;
  border-radius: 50px;
}

#lp-reviews .bottom-review>div {
  max-width: 50%;
}

#lp-reviews .bottom-review h3 {
  margin-bottom: 10px;
}

#lp-reviews .bottom-review img {
  max-width: 350px;
  position: absolute;
  right: 0px;
  top: -70px;
}

/* FAQ Section */
#lp-faq {
  margin-top: 50px;
}

#lp-faq .lp-container {
  max-width: 900px;
}

#lp-faq h2 {
  text-align: center;
  margin-bottom: 30px;
}

#lp-faq p {
  margin-bottom: 20px;
  color: #004A5A;
}

#lp-faq a {
  text-decoration: none;
}

#lp-faq .accordion {
  font-family: "Libre Baskerville", serif;
  color: #004A5A;
  cursor: pointer;
  padding: 18px 18px 18px 60px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  font-size: 20px;
}

#lp-faq .accordion::before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #D59F0F;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp-faq .active::before {
  content: "\2212";
}

#lp-faq .active::before,
#lp-faq .accordion::before {
  color: #D59F0F;
}

#lp-faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Benefits Section */
#lp-benefits {
  margin-top: 70px;
}

#lp-benefits .lp-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

#lp-benefits .lp-container img {
  max-width: 350px;
  min-width: 350px;

}

/* Footer */
footer {
  padding-top: 50px;
}

footer .footer__facebook {
  display: flex;
  justify-content: center;
  padding: 50px;
}

footer .footer__content svg {
  width: 90px;
}

footer .footer__content {
  background-color: #F5F5F5;
  padding: 50px 20px 20px 20px;
  text-align: center;
}

footer .footer__content p {
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
  color: #56534C;
  font-size: 13px;
}

footer .footer__content a {
  color: #56534C;
}

@media screen and (max-width: 640px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  #lp-header {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
    padding: 0;
  }

  section#lp-header:after {
    display: none;
  }

  /* #lp-header h1,
  #lp-header .lp-header__logo,
  #lp-header p,
  #lp-header .lp-button,
  #lp-header .stars,
  #lp-header .lp-header__benefits {
    margin-left: 20px;
  } */

  #lp-header .lp-header__logo {
    margin: 0;
    width: 280px;
    left: 0;
  }

  #lp-header .lp-header__container {
    flex-direction: column;
  }

  #lp-header .lp-header__container>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }

  #lp-header .lp-header__content {
    max-width: none;
  }

  #lp-product {
    margin-top: 50px;
  }

  #lp-product .lp-product__products .lp-product__product {
    flex-direction: column;
  }

  #lp-product .lp-product__products .lp-product__product>div {
    max-width: 100%;
  }

  #lp-product .product-links {
    justify-content: center;
  }

  #lp-header h1 {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 2.2em;
  }

  #lp-header .lp-header__product-image img {
    max-width: none;
    margin-left: 0;
  }

  #lp-header .lp-header__amazon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #lp-header .lp-header__amazon .stars {
    max-width: 120px;
    margin-top: 30px;
  }

  #lp-map {
    padding: 0;
  }

  #lp-map .lp-map__map-container {
    flex-direction: column-reverse;
  }

  #lp-map .lp-map__shop {
    border-top: 0;
    border-right: solid 5px #E7E7E7;
    border-bottom: solid 5px #E7E7E7;
    border-left: solid 5px #E7E7E7;
    padding: 10px;
  }

  #lp-map .lp-map__shop .shop-buttons {
    padding: 0px 15px;
  }

  #lp-map .lp-map__shop>div .lp-button {
    width: 100%;
    background: #FF0000;
    text-align: center;
    padding: 10px;
  }

  #zip-code-input {
    width: 100%;
  }

  #lp-map .lp-map__shop>div img {
    max-width: 200px;
  }

  #lp-map .lp-map__shop>div:nth-child(2) img {
    max-width: 250px !important;
  }

  #lp-map .lp-map__map {
    flex: auto;
  }

  #lp-map #map {
    height: 300px;
    position: relative;
  }

  #lp-reviews .reviews-header {
    flex-direction: column;
  }

  #lp-reviews .reviews-grid .reviews-grid__review {
    max-width: 100%;
  }

  #lp-reviews .reviews-grid .splide__slide {
    padding-bottom: 40px;
  }

  #lp-reviews .bottom-review {
    flex-direction: column;
    padding: 30px;
    padding-bottom: 0;
  }

  #lp-reviews .bottom-review>div {
    max-width: 100%;
  }

  #lp-reviews .bottom-review img {
    position: relative;
    top: auto;
    bottom: -20px;
  }

  #lp-faq .accordion {
    font-size: 17px;
  }
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#zip-code-input {
  /* position: absolute; */
  /* z-index: 99; */
  /* top: 10px; */
  /* left: 10px; */
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 50px;
  border-color: #ACACAC;
  box-shadow: none;
}