/* =========================================================
   PDP Concept
   ========================================================= */

body.single-product.pdp-profile-vnext .pdp-section--concept{
  margin-top: 0;
  border-top: 1px solid var(--c-border, #d8dde5);
  padding-top: clamp(40px, 5vw, 56px);
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__eyebrow{
  margin: 0 0 10px;
  color: #8f96a3;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: .12em;
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__heading{
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #111827;
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__layout{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__label{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  color: #111827;
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__sub{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #6b7280;
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__body p{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #111827;
}

body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__body p:last-child{
  margin-bottom: 0;
}

@media (max-width: 1023px){
  body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__layout{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 768px){
  body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__heading{
    font-size: 22px;
    line-height: 1.2;
  }

  body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__label{
    font-size: 14px;
  }

  body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__sub{
    font-size: 13px;
  }

  body.single-product.pdp-profile-vnext .pdp-section--concept .myro-concept__body p{
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}
