body {
  padding: 0;
  margin: 0;
  font-family: Open Sans !important;
}






body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}


ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* SECTION 1 */
.headphones-1 {
  padding-block: 30px;
  color: black;
}

.headphones-1__container {
  padding-block: 10px;
}


.headphones-1__grid[data-gjs-type="grid"] {
  gap: 30px;
}

.headphones-1__info[data-gjs-type="grid-cell"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.headphones-1__info--full[data-gjs-type="grid-cell"] {
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.headphones-1__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.headphones-1__info img {
  height: 500px;
}

.headphones-1__info h1 {
  font-size: 35px;
}

.headphones-1__info p {
  font-size: 17px;
}

.headphones-1__info .headphones-1__old-price {
  font-size: 30px;
  color: rgb(132, 132, 132);
  text-decoration: line-through;
  font-style: italic;
}

.headphones-1__info .headphones-1__discount {
  font-size: 17px;
  background-color: #E3C1A1;
  font-weight: bold;
  padding: 5px 20px;
}

.headphones-1__info .headphones-1__price {
  font-size: 55px;
  font-weight: bold;
  color: #F12524;
}

.headphones-1__right[data-gjs-type="grid-cell"] {
  background-color: #3A3A3A;
  color: white;
  padding: 40px 30px 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}


.headphones-1__right h3 {
  color: #8CC44A;
  font-size: 25px;
}

.headphones-1__form {
  padding: 0;
  margin-top: 30px;
}

.headphones-1__form .ll-btn {
  background-color: #8CC44A;
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 577px) {
  .headphones-1__info[data-gjs-type="grid-cell"] {
    flex-direction: column-reverse;
  }

  .headphones-1__info img {
    height: 250px;
  }
}

/* SECTION 2 */
.headphones-2 {
  padding-block: 20px;
}

.headphones-2__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.headphones-2__grid img {
  /* height: 220px; */
  height: 200px;
  object-fit: contain;
}

/* SECTION 3 */
.headphones-3 {
  padding-block: 70px;
  background-color: #F0F0F0;
  color: black;
}

.headphones-3__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.headphones-3 h3 {
  font-size: 32px;
}

.headphones-3 p {
  font-weight: 500;
}

.headphones-3__container img {
  height: 400px;
}


@media screen and (max-width: 576px) {
  .headphones-3__container img {
    height: 300px;
  }
}

/* SECTION 4 */
.headphones-4 {
  padding-block: 20px;
  background-color: #F0F0F0;
  color: black;
}

.headphones-4__container {
  padding-block: 20px;
}

[data-gjs-type="grid"].headphones-4__grid {
  gap: 0;
}

[data-gjs-type="grid-cell"].headphones-4__cell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px;
}

.headphones-4__cell--1 {
  background-color: white;
  color: black;
  height: 100%;
}

.headphones-4__cell--2 {
  background-color: #2C7DAF;
  color: white;
  height: 100%;
}

.headphones-4__cell h4 {
  font-size: 22px;
}

.headphones-4__cell p {
  font-weight: 500;
}

/* SECTION 5 */
.headphones-5 {
  padding-block: 40px;
  background-color: #121415;
  color: white;
}

.headphones-5__container {
  background-color: #313131;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.headphones-5 a {
  font-size: 22px;
  color: white;
}

.headphones-5 p {
  font-size: 18px;
  font-weight: 500;
}