/* Product 5973: mobile-only selected Collection + Design context above preview. */
.godis-mobile-design-context {
  display: none;
}

@media (max-width: 767px) {
  body.postid-5973.single-product.godis-mobile-design-context-ready .godis-dynamic-title-widget .godis-product-heading-eyebrow,
  body.postid-5973.single-product.godis-mobile-design-context-ready .godis-dynamic-title-widget [data-godis-dynamic-product-title="1"] {
    display: none !important;
  }

  body.postid-5973.single-product .godis-mobile-design-context {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 12px;
    padding: 0 18px;
    text-align: center;
  }

  body.postid-5973.single-product .godis-mobile-design-context__collection {
    margin: 0 0 6px;
    color: #0078AE;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.postid-5973.single-product .godis-mobile-design-context__title {
    margin: 0;
    color: #111;
    font-size: clamp(24px, 7vw, 30px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  body.postid-5973.single-product.godis-mobile-design-context-ready .godis-dynamic-title-widget {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
