/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./packages/module-library/line-hover/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.dsm-line-hover-link {
  position: relative;
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
}

.dsm-line-hover-link::before,
.dsm-line-hover-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  background-color: #000;
}

.dsm_underline_sweep_right::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_underline_sweep_right:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.dsm_underline_sweep_right::after {
  display: none;
}

.dsm_double_line_reveal::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_double_line_reveal:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.dsm_double_line_reveal::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_double_line_reveal:hover::after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.dsm_double_line_sweep_right::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_double_line_sweep_right:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.dsm_double_line_sweep_right::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s) 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_double_line_sweep_right:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.dsm_underline_swipe_text_shift {
  overflow: hidden;
  line-height: 2;
}

.dsm_underline_swipe_text_shift::before {
  height: 2px;
  top: calc(100% - 5px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.5, 0.5, 0.3, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_underline_swipe_text_shift:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.dsm_underline_swipe_text_shift::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  background: transparent !important;
  transform-origin: 100% 50%;
  transform: translate3d(150%, 0, 0);
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.5, 0.5, 0.3, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_underline_swipe_text_shift:hover::after {
  transform: translate3d(0, 0, 0);
}

.dsm_underline_swipe_text_shift span {
  display: inline-block;
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.5, 0.5, 0.3, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_underline_swipe_text_shift:hover span {
  transform: translate3d(-150%, 0, 0);
}

.dsm_line_sweep_across {
  padding: 0 10px;
  letter-spacing: 1px;
  text-indent: 1px;
}

.dsm_line_sweep_across::before {
  top: 50%;
  height: 2px;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.4, 1, 0.8, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_line_sweep_across:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.dsm_line_sweep_across span {
  display: inline-block;
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.4, 1, 0.8, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_line_sweep_across:hover span {
  transform: scale3d(1.1, 1.1, 1.1);
}

.dsm_line_sweep_across::after {
  display: none !important;
}

.dsm_lines_connect::before {
  transform-origin: 50% 100%;
  transition: clip-path var(--dsm-animation-duration, 0.3s), transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.2, 1, 0.8, 1);
  clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_lines_connect:hover::before {
  transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.dsm_lines_connect span {
  display: inline-block;
  transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_lines_connect:hover span {
  transform: translate3d(0, -2px, 0);
}

.dsm_lines_connect::after {
  display: none !important;
}

.dsm_lines_pop_up::before,
.dsm_lines_pop_up::after {
  opacity: 0;
  transform-origin: 50% 0%;
  transform: translate3d(0, 3px, 0);
  transition-property: transform, opacity;
  transition-duration: var(--dsm-animation-duration, 0.3s);
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_lines_pop_up:hover::before,
.dsm_lines_pop_up:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}

.dsm_lines_pop_up::after {
  content: "";
  top: calc(100% + 4px);
  width: 70%;
  left: 15%;
}

.dsm_lines_pop_up::before,
.dsm_lines_pop_up:hover::after {
  transition-delay: 0.1s;
}

.dsm_lines_pop_up:hover::before {
  transition-delay: 0s;
}

.dsm_dashed_line_animate::before {
  height: 10px;
  top: 100%;
  opacity: 0;
}

.dsm_dashed_line_animate:hover::before {
  opacity: 1;
  animation: lineUp var(--dsm-animation-duration, 0.3s) ease forwards;
  transition-delay: var(--dsm-animation-delay, 0s);
  animation-delay: var(--dsm-animation-delay, 0s);
}

@keyframes lineUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.dsm_dashed_line_animate::after {
  content: "";
  transition: opacity var(--dsm-animation-duration, 0.3s);
  opacity: 0;
  transition-delay: 0s;
}

.dsm_dashed_line_animate:hover::after {
  opacity: 1;
  transition-delay: 0.3s;
}

.dsm_underline_shift::before {
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_underline_shift:hover::before {
  transform: scale3d(1, 1, 1);
}

.dsm_underline_shift::after {
  content: "";
  top: calc(100% + 4px);
  transition: transform var(--dsm-animation-duration, 0.3s);
  transform-origin: 100% 50%;
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_underline_shift:hover::after {
  transform: scale3d(0, 1, 1);
}

.dsm_glitch_effect:hover span {
  animation: glitchText var(--dsm-animation-duration, 0.3s) var(--dsm-animation-delay, 0s) linear;
}

@keyframes glitchText {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.dsm_glitch_effect::before {
  height: 2px;
  opacity: 0;
}

.dsm_glitch_effect:hover::before {
  opacity: 1;
  animation: glitchLine var(--dsm-animation-duration, 0.3s) var(--dsm-animation-delay, 0s) steps(2, start) forwards;
}

@keyframes glitchLine {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: translate3d(10px, 0, 0);
  }
  20% {
    transform: translate3d(0, 4px, 0);
  }
  30% {
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform-origin: 100% 0%;
  }
  40% {
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform-origin: 100% 0%;
  }
  90% {
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform-origin: 0% 50%;
  }
  100% {
    opacity: 1;
  }
}
.dsm_glitch_effect::after {
  display: none !important;
}

.dsm_upward_line_sweep::before {
  height: 100%;
  top: 0;
  opacity: 0;
}

.dsm_upward_line_sweep:hover::before {
  opacity: 1;
  animation: coverUp var(--dsm-animation-duration, 0.3s) var(--dsm-animation-delay, 0s) ease forwards;
}

@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.dsm_upward_line_sweep::after {
  content: "";
  transition: opacity var(--dsm-animation-duration, 0.3s);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_upward_line_sweep:hover::after {
  opacity: 0;
}

.link__graphic {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke-width: 1px;
}

.link__graphic--slide {
  top: -3px;
  stroke-width: 2px;
  transition: transform var(--dsm-animation-duration, 0.3s);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_line_bends_animation {
  line-height: 2;
  overflow: hidden;
  padding: 7px 0;
}

.dsm_line_bends_animation:hover .link__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
}

.dsm_line_expands_inward::before,
.dsm_line_expands_inward::after {
  display: none;
}

.link__graphic--stroke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.dsm_line_expands_inward:hover .link__graphic--stroke path {
  stroke-dashoffset: 0;
}

.link__graphic--arc {
  top: 1.1em;
  left: -0.3em;
}

.link__graphic--arc path {
  transition: stroke-dashoffset var(--dsm-animation-duration, 0.3s) cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_line_expands_inward:hover .link__graphic--arc path {
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-duration: var(--dsm-animation-duration, 0.3s);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_zigzag_line_animation::before,
.dsm_zigzag_line_animation::after {
  display: none;
}

.link__graphic--scribble {
  top: 1.1em;
  left: 0;
}

.link__graphic--scribble path {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.dsm_zigzag_line_animation:hover .link__graphic--stroke path {
  stroke-dashoffset: 0;
}

.dsm_zigzag_line_animation:hover .link__graphic--scribble path {
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-duration: var(--dsm-animation-duration, 0.3s);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_pulse_line_effect::before {
  height: 7px;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform var(--dsm-animation-duration, 0.3s), opacity var(--dsm-animation-duration, 0.3s);
  transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_pulse_line_effect:hover::before {
  transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  transition-duration: var(--dsm-animation-duration, 0.3s);
  transition-delay: var(--dsm-animation-delay, 0s);
  opacity: 1;
  transform: scale3d(1.2, 0.1, 1);
}

.dsm_pulse_line_effect span {
  transform: translate3d(0, -4px, 0);
  display: inline-block;
  transition: transform var(--dsm-animation-duration, 0.3s) 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition-delay: var(--dsm-animation-delay, 0s);
}

.dsm_pulse_line_effect:hover span {
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  transition-duration: var(--dsm-animation-duration, 0.3s);
  transition-delay: 0s;
}

.dsm_pulse_line_effect::after {
  display: none !important;
}

.dsm_line_hover .dsm-line-hover-link::before,
.dsm_line_hover .dsm-line-hover-link::after {
  background-color: #000000;
}

.dsm-supreme-line-hover-scope a.et_pb_button > .dsm-lhe-line-hover-target.dsm-line-hover-link {
  align-self: center;
}
.dsm-supreme-line-hover-scope .et_pb_menu .et-menu-nav li > a > .dsm-line-hover-link,
.dsm-supreme-line-hover-scope .et_pb_menu nav li > a > .dsm-line-hover-link,
.dsm-supreme-line-hover-scope .et_pb_menu .et_mobile_menu li > a > .dsm-line-hover-link {
  vertical-align: middle;
}
.dsm-supreme-line-hover-scope .et_pb_menu__logo-wrap a.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__logo-wrap a.dsm-line-hover-link::after,
.dsm-supreme-line-hover-scope .et_pb_menu__logo-slot a.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__logo-slot a.dsm-line-hover-link::after,
.dsm-supreme-line-hover-scope .et_pb_menu__search-button.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__search-button.dsm-line-hover-link::after,
.dsm-supreme-line-hover-scope .et_pb_menu__cart-button.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__cart-button.dsm-line-hover-link::after {
  display: none !important;
  content: none !important;
}
.dsm-supreme-line-hover-scope .dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .dsm-line-hover-link::after {
  background-color: var(--dsm-lhe-line-color, #000000);
}
.dsm-supreme-line-hover-scope .link__graphic--slide path,
.dsm-supreme-line-hover-scope .link__graphic--stroke path {
  fill: none;
  stroke: var(--dsm-lhe-line-color, #000000);
}

/**
 * Menu current page: show line-hover end state on `current-menu-item` / `current_page_item` only.
 * Class `dsm-lhe-menu-active` is added server-side on the inner span (see LineHoverAnimation.php).
 * Instant (no load animation). Scoped when `.dsm-lhe-menu-active-on` is on the extension wrapper.
 */
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_sweep_right::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal::after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 2, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_swipe_text_shift::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_swipe_text_shift::after {
  opacity: 0;
  visibility: hidden;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_sweep_across::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_connect::before {
  transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_connect {
  transform: translate3d(0, -2px, 0);
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_dashed_line_animate::before {
  opacity: 1;
  transform-origin: 50% 100%;
  transform: scale3d(1, 1, 1);
  animation: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_dashed_line_animate::after {
  opacity: 1;
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift::before {
  transform: scale3d(1, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift::after {
  transform: scale3d(0, 1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_glitch_effect::before {
  opacity: 1;
  animation: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_upward_line_sweep::before {
  opacity: 1;
  transform-origin: 50% 100%;
  transform: scale3d(1, 1, 1);
  animation: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_upward_line_sweep::after {
  opacity: 0;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_bends_animation .link__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_expands_inward .link__graphic--stroke path,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_zigzag_line_animation .link__graphic--stroke path,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_zigzag_line_animation .link__graphic--scribble path {
  stroke-dashoffset: 0;
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_pulse_line_effect::before {
  opacity: 1;
  transform: scale3d(1.2, 0.1, 1);
  transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-line-hover-link.dsm-lhe-menu-active::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-line-hover-link.dsm-lhe-menu-active::after {
  background-color: var(--dsm-lhe-menu-active-color, var(--dsm-lhe-line-color, #000000));
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active .link__graphic--slide path,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active .link__graphic--stroke path {
  stroke: var(--dsm-lhe-menu-active-color, var(--dsm-lhe-line-color, #000000));
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_sweep_right:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal:hover::after,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right:hover::after,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_swipe_text_shift:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_sweep_across:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_connect:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up:hover::after,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift:hover::after {
  transition: none;
}
