.myro-fv-desc{
  order: 6;
  padding-top: 20px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.myro-fv-desc__body{
  font-size: var(--fs-15, 15px);
  line-height: 1.9;
  color: var(--c-fg, #1f2937);
  overflow: hidden;
  max-height: none;
  position: relative;
}

.myro-fv-desc__body p{
  margin: 0 0 12px;
}

.myro-fv-desc__body p:last-child{
  margin-bottom: 0;
}

.myro-fv-desc__body h1,
.myro-fv-desc__body h2,
.myro-fv-desc__body h3,
.myro-fv-desc__body h4,
.myro-fv-desc__body h5,
.myro-fv-desc__body h6{
  margin: 0 0 12px;
  font-size: var(--fs-15, 15px);
  line-height: 1.9;
  font-weight: var(--fw-regular, 400);
  letter-spacing: 0;
}

.myro-fv-desc__body h3{
  margin-top: 10px;
  padding-bottom: .2em;
  border-bottom: 1px dotted currentColor;
}

.myro-fv-desc.is-collapsed .myro-fv-desc__body{
  max-height: 11.4em;
}

.myro-fv-desc.is-collapsed .myro-fv-desc__body::after{
  content: none;
}

.myro-fv-desc__toggle{
  margin: 14px auto 0;
  padding: 10px 18px;
  border: 1px solid #111;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-size: var(--fs-15, 15px);
  line-height: 1.2;
  color: var(--c-fg, #1f2937);
  cursor: pointer;
}

.myro-fv-desc__toggle-mark{
  color: var(--c-brand-blue, #2f5aa8);
  font-size: 16px;
  line-height: 1;
}

.myro-fv-desc.no-toggle .myro-fv-desc__toggle{
  display: none;
}

body.single-product .pdp-fv__body > .pdp-shipGuide,
body.single-product .pdp-fv__body > .pdp-guide-links{
  order: 7;
}

@media (max-width: 767px){
  .myro-fv-desc{
    padding-top: 16px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
