.lp {
  color: #2C2C2C;
  background-color: #F5F5F7;
  padding-bottom: 40px;
}
.lp-top {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/lp/Bang-and-olufsen/Images/hero-bg.webp?v=1") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-inline: 1rem;
}
.lp-top-img {
  margin-bottom: 35px;
}
.lp-top-h1 {
  max-width: 760px;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
}
.lp-top-h2 {
  max-width: 760px;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 35px;
}
.lp-top-btn {
  width: 170px;
}
.lp-icons {
  max-width: calc(1150px + 2rem);
  padding-inline: 1rem;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: translateY(-25%);
  gap: 40px;
}
.lp-icons-box {
  flex: 1 1 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  padding: 45px;
}
.lp-icons-box-img {
  margin-bottom: 23px;
  max-height: 45px;
}
.lp-icons-box-h3 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.lp-products {
  padding-top: 50px;
  max-width: calc(1150px + 2rem);
  padding-inline: 1rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-products-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.lp-products-row-box {
  flex: 1 1 32%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  padding: 60px;
}
.lp-products-row-box picture {
  margin-bottom: 25px;
}
.lp-products-row-box picture img {
  max-width: 100%;
}
.lp-products-row-box .product {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
}
.lp-products-row-box .priceBefore {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
  margin-bottom: 10px;
  text-decoration: line-through;
}
.lp-products-row-box .priceAfter {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
}
.lp-products-row-box .btn {
  width: 150px;
  margin-top: auto;
}
.lp-products-bigRow {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.lp-products-bigRow.reversed {
  flex-direction: row-reverse;
}
.lp-products-bigRow-hero {
  flex: 1 1 69.5%;
  display: flex;
  flex-direction: column;
}
.lp-products-bigRow-hero-picture img {
  width: 100%;
}
.lp-products-bigRow-hero-textwrap {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0 0 25px 25px;
}
.lp-products-bigRow-hero-textwrap .product {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}
.lp-products-bigRow-hero-textwrap .priceBefore {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
  margin-bottom: 10px;
  text-decoration: line-through;
}
.lp-products-bigRow-hero-textwrap .priceAfter {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
}
.lp-products-bigRow-hero-textwrap .btn {
  width: 150px;
}
.lp-products-bigRow-column {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .lp-products-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .lp-icons {
    flex-wrap: wrap;
  }
  .lp-products-bigRow {
    flex-direction: column !important;
  }
  .lp-products-bigRow-hero-textwrap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .lp-top-h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .lp-top-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .lp-icons {
    margin-top: 35px;
    margin-bottom: 35px;
    transform: none;
  }
  .lp-products-row-box {
    padding: 35px 1rem;
  }
  .product {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}