/* Del Monaco LIVE V168
   Scope: product-page fragrance profile duplicate cleanup only.
   Hero, product photography, gallery and header are intentionally untouched.
*/

.dm-v168-profile-duplicate,
.dm-v168-profile-duplicate[hidden] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.dm-v168-profile-master {
  overflow: hidden !important;
}

.dm-v168-profile-master .dm-v168-mood-title {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  line-height: 1.04 !important;
}

@media (min-width: 761px) {
  .dm-v168-profile-master .dm-v168-mood-title {
    white-space: nowrap !important;
  }
}

@media (max-width: 760px) {
  .dm-v168-profile-master .dm-v168-mood-title {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: clamp(1.15rem, 6vw, 1.75rem) !important;
  }
}
