

.rt-product-description {
  width: 100%;
  color: #171717;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  box-sizing: border-box;
}


/* ================= SPECS ================= */

.rt-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.rt-grid-col {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rt-grid-box {
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}

.rt-box-header {
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  text-align: left;
}

.rt-grid-icon {
  font-size: 18px;
  font-weight: 300;
  color: #999999;
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.rt-box-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

.rt-grid-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.rt-grid-table tr {
  border-top: 1px dotted #eaeaea;
}

.rt-grid-table tr:first-child {
  border-top: none;
}

.rt-grid-table td {
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.45;
  vertical-align: top;
}

.rt-grid-table .lbl {
  width: 38%;
  padding-right: 18px;
  color: #777777;
}

.rt-grid-table .val {
  width: 62%;
  color: #222222;
  font-weight: 500;
}

.rt-table-divider {
  border-top: 1px solid #dddddd !important;
}

.rt-grid-box.active .rt-grid-icon {
  transform: rotate(45deg);
  color: #111111;
}


/* ================= SEO CONTENT ================= */

.pink-seo-section {
  width: 100%;
  padding: 56px 20px;
  box-sizing: border-box;
  background: #faf9f6;
}

.pink-seo-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.pink-seo-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #256643;
}

.pink-seo-inner > h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 500;
  color: #174d37;
}

.pink-seo-inner > p {
  max-width: 880px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
  color: #505050;
}

.pink-seo-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  border-top: 1px solid #dde2de;
  border-bottom: 1px solid #dde2de;
}

.pink-seo-feature {
  padding: 21px 18px;
  border-right: 1px solid #dde2de;
}

.pink-seo-feature:last-child {
  border-right: 0;
}

.pink-seo-feature strong {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #174d37;
}

.pink-seo-feature span {
  font-size: 12px;
  line-height: 1.45;
  color: #666666;
}

.pink-seo-support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  margin-top: 42px;
}

.pink-seo-support-item h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #174d37;
}

.pink-seo-support-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
}

.pink-seo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding-bottom: 3px;
  border-bottom: 1px solid #256643;
  color: #256643;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pink-seo-link:hover {
  opacity: 0.7;
}


/* ================= IMAGES ================= */

.pink-product-images {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pink-product-images img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}


/* ================= FAQ ================= */

.pink-faq-section {
  width: 100%;
  padding: 62px 20px 68px;
  box-sizing: border-box;
  background: #ffffff;
}

.pink-faq-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.pink-faq-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #256643;
}

.pink-faq-inner > h2 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  color: #174d37;
}

.pink-faq-item {
  width: 100%;
  border-top: 1px solid #e6e6e1;
}

.pink-faq-item:last-of-type {
  border-bottom: 1px solid #e6e6e1;
}

.pink-faq-item summary {
  position: relative;
  padding: 21px 42px 21px 0;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #222222;
}

.pink-faq-item summary::-webkit-details-marker {
  display: none;
}

.pink-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  line-height: 1;
  font-weight: 300;
  color: #777777;
}

.pink-faq-item[open] summary::after {
  content: "−";
  color: #174d37;
}

.pink-faq-answer {
  padding: 0 42px 22px 0;
}

.pink-faq-answer p {
  max-width: 820px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
}

.pink-faq-footer {
  margin-top: 32px;
}

.pink-faq-footer p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #777777;
}

.pink-faq-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 3px;
  border-bottom: 1px solid #256643;
  color: #256643;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pink-faq-link:hover {
  opacity: 0.7;
}


/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .rt-grid-container {
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }

  .rt-grid-col {
    width: 100%;
    min-width: 0;
  }

  .pink-seo-section {
    padding: 40px 20px;
  }

  .pink-seo-inner > h2 {
    font-size: 25px;
  }

  .pink-seo-inner > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .pink-seo-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .pink-seo-feature {
    border-bottom: 1px solid #dde2de;
  }

  .pink-seo-feature:nth-child(2) {
    border-right: 0;
  }

  .pink-seo-feature:nth-child(3),
  .pink-seo-feature:nth-child(4) {
    border-bottom: 0;
  }

  .pink-seo-support {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 34px;
  }

  .pink-seo-support-item h3 {
    font-size: 20px;
  }

  .pink-faq-section {
    padding: 46px 20px 50px;
  }

  .pink-faq-inner > h2 {
    font-size: 25px;
    margin-bottom: 22px;
  }

  .pink-faq-item summary {
    padding: 18px 38px 18px 0;
    font-size: 14px;
  }

  .pink-faq-answer {
    padding: 0 28px 20px 0;
  }

  .pink-faq-answer p {
    font-size: 14px;
    line-height: 1.7;
  }

}

