:root {
  --primary-color: #e64980;
  --secondary-color: #f06595;
  --tertiary-color: #520720 --accent-color: #fcc8db;
  --second-accent-color: #ffe3e3;
  --background-color: #fff;
  --secondary-background-color: #fff3f8;
  --text-color: #555;
  --secondary-text-color: #666;
  --tertiary-text-color: #333;
  --quaternary-text-color: #fff;
  --five-text-color: #777;
}

/******************************/
/* GENERAL OTH TREAT */
/******************************/

.treatment-specs {
  /* box-shadow: inset 0 0 0 3px var(--secondary-color); */
  border-radius: 8px;
  padding: 3.2rem;
  padding-left: 0;
  margin-bottom: 0rem;
}

.treatment-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.treatment-spec--title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  padding-bottom: 1rem;
}

.treatment-spec--text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section--other-treatments {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  margin-bottom: 4.8rem;
}

.ot-grid {
  gap: 6rem;
}

.contradictions-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 4.8rem 0 0;
  color: var(--text-color);
}

.contradictions {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.6rem 4.8rem 3.6rem 0;
}

.contradictions li {
  line-height: 3.4rem;
}

.contradictions li::marker {
  color: var(--primary-color);
}

/******************************/
/* MAKEUP SECTION */
/******************************/

.makeup-title {
  padding: 4.8rem 4.8rem 4.8rem 0;
  color: #333;
  font-weight: 700;
}

.makeup-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 4.8rem;
}

.makeup-img-container {
  display: block;
  /* height: 60rem; */
  /* overflow: hidden; */
}

.makeup-img {
  overflow: hidden;
  width: 60rem;
  /* margin-bottom: 0rem; */
  /* transform: scale(1.25); */
  border-radius: 10px;
}

.makeup-description {
  /* background-color: rgba(255, 227, 227, 0.1); */
  width: 70rem;
  height: 60rem;
  box-shadow: var(--secondary-background-color) 0px 0px 1px;
  border-radius: 8px;
}

/******************************/
/* WAX SECTION */
/******************************/

/******************************/
/* LAMINATION SECTION */
/******************************/

.lamination-title {
  padding: 4.8rem 4.8rem 2.4rem 0;
  color: #333;
  font-weight: 700;
}

.lamnination-img {
  overflow: hidden;
  width: 60rem;
  margin-bottom: 0rem;
  transform: rotate(180deg);
  border-radius: 10px;
}

/* LASHES SECTION */

.lashes-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1.2rem 3.6rem 2.4rem 0;
  color: var(--tertiary-text-color);
}

.lashes-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  padding: 0 1.6rem 0 0;
}

.lashes-text-contradictions {
  padding-top: 4.8rem;
}

.lashes-summary-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1.2rem 3.6rem 2.4rem 0;
  color: var(--text-color);
}

.lashes-specs,
.eyebrow-specs {
  width: 60rem;
}

.makeup-img-container {
  display: block;
  /* height: 60rem; */
  /* overflow: hidden; */
}

.lashes-description {
  /* background-color: rgba(255, 227, 227, 0.1); */
  width: 60rem;
  height: 80rem;
  box-shadow: var(--secondary-background-color) 0px 0px 1px;
  border-radius: 8px;
}

/* EYEBROWS SECTION */

.eyebrows-description {
  /* background-color: rgba(255, 227, 227, 0.1); */
  width: 60rem;
  height: 80rem;
  box-shadow: var(--secondary-background-color) 0px 0px 1px;
  border-radius: 8px;
}

.eyebrows-title {
}

.eyebrows-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 4.8rem;
}

/******************************/
/* DESIGN */
/******************************/
