/* Del Monaco LIVE V169
   Final mood-title fit on product fragrance profile strip.
   Scoped to product pages. Hero/image/gallery/header are untouched.
*/

html.dm-v169-mood-fit .dm-v169-profile-strip {
  overflow: hidden !important;
}

html.dm-v169-mood-fit .dm-v169-mood-column {
  min-width: 0 !important;
  overflow: hidden !important;
}

html.dm-v169-mood-fit .dm-v169-mood-title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;

  overflow: visible !important;
  text-overflow: clip !important;

  font-size: clamp(1.15rem, 1.45vw, 1.65rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
}

html.dm-v169-mood-fit .dm-v169-mood-title .dm-v169-token {
  white-space: nowrap !important;
}

html.dm-v169-mood-fit .dm-v169-mood-title .dm-v169-sep {
  display: inline-block !important;
  padding: 0 0.13em !important;
  opacity: 0.9 !important;
}

@media (min-width: 1350px) {
  html.dm-v169-mood-fit .dm-v169-mood-title {
    font-size: clamp(1.18rem, 1.32vw, 1.55rem) !important;
  }
}

@media (max-width: 1100px) {
  html.dm-v169-mood-fit .dm-v169-mood-title {
    font-size: clamp(1.08rem, 2.1vw, 1.45rem) !important;
  }
}

@media (max-width: 760px) {
  html.dm-v169-mood-fit .dm-v169-mood-title {
    font-size: clamp(1.05rem, 5.3vw, 1.35rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
  }
}
